﻿:root {
  --base-width-pc: 1366;
  --base-width-sp: 375;
  /* --map-line-width: 1264; */
  /*  --map-line-height: 1106; */
  --map-line-width: 1210;
  --map-line-height: 1068;
}

/* forSP */

@media (max-width: 599px) {}

/* forPC02 */

@media (min-width:1280px) {}

/* forPC */

@media (min-width:600px) {}

/* forPC02 */

@media (min-width:1280px) {}

body {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
}

/* forPC */

@media (min-width:600px) {

  .forSP {
    display: none !important;
  }
}

/* forSP */

@media (max-width: 599px) {

  .forPC {
    display: none !important;
  }
}

@media (max-width: 1279px) {

  .forPC02 {
    display: none !important;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.d-heading02 {
  text-align: center;
}

.d-heading02>.mainTxt {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}

@media (max-width: 599px) {

  .d-heading02>.mainTxt {
    font-size: 30px;
  }
}

.d-heading02>.subTxt {
  margin-top: 12px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.24em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 599px) {

  .d-heading02>.subTxt {
    font-size: 12px;
  }
}

@media (min-width:600px) {

  .recommend-list {
    display: flex;
    justify-content: center;
  }
}

.recommend-list>a {
  width: 277px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

@media (max-width: 599px) {

  .recommend-list>a {
    width: calc(168 * (100vw / 375));
    width: calc(168 * (100vw / var(--base-width-sp)));
    margin: 0 auto 0 0;
  }
}

@media (min-width:600px) {
  .recommend-list>a:hover {
    opacity: .6;
  }
}

.recommend-list>a.is-no-active {
  pointer-events: none;
  opacity: 0.6 !important;
}

.step-list>.innerWrap>.headingTxt {
  color: #7689AD;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.headingTxt {
    font-size: 20px;
  }
}

.step-list>.innerWrap>.listBody01 {
  width: 880px;
  margin: 35px auto 0;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody01 {
    width: 100%;
    margin-top: 45px;
  }
}

@media (min-width:600px) {

  .step-list>.innerWrap>.listBody01 {
    display: flex;
  }
}

@media (max-width: 599px) {
  .step-list>.innerWrap>.listBody01>*:nth-of-type(n+2) {
    margin-top: 12px;
  }
}

@media (min-width:600px) {

  .step-list>.innerWrap>.listBody01>* {
    width: calc((100% / 2) - (20px / 2));
  }

  .step-list>.innerWrap>.listBody01>*:not(:nth-of-type(2n)) {
    margin-right: 50px;
  }
}

.step-list>.innerWrap>.listBody01>dl {
  display: flex;
  border-top: 1px solid #8899B8;
  border-bottom: 1px solid #8899B8;
}

.step-list>.innerWrap>.listBody01>dl>dt {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 75px;
  height: 166px;
  background: url(../img/common/bg_step_list.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  flex-shrink: 0;
}

.step-list>.innerWrap>.listBody01>dl>dd {
  padding: 15px 5px 15px 25px;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody01>dl>dd {
    padding: 10px 0 15px 10px;
  }
}

.step-list>.innerWrap>.listBody01>dl>dd>p:not(.notesTxt) {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody01>dl>dd>p:not(.notesTxt) {
    font-size: 16px;
  }
}

.step-list>.innerWrap>.listBody01>dl>dd>.notesTxt {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody01>dl>dd>.notesTxt {
    margin-top: 17px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.step-list>.innerWrap>.listBody02 {
  padding-top: 48px;
  margin-top: 40px;
  position: relative;

}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody02 {
    padding-top: 60px;

  }
}

.step-list>.innerWrap>.listBody02::before {
  content: '';
  display: block;
  width: 98px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/icon_triangle.png) no-repeat;
  background-size: contain;
}

.step-list>.innerWrap>.listBody02>.dTxt {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #7689AD;
  letter-spacing: 0.1em;
}

.step-list>.innerWrap>.listBody02>.dTxt.mt-0 {
  margin-top: 0;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody02>.dTxt {
    font-size: 30px;
  }
}

.step-list>.innerWrap>.listBody02>.notesList {
  width: 540px;
  margin: 25px auto 0;
  line-height: 1.4;
}

@media (max-width: 599px) {

  .step-list>.innerWrap>.listBody02>.notesList {
    width: 100%;
  }
}

.d-sec-desc-box {
  width: 774px;
  margin: 46px auto 0;
}

@media (max-width: 599px) {

  .d-sec-desc-box {
    width: 100%;
  }
}

.d-sec-desc-box>dl {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 599px) {

  .d-sec-desc-box>dl {
    display: block;
  }
}

.d-sec-desc-box>dl:nth-of-type(n+2) {
  margin-top: 30px;
}

.d-sec-desc-box>dl>dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 50px;
  background: url(../img/common/bg_icon_desc.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

@media (max-width: 599px) {

  .d-sec-desc-box>dl>dt {
    width: calc(335 * (100vw / 375));
    width: calc(335 * (100vw / var(--base-width-sp)));
    height: calc(50 * (100vw / 375));
    height: calc(50 * (100vw / var(--base-width-sp)));
    background: url(../img/common/bg_icon_desc_sp.png) no-repeat;
    background-size: contain;
  }
}

.d-sec-desc-box>dl>dd {
  width: 620px;
  padding-top: 5px;
  margin: 0 0 0 30px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 599px) {

  .d-sec-desc-box>dl>dd {
    width: 100%;
    padding-top: 15px;
    margin: 0 auto 0;
  }
}

.d-sec-desc-box>dl>dd a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.d-sec-desc-box.is-reserv>dl>dt {}

.d-sec-desc-box.is-reserv>dl>dd {
  line-height: 1.5;
}

.d-sec>.innerWrap {
  position: relative;
}

.d-sec>.innerWrap>* {
  position: relative;
  z-index: 2;
}

.d-sec>.innerWrap>.secIcon {
  position: absolute;
}

.d-sec>.innerWrap>.d-sec--bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.d-sec.-pickup>.innerWrap {
  padding: 50px 0 300px;
}

.d-sec.-pickup .pickup-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 0 40px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #35A3A3;
}

.d-sec.-pickup .pickup-heading::before,
.d-sec.-pickup .pickup-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 25px;
  background: #35A3A3;
  transform: rotate(-20deg);
}

.d-sec.-pickup .pickup-heading::after {
  left: auto;
  right: 0;
  transform: rotate(20deg);
}

.d-sec.-pickup .pickup-content {
  position: relative;
  max-width: 950px;
  padding: 25px 65px;
  margin: 0 auto;
  background: url(/cms/zairai/tavisit/assets/img/common/bg_pickup.jpg) no-repeat center / cover;
  border-radius: 20px;
}

.d-sec.-pickup .pickup-list {
  display: flex;
  gap: 20px;
}

.d-sec.-pickup .pickup-content .swiper-initialized .pickup-list {
  gap: 0;
}

.d-sec.-pickup .pickup-list li {
  width: calc((100% - 20px) / 2);
  height: auto;
}

.d-sec.-pickup .pickup-list a {
  display: block;
  height: 100%;
  padding: 20px 20px 30px;
  background: rgb(255,255,255,0.6);
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}

.d-sec.-pickup .pickup-list a.is-no-active {
  pointer-events: none;
}

.d-sec.-pickup .pickup-list a:hover {
  opacity: 0.6;
}

.d-sec.-pickup .pickup-content-icon {
  width: 214px;
  margin: 18px auto 0;
}

.d-sec.-pickup .pickup-list a.is-no-active .pickup-content-icon {
  opacity: 0.3;
}

.d-sec.-pickup .pickup-content-heading {
  position: relative;
  margin: 15px 0 0;
  font-family: "Shippori Mincho B1", serif;
}

.d-sec.-pickup .pickup-content-mainTxt {
  display: block;
  font-size: 16px;
}

.d-sec.-pickup .pickup-list a.is-no-active .pickup-content-mainTxt {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

.d-sec.-pickup .pickup-content-subTxt {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
}

.d-sec.-pickup .pickup-content-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #B7925D;
  border-right: 1px solid #B7925D;
  transform: rotate(45deg);
}

.d-sec.-pickup .pickup-list a.is-no-active .pickup-content-heading::after {
  content: none;
}

.d-sec.-pickup .pickup-content.is-navigation-hidden .swiper-button-prev,
.d-sec.-pickup .pickup-content.is-navigation-hidden .swiper-button-next {
  display: none;
}

.d-sec.-pickup .pickup-content .swiper-button-prev,
.d-sec.-pickup .pickup-content .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #74C4C4;
}

.d-sec.-pickup .pickup-content .swiper-button-prev {
  left: 0;
  justify-content: flex-end;
  padding-right: 12px;
}

.d-sec.-pickup .pickup-content .swiper-button-next {
  right: 0;
  justify-content: flex-start;
  padding-left: 12px;
}

.d-sec.-pickup .pickup-content .swiper-button-prev::after,
.d-sec.-pickup .pickup-content .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 599px) {
  .d-sec.-pickup>.innerWrap {
    padding: 40px 0 260px;
  }

  .d-sec.-pickup .pickup-heading {
    margin: 0 auto 13px;
    font-size: 15px;
  }

  .d-sec.-pickup .pickup-content {
    padding: 25px 27px;
  }

  .d-sec.-pickup .pickup-list {
    gap: 0;
  }

  .d-sec.-pickup .pickup-list li {
    width: 100%;
  }

  .d-sec.-pickup .pickup-list a {
    padding: 15px 15px 40px;
  }

  .d-sec.-pickup .pickup-content-mainTxt {
    font-size: 15px;
  }

  .d-sec.-pickup .pickup-content-heading::after {
    width: 5px;
    height: 5px;
  }

  .d-sec.-pickup .pickup-content .swiper-button-prev,
  .d-sec.-pickup .pickup-content .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .d-sec.-pickup .pickup-content .swiper-button-prev {
    padding-right: 8px;
  }

  .d-sec.-pickup .pickup-content .swiper-button-next {
    padding-left: 8px;
  }

  .d-sec.-pickup .pickup-content .swiper-button-prev::after,
  .d-sec.-pickup .pickup-content .swiper-button-next::after {
    font-size: 16px;
  }
}

.value-ticket-img {
  width: 683px;
  overflow: hidden;
}

@media (max-width: 599px) {
  .value-ticket-img {
    width: 100%;
    width: 1190px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width:600px) {

  .value-ticket-img {
    width: calc(683 * (100vw / 1366));
    width: calc(683 * (100vw / var(--base-width-pc)));
  }
}

.value-ticket-img>.swiper {
  width: 275px;
  /* margin: 0 auto 0 0; */
  margin: 0;
  overflow: visible;
}

@media (max-width: 599px) {
  .value-ticket-img>.swiper {
    width: 214px;
    /* margin: 72px auto 0; */
    margin: 45px auto 0;
  }
}

@media (min-width: 600px) {
  .value-ticket-img>.swiper {
    margin-right: 20px;
  }
}

.value-ticket-img>.swiper .swiper-slide {
  /*       &::after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 137.5px;
        transition: 0.5s ease-in-out 0.3s;
        @media (599px >=width) {
          border-radius: 107px;
        }
      } */
}

.value-ticket-img>.swiper .swiper-wrapper {
  /*  transition-delay: 1s !important; */
}

/* animation: 0.5s ease-in-out 0s forwards swiper-out; */

.value-ticket-img>.swiper.is-anime-start .swiper-slide::after {
  /*  opacity: 1; */
}

/* animation: 0.5s ease-in-out 0s forwards swiper-in; */

.value-ticket-img>.swiper.is-anime-end .swiper-slide::after {
  /*           opacity: 0;
          transition: 0.5s ease-in-out; */
}

.value-ticket-desc>.innerWrap>.destination-box>.iconBox {
  display: flex;
  justify-content: center;

}

.value-ticket-desc>.innerWrap>.destination-box>.iconBox>li {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.value-ticket-desc>.innerWrap>.destination-box>.dTxt {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.value-ticket-desc>.innerWrap>.destination-box>.dTxt.mt-0 {
  margin-top: 0;
}

.value-ticket-desc>.innerWrap>.headingTxt {
  margin: 26px auto 0;
  text-align: center;
}

@media (max-width: 599px) {

  .value-ticket-desc>.innerWrap>.headingTxt {
    margin-top: 31px;
  }
}

.value-ticket-desc>.innerWrap>.headingTxt>.subTxt {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {

  .value-ticket-desc>.innerWrap>.headingTxt>.subTxt {
    font-size: 18px;
  }
}

.value-ticket-desc>.innerWrap>.headingTxt>.mainTxt {
  font-size: 42px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 599px) {

  .value-ticket-desc>.innerWrap>.headingTxt>.mainTxt {
    margin-top: 15px;
    font-size: 30px;
  }
}

.value-ticket-desc>.innerWrap>.iconDeparture {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 160px;
  height: 34px;
  font-size: 20px;
  white-space: nowrap;
  background: url(../img/common/bg_icon_blue.png) no-repeat;
  background-size: contain;
  color: #fff;
}

.value-ticket-desc>.innerWrap>.priceBox {
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.value-ticket-desc>.innerWrap>.priceBox>.priceTxt {
  padding: 0 5px 0 15px;
  font-size: 32px;
}

.value-ticket-desc>.innerWrap>.remarksTxt {
  margin-top: 5px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.value-ticket-desc>.innerWrap>.notesTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

.value-ticket-desc>.innerWrap>.notesTxt>a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #7689AD;
}

.d-sec.-value-ticket>.innerWrap {
  margin: -177px auto 0;
}

@media (min-width:600px) {

  .d-sec.-value-ticket>.innerWrap .descBox {
    width: 1125px;
    /* padding-left: 120px; */
    margin: 60px auto 0;
  }
}

.d-sec.-value-ticket>.innerWrap>.secIcon {
  width: 290px;
  top: -20px;
  right: 40px;
}

@media (max-width: 599px) {

  .d-sec.-value-ticket>.innerWrap>.secIcon {
    width: calc(175 * (100vw / 375));
    width: calc(175 * (100vw / var(--base-width-sp)));
    top: calc(30 * (100vw / 375));
    top: calc(30 * (100vw / var(--base-width-sp)));
    right: calc(24 * (100vw / 375));
    right: calc(24 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:600px) {

  .d-sec.-value-ticket>.innerWrap>.secIcon {
    width: 290px;
    top: calc(-20 * (100vw / 1366));
    top: calc(-20 * (100vw / var(--base-width-pc)));
    right: calc(40 * (100vw / 1366));
    right: calc(40 * (100vw / var(--base-width-pc)));
  }
}

@media (max-width: 599px) {

  .d-sec.-value-ticket>.innerWrap {
    /* padding: calc(212 * (100vw / var(--base-width-sp))) 0 0; */
    padding: calc(200 * (100vw / 375)) 0 0;
    padding: calc(200 * (100vw / var(--base-width-sp))) 0 0;
    margin: -220px auto 0;
  }
}

@media (min-width:600px) {

  .d-sec.-value-ticket>.innerWrap {
    padding: calc(241 * (100vw / 1366)) 0 75px;
    padding: calc(241 * (100vw / var(--base-width-pc))) 0 75px;
    margin: -280px auto 0;
    /* height: 900px; */
  }
}

@media (max-width: 599px) {

  .d-sec.-value-ticket>.innerWrap .d-headding>.subTxt {
    margin-top: 0;
  }
}

.d-sec.-value-ticket>.innerWrap .value-ticket-desc {
  width: 100%;
  margin: 0 auto 0;
}

@media (max-width: 599px) {

  .d-sec.-value-ticket>.innerWrap .value-ticket-desc {
    /* margin-top: 54px; */
    margin-top: 40px;
  }
}

@media (min-width:600px) {

  .d-sec.-value-ticket>.innerWrap .value-ticket-desc {
    width: 550px;
    padding-top: 58px;
    margin: 0;
    flex-shrink: 0;
  }
}

.d-sec.-value-ticket>.innerWrap .value-ticket-img {
  position: relative;
  display: flex;
}

@media (max-width: 599px) {

  .d-sec.-value-ticket>.innerWrap .value-ticket-img {}

}

@media (min-width:600px) {

  .d-sec.-value-ticket>.innerWrap .value-ticket-img {
    width: 100vw;
    margin-left: 13px;
    position: absolute;
    left: 550px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.d-sec.-jr-free-section>.innerWrap {
  padding: 204px 0 0;
  /* margin-top: -20px; */
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap {
    padding: calc(115 * (100vw / 375)) 20px 0;
    padding: calc(115 * (100vw / var(--base-width-sp))) 20px 0;
    margin-top: 20px;
  }
}

.d-sec.-jr-free-section>.innerWrap .d-heading02 {
  margin-top: 50px;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap .d-heading02 {
    margin-top: 93px;
  }
}

.d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec01 {
  width: 1000px;
  margin: 0 auto 0;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec01 {
    width: 100%;
  }
}

.d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02 {
  width: 700px;
  margin: 10px auto 0;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02 {
    width: 100vw;
    margin: 20px -20px 0;
  }

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>figure {
    width: 100%;
    width: 100vw;
    /*  height: 152px; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>figure>div {
    width: 100%;
    overflow-x: scroll;
  }

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>figure>div>img {
    width: 560px;
    max-width: none;
    /* position: absolute; */
  }
}

.d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>.courseHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  background: url(../img/nanki/img_free-section_label01.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>.courseHeading {
    width: calc(335 * (100vw / 375));
    width: calc(335 * (100vw / var(--base-width-sp)));
    height: calc(50 * (100vw / 375));
    height: calc(50 * (100vw / var(--base-width-sp)));
    margin: 0 auto 0;
  }
}

.d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>.courseHeading.-ise {
  background: url(../img/nanki/img_free-section_label01.png) no-repeat;
  background-size: contain;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>.courseHeading.-ise {
    background-image: url(../img/nanki/img_free-section_label01_sp.png);
  }
}

.d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>.courseHeading.-naka {
  background: url(../img/nanki/img_free-section_label02.png) no-repeat;
  background-size: contain;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section>.innerWrap .d-fig.-jr-free-sec02>.courseHeading.-naka {
    background-image: url(../img/nanki/img_free-section_label02_sp.png);
  }
}

.d-sec.-jr-free-section>.innerWrap .d-heading02+.d-fig.-jr-free-sec02>.courseHeading.-ise {
  margin-top: 30px;
}

.d-sec.-jr-free-section>.innerWrap>.d-sec--bg {
  height: calc(2578 * (100vw / 1366));
  height: calc(2578 * (100vw / var(--base-width-pc)));
}

.d-sec.-ticket-reserv>.innerWrap {
  padding: 248px 0 56px;
  /* margin-top: 73px */
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv>.innerWrap {
    padding: calc(214 * (100vw / 375)) 20px 56px;
    padding: calc(214 * (100vw / var(--base-width-sp))) 20px 56px;
  }
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv>.innerWrap>.d-headding>.mainTxt,
  .d-sec.-ticket-reserv>.innerWrap>.d-headding>.subTxt {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.d-sec.-ticket-reserv>.innerWrap>.secIcon {
  width: 416px;
  top: -10px;
  left: 20px;
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv>.innerWrap>.secIcon {
    width: calc(281 * (100vw / 375));
    width: calc(281 * (100vw / var(--base-width-sp)));
    top: calc(15 * (100vw / 375));
    top: calc(15 * (100vw / var(--base-width-sp)));
    left: calc(-46 * (100vw / 375));
    left: calc(-46 * (100vw / var(--base-width-sp)));
  }
}

.d-sec.-ticket-reserv>.innerWrap .step-list {
  margin-top: 75px;
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv>.innerWrap .step-list {
    margin-top: 30px;
  }
}

.d-sec.-ticket-reserv>.innerWrap .d-sec-desc-box {
  margin-top: 68px;
}

.d-sec.-recommend {
  position: relative;
  z-index: 3;
}

@media (max-width: 599px) {

  .d-sec.-recommend {
    margin-top: 90px;
  }
}

.d-sec.-recommend>.innerWrap>.secIcon {
  width: 245px;
  top: -40px;
  right: 73px;
}

@media (max-width: 599px) {

  .d-sec.-recommend>.innerWrap>.secIcon {
    width: calc(135 * (100vw / 375));
    width: calc(135 * (100vw / var(--base-width-sp)));
    top: calc(-20 * (100vw / 375));
    top: calc(-20 * (100vw / var(--base-width-sp)));
    right: calc(52 * (100vw / 375));
    right: calc(52 * (100vw / var(--base-width-sp)));
  }
}

.d-sec.-recommend>.innerWrap .recommend-list {
  position: absolute;
}

@media (max-width: 599px) {

  .d-sec.-recommend>.innerWrap .recommend-list {
    width: calc(344 * (100vw / 375));
    width: calc(344 * (100vw / var(--base-width-sp)));
    top: calc(115 * (100vw / 375));
    top: calc(115 * (100vw / var(--base-width-sp)));
    left: 50%;
    transform: translateX(-50%);
  }

  .d-sec.-recommend>.innerWrap .recommend-list>a:nth-of-type(2) {
    margin: calc(-102 * (100vw / 375)) 0 0 auto;
    margin: calc(-102 * (100vw / var(--base-width-sp))) 0 0 auto;
  }

  .d-sec.-recommend>.innerWrap .recommend-list>a:nth-of-type(3) {
    margin-top: calc(-80 * (100vw / 375));
    margin-top: calc(-80 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:600px) {

  .d-sec.-recommend>.innerWrap .recommend-list {
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .d-sec.-recommend>.innerWrap .recommend-list>a:nth-of-type(2) {
    margin-top: 128px;
  }

  .d-sec.-recommend>.innerWrap .recommend-list>a:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

.d-sec.-recommend>.innerWrap>.d-sec--bg {
  position: relative;
  height: auto;
}

.d-headding {
  text-align: center;
}

.d-headding>.mainTxt {
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 599px) {

  .d-headding>.mainTxt {
    font-size: 42px;
  }
}

.d-headding>.subTxt {
  margin-top: 12px;
  display: block;
  font-size: 26px;
  letter-spacing: 0.24em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 599px) {

  .d-headding>.subTxt {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

.wrapper_ {
  /* width: 100vw; */
  width: 100vw;
  overflow: hidden;
}

@media (min-width:600px) {

  .wrapper_ {
    width: 100%;
    min-width: 1280px;
  }
}

.copy-right {
  color: #fff;
  font-size: 14px;
}

/*フッターのパーツ*/

/*component --- 扉アイテム */

.logo-loading {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  z-index: 10;
  display: none;
}

.logo-loading.is-active {
  display: block;
  animation: 1s ease-in-out 2s forwards fade01;
}

@media (max-width: 599px) {

  .logo-loading {
    /* width: calc(266 * (100vw / var(--base-width-sp))); */
    /*   top: calc(50% - (100 * (100vw / var(--base-width-sp)))); */

  }
}

.logo-loading>.logoBody {
  width: 480px;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}

@media (max-width: 599px) {

  .logo-loading>.logoBody {
    width: calc(266 * (100vw / 375));
    width: calc(266 * (100vw / var(--base-width-sp)));
    top: 50%;
  }
}

@media (min-width:600px) {

  .logo-loading>.logoBody {}


}

.logo-loading>.logoBG {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.logo-loading>.logoBG>img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.is-tavisit-area .logo-loading {
  display: none !important;
}

.is-tavisit-area .d-footer {
  margin-top: -150px;
}

@media (max-width: 599px) {

  .is-tavisit-area .d-footer {
    /* margin-top: calc(-330 * (100vw / 375)); */
    /* margin-top: calc(-330 * (100vw / var(--base-width-sp))); */
    margin-top: -170px;
  }
}

/*component --- アニメ */

@keyframes swiper01 {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade01 {
  0% {
    opacity: 1;

  }

  100% {
    opacity: 0;
  }
}

@keyframes fade02 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuVisible {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 50px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes slideIn02 {
  0% {
    transform: translate(-50%, -150%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(15px);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes circle-anime01 {
  0% {
    width: 0;
    height: 0;
  }

  20% {
    width: 436px;
    height: 436px;
  }

  80% {
    width: 436px;
    height: 436px;
  }

  100% {
    width: 0;
    height: 0;
  }
}

@keyframes circle-anime02 {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: calc(436 * (100vw / 1366));
    width: calc(436 * (100vw / var(--base-width-pc)));
    height: calc(436 * (100vw / 1366));
    height: calc(436 * (100vw / var(--base-width-pc)));
  }


  100% {
    width: 0;
    height: 0;
  }
}

@keyframes circle-anime03 {
  0% {
    width: 0;
    height: 0;
  }

  20% {
    width: calc(300 * (100vw / 375));
    width: calc(300 * (100vw / var(--base-width-sp)));
    height: calc(300 * (100vw / 375));
    height: calc(300 * (100vw / var(--base-width-sp)));
  }

  80% {
    width: calc(300 * (100vw / 375));
    width: calc(300 * (100vw / var(--base-width-sp)));
    height: calc(300 * (100vw / 375));
    height: calc(300 * (100vw / var(--base-width-sp)));
  }

  100% {
    width: 0;
    height: 0;
  }
}

@keyframes swiper-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes swiper-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-anime.is-fade {
  opacity: 0;
  transform: translateY(50px);
}

.js-anime.is-fade.is-animated {
  animation: 1s ease-in-out 0.5s forwards fade02;
}

.js-anime.is-fade.is-animated.is-delay {
  animation: 1s ease-in-out 1s forwards fade02;
}

.js-anime.is-fade02 {
  opacity: 1;
}

.js-anime.is-fade02.is-animated {
  animation: 1s ease-in-out 3s forwards fade01;
}

/*共通 --- モーダル */

.modal {
  background: #efefef;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  /*   top: 50%; */
  left: 50%;
  /* transform: translate(-50%, -50%); */
  top: 0;
  transform: translateX(-50%);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

.modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.modal>.overlay {
  width: 100%;
  height: 100%;
}

.modal>.overlay div {
  width: 100%;
  height: 100%;
}

.modal>.overlay .dialog-body>* {
  position: relative;
  z-index: 2;
}

.modal>.overlay .dialog-body::after {
  content: '';
  display: block;
  background: url(../img/common/bg_modal.jpg)no-repeat;
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.modal #modal-1-content {
  padding-top: 30px;
}

.modal-header-frame {
  padding: 10px 20px 10px 10px;
}

/*共通 --- ヘッダー */

.sub-list>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

@media (max-width: 599px) {

  .sub-list>ul {
    justify-content: center;
    gap: 10px 0;
  }
}

@media (min-width: 600px) {
  .sub-list>ul {
    padding: 0 10px 0 25px;
  }
}

.sub-list>ul>li {
  flex-shrink: 0;
}

.sub-list>ul>li:last-of-type a {
  border-right: 1px solid #000;
}

.sub-list>ul>li>a {
  padding: 0 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  position: relative;
  border-left: 1px solid #000;
}

@media (max-width: 599px) {

  .sub-list>ul>li>a {
    padding: 0 15px;
  }
}

.nav-list>ul {
  display: flex;
}

@media (max-width: 599px) {

  .nav-list>ul {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width:600px) {

  .nav-list>ul {
    align-items: center;
    height: 100%;
  }
}

.nav-list>ul>li {
  display: flex;
  flex-shrink: 0;
}

@media (max-width: 599px) {

  .nav-list>ul>li {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 599px) {

  .nav-list>ul>li:nth-of-type(n+2) {
    margin-top: 50px;
  }

}

@media (min-width:600px) {

  .nav-list>ul>li:nth-of-type(n+2) {
    /* margin-left: 30px; */
    margin-left: 20px;
  }
}

.nav-list>ul>li>button,
.nav-list>ul>li>a {
  text-align: center;
  white-space: nowrap;
}

.nav-list>ul>li>button>.mainTxt,
.nav-list>ul>li>a>.mainTxt {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}

.nav-list>ul>li>button>.subTxt,
.nav-list>ul>li>a>.subTxt {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.nav-list>ul>li>a>.mainTxt.andTrain {
  letter-spacing: 0.05em;
}

.nav-list>ul>li>a>.mainTxt.andTrain::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 17px;
  margin-bottom: -2px;
  border: 1px solid #000;
}

@media (max-width: 599px) {

  .nav-list>ul>li .sub-list {
    width: 320px;
    margin: 10px auto 0;
  }
}

@media (min-width:600px) {

  .nav-list>ul>li .sub-list {
    width: 100%;
    max-width: 0;
    overflow: hidden;
    transition: 2s;
  }

}

@media (min-width:600px) {

  .nav-list>ul>li>button.is-active+.sub-list {
    max-width: 100vw;
    transition: 3s;
  }
}

.swiper-area {
  width: 880px;
  /* height: calc((400 / 805) * 100%); */
  left: 50%;
  transform: translate(-50%, -160%);
  position: absolute;
  top: 97px;
  opacity: 1;
  /* animation: 1s ease-in-out  3s forwards fade02; */
  animation: 1s ease-in-out 3s forwards slideIn;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

@media (max-width: 599px) {

  .swiper-area {
    width: calc(335 * (100vw / 375));
    width: calc(335 * (100vw / var(--base-width-sp)));
    /* top: calc(66 * (100vw / var(--base-width-sp))); */
    top: calc(84 * (100vw / 375));
    top: calc(84 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:1920px) {
  .swiper-area {
    width: 1130px;
  }
}

.swiper-area>.swiper {
  overflow: visible;
}

.swiper-area .swiper-wrapper {}

.swiper-area .swiper-button-prev::before,
.swiper-area .swiper-button-next::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

@media (max-width: 599px) {

  .swiper-area .swiper-button-prev::before,
  .swiper-area .swiper-button-next::before {
    width: calc(10 * (100vw / 375));
    width: calc(10 * (100vw / var(--base-width-sp)));
    height: calc(10 * (100vw / 375));
    height: calc(10 * (100vw / var(--base-width-sp)));
  }
}

.swiper-area .swiper-button-prev::after,
.swiper-area .swiper-button-next::after {
  display: none;
}

.swiper-area .swiper-button-next::before {
  transform: rotate(45deg)
}

.swiper-area .swiper-button-prev {
  left: -40px;
}

@media (max-width: 599px) {

  .swiper-area .swiper-button-prev {
    left: calc(-20 * (100vw / 375));
    left: calc(-20 * (100vw / var(--base-width-sp)));
  }
}

.swiper-area .swiper-button-next {
  right: -40px;
}

@media (max-width: 599px) {

  .swiper-area .swiper-button-next {
    right: calc(-20 * (100vw / 375));
    right: calc(-20 * (100vw / var(--base-width-sp)));
  }
}

.d-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

@media (max-width: 599px) {

  .d-header {}
}

@media (min-width:600px) {

  .d-header {
    min-width: 1280px;
  }
}

.is-tavisit-top .d-header {
  opacity: 0;
  animation: 1s ease-in-out 4s forwards fade02;
}

.d-header--main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.d-header--main>.inner-frame {
  width: 100%;

  /* padding: 20px 40px 20px 26px; */
  padding: 20px 30px 20px 16px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 599px) {

  .d-header--main>.inner-frame {
    padding: 10px 20px 10px 10px;
  }
}

@media (min-width:600px) {

  .d-header--main>.inner-frame {
    min-width: 1280px;
  }

  ;
}

/*共通 --- フッター */

.sns-box>dt {
  color: #fff;
}

.sns-box>dd {
  padding: 0 0 0 15px;
}

.sns-box>dd>a {
  width: auto;
  height: 22px;
  transition: 0.3s ease-in-out;
}

.sns-box>dd>a:hover {
  opacity: 0.6;
}

.sns-box>dd>a:nth-of-type(n+2) {
  margin-left: 15px;
}

.sns-box>dd>a>img {
  width: auto;
  height: 100%;
}

.footer-bnr-area {
  display: flex;
  flex-wrap: wrap;
}

.footer-bnr-area>a {
  overflow: hidden;
}

@media (max-width: 599px) {

  .footer-bnr-area>a {
    width: calc((100% / 2) - (11px / 2));
    border-radius: 11px;
  }

  .footer-bnr-area>a:not(:nth-of-type(2n)) {
    margin-right: 11px;
  }

  .footer-bnr-area>a:nth-of-type(n+3) {
    margin-top: 11px;
  }
}

@media (min-width:600px) {

  .footer-bnr-area>a {
    width: calc((100% / 4) - (60px / 4));
    border-radius: 10px;
    transition: 0.3s ease-in-out;
  }

  .footer-bnr-area>a:nth-of-type(n+5) {
    margin-top: 20px;
  }

  .footer-bnr-area>a:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }

  .footer-bnr-area>a:hover {
    opacity: .6;
  }
}

.is-tavisit-top .d-footer {
  margin-top: -200px;
}

@media (max-width: 599px) {

  .is-tavisit-top .d-footer {}
}

@media (min-width:1280px) {

  .is-tavisit-top .d-footer {
    margin-top: calc(-150 * (100vw / 1366));
    margin-top: calc(-150 * (100vw / var(--base-width-pc)));
  }
}

.d-footer {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.d-footer>.innerWrap {
  padding: 212px 40px 25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 599px) {

  .d-footer>.innerWrap {
    padding: 212px 12px 25px;
  }
}

@media (min-width:600px) {

  .d-footer>.innerWrap {
    padding-top: 249px;
  }
}

.d-footer>.innerWrap::after {
  content: '';
  display: block;
  width: 100%;
  /* height: 1604px; */
  /* height: 100%; */
  height: calc(100% + 150px);
  background: url('../img/common/bg_footer_250306.png')no-repeat center bottom /cover;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 599px) {

  .d-footer>.innerWrap::after {
    /* height: calc(1624 * (100vw / 375));
    height: calc(1800 * (100vw / var(--base-width-sp))); */
    background-image: url('../img/common/bg_footer_sp2.png');
  }
}

/* @media (min-width:1280px) {

  .d-footer>.innerWrap::after {
    height: calc(1892 * (100vw / 1366));
    height: calc(1892 * (130vw / var(--base-width-pc)));
  }
} */

.d-footer>.innerWrap>.footer-bnr-area {
  width: 956px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 599px) {

  .d-footer>.innerWrap>.footer-bnr-area {
    width: 100%;
  }
}

.d-footer .footer-frame {
  /*   padding-top: 725px; */
  height: calc(100dvh - 25px);
  position: relative;
  z-index: 2;
  display: flex;
}

@media (max-width: 599px) {
  .d-footer .footer-frame {
    flex-direction: column;
    justify-content: flex-end;
    /* padding-top: calc(500 * (100vw / var(--base-width-sp))); */
    /* padding-top: calc(535 * (100vw / 375)); */
    /*  padding-top: calc(535 * (100vw / var(--base-width-sp))); */
  }
}

@media (min-width: 600px) {
  .d-footer .footer-frame {
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width:1280px) {
  .d-footer .footer-frame {
    /* padding-top: calc(725 * (100vw / var(--base-width-pc))); */
  }
}



@media (max-width: 599px) {

  .d-footer .footer-frame .jr-logo {
    width: 52px;
    flex-shrink: 0;
  }
}


.d-footer .copy-right {
  font-size: calc((14 / 16) * 1rem);
}

@media (max-width: 599px) {

  .d-footer .copy-right {
    margin-top: 5px;
    font-size: 12px;
  }
}

.d-footer .note-txt {
  margin-top: 20px;
  color: #fff;
  font-size: calc((12 / 16) * 1rem);
}

@media (max-width: 599px) {

  .d-footer .note-txt {
    font-size: 10px;
  }
}

.d-footer .jr-logo {
  margin-left: 20px;
  display: flex;
  width: 70px;
  height: auto;
}

.logo-tavisit {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 599px) {

  .logo-tavisit {
    width: 100%;
  }
}

@media (max-width: 599px) {

  .logo-tavisit>a {
    /* width: calc(88 * (100vw / var(--base-width-sp))); */
    width: 88px;
  }
}

.logo-tavisit>p {
  margin-left: 24px;
  font-size: calc((12 / 16) * 1rem);
}

@media (max-width: 599px) {

  .logo-tavisit>p {
    width: calc(90 * (100vw / 375));
    width: calc(90 * (100vw / var(--base-width-sp)));
    margin-left: calc(10 * (100vw / 375));
    margin-left: calc(10 * (100vw / var(--base-width-sp)));
  }
}

.logo-tavisit>button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 9px;
}

.logo-tavisit>button::before,
.logo-tavisit>button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.logo-tavisit>button::before {
  top: 0;
}

.logo-tavisit>button::after {
  bottom: 0;
}

.logo-tavisit>button.is-open::before,
.logo-tavisit>button.is-open::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}

.logo-tavisit>button.is-open::before {}

.logo-tavisit>button.is-open::after {
  transform: translate(-50%, -50%) rotate(-20deg);
}

@media (min-width:600px) {

  .logo-tavisit>button {
    display: none !important;
  }
}

/*トップ --- トップスライダーの部分 */

.scroll-txt {
  position: absolute;
  right: 32px;
  bottom: 64px;
  width: 16px;
  animation: 2s ease-in-out 2s infinite scroll;
  z-index: 2;
}

@media (max-width: 599px) {

  .scroll-txt {
    right: 10px;
    bottom: 30px;
  }
}

.hero-box.is-darken>.innerWrap::before {
  opacity: 0.3 !important;
}

.hero-box.is-hidden {
  opacity: 0 !important;
}

.hero-box--bg .seasonItem{
  display: none;
}
.hero-box--bg .seasonItem.is-active{
  display: block;
}

.hero-box .swiper-slide {
  display: flex;
}

@media (max-width: 599px) {

  .hero-box .swiper-slide {
    width: calc(335 * (100vw / 375));
    width: calc(335 * (100vw / var(--base-width-sp)));
    height: calc(445 * (100vw / 375));
    height: calc(445 * (100vw / var(--base-width-sp)));
    padding: calc(10 * (100vw / 375));
    padding: calc(10 * (100vw / var(--base-width-sp)));
    flex-direction: column;
  }
}

@media (min-width:600px) {

  .hero-box .swiper-slide {
    padding: 10px;
    justify-content: space-between;
  }
}

.hero-box .swiper-slide>.slideDesc {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: 1s ease-in-out;
}

@media (max-width: 599px) {

  .hero-box .swiper-slide>.slideDesc {
    /* margin-top: 10px; */
    margin-top: calc(10 * (100vw / 375));
    margin-top: calc(10 * (100vw / var(--base-width-sp)));
    order: 2;
  }
}

@media (min-width:600px) {

  .hero-box .swiper-slide>.slideDesc {
    padding-top: 74px;
    padding-left: 10px;
  }
}

/*@media (width >=1280px) {
        padding-top: calc(74 * (100vw / var(--base-width-pc)));
        padding-left: calc(10 * (100vw / var(--base-width-pc)));
      } */

.hero-box .swiper-slide>.slideDesc>.headingBox>.mainTxt {
  /*font-size: 52px; */
  font-size: calc(52 * (100vw / 375));
  font-size: calc(52 * (100vw / var(--base-width-sp)));
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  /*      @media (width >=1280px) {
            font-size: calc(60 * (100vw / var(--base-width-pc)));
          } */
}

@media (min-width:600px) {

  .hero-box .swiper-slide>.slideDesc>.headingBox>.mainTxt {
    font-size: 60px;
  }
}

.hero-box .swiper-slide>.slideDesc>.headingBox>.subTxt {
  /*font-size: 17px; */
  font-size: calc(17 * (100vw / 375));
  font-size: calc(17 * (100vw / var(--base-width-sp)));
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  /*       @media (width >=1280px) {
            font-size: calc(20 * (100vw / var(--base-width-pc)));
          } */
}

@media (min-width:600px) {

  .hero-box .swiper-slide>.slideDesc>.headingBox>.subTxt {
    font-size: 20px;
  }
}

.hero-box .swiper-slide>.slideDesc>.slideTxt {
  /* font-size: 14px; */
  margin-top: calc(15 * (100vw / 375));
  margin-top: calc(15 * (100vw / var(--base-width-sp)));
  font-size: calc(14 * (100vw / 375));
  font-size: calc(14 * (100vw / var(--base-width-sp)));
  letter-spacing: 0.05em;
  line-height: 1.9;
  /* margin-top: 10px; */
}

@media (min-width:600px) {

  .hero-box .swiper-slide>.slideDesc>.slideTxt {
    margin-top: 44px;
    font-size: 17px;
  }
}

@media (min-width:1280px) {

  .hero-box .swiper-slide>.slideDesc>.slideTxt {
    /*margin-top: calc(44 * (100vw / var(--base-width-pc)));
          font-size: calc(17 * (100vw / var(--base-width-pc))); */
  }
}

.hero-box .swiper-slide>figure {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: 1s ease-in-out;
}

@media (max-width: 599px) {

  .hero-box .swiper-slide>figure {
    order: 1;
  }
}

@media (min-width:600px) {

  .hero-box .swiper-slide>figure {
    width: calc((574 / 860) * 100%);
  }
}

.hero-box .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: 50px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}

.hero-box .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/top/slide_bg_sp.png) no-repeat;
  background-size: 100% 100%;
}

@media (min-width:600px) {

  .hero-box .swiper-slide::after {
    background: url(../img/top/slide_bg.png) no-repeat;
    background-size: cover;
  }
}

.hero-box .swiper-slide:hover>figure {
  opacity: .6;
}

.hero-box .js-top-slider.is-hidden .swiper-slide::before {
  opacity: 0.4;
}

/* animation: 0.5s ease-in-out 0s forwards swiper-out; */

.hero-box .swiper.is-anime-start .swiper-slide>.slideDesc {
  opacity: 0;
}

.hero-box .swiper.is-anime-start .swiper-slide>figure {
  opacity: 0;
}

/*  animation: 0.5s ease-in-out 0s forwards swiper-in; */

.hero-box .swiper.is-anime-end .swiper-slide>.slideDesc {
  opacity: 1;
  transition: 1s ease-in-out;

}

.hero-box .swiper.is-anime-end .swiper-slide>figure {
  opacity: 1;
  transition: 1s ease-in-out;
}

.hero-box .swiper-wrapper {
  transition-delay: 1.5s !important;
}

.hero-box .swiper.is-anime-start {
  /* animation: 0.5s ease-in-out 0s forwards swiper-out; */
}

.hero-box .swiper.is-anime-end {
  /*  animation: 0.5s ease-in-out 0s forwards swiper-in; */
}

.hero-box--bg {
  /* width: 1366px; */
  width: 100%;
  /* height: 810px; */
  height: 100%;
  position: relative;
  z-index: 1;
  /*   width: 100%;
  height: 100%; */
  /* height: 802px; */
}

.hero-box--bg iframe,
.hero-box--bg video {
  /*     width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px; */
  width: 100%;
  height: 100%;
  max-width: none;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*     @media (width >=1280px) {
      min-width: 1366px;
      min-height: 802px;
    } */
}

@media (max-width: 599px) {

  .hero-box--bg iframe,
  .hero-box--bg video {
    max-width: none;
    width: auto;
    height: calc(667 * (100vw / 375));
    height: calc(667 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:600px) {

  .hero-box--bg iframe,
  .hero-box--bg video {
    /*    min-width: 1366px;
      min-height: 802px; */
    width: auto;
    min-width: 1366px;
    /* width: 1366px; */
    /*  height: 810px; */
    height: 100dvh;
    /* height: 802px; */
    height: 100%;
  }
}

.hero-box {
  height: 805px;
}

@media (max-width: 599px) {

  .hero-box {
    height: calc(667 * (100vw / 375));
    height: calc(667 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:600px) {

  .hero-box {
    height: 100dvh;
  }
}

/*   @media (width >=1280px) {
    height: calc(800 * (100vw / var(--base-width-pc)));
  } */

.hero-box>.innerWrap {
  position: fixed;
  width: 100%;
  height: 100%;

  /*     @media (width >=1280px) {
      height: calc(800 * (100vw / var(--base-width-pc)));
    } */
}

.hero-box>.innerWrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  transition: 0.8s ease-in-out;
  pointer-events: none;
}

@media (max-width: 599px) {

  .hero-box>.innerWrap {
    height: calc(667 * (100vw / 375));
    height: calc(667 * (100vw / var(--base-width-sp)));
  }
}

.hero-box02--mv {}

.hero-box02--heading {
  margin: 30px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-align: center;
}

@media (max-width: 599px) {

  .hero-box02--heading {
    margin: calc(40 * (100vw / 375)) auto 0;
    margin: calc(40 * (100vw / var(--base-width-sp))) auto 0;
    font-size: calc(26 * (100vw / 375));
    font-size: calc(26 * (100vw / var(--base-width-sp)));
    letter-spacing: 0.05em;
  }
}

.hero-box02--txt {
  margin: 26px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.17em;
}

@media (max-width: 599px) {

  .hero-box02--txt {
    margin: calc(15 * (100vw / 375)) auto 0;
    margin: calc(15 * (100vw / var(--base-width-sp))) auto 0;
    font-size: calc(14 * (100vw / 375));
    font-size: calc(14 * (100vw / var(--base-width-sp)));
    line-height: 2.35;
  }
}

.hero-box02>.innerWrap {
  padding: 106px 0 0;
}

@media (max-width: 599px) {

  .hero-box02>.innerWrap {
    padding: 73px 0 0;
    /* height:  calc(760 * (100vw / var(--base-width-sp))); */
    height: auto;
  }
}

.hero-box02>.innerWrap>* {
  position: relative;
  z-index: 2;
}

.hero-box02>.innerWrap .hero-box02--bg {
  width: 100%;
  height: 100%;
  /* min-height: 760px; */
  position: absolute;
  z-index: 1 !important;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.hero-box02>.innerWrap .hero-box02--bg img {
  position: absolute;
  width: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

/*トップ --- Travel Area Map */

@media (max-width: 599px) {

  .img-cloud {}
}

.img-cloud>.cloudBody {
  position: absolute;
}

.img-cloud>.cloudBody.-left {
  top: -218px;
  left: -200px;
  transition: 0.8s ease-in-out;
}

@media (max-width: 599px) {

  .img-cloud>.cloudBody.-left {
    width: calc(245 * (100vw / 375));
    width: calc(245 * (100vw / var(--base-width-sp)));
    top: calc(-100 * (100vw / 375));
    top: calc(-100 * (100vw / var(--base-width-sp)));
    left: calc(200 * (100vw / 375));
    left: calc(200 * (100vw / var(--base-width-sp)));
  }
}

.img-cloud>.cloudBody.-right {
  top: -10px;
  right: -200px;
  transition: 0.8s ease-in-out;
}

@media (max-width: 599px) {

  .img-cloud>.cloudBody.-right {
    width: calc(228 * (100vw / 375));
    width: calc(228 * (100vw / var(--base-width-sp)));
    top: calc(54 * (100vw / 375));
    top: calc(54 * (100vw / var(--base-width-sp)));
    right: calc(200 * (100vw / 375));
    right: calc(200 * (100vw / var(--base-width-sp)));
  }
}

.img-cloud.is-active>.cloudBody.-left {
  left: -525px;
}

@media (max-width: 599px) {

  .img-cloud.is-active>.cloudBody.-left {
    left: calc(150 * (100vw / 375));
    left: calc(150 * (100vw / var(--base-width-sp)));
  }
}

.img-cloud.is-active>.cloudBody.-right {
  right: -637px;
}

@media (max-width: 599px) {

  .img-cloud.is-active>.cloudBody.-right {
    right: calc(100 * (100vw / 375));
    right: calc(100 * (100vw / var(--base-width-sp)));
  }
}

.genic figure > img:first-child {
  border-radius: 40px;
}
.genic figure > img:last-child {
  border-radius: 20px;
}
/* @media (max-width: 599px) {
  .hero-box .swiper-slide.genic>.slideDesc>.headingBox>.mainTxt {
    font-size: 10vw;
  }
} */
/* @media (max-width: 599px) {
  .hero-box .swiper-slide.genic>.slideDesc>.headingBox>.subTxt{
    font-size: 4vw;
  }
} */

/* & Train */

.and-train {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.and-train>.innerWrap {
  padding: 370px 0 90px;
}

@media (max-width: 599px) {
  .and-train>.innerWrap {
    padding-top: calc(180 * (100vw / 375));
    padding-top: calc(180 * (100vw / var(--base-width-sp)));
  }
}

.and-train .d-headding {
  position: relative;
  width: 820px;
  left: 50%;
  transform: translateX(-50%);
}

.and-train .d-headding>.mainTxt {
  position: relative;
}

.and-train .d-headding>.mainTxt::before {
  content: "";
  display: inline-block;
  width: 230px;
  height: 60px;
  margin: 0 14px -3px 0;
  border: 1px solid #000;
}

@media (max-width: 599px) {
  .and-train .d-headding>.mainTxt::before {
    width: 135px;
    height: 35px;
    margin: 0 10px -3px 0;
  }
}

.and-train .d-headding>.leadTxt {
  position: relative;
  display: block;
  margin-top: 42px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  z-index: 1;
}

@media (max-width: 599px) {
  .and-train .d-headding>.leadTxt {
    margin-top: 34px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.and-train--series {
  margin: 48px 0 0;
}

@media (max-width: 599px) {
  .and-train--series {
    margin-top: 56px;
  }
}

.and-train--series-container {
  position: relative;
  max-width: 918px;
  margin: 0 auto;
}

.and-train--series-illust {
  position: absolute;
  top: 78px;
  right: calc(100% + 50px);
  width: 573px;
}

@media (max-width: 599px) {
  .and-train--series-illust {
    top: 66px;
    right: calc(100% - 30px);
    width: 385px;
  }
}

.and-train--series-illust.-illust02 {
  right: auto;
  left: calc(100% + 50px);
}

@media (max-width: 599px) {
  .and-train--series-illust.-illust02 {
    left: calc(100% - 30px);
  }
}

.and-train--series-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 66px;
  padding-bottom: 11px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.and-train--series-tab::-webkit-scrollbar {
  display: none;
}

@media (max-width: 599px) {
  .and-train--series-tab {
    justify-content: flex-start;
    padding: 0 10px 11px;
    overflow-x: auto;
  }
}

.and-train--series-tab li {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 45px;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #74C4C4;
  border-radius: 5px;
  transition: all .3s;
}

.and-train--series-tab li.is-active{
  height: 55px;
  background: #4FA5A5;
  pointer-events: none;
}

.and-train--series-tab li::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  display: block;
  width: 14px;
  height: 12px;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.and-train--series-tab li.is-active::after {
  background: inherit;
}

.and-train--series-tab li.is-no-active {
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 600px) {
  .and-train--series-tab li:hover {
    opacity: 0.6;
  }
}

.and-train--series-tab li button {
  width: 100%;
  height: 100%;
}

.and-train--series-slider {
  margin-top: 12px;
}

@media (max-width: 599px) {
  .and-train--series-slider {
    margin-top: 0;
  }
}

.and-train--series-box {
  display: flex;
  gap: 38px;
}

@media (max-width: 599px) {
  .and-train--series-box {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
}

.and-train--series-movie {
  flex: 1;
  position: relative;
  border-radius: 20px;
  aspect-ratio: 22 / 15;
  overflow: hidden;
}

@media (max-width: 599px) {
  .and-train--series-movie {
    margin: 0 25px;
  }
}

.and-train--series-movie video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.and-train--series-movie-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.and-train--series-movie-icon img {
  width: 320px;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .and-train--series-movie-icon img {
    width: 206px;
  }
}

.and-train--series-list {
  flex: 1;
}

.and-train--series-list li a {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 18px 22px;
  background: rgb(255,255,255,0.5);
  border-radius: 20px;
  transition: all .3s;
}

@media (max-width: 599px) {
  .and-train--series-list li a {
    padding: 22px;
  }
}

.and-train--series-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #B7925D;
  border-right: 1px solid #B7925D;
  transform: rotate(45deg);
}

.and-train--series-list li a:hover {
  opacity: 0.6;
}

.and-train--series-list-img {
  width: 150px;
}

@media (max-width: 599px) {
  .and-train--series-list-img {
    width: 110px;
  }
}

.and-train--series-list-detail .mainTxt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 599px) {
  .and-train--series-list-detail .mainTxt {
    font-size: 14px;
  }
}

.and-train--series-list-detail .subTxt {
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.846;
}

@media (max-width: 599px) {
  .and-train--series-list-detail .subTxt {
    margin-top: 8px;
    font-size: 12px;
  }
}

.and-train--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/*マップ関連*/

.icon-scroll {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: calc(134 * (100vw / 375));
  width: calc(134 * (100vw / var(--base-width-sp)));
  pointer-events: none;
  opacity: 1;
  animation-delay: 10s;
}

.travel-area-map {
  position: relative;
  margin-bottom: -450px;
}

@media (max-width: 599px) {

  .travel-area-map  {
    margin-bottom: calc(-100 * (100vw / 1366));
    margin-bottom: calc(-100 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:1280px) {

  .travel-area-map {
    margin-bottom: calc(-450 * (100vw / 1366));
    margin-bottom: calc(-450 * (100vw / var(--base-width-pc)));
  }
}

@media (max-width: 599px) {

  .travel-area-map>.innerWrap {
    overflow-x: scroll;
    width: 100%;
  }
}

.travel-area-map>.innerWrap>.map-area {
  position: relative;
  width: 1366px;
  height: 2037px;
}

@media (max-width: 599px) {

  .travel-area-map>.innerWrap>.map-area {
    width: calc(825 * (100vw / 375));
    width: calc(825 * (100vw / var(--base-width-sp)));
    height: calc(1230 * (100vw / 375));
    height: calc(1230 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:1280px) {

  .travel-area-map>.innerWrap>.map-area {
    width: calc((1366 / 1366) * 100%);
    height: calc(2015 * (100vw / 1366));
    height: calc(2015 * (100vw / var(--base-width-pc)));
  }
}

@media (max-width: 599px) {
  .travel-area-map>.innerWrap>.map-area>.mapBg>img {}
}

.travel-area-map .d-headding {
  width: 100%;
  width: 820px;
  display: block;
  position: absolute;
  top: 132px;
  top: calc((132 / 2037) * 100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 599px) {

  .travel-area-map .d-headding {
    top: calc(100 * (100vw / 375));
    top: calc(100 * (100vw / var(--base-width-sp)));
  }
}

.travel-area-map .d-headding>.mainTxt {
  width: 100%;
  text-align: center;
}

.travel-area-map .d-headding>.subTxt {
  display: block;
  width: 100%;
  text-align: center;
}

.travel-area-map .mapBtns {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  /*  pointer-events: none; */
}

.travel-area-map .map-btn-box {
  display: inline-block;
  position: absolute;
  /*  display: none; */
}

.travel-area-map .map-btn-box::before {
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #000;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;

  /*  width: 436px;
      height: 436px;
      pointer-events: none; */
}

@media (max-width: 599px) {

  .travel-area-map .map-btn-box::before {
    transition: 0.2s ease-in-out;
  }
}

.travel-area-map .map-btn-box.is-active::before {
  /*  height: 436px; */
  animation: 3s ease-in-out 0.5s forwards circle-anime01;
  /* width: 436px; */

  /* forSP */
}

@media (max-width: 599px) {

  .travel-area-map .map-btn-box.is-active::before {
    /*  width: calc(300 * (100vw / var(--base-width-sp)));
          height: calc(300 * (100vw / var(--base-width-sp))); */
    animation: 2s ease-in-out 0.2s forwards circle-anime03;
  }
}

/* forPC02 */

@media (min-width:1280px) {

  .travel-area-map .map-btn-box.is-active::before {
    /* width: calc(436 * (100vw / var(--base-width-pc))); */
    /*  height: calc(436 * (100vw / var(--base-width-pc))); */
    animation: 3s ease-in-out 0.5s forwards circle-anime02;
  }
}

.travel-area-map .map-btn-box::after {
  content: '';
  display: block;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  filter: blur(3px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.travel-area-map .map-btn-box>a {
  padding: 5px 37px 5px 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  letter-spacing: 0.25em;
  font-size: 17px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #898989;
}

@media (max-width: 599px) {

  .travel-area-map .map-btn-box>a {
    padding: calc(5 * (100vw / 375)) calc(15 * (100vw / 375)) calc(5 * (100vw / 375)) calc(15 * (100vw / 375));
    padding: calc(5 * (100vw / var(--base-width-sp))) calc(15 * (100vw / var(--base-width-sp))) calc(5 * (100vw / var(--base-width-sp))) calc(15 * (100vw / var(--base-width-sp)));
    font-size: calc(12 * (100vw / 375));
    font-size: calc(12 * (100vw / var(--base-width-sp)));
    height: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / var(--base-width-sp)));
  }
}

/* UI Properties */

.travel-area-map .map-btn-box>a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #B7925D;
  border-right: 1px solid #B7925D;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
}

@media (max-width: 599px) {

  .travel-area-map .map-btn-box>a::after {
    width: calc(5 * (100vw / 375));
    width: calc(5 * (100vw / var(--base-width-sp)));
    height: calc(5 * (100vw / 375));
    height: calc(5 * (100vw / var(--base-width-sp)));
    right: calc(10 * (100vw / 375));
    right: calc(10 * (100vw / var(--base-width-sp)));
  }
}

.travel-area-map .map-btn-box>a[target=_blank]::after {
  content: '';
  border: none;
  display: block;
  width: 8px;
  height: 7px;
  background: url(../img/common/icon_window.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media (max-width: 599px) {

  .travel-area-map .map-btn-box>a[target=_blank]::after {
    width: calc(8 * (100vw / 375));
    width: calc(8 * (100vw / var(--base-width-sp)));
    height: calc(7 * (100vw / 375));
    height: calc(7 * (100vw / var(--base-width-sp)));
    right: calc(7 * (100vw / 375));
    right: calc(7 * (100vw / var(--base-width-sp)));
  }
}

.travel-area-map .map-btn-box.is-shizuoka-y-k {
  /*  right: calc((63 / var(--map-line-width)) * 100%); */
  top: calc((393 / 1068) * 100%);
  top: calc((393 / var(--map-line-height)) * 100%);
  right: calc((-3 / 1210) * 100%);
  right: calc((-3 / var(--map-line-width)) * 100%);
  /* top: calc((383 / var(--map-line-height)) * 100%); */
}

.travel-area-map .map-btn-box.is-shizuoka-y-k::before {
  /* top: calc(50% + 100px); */
  /* left: calc(50% - 60px); */
  top: calc(50% + 115px);
  left: calc(50% - 145px);
  background: #DF89FF;
}

.travel-area-map .map-btn-box.is-hida {
  /*  left: calc((334 / 1264) * 100%); */
  top: calc((218 / 1106) * 100%);
  left: calc((293 / 1264) * 100%);
  /*  top: calc((250 / 1106) * 100%); */
}

.travel-area-map .map-btn-box.is-hida::before {
  /* top: calc(50% - 30px); */
  /* left: calc(50% - 30px); */
  top: calc(50% - 15px);
  left: calc(50% + 55px);
  background: #65ACA4;
}

.travel-area-map .map-btn-box.is-ise-t {
  /* bottom: calc((209 / 1106) * 100%); */
  left: calc((344 / 1264) * 100%);
  bottom: calc((216 / 1106) * 100%);
  /* left: calc((388 / 1264) * 100%); */
}

.travel-area-map .map-btn-box.is-ise-t::before {
  /*  top: calc(50% - 60px); */
  /*  left: calc(50% - 100px); */
  top: calc(50% - 110px);
  left: calc(50% - 80px);
  background: #42E5FA;
}

.travel-area-map .map-btn-box.is-kiso {
  /* left: calc((670 / 1264) * 100%); */
  top: calc((360 / 1106) * 100%);
  left: calc((500 / 1264) * 100%);
  /* top: calc((385 / 1106) * 100%); */
}

@media (max-width: 599px) {
  .travel-area-map .map-btn-box.is-kiso {
    top: calc((368 / 1106) * 100%);
}
}

.travel-area-map .map-btn-box.is-kiso::before {
  /* top: calc(50% + 10px); */
  /* left: calc(50% - 30px); */
  top: calc(50% + 0);
  left: calc(50% - 30px);
  background: #72ED72;
}

.travel-area-map .map-btn-box.is-nanki {
  left: calc((-61 / 1264) * 100%);
  bottom: calc((174 / 1106) * 100%);
}

.travel-area-map .map-btn-box.is-nanki::before {
  /*  top: calc(50% - 20px); */
  /* left: calc(50% + 130px); */
  top: calc(50% + 65px);
  left: calc(50% + 135px);
  background: #48E6B6;
}

.travel-area-map .map-btn-box.is-shinshu {
  /* left: calc((505 / 1264) * 100%); */
  top: calc((102 / 1106) * 100%);
  left: calc((468 / 1264) * 100%);
  /* top: calc((140 / 1106) * 100%); */
}

.travel-area-map .map-btn-box.is-shinshu::before {
  /* top: calc(50% + 90px); */
  /* left: calc(50% + 90px); */
  top: calc(50% + 54px);
  left: calc(50% + 108px);
  background: #74A6F7;
}

.travel-area-map .map-btn-box.is-shizuoka {
  bottom: calc((410 / 1106) * 100%);
  right: calc((515 / 1264) * 100%);
}

.travel-area-map .map-btn-box.is-shizuoka::before {
  top: calc(50% - 30px);
  left: calc(50% + 250px);
  background: #F88E54;
}

.travel-area-map .map-btn-box.is-yamanashi {
  top: calc((425 / 1106) * 100%);
  left: calc((980 / 1264) * 100%);
}

.travel-area-map .map-btn-box.is-yamanashi::before {
  top: calc(50% + 40px);
  left: calc(50% - 135px);
  background: #B270F4;
}

.travel-area-map .map-btn-box.is-kamiina-m {
  top: calc((230 / 1106) * 100%);
  left: calc((714 / 1264) * 100%);
}

.travel-area-map .map-btn-box.is-kamiina-m::before {
  top: calc(50% + 100px);
  left: calc(50% - 100px);
  background: #ED72BE;
}

.travel-area-map .map-line-box {
  width: calc((1210 / 1366) * 100%);
  height: calc((1068 / 2037) * 100%);
  position: absolute;
  left: calc((122 / 1366) * 100%);
  top: calc((377 / 2037) * 100%);
}

.travel-area-map .map-line-box .mapFig {
  position: relative;
  z-index: 1;
}

.travel-area-map .map-line-box .mapFig>svg {
  width: 100%;
  height: auto;
  padding-top: calc((30 / 2037) * 100%);
}

@media (max-width: 599px) {
  .travel-area-map .map-line-box .mapFig>svg {
    padding-top: 18px;
  }
}

/*

  .cls-1,
  .cls-10,
  .cls-13,
  .cls-16,
  .cls-19,
  .cls-22,
  .cls-7 {
    fill: none;
  }

  .cls-2 {
    fill: #fff;
  }

  .cls-3 {
    fill: #bdcddb;
  }

  .cls-4 {
    fill: gray;
  }

  .cls-5 {
    fill: #707070;
  }

  .cls-6 {
    clip-path: url(#clip-path);
  }

  .cls-7 {
    stroke: #da7bcd;
  }

  .cls-10,
  .cls-13,
  .cls-16,
  .cls-19,
  .cls-22,
  .cls-7 {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4px;
  }

  .cls-8 {
    fill: #da7bcd;
  }

  .cls-9 {
    clip-path: url(#clip-path-2);
  }

  .cls-10 {
    stroke: #31c6c6;
  }

  .cls-11 {
    fill: #31c6c6;
  }

  .cls-12 {
    clip-path: url(#clip-path-3);
  }

  .cls-13 {
    stroke: #2fc6ff;
  }

  .cls-14 {
    fill: #2fc6ff;
  }

  .cls-15 {
    clip-path: url(#clip-path-4);
  }

  .cls-16 {
    stroke: #7698d7;
  }

  .cls-17 {
    fill: #7698d7;
  }

  .cls-18 {
    clip-path: url(#clip-path-5);
  }

  .cls-19 {
    stroke: #6dcc41;
  }

  .cls-20 {
    fill: #6dcc41;
  }

  .cls-21 {
    clip-path: url(#clip-path-6);
  }

  .cls-22 {
    stroke: #31c692;
  }

  .cls-23 {
    fill: #31c692;
  }
  */

.map-line .cls-1,
.map-line .cls-11,
.map-line .cls-14,
.map-line .cls-17,
.map-line .cls-20,
.map-line .cls-23,
.map-line .cls-8 {
  fill: none;
}

.map-line .cls-2 {
  clip-path: url(#clip-path);
}

.map-line .cls-3 {
  fill: #fff;
}

.map-line .cls-4 {
  fill: #bdcddb;
}

.map-line .cls-5 {
  fill: gray;
}

.map-line .cls-6 {
  fill: #707070;
}

.map-line .cls-7 {
  clip-path: url(#clip-path-2);
}

.map-line .cls-8 {
  stroke: #da7bcd;
}

.map-line .cls-11,
.map-line .cls-14,
.map-line .cls-17,
.map-line .cls-20,
.map-line .cls-23,
.map-line .cls-8 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.map-line .cls-9 {
  fill: #da7bcd;
}

.map-line .cls-10 {
  clip-path: url(#clip-path-3);
}

.map-line .cls-11 {
  stroke: #31c6c6;
}

.map-line .cls-12 {
  fill: #31c6c6;
}

.map-line .cls-13 {
  clip-path: url(#clip-path-4);
}

.map-line .cls-14 {
  stroke: #2fc6ff;
}

.map-line .cls-15 {
  fill: #2fc6ff;
}

.map-line .cls-16 {
  clip-path: url(#clip-path-5);
}

.map-line .cls-17 {
  stroke: #7698d7;
}

.map-line .cls-18 {
  fill: #7698d7;
}

.map-line .cls-19 {
  clip-path: url(#clip-path-6);
}

.map-line .cls-20 {
  stroke: #6dcc41;
}

.map-line .cls-21 {
  fill: #6dcc41;
}

.map-line .cls-22 {
  clip-path: url(#clip-path-7);
}

.map-line .cls-23 {
  stroke: #31c692;
}

.map-line .cls-24 {
  fill: #31c692;
}

.map-line [data-name="path_3215_02"] {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.mapIcons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* pointer-events: none; */
  z-index: 2;
}

@keyframes swing01 {
  0% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  51% {
    transform: rotate(10deg);
  }

  99% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

.map-icon {
  width: 25px;
  position: absolute;
}

.map-icon>img {
  /* transition: 0; */
  transform: rotate(-10deg);
  animation: 2s 0s infinite swing01;
}

.map-icon.-apple {
  width: calc((82 / 1210) * 100%);
  width: calc((82 / var(--map-line-width)) * 100%);
  top: calc((400 / 1068) * 100%);
  top: calc((400 / var(--map-line-height)) * 100%);
  right: calc((410 / 1210) * 100%);
  right: calc((410 / var(--map-line-width)) * 100%);
}

.map-icon.-apple>img {
  /* animation-delay: 0.2s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-castle {
  width: calc((154 / 1210) * 100%);
  width: calc((154 / var(--map-line-width)) * 100%);
  top: calc((106 / 1068) * 100%);
  top: calc((106 / var(--map-line-height)) * 100%);
  right: calc((368 / 1210) * 100%);
  right: calc((368 / var(--map-line-width)) * 100%);
}

.map-icon.-castle>img {
  /* animation-delay: 0.4s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-hot-spring {
  width: calc((106 / 1210) * 100%);
  width: calc((106 / var(--map-line-width)) * 100%);
  top: calc((282 / 1068) * 100%);
  top: calc((282 / var(--map-line-height)) * 100%);
  left: calc((339 / 1210) * 100%);
  left: calc((339 / var(--map-line-width)) * 100%);
}

.map-icon.-hot-spring>img {
  /* animation-delay: 0.6s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-mt-fuji {
  /* width: 120px;
    top: 455px;
    right: 258px; */
  width: calc((120 / 1210) * 100%);
  width: calc((120 / var(--map-line-width)) * 100%);
  top: calc((408 / 1068) * 100%);
  top: calc((408 / var(--map-line-height)) * 100%);
  right: calc((258 / 1210) * 100%);
  right: calc((258 / var(--map-line-width)) * 100%);
}

.map-icon.-mt-fuji>img {
  /* animation-delay: 0.8s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-pair01 {
  /*width: 95px;
    top: 527px;
    left: 527px; */
  width: calc((95 / 1210) * 100%);
  width: calc((95 / var(--map-line-width)) * 100%);
  top: calc((505 / 1068) * 100%);
  top: calc((505 / var(--map-line-height)) * 100%);
  left: calc((480 / 1210) * 100%);
  left: calc((480 / var(--map-line-width)) * 100%);
}

.map-icon.-pair01>img {
  animation-delay: 1s;
}

.map-icon.-pair02 {
  /*  width: 128px;
    top: 228px;
    right: 190px; */
  width: calc((128 / 1210) * 100%);
  width: calc((128 / var(--map-line-width)) * 100%);
  top: calc((250 / 1068) * 100%);
  top: calc((250 / var(--map-line-height)) * 100%);
  right: calc((120 / 1210) * 100%);
  right: calc((120 / var(--map-line-width)) * 100%);
}

.map-icon.-pair02>img {
  animation-delay: 1.2s;
}

.map-icon.-pair03 {
  /* width: 110px;
    top: 461px;
    left: 54px; */
  width: calc((110 / 1210) * 100%);
  width: calc((110 / var(--map-line-width)) * 100%);
  top: calc((425 / 1068) * 100%);
  top: calc((425 / var(--map-line-height)) * 100%);
  left: calc((-6 / 1210) * 100%);
  left: calc((-6 / var(--map-line-width)) * 100%);
}

.map-icon.-pair03>img {
  animation-delay: 0.3s;
}

.map-icon.-road {
  /* width: 95px;
    bottom: 198px;
    left: 173px; */
  width: calc((95 / 1210) * 100%);
  width: calc((95 / var(--map-line-width)) * 100%);
  bottom: calc((195 / 1068) * 100%);
  bottom: calc((195 / var(--map-line-height)) * 100%);
  left: calc((117 / 1210) * 100%);
  left: calc((117 / var(--map-line-width)) * 100%);
}

.map-icon.-road>img {
  /* animation-delay: 0.6s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-seagull {
  /* width: 188px;
    left: 886px;
    bottom: 123px; */
  width: calc((188 / 1210) * 100%);
  width: calc((188 / var(--map-line-width)) * 100%);
  left: calc((840 / 1210) * 100%);
  left: calc((840 / var(--map-line-width)) * 100%);
  bottom: calc((123 / 1068) * 100%);
  bottom: calc((123 / var(--map-line-height)) * 100%);
}

.map-icon.-seagull>img {
  animation-delay: 0.9s;
}

.map-icon.-ship {
  /* width: 148px;
    top:532px;
    left: 715px; */
  width: calc((148 / 1210) * 100%);
  width: calc((148 / var(--map-line-width)) * 100%);
  top: calc((502 / 1068) * 100%);
  top: calc((502 / var(--map-line-height)) * 100%);
  left: calc((655 / 1210) * 100%);
  left: calc((655 / var(--map-line-width)) * 100%);
}

.map-icon.-ship>img {
  animation-delay: 0.5s;
}

.map-icon.-shrine01 {
  /*  width: 133px;
    bottom: 6px;
    left: 44px; */
  width: calc((133 / 1210) * 100%);
  width: calc((133 / var(--map-line-width)) * 100%);
  bottom: calc((3 / 1068) * 100%);
  bottom: calc((3 / var(--map-line-height)) * 100%);
  left: calc((-13 / 1210) * 100%);
  left: calc((-13 / var(--map-line-width)) * 100%);
}

.map-icon.-shrine01>img {
  /* animation-delay: 1.5s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-shrine02 {
  /*   width: 133px;
    top: -7px;
    right: 295px; */
  width: calc((133 / 1210) * 100%);
  width: calc((133 / var(--map-line-width)) * 100%);
  top: calc((-44 / 1068) * 100%);
  top: calc((-44 / var(--map-line-height)) * 100%);
  right: calc((295 / 1210) * 100%);
  right: calc((295 / var(--map-line-width)) * 100%);
}

.map-icon.-shrine02>img {
  /* animation-delay: 1.8s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-soba {
  /*     width: 86px;
    top: 105px;
    right: 330px; */
  width: calc((86 / 1210) * 100%);
  width: calc((86 / var(--map-line-width)) * 100%);
  top: calc((68 / 1068) * 100%);
  top: calc((68 / var(--map-line-height)) * 100%);
  right: calc((330 / 1210) * 100%);
  right: calc((330 / var(--map-line-width)) * 100%);
}

.map-icon.-soba>img {
  /* animation-delay: 0.1s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-townscape01 {
  /*    width: 108px;
    top: 286px;
    left: 564px; */
  width: calc((108 / 1210) * 100%);
  width: calc((108 / var(--map-line-width)) * 100%);
  top: calc((246 / 1068) * 100%);
  top: calc((246 / var(--map-line-height)) * 100%);
  left: calc((505 / 1210) * 100%);
  left: calc((505 / var(--map-line-width)) * 100%);
}

.map-icon.-townscape01>img {
  /* animation-delay: 0.7s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-townscape02 {
  /*     width: 226px;
    top: 85px;
    left: 258px; */
  width: calc((226 / 1210) * 100%);
  width: calc((226 / var(--map-line-width)) * 100%);
  top: calc((45 / 1068) * 100%);
  top: calc((45 / var(--map-line-height)) * 100%);
  left: calc((203 / 1210) * 100%);
  left: calc((203 / var(--map-line-width)) * 100%);
}

.map-icon.-townscape02>img {
  /* animation-delay: 2.1s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-tree01 {
  /*     width: 112px;
    top: 343px;
    left: 131px; */
  width: calc((112 / 1210) * 100%);
  width: calc((112 / var(--map-line-width)) * 100%);
  /*  left: calc((131 / var(--map-line-width)) * 100%); */
  top: calc((305 / 1068) * 100%);
  top: calc((305 / var(--map-line-height)) * 100%);
  left: calc((75 / 1210) * 100%);
  left: calc((75 / var(--map-line-width)) * 100%);
  /* top: calc((343 / var(--map-line-height)) * 100%); */
}

.map-icon.-tree01>img {
  /* animation-delay: 1.9s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-tree02 {
  /*     width: 80px;
    top: 164px;
    right: 110px;; */
  width: calc((80 / 1210) * 100%);
  width: calc((80 / var(--map-line-width)) * 100%);
  top: calc((126 / 1068) * 100%);
  top: calc((126 / var(--map-line-height)) * 100%);
  right: calc((112 / 1210) * 100%);
  right: calc((112 / var(--map-line-width)) * 100%);
}

.map-icon.-tree02>img {
  /* animation-delay: 1.3s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-tuna {
  /*     width: 55px;
    left: 325px;
    bottom: 119px; */
  width: calc((55 / 1210) * 100%);
  width: calc((55 / var(--map-line-width)) * 100%);
  left: calc((235 / 1068) * 100%);
  left: calc((235 / var(--map-line-height)) * 100%);
  bottom: calc((130 / 1210) * 100%);
  bottom: calc((130 / var(--map-line-width)) * 100%);
}

.map-icon.-tuna>img {
  animation-delay: 3.8s;
}

.map-icon.-waterfall {
  /*     width: 90px;
    left: 118px;
    bottom: 76px; */
  width: calc((90 / 1210) * 100%);
  width: calc((90 / var(--map-line-width)) * 100%);
  left: calc((63 / 1210) * 100%);
  left: calc((63 / var(--map-line-width)) * 100%);
  bottom: calc((76 / 1068) * 100%);
  bottom: calc((76 / var(--map-line-height)) * 100%);
}

.map-icon.-waterfall>img {
  /*  animation-delay: 4s; */
  transform: none !important;
  animation: none !important;
}

.map-icon.-wave {
  /*     width: 190px;
    left: 660px;
    bottom: 158px; */
  width: calc((190 / 1210) * 100%);
  width: calc((190 / var(--map-line-width)) * 100%);
  left: calc((604 / 1210) * 100%);
  left: calc((604 / var(--map-line-width)) * 100%);
  bottom: calc((166 / 1068) * 100%);
  bottom: calc((166 / var(--map-line-height)) * 100%);
}

.map-icon.-wave>img {
  animation-delay: 0.2s;
}

/*静岡・山梨・神奈川エリア*/

.map-line-box #component_shizuoka-y-k,
.map-line-box #component_hida,
.map-line-box #component_ise-t,
.map-line-box #component_shinshu,
.map-line-box #component_kiso,
.map-line-box #component_nanki,
.map-line-box #component_yamanashi,
.map-line-box #component_shizuoka,
.map-line-box #component_kamiina-m {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.map-line-box.is-shizuoka-y-k #component_shizuoka-y-k {
  opacity: 1;
}

.map-line-box.is-hida #component_hida {
  opacity: 1;
}

.map-line-box.is-ise-t #component_ise-t {
  opacity: 1;
}

.map-line-box.is-shinshu #component_shinshu {
  opacity: 1;
}

.map-line-box.is-kiso #component_kiso {
  opacity: 1;
}

.map-line-box.is-nanki #component_nanki {
  opacity: 1;
}

.map-line-box.is-yamanashi #component_yamanashi {
  opacity: 1;
}

.map-line-box.is-shizuoka #component_shizuoka {
  opacity: 1;
}

.map-line-box.is-kamiina-m #component_kamiina-m {
  opacity: 1;
}



/*トップ --- いっしょに旅する列車たち */

@media (max-width: 599px) {

  .train-list {
    overflow: visible;
  }
}

.train-list>ul {
  display: flex;
}

@media (max-width: 599px) {

  .train-list>ul {}
}

@media (min-width:600px) {

  .train-list>ul {
    justify-content: center;
  }
}

.train-list>ul>li {
  /*       width: calc((555/2) * 1px);
      height: calc((655/2) * 1px); */
  width: 278px;
  height: 328px;
  /* width: calc(1245 * (100vw / var(--base-width-pc))); */
  position: relative;
  /*  width: calc((1245 / 1366) * 100%); */
}

@media (max-width: 599px) {

  .train-list>ul>li {
    width: 210px;
    height: 247px;
  }
}

@media (min-width:600px) {
  .train-list>ul>li:nth-of-type(n+2) {
    margin-left: 45px;
  }

  .train-list>ul>li:nth-of-type(2n) {
    margin-top: 60px;
  }

}

@media (min-width:1280px) {

  .train-list>ul>li {}

}

.train-list>ul>li.trainHC85.swiper-slide a,
.train-list>ul>li.train383.swiper-slide a,
.train-list>ul>li.train385.swiper-slide a,
.train-list>ul>li.train373.swiper-slide a {
  top: 0;
  transition: 0.3s ease-in-out;
}

.train-list>ul>li.trainHC85.swiper-slide-active a,
.train-list>ul>li.train383.swiper-slide-active a,
.train-list>ul>li.train385.swiper-slide-active a,
.train-list>ul>li.train373.swiper-slide-active a {
  top: 50px;
}

.train-list>ul>li.trainHC85 a,
.train-list>ul>li.train383 a,
.train-list>ul>li.train385 a,
.train-list>ul>li.train373 a {
  padding: 65px 0 0;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_train02.png) no-repeat;
  background-size: contain;
}

@media (max-width: 599px) {

  .train-list>ul>li.trainHC85 a,
  .train-list>ul>li.train383 a,
  .train-list>ul>li.train385 a,
  .train-list>ul>li.train373 a {
    padding: 45px 0 0;
  }
}

.train-list>ul>li.trainHC85 a>p,
.train-list>ul>li.train383 a>p,
.train-list>ul>li.train385 a>p,
.train-list>ul>li.train373 a>p {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
}

@media (max-width: 599px) {

  .train-list>ul>li.trainHC85 a>p,
  .train-list>ul>li.train383 a>p,
  .train-list>ul>li.train385 a>p,
  .train-list>ul>li.train373 a>p {
    font-size: 16px;
  }
}

.train-list>ul>li.trainHC85 a>p>span,
.train-list>ul>li.train383 a>p>span,
.train-list>ul>li.train385 a>p>span,
.train-list>ul>li.train373 a>p>span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

.train-list>ul>li.trainHC85 a>div,
.train-list>ul>li.train383 a>div,
.train-list>ul>li.train385 a>div,
.train-list>ul>li.train373 a>div {
  padding-bottom: 15px;
  display: block;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

@media (max-width: 599px) {

  .train-list>ul>li.trainHC85 a>div,
  .train-list>ul>li.train383 a>div,
  .train-list>ul>li.train385 a>div,
  .train-list>ul>li.train373 a>div {
    top: calc(50% + 30px);
  }
}

@media (min-width:1280px) {

  .train-list>ul>li.trainHC85 a>div,
  .train-list>ul>li.train383 a>div,
  .train-list>ul>li.train385 a>div,
  .train-list>ul>li.train373 a>div {
    top: calc(50% + (30 * (100vw / 1366)));
    top: calc(50% + (30 * (100vw / var(--base-width-pc))));
  }
}

.train-list>ul>li.trainHC85 a>div>p,
.train-list>ul>li.train383 a>div>p,
.train-list>ul>li.train385 a>div>p,
.train-list>ul>li.train373 a>div>p {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  white-space: nowrap;
  text-align: center;
  transition: 0.3s ease-in-out 0.4s;
  opacity: 0;
  color: #B09361;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.train-list>ul>li.trainHC85 a>div>p>span,
.train-list>ul>li.train383 a>div>p>span,
.train-list>ul>li.train385 a>div>p>span,
.train-list>ul>li.train373 a>div>p>span {
  padding-right: 10px;
  position: relative;
}

.train-list>ul>li.trainHC85 a>div>p>span::after,
.train-list>ul>li.train383 a>div>p>span::after,
.train-list>ul>li.train385 a>div>p>span::after,
.train-list>ul>li.train373 a>div>p>span::after {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  background: url(../img/common/icon_window.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.train-list>ul>li.trainHC85 a>div {
  width: 113px;
}

@media (max-width: 599px) {

  .train-list>ul>li.trainHC85 a>div {
    width: 88px;
  }
}

.train-list>ul>li.train383 a>div {
  width: 117px;
}

@media (max-width: 599px) {

  .train-list>ul>li.train383 a>div {
    width: 88px;
  }
}

.train-list>ul>li.train385 a {
  padding: 42px 0 0;
}

@media (max-width: 599px) {

  .train-list>ul>li.train385 a {
    padding: 30px 0 0;
  }
}

.train-list>ul>li.train385 a>div {
  width: 115px;
}

@media (max-width: 599px) {

  .train-list>ul>li.train385 a>div {
    width: 88px;
  }
}

.train-list>ul>li.train373 a>div {
  width: 117px;
}

@media (max-width: 599px) {

  .train-list>ul>li.train373 a>div {
    width: 88px;
  }
}

.train-list>ul>li:hover a>div {
  top: calc(50% + 75px);
}

@media (max-width: 599px) {

  .train-list>ul>li:hover a>div {
    top: calc(50% + 75px);
  }
}

.train-list>ul>li:hover a>div>p {
  opacity: 1;
}

.train-list>ul>li.trainHC85:hover a>div {
  width: 174px;
}

@media (max-width: 599px) {

  .train-list>ul>li.trainHC85:hover a>div {
    width: 120px;
  }
}

.train-list>ul>li.train383:hover a>div {
  width: 186px;
}

@media (max-width: 599px) {

  .train-list>ul>li.train383:hover a>div {
    width: 120px;
  }
}

.train-list>ul>li.train385:hover a>div {
  width: 172px;
}

@media (max-width: 599px) {

  .train-list>ul>li.train385:hover a>div {
    width: 120px;
  }
}

.train-list>ul>li.train373:hover a>div {
  width: 174px;
}

@media (max-width: 599px) {

  .train-list>ul>li.train373:hover a>div {
    width: 120px;
  }
}

.train-list>ul>li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.train-intro {
  position: relative;
  z-index: 3;
}

@media (max-width: 599px) {
  .train-intro .d-headding>.subTxt {
    margin-top: 3px;
  }

  .train-intro .swiper-button-box {
    display: flex;
    justify-content: space-between;
    width: 74px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -90px;
    z-index: 2;
  }

  .train-intro .swiper-button-prev,
  .train-intro .swiper-button-next {
    width: calc(12 * (100vw / 375));
    width: calc(12 * (100vw / var(--base-width-sp)));
    height: calc(12 * (100vw / 375));
    height: calc(12 * (100vw / var(--base-width-sp)));
    margin: 0 !important;
    position: relative;
  }

  .train-intro .swiper-button-prev::before,
  .train-intro .swiper-button-next::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    border-top: 2px solid #B7925D;
    border-right: 2px solid #B7925D;
    margin: 0 !important;
    transform: rotate(-135deg);
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: relative;
  }

  .train-intro .swiper-button-prev::after,
  .train-intro .swiper-button-next::after {
    display: none;
  }

  .train-intro .swiper-button-next::before {
    transform: rotate(45deg);
  }
}

.train-intro {
  /* height: 1034px; */
  margin: -150px auto 0;
}

@media (max-width: 599px) {

  .train-intro {
    /* height: 696px; */
    height: 736px;
    /*  height:  calc(778 * (100vw / var(--base-width-sp))); */
    margin: calc(-153 * (100vw / 375)) 0 -150px;
    margin: calc(-153 * (100vw / var(--base-width-sp))) 0 -150px;
  }
}

@media (min-width:1280px) {

  .train-intro {
    margin: calc(-304 * (100vw / 1366)) 0 -150px;
    margin: calc(-304 * (100vw / var(--base-width-pc))) 0 -150px;
    /* height: calc(1085.1 * (100vw / var(--base-width-pc))); */
  }
}

.train-intro>.innerWrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  /* margin: -280px 0 0; */
}

@media (max-width: 599px) {

  .train-intro>.innerWrap {
    padding: 130px 0 0;
    margin: 0;
    height: 100%;
  }
}

@media (min-width:1280px) {

  .train-intro>.innerWrap {
    /* margin: calc((-247 / 1097) * 100%) 0 0; */
    /* margin: calc(-306 * (100vw / var(--base-width-pc))) 0 calc(-150 * (100vw / var(--base-width-pc))); */
  }
}

.train-intro>.innerWrap>.descBox {
  position: relative;
  z-index: 2;
  width: 1245px;
  /* height: 584px; */
  /* height: 388px; */
}

@media (max-width: 599px) {

  .train-intro>.innerWrap>.descBox {
    width: 100%;
  }
}

@media (min-width:600px) {

  .train-intro>.innerWrap>.descBox {
    position: absolute;
    top: calc(50% - 50px);
    /*  top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.train-intro>.innerWrap>.descBox>.train-list {
  margin-top: 65px;
}

@media (max-width: 599px) {

  .train-intro>.innerWrap>.descBox>.train-list {
    width: 210px;
    /* margin-top: 30px; */
    margin-top: 18px;
  }
}

.train-intro--bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {

  .train-intro--bg {
    width: 979px;
    height: 100%;
    /* height: 696px; */
    position: absolute;
    top: 0;
    left: calc(50% - 75px);
    transform: translateX(-50%);
  }
}

@media (min-width:600px) {
  .train-intro--bg>img:nth-of-type(2) {
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

/* ==========================================
ページ固有の調整
========================================== */

/*飛騨
  ========================================== */

.is-tavisit-area.-hida {}

/*木曽
  ========================================== */

.is-tavisit-area.-kiso {}

/*信州
  ========================================== */

.is-tavisit-area.-shinshu {}

/*南紀
  ========================================== */

.is-tavisit-area.-nanki .d-sec.-value-ticket>.innerWrap>.secIcon {
  width: 233px;
  top: 30px;
  right: 40px;
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-sec.-value-ticket>.innerWrap>.secIcon {
    width: calc(175 * (100vw / 375));
    width: calc(175 * (100vw / var(--base-width-sp)));
    top: calc(30 * (100vw / 375));
    top: calc(30 * (100vw / var(--base-width-sp)));
    right: calc(24 * (100vw / 375));
    right: calc(24 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:1280px) {

  .is-tavisit-area.-nanki .d-sec.-value-ticket>.innerWrap>.secIcon {
    top: calc(30 * (100vw / 1366));
    top: calc(30 * (100vw / var(--base-width-pc)));
    right: calc(40 * (100vw / 1366));
    right: calc(40 * (100vw / var(--base-width-pc)));
  }
}

@media (min-width:600px) {

  .is-tavisit-area.-nanki .d-sec.-jr-free-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-fig.-jr-free-sec02 {}

}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-fig.-jr-free-sec02>figure {
    /*  height: 701px!important; */
  }
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-fig.-jr-free-sec02>figure>img {}

}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki *+.d-fig.-jr-free-sec02 {
    margin-top: 30px !important;
  }
}

.is-tavisit-area.-nanki .d-sec.-ticket-reserv>.innerWrap>.secIcon {
  width: 318px;
  top: 0;
  left: -20px;
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-sec.-ticket-reserv>.innerWrap>.secIcon {
    width: calc(175 * (100vw / 375));
    width: calc(175 * (100vw / var(--base-width-sp)));
    top: calc(30 * (100vw / 375));
    top: calc(30 * (100vw / var(--base-width-sp)));
    left: calc(24 * (100vw / 375));
    left: calc(24 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:1280px) {

  .is-tavisit-area.-nanki .d-sec.-ticket-reserv>.innerWrap>.secIcon {
    top: calc(0 * (100vw / 1366));
    top: calc(0 * (100vw / var(--base-width-pc)));
    left: calc(-20 * (100vw / 1366));
    left: calc(-20 * (100vw / var(--base-width-pc)));
  }
}

.is-tavisit-area.-nanki .d-sec.-recommend>.innerWrap>.secIcon {
  width: 213px;
  top: 30px;
  right: 40px;
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-sec.-recommend>.innerWrap>.secIcon {
    width: calc(175 * (100vw / 375));
    width: calc(175 * (100vw / var(--base-width-sp)));
    top: calc(30 * (100vw / 375));
    top: calc(30 * (100vw / var(--base-width-sp)));
    right: calc(24 * (100vw / 375));
    right: calc(24 * (100vw / var(--base-width-sp)));
  }
}

@media (min-width:1280px) {

  .is-tavisit-area.-nanki .d-sec.-recommend>.innerWrap>.secIcon {
    top: calc(30 * (100vw / 1366));
    top: calc(30 * (100vw / var(--base-width-pc)));
    right: calc(40 * (100vw / 1366));
    right: calc(40 * (100vw / var(--base-width-pc)));
  }
}

/*伊勢・鳥羽
  ========================================== */

.is-tavisit-area.-ise-toba {}

/* Font*/

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}

.shippori-mincho b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho b1-bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho b1-extrabold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */
