<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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&gt;.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&gt;.mainTxt {
    font-size: 30px;
  }
}

.d-heading02&gt;.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&gt;.subTxt {
    font-size: 12px;
  }
}

@media (min-width:600px) {

  .recommend-list {
    display: flex;
    justify-content: center;
  }
}

.recommend-list&gt;a {
  width: 277px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

@media (max-width: 599px) {

  .recommend-list&gt;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&gt;a:hover {
    opacity: .6;
  }
}

.recommend-list&gt;a.is-no-active {
  pointer-events: none;
  opacity: 0.6 !important;
}

.step-list&gt;.innerWrap&gt;.headingTxt {
  color: #7689AD;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.headingTxt {
    font-size: 20px;
  }
}

.step-list&gt;.innerWrap&gt;.listBody01 {
  width: 880px;
  margin: 35px auto 0;
}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.listBody01 {
    width: 100%;
    margin-top: 45px;
  }
}

@media (min-width:600px) {

  .step-list&gt;.innerWrap&gt;.listBody01 {
    display: flex;
  }
}

@media (max-width: 599px) {
  .step-list&gt;.innerWrap&gt;.listBody01&gt;*:nth-of-type(n+2) {
    margin-top: 12px;
  }
}

@media (min-width:600px) {

  .step-list&gt;.innerWrap&gt;.listBody01&gt;* {
    width: calc((100% / 2) - (20px / 2));
  }

  .step-list&gt;.innerWrap&gt;.listBody01&gt;*:not(:nth-of-type(2n)) {
    margin-right: 50px;
  }
}

.step-list&gt;.innerWrap&gt;.listBody01&gt;dl {
  display: flex;
  border-top: 1px solid #8899B8;
  border-bottom: 1px solid #8899B8;
}

.step-list&gt;.innerWrap&gt;.listBody01&gt;dl&gt;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&gt;.innerWrap&gt;.listBody01&gt;dl&gt;dd {
  padding: 15px 5px 15px 25px;
}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.listBody01&gt;dl&gt;dd {
    padding: 10px 0 15px 10px;
  }
}

.step-list&gt;.innerWrap&gt;.listBody01&gt;dl&gt;dd&gt;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&gt;.innerWrap&gt;.listBody01&gt;dl&gt;dd&gt;p:not(.notesTxt) {
    font-size: 16px;
  }
}

.step-list&gt;.innerWrap&gt;.listBody01&gt;dl&gt;dd&gt;.notesTxt {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.listBody01&gt;dl&gt;dd&gt;.notesTxt {
    margin-top: 17px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.step-list&gt;.innerWrap&gt;.listBody02 {
  padding-top: 48px;
  margin-top: 40px;
  position: relative;

}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.listBody02 {
    padding-top: 60px;

  }
}

.step-list&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.listBody02&gt;.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&gt;.innerWrap&gt;.listBody02&gt;.dTxt.mt-0 {
  margin-top: 0;
}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.listBody02&gt;.dTxt {
    font-size: 30px;
  }
}

.step-list&gt;.innerWrap&gt;.listBody02&gt;.notesList {
  width: 540px;
  margin: 25px auto 0;
  line-height: 1.4;
}

@media (max-width: 599px) {

  .step-list&gt;.innerWrap&gt;.listBody02&gt;.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&gt;dl {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 599px) {

  .d-sec-desc-box&gt;dl {
    display: block;
  }
}

.d-sec-desc-box&gt;dl:nth-of-type(n+2) {
  margin-top: 30px;
}

.d-sec-desc-box&gt;dl&gt;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&gt;dl&gt;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&gt;dl&gt;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&gt;dl&gt;dd {
    width: 100%;
    padding-top: 15px;
    margin: 0 auto 0;
  }
}

.d-sec-desc-box&gt;dl&gt;dd a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.d-sec-desc-box.is-reserv&gt;dl&gt;dt {}

.d-sec-desc-box.is-reserv&gt;dl&gt;dd {
  line-height: 1.5;
}

.d-sec&gt;.innerWrap {
  position: relative;
}

.d-sec&gt;.innerWrap&gt;* {
  position: relative;
  z-index: 2;
}

.d-sec&gt;.innerWrap&gt;.secIcon {
  position: absolute;
}

.d-sec&gt;.innerWrap&gt;.d-sec--bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.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&gt;.swiper {
  width: 275px;
  /* margin: 0 auto 0 0; */
  margin: 0;
  overflow: visible;
}

@media (max-width: 599px) {
  .value-ticket-img&gt;.swiper {
    width: 214px;
    /* margin: 72px auto 0; */
    margin: 45px auto 0;
  }
}

@media (min-width: 600px) {
  .value-ticket-img&gt;.swiper {
    margin-right: 20px;
  }
}

.value-ticket-img&gt;.swiper .swiper-slide {
  /*       &amp;::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 &gt;=width) {
          border-radius: 107px;
        }
      } */
}

.value-ticket-img&gt;.swiper .swiper-wrapper {
  /*  transition-delay: 1s !important; */
}

/* animation: 0.5s ease-in-out 0s forwards swiper-out; */

.value-ticket-img&gt;.swiper.is-anime-start .swiper-slide::after {
  /*  opacity: 1; */
}

/* animation: 0.5s ease-in-out 0s forwards swiper-in; */

.value-ticket-img&gt;.swiper.is-anime-end .swiper-slide::after {
  /*           opacity: 0;
          transition: 0.5s ease-in-out; */
}

.value-ticket-desc&gt;.innerWrap&gt;.destination-box&gt;.iconBox {
  display: flex;
  justify-content: center;

}

.value-ticket-desc&gt;.innerWrap&gt;.destination-box&gt;.iconBox&gt;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&gt;.innerWrap&gt;.destination-box&gt;.dTxt {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.value-ticket-desc&gt;.innerWrap&gt;.destination-box&gt;.dTxt.mt-0 {
  margin-top: 0;
}

.value-ticket-desc&gt;.innerWrap&gt;.headingTxt {
  margin: 26px auto 0;
  text-align: center;
}

@media (max-width: 599px) {

  .value-ticket-desc&gt;.innerWrap&gt;.headingTxt {
    margin-top: 31px;
  }
}

.value-ticket-desc&gt;.innerWrap&gt;.headingTxt&gt;.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&gt;.innerWrap&gt;.headingTxt&gt;.subTxt {
    font-size: 18px;
  }
}

.value-ticket-desc&gt;.innerWrap&gt;.headingTxt&gt;.mainTxt {
  font-size: 42px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 599px) {

  .value-ticket-desc&gt;.innerWrap&gt;.headingTxt&gt;.mainTxt {
    margin-top: 15px;
    font-size: 30px;
  }
}

.value-ticket-desc&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.priceBox {
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.value-ticket-desc&gt;.innerWrap&gt;.priceBox&gt;.priceTxt {
  padding: 0 5px 0 15px;
  font-size: 32px;
}

.value-ticket-desc&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.notesTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

.value-ticket-desc&gt;.innerWrap&gt;.notesTxt&gt;a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #7689AD;
}

.d-sec.-value-ticket&gt;.innerWrap {
  margin: -177px auto 0;
}

@media (min-width:600px) {

  .d-sec.-value-ticket&gt;.innerWrap .descBox {
    width: 1125px;
    /* padding-left: 120px; */
    margin: 60px auto 0;
  }
}

.d-sec.-value-ticket&gt;.innerWrap&gt;.secIcon {
  width: 290px;
  top: -20px;
  right: 40px;
}

@media (max-width: 599px) {

  .d-sec.-value-ticket&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.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&gt;.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: 0 auto 0;
  }
}

@media (min-width:600px) {

  .d-sec.-value-ticket&gt;.innerWrap {
    padding: calc(241 * (100vw / 1366)) 0 75px;
    padding: calc(241 * (100vw / var(--base-width-pc))) 0 75px;
    margin: -177px auto 0;
    /* height: 900px; */
  }
}

@media (max-width: 599px) {

  .d-sec.-value-ticket&gt;.innerWrap .d-headding&gt;.subTxt {
    margin-top: 0;
  }
}

.d-sec.-value-ticket&gt;.innerWrap .value-ticket-desc {
  width: 100%;
  margin: 0 auto 0;
}

@media (max-width: 599px) {

  .d-sec.-value-ticket&gt;.innerWrap .value-ticket-desc {
    /* margin-top: 54px; */
    margin-top: 40px;
  }
}

@media (min-width:600px) {

  .d-sec.-value-ticket&gt;.innerWrap .value-ticket-desc {
    width: 550px;
    padding-top: 58px;
    margin: 0;
    flex-shrink: 0;
  }
}

.d-sec.-value-ticket&gt;.innerWrap .value-ticket-img {
  position: relative;
  display: flex;
}

@media (max-width: 599px) {

  .d-sec.-value-ticket&gt;.innerWrap .value-ticket-img {}

}

@media (min-width:600px) {

  .d-sec.-value-ticket&gt;.innerWrap .value-ticket-img {
    width: 100vw;
    margin-left: 13px;
    position: absolute;
    left: 550px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.d-sec.-jr-free-section&gt;.innerWrap {
  padding: 204px 0 0;
  /* margin-top: -20px; */
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section&gt;.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&gt;.innerWrap .d-heading02 {
  margin-top: 50px;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section&gt;.innerWrap .d-heading02 {
    margin-top: 93px;
  }
}

.d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec01 {
  width: 1000px;
  margin: 0 auto 0;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec01 {
    width: 100%;
  }
}

.d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02 {
  width: 700px;
  margin: 10px auto 0;
}

@media (max-width: 599px) {

  .d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02 {
    width: 100vw;
    margin: 20px -20px 0;
  }

  .d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02&gt;figure {
    width: 100%;
    width: 100vw;
    /*  height: 152px; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02&gt;figure&gt;div {
    width: 100%;
    overflow-x: scroll;
  }

  .d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02&gt;figure&gt;div&gt;img {
    width: 560px;
    max-width: none;
    /* position: absolute; */
  }
}

.d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02&gt;.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&gt;.innerWrap .d-fig.-jr-free-sec02&gt;.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&gt;.innerWrap .d-fig.-jr-free-sec02&gt;.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&gt;.innerWrap .d-fig.-jr-free-sec02&gt;.courseHeading.-ise {
    background-image: url(../img/nanki/img_free-section_label01_sp.png);
  }
}

.d-sec.-jr-free-section&gt;.innerWrap .d-fig.-jr-free-sec02&gt;.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&gt;.innerWrap .d-fig.-jr-free-sec02&gt;.courseHeading.-naka {
    background-image: url(../img/nanki/img_free-section_label02_sp.png);
  }
}

.d-sec.-jr-free-section&gt;.innerWrap .d-heading02+.d-fig.-jr-free-sec02&gt;.courseHeading.-ise {
  margin-top: 30px;
}

.d-sec.-jr-free-section&gt;.innerWrap&gt;.d-sec--bg {
  height: calc(2578 * (100vw / 1366));
  height: calc(2578 * (100vw / var(--base-width-pc)));
}

.d-sec.-ticket-reserv&gt;.innerWrap {
  padding: 248px 0 56px;
  /* margin-top: 73px */
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv&gt;.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&gt;.innerWrap&gt;.d-headding&gt;.mainTxt,
  .d-sec.-ticket-reserv&gt;.innerWrap&gt;.d-headding&gt;.subTxt {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.d-sec.-ticket-reserv&gt;.innerWrap&gt;.secIcon {
  width: 416px;
  top: -10px;
  left: 20px;
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv&gt;.innerWrap&gt;.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&gt;.innerWrap .step-list {
  margin-top: 75px;
}

@media (max-width: 599px) {

  .d-sec.-ticket-reserv&gt;.innerWrap .step-list {
    margin-top: 30px;
  }
}

.d-sec.-ticket-reserv&gt;.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&gt;.innerWrap&gt;.secIcon {
  width: 245px;
  top: -40px;
  right: 73px;
}

@media (max-width: 599px) {

  .d-sec.-recommend&gt;.innerWrap&gt;.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&gt;.innerWrap .recommend-list {
  position: absolute;
}

@media (max-width: 599px) {

  .d-sec.-recommend&gt;.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&gt;.innerWrap .recommend-list&gt;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&gt;.innerWrap .recommend-list&gt;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&gt;.innerWrap .recommend-list {
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .d-sec.-recommend&gt;.innerWrap .recommend-list&gt;a:nth-of-type(2) {
    margin-top: 128px;
  }

  .d-sec.-recommend&gt;.innerWrap .recommend-list&gt;a:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

.d-sec.-recommend&gt;.innerWrap&gt;.d-sec--bg {
  position: relative;
  height: auto;
}

.d-headding {
  text-align: center;
}

.d-headding&gt;.mainTxt {
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 599px) {

  .d-headding&gt;.mainTxt {
    font-size: 42px;
  }
}

.d-headding&gt;.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&gt;.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&gt;.logoBody {
  width: 480px;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}

@media (max-width: 599px) {

  .logo-loading&gt;.logoBody {
    width: calc(266 * (100vw / 375));
    width: calc(266 * (100vw / var(--base-width-sp)));
    top: 50%;
  }
}

@media (min-width:600px) {

  .logo-loading&gt;.logoBody {}


}

.logo-loading&gt;.logoBG {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.logo-loading&gt;.logoBG&gt;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&gt;.overlay {
  width: 100%;
  height: 100%;
}

.modal&gt;.overlay div {
  width: 100%;
  height: 100%;
}

.modal&gt;.overlay .dialog-body&gt;* {
  position: relative;
  z-index: 2;
}

.modal&gt;.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: 50px;
}

.modal-header-frame {
  padding: 10px 20px 10px 10px;
}

/*共通 --- ヘッダー */

.sub-list&gt;ul {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 30px;
}

@media (max-width: 599px) {

  .sub-list&gt;ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width:600px) {

  .sub-list&gt;ul {
    padding: 0 10px;
  }
}

.sub-list&gt;ul&gt;li {
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .sub-list&gt;ul&gt;li:nth-of-type(4) {
    margin-top: 0px;
  }

  .sub-list&gt;ul&gt;li:nth-of-type(3)&gt;a {
    border-right: 1px solid #000;
  }

  .sub-list&gt;ul&gt;li:nth-of-type(n+4) {
    margin-top: 10px;
  }
}

.sub-list&gt;ul&gt;li:nth-of-type(n+2) {}

.sub-list&gt;ul&gt;li:last-of-type {
  border-right: 2px solid #000;
}

@media (max-width: 599px) {

  .sub-list&gt;ul&gt;li:last-of-type {
    border-right: none;
  }
  .sub-list&gt;ul&gt;li:last-of-type a {
    border-right: 1px solid #000;
  }
}

.sub-list&gt;ul&gt;li&gt;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: 2px solid #000;
}

@media (max-width: 599px) {

  .sub-list&gt;ul&gt;li&gt;a {
    padding: 0 15px;
    border-left: 1px solid #000;
  }
}

.nav-list&gt;ul {
  display: flex;
}

@media (max-width: 599px) {

  .nav-list&gt;ul {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width:600px) {

  .nav-list&gt;ul {
    align-items: center;
    height: 100%;
  }
}

.nav-list&gt;ul&gt;li {
  display: flex;
  flex-shrink: 0;
}

@media (max-width: 599px) {

  .nav-list&gt;ul&gt;li {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 599px) {

  .nav-list&gt;ul&gt;li:nth-of-type(n+2) {
    margin-top: 50px;
  }

}

@media (min-width:600px) {

  .nav-list&gt;ul&gt;li:nth-of-type(n+2) {
    /* margin-left: 30px; */
    margin-left: 20px;
  }
}

.nav-list&gt;ul&gt;li&gt;button,
.nav-list&gt;ul&gt;li&gt;a {
  text-align: center;
  white-space: nowrap;
}

.nav-list&gt;ul&gt;li&gt;button&gt;.mainTxt,
.nav-list&gt;ul&gt;li&gt;a&gt;.mainTxt {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}

.nav-list&gt;ul&gt;li&gt;button&gt;.subTxt,
.nav-list&gt;ul&gt;li&gt;a&gt;.subTxt {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 599px) {

  .nav-list&gt;ul&gt;li .sub-list {
    width: 320px;
    margin: 0 auto 0;
  }
}

@media (min-width:600px) {

  .nav-list&gt;ul&gt;li .sub-list {
    width: 100%;
    max-width: 0;
    overflow: hidden;
    transition: 2s;
  }

}

@media (min-width:600px) {

  .nav-list&gt;ul&gt;li&gt;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&gt;.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&gt;.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&gt;.inner-frame {
    padding: 10px 20px 10px 10px;
  }
}

@media (min-width:600px) {

  .d-header--main&gt;.inner-frame {
    min-width: 1280px;
  }

  ;
}

/*共通 --- フッター */

.sns-box&gt;dt {
  color: #fff;
}

.sns-box&gt;dd {
  padding: 0 0 0 15px;
}

.sns-box&gt;dd&gt;a {
  width: auto;
  height: 22px;
  transition: 0.3s ease-in-out;
}

.sns-box&gt;dd&gt;a:hover {
  opacity: 0.6;
}

.sns-box&gt;dd&gt;a:nth-of-type(n+2) {
  margin-left: 15px;
}

.sns-box&gt;dd&gt;a&gt;img {
  width: auto;
  height: 100%;
}

.footer-bnr-area {
  display: flex;
  flex-wrap: wrap;
}

.footer-bnr-area&gt;a {
  overflow: hidden;
}

@media (max-width: 599px) {

  .footer-bnr-area&gt;a {
    width: calc((100% / 2) - (11px / 2));
    border-radius: 11px;
  }

  .footer-bnr-area&gt;a:not(:nth-of-type(2n)) {
    margin-right: 11px;
  }

  .footer-bnr-area&gt;a:nth-of-type(n+3) {
    margin-top: 11px;
  }
}

@media (min-width:600px) {

  .footer-bnr-area&gt;a {
    width: calc((100% / 4) - (60px / 4));
    border-radius: 10px;
    transition: 0.3s ease-in-out;
  }

  .footer-bnr-area&gt;a:nth-of-type(n+5) {
    margin-top: 20px;
  }

  .footer-bnr-area&gt;a:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }

  .footer-bnr-area&gt;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&gt;.innerWrap {
  padding: 212px 40px 25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 599px) {

  .d-footer&gt;.innerWrap {
    padding: 212px 12px 25px;
  }
}

@media (min-width:600px) {

  .d-footer&gt;.innerWrap {
    padding-top: 249px;
  }
}

.d-footer&gt;.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&gt;.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&gt;.innerWrap::after {
    height: calc(1892 * (100vw / 1366));
    height: calc(1892 * (130vw / var(--base-width-pc)));
  }
} */

.d-footer&gt;.innerWrap&gt;.footer-bnr-area {
  width: 956px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 599px) {

  .d-footer&gt;.innerWrap&gt;.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&gt;a {
    /* width: calc(88 * (100vw / var(--base-width-sp))); */
    width: 88px;
  }
}

.logo-tavisit&gt;p {
  margin-left: 24px;
  font-size: calc((12 / 16) * 1rem);
}

@media (max-width: 599px) {

  .logo-tavisit&gt;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&gt;button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 9px;
}

.logo-tavisit&gt;button::before,
.logo-tavisit&gt;button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.logo-tavisit&gt;button::before {
  top: 0;
}

.logo-tavisit&gt;button::after {
  bottom: 0;
}

.logo-tavisit&gt;button.is-open::before,
.logo-tavisit&gt;button.is-open::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}

.logo-tavisit&gt;button.is-open::before {}

.logo-tavisit&gt;button.is-open::after {
  transform: translate(-50%, -50%) rotate(-20deg);
}

@media (min-width:600px) {

  .logo-tavisit&gt;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&gt;.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&gt;.slideDesc {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: 1s ease-in-out;
}

@media (max-width: 599px) {

  .hero-box .swiper-slide&gt;.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&gt;.slideDesc {
    padding-top: 74px;
    padding-left: 10px;
  }
}

/*@media (width &gt;=1280px) {
        padding-top: calc(74 * (100vw / var(--base-width-pc)));
        padding-left: calc(10 * (100vw / var(--base-width-pc)));
      } */

.hero-box .swiper-slide&gt;.slideDesc&gt;.headingBox&gt;.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 &gt;=1280px) {
            font-size: calc(60 * (100vw / var(--base-width-pc)));
          } */
}

@media (min-width:600px) {

  .hero-box .swiper-slide&gt;.slideDesc&gt;.headingBox&gt;.mainTxt {
    font-size: 60px;
  }
}

.hero-box .swiper-slide&gt;.slideDesc&gt;.headingBox&gt;.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 &gt;=1280px) {
            font-size: calc(20 * (100vw / var(--base-width-pc)));
          } */
}

@media (min-width:600px) {

  .hero-box .swiper-slide&gt;.slideDesc&gt;.headingBox&gt;.subTxt {
    font-size: 20px;
  }
}

.hero-box .swiper-slide&gt;.slideDesc&gt;.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&gt;.slideDesc&gt;.slideTxt {
    margin-top: 44px;
    font-size: 17px;
  }
}

@media (min-width:1280px) {

  .hero-box .swiper-slide&gt;.slideDesc&gt;.slideTxt {
    /*margin-top: calc(44 * (100vw / var(--base-width-pc)));
          font-size: calc(17 * (100vw / var(--base-width-pc))); */
  }
}

.hero-box .swiper-slide&gt;figure {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: 1s ease-in-out;
}

@media (max-width: 599px) {

  .hero-box .swiper-slide&gt;figure {
    order: 1;
  }
}

@media (min-width:600px) {

  .hero-box .swiper-slide&gt;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&gt;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&gt;.slideDesc {
  opacity: 0;
}

.hero-box .swiper.is-anime-start .swiper-slide&gt;figure {
  opacity: 0;
}

/*  animation: 0.5s ease-in-out 0s forwards swiper-in; */

.hero-box .swiper.is-anime-end .swiper-slide&gt;.slideDesc {
  opacity: 1;
  transition: 1s ease-in-out;

}

.hero-box .swiper.is-anime-end .swiper-slide&gt;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 &gt;=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 &gt;=1280px) {
    height: calc(800 * (100vw / var(--base-width-pc)));
  } */

.hero-box&gt;.innerWrap {
  position: fixed;
  width: 100%;
  height: 100%;

  /*     @media (width &gt;=1280px) {
      height: calc(800 * (100vw / var(--base-width-pc)));
    } */
}

.hero-box&gt;.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&gt;.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&gt;.innerWrap {
  padding: 106px 0 170px;
}

@media (max-width: 599px) {

  .hero-box02&gt;.innerWrap {
    padding: 73px 0 0;
    /* height:  calc(760 * (100vw / var(--base-width-sp))); */
    height: auto;
  }
}

.hero-box02&gt;.innerWrap&gt;* {
  position: relative;
  z-index: 2;
}

.hero-box02&gt;.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&gt;.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&gt;.cloudBody {
  position: absolute;
}

.img-cloud&gt;.cloudBody.-left {
  top: -218px;
  left: -200px;
  transition: 0.8s ease-in-out;
}

@media (max-width: 599px) {

  .img-cloud&gt;.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&gt;.cloudBody.-right {
  top: -10px;
  right: -200px;
  transition: 0.8s ease-in-out;
}

@media (max-width: 599px) {

  .img-cloud&gt;.cloudBody.-right {
    width: calc(228 * (100vw / 375));
    width: calc(228 * (100vw / var(--base-width-sp)));
    top: calc(80 * (100vw / 375));
    top: calc(80 * (100vw / var(--base-width-sp)));
    right: calc(200 * (100vw / 375));
    right: calc(200 * (100vw / var(--base-width-sp)));
  }
}

.img-cloud.is-active&gt;.cloudBody.-left {
  left: -525px;
}

@media (max-width: 599px) {

  .img-cloud.is-active&gt;.cloudBody.-left {
    left: calc(150 * (100vw / 375));
    left: calc(150 * (100vw / var(--base-width-sp)));
  }
}

.img-cloud.is-active&gt;.cloudBody.-right {
  right: -637px;
}

@media (max-width: 599px) {

  .img-cloud.is-active&gt;.cloudBody.-right {
    right: calc(150 * (100vw / 375));
    right: calc(150 * (100vw / var(--base-width-sp)));
  }
}

.genic figure &gt; img:first-child {
  border-radius: 40px;
}
.genic figure &gt; img:last-child {
  border-radius: 20px;
}
/* @media (max-width: 599px) {
  .hero-box .swiper-slide.genic&gt;.slideDesc&gt;.headingBox&gt;.mainTxt {
    font-size: 10vw;
  }
} */
/* @media (max-width: 599px) {
  .hero-box .swiper-slide.genic&gt;.slideDesc&gt;.headingBox&gt;.subTxt{
    font-size: 4vw;
  }
} */
/*マップ関連*/

.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;
}

@media (min-width:600px) {

  .travel-area-map&gt;.innerWrap {
    margin-top: 0;
  }
}

@media (max-width: 599px) {

  .travel-area-map&gt;.innerWrap {
    overflow-x: scroll;
    width: 100%;
  }
}

@media (min-width:1280px) {

  .travel-area-map&gt;.innerWrap {
    width: 100%;
    height: calc(2015 * (100vw / 1366));
    height: calc(2015 * (100vw / var(--base-width-pc)));
  }
}

.travel-area-map&gt;.innerWrap&gt;.mapBody {}

.travel-area-map&gt;.innerWrap&gt;.map-area {
  position: relative;
  width: 1366px;
  height: 2037px;
}

@media (max-width: 599px) {

  .travel-area-map&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.map-area&gt;.mapBg&gt;img {}
}

.travel-area-map .d-headding {
  width: 100%;
  width: 820px;
  display: block;
  position: absolute;
  top: 370px;
  top: calc((370 / 2037) * 100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 599px) {

  .travel-area-map .d-headding {
    top: calc(185 * (100vw / 375));
    top: calc(185 * (100vw / var(--base-width-sp)));
  }
}

.travel-area-map .d-headding&gt;.mainTxt {
  width: 100%;
  text-align: center;
}

.travel-area-map .d-headding&gt;.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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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((640 / 1264) * 100%);
  /* top: calc((385 / 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-line-box {
  width: calc((1264 / 1366) * 100%);
  width: calc((1210 / 1366) * 100%);
  height: calc((1106 / 2037) * 100%);
  height: calc((1068 / 2037) * 100%);
  position: absolute;
  left: calc((67 / 1366) * 100%);
  bottom: calc((346 / 2037) * 100%);
  left: calc((122 / 1366) * 100%);
  bottom: calc((343 / 2037) * 100%);
}

.travel-area-map .map-line-box .mapFig {
  position: relative;
  z-index: 1;
}

.travel-area-map .map-line-box .mapFig&gt;svg {
  width: 100%;
  height: auto;
}

/*

  .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&gt;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&gt;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((142 / 1068) * 100%);
  top: calc((142 / var(--map-line-height)) * 100%);
  right: calc((368 / 1210) * 100%);
  right: calc((368 / var(--map-line-width)) * 100%);
}

.map-icon.-castle&gt;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&gt;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&gt;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&gt;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((228 / 1068) * 100%);
  top: calc((228 / var(--map-line-height)) * 100%);
  right: calc((190 / 1210) * 100%);
  right: calc((190 / var(--map-line-width)) * 100%);
}

.map-icon.-pair02&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;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&gt;img {
  animation-delay: 0.2s;
}

/*静岡・山梨・神奈川エリア*/

.map-line-box #component_27_4,
.map-line-box #component_21_4,
.map-line-box #component_26_4,
.map-line-box #component_22_4,
.map-line-box #component_25_4,
.map-line-box #component_24_7,
.map-line-box #component_24_8,
.map-line-box #component_24_9 {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.map-line-box.is-shizuoka-y-k #component_27_4 {
  opacity: 1;
}

.map-line-box.is-hida #component_21_4 {
  opacity: 1;
}

.map-line-box.is-ise-t #component_26_4 {
  opacity: 1;
}

.map-line-box.is-shinshu #component_22_4 {
  opacity: 1;
}

.map-line-box.is-kiso #component_25_4 {
  opacity: 1;
}

.map-line-box.is-nanki #component_24_7 {
  opacity: 1;
}

.map-line-box.is-yamanashi #component_24_8 {
  opacity: 1;
}

.map-line-box.is-shizuoka #component_24_9 {
  opacity: 1;
}



/*トップ --- いっしょに旅する列車たち */

@media (max-width: 599px) {

  .train-list {
    overflow: visible;
  }
}

.train-list&gt;ul {
  display: flex;
}

@media (max-width: 599px) {

  .train-list&gt;ul {}
}

@media (min-width:600px) {

  .train-list&gt;ul {
    justify-content: center;
  }
}

.train-list&gt;ul&gt;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&gt;ul&gt;li {
    width: 210px;
    height: 247px;
  }
}

@media (min-width:600px) {
  .train-list&gt;ul&gt;li:nth-of-type(n+2) {
    margin-left: 45px;
  }

  .train-list&gt;ul&gt;li:nth-of-type(2n) {
    margin-top: 60px;
  }

}

@media (min-width:1280px) {

  .train-list&gt;ul&gt;li {}

}

.train-list&gt;ul&gt;li.trainHC85.swiper-slide a,
.train-list&gt;ul&gt;li.train383.swiper-slide a,
.train-list&gt;ul&gt;li.train385.swiper-slide a,
.train-list&gt;ul&gt;li.train373.swiper-slide a {
  top: 0;
  transition: 0.3s ease-in-out;
}

.train-list&gt;ul&gt;li.trainHC85.swiper-slide-active a,
.train-list&gt;ul&gt;li.train383.swiper-slide-active a,
.train-list&gt;ul&gt;li.train385.swiper-slide-active a,
.train-list&gt;ul&gt;li.train373.swiper-slide-active a {
  top: 50px;
}

.train-list&gt;ul&gt;li.trainHC85 a,
.train-list&gt;ul&gt;li.train383 a,
.train-list&gt;ul&gt;li.train385 a,
.train-list&gt;ul&gt;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&gt;ul&gt;li.trainHC85 a,
  .train-list&gt;ul&gt;li.train383 a,
  .train-list&gt;ul&gt;li.train385 a,
  .train-list&gt;ul&gt;li.train373 a {
    padding: 45px 0 0;
  }
}

.train-list&gt;ul&gt;li.trainHC85 a&gt;p,
.train-list&gt;ul&gt;li.train383 a&gt;p,
.train-list&gt;ul&gt;li.train385 a&gt;p,
.train-list&gt;ul&gt;li.train373 a&gt;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&gt;ul&gt;li.trainHC85 a&gt;p,
  .train-list&gt;ul&gt;li.train383 a&gt;p,
  .train-list&gt;ul&gt;li.train385 a&gt;p,
  .train-list&gt;ul&gt;li.train373 a&gt;p {
    font-size: 16px;
  }
}

.train-list&gt;ul&gt;li.trainHC85 a&gt;p&gt;span,
.train-list&gt;ul&gt;li.train383 a&gt;p&gt;span,
.train-list&gt;ul&gt;li.train385 a&gt;p&gt;span,
.train-list&gt;ul&gt;li.train373 a&gt;p&gt;span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

.train-list&gt;ul&gt;li.trainHC85 a&gt;div,
.train-list&gt;ul&gt;li.train383 a&gt;div,
.train-list&gt;ul&gt;li.train385 a&gt;div,
.train-list&gt;ul&gt;li.train373 a&gt;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&gt;ul&gt;li.trainHC85 a&gt;div,
  .train-list&gt;ul&gt;li.train383 a&gt;div,
  .train-list&gt;ul&gt;li.train385 a&gt;div,
  .train-list&gt;ul&gt;li.train373 a&gt;div {
    top: calc(50% + 30px);
  }
}

@media (min-width:1280px) {

  .train-list&gt;ul&gt;li.trainHC85 a&gt;div,
  .train-list&gt;ul&gt;li.train383 a&gt;div,
  .train-list&gt;ul&gt;li.train385 a&gt;div,
  .train-list&gt;ul&gt;li.train373 a&gt;div {
    top: calc(50% + (30 * (100vw / 1366)));
    top: calc(50% + (30 * (100vw / var(--base-width-pc))));
  }
}

.train-list&gt;ul&gt;li.trainHC85 a&gt;div&gt;p,
.train-list&gt;ul&gt;li.train383 a&gt;div&gt;p,
.train-list&gt;ul&gt;li.train385 a&gt;div&gt;p,
.train-list&gt;ul&gt;li.train373 a&gt;div&gt;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&gt;ul&gt;li.trainHC85 a&gt;div&gt;p&gt;span,
.train-list&gt;ul&gt;li.train383 a&gt;div&gt;p&gt;span,
.train-list&gt;ul&gt;li.train385 a&gt;div&gt;p&gt;span,
.train-list&gt;ul&gt;li.train373 a&gt;div&gt;p&gt;span {
  padding-right: 10px;
  position: relative;
}

.train-list&gt;ul&gt;li.trainHC85 a&gt;div&gt;p&gt;span::after,
.train-list&gt;ul&gt;li.train383 a&gt;div&gt;p&gt;span::after,
.train-list&gt;ul&gt;li.train385 a&gt;div&gt;p&gt;span::after,
.train-list&gt;ul&gt;li.train373 a&gt;div&gt;p&gt;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&gt;ul&gt;li.trainHC85 a&gt;div {
  width: 113px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.trainHC85 a&gt;div {
    width: 88px;
  }
}

.train-list&gt;ul&gt;li.train383 a&gt;div {
  width: 117px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train383 a&gt;div {
    width: 88px;
  }
}

.train-list&gt;ul&gt;li.train385 a {
  padding: 42px 0 0;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train385 a {
    padding: 30px 0 0;
  }
}

.train-list&gt;ul&gt;li.train385 a&gt;div {
  width: 115px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train385 a&gt;div {
    width: 88px;
  }
}

.train-list&gt;ul&gt;li.train373 a&gt;div {
  width: 117px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train373 a&gt;div {
    width: 88px;
  }
}

.train-list&gt;ul&gt;li:hover a&gt;div {
  top: calc(50% + 75px);
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li:hover a&gt;div {
    top: calc(50% + 75px);
  }
}

.train-list&gt;ul&gt;li:hover a&gt;div&gt;p {
  opacity: 1;
}

.train-list&gt;ul&gt;li.trainHC85:hover a&gt;div {
  width: 174px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.trainHC85:hover a&gt;div {
    width: 120px;
  }
}

.train-list&gt;ul&gt;li.train383:hover a&gt;div {
  width: 186px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train383:hover a&gt;div {
    width: 120px;
  }
}

.train-list&gt;ul&gt;li.train385:hover a&gt;div {
  width: 172px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train385:hover a&gt;div {
    width: 120px;
  }
}

.train-list&gt;ul&gt;li.train373:hover a&gt;div {
  width: 174px;
}

@media (max-width: 599px) {

  .train-list&gt;ul&gt;li.train373:hover a&gt;div {
    width: 120px;
  }
}

.train-list&gt;ul&gt;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&gt;.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&gt;.innerWrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  /* margin: -280px 0 0; */
}

@media (max-width: 599px) {

  .train-intro&gt;.innerWrap {
    padding: 130px 0 0;
    margin: 0;
    height: 100%;
  }
}

@media (min-width:1280px) {

  .train-intro&gt;.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&gt;.innerWrap&gt;.descBox {
  position: relative;
  z-index: 2;
  width: 1245px;
  /* height: 584px; */
  /* height: 388px; */
}

@media (max-width: 599px) {

  .train-intro&gt;.innerWrap&gt;.descBox {
    width: 100%;
  }
}

@media (min-width:600px) {

  .train-intro&gt;.innerWrap&gt;.descBox {
    position: absolute;
    top: calc(50% - 50px);
    /*  top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.train-intro&gt;.innerWrap&gt;.descBox&gt;.train-list {
  margin-top: 65px;
}

@media (max-width: 599px) {

  .train-intro&gt;.innerWrap&gt;.descBox&gt;.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&gt;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&gt;.innerWrap&gt;.secIcon {
  width: 233px;
  top: 30px;
  right: 40px;
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-sec.-value-ticket&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.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&gt;figure {
    /*  height: 701px!important; */
  }
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-fig.-jr-free-sec02&gt;figure&gt;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&gt;.innerWrap&gt;.secIcon {
  width: 318px;
  top: 0;
  left: -20px;
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-sec.-ticket-reserv&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.secIcon {
  width: 213px;
  top: 30px;
  right: 40px;
}

@media (max-width: 599px) {

  .is-tavisit-area.-nanki .d-sec.-recommend&gt;.innerWrap&gt;.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&gt;.innerWrap&gt;.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;
}

// &lt;uniquifier&gt;: Use a unique and descriptive class name
// &lt;weight&gt;: Use a value from 100 to 900

.noto-sans jp-&lt;uniquifier&gt; {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>