@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --color-blue: #0078cf;
  --color-light-blue: #e6f6fD;
  --transition: .3s ease;
}

.txt--montserrat {
  font-family: Montserrat, sans-serif;
}

.Common21__inner {
  position: relative;
  z-index: 10;
}

.contents {
  color: #030712;
}

#btnToTop.btnToTop--active {
  bottom: 255px;
  right: 30px;
}

/*----- common_start -----*/
.sec-heading {
  display: grid;
  align-items: center;
  gap: 70px;
  margin-bottom: 64px;
  position: relative;
}

.sec-heading__ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

.sec-heading__ttl span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .04em;
}

.sec-heading__num {
  position: relative;
  display: block;
  font-size: 70px;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1.3;
  letter-spacing: 2.1px;
  margin-right: 15px;
  padding-right: 15px;
}

.sec-heading__num::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: var(--color-blue);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

.sec-heading__txt {
  margin-top: 26px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

.sec-heading__note {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.sec-items {
  background: var(--color-light-blue);
  padding: 30px 60px;
  border-radius: 12px;
  position: relative;
}

.sec-items::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: 50%;
  translate: -50% 0;
}

.sec-items__ttl-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;

}

/* .sec-items__content-text p {
  color: #030712;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.48px;
} */

.sec-items__ttl {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
}

/* .sec-items__img {
  margin-bottom: 16px;
} */

.sec-items__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .04em;
}

.sec-items__note {
  color: #4e5056;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 14px;
}

/*----- common_end -----*/

/* ----- mv_start ----- */
.mv {
  background: linear-gradient(135deg, #e5f6fd 0%, #aeddff 100%);
  padding-block: 0 125px;
}

.mv-inner {
  display: grid;
  grid-template-columns: 502px 522px;
  justify-content: space-between;
}

.mv-content {
  margin-top: 60px;
}

.mv__ttl, .mv__ttl h1 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: .05em;
  white-space: nowrap;
  text-align: center;

  & em {
    border-radius: 4px;
    background: #FF9110;
    display: inline-flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%;
    text-align: center;
    letter-spacing: 2px;
  }
}

.mv__ttl h1{
  margin-bottom: 20px;
}

.mv__txt {
  width: fit-content;
  margin: 0 auto 20px;
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
  position: relative;

  & span {
    color: #FF9110;
    line-height: 140%;
    letter-spacing: 1.44px;
  }
}

.mv__txt::before,
.mv__txt::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 12px;
  background: var(--color-blue);
}

.mv__txt::before {
  rotate: 60deg;
  left: -20px;
}

.mv__txt::after {
  rotate: -60deg;
  right: -20px;
}

.mv__lead {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.08px;
  margin-top: 20px;
}

.mv__img {
  position: relative;
  width: 642px;
  height: auto;
  display: block;
}

/* .mv__img::after {
  content: "";
  display: block;
  width: 64px;
  height: 13px;
  background: #3b4550;
  position: absolute;
  top: 20px;
  left: 259px;
  z-index: 20;
  border-radius: 0 0 8px 8px;
} */

[data-mv-img] {
  width: 183px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 202px;
  z-index: 10;
  opacity: 0;
  /* animation: mv__img-slider 9s infinite; */
}

/* [data-mv-img="slider02"] {
  animation-delay: 3s;
}

[data-mv-img="slider03"] {
  animation-delay: 6s;
}

@keyframes mv__img-slider {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
} */

.mv__box {
  background: #fff;
  border: 2px solid #ff9110;
  border-radius: 15px;
  padding: 0 18px 16px;
  width: 400px;
  overflow: hidden;
  margin-inline: auto;
}

.mv__box__ttl {
  background: #ff9110;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
  padding-block: 9px 7px;
  margin: 0 -18px 10px;

}

.mv__box__ttl .txt--montserrat {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em;
  margin-inline: 3px;
  vertical-align: -4px;
}

.mv__box__ttl sub {
  bottom: 0;
}

.mv__box-col {
  display: grid;
  grid-template-columns: 61px auto;
  gap: 20px;
  margin-bottom: 15px;
}

.mv__box-links__ttl {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: center;
  margin-bottom: 10px;
}

.mv__box-links__list {
  display: grid;
  grid-template-columns: 42.55% 51.06%;
  justify-content: space-between;
  align-items: center;
}

.mv__box-links__list a {
  display: block;
  transition: var(--transition);
}

.mv__box-links__list a:hover {
  scale: .97;
}

.mv__box-links__note {
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}

/* ----- mv_end ----- */

/* ----- point-wrapper_start ----- */
.point-wrapper {
  position: relative;
  margin-top: -120px;
  z-index: 10;
}

[data-items="point01"]::before {
  background: url(/attending/apppage/tour/images/ico_point01.png) no-repeat top 16px center/auto 28px, var(--color-light-blue);
}

[data-items="point02"]::before {
  background: url(/attending/apppage/tour/images/ico_point02.png) no-repeat top 16px center/26px auto, var(--color-light-blue);
}

[data-items="point03"]::before {
  background: url(/attending/apppage/tour/images/ico_point03.png) no-repeat top 17px center/30px auto, var(--color-light-blue);
}

[data-items="point03"]::after {
  top: -119px;
  right: -52px;
}

.point-wrapper__ttl-wrapper {
  position: absolute;
  top: -182px;
  left: 50%;
  translate: -50%;
  z-index: 10;
  padding: 26px 112px 16px;
  background: var(--color-light-blue);
  border: 3px solid var(--color-blue);
  border-radius: 12px;
}

.point-wrapper__ttl-wrapper::after {
  content: "";
  display: block;
  width: 19px;
  height: 12px;
  background: var(--color-light-blue);
  position: absolute;
  bottom: -12px;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  translate: -50% 0;
}

.point-wrapper__ttl-wrapper p.ribbon {
  min-width: 380px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .03em;
  text-align: center;
  padding: 16px 0 11px;
  background: #13b84e;
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 50%, 100% 100%, 0 100%, 16px 50%);
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50%;

  span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
  }
}

.point-wrapper__ttl-wrapper p {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: -7px;
}

.point-wrapper__ttl {
  color: var(--color-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: center;
}

.point-wrapper__ttl span {
  font-size: 70px;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}

.sec--point__btn {
  display: block;
  max-width: 420px;
  margin: 40px auto 0;
  background: var(--color-light-blue);
  border-radius: 10vh;
  color: var(--color-blue);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: 25px;
  font-weight: 600;
  position: relative;
  transition: var(--transition);
  box-shadow: 2px 2px 16px rgb(0 0 0/.1);
  z-index: 9;
}

.sec--point__btn:hover {
  scale: .97;
}

.sec--point__btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

/* ----- point-wrapper_end ----- */

/* ----- sec--point_start ----- */
.sec--point {
  position: relative;
  background-color: var(--color-blue);
}

.sec--point::before {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  background: url(/attending/apppage/images/bg_separator.png) no-repeat center/100% 100%;
  position: absolute;
  top: -150px;
  left: 0;
}

.sec--point::after {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  background: url(/attending/apppage/images/bg_separator.png) no-repeat center/100% 100%;
  position: absolute;
  bottom: -145px;
  left: 0;
  scale: 1 -1;
}

.sec--point-inner {
  position: relative;
  padding-top: 40px;

  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 148px;
    height: 202px;
  }

  &::before {
    background: url(/attending/apppage/tour/images/bg_deco_l.png) no-repeat center / cover;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 88px;
    height: 202px;
    aspect-ratio: 88 / 202;
  }

  &::after {
    background: url(/attending/apppage/tour/images/bg_deco_r.png) no-repeat center/cover;
    top: 0;
    right: 0;
    width: 88px;
    height: 1076px;
    aspect-ratio: 88 / 1076;
  }
}

/* [data-heading="point"] {
  color: #fff;
  grid-template-columns: 53.7109375% auto;
}

[data-heading="point"] .sec-heading__img {
  max-width: 350px;
} */

.sec--point-row {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 40px;
}

.sec-items__content {
  display: grid;
  grid-template-columns: 580px max-content;
  justify-content: space-between;
  align-items: center;
}

.sec-items[data-items="point02"] .sec-items__content {
  grid-template-columns: max-content 540px;
}

.sec-items[data-items="point02"] .sec-items__content-inner {
  /* テキストを右側に配置 */
  order: 2;
}

.sec-items[data-items="point02"] .sec-items__img {
  /* 画像を左側に配置 */
  order: 1;
}

.sec-items[data-items="point01"] .sec-items__img {
  width: 271px;
  height: 291px;
}

.sec-items[data-items="point02"] .sec-items__img {
  width: 342px;
  height: 293px;
}

.sec-items[data-items="point03"] .sec-items__img {
  width: 272px;
  height: 300px;
}

.sec-items__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec--point-items__btn {
  margin-top: 16px;
  display: block;
  background: var(--color-blue);
  border-radius: 10vh;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: 16px;
  position: relative;
  transition: var(--transition);
  box-shadow: 2px 2px 16px rgb(0 0 0/.1);
}

.sec--point-items__btn:hover {
  scale: .97;
}

.sec--point-items__btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

.sec--point__note{
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: -24px;
  text-align: right;
}

/* ----- sec--point_end ----- */

/* ----- sec--alignment_start ----- */
.sec--alignment {
  padding-block: 194px 80px;
  background-color: var(--color-light-blue);
}

[data-heading="alignment"] {
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 40px;
}

[data-heading="alignment"] span {
  display: inline-block;
  background-color: #FF9110;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.66px;
  padding-inline: 10px;
  margin-block-start: 5px;
}

.sec--alignment-inner {
  position: relative;

  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 148px;
    height: 202px;
  }

  &::before {
    background: url(/attending/apppage/tour/images/bg_deco_l.png) no-repeat center / cover;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 88px;
    height: 202px;
    aspect-ratio: 88 / 202;
  }

  &::after {
    background: url(/attending/apppage/tour/images/bg_deco_r.png) no-repeat center/cover;
    top: 150px;
    right: 0;
    width: 88px;
    height: 1076px;
    aspect-ratio: 88 / 1076;
  }
}

.sec--alignment-row {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 32px;
}

.sec--alignment .sec-items {
  background: #fff;
  padding: 40px 60px;
}

.sec--alignment .sec-items__ttl {
  letter-spacing: 0;
}

.sec--alignment_content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 24px;

  & .sec-items__img {
    flex: 0 0 390px;
    width: 390px;
    margin: 0;
  }
}

.sec-items__content-ttl {
  color: #0078CF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}

.sec-items__term--ttl {
  display: flex;
  border-radius: 4px;
  background: #E6F6FD;
  justify-content: center;
  align-items: center;
  color: #0078CF;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.6px;
  padding: 5px 10px;
  margin-block: 20px 10px;
}

/* ----- sec--alignment_end ----- */


/* ----- sec--usage_start ----- */
.sec--usage {
  padding-block: 30px;
  background: var(--color-blue);
}

.sec--usage__ttl {
  position: relative;
  left: 50%;
  translate: -50% 0;
  display: inline-flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  line-height: 140%;
  letter-spacing: 0.6px;
  margin-bottom: 15px;

  &::before,
  &::after {
    content: "";
    display: block;
    width: 2px;
    height: 80%;
    background: #FFF;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }

  &::before {
    left: -20px;
    rotate: -30deg;
  }

  &::after {
    right: -20px;
    rotate: 30deg;
  }
}

.fixed-banner__box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  background: #FFF;
  width: fit-content;
  margin-inline: auto;
  padding: 15px 30px;
}

.fixed-banner__box-left {}

.fixed-banner__box__ico {
  width: 60px;
  height: 60px;
}

.fixed-banner__box__ico img {
  border-radius: 4px;
}

.fixed-banner__box__txt {
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-blue);
  text-align: center;
  letter-spacing: 0.3px;
  margin-top: 3px;
}

.fixed-banner__box__btn {
  width: 213px;
}

/* ----- sec--usage_end ----- */

/* ----- fixed-banner_start ----- */
.fixed-banner {
  width: 210px;
  height: 210px;
  background: #fff;
  border: 2px solid var(--color-blue);
  border-radius: 10px;
  padding: 10px 10px 15px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.fixed-banner__ribbon {
  background: #ff9110;
  padding-block: 4px 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 50%, 100% 100%, 0 100%, 6px 50%);
  margin-bottom: 5px;
}

.fixed-banner__txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: center;
  margin-bottom: 10px;
}

.fixed-banner_img {
  width: 100px;
  margin-inline: auto;
}

/* ----- fixed-banner_end ----- */