@charset "UTF-8";
body {
  font-family: "Syncopate", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mv {
  overflow: hidden;
  padding: 150px 0 130px;
  background-image: url(../img/mvAll_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 38vw 0 42vw;
  }
}
.mv h1 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 310px;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    max-width: none;
    width: 46%;
    top: 5vw;
  }
}
.mv_title {
  position: relative;
  z-index: 2;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.mv_title h2 {
  position: relative;
  z-index: 4;
}
.mv_title .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv_title .circle.circle01 {
  width: 79.6%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle01 {
    width: 65.6%;
  }
}
.mv_title .circle.circle01.active {
  top: 24%;
  left: -15%;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle01.active {
    top: 6%;
    left: 13%;
  }
}
.mv_title .circle.circle02 {
  width: 38%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle02 {
    width: 32%;
  }
}
.mv_title .circle.circle02.active {
  top: 4%;
  left: 114%;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle02.active {
    top: 1%;
    left: 88%;
  }
}
.mv_title .circle.circle03 {
  width: 58.5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle03 {
    width: 46.5%;
  }
}
.mv_title .circle.circle03.active {
  top: 70%;
  left: 109%;
}
@media screen and (max-width: 768px) {
  .mv_title .circle.circle03.active {
    top: 93%;
    left: 90%;
  }
}
.mv_title .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv_title .icon.icon01 {
  width: 26.7%;
  z-index: 5;
  top: 3%;
  left: 91%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon01 {
    top: -16%;
    left: 64%;
    width: 20%;
  }
}
.mv_title .icon.icon02 {
  width: 19.9%;
  z-index: 5;
  top: 84%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon02 {
    top: 106%;
    left: 13%;
  }
}
.mv_title .icon.icon03 {
  width: 20.42%;
  z-index: 5;
  top: 101%;
  left: 37%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon03 {
    top: 98%;
    left: 37%;
  }
}
.mv_title .icon.icon04 {
  width: 16.42%;
  z-index: 5;
  top: 98%;
  left: 75%;
}
@media screen and (max-width: 768px) {
  .mv_title .icon.icon04 {
    top: 103%;
    left: 65%;
  }
}
.mv .bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv .bg {
    width: 127%;
  }
}
.mv #fall01 {
  position: absolute;
  left: -68%;
  top: -60%;
  width: 130%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv #fall01 {
    left: 0%;
    top: -74%;
    width: 137%;
    z-index: 3;
  }
}
.mv #fall02 {
  position: absolute;
  right: -68%;
  top: -40%;
  width: 120%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv #fall02 {
    right: -49%;
    top: -46%;
    width: 130%;
    z-index: 3;
  }
}

@font-face {
  font-family: "banana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YDWbananaslipplus.woff2") format("woff2");
}
.onsen {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .onsen {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .onsen {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .onsen {
    font-size: 3.2vw;
  }
}
.onsen h5 {
  font-size: 1em;
}
.onsen_inner {
  max-width: 74.375em;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.onsen_add_lead {
  font-size: 1.25em;
  line-height: 1.8;
  margin-top: 1em;
  color: #333;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.onsen_add_anchor {
  margin-top: 3em;
}
.onsen_add_anchor ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .onsen_add_anchor ul {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}
.onsen_add_anchor ul li {
  width: 32%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .onsen_add_anchor ul li {
    width: 100%;
  }
  .onsen_add_anchor ul li:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}
.onsen_mv {
  margin-top: 5em;
}
.onsen .onsenContents {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents {
    padding-bottom: 2em;
  }
}
.onsen .onsenContents .faqBlock_wrapper {
  color: #333;
  margin-top: 3.4375em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper {
    margin-top: 0;
  }
}
.onsen .onsenContents .faqBlock_wrapper .onsen_drive:nth-of-type(n + 2) {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper .onsen_drive:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box {
  position: relative;
  z-index: 10;
}
.onsen .onsenContents .faqBlock_wrapper_box:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
.onsen .onsenContents .faqBlock_wrapper_box .js-qa__parent {
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}
.onsen .onsenContents .faqBlock_wrapper_box .js-qa__parent .crossBar {
  position: absolute;
  top: 55%;
  right: 3%;
  transform: translateY(-50%) rotate(45deg);
  width: 1.875em;
  height: 1.875em;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .js-qa__parent .crossBar {
    width: 1.2em;
    height: 1.2em;
    right: 4%;
    top: 70%;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .js-qa__parent .crossBar::after {
  content: "";
  border: 0;
  border-top: solid 0.3125em #fff;
  border-right: solid 0.3125em #fff;
  display: inline-block;
  border-radius: 0.1875em;
  width: 1.875em;
  height: 1.875em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .js-qa__parent .crossBar::after {
    width: 1.2em;
    height: 1.2em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child {
  margin: 0;
  padding: 1.5em 0 1.8em;
  display: none;
  opacity: 0;
  border-radius: 0 0 1em 1em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.is-open {
  display: block;
  opacity: 1;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title {
  position: relative;
  z-index: 1;
  margin-top: 3.4375em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title {
    margin-top: 1em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_bg {
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  height: 6.875em;
  background-color: rgba(19, 98, 149, 0.09);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_bg {
    top: 20.7em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_block {
  position: relative;
  z-index: 2;
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_block {
    flex-direction: column-reverse;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_nameBlock {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_nameBlock {
    width: 100%;
    margin-top: 1em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_nameBlock .pref {
  font-size: 1.6875em;
  font-weight: bold;
  text-align: center;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_nameBlock h5 {
  font-family: "banana";
  font-size: 4.25em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  color: #136295;
  line-height: 1.57em;
  margin-top: 0.2em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_nameBlock .exTxt {
  font-size: 1.0625em;
  line-height: 1.6;
  text-align: justify;
  margin-top: 1.3125em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_imgBlock {
  width: 42.1%;
  transform: translateX(10%);
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_title_imgBlock {
    transform: translateX(0);
    width: 70%;
    margin: 0 auto;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot {
  background-color: rgba(19, 98, 149, 0.09);
  margin-top: 3.4375em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_bg {
  padding: 8.75em 0 12.5em;
  background-image: url("../img/onsen/onsen_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_bg {
    padding: 6.75em 0 6.5em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_inner {
  max-width: 68.75em;
  width: 90%;
  margin: 0 auto;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 1.25em;
  padding: 5.625em 0 4.375em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block {
    padding: 3.625em 0 2.375em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block:nth-of-type(n + 2) {
  margin-top: 11.25em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block:nth-of-type(n + 2) {
    margin-top: 8.25em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_icon01 {
  width: 46.25em;
  position: absolute;
  top: -3.2em;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_icon01 {
    width: 87vw;
    top: -2em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_title {
  width: 29.6875em;
  position: absolute;
  top: -4em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_title {
    width: 60vw;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_wrap {
    flex-direction: column;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot {
  width: 45.3%;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot {
    width: 90%;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .nameBlock {
  padding-left: 4.2em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .nameBlock {
    padding-left: 1.5em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .nameBlock h5 {
  font-size: 2.1875em;
  font-family: "banana";
  color: #136295;
  font-weight: 400;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .nameBlock h5 {
    letter-spacing: 0.02em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .nameBlock h5.newYork {
  letter-spacing: -0.08em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .nameBlock .exTxt {
  font-size: 1.0625em;
  line-height: 1.6;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
  text-align: justify;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea {
  padding-left: 4.2em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea {
    padding-left: 1.5em;
    margin-top: 1em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea .address .icon {
  width: 1.4375em;
  margin-right: 0.2em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea .address_txt {
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea .hp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  word-break: break-all;
  margin-top: 0.3em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea .hp .icon {
  width: 1.3375em;
  margin-right: 0.3em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .linkArea .hp_txt {
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight {
    margin: 3em 0 0 auto;
    padding-top: 3em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10.7%;
  width: 0.3125em;
  height: 100%;
  border-left: dotted 0.3125em #136295;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 44%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    height: 0.3125em;
    border-top: dotted 0.3125em #136295;
    z-index: 1;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight .nameBlock {
  padding-left: 1.7em;
  padding-right: 2.75em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight .nameBlock {
    padding-left: 0;
    padding-right: 1.5em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight .linkArea {
  padding-left: 1.7em;
  padding-right: 2.75em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateRight .linkArea {
    padding-right: 1.5em;
    padding-left: 0;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateLeftFb {
  width: 100%;
  padding-right: 8.125em;
  margin-top: 3em;
  padding-top: 3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateLeftFb {
    padding-right: 0;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateLeftFb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 80%;
  height: 0.3125em;
  border-top: dotted 0.3125em #136295;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateLeftFb .onsen_spot_fb {
    width: 90%;
  }
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateLeftFb .onsen_spot_fb_img {
    width: 100%;
  }
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot.stateLeftFb .onsen_spot_fb_txtBlock {
    width: 100%;
    padding-left: 1.5em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .onsen_spot_fb_img {
  width: 52.2%;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .onsen_spot_fb_txtBlock {
  width: 43.6%;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .onsen_spot_fb .nameBlock {
  padding-left: 0;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_block_spot .onsen_spot_fb .linkArea {
  padding-left: 0;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb {
    flex-direction: column;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_img {
    width: 90%;
    margin: 0 auto;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock {
  width: 49.46%;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock {
    width: 90%;
    margin: 1.5em auto 0;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .nameBlock h5 {
  font-size: 2.1875em;
  font-family: "banana";
  color: #136295;
  font-weight: 400;
  margin-top: 0em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .nameBlock .exTxt {
  font-size: 1.0625em;
  line-height: 1.6;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
  text-align: justify;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea {
  margin-top: 1.5em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea .address .icon {
  width: 1.4375em;
  margin-right: 0.2em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea .address_txt {
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea .hp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  word-break: break-all;
  margin-top: 0.3em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea .hp .icon {
  width: 1.3375em;
  margin-right: 0.3em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_spot_fb_txtBlock .linkArea .hp_txt {
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other {
  width: 100%;
  position: relative;
  padding-bottom: 18.75em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other {
    padding-bottom: 7.75em;
    margin-bottom: 2em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other_inner {
  max-width: 56.25em;
  width: 90%;
  margin: 0 auto;
  padding-top: 5.625em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other_inner {
    padding-top: 3.625em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other_title {
  font-size: 1.75em;
  line-height: 1;
  font-family: "banana";
  background-color: #136295;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0.3em 2em 0.25em;
  border-radius: 0.7857142857em;
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other_title {
    width: 60vw;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child .onsen_other_icon01 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_title_bg {
  background-color: rgba(241, 182, 0, 0.2);
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_title_nameBlock h5 {
  color: #f49d37;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_spot {
  background-color: rgba(241, 182, 0, 0.2);
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_spot_block_spot .nameBlock h5 {
  color: #f49d37;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_spot_block_spot.stateRight::before {
  border-left: dotted 0.3125em #f49d37;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_spot_block_spot.stateLeftFb::before {
  border-top: dotted 0.3125em #f49d37;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_other_title {
  background-color: #f49d37;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.shizuoka .onsen_spot_fb_txtBlock h5 {
  color: #f49d37;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_title_bg {
  background-color: rgba(233, 69, 10, 0.09);
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_title_nameBlock h5 {
  color: #e9450a;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_spot {
  background-color: rgba(233, 69, 10, 0.09);
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_spot_block_spot .nameBlock h5 {
  color: #e9450a;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_spot_block_spot.stateRight::before {
  border-left: dotted 0.3125em #e9450a;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_spot_block_spot.stateLeftFb::before {
  border-top: dotted 0.3125em #e9450a;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_other_title {
  background-color: #e9450a;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.aichi .onsen_spot_fb_txtBlock h5 {
  color: #e9450a;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_title_bg {
  background-color: rgb(229, 246, 243);
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_title_nameBlock h5 {
  color: #00a484;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_spot {
  background-color: rgb(229, 246, 243);
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_spot_block_spot .nameBlock h5 {
  color: #00a484;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_spot_block_spot.stateRight::before {
  border-left: dotted 0.3125em #00a484;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_spot_block_spot.stateLeftFb::before {
  border-top: dotted 0.3125em #00a484;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_other_title {
  background-color: #00a484;
}
.onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_spot_fb_txtBlock h5 {
  color: #00a484;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .onsen .onsenContents .faqBlock_wrapper_box .qa__child.mie .onsen_spot_fb_txtBlock h5 {
    font-size: 1.9em;
  }
}
.onsen .onsenContents .faqBlock_wrapper_box.is-open .js-qa__parent {
  border-radius: 1em 1em 0 0;
}
.onsen .onsenContents .faqBlock_wrapper_box.is-open .js-qa__parent .crossBar {
  transform: translateY(-50%) rotate(135deg);
}

.spot {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .spot {
    padding-top: 0vw;
  }
}
.spot_inner {
  overflow-x: hidden;
}
.spot h3 {
  max-width: 446px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .spot h3 {
    max-width: none;
    width: 80%;
    margin-bottom: 12vw;
    padding-top: 12vw;
  }
}
.spot h3 .leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.spot h3 .leaf.leaf01 {
  width: 45.5%;
  left: -48%;
}
@media screen and (max-width: 768px) {
  .spot h3 .leaf.leaf01 {
    width: 36.5%;
    left: -11%;
    top: 38%;
  }
}
.spot h3 .leaf.leaf02 {
  width: 57.25%;
  left: 141%;
}
@media screen and (max-width: 768px) {
  .spot h3 .leaf.leaf02 {
    width: 47.25%;
    left: 109%;
    top: 33%;
  }
}
.spot .fix .parallax {
  width: 100%;
  height: 100vh;
  position: sticky;
  padding-top: 100px;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .spot .fix .parallax {
    padding-top: 12vw;
  }
}
.spot .fix .parallax_inner {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
@keyframes curtain {
  0% {
    transform-origin: top left;
    transform: scaleX(0);
  }
  49.999% {
    transform-origin: top left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: bottom right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: bottom right;
    transform: scaleX(0);
  }
}
.spot .fix .parallax01 {
  background-image: url(../img/fix_01.jpg);
}
.spot .fix .parallax02 {
  background-image: url(../img/fix_02.jpg);
}
@media screen and (max-width: 768px) {
  .spot .fix .parallax02 {
    background-image: url(../img/fix_02_sp.jpg);
    background-position: left center;
  }
}
.spot .fix .parallax03 {
  background-image: url(../img/fix_03.jpg);
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .spot .fix .parallax03 {
    background-image: url(../img/fix_03_sp.jpg);
    background-position: bottom center;
  }
}
.spot .fix .parallax04 {
  background-image: url(../img/fix_04.jpg);
}

.ban_block .ban_content .txt_box_01 {
  font-size: 24px;
  font-weight: bold;
  color: #0078cf;
}
@media screen and (max-width: 1000px) {
  .ban_block .ban_content .txt_box_01 {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .ban_block .ban_content .txt_box_01 {
    font-size: 4.5vw;
  }
}
.ban_block .ban_content .txt_box_01 .catch {
  line-height: 2;
}
.ban_block .ban_content .txt_box_01 .catch .ani_txt_02 {
  margin-top: 20px;
}

.ban_block .title_block p > span {
  position: relative;
}

.ban_block .title_block p > span .txt {
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.1s;
  transition-duration: 0s;
}

.ban_block .title_block p > span.deactive .txt {
  transition-delay: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.ban_block .title_block p > span::before,
.ban_block .title_block p > span .cover {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.ban_block .title_block p > span::before {
  background-color: #0078cf;
  z-index: -1;
}

.ban_block .title_block p > span .cover {
  z-index: 1;
}

.ban_block .title_block p > span.deactive::before,
.ban_block .title_block p > span.deactive .cover {
  transition-duration: 0s;
  transition-delay: 0s;
  height: 0%;
}

.ban_block .title_block p > span .cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #0078cf;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
}

.ban_block .title_block p > span.deactive .cover::before {
  transition-duration: 0s;
  transition-delay: 0s;
  height: 100%;
}

.ban_block .txt_box_01 .catch > span {
  position: relative;
}

.ban_block .txt_box_01 .catch > span .txt {
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.7s;
  transition-duration: 0s;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .ban_block .txt_box_01 .catch > span .txt {
    padding: 0 1vw;
  }
}

.ban_block .txt_box_01 .catch > span.deactive .txt {
  transition-delay: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.ban_block .txt_box_01 .catch > span::before,
.ban_block .txt_box_01 .catch > span .cover {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.ban_block .txt_box_01 .catch > span::before {
  background-color: #0078cf;
  z-index: -1;
}

.ban_block .txt_box_01 .catch > span .cover {
  z-index: 1;
  background-color: #fff;
}

.ban_block .txt_box_01 .catch > span.deactive::before,
.ban_block .txt_box_01 .catch > span.deactive .cover {
  transition-duration: 0s;
  transition-delay: 0s;
  width: 0%;
}

.ban_block .txt_box_01 .catch > span .cover::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0078cf;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.7s;
}

.ban_block .txt_box_01 .catch > span.deactive .cover::before {
  transition-duration: 0s;
  transition-delay: 0s;
  width: 100%;
}

.tableBlock {
  padding: 150px 0 130px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .tableBlock {
    padding: 18vw 0;
  }
}
.tableBlock h3 {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tableBlock h3 {
    max-width: none;
    width: 68%;
  }
}
.tableBlock .snoway {
  text-align: center;
  color: #0078cf;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .tableBlock .snoway {
    font-size: 3.5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
.tableBlock_inner {
  max-width: 980px;
  width: 90%;
  margin: 40px auto 0;
  padding: 50px 0 55px;
  border-radius: 30px;
  background-color: #dff2fc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner {
    margin-top: 14vw;
    padding: 5vw 0 8vw;
    border-radius: 15px;
    width: 92%;
    background-color: transparent;
    padding: 0;
  }
}
.tableBlock_inner .tree01 {
  position: absolute;
  z-index: -1;
  width: 14%;
  left: 3%;
  top: -82px;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .tree01 {
    left: 5vw;
    top: -10vw;
    width: 17vw;
  }
}
.tableBlock_inner .tree02 {
  position: absolute;
  z-index: -1;
  width: 11.8%;
  right: 3%;
  top: -93px;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .tree02 {
    top: -10.5vw;
    width: 13vw;
    right: 5vw;
  }
}
.tableBlock_inner .redLeaf {
  position: absolute;
  z-index: -1;
}
.tableBlock_inner .redLeaf.red01 {
  width: 21.5%;
  top: 3%;
  left: -20%;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .redLeaf.red01 {
    width: 21.5%;
    top: -3%;
    left: -8%;
  }
}
.tableBlock_inner .redLeaf.red02 {
  width: 18.36%;
  top: 47%;
  left: -24%;
}
.tableBlock_inner .redLeaf.red03 {
  width: 17%;
  top: -6%;
  right: -20%;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner .redLeaf.red03 {
    width: 17%;
    top: -3%;
    right: -5%;
  }
}
.tableBlock_inner .redLeaf.red04 {
  width: 17%;
  top: 60%;
  right: -20%;
}
.tableBlock_pre:nth-of-type(n + 2) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .tableBlock_pre:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .tableBlock_pre {
    background-color: #dff2fc;
    border-radius: 15px;
    padding: 5vw 0 8vw;
  }
}
.tableBlock_pre h4 {
  text-align: center;
  color: #0078cf;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .tableBlock_pre h4 {
    font-size: 6vw;
  }
}
.tableBlock_pre .pre {
  width: 87.5%;
  margin: 15px auto 0;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
}
.tableBlock_pre .pre td,
.tableBlock_pre .pre th {
  border-collapse: collapse;
  background-color: #fff0de;
}
.tableBlock_pre .pre td {
  padding: 16px 0;
  background-image: linear-gradient(to bottom, #0078cf 3px, transparent 3px);
  background-size: 3px 8px;
  background-repeat: repeat-y;
  background-position: top right;
  font-size: 14px;
}
.tableBlock_pre .pre td:first-child {
  letter-spacing: 0.05em;
}
.tableBlock_pre .pre td:last-child {
  background-image: none;
}
.tableBlock_pre .pre td a {
  color: #000;
}
.tableBlock_pre .pre td a:hover {
  text-decoration: underline;
}
.tableBlock_pre .pre table {
  border: #0078cf 4px solid;
  border-radius: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.tableBlock_pre .pre table tr {
  margin-top: -2px;
}
.tableBlock_pre .pre table tr:first-child td:first-child {
  border-radius: 23px 0 0 0;
}
.tableBlock_pre .pre table tr:first-child td:last-child {
  border-radius: 0 23px 0 0;
}
.tableBlock_pre .pre table tr:last-child td:first-child {
  border-radius: 0 0 0 27px;
}
.tableBlock_pre .pre table tr:last-child td:last-child {
  border-radius: 0 0 27px 0;
}
.tableBlock_pre .pre table tr:nth-child(2n) td {
  background-color: #fff;
}
.tableBlock_pre .pre .topBar {
  color: #fff;
  font-weight: bold;
}
.tableBlock_pre .pre .topBar td {
  padding: 10px 0;
  background-color: #0078cf;
  background-image: linear-gradient(to bottom, #fff 3px, transparent 3px);
  background-size: 3px 8px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .tableBlock_pre .pre .topBar td {
    line-height: 1.2;
  }
}
.tableBlock_pre .pre .topBar td:first-child {
  width: 30%;
}
.tableBlock_pre .pre .topBar td:nth-child(n+2) {
  width: 14%;
}
.tableBlock_pre .pre .topBar td:last-child {
  background-image: none;
}
.tableBlock_pre .pre .topBar td span {
  font-size: 14px;
}
.tableBlock_pre .pre_sp {
  width: 92%;
  margin: 6vw auto 0;
}
.tableBlock_pre .pre_sp_box:nth-of-type(n + 2) {
  margin-top: 7vw;
}
.tableBlock_pre .pre_sp_box a {
  display: block;
}
.tableBlock_pre .pre_sp_box a .name {
  padding: 0.5vw 0 0.5vw 2vw;
  background: linear-gradient(90deg, rgb(0, 120, 207) 0%, rgb(0, 120, 207) 77%, rgba(0, 120, 207, 0) 100%);
}
.tableBlock_pre .pre_sp_box a .name p {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
}
.tableBlock_pre .pre_sp_box a p {
  font-size: 3.8vw;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 1vw;
  font-weight: 500;
  padding-left: 0.5vw;
}
.tableBlock_pre .pre_sp_box a p span {
  color: #0078cf;
}
.tableBlock_note {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tableBlock_note {
    font-size: 10px;
    margin-top: 3vw;
  }
}
.tableBlock .eventInfo {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .tableBlock .eventInfo {
    margin-top: 18vw;
  }
}
.tableBlock .eventInfo h4 {
  max-width: 712px;
  width: 90%;
  margin: 0 auto;
}
.tableBlock .eventInfo_btn {
  max-width: 400px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .tableBlock .eventInfo_btn {
    max-width: none;
    width: 80%;
    margin-top: 5vw;
  }
}
.tableBlock .eventInfo_btn a {
  display: inline-block;
}

.snsArea {
  color: #000;
}

.info {
  background: #000;
  color: #fff;
  padding-block: 6.063em;
}
@media screen and (max-width: 768px) {
  .info {
    padding-block: 12.8205vw;
  }
}
@media screen and (max-width: 768px) {
  .info .inner {
    width: 89.6666%;
  }
}
.info h2 {
  text-align: center;
  position: relative;
  font-size: 1.75em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .info h2 {
    font-size: 7.17948vw;
  }
}
.info_title {
  text-align: center;
  font-weight: 600;
  font-size: 2.875em;
  margin-top: 1.043em;
}
@media screen and (max-width: 768px) {
  .info_title {
    font-size: 8.717948vw;
    margin-top: 8.974358vw;
    letter-spacing: -0.01em;
  }
}
.info_tire_area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.188em;
       column-gap: 2.188em;
}
@media screen and (max-width: 768px) {
  .info_tire_area {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.info .tire_movie {
  max-width: 50em;
  width: 100%;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 768px) {
  .info .tire_movie {
    margin-top: 10vw;
  }
}
.info .tire_movie_iframe {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}
.info .tire_movie_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_logo {
  text-align: center;
  width: 21.875em;
}
@media screen and (max-width: 768px) {
  .info_logo {
    width: inherit;
  }
}
.info_logo figcaption {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .info_logo figcaption {
    font-size: 3.07692vw;
    letter-spacing: 0.01em;
    line-height: 2;
    margin-top: 2.05128vw;
  }
}
.info_tire {
  opacity: 0;
  width: 20em;
}
@media screen and (max-width: 768px) {
  .info_tire {
    margin-block: 4.102564vw;
    width: inherit;
  }
}
.info_txt01 {
  text-align: center;
  line-height: 1.45454;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 1.375em;
}
@media screen and (max-width: 768px) {
  .info_txt01 {
    font-size: 5.641025vw;
    letter-spacing: -0.08em;
  }
}
.info_txt02 {
  text-align: center;
  line-height: 1.45454;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.375em;
  margin-top: 0.773em;
}
@media screen and (max-width: 768px) {
  .info_txt02 {
    font-size: 5.641025vw;
    margin-top: 4.358974vw;
  }
}
.info_txt03 {
  text-align: center;
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .info_txt03 {
    margin-top: 7em;
  }
}
.info_txt03_teriary {
  margin-top: 2.688em;
}
@media screen and (max-width: 768px) {
  .info_txt03_teriary {
    margin-top: 5.128205vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info_txt03 {
    text-align: left;
    font-size: 4.102564vw;
    margin-top: 5.128205vw;
    line-height: 1.625;
    letter-spacing: -0.047em;
  }
}
.info_txt03 em {
  font-weight: bold;
  font-style: normal;
  line-height: 1.1818;
}
.info_txt03_secondary {
  text-align: center;
  position: relative;
  width: 22.75em;
  margin-inline: auto;
  margin-top: 1.5em;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .info_txt03_secondary {
    width: 100%;
    margin-top: 5.128205vw;
  }
}
.info_txt03_secondary::before {
  position: absolute;
  background-image: url(../img/tire/white_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  content: "";
  width: 1.5em;
  height: 3.563em;
}
@media screen and (max-width: 768px) {
  .info_txt03_secondary::before {
    width: 6.153846vw;
    height: 14.61538vw;
  }
}
.info_txt03_secondary::after {
  position: absolute;
  background-image: url(../img/tire/white_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateY(180deg);
  bottom: 0;
  right: 0;
  content: "";
  width: 1.5em;
  height: 3.563em;
}
@media screen and (max-width: 768px) {
  .info_txt03_secondary::after {
    width: 6.153846vw;
    height: 14.61538vw;
  }
}
.info_strong {
  font-weight: bold;
  font-style: normal;
  font-size: 1.375em;
}
@media screen and (max-width: 768px) {
  .info_strong {
    font-size: 5.64102vw;
  }
}
.info_season {
  display: flex;
  width: 62.5em;
  margin-inline: auto;
  margin-top: 1.875em;
}
@media screen and (max-width: 768px) {
  .info_season {
    width: 100%;
  }
}
.info_season_list {
  width: 25%;
  opacity: 0;
}
.info_btn_margin {
  margin-top: 1.875em;
}
@media screen and (max-width: 768px) {
  .info_btn_margin {
    margin-top: 2.05128vw;
  }
}

.floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating li {
  width: 60px;
  transition-duration: 0.3s;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .floating li {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .floating li {
    width: auto;
  }
}
.floating li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .floating li:nth-of-type(n + 2) {
    margin-top: 0vw;
  }
}
.floating li a {
  display: block;
}
.floating li:hover a {
  opacity: 0.6;
}

.floating2.lineCam {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 40px;
  width: 350px;
  transform: none;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating2.lineCam {
    bottom: 10vw;
    transform: none;
    width: 54%;
  }
}
.floating2.lineCam.is-active {
  opacity: 1;
}

.btn {
  position: relative;
  color: #fff;
  background: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 14.583em;
  font-size: 1.5em;
  min-height: 2.417em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .btn {
    min-height: 14.87179vw;
    width: 100%;
    max-width: inherit;
    font-size: 6.153846vw;
  }
}
.btn_secondary {
  background: #ef762f;
}
@media screen and (max-width: 768px) {
  .btn_secondary {
    margin-top: 2.05128vw;
  }
}
.btn_teriary {
  background: #1ec0f7;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .btn_teriary {
    margin-top: 5.128205vw;
  }
}
.btn_quaternary {
  font-size: 1.361em;
}
@media screen and (max-width: 768px) {
  .btn_quaternary {
    min-height: 14.87179vw;
    width: 100%;
    max-width: inherit;
    font-size: 6.153846vw;
  }
}
.btn_quantity {
  font-size: 1.2em;
  max-width: 18.229em;
  min-height: 3.021em;
}
@media screen and (max-width: 768px) {
  .btn_quantity {
    min-height: 14.87179vw;
    width: 100%;
    max-width: inherit;
    font-size: 5.128205vw;
    margin-top: 10.05128vw;
  }
}
.btn::after {
  position: absolute;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  content: "";
}

.mv2025 {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .mv2025 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mv2025 {
    font-size: 3.2vw;
  }
}
.mv2025_block {
  position: relative;
}
.mv2025_block_slideArea {
  height: 30em;
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mv2025_block_slideArea {
    flex-direction: column;
  }
}
.mv2025_block_slideArea_item {
  width: 50%;
  position: relative;
  background-color: #da5640;
}
@media screen and (max-width: 768px) {
  .mv2025_block_slideArea_item {
    width: 100%;
    height: 15em;
  }
}
.mv2025_block_slideArea_item.winter {
  background-color: #6abff5;
}
.mv2025_block_slideArea_item_icon {
  width: 96%;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.mv2025_block_slideArea_item_icon.iconBottom {
  top: auto;
  bottom: 3%;
}
.mv2025_block_slideArea_item_slideBlock {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mv2025_block_slideArea_item_slideBlock .splide__slide {
  width: 17em !important;
}
@media screen and (max-width: 768px) {
  .mv2025_block_slideArea_item_slideBlock .splide__slide {
    width: 8em !important;
  }
}
.mv2025_block_mvTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 34.5em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv2025_block_mvTitle {
    width: 27.5em;
  }
}
.mv2025_tabBlock {
  display: flex;
}
@media screen and (max-width: 768px) {
  .mv2025_tabBlock {
    flex-direction: column;
  }
}
.mv2025_tabBlock_item {
  width: 50%;
  height: 16.75em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv2025_tabBlock_item {
    width: 100%;
    height: 13.75em;
  }
}
.mv2025_tabBlock_item:first-child {
  background-color: #f4cdc6;
}
.mv2025_tabBlock_item:first-child h3 {
  width: 18.5625em;
  margin: 0 auto;
}
.mv2025_tabBlock_item:last-child {
  background-color: #d3ecfc;
}
.mv2025_tabBlock_item:last-child h3 {
  width: 21em;
  margin: 0 auto;
}
.mv2025_tabBlock_item h3 {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .mv2025_tabBlock_item h3 {
    padding-top: 0;
  }
}
.mv2025_tabBlock_item_btn {
  width: 20.125em;
  margin-inline: auto;
  margin-top: 1.5em;
}
.mv2025_tabBlock_item_btn a {
  color: #fff;
  border-radius: 5.625em;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em 0;
  border: 0.3em solid #fff;
  background-color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}
.mv2025_tabBlock_item_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.5s ease;
  z-index: 1;
}
.mv2025_tabBlock_item_btn a::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 3%;
  width: 0.6em;
  height: 0.6em;
  border-right: 0.15em solid #fff;
  border-bottom: 0.15em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 1.25em;
  z-index: 2;
  transition: left 0.5s ease;
}
.mv2025_tabBlock_item_btn a.autumn {
  color: #da5640;
  border: 0.3em solid #da5640;
}
.mv2025_tabBlock_item_btn a.autumn:hover {
  color: #fff;
  background-color: #da5640;
}
.mv2025_tabBlock_item_btn a.autumn:hover::before {
  border-right-color: #da5640;
  border-bottom-color: #da5640;
}
.mv2025_tabBlock_item_btn a.autumn::after {
  background-color: #da5640;
}
.mv2025_tabBlock_item_btn a.winter {
  color: #6abff5;
  border: 0.3em solid #6abff5;
}
.mv2025_tabBlock_item_btn a.winter:hover {
  color: #fff;
  background-color: #6abff5;
}
.mv2025_tabBlock_item_btn a.winter:hover::before {
  border-right-color: #6abff5;
  border-bottom-color: #6abff5;
}
.mv2025_tabBlock_item_btn a.winter::after {
  background-color: #6abff5;
}
.mv2025_tabBlock_item_btn a:hover {
  opacity: 1;
}
.mv2025_tabBlock_item_btn a:hover::after {
  left: calc(100% - 3em);
  background-color: #fff;
}
.mv2025_tabBlock_item_btn a:hover::before {
  left: calc(100% - 3em);
}
.mv2025_tabBlock_item.is-active a {
  pointer-events: none;
}
.mv2025_tabBlock_item.is-active a.winter {
  color: #fff;
  background-color: #6abff5;
}
.mv2025_tabBlock_item.is-active a.winter::before {
  border-right-color: #6abff5;
  border-bottom-color: #6abff5;
}
.mv2025_tabBlock_item.is-active a::after {
  left: calc(100% - 3em);
  background-color: #fff;
}
.mv2025_tabBlock_item.is-active a::before {
  left: calc(100% - 3em);
}
.mv2025_mvBgArea {
  width: 100%;
  height: 25em;
}
@media screen and (max-width: 768px) {
  .mv2025_mvBgArea {
    height: 17em;
  }
}
.mv2025_mvBgArea.winterBg {
  background-color: #d3ecfc;
}

.mv2025Contents {
  font-size: 16px;
  position: relative;
  z-index: 2;
  background-color: #d0eeff;
  padding-bottom: 6.5em;
  margin-bottom: 15em;
}
@media screen and (max-width: 1000px) {
  .mv2025Contents {
    font-size: 1.5vw;
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 768px) {
  .mv2025Contents {
    font-size: 3.2vw;
    padding-bottom: 4.5em;
    margin-bottom: 6em;
  }
}
.mv2025Contents_inner {
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mv2025Contents_mvTtl {
  position: absolute;
  z-index: 3;
  margin-top: -12em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_mvTtl {
    margin-top: -9.25em;
  }
}
.mv2025Contents_bgGrade {
  width: 100%;
  height: 43.75em;
  background: #3695df;
  background: linear-gradient(180deg, rgb(54, 149, 223) 0%, rgb(208, 238, 255) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv2025Contents_lead {
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 26em;
  padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_lead {
    padding-top: 24em;
  }
}
.mv2025Contents_lead_txt {
  font-size: 1.25em;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #1c4f70;
}
.mv2025Contents_lead_txt span {
  position: relative;
  background: linear-gradient(180deg, transparent 70%, rgba(255, 170, 0, 0.5) 0%);
}
.mv2025Contents_lead_icon {
  position: absolute;
  bottom: 11em;
  left: 0;
  width: 11.125em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_lead_icon {
    bottom: 31em;
  }
}
.mv2025Contents_lead_icon.icon02 {
  bottom: 12em;
  left: auto;
  right: 0;
  width: 8.25em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_lead_icon.icon02 {
    bottom: 29em;
  }
}
.mv2025Contents_lead_icon.icon03 {
  bottom: 0em;
  left: auto;
  right: 5%;
  width: 8em;
}
.mv2025Contents_mvTtl02 {
  width: 26.375em;
  margin-inline: auto;
  margin-top: 4em;
}
.mv2025Contents_tabArea {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
  margin-top: 0em;
  position: relative;
  z-index: 2;
}
.mv2025Contents_tabArea .cityTokai_tabArea {
  max-width: 53.875em;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 2;
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_tabArea {
    font-size: 2.5vw;
  }
}
.mv2025Contents_tabArea .cityTokai_tabArea_item {
  width: 47.6%;
  background-color: #fff;
  border-radius: 2.3em;
  padding-bottom: 1.2em;
  box-shadow: 0em 0em 0em 0em #154f88;
  transform: translate(0, 0);
  transition-duration: 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background-color: #154f88;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item::before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1.875em solid #154f88;
  z-index: 1;
  opacity: 0;
  transition-duration: 0.3s;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_city {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2em;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_city span {
  width: 1em;
  margin-right: 0.8em;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_city h3 {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_tabArea_item_city h3 {
    height: 2.2em;
  }
  .mv2025Contents_tabArea .cityTokai_tabArea_item_city h3 img {
    height: 100%;
  }
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_change {
  text-align: center;
  margin-top: 1.2em;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_change_btn {
  background-color: #fff;
  border: 0.125em solid #fff;
  border-radius: 5em;
  width: 90%;
  padding: 0.3em 1em;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  font-family: "MOBO-b";
  color: #154f88;
  position: relative;
  transition-duration: 0.3s;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item_change_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.4em solid #154f88;
  z-index: 2;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item.is-active {
  box-shadow: 0.1em 0.1em 0px 0.35em #154f88;
  transform: translate(-0.125em, -0.125em);
}
.mv2025Contents_tabArea .cityTokai_tabArea_item.is-active::before {
  opacity: 1;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item.is-active .cityTokai_tabArea_item_change_btn {
  border: 0.125em solid #fff;
  color: #fff;
  background-color: #154f88;
  padding: 0.175em 1em;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item:nth-of-type(2) {
  box-shadow: 0em 0em 0em 0em #ffaa00;
  background-color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item:nth-of-type(2)::before {
  border-top-color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item:nth-of-type(2) .cityTokai_tabArea_item_change_btn {
  background-color: #fff;
  color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item:nth-of-type(2) .cityTokai_tabArea_item_change_btn::after {
  border-top-color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item:nth-of-type(2).is-active {
  box-shadow: 0.1em 0.1em 0px 0.35em #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_tabArea_item:nth-of-type(2).is-active .cityTokai_tabArea_item_change_btn {
  border: 0.125em solid #fff;
  color: #fff;
  background-color: #ffaa00;
  padding: 0.175em 1em;
}
.mv2025Contents_tabArea .cityTokai_exArea {
  margin-top: 2.5em;
  position: relative;
  min-height: 600px;
  transition: height 0.3s ease;
}
.mv2025Contents_tabArea .cityTokai_exArea_item {
  background-color: #fff;
  border-radius: 1.5625em;
  padding-block: 0em 5em;
  box-shadow: 0.125em 0.125em 0em 0.25em #154f88;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item {
    padding-bottom: 6em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea {
  background-color: #154f88;
  padding-block: 3em 2em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea {
    padding-block: 1.5em 1.2em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea_wrap {
  max-width: 47.8125em;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea_wrap {
    flex-wrap: wrap;
    -moz-column-gap: 1.4em;
         column-gap: 1.4em;
    row-gap: 0.8em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea a {
    width: 36%;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_anchorArea + .cityTokai_exArea_item_prefBlock {
  margin-top: 0;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock {
    padding-top: 2em;
    margin-top: 2em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_ttl {
  text-align: center;
  padding-block: 1.5em;
  background-color: rgba(21, 79, 136, 0.1);
  width: 100%;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_ttl h4 {
  width: 6.5625em;
  margin-inline: auto;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_ttl h4 img {
  width: 100%;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spotWrap {
  max-width: 50em;
  width: 90%;
  margin-inline: auto;
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spotWrap {
    margin-top: 2em;
    flex-wrap: wrap;
    row-gap: 3em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot {
    width: 100%;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_name {
  margin-top: 0.8em;
  position: relative;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_name .yoyakuIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.9375em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_name .yoyakuIcon {
    top: -0.9em;
    width: 7.5em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_name h5 {
  font-size: 1.625em;
  color: #154f88;
  letter-spacing: 0.02em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_name h5 span {
  font-size: 0.58em;
  letter-spacing: 0.07em;
  margin-left: 0.5em;
  font-weight: bold;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_name h5 span.front {
  margin-left: 0;
  margin-right: 0.5em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info {
  margin-top: 0.6em;
  padding-bottom: 1em;
  border-bottom: 0.1em dashed #000;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock:nth-of-type(n + 2) {
  margin-top: 0.3em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock_icon {
  width: 1.25em;
  flex-shrink: 0;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock_address {
  font-size: 0.75em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock_address {
    font-size: 0.85em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock_link a {
  font-size: 0.75em;
  letter-spacing: 0em;
  color: #000;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock_link a:hover {
  text-decoration: none;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_info .infoBlock_link a.ss {
  font-size: 0.625em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_txtBlock {
  margin-top: 1em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_txtBlock p {
  font-size: 0.875em;
  letter-spacing: -0.02em;
  line-height: 1.8;
  text-align: justify;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_txtBlock .txtBlock_info {
  margin-top: 1em;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_txtBlock .txtBlock_info_txt {
  font-size: 0.75em;
  line-height: 1.75;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot_txtBlock .txtBlock_info_txt span {
  color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot.w100 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot.w100 {
    flex-direction: column;
    row-gap: 1em;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot.w100 .w50 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot.w100 .w50 {
    width: 100%;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item_prefBlock_spot.w100 .w50 .cityTokai_exArea_item_prefBlock_spot_name {
  margin-top: 0;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_backBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #154f88;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 1.2em;
  border-radius: 1em 1em 0 0;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv2025Contents_tabArea .cityTokai_exArea_item_backBtn {
    width: 60%;
  }
}
.mv2025Contents_tabArea .cityTokai_exArea_item.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv2025Contents_tabArea .cityTokai_exArea_item_name {
  text-align: center;
}
.mv2025Contents_tabArea .cityTokai_exArea_item:nth-of-type(2) {
  box-shadow: 0.125em 0.125em 0em 0.25em #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_exArea_item:nth-of-type(2) .cityTokai_exArea_item_anchorArea {
  background-color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_exArea_item:nth-of-type(2) .cityTokai_exArea_item_prefBlock_ttl {
  background-color: rgba(255, 170, 0, 0.1);
}
.mv2025Contents_tabArea .cityTokai_exArea_item:nth-of-type(2) .cityTokai_exArea_item_prefBlock_spot_name h5 {
  color: #ffaa00;
}
.mv2025Contents_tabArea .cityTokai_exArea_item:nth-of-type(2) .cityTokai_exArea_item_backBtn {
  background-color: #ffaa00;
}
.mv2025Contents .waveBg {
  position: absolute;
  bottom: -5.5em;
  left: 0;
  width: 100%;
  height: 5.875em;
  z-index: 1;
}
.mv2025Contents .waveBg svg {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes lightA {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(1.4);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeAndTranslate_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeAndTranslate_right {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAndTranslate_fromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}

.animate-on-appear03 {
  animation: fadeAndTranslate_fromRight 2s ease forwards;
}

.animate-on-appear_light {
  animation: lightA 0.5s linear forwards;
}

.animate-on-appear_scale {
  animation: fadeAndTranslate_scale 1s ease-in-out forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.3s ease forwards;
}

.animate-on-appear_right {
  animation: fadeAndTranslate_right 1s ease forwards;
}/*# sourceMappingURL=style_lp.css.map */