@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

.l-page ul,
.l-page ol {
  list-style: none;
}

.l-page {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "palt";
  font-size: 3.5897435897vw;
  line-height: 1.6;
  letter-spacing: .075em;
}
@media print, screen and (min-width: 768px) {
  .l-page {
    font-size: 2rem;
  }
}
.l-page__inner {
  text-align: center;
}
.l-page * {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.l-page__note {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .l-page__note {
    font-size: 2.0512820513vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page .hide-sp {
    display: none !important;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .l-page .hide-pc {
    display: none !important;
    visibility: hidden;
  }
}
.l-page sup {
  top: auto;
  font-size: 60%;
  vertical-align: super;
  letter-spacing: .01em;
}
.l-page h1 sup, .l-page h2 sup, .l-page h3 sup, .l-page h4 sup {
  font-size: 40%;
}
.l-page img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.l-page .txt-small {
  font-size: 88%;
}
.l-page .txt-red {
  color: #cc0000;
  font-weight: 600;
}
.l-page .bold {
  font-weight: 700;
}
.l-page a {
  color: #cc0000;
}
.l-page a.hoverUp {
  display: block;
  transition: .2s;
}
.l-page a.hoverUp:hover {
  transform: translateY(-0.5em);
  opacity: .8;
}
.l-page .js_accordionBtn + * {
  display: none;
}
.l-page .swiper-button-prev::after, .l-page .swiper-button-next::after {
  content: none;
}
.l-page .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
}
.l-page .js-btn-page-top {
  overflow: hidden;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  border-radius: clamp(2px, calc(4 / 780 * 100vw), 4px);
}
.l-page .js-btn-page-top a {
  display: block;
  position: relative;
  background-color: #999;
  width: 4rem;
  height: 4rem;
}
.l-page .js-btn-page-top a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: #FFF solid 2px;
  border-left: #FFF solid 2px;
  transform: translateY(0.25rem) rotate(45deg);
}
.l-page .js-btn-page-top a::hover {
  opacity: .8;
}

.red-button {
  position: relative;
  display: block;
  transition: opacity .2s;
  border-radius: 999px;
  margin: 0 clamp(20px, calc(40 / 780 * 100vw), calc(40px * 0.9846153846)) clamp(20px, calc(40 / 780 * 100vw), calc(40px * 0.9846153846));
  padding: 1em 1.25em;
  text-box: trim-both cap alphabetic;
  background-color: #cc0000;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.07em;
}
@media print, screen and (min-width: 768px) {
  .red-button {
    width: fit-content;
    min-width: 440px;
    margin: 0 auto 40px;
    padding: 1.25em 2em;
  }
}
.red-button::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .5em;
  height: .5em;
  border: solid 3px #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
.red-button:hover {
  opacity: .7;
}

.red-square-button {
  text-align: left;
  position: relative;
  display: block;
  transition: opacity .2s;
  border-radius: clamp(2px, calc(4 / 780 * 100vw), 4px);
  padding: 1em 1em;
  text-box: trim-both cap alphabetic;
  background-color: #cc0000;
  color: #FFF !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
  font-size: 0.857em;
}
@media print, screen and (min-width: 768px) {
  .red-square-button {
    padding-right: 1.5em;
  }
}
.red-square-button::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .5em;
  height: .5em;
  border: solid 2px #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
.red-square-button:hover {
  opacity: .7;
}

.common-title {
  color: #cc0000;
  line-height: 1.3;
  letter-spacing: .075em;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
  font-size: 2.14em;
  margin: 0 0.5em 1em;
}
.common-title .sub {
  color: #333333;
  display: block;
  margin-bottom: .5em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  text-box: trim-both cap alphabetic;
  font-size: 40%;
}

@media screen and (max-width: 767px) {
  #JTBGF-ly_footer.JTBGF-ly_footer {
    margin-top: 0 !important;
  }

  .breadcrumb-upper {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 3rem;
    margin-top: 5em;
    overflow: hidden;
    position: relative;
  }

  .breadcrumb-upper__fix {
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    transition: box-shadow .3s;
    width: 7em;
    z-index: 3;
  }

  .breadcrumb-upper__fix a {
    padding-left: .5rem;
  }

  .breadcrumb-upper__scroll {
    flex: 1;
    overflow: hidden;
  }

  .breadcrumb-upper__list {
    display: flex;
    flex-wrap: nowrap;
    height: 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .breadcrumb-upper__item a {
    padding: 0 .5rem 0 1.8rem;
  }

  .breadcrumb-upper__item:last-child {
    padding: 0 1.2rem 0 1.8rem;
  }

  .breadcrumb-upper__fix a, .breadcrumb-upper__item a {
    display: block;
    background-color: #fff;
    text-align: center;
    position: relative;
  }

  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -.5rem;
  }

  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before {
    border-color: transparent transparent transparent #fff;
    right: -.9rem;
    z-index: 2;
  }

  .breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after {
    border-color: transparent transparent transparent #d7d7d7;
    right: -1rem;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb-upper {
    margin: 0 auto 25px;
    max-width: 1230px;
    padding: 0 .5em;
    text-align: left;
  }

  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item {
    display: inline-block;
    font-size: 10px;
  }

  .breadcrumb-upper__item {
    line-height: 2.1;
    margin-left: 1.5em;
    padding-left: .2em;
    position: relative;
  }

  .breadcrumb-upper__item::before {
    color: #999;
    content: ">";
    left: -1.1em;
    line-height: 2.1;
    position: absolute;
    top: 0;
  }
}
.l-page h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 25px;
  max-width: 1236px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-page h1 {
    margin-bottom: 20px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 20px 0 0;
  }

  .l-page h1 {
    margin-bottom: 20px;
    padding: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 20px 0 0;
  }

  .l-page h1 {
    margin-bottom: 20px;
    padding: 0 1%;
  }
}
.l-mv {
  position: relative;
  text-align: center;
}
.l-mv__bg {
  padding: 0 0 2em;
  background: url("../img/kv1_bg.jpg") repeat center top;
}
.l-mv__bg.kv2 {
  background: url("../img/kv2_bg.jpg") repeat center top;
}
@media print, screen and (min-width: 768px) {
  .l-mv__graphic {
    max-width: 1000px;
    margin: auto;
  }
}
.l-mv__lead {
  margin: 0 calc(40 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-mv__lead {
    max-width: 1080px;
    margin: auto;
    padding: 0 40px;
  }
}
.l-mv__lead-ttl {
  width: fit-content;
  margin: 0 auto 0.8em;
  border-bottom: #cc0000 solid 2px;
  color: #cc0000;
  font-size: 1.71em;
  font-weight: 700;
}
.l-mv__lead-txt {
  text-align: left;
}
.l-mv__slider-prev, .l-mv__slider-next {
  position: absolute;
  top: 10em;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  background-color: #cc0000;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-mv__slider-prev, .l-mv__slider-next {
    top: 45%;
  }
}
.l-mv__slider-prev::after, .l-mv__slider-next::after {
  display: block;
  content: '\e2ea' !important;
  font-size: 0.875em;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  text-box: trim-both cap alphabetic;
  line-height: 0;
  text-transform: none;
  letter-spacing: 0;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.l-mv__slider-prev {
  left: 1em;
}
.l-mv__slider-prev::after {
  padding-right: 2px;
}
.l-mv__slider-next {
  right: 1em;
}
.l-mv__slider-next::after {
  padding-left: 3px;
  content: "\e5e1" !important;
}

.l-anchor {
  position: relative;
  background: url("../img/anchor_bg.png") repeat center top;
  padding: calc(50 / 780 * 100%) 0;
  transition: all .2s;
}
@media print, screen and (min-width: 768px) {
  .l-anchor {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-anchor__inner {
    max-width: 1280px;
    margin: auto;
  }
}
.l-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5em 0;
  margin: 0 calc(20 / 780 * 100%);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .l-anchor__list {
    margin: 0 20px;
  }
}
.l-anchor__item {
  width: calc(240 / 740 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-anchor__item {
    width: 16%;
  }
}
.l-anchor__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  white-space: nowrap;
  padding: .25em 0;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  border: #cc0000 solid clamp(2px, calc(3 / 780 * 100vw), 3px);
  background-color: #FFF;
  font-weight: 700;
  color: #cc0000;
  font-size: .785em;
}
.l-anchor__item a::after {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-color: #cc0000;
  height: .5em;
  width: .5em;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media print, screen and (min-width: 768px) {
  .l-anchor__item a {
    padding: .5em .5em;
    height: 100%;
    white-space: normal;
    font-size: 0.85em;
  }
}
.l-anchor.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: calc(15 / 780 * 100%) 0;
}
@media print, screen and (min-width: 768px) {
  .l-anchor.header_fixed {
    padding: 20px 0;
  }
}

.l-plan {
  position: relative;
  padding: calc(80 / 780 * 100%) 0 0;
  background-color: #FFF;
  /*****************
  タブ設定 START
  ******************/
  /*****************
  方面の内容の設定 START
  ******************/
  /*****************
  カセット設定 START
  ******************/
  /*****************
  ガクタビ国内とウィンタースペシャル国内のPC表示設定 START
  ガクタビ国内とウィンタースペシャル国内は方面タブをなくし、すべて表示させる
  テーマパークは
  ******************/
  /*****************
  テーマパーク国内設定
  ******************/
  /*****************
  もっと見るボタン START
  ******************/
  /*****************
  こちらもオススメ！設定 START
  ******************/
  /*****************
  国内のこちらもオススメ設定 START
  ******************/
  /*****************
  国内のその他要素の設定 START
  ******************/
}
@media print, screen and (min-width: 768px) {
  .l-plan {
    padding: 1.5em 0 0;
  }
}
.l-plan .c-division-tab__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
}
.l-plan .c-division-tab__item {
  position: relative;
  cursor: pointer;
  font-size: 1.785em;
  font-weight: 700;
  width: calc(320 / 780 * 100%);
  color: #FFF;
  padding: .15em;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-division-tab__item {
    width: 320px;
  }
}
.l-plan .c-division-tab__item.ov {
  background-color: #cc0000;
}
.l-plan .c-division-tab__item.dm {
  background-color: #61c29b;
}
.l-plan .c-division-tab__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .3em;
  background-image: linear-gradient(0deg, rgba(26, 30, 31, 0.3) 0%, rgba(26, 30, 31, 0) 100%);
}
.l-plan .c-division-tab__item.active {
  padding: .25em;
}
.l-plan .c-division-tab__item.active::after {
  content: none;
}
.l-plan .c-division__item {
  padding-bottom: calc(100 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-division__item {
    padding: 0 1em 4em;
  }
}
.l-plan .overseas {
  background: url("../img/plan1_bg.jpg") repeat center top;
  border-top: #cc0000 solid clamp(3px, calc(6 / 780 * 100vw), 6px);
}
.l-plan .domestic {
  background: url("../img/plan2_bg.jpg") repeat center top;
  border-top: #61c29b solid clamp(3px, calc(6 / 780 * 100vw), 6px);
}
.l-plan .c-plan {
  margin: calc(60 / 780 * 100%) calc(20 / 780 * 100%);
  padding: calc(60 / 780 * 100%) 0 calc(20 / 780 * 100%);
  background-color: #FFF;
  border-radius: clamp(6px, calc(12 / 780 * 100vw), 12px);
  box-shadow: clamp(3px, calc(7 / 780 * 100vw), 7px) clamp(3px, calc(7 / 780 * 100vw), 7px) 0px 0px #ee8585;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-plan {
    max-width: 1280px;
    margin: 60px auto;
    padding: 40px 0 40px;
  }
}
.l-plan .c-plan__ttl {
  margin: 0 calc(40 / 780 * 100%) 1em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-plan__ttl {
    width: fit-content;
    margin: 0 auto 1em;
  }
  .l-plan .c-plan__ttl img {
    width: 80%;
    margin: auto;
  }
}
.l-plan .c-plan__lead {
  margin: 0 0 2em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-plan__lead {
    font-size: 1.2em;
  }
}
.l-plan .domestic .c-plan {
  box-shadow: clamp(3px, calc(7 / 780 * 100vw), 7px) clamp(3px, calc(7 / 780 * 100vw), 7px) 0px 0px #8cd9ba;
}
.l-plan .tab-item-wrapper > div {
  display: none;
}
.l-plan .tab-item-wrapper > .show {
  display: block;
}
.l-plan .c-guide-tab__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: .5em;
}
.l-plan .c-guide-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.1em;
  text-box: trim-both cap alphabetic;
  font-weight: 700;
  line-height: 1.2;
  width: calc(340 / 740 * 100%);
  height: 3.75em;
  color: #FFF;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  background-color: #969696;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-guide-tab__item {
    width: 340px;
  }
}
.l-plan .c-guide-tab__item.active {
  background-color: #cc0000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 4em;
}
.l-plan .c-guide {
  border-top: #cc0000 solid clamp(2px, calc(4 / 780 * 100vw), 4px);
}
.l-plan .c-dep-tab {
  padding: 1em 0 1em;
  background-color: #fff3f3;
}
.l-plan .c-dep-tab__list {
  display: flex;
  justify-content: center;
  gap: .5em;
}
.l-plan .c-dep-tab__item {
  cursor: pointer;
  position: relative;
  padding: 1.25em .75em;
  border-radius: clamp(4px, calc(80 / 780 * 100vw), 8px);
  min-width: 5.5em;
  background: #f9cbcc;
  color: #cc0000;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
  font-size: .821em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-dep-tab__item {
    font-size: 1.14em;
  }
}
.l-plan .c-dep-tab__item.active {
  background: #cc0000;
  color: #FFF;
}
.l-plan .c-dep-tab__item.active::before {
  content: "";
  display: block;
  background: #cc0000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.5em;
  width: 1em;
  height: calc(tan(60deg) * 1em / 2);
  margin: auto;
}
.l-plan .c-area-tab__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5em;
  margin: 1em 0 1.5em;
}
.l-plan .c-area-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-box: trim-both cap alphabetic;
  font-size: .785em;
  font-weight: 700;
  line-height: 1.2;
  width: calc(150 / 720 * 100%);
  min-height: 3.5em;
  padding: .5em .1em;
  color: #cc0000;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  border: #cc0000 solid 1px;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-area-tab__item {
    width: fit-content;
    min-width: 141px;
  }
}
.l-plan .c-area-tab__item.active {
  color: #FFF;
  background-color: #cc0000;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-area__item.show {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
  }
}
.l-plan .cassette {
  position: relative;
  color: #071257;
  display: block;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  border: 1px solid #071257;
  background: #FFF;
  box-shadow: clamp(2px, calc(4 / 780 * 100vw), 4px) clamp(1px, calc(4 / 780 * 100vw), 4px) 0px 0px rgba(7, 18, 87, 0.2);
  margin: calc(60 / 740 * 100%) calc(40 / 740 * 100%);
  padding: clamp(0px, calc(30 / 780 * 100vw), 30px) clamp(0px, calc(20 / 780 * 100vw), 20px) clamp(0px, calc(30 / 780 * 100vw), 30px);
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette {
    width: calc(100% / 3 - clamp(1.5rem, calc(30 / 1340 * 100vw), 3rem));
    margin: 1em clamp(0.75rem, calc(15 / 1340 * 100vw), 1.5rem);
    padding: 1em;
  }
  .l-plan .cassette:first-child {
    margin-left: auto;
  }
  .l-plan .cassette:nth-last-child(3) {
    margin-right: auto;
  }
}
.l-plan .cassette:hover {
  background-color: #fff3f3;
}
.l-plan .cassette::after {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e315";
  position: absolute;
  width: 1.5em;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  right: .4em;
  bottom: .4em;
  margin: auto;
  background-color: #071257;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  /* Preferred icon size */
  text-box: trim-both cap alphabetic;
  line-height: 0;
  text-transform: none;
  letter-spacing: 0;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette::after {
    width: clamp(2rem, calc(26 / 1340 * 100vw), 2.6rem);
    font-size: clamp(1.25rem, calc(17.5 / 1340 * 100vw), 1.75rem);
    /* Preferred icon size */
  }
}
.l-plan .domestic .cassette:hover {
  background-color: #e2f5ed;
}
.l-plan .cassette1__country {
  position: absolute;
  left: 1em;
  top: -.8em;
  background-color: #cc0000;
  color: #FFF;
  padding: .5em .3em;
  font-weight: 700;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .928em;
  transition: all .3s;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__country {
    font-size: clamp(1.3rem, calc(15 / 1340 * 100vw), 1.5rem);
  }
}
.l-plan .cassette1__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
}
.l-plan .cassette1__ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
  font-size: 1.07em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__ttl {
    font-size: clamp(1rem, calc(17 / 1340 * 100vw), 1.7rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette1__ttl .icon {
  padding-right: .2em;
  text-box: trim-both cap alphabetic;
  font-size: 1.07em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__ttl .icon {
    font-size: clamp(1rem, calc(17 / 1340 * 100vw), 1.7rem);
  }
}
.l-plan .cassette1__departure {
  display: flex;
  align-items: center;
  background-color: #071257;
  color: #FFF;
  height: 2em;
  padding: 0 1em;
  border-radius: 999px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .785em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__departure {
    font-size: clamp(0.6rem, calc(12 / 1340 * 100vw), 1.2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette1__price {
  color: #cc0000;
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.35em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__price {
    font-size: clamp(1.5rem, calc(23 / 1340 * 100vw), 2.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette1__price em {
  font-size: 140%;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'palt';
}
.l-plan .cassette1__point {
  text-align: left;
  width: fit-content;
  margin: 0 auto .8em;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.285em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__point {
    font-size: clamp(1.2rem, calc(20 / 1340 * 100vw), 2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette1__conditions {
  text-align: left;
  text-box: trim-both cap alphabetic;
  margin: 1em 1.5em 0 0;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette1__conditions {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
}
.l-plan .cassette2__country {
  background-color: #cc0000;
  color: #FFF;
  padding: .5em .3em;
  font-weight: 700;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: 1.07em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__country {
    font-size: clamp(1.3rem, calc(15 / 1340 * 100vw), 1.5rem);
  }
}
.l-plan .cassette2__departure {
  display: flex;
  align-items: center;
  background-color: #071257;
  color: #FFF;
  height: 2em;
  padding: 0 1em;
  border-radius: 999px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .785em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__departure {
    font-size: clamp(0.6rem, calc(12 / 1340 * 100vw), 1.2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__name-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: .8em;
}
.l-plan .cassette2__tourname {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 1.285em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__tourname {
    font-size: clamp(1.2rem, calc(20 / 1340 * 100vw), 2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__tourname.with-choice {
  text-align: left;
  flex: 1;
}
.l-plan .cassette2__choice {
  width: 25%;
  margin-left: .75em;
}
.l-plan .cassette2__explain-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: .75em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__explain-container {
    margin-bottom: 1.5em;
  }
}
.l-plan .cassette2__pic {
  width: 42.5%;
  margin-right: 1em;
}
.l-plan .cassette2__explain {
  flex: 1;
  text-box: trim-both cap alphabetic;
  font-size: .928em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__explain {
    font-size: clamp(1rem, calc(15 / 1340 * 100vw), 1.5rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__price-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
.l-plan .cassette2__normal-price {
  color: #333333;
  width: 53%;
  margin-right: .75em;
  letter-spacing: .01em;
  line-height: 1.3;
  font-size: .875em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__normal-price {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__normal-price span {
  display: inline-block;
}
.l-plan .cassette2__normal-price em {
  font-size: 150%;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'palt';
}
.l-plan .cassette2__normal-price .strike {
  position: relative;
}
.l-plan .cassette2__normal-price .strike::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.l-plan .cassette2__normal-price .bold {
  font-weight: 700;
}
.l-plan .cassette2__price {
  position: relative;
  flex: 1;
  color: #cc0000;
  font-weight: 700;
}
.l-plan .cassette2__price .sale-price {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.2;
  font-size: 1.357em;
  letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__price .sale-price {
    font-size: clamp(1.5rem, calc(23 / 1340 * 100vw), 2.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__price .sale-price em {
  font-size: 140%;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'palt';
}
.l-plan .cassette2__price .off {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -3em;
  z-index: 1;
  padding: .5em .5em;
  background-color: #fffc00;
  border-radius: 999px;
  aspect-ratio: 1 / 1;
  min-width: 4.5em;
  text-align: center;
  letter-spacing: .01em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__price .off {
    top: -3.25em;
    font-size: clamp(1rem, calc(15 / 1340 * 100vw), 1.5rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette2__price .off em {
  font-size: 160%;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'palt';
}
.l-plan .cassette2__conditions {
  text-align: left;
  color: #333333;
  text-box: trim-both cap alphabetic;
  margin: 1em 1.5em 0 0;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette2__conditions {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette3__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
}
.l-plan .cassette3__country {
  font-weight: 700;
  line-height: 1;
  font-size: 1.07em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__country {
    font-size: clamp(1.3rem, calc(15 / 1340 * 100vw), 1.5rem);
  }
}
.l-plan .cassette3__country .country-name {
  text-box: trim-both cap alphabetic;
  display: inline-block;
  background-color: #cc0000;
  color: #FFF;
  margin-right: .5em;
  padding: .5em .3em;
}
.l-plan .cassette3__departure {
  display: flex;
  align-items: center;
  background-color: #071257;
  color: #FFF;
  height: 2em;
  padding: 0 1em;
  border-radius: 999px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .785em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__departure {
    font-size: clamp(0.6rem, calc(12 / 1340 * 100vw), 1.2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette3__name-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: .8em;
}
.l-plan .cassette3__tourname {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 1.285em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__tourname {
    font-size: clamp(1.2rem, calc(20 / 1340 * 100vw), 2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette3__explain-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: .75em;
  text-align: left;
}
.l-plan .cassette3__pic {
  width: 42.5%;
  margin-right: 1em;
}
.l-plan .cassette3__explain {
  flex: 1;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
  font-size: .928em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__explain {
    font-size: clamp(1rem, calc(15 / 1340 * 100vw), 1.5rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette3__price-container {
  margin: 0 auto .75em;
  width: fit-content;
}
.l-plan .cassette3__sub-txt {
  color: #333333;
  text-align: left;
  letter-spacing: .01em;
  line-height: 1.3;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__sub-txt {
    font-size: clamp(1rem, calc(15 / 1340 * 100vw), 1.5rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette3__price {
  position: relative;
  flex: 1;
  color: #cc0000;
  font-weight: 700;
}
.l-plan .cassette3__price .sale-price {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.2;
  font-size: 1.357em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__price .sale-price {
    font-size: clamp(1.5rem, calc(23 / 1340 * 100vw), 2.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette3__price .sale-price em {
  font-size: 140%;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'palt';
}
.l-plan .cassette3__conditions {
  text-align: left;
  color: #333333;
  text-box: trim-both cap alphabetic;
  margin: 1em 1.5em 0 0;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette3__conditions {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette4__name-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: .3em;
}
.l-plan .cassette4__tourname {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 1.285em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette4__tourname {
    font-size: clamp(1.2rem, calc(20 / 1340 * 100vw), 2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette4__planname {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5em;
}
.l-plan .cassette4__planname span {
  display: flex;
  align-items: center;
  background-color: #071257;
  color: #FFF;
  height: 2em;
  padding: 0 1em;
  border-radius: 999px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .7em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette4__planname span {
    font-size: clamp(0.6rem, calc(12 / 1340 * 100vw), 1.2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette4__explain-container {
  margin-bottom: 1em;
  text-align: left;
}
.l-plan .cassette4__explain {
  width: fit-content;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette4__explain {
    font-size: clamp(1.2rem, calc(18 / 1340 * 100vw), 1.8rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette4__conditions {
  text-align: left;
  margin: 0 0 1.5em;
  color: #333333;
  text-box: trim-both cap alphabetic;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette4__conditions {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette4__conditions .attention {
  background-color: #fce5e6;
  color: #cc0000;
  padding: .2em;
}
.l-plan .cassette4__pic-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-plan .cassette4__pic {
  width: 48%;
}
.l-plan .cassette4__note {
  text-align: left;
  margin: 1em 1.5em 0 0;
  color: #333333;
  text-box: trim-both cap alphabetic;
  line-height: 1.3;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette4__note {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette5__name-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: .3em;
}
.l-plan .cassette5__tourname {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 1.285em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette5__tourname {
    font-size: clamp(1.2rem, calc(20 / 1340 * 100vw), 2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette5__planname {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .25em .5em;
}
.l-plan .cassette5__planname span {
  display: flex;
  align-items: center;
  background-color: #071257;
  color: #FFF;
  height: 2em;
  padding: 0 1em;
  border-radius: 999px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: .7em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette5__planname span {
    font-size: clamp(0.6rem, calc(12 / 1340 * 100vw), 1.2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette5__planname span.note {
  text-align: center;
  background-color: transparent;
  font-weight: 400;
  color: #333333;
  text-box: trim-both cap alphabetic;
  line-height: 1.2;
  font-size: .6em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette5__planname span.note {
    font-size: clamp(0.8rem, calc(10 / 1340 * 100vw), 1.1rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette5__pic-container {
  margin-bottom: 1em;
}
.l-plan .cassette5__explain-container {
  text-align: left;
}
.l-plan .cassette5__explain {
  width: fit-content;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette5__explain {
    font-size: clamp(1.2rem, calc(18 / 1340 * 100vw), 1.8rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette5__note {
  text-align: left;
  margin: 1.25em 1.5em 0 0;
  color: #333333;
  text-box: trim-both cap alphabetic;
  line-height: 1.3;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette5__note {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette6__tourname {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 1rem;
  font-size: 1.285em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette6__tourname {
    font-size: clamp(1.2rem, calc(22 / 1340 * 100vw), 2.2rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette6__tourlead {
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette6__tourlead {
    text-align: center;
    font-size: clamp(0.8rem, calc(16 / 1340 * 100vw), 1.6rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette6__pic-container {
  margin-bottom: 1em;
}
.l-plan .cassette6__explain-container {
  text-align: left;
}
.l-plan .cassette6__explain-point {
  text-align: center;
  background-color: #071257;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 1em;
  padding: .4em .5em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.l-plan .cassette6__explain {
  width: fit-content;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette6__explain {
    font-size: clamp(0.8rem, calc(16 / 1340 * 100vw), 1.6rem);
    letter-spacing: .02em;
  }
}
.l-plan .cassette6__note {
  text-align: left;
  margin: 1.25em 1.5em 0 0;
  color: #333333;
  text-box: trim-both cap alphabetic;
  line-height: 1.3;
  font-size: .857em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .cassette6__note {
    font-size: clamp(0.875rem, calc(13 / 1340 * 100vw), 1.3rem);
    letter-spacing: .02em;
  }
}
@media print, screen and (min-width: 768px) {
  .l-plan .gakutabi-kokunai .c-plan__lead, .l-plan .ws-kokunai .c-plan__lead {
    margin-bottom: 1em;
  }
  .l-plan .gakutabi-kokunai .c-area-tab, .l-plan .ws-kokunai .c-area-tab {
    display: none;
  }
  .l-plan .gakutabi-kokunai .c-area, .l-plan .ws-kokunai .c-area {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
  }
  .l-plan .gakutabi-kokunai .c-area .c-area__item, .l-plan .ws-kokunai .c-area .c-area__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 2em);
    margin: 1em 1em;
    padding: 0;
  }
  .l-plan .gakutabi-kokunai .c-area .c-area__item:first-child, .l-plan .ws-kokunai .c-area .c-area__item:first-child {
    margin-left: auto;
  }
  .l-plan .gakutabi-kokunai .c-area .c-area__item:last-child, .l-plan .ws-kokunai .c-area .c-area__item:last-child {
    margin-right: auto;
  }
  .l-plan .gakutabi-kokunai .c-area .c-area__item .cassette, .l-plan .ws-kokunai .c-area .c-area__item .cassette {
    width: 100%;
    margin: 0;
    flex-grow: 1;
  }
}
.l-plan .themepark-kokunai {
  padding-top: 1px;
}
@media print, screen and (min-width: 768px) {
  .l-plan .themepark-kokunai {
    padding-top: 10px;
  }
  .l-plan .themepark-kokunai .c-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1em;
  }
  .l-plan .themepark-kokunai .c-area .cassette {
    width: calc(100% / 2 - clamp(1.5rem, calc(30 / 1340 * 100vw), 3rem));
  }
}
@media screen and (max-width: 767px) {
  .l-plan .cassette.half-visible {
    clip-path: inset(-15em 0 0.5em 0);
    height: 10em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-plan .cassette.half-visible::after {
    content: none;
  }
}
.l-plan .more-btn, .l-plan .reduce-btn {
  transform: translateY(-1em);
}
@media print, screen and (min-width: 768px) {
  .l-plan .more-btn, .l-plan .reduce-btn {
    transform: translateY(0);
    width: 100%;
  }
}
.l-plan .more-btn span, .l-plan .reduce-btn span {
  cursor: pointer;
  display: inline-block;
  background-color: #cc0000;
  font-weight: 700;
  font-size: .821em;
  text-box: trim-both cap alphabetic;
  color: #FFF;
  padding: 1em 1.5em;
}
.l-plan .more-btn {
  transform: translateY(-4em);
  margin-bottom: -2em;
  padding: 2em 0 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), white 60%);
}
@media print, screen and (min-width: 768px) {
  .l-plan .more-btn {
    transform: translateY(0);
    margin-top: .5em;
    margin-bottom: 0;
    padding-top: 0;
    background-image: none;
  }
}
.l-plan .reduce-btn {
  margin-top: .5em;
}
.l-plan .c-also-recommend {
  margin: calc(100 / 780 * 100%) calc(40 / 780 * 100%) 0;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend {
    max-width: 1280px;
    margin: 80px auto 0;
  }
}
.l-plan .c-also-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.l-plan .c-also-recommend__item {
  border: #cc0000 solid 2px;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  background-color: #FFF;
  padding: 1.25em;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}
.l-plan .c-also-recommend__item-ttl {
  width: calc(300 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend__item-ttl {
    width: auto;
    display: contents;
  }
}
.l-plan .c-also-recommend__item-ttl .ttl {
  margin-bottom: .5em;
  white-space: nowrap;
  line-height: 1.2;
  color: #cc0000;
  font-weight: 700;
  font-size: 1.142em;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend__item-ttl .ttl {
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend__item-ttl .icon {
    width: fit-content;
    margin: auto;
  }
  .l-plan .c-also-recommend__item-ttl .icon.kaigai-ticket {
    transform: translateY(-1rem);
  }
}
.l-plan .c-also-recommend__item-ttl .ex-small {
  font-size: .5em;
}
.l-plan .c-also-recommend__item-txt {
  flex: 1;
  margin-left: 1em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .l-plan .c-also-recommend__item-txt {
    width: auto;
    display: contents;
  }
}
.l-plan .c-also-recommend__item-txt .txt {
  margin-bottom: 1em;
  line-height: 1.4;
}
.l-plan .domestic .c-also-recommend__ttl-txt {
  color: #389c74;
}
@media print, screen and (min-width: 768px) {
  .l-plan .domestic .c-also-recommend__list {
    display: block;
    width: 700px;
    margin: auto;
  }
}
.l-plan .domestic .c-also-recommend__item {
  border: #389c74 solid 2px;
}
@media print, screen and (min-width: 768px) {
  .l-plan .domestic .c-also-recommend__item {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-plan .domestic .c-also-recommend__item-ttl {
    width: 240px;
    display: block;
  }
}
.l-plan .domestic .c-also-recommend__item-ttl .ttl {
  color: #389c74;
}
@media print, screen and (min-width: 768px) {
  .l-plan .domestic .c-also-recommend__item-txt {
    display: block;
    flex: 1;
    margin-left: 1em;
    text-align: left;
  }
}
.l-plan .domestic .c-also-recommend__item-txt .red-square-button {
  background-color: #389c74;
}
.l-plan .domestic .red-button {
  background-color: #389c74;
}

.c-support {
  position: relative;
  background-color: #FFF;
  padding: calc(100 / 780 * 100%) 0;
}
@media print, screen and (min-width: 768px) {
  .c-support {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-support__inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.c-support__ttl {
  margin-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  .c-support__ttl {
    grid-area: 1 / 1 / 2 / 3;
    margin-bottom: 0;
  }
}
.c-support__ttl-txt {
  margin-bottom: .5em;
}
.c-support__ttl-lead {
  font-size: 1.2em;
}
.c-support__item {
  box-shadow: 0px 0px 10px 0px #d9d9d9;
  border-radius: clamp(6px, calc(12 / 780 * 100vw), 12px);
  margin: calc(40 / 780 * 100%) calc(40 / 780 * 100%) 0;
  padding: calc(40 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .c-support__item {
    margin: 0;
    padding: 40px;
  }
}
.c-support__item-head {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-support__item-head .icon {
  width: calc(132 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .c-support__item-head .icon {
    width: 5em;
  }
}
.c-support__item-head .ttl {
  text-align: left;
  color: #cc0000;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.142em;
}
@media print, screen and (min-width: 768px) {
  .c-support__item-head .ttl {
    font-size: 1.4em;
  }
}
.c-support__item-head .ttl .sub {
  display: block;
  margin-bottom: .5em;
  color: #333333;
  font-weight: 400;
  font-size: 87.5%;
  text-box: trim-both cap alphabetic;
}
@media print, screen and (min-width: 768px) {
  .c-support__item.desk {
    grid-area: 2 / 1 / 3 / 2;
  }
}
@media print, screen and (min-width: 768px) {
  .c-support__item.hour24 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
@media print, screen and (min-width: 768px) {
  .c-support__item.conductor {
    grid-area: 4 / 1 / 5 / 3;
  }
}
.c-support__voice {
  text-align: left;
  margin-top: 1.5em;
}
.c-support__voice-ttl {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: #333333 solid 1px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
  text-box: trim-both cap alphabetic;
}
.c-support__voice-txt {
  line-height: 1.4;
  border-bottom: solid 1px #999;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
@media print, screen and (min-width: 768px) {
  .c-support__voice-txt {
    line-height: 1.6;
    font-size: .9em;
  }
}
.c-support__voice-txt:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}
.c-support__voice-txt .persona {
  display: block;
  font-size: 80%;
}
.c-support .red-button {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .c-support .red-button {
    margin-top: 0;
    grid-area: 3 / 1 / 4 / 3;
  }
}

.c-passport {
  position: relative;
  background: #f6676a url("../img/passport_bg.jpg") repeat center top;
  padding: calc(100 / 780 * 100%) 0;
}
@media print, screen and (min-width: 768px) {
  .c-passport {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-passport__inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
}
.c-passport__ttl {
  margin: 0 calc(40 / 780 * 100%) 2em;
}
@media print, screen and (min-width: 768px) {
  .c-passport__ttl {
    width: fit-content;
    margin: 0 auto 2em;
  }
}
.c-passport__contents {
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #ac3d3f;
  border-radius: clamp(6px, calc(12 / 780 * 100vw), 12px);
  margin: 0 calc(40 / 780 * 100%);
  padding: calc(40 / 780 * 100%) calc(40 / 780 * 100%) calc(60 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .c-passport__contents {
    width: fit-content;
    margin: 0 auto;
    padding: 2em 3em;
  }
}
.c-passport__contents-txt {
  text-align: left;
  margin-bottom: 1em;
  font-size: 1.142em;
}
@media print, screen and (min-width: 768px) {
  .c-passport__contents-txt {
    text-align: center;
  }
}
.c-passport__contents-figure {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .c-passport__contents-figure {
    width: fit-content;
    margin: 0 auto 2em;
  }
  .c-passport__contents-figure img {
    width: 80%;
    margin: auto;
  }
}
.c-passport__contents .red-button {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-passport__contents .red-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
}

.c-coupon {
  position: relative;
  padding: calc(100 / 780 * 100%) 0;
  background: url("../img/coupon_bg.jpg") repeat center top;
}
@media print, screen and (min-width: 768px) {
  .c-coupon {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-coupon__inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
}
.c-coupon__section {
  margin: calc(80 / 780 * 100%) calc(40 / 780 * 100%) 0;
}
@media print, screen and (min-width: 768px) {
  .c-coupon__section {
    margin: 80px 0 0;
  }
}
.c-coupon__section.overseas {
  margin-top: 0;
}
.c-coupon__section-ttl {
  color: #cc0000;
  font-weight: 700;
  font-size: 1.285em;
  border-bottom: #cc0000 solid 2px;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}
.c-coupon__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.42em;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .c-coupon__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    margin: 0 0 3em;
  }
}
.c-coupon__item {
  width: 47%;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #d9d9d9;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  .c-coupon__item {
    width: auto;
  }
}
.c-coupon__item::after {
  display: block;
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-color: #cc0000;
  height: .5em;
  width: .5em;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.c-coupon__item:hover {
  opacity: .7;
}
.c-coupon__item a {
  position: relative;
  display: block;
  color: #333333;
}
.c-coupon__item-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  background-color: #ed7376;
  color: #FFF;
  font-size: 1.07em;
  font-weight: 700;
  line-height: 1.1;
  padding: .5em .75em;
  text-shadow: 2.828px 2.828px 0px rgba(205, 0, 4, 0.6);
}
.c-coupon__item-head::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: dotted 6px #fff;
}
.c-coupon__item-head .small {
  font-size: 80%;
}
.c-coupon__item-head em {
  font-size: 150%;
}
.c-coupon__item-txt {
  padding: .5em .75em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .c-coupon__item-txt {
    font-size: .9em;
  }
}
.c-coupon .domestic .c-coupon__section-ttl {
  color: #389c74;
  border-bottom: #389c74 solid 2px;
}
.c-coupon .domestic .c-coupon__item::after {
  background-color: #389c74;
}
.c-coupon .domestic .c-coupon__item-head {
  background-color: #82d3b3;
  text-shadow: 2.828px 2.828px 0px rgba(56, 156, 116, 0.6);
}
.c-coupon .domestic .red-button {
  background-color: #389c74;
}

.c-reserve {
  position: relative;
  padding: calc(100 / 780 * 100%) 0;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .c-reserve {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-reserve__inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
}
.c-reserve__section {
  margin: calc(80 / 780 * 100%) calc(40 / 780 * 100%) 0;
}
.c-reserve__section-ttl {
  color: #cc0000;
  font-weight: 700;
  font-size: 1.285em;
  border-bottom: #cc0000 solid 2px;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}
.c-reserve__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.42em;
  margin: 0 calc(40 / 780 * 100%) 2em;
}
@media print, screen and (min-width: 768px) {
  .c-reserve__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    margin: 0 0 3em;
  }
}
.c-reserve__item {
  width: 47%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  border: solid 2px #cc0000;
  padding: 0 0 1em;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  .c-reserve__item {
    width: auto;
  }
}
.c-reserve__item-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.75em;
  background-color: #fce5e6;
  color: #cc0000;
  font-size: 1.14em;
  font-weight: 700;
  line-height: 1.3;
  padding: .5em .7em;
}
@media print, screen and (min-width: 768px) {
  .c-reserve__item-ttl {
    font-size: 1em;
  }
}
.c-reserve__item-icon {
  margin: 1.2em 0;
  padding: 0 .7em;
}
.c-reserve__item-txt {
  flex-grow: 1;
  padding: 0 .7em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .c-reserve__item-txt {
    font-size: .9em;
  }
}
.c-reserve__item-txt a {
  text-decoration: underline;
}
.c-reserve__item .red-square-button {
  margin: .7em .7em 0;
}
.c-reserve__item .red-square-button.orange {
  background-color: #ff8400;
}

.c-otoku {
  position: relative;
  padding: calc(100 / 780 * 100%) 0;
  background: #ffd8e0 url("../img/otoku_bg.jpg") repeat center top;
}
@media print, screen and (min-width: 768px) {
  .c-otoku {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-otoku__inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-otoku__ttl {
    width: fit-content;
    margin: auto;
  }
}
.c-otoku__ttl-txt {
  font-size: 1.71em;
  margin-bottom: 1.5em;
}
.c-otoku__ttl-txt img {
  display: block;
}
.c-otoku__scroll {
  font-size: .857em;
  text-align: left;
  margin: 0 0 1em calc(40 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .c-otoku__scroll {
    display: none;
  }
}
.c-otoku__table-wrapper {
  overflow-x: auto;
  margin-left: calc(40 / 780 * 100%);
  padding-right: calc(40 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .c-otoku__table-wrapper {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
}
.c-otoku__table-wrapper::-webkit-scrollbar {
  width: 10px;
  /* スクロールバーの幅 */
  height: 10px;
  /* スクロールバーの高さ */
}
.c-otoku__table-wrapper::-webkit-scrollbar-track {
  background: #ffdfe0;
  /* スクロールバーの背景色 */
  border-radius: 999px;
  /* 角丸にする */
}
.c-otoku__table-wrapper::-webkit-scrollbar-thumb {
  background: #cd0004;
  /* スクロールバーの操作部分の背景色 */
  border-radius: 999px;
  /* 角丸にする */
}
.c-otoku__table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #747474;
  /* ホバー時のスクロールバーの操作部分の背景色 */
}
.c-otoku__table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  border: solid 2px #cc0000;
  margin: 0 0 .5em;
}
@media print, screen and (max-width: 1320px) and (min-width: 768px) {
  .c-otoku__table {
    font-size: calc(28 / 1920 * 100vw);
  }
}
.c-otoku__table th, .c-otoku__table td {
  border: solid 1px #cc0000;
  text-align: center;
  line-height: 1.3;
  padding: .5em;
  background-color: #FFF;
}
.c-otoku__table th {
  background-color: #cc0000;
  color: #FFF;
  border: solid 1px #FFF;
}
.c-otoku__table-wantto {
  color: #cc0000;
  font-weight: 700;
  font-size: 1.2em;
}
.c-otoku__table .small {
  font-size: .7em;
}
.c-otoku__budget {
  margin: calc(80 / 780 * 100%) calc(40 / 780 * 100%) 0;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #e48b9d;
  border-radius: clamp(4px, calc(8 / 780 * 100vw), 8px);
  padding: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .c-otoku__budget {
    width: fit-content;
    margin: 4em auto 0;
  }
}
.c-otoku__budget-ttl {
  width: fit-content;
  margin: 0 auto 1em;
  background-color: #cc0000;
  color: #FFF;
  font-weight: 700;
  font-size: 1.285em;
  text-box: trim-both cap alphabetic;
  padding: .5em .5em;
}
.c-otoku__budget-list {
  text-align: left;
}
.c-otoku__budget-area {
  font-size: 1.07em;
  font-weight: 600;
  color: #cc0000;
  margin: 1em 0 0;
}
@media print, screen and (min-width: 768px) {
  .c-otoku__budget-area {
    display: inline;
    padding-right: 1em;
  }
  .c-otoku__budget-area::before {
    content: "";
    display: block;
    clear: both;
  }
}
.c-otoku__budget-country {
  display: inline-block;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .c-otoku__budget-country {
    margin-bottom: 1em;
  }
}
.c-otoku__budget-country a {
  color: #333333 !important;
  text-decoration: underline;
}

.c-recommend_bnr {
  position: relative;
  padding: calc(100 / 780 * 100%) 0;
  background: #f9efea;
}
@media print, screen and (min-width: 768px) {
  .c-recommend_bnr {
    padding: 4em 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-recommend_bnr__inner {
    max-width: 1280px;
    margin: auto;
  }
}
.c-recommend_bnr__ttl {
  margin-top: calc(100 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .c-recommend_bnr__ttl {
    margin-top: 3em;
  }
}
.c-recommend_bnr__ttl:first-of-type {
  margin-top: 0;
}
.c-recommend_bnr__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.42em;
  margin: 0 calc(40 / 780 * 100%) 2em;
}
@media print, screen and (min-width: 768px) {
  .c-recommend_bnr__list {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 2em 2em;
  }
}
.c-recommend_bnr__item {
  position: relative;
  transition: opacity .2s;
}
.c-recommend_bnr__item:hover {
  opacity: .7;
}
.c-recommend_bnr__item a {
  position: relative;
  display: block;
  color: #333333;
}
.c-recommend_bnr__item a img {
  margin: auto;
}
