@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: unset;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3c3c3c;
  overflow: visible;
  background-image: url("../images/bg-sp.png");
}

@media (min-width: 768px) {
  body {
    background-image: url("../images/bg.png");
  }
}
img {
  vertical-align: bottom;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  background-color: #000;
}

@media (min-width: 768px) {
  .header {
    height: 110px;
  }
}
.main {
  padding-top: 133px;
}

.main__contents {
  padding-top: min(139.7333333333vw, 1048px);
}

@media (min-width: 768px) {
  .main {
    padding-top: 200px;
  }
}
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sub-header {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 69px;
  overflow: hidden;
  padding-top: 16px;
  background-color: #efefef;
}

@media (min-width: 768px) {
  .sub-header {
    top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    padding-top: 0;
  }
}
.sub-header__logo {
  width: 160px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .sub-header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 336px;
    margin-left: 56px;
  }
}
.sub-header__logo img {
  width: 100%;
}

.sub-header__nav {
  width: 100%;
  overflow-x: auto;
}

.sub-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px 13px;
  margin-top: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .sub-header__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sub-header__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.36;
}

.sub-header__item + .sub-header__item {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #b4b4b4;
}

.sub-header__item:last-child {
  padding-right: 20px;
}

.sub-header__item__link {
  display: block;
  font-size: 11px;
  color: #3c3c3c;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sub-header__item__link {
    font-size: 14px;
  }
}
.main-visual {
  width: min(100vw, 750px);
  position: fixed;
  height: calc(100% - 133px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .main-visual {
    height: calc(100% - 200px);
    width: 100%;
    overflow: hidden;
  }
}
.main-visual::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/*
.main-visual.fadeOut::after {
  opacity: 0.93;
  transition: opacity 1s ease;
}
*/
.main-visual__container {
  position: fixed;
  top: 133px;
  left: 0;
  width: 100%;
  height: calc(100% - 133px);
}

@media (min-width: 768px) {
  .main-visual__container {
    top: 200px;
    height: calc(100% - 200px);
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .main-visual__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1760px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-visual__text {
  width: min(56.9333333333vw, 427px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .main-visual__text {
    width: min(44.1666666667vw, 530px);
    top: 0;
    bottom: auto;
  }
}
.main-visual__text img {
  width: 100%;
}

.main-visual__title {
  width: min(115.7333333333vw, 868px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .main-visual__title {
    width: min(73.1666666667vw, 878px);
  }
}
.main-visual__title img {
  width: 100%;
}

.message {
  padding-top: min(21.0666666667vw, 158px);
  padding-bottom: min(19.4666666667vw, 146px);
}

.message__paragraph {
  font-size: min(3.4666666667vw, 26px);
  line-height: 1.9230769231;
  text-align: center;
}

@media (min-width: 768px) {
  .message__paragraph {
    font-size: min(1.5vw, 18px);
  }
  .message__paragraph br {
    display: none;
  }
}
.message__paragraph + .message__paragraph {
  margin-top: 1.5em;
}

.recommend {
  padding-top: min(16vw, 120px);
  padding-bottom: min(19.3333333333vw, 145px);
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
}

@media (min-width: 768px) {
  .recommend {
    padding-top: min(7.0833333333vw, 85px);
    padding-bottom: min(20.8333333333vw, 250px);
    background-image: url("../images/bg.png");
  }
}
.recommend__box {
  width: min(93.3333333333vw, 700px);
  height: min(93.3333333333vw, 700px);
  padding-top: min(10.9333333333vw, 82px);
  margin: 0 auto;
  background-image: url("../images/bg-recommend-sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recommend__box + .recommend__box {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .recommend__box {
    width: min(67.1666666667vw, 806px);
    height: min(42.1666666667vw, 506px);
    padding-top: min(7.0833333333vw, 85px);
    background-image: url("../images/bg-recommend.svg");
  }
  .recommend__box + .recommend__box {
    margin-top: 60px;
  }
}
.recommend__title {
  padding-bottom: min(8vw, 60px);
  font-size: min(4.4vw, 33px);
  position: relative;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .recommend__title {
    padding-bottom: min(3.6666666667vw, 44px);
    font-size: min(1.8333333333vw, 22px);
  }
}
.recommend__title::after {
  width: min(13.3333333333vw, 100px);
  height: min(3.3333333333vw, 25px);
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-image: url("../images/img-star-three.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .recommend__title::after {
    width: min(6.5vw, 78px);
    height: min(1.6666666667vw, 20px);
  }
}
.recommend__list {
  padding-left: min(8vw, 60px);
  margin-top: min(5.6vw, 42px);
}

.rec_txt01 {
  text-align: center;
  font-size: 2.6vw;
  line-height: 200%;
  margin-top: -3vw;
}
.rec_txt01 span {
  font-weight: bold;
}

@media (min-width: 768px) {
  .rec_txt01 {
    text-align: center;
    font-size: min(1.4vw, 17px);
    line-height: 225%;
    margin-top: 0;
  }
  .rec_txt01 span {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .recommend__list {
    padding-left: min(15.25vw, 183px);
    margin-top: min(4.8333333333vw, 58px);
  }
}
.recommend__list__item {
  padding-left: min(7.3333333333vw, 55px);
  font-size: min(3.4666666667vw, 26px);
  position: relative;
  line-height: 1.7307692308;
}

.recommend__list__item:nth-child(1) .recommend__list__itemIcon {
  -webkit-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
}

.recommend__list__item:nth-child(2) .recommend__list__itemIcon {
  -webkit-transition: opacity 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s;
}

.recommend__list__item:nth-child(3) .recommend__list__itemIcon {
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
}

.recommend__list__item:nth-child(4) .recommend__list__itemIcon {
  -webkit-transition: opacity 0.5s ease 2.5s;
  transition: opacity 0.5s ease 2.5s;
}

@media (min-width: 768px) {
  .recommend__list__item {
    font-size: min(1.5vw, 18px);
  }
  .recommend__list__item:nth-child(2) br, .recommend__list__item:nth-child(3) br {
    display: none;
  }
}
.recommend__list__itemIcon {
  top: min(0.2666666667vw, 2px);
  left: min(0.2666666667vw, 2px);
  width: min(4.5333333333vw, 34px);
  height: min(3.3333333333vw, 25px);
  position: absolute;
  z-index: 2;
  opacity: 0;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.recommend__box.show .recommend__list__itemIcon {
  opacity: 1;
}

@media (min-width: 768px) {
  .recommend__list__itemIcon {
    top: min(0.25vw, 3px);
    left: min(1.5vw, 18px);
    width: min(2vw, 24px);
    height: min(1.5vw, 18px);
  }
}
.recommend__list__item::before {
  top: min(1.4666666667vw, 11px);
  left: min(0.5333333333vw, 4px);
  width: min(2.6666666667vw, 20px);
  height: min(2.6666666667vw, 20px);
  border-width: min(0.2666666667vw, 2px);
  position: absolute;
  z-index: 1;
  content: "";
  border-style: solid;
  border-color: #3c3c3c;
}

@media (min-width: 768px) {
  .recommend__list__item::before {
    top: min(0.6666666667vw, 8px);
    left: min(1.6666666667vw, 20px);
    width: min(1.1666666667vw, 14px);
    height: min(1.1666666667vw, 14px);
    border-width: min(0.0833333333vw, 1px);
  }
}
.recommend__list__item + .recommend__list__item {
  margin-top: 1em;
}

.step {
  position: relative;
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
}

@media (min-width: 768px) {
  .step {
    background-image: url("../images/bg.png");
  }
}
.step__container {
  padding-top: min(13.3333333333vw, 100px);
  background-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .step__container {
    padding-top: min(5vw, 60px);
    padding-bottom: min(1.25vw, 15px);
  }
}
.step__container::before {
  height: min(12vw, 90px);
  top: max(-12vw, -90px);
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.12);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

@media (min-width: 768px) {
  .step__container::before {
    height: min(15.4166666667vw, 185px);
    top: max(-15.4166666667vw, -185px);
  }
}
.step__container::after {
  height: min(12vw, 90px);
  bottom: max(-12vw, -90px);
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.12);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media (min-width: 768px) {
  .step__container::after {
    height: min(15.4166666667vw, 185px);
    bottom: max(-15.4166666667vw, -185px);
  }
}
@media (min-width: 768px) {
  .step__header {
    width: min(86.6666666667vw, 1040px);
    padding-left: min(3.3333333333vw, 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.step__title {
  width: min(77.8666666667vw, 584px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .step__title {
    width: min(34.5833333333vw, 415px);
    margin: 0;
  }
}
.step__title img {
  width: 100%;
}

.step__subtitle {
  width: min(77.8666666667vw, 584px);
  margin-top: min(5.6vw, 42px);
  font-size: min(5.0666666667vw, 38px);
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  color: #000;
  text-align: right;
}

@media (min-width: 768px) {
  .step__subtitle {
    width: min(34.5833333333vw, 415px);
    font-size: min(2.3333333333vw, 28px);
    margin-right: 0;
    margin-left: 0;
  }
}
.step__subtitle::before {
  width: min(46.9333333333vw, 352px);
  height: min(0.5333333333vw, 4px);
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: #000;
}

@media (min-width: 768px) {
  .step__subtitle::before {
    width: min(20.8333333333vw, 250px);
    height: min(0.3333333333vw, 4px);
  }
}
.step__subtitle .date {
  font-size: 1.1em;
}

.step__subtitle .unit {
  font-size: 0.9em;
}

.step__body {
  margin-top: min(12vw, 90px);
}

@media (min-width: 768px) {
  .step__body {
    margin-top: 0;
  }
}
.step__list {
  width: min(93.3333333333vw, 700px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .step__list {
    width: min(86.6666666667vw, 1040px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.step__list__item {
  width: min(93.3333333333vw, 700px);
}

@media (min-width: 768px) {
  .step__list__item.step01 {
    width: min(43.3333333333vw, 520px);
    margin-top: max(-4.6666666667vw, -56px);
    margin-left: min(43.3333333333vw, 520px);
  }
}
.step__list__item.step02 {
  margin-top: max(-5.8666666667vw, -44px);
}

@media (min-width: 768px) {
  .step__list__item.step02 {
    width: min(43.6666666667vw, 524px);
    margin-top: max(-10.4166666667vw, -125px);
  }
}
.step__list__item.step03 {
  margin-top: max(-6vw, -45px);
}

@media (min-width: 768px) {
  .step__list__item.step03 {
    width: min(40.25vw, 483px);
    margin-top: min(4.1666666667vw, 50px);
    margin-left: max(-0.5833333333vw, -7px);
  }
}
.step__list__item.step04 {
  margin-top: min(3.3333333333vw, 25px);
}

@media (min-width: 768px) {
  .step__list__item.step04 {
    width: min(38.5833333333vw, 463px);
    margin-top: max(-12.5vw, -150px);
    margin-left: min(3.3333333333vw, 40px);
  }
}
.step__list__item.step05 {
  margin-top: max(-5.8666666667vw, -44px);
}

@media (min-width: 768px) {
  .step__list__item.step05 {
    width: min(44.5vw, 534px);
    margin-top: min(4.1666666667vw, 50px);
    margin-left: max(-0.5833333333vw, -7px);
  }
}
.step__list__item.step06 {
  margin-top: max(-6vw, -45px);
}

@media (min-width: 768px) {
  .step__list__item.step06 {
    width: min(41.8333333333vw, 502px);
    margin-top: max(-8.3333333333vw, -100px);
    margin-left: max(-0.25vw, -3px);
  }
}
.step__list__item.step07 {
  margin-top: min(3.3333333333vw, 25px);
}

@media (min-width: 768px) {
  .step__list__item.step07 {
    width: min(42.75vw, 513px);
    margin-top: min(4.1666666667vw, 50px);
    margin-left: min(1.4166666667vw, 17px);
  }
}
.step__list__item.step08 {
  margin-top: max(-0.5333333333vw, -4px);
}

@media (min-width: 768px) {
  .step__list__item.step08 {
    width: min(83.3333333333vw, 1000px);
    margin-top: min(2.0833333333vw, 25px);
  }
}
.step__list__item.step09 {
  width: min(92.8vw, 696px);
  margin-top: max(-6.9333333333vw, -52px);
}

@media (min-width: 768px) {
  .step__list__item.step09 {
    width: min(83.3333333333vw, 1000px);
    margin-top: max(-4.5833333333vw, -55px);
    margin-left: min(3.3333333333vw, 40px);
  }
}
.step__list__itemImage {
  display: block;
}

.step__list__itemImage img {
  width: 100%;
}

.step__touring {
  width: min(100vw, 750px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .step__touring {
    width: min(86.6666666667vw, 1040px);
    margin-top: max(-3.1666666667vw, -38px);
    margin-right: auto;
    margin-left: auto;
  }
}
.step__touring__title {
  width: min(46.6666666667vw, 350px);
  padding-top: min(10.4vw, 78px);
  padding-left: min(6.6666666667vw, 50px);
  position: relative;
}

@media (min-width: 768px) {
  .step__touring__title {
    width: min(22.8333333333vw, 274px);
    padding-top: min(3.3333333333vw, 40px);
    padding-left: min(0vw, 0px);
  }
}
.step__touring__title::before {
  width: min(96.6666666667vw, 725px);
  height: min(28.2666666667vw, 212px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/bg-touring-title-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .step__touring__title::before {
    width: min(41.3333333333vw, 496px);
    height: min(12.75vw, 153px);
    left: max(-4.5833333333vw, -55px);
    background-image: url("../images/bg-touring-title.svg");
  }
}
.step__touring__title img {
  position: relative;
  z-index: 1;
}

.step__note {
  padding-top: min(5.3333333333vw, 40px);
  padding-bottom: min(13.3333333333vw, 100px);
  margin-top: min(16vw, 120px);
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.step__note::before {
  height: min(50vw, 375px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background-image: url("../images/bg-step-note-sp.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

@media (min-width: 768px) {
  .step__note::before {
    height: min(15.8333333333vw, 190px);
    background-image: url("../images/bg-step-note.svg");
  }
}
@media (min-width: 768px) {
  .step__note {
    width: min(50vw, 600px);
    padding-top: min(1.9166666667vw, 23px);
    padding-bottom: 0;
  }
}
.step__note__list {
  padding-right: min(7.3333333333vw, 55px);
  padding-left: min(7.3333333333vw, 55px);
}

@media (min-width: 768px) {
  .step__note__list {
    padding-right: min(1.6666666667vw, 20px);
    padding-left: min(1.6666666667vw, 20px);
  }
}
.step__note__list__item {
  font-size: min(3.7333333333vw, 28px);
  position: relative;
  padding-left: 2.3em;
  font-weight: bold;
  line-height: 1.5714285714;
}

@media (min-width: 768px) {
  .step__note__list__item {
    font-size: min(1.3333333333vw, 16px);
  }
}
.step__note__list__itemPre {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.9em;
}

.step__note__list__itemPre::before {
  position: absolute;
  top: -0.09em;
  left: 0;
  content: "※";
}

.step__note__image {
  width: min(93.3333333333vw, 700px);
  margin-top: min(6vw, 45px);
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .step__note__image {
    width: min(46.6666666667vw, 560px);
    margin-top: min(1.6666666667vw, 20px);
  }
}
.step__note__image img {
  width: 100%;
}

.situation {
  padding-top: min(21.3333333333vw, 160px);
  padding-bottom: min(16vw, 120px);
  width: 100%;
  overflow: hidden;
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .situation {
    padding-top: min(12.25vw, 147px);
    background-image: url("../images/bg.png");
    padding-bottom: min(16vw, 120px);
  }
}
.situation__title {
  padding-top: min(8vw, 60px);
  padding-bottom: min(8.2666666667vw, 62px);
  font-size: min(4.8vw, 36px);
  position: relative;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .situation__title {
    padding-top: min(8.3333333333vw, 100px);
    font-size: min(2.1666666667vw, 26px);
  }
}
.situation__title::after {
  width: min(8vw, 60px);
  height: min(0.5333333333vw, 4px);
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #c8d700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .situation__title::after {
    width: min(3.3333333333vw, 40px);
    height: min(0.3333333333vw, 4px);
  }
}
.situation__body {
  margin-top: min(9.8666666667vw, 74px);
  margin-right: auto;
  margin-left: auto;
}
.situation__body .swiper-area01 .swiper .swiper-wrapper,
.situation__body .swiper-area02 .swiper .swiper-wrapper,
.situation__body .swiper-area03 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.situation__body .swiper-area01 .swiper .swiper-wrapper .swiper-slide,
.situation__body .swiper-area02 .swiper .swiper-wrapper .swiper-slide,
.situation__body .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
  width: 192px;
}
.situation__body .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox,
.situation__body .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox,
.situation__body .swiper-area03 .swiper .swiper-wrapper .swiper-slide .photobox {
  width: 100%;
  height: 144px;
}
.situation__body .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img,
.situation__body .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox img,
.situation__body .swiper-area03 .swiper .swiper-wrapper .swiper-slide .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (min-width: 768px) {
  .situation__body {
    margin-top: min(4.1666666667vw, 50px);
  }
  .situation__body .swiper-area01 .swiper .swiper-wrapper,
  .situation__body .swiper-area02 .swiper .swiper-wrapper,
  .situation__body .swiper-area03 .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .situation__body .swiper-area01 .swiper .swiper-wrapper .swiper-slide,
  .situation__body .swiper-area02 .swiper .swiper-wrapper .swiper-slide,
  .situation__body .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
    width: 320px;
  }
  .situation__body .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox,
  .situation__body .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox,
  .situation__body .swiper-area03 .swiper .swiper-wrapper .swiper-slide .photobox {
    width: 100%;
    height: 240px;
  }
  .situation__body .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img,
  .situation__body .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox img,
  .situation__body .swiper-area03 .swiper .swiper-wrapper .swiper-slide .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.situation__slider .slick-list {
  padding-left: min(3.3333333333vw, 25px);
}

.situation__slider__item {
  width: min(79.7333333333vw, 598px);
  margin-right: min(4vw, 30px);
}

.situation__slider__item img {
  width: 100%;
}

.situation__slider__tools {
  bottom: max(-14.6666666667vw, -110px);
  height: min(2.6666666667vw, 20px);
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .situation__slider__tools {
    bottom: max(-5vw, -60px);
    height: min(0.6666666667vw, 8px);
  }
}
.situation__slider__prev {
  width: min(2.9333333333vw, 22px);
  height: min(5.8666666667vw, 44px);
  left: min(13.3333333333vw, 100px);
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .situation__slider__prev {
    width: min(0.75vw, 9px);
    height: min(1.5vw, 18px);
    left: min(31.1666666667vw, 374px);
  }
}
.situation__slider__next {
  width: min(2.9333333333vw, 22px);
  height: min(5.8666666667vw, 44px);
  top: max(-5.3333333333vw, -40px);
  right: min(13.3333333333vw, 100px);
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .situation__slider__next {
    width: min(0.75vw, 9px);
    height: min(1.5vw, 18px);
    right: min(31.1666666667vw, 374px);
  }
}
.situation__youtube {
  width: min(93.3333333333vw, 700px);
  margin-top: min(24.5333333333vw, 184px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .situation__youtube {
    width: min(80vw, 960px);
    margin-top: min(12.5vw, 150px);
  }
}
.situation__youtubePlay {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}

.situation__youtubePlay img {
  width: 100%;
}

.situation__more__title {
  width: min(93.3333333333vw, 700px);
  padding-bottom: min(2.6666666667vw, 20px);
  padding-left: min(4vw, 30px);
  margin-top: min(10vw, 75px);
  font-size: min(4vw, 30px);
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #c8d700;
}

@media (min-width: 768px) {
  .situation__more__title {
    width: min(66.6666666667vw, 800px);
    padding-bottom: min(1.5vw, 18px);
    padding-left: min(1.6666666667vw, 20px);
    margin-top: min(5vw, 60px);
    font-size: min(1.5vw, 18px);
    margin-right: auto;
    margin-left: auto;
  }
}
.situation__more__title::before {
  top: min(1.6vw, 12px);
  width: min(2.9333333333vw, 22px);
  height: min(2.9333333333vw, 22px);
  position: absolute;
  left: 0;
  content: "";
  background-color: #3c3c3c;
}

@media (min-width: 768px) {
  .situation__more__title::before {
    width: min(1.1666666667vw, 14px);
    height: min(1.1666666667vw, 14px);
    top: 0.4em;
  }
}
.situation__more__body {
  width: min(93.3333333333vw, 700px);
  margin-top: min(4vw, 30px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .situation__more__body {
    gap: min(2.5vw, 30px);
    width: min(66.6666666667vw, 800px);
    margin-top: min(2.5vw, 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.situation__more__image {
  border-radius: min(1.0666666667vw, 8px);
  overflow: hidden;
}

@media (min-width: 768px) {
  .situation__more__image {
    width: min(35.8333333333vw, 430px);
    border-radius: min(0.6666666667vw, 8px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.situation__more__image img {
  width: 100%;
}

.situation__more__paragraph {
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(4vw, 30px);
  font-weight: bold;
}

@media (min-width: 768px) {
  .situation__more__paragraph {
    font-size: min(1.3333333333vw, 16px);
    margin-top: 0;
  }
}
.situation__more__button {
  margin-top: min(5.3333333333vw, 40px);
}

@media (min-width: 768px) {
  .situation__more__button {
    margin-top: min(3.3333333333vw, 40px);
  }
}
.situation__more__button-link {
  width: min(66.6666666667vw, 500px);
  height: min(9.3333333333vw, 70px);
  padding-top: min(0.1333333333vw, 1px);
  padding-left: min(5.3333333333vw, 40px);
  font-size: min(3.7333333333vw, 28px);
  border-radius: min(1.6vw, 12px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
  background-color: #c8d700;
}

@media (min-width: 768px) {
  .situation__more__button-link {
    width: min(22.5vw, 270px);
    height: min(3.3333333333vw, 40px);
    padding-left: min(1.9166666667vw, 23px);
    font-size: min(1.25vw, 15px);
    border-radius: min(0.5vw, 6px);
    padding-top: 0;
  }
}
.situation__more__button-link::after {
  width: min(1.8666666667vw, 14px);
  height: min(3.4666666667vw, 26px);
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .situation__more__button-link::after {
    width: min(0.5833333333vw, 7px);
    height: min(1.0833333333vw, 13px);
  }
}
.information {
  padding-top: min(15.6666666667vw, 180px);
  padding-bottom: min(16vw, 120px);
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
}

@media (min-width: 768px) {
  .information {
    background-image: url("../images/bg.png");
  }
}
.information__header {
  padding-bottom: min(8.2666666667vw, 62px);
  position: relative;
  text-align: center;
}

.information__header::after {
  width: min(8vw, 60px);
  height: min(0.5333333333vw, 4px);
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #c8d700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .information__header::after {
    width: min(3.3333333333vw, 40px);
    height: min(0.3333333333vw, 4px);
  }
}
.information__title {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
}

@media (min-width: 768px) {
  .information__title {
    font-size: min(2vw, 24px);
  }
}
.information__headline {
  width: min(93.3333333333vw, 700px);
  padding-bottom: min(2.6666666667vw, 20px);
  padding-left: min(4vw, 30px);
  margin-top: min(10vw, 75px);
  font-size: min(4vw, 30px);
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #c8d700;
}

@media (min-width: 768px) {
  .information__headline {
    width: min(80vw, 960px);
    padding-bottom: min(1.5vw, 18px);
    padding-left: min(1.6666666667vw, 20px);
    margin-top: min(5vw, 60px);
    font-size: min(1.5vw, 18px);
    margin-right: auto;
    margin-left: auto;
  }
}
.information__headline::before {
  top: min(1.6vw, 12px);
  width: min(2.9333333333vw, 22px);
  height: min(2.9333333333vw, 22px);
  position: absolute;
  left: 0;
  content: "";
  background-color: #3c3c3c;
}

@media (min-width: 768px) {
  .information__headline::before {
    width: min(1.1666666667vw, 14px);
    height: min(1.1666666667vw, 14px);
    top: 0.4em;
  }
}
.information__list {
  margin-top: min(4vw, 30px);
}

@media (min-width: 768px) {
  .information__list {
    width: min(80vw, 960px);
    gap: min(3.3333333333vw, 40px);
    margin-top: min(2.5vw, 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
  }
}
.information__item {
  width: min(93.3333333333vw, 700px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .information__item {
    width: min(38.3333333333vw, 460px);
    margin-right: 0;
    margin-left: 0;
  }
}
.information__item + .information__item {
  margin-top: min(5.3333333333vw, 40px);
}

@media (min-width: 768px) {
  .information__item + .information__item {
    position: relative;
    margin: 0;
  }
}
.information__item__header {
  height: min(10.6666666667vw, 80px);
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .information__item__header {
    height: min(4.1666666667vw, 50px);
    position: relative;
    background-color: #fff;
  }
  .information__item__header::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.information__item__mapButton {
  padding-right: min(3.3333333333vw, 25px);
  padding-left: min(3.3333333333vw, 25px);
  font-size: min(2.9333333333vw, 22px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

@media (min-width: 768px) {
  .information__item__mapButton {
    padding-right: min(0.8333333333vw, 10px);
    padding-left: min(0.8333333333vw, 10px);
  }
}
.information__item__title {
  font-size: min(3.7333333333vw, 28px);
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .information__item__title {
    font-size: min(1.5vw, 18px);
  }
}
.information__item__map {
  width: min(10.1333333333vw, 76px);
  height: min(4vw, 30px);
  font-size: min(2.9333333333vw, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6e6e6;
}

@media (min-width: 768px) {
  .information__item__map {
    width: min(4.1666666667vw, 50px);
    height: min(1.6666666667vw, 20px);
    font-size: min(1.1666666667vw, 14px);
  }
}
.information__item__body {
  padding: min(4vw, 30px);
  background-color: rgba(60, 60, 60, 0.15);
}

@media (min-width: 768px) {
  .information__item__body {
    padding: min(2.1666666667vw, 26px);
    position: static;
  }
}
.information__item__summary {
  font-size: min(3.7333333333vw, 28px);
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .information__item__summary {
    font-size: min(1.3333333333vw, 16px);
  }
}
.information__item__table {
  margin-top: min(2.6666666667vw, 20px);
  width: 100%;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .information__item__table {
    margin-top: min(1.6666666667vw, 20px);
  }
}
.information__item__table tr:last-child td {
  border-bottom: none;
}

.information__item__table th {
  font-size: min(3.7333333333vw, 28px);
}

@media (min-width: 768px) {
  .information__item__table th {
    font-size: min(1.1666666667vw, 14px);
  }
}
.information__item__table th,
.information__item__table td {
  padding-top: min(1.3333333333vw, 10px);
  padding-bottom: min(1.3333333333vw, 10px);
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #3c3c3c;
}

.information__item__table th:nth-child(2),
.information__item__table td:nth-child(2) {
  border-left: 1px solid #3c3c3c;
}

.information__item__paragraph {
  font-size: min(3.7333333333vw, 28px);
  line-height: 1.2;
}

@media (min-width: 768px) {
  .information__item__paragraph {
    font-size: min(1.0833333333vw, 13px);
  }
  .information__item__paragraph .sp-only {
    display: none;
  }
}
.information__item__paragraph .pc-only {
  display: none;
}

@media (min-width: 768px) {
  .information__item__paragraph .pc-only {
    display: block;
  }
}
.information__item__paragraph .date {
  font-size: min(3.7333333333vw, 28px);
}

@media (min-width: 768px) {
  .information__item__paragraph .date {
    font-size: min(1.3333333333vw, 16px);
  }
}
.information__item__paragraph .day,
.information__item__paragraph .year {
  font-size: min(2.9333333333vw, 22px);
}

@media (min-width: 768px) {
  .information__item__paragraph .day,
  .information__item__paragraph .year {
    font-size: min(1vw, 12px);
  }
}
.information__item__paragraph .day-pre,
.information__item__paragraph .day-post {
  letter-spacing: -0.1em;
}

.information__item__paragraph .sup {
  font-size: 0.7em;
}

@media (min-width: 768px) {
  .information__item__paragraph .sup {
    vertical-align: top;
  }
}
.information__item__paragraph .lady {
  color: #3228b5;
}

.information__item__paragraph .young {
  color: #00965a;
}

.information__item__button {
  margin-top: min(5.3333333333vw, 40px);
}

@media (min-width: 768px) {
  .information__item__button {
    margin-top: min(1.25vw, 15px);
  }
}
.information__item__buttonLink {
  width: min(53.3333333333vw, 400px);
  height: min(9.3333333333vw, 70px);
  padding-top: min(0.1333333333vw, 1px);
  padding-left: min(5.3333333333vw, 40px);
  font-size: min(3.7333333333vw, 28px);
  border-radius: min(1.6vw, 12px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
  background-color: #c8d700;
}

@media (min-width: 768px) {
  .information__item__buttonLink {
    width: min(18.3333333333vw, 220px);
    height: min(3.3333333333vw, 40px);
    padding-left: min(1.9166666667vw, 23px);
    font-size: min(1.25vw, 15px);
    border-radius: min(0.5vw, 6px);
    padding-top: 0;
  }
}
.information__item__buttonLink::after {
  width: min(1.8666666667vw, 14px);
  height: min(3.4666666667vw, 26px);
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .information__item__buttonLink::after {
    width: min(0.5833333333vw, 7px);
    height: min(1.0833333333vw, 13px);
  }
}
.information__note {
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(3.0666666667vw, 23px);
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-weight: bold;
  text-align: center;
}

.information__note::before {
  position: absolute;
  top: -0.105em;
  left: 0;
  content: "※";
}

@media (min-width: 768px) {
  .information__note {
    font-size: min(1.25vw, 15px);
  }
}
.contact {
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
}

@media (min-width: 768px) {
  .contact {
    background-image: url("../images/bg.png");
  }
}
.contact__container {
  width: min(85.3333333333vw, 640px);
  padding-top: min(17.7333333333vw, 133px);
  padding-bottom: min(20vw, 150px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .contact__container {
    width: min(80vw, 960px);
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.contact__title {
  padding-bottom: min(3.6vw, 27px);
  font-size: min(4.9333333333vw, 37px);
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #e6e6e6;
}

@media (min-width: 768px) {
  .contact__title {
    padding-bottom: min(2.3333333333vw, 28px);
    font-size: min(1.9166666667vw, 23px);
  }
}
.contact__mail {
  margin-top: min(3.2vw, 24px);
}

@media (min-width: 768px) {
  .contact__mail {
    margin-top: min(3vw, 36px);
  }
}
.contact__mail__link {
  width: min(85.8666666667vw, 644px);
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .contact__mail__link {
    width: min(38.1666666667vw, 458px);
  }
}
.contact__mail__link img {
  width: 100%;
}

.banner {
  padding-top: min(4vw, 30px);
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
  text-align: center;
}

@media (min-width: 768px) {
  .banner {
    padding-bottom: min(10.8333333333vw, 130px);
    padding-top: 0;
    background-image: url("../images/bg.png");
  }
}
.banner__box {
  width: min(93.3333333333vw, 700px);
  margin: 0 auto;
  background-color: #efefef;
}

@media (min-width: 768px) {
  .banner__box {
    width: min(80vw, 960px);
  }
}
.banner__box__link {
  padding: min(4vw, 30px);
  display: block;
}

@media (min-width: 768px) {
  .banner__box__link {
    padding: min(1.6666666667vw, 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .banner__box__image {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .banner__box__body {
    width: 43%;
  }
}
.banner__box__message {
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(3.4666666667vw, 26px);
  font-weight: bold;
  color: #3c3c3c;
}

@media (min-width: 768px) {
  .banner__box__message {
    font-size: min(1.25vw, 15px);
    margin-top: 0;
    text-align: left;
  }
}
.banner__box__button {
  width: min(37.3333333333vw, 280px);
  height: min(9.3333333333vw, 70px);
  padding-top: min(0.1333333333vw, 1px);
  padding-left: min(5.3333333333vw, 40px);
  margin-top: min(1.3333333333vw, 10px);
  font-size: min(3.7333333333vw, 28px);
  border-radius: min(1.6vw, 12px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
  background-color: #c8d700;
}

@media (min-width: 768px) {
  .banner__box__button {
    width: min(14.1666666667vw, 170px);
    height: min(3.3333333333vw, 40px);
    padding-left: min(1.9166666667vw, 23px);
    font-size: min(1.25vw, 15px);
    border-radius: min(0.5vw, 6px);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
.banner__box__button::after {
  width: min(1.8666666667vw, 14px);
  height: min(3.4666666667vw, 26px);
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .banner__box__button::after {
    width: min(0.5833333333vw, 7px);
    height: min(1.0833333333vw, 13px);
  }
}
.price {
  background-image: url("../images/bg-sp.png");
  background-repeat: repeat;
  background-position: center top;
}

@media (min-width: 768px) {
  .price {
    background-image: url("../images/bg.png");
  }
}
.price__container {
  width: min(93.3333333333vw, 700px);
  padding-top: min(17.3333333333vw, 130px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .price__container {
    width: min(80vw, 960px);
    padding-top: 0;
  }
}
.price__catch {
  padding-left: min(6.6666666667vw, 50px);
  font-size: min(4.9333333333vw, 37px);
  font-weight: bold;
  line-height: 2.027027027;
}

@media (min-width: 768px) {
  .price__catch {
    font-size: min(1.9166666667vw, 23px);
    padding-left: 0;
  }
  .price__catch br {
    display: none;
  }
}
.price__catch strong {
  position: relative;
}

.price__catch strong::after {
  height: min(1.7333333333vw, 13px);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 110%;
  content: "";
  background-color: #c8d700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.price__body {
  padding-top: min(9.3333333333vw, 70px);
}

.price__item {
  padding-top: min(3.7333333333vw, 28px);
  padding-bottom: min(3.7333333333vw, 28px);
  position: relative;
  background-color: rgba(60, 60, 60, 0.15);
}

@media (min-width: 768px) {
  .price__item {
    min-height: min(8.0833333333vw, 97px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price__item + .price__item {
  margin-top: min(4vw, 30px);
}

.price__item__title {
  width: min(14.6666666667vw, 110px);
  height: min(14.6666666667vw, 110px);
  font-size: min(4.2666666667vw, 32px);
  top: max(-0.6666666667vw, -5px);
  left: max(-0.6666666667vw, -5px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #9c9c9c;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .price__item__title {
    left: min(4vw, 48px);
    width: min(5.3333333333vw, 64px);
    height: min(5.3333333333vw, 64px);
    font-size: min(1.4166666667vw, 17px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.price__item__body {
  padding-right: min(3.7333333333vw, 28px);
  padding-left: min(16vw, 120px);
}

@media (min-width: 768px) {
  .price__item__body {
    padding-left: min(12.3333333333vw, 148px);
  }
}
@media (min-width: 768px) {
  .price__item__priceContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price__item__price {
  font-size: min(4.5333333333vw, 34px);
  margin-bottom: 1em;
  font-weight: bold;
}

@media (min-width: 768px) {
  .price__item__price {
    font-size: min(1.5vw, 18px);
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.price__item__priceUnit {
  font-size: min(3.4666666667vw, 26px);
}

@media (min-width: 768px) {
  .price__item__priceUnit {
    font-size: min(1.5vw, 18px);
  }
}
.price__item__note {
  font-size: min(3.2vw, 24px);
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4166666667;
}
.price__item__note span {
  display: block;
  padding-left: 18px;
}
.price__item__note span::before {
  position: absolute;
  top: -0.105em;
  left: 0;
  display: inline-block;
  content: "※";
}

@media (min-width: 768px) {
  .price__item__note {
    font-size: min(1.25vw, 15px);
    margin-top: 0;
  }
}
.price__item__place {
  font-size: min(4.2666666667vw, 32px);
  font-weight: bold;
  line-height: 1.40625;
}

@media (min-width: 768px) {
  .price__item__place {
    font-size: min(1.6666666667vw, 20px);
  }
}
.price__item__place + .price__item__place {
  margin-top: 1em;
}

.price__item__placeCount {
  font-size: min(3.7333333333vw, 28px);
  display: block;
}

@media (min-width: 768px) {
  .price__item__placeCount {
    font-size: min(1.5vw, 18px);
    display: inline-block;
  }
}
.price__item__type {
  font-size: min(3.7333333333vw, 28px);
  margin-bottom: 1em;
  line-height: 1.4285714286;
}

@media (min-width: 768px) {
  .price__item__type {
    font-size: min(1.5vw, 18px);
  }
  .price__item__type .price__item__note {
    font-size: min(1.1666666667vw, 14px);
  }
}
.price__item__image {
  margin-top: min(1.8666666667vw, 14px);
  display: block;
}

@media (min-width: 768px) {
  .price__item__image {
    width: min(36.8333333333vw, 442px);
    margin-right: min(1.25vw, 15px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.price__item__image img {
  width: 100%;
}

.price__links {
  margin-top: min(6.6666666667vw, 50px);
}

.price__links__item + .price__links__item {
  margin-top: min(6.6666666667vw, 50px);
}

.price__links__itemLink {
  width: min(85.3333333333vw, 640px);
  height: min(18.6666666667vw, 140px);
  padding-left: min(10.9333333333vw, 82px);
  font-size: min(5.0666666667vw, 38px);
  border-radius: min(3.2vw, 24px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
}

@media (min-width: 768px) {
  .price__links__itemLink {
    width: min(26.6666666667vw, 320px);
    height: min(5.8333333333vw, 70px);
    padding-left: min(2.6666666667vw, 32px);
    font-size: min(1.75vw, 21px);
    border-radius: min(1vw, 12px);
  }
}
.price__links__itemLink::after {
  right: min(5.3333333333vw, 40px);
  width: min(2.6666666667vw, 20px);
  height: min(5.3333333333vw, 40px);
  position: absolute;
  top: 50%;
  content: "";
  background-image: url("../images/icon-link2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .price__links__itemLink::after {
    right: min(1.6666666667vw, 20px);
    width: min(0.8333333333vw, 10px);
    height: min(1.6666666667vw, 20px);
  }
}
.price__links__itemLink.purchaseLink {
  background-color: #c8d700;
}

.price__links__itemLink.faqLink {
  background-color: #fff;
  border: 2px solid #e6e6e6;
}

.float {
  position: fixed;
  top: 154px;
  right: 10px;
  z-index: 10;
}

@media (min-width: 768px) {
  .float {
    top: 220px;
    right: 20px;
  }
}
.float__link {
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
  display: block;
}

@media (min-width: 768px) {
  .float__link {
    width: min(6.6666666667vw, 80px);
    height: min(6.6666666667vw, 80px);
  }
}
.float__link img {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow-y: auto;
  background-color: rgba(60, 60, 60, 0.95);
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.modal__body {
  width: 100%;
  max-width: 992px;
  padding: 16px;
  margin: auto;
}

.modal__title {
  font-size: 18px;
  color: #fff;
}

.modal__googlemap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
  aspect-ratio: 960/550;
  background-color: #fff;
}

.modal__googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal__youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 960/540;
  background-color: #fff;
}

.modal__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal__address {
  margin-top: 36px;
  font-size: 15px;
  color: #fff;
  line-height: 1.67;
}

.modal__note {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 15px;
  color: #ff00ff;
  line-height: 1.67;
}

.modal__note::before {
  position: absolute;
  top: -0.105em;
  left: 0;
  content: "※";
}

.modal__button {
  margin-top: 40px;
}

.modal__buttonLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 35px;
  border-radius: 6px;
  padding-left: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
  background-color: #c8d700;
}

@media (min-width: 768px) {
  .modal__buttonLink {
    width: 320px;
    height: 70px;
    padding-left: 26px;
    font-size: 21px;
    border-radius: 12px;
  }
}
.modal__buttonLink::after {
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .modal__buttonLink::after {
    right: 20px;
    width: 10px;
    height: 20px;
  }
}
.modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
}

.modal__close__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  color: #e6e6e6;
}

.modal__close__icon svg {
  width: 100%;
  height: 100%;
}

.slick-dots {
  bottom: max(-14.6666666667vw, -110px);
  z-index: 2;
  font-size: 0;
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: max(-5vw, -60px);
  }
}
.slick-dots li {
  width: min(2.6666666667vw, 20px);
  height: min(2.6666666667vw, 20px);
  margin-right: min(1.6666666667vw, 12.5px);
  margin-left: min(1.6666666667vw, 12.5px);
}

@media (min-width: 768px) {
  .slick-dots li {
    width: min(0.6666666667vw, 8px);
    height: min(0.6666666667vw, 8px);
    margin-right: min(0.4166666667vw, 5px);
    margin-left: min(0.4166666667vw, 5px);
  }
}
.slick-dots li button {
  width: min(2.6666666667vw, 20px);
  height: min(2.6666666667vw, 20px);
  padding: 0;
}

@media (min-width: 768px) {
  .slick-dots li button {
    width: min(0.6666666667vw, 8px);
    height: min(0.6666666667vw, 8px);
  }
}
.slick-dots li button::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #a5a5a5;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #c8d700;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#step .step__list .step__list__item {
  position: relative;
}
#step .step__list .step__list__item .num {
  background-color: #C8D700;
  color: #fff;
  width: 11%;
  text-align: center;
  padding: 1.5% 0;
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 8%;
  letter-spacing: 0;
}
#step .step__list .step__list__item.step02 .num {
  left: 3%;
}
#step .step__list .step__list__item.step03 .num {
  left: 4%;
}
#step .step__list .step__list__item.step04 .num {
  left: 3.5%;
}
#step .step__list .step__list__item.step05 .num {
  left: 5.5%;
}
#step .step__list .step__list__item.step06 .num {
  left: 3%;
}
#step .step__list .step__list__item.step07 .num {
  left: 9%;
}
#step .step__list .step__list__item.step08 .num {
  padding: 0.8% 0;
  width: 6%;
  left: 1%;
  bottom: 1.2%;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
#step .step__list .step__list__item.step09 .num {
  padding: 0.8% 0;
  width: 6%;
  left: 2%;
}

.links__section {
  padding-top: 1px;
  background-image: url("../images/bg.png");
}

.schedule__section {
  padding-top: 1px;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
}
.schedule__section + .schedule__section {
  padding-top: 150px;
  padding-bottom: 100px;
}
.schedule__section .schedule__container {
  width: min(80vw, 960px);
  margin: 0 auto;
}
.schedule__section .schedule__header {
  padding-bottom: min(8.2666666667vw, 62px);
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.schedule__section .schedule__header .schedule__title {
  font-size: min(2vw, 24px);
}
.schedule__section .schedule__header::after {
  width: min(8vw, 60px);
  height: min(0.5333333333vw, 4px);
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #c8d700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.schedule__section .schedule__note {
  margin-top: min(2.6666666667vw, 20px);
  font-size: min(3.0666666667vw, 23px);
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .schedule__section .schedule__note {
    font-size: min(1.25vw, 15px);
  }
}

@media screen and (max-width: 900px) {
  #step .step__list .step__list__item .num {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #step .step__list .step__list__item .num {
    width: 10vw;
    padding: 1vw 0;
    font-size: 6vw;
  }
  #step .step__list .step__list__item.step01 .num {
    left: 8vw;
    bottom: 0.7vw;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  #step .step__list .step__list__item.step02 .num {
    left: 2.5vw;
    bottom: 9vw;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  #step .step__list .step__list__item.step03 .num {
    left: 3vw;
  }
  #step .step__list .step__list__item.step04 .num {
    left: 2.5vw;
    bottom: 8.2vw;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  #step .step__list .step__list__item.step05 .num {
    left: 9vw;
    bottom: 0.7vw;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  #step .step__list .step__list__item.step06 .num {
    left: 2vw;
  }
  #step .step__list .step__list__item.step07 .num {
    left: 3vw;
    bottom: 7.8vw;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  #step .step__list .step__list__item.step08 .num {
    width: 10vw;
    padding: 1vw 0;
    left: 9.7vw;
    bottom: 8.2vw;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  #step .step__list .step__list__item.step09 .num {
    width: 10vw;
    padding: 1vw 0;
    left: 2vw;
  }
  .schedule__section {
    padding-top: 100px;
    background-image: url("../images/bg.png");
    background-repeat: repeat;
  }
  .schedule__section + .schedule__section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .schedule__section .schedule__container {
    width: min(80vw, 960px);
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
  }
  .schedule__section .schedule__header {
    padding-bottom: min(8.2666666667vw, 62px);
    position: relative;
    text-align: center;
    margin-bottom: 0;
  }
  .schedule__section .schedule__header .schedule__title {
    font-size: min(4.8vw, 36px);
    font-weight: bold;
  }
  .schedule__section .schedule__header::after {
    width: min(8vw, 60px);
    height: min(0.5333333333vw, 4px);
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    background-color: #c8d700;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
.banner__section {
  background-image: url("../images/bg.png");
  background-size: cover;
}
.banner__section .wrapper {
  width: min(93.3333333333vw, 700px);
  padding: 0 20px;
  padding-top: min(24.5333333333vw, 50px);
  margin-right: auto;
  margin-left: auto;
}
.banner__section .wrapper ul + ul {
  margin-top: 50px;
}
.banner__section .wrapper .list_type01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
.banner__section .wrapper .list_type01 li {
  width: calc((100% - 20px) / 2);
}
.banner__section .wrapper .list_type01 li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.banner__section .wrapper .list_type01 li a p {
  color: #000;
}
.banner__section .wrapper .list_type01 li img {
  width: 100%;
  display: block;
}
.banner__section .wrapper .list_type01 li p {
  font-size: 15px;
  line-height: 170%;
  margin-top: 10px;
}
.banner__section .wrapper .list_type02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
}
.banner__section .wrapper .list_type02 li {
  width: 100%;
}
.banner__section .wrapper .list_type02 li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.banner__section .wrapper .list_type02 li a p {
  color: #000;
}
.banner__section .wrapper .list_type02 li img {
  width: 100%;
  display: block;
}
.banner__section .wrapper .list_type02 li p {
  font-size: 15px;
  line-height: 170%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .banner__section {
    background-image: url("../images/bg.png");
    background-size: cover;
  }
  .banner__section .wrapper {
    padding-top: min(12.5vw, 80px);
    width: min(80vw, 960px);
  }
  .banner__section .wrapper ul + ul {
    margin-top: 50px;
  }
  .banner__section .wrapper .list_type01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 25px;
  }
  .banner__section .wrapper .list_type01 li {
    width: calc((100% - 100px) / 5);
  }
  .banner__section .wrapper .list_type01 li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .banner__section .wrapper .list_type01 li a p {
    color: #000;
  }
  .banner__section .wrapper .list_type01 li img {
    width: 100%;
    display: block;
  }
  .banner__section .wrapper .list_type01 li p {
    font-size: 15px;
    line-height: 170%;
    margin-top: 10px;
  }
  .banner__section .wrapper .list_type02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 40px;
  }
  .banner__section .wrapper .list_type02 li {
    width: calc((100% - 40px) / 2);
  }
  .banner__section .wrapper .list_type02 li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .banner__section .wrapper .list_type02 li a p {
    color: #000;
  }
  .banner__section .wrapper .list_type02 li img {
    width: 100%;
    display: block;
  }
  .banner__section .wrapper .list_type02 li p {
    font-size: 15px;
    line-height: 170%;
    margin-top: 10px;
  }
}