@charset "UTF-8";
/*----------------0926-------------------------*/
/* モーダル */
.video_area iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.vjs-tech {
  visibility: visible;
}

.bc-movie-modal-close,
.photo-modal-close,
.mov-modal-close {
  position: fixed;
  right: 3vw;
  top: 3vw;
  cursor: pointer;
  z-index: 3;
}

.bc-movie-modal,
.photo-modal,
.mov-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .bc-movie-modal,
  .photo-modal,
  .mov-modal {
    padding: 0;
  }
}
.bc-movie-modal.show,
.photo-modal.show,
.mov-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-movie-modal-body,
.photo-modal-body,
.mov-modal-body {
  width: 100%;
  max-width: 1200px;
}

.photo-modal-body img,
.mov-modal-body img {
  width: 100%;
}
.photo-modal-body video,
.mov-modal-body video {
  width: 100%;
}

#lineup_contents .bc_modal_movie {
  opacity: 1;
}

.mov-modal-body {
  position: relative;
}
.mov-modal-body .restart-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.mov-modal-body .restart-wrap.show {
  display: block;
}
.mov-modal-body .restart-wrap img {
  position: absolute;
  left: 0;
  cursor: pointer;
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mov-modal-body .restart-wrap img:hover {
  opacity: 0.7;
}

.sec-main {
  background-color: #fca517;
}
.sec-main .w-inner {
  max-width: none !important;
  padding: 0 !important;
}

.ttl-mov {
  position: relative;
  z-index: 14;
}
@media screen and (min-width: 768px) {
  .ttl-mov {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-mov {
    width: 80.7692307692vw;
    margin: 0 auto -0.7692307692vw;
  }
}

.ttl-gallery {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl-gallery {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-gallery {
    width: 45.3846153846vw;
    margin: 0 auto -0.7692307692vw;
    z-index: 15;
  }
}

.comment-block {
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
  z-index: 10;
  background-color: #000000;
  position: relative;
  z-index: 12;
}

.comment-subblock-wrapper {
  position: relative;
}
.comment-subblock-wrapper .bg-tex-img {
  position: absolute;
  z-index: 2;
}
.comment-subblock-wrapper .bg-tex-img.no01 {
  width: clamp(1px, 27.8vw, 400px);
  top: 18%;
  left: 0%;
  z-index: 3;
}
@media (max-width: 1440px) {
  .comment-subblock-wrapper .bg-tex-img.no01 {
    top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .bg-tex-img.no01 {
    top: 18%;
  }
}
.comment-subblock-wrapper .bg-tex-img.no02 {
  width: clamp(1px, 38.2vw, 550px);
  top: 45%;
  right: calc(50% + 340px);
}
.comment-subblock-wrapper .bg-tex-img.no03 {
  width: clamp(1px, 34.1666666667vw, 492px);
  top: 40%;
  right: 0%;
  z-index: 13;
}
.comment-subblock-wrapper .bg-tex-img.no04 {
  width: clamp(1px, 36.1vw, 520px);
  top: 40%;
  left: calc(50% + 310px);
}
@media (max-width: 1440px) {
  .comment-subblock-wrapper .bg-tex-img.no05 {
    width: 39.7435897436vw;
    bottom: 35%;
    left: 0%;
  }
}
@media (max-width: 1440px) {
  .comment-subblock-wrapper .bg-tex-img.no06 {
    width: 42.3076923077vw;
    bottom: 35%;
    right: 0%;
  }
}
.comment-subblock-wrapper .bg-car-img {
  width: clamp(1px, 32.6vw, 470px);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .bg-car-img {
    width: 44.1025641026vw;
  }
}
.comment-subblock-wrapper .txt-left-img {
  width: 27px;
  position: absolute;
  top: 43%;
  left: 2%;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .txt-left-img {
    width: 3.5897435897vw;
    top: 66%;
    left: 0%;
  }
}
.comment-subblock-wrapper .txt-right-img {
  width: 27px;
  position: absolute;
  top: 43%;
  right: 2%;
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .txt-right-img {
    width: 3.5897435897vw;
    top: 66%;
    right: 0%;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap {
  padding: 70px 20px 0 20px;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock-wrap {
    padding: 12.8205128205vw 5.1282051282vw 0 5.1282051282vw;
    z-index: 12;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap .ttl {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock-wrap .ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 7vw;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap .txt {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock-wrap .txt {
    font-size: 4.5vw;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap .img-wrap {
  position: relative;
  background: #000;
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .comment-subblock-wrapper .comment-subblock-wrap .img-wrap .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 58.45%;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap .img-wrap .playbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock-wrap .img-wrap .playbtn {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap .img-wrap {
  position: relative;
  z-index: 13;
}
@media screen and (min-width: 768px) {
  .comment-subblock-wrapper .comment-subblock-wrap .img-wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock-wrap .img-wrap {
    border: 3px solid #000000;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
    height: 48.7179487179vw;
    margin-bottom: 19.2307692308vw;
  }
}
.comment-subblock-wrapper .comment-subblock-wrap .img-wrap video {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid #000000;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock-wrap .img-wrap video {
    height: 48.7179487179vw;
    overflow: visible;
    border-radius: 0;
    border: none;
  }
}
.comment-subblock-wrapper .comment-subblock {
  position: relative;
  background-color: #fca517;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment-subblock-wrapper .comment-subblock .bg-frame-img {
  width: clamp(1px, 14.72vw, 212px);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .bg-frame-img {
    width: 65.3846153846vw;
    position: absolute;
    left: -7%;
    bottom: -10%;
    z-index: 15;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer {
  position: relative;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer {
    margin-left: -14.6153846154vw;
    padding: 7.6923076923vw 0 17.9487179487vw;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .main-balloon {
  width: clamp(1px, 28.82vw, 415px);
  position: relative;
  z-index: 13;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .main-balloon {
    width: 67.6923076923vw;
    right: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .main-balloon.sp-rows {
    width: 49.2307692308vw;
    right: 3.8461538462vw;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .main-balloon .state-img {
  position: relative;
  z-index: 14;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .main-balloon .state-img {
    width: 100%;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .main-balloon .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1px, 1.67vw, 24px);
  font-weight: 800;
  white-space: nowrap;
  z-index: 15;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .main-balloon .txt {
    font-size: 4.1025641026vw;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon {
  position: relative;
  width: clamp(1px, 28.82vw, 415px);
  z-index: 13;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon {
    width: 55.1282051282vw;
    right: 0;
    margin-top: 1.2820512821vw;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon .wrap {
  position: absolute;
  width: clamp(1px, 21.1805555556vw, 305px);
  top: min(-15px, -1.0416666667vw);
  right: 0;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon .wrap {
    width: 58.9743589744vw;
    top: -2.5641025641vw;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon .state-img {
  position: relative;
  z-index: 14;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon .state-img {
    width: 100%;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1px, 1.1111111111vw, 16px);
  font-weight: 800;
  white-space: nowrap;
  z-index: 15;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .sub-balloon .txt {
    font-size: 3.3333333333vw;
  }
}
.comment-subblock-wrapper .comment-subblock .state-outer .bg-people-img {
  width: clamp(200px, 31.25vw, 450px);
  position: absolute;
  bottom: 0%;
  left: -82%;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer .bg-people-img {
    width: 41.0256410256vw;
    bottom: 20%;
    left: -30%;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer.second {
    width: 58.9743589744vw;
    padding: 10.2564102564vw 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer.second .main-balloon {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock .state-outer.second .bg-people-img {
    width: 41.0256410256vw;
    bottom: 20%;
    left: -30%;
  }
}
.comment-subblock-wrapper .comment-subblock.top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock.top:after {
    position: absolute;
    display: block;
    content: "";
    width: 50vw;
    height: 50vw;
    background: #fca517;
    transform: rotate(-45deg);
    right: -30.7692307692vw;
    bottom: -58.9743589744vw;
    z-index: 10;
  }
}
.comment-subblock-wrapper .comment-subblock.top .bg-frame-img {
  width: clamp(1px, 38.2vw, 550px);
  left: auto;
  right: -3%;
  bottom: -57%;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock.top .bg-frame-img {
    width: 38.4615384615vw;
    bottom: 0%;
    right: 0%;
    z-index: 11;
  }
}
.comment-subblock-wrapper .comment-subblock.top .state-outer {
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer {
    z-index: 10;
  }
}
.comment-subblock-wrapper .comment-subblock.top .state-outer .bg-people-img {
  width: clamp(225px, 31.25vw, 450px);
  left: auto;
  bottom: -82%;
  right: -155%;
}
@media (max-width: 1700px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer .bg-people-img {
    right: -103%;
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer .bg-people-img {
    width: 43.282051vw;
    bottom: -72%;
    right: -65%;
  }
}
.comment-subblock-wrapper .comment-subblock.top .state-outer .bg-tex-img.no03 {
  width: 34.1666666667vw;
  top: 115%;
  right: calc((-100vw + 100%) / 2);
  z-index: 13;
  max-width: initial;
}
@media (max-width: 1700px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer .bg-tex-img.no03 {
    top: 120%;
  }
}
@media (max-width: 1440px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer .bg-tex-img.no03 {
    width: calc((100vw - 770px) / 2 + 10vw);
    top: 140%;
  }
}
.comment-subblock-wrapper .comment-subblock.top .state-outer .bg-tex-img.no04 {
  width: clamp(1px, 40.0694444444vw, 577px);
  top: initial;
  bottom: -328%;
  left: calc(50% + 150px);
  z-index: 14;
  max-width: initial;
}
@media (max-width: 1440px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer .bg-tex-img.no04 {
    width: 40.0694444444vw;
    left: initial;
    bottom: -318%;
    right: calc((-100vw + 100%) / 2 - 5vw);
  }
}
@media screen and (max-width: 767px) {
  .comment-subblock-wrapper .comment-subblock.top .state-outer .bg-tex-img.no04 {
    width: 51.2820512821vw;
    bottom: -91vw;
    right: -35.128205vw;
  }
}

.grid-comments {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .grid-comments {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
}
.grid-comments .main-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-comments .main-box .mainlogo {
  margin-bottom: 30px;
  width: 223px;
}
@media screen and (max-width: 767px) {
  .grid-comments .main-box .mainlogo {
    width: 166px;
  }
}
.grid-comments .main-box .mainlogo img {
  max-width: 100%;
}
.grid-comments .main-box .top {
  height: 50%;
  background-image: url("../img/slides/main_bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  padding: 2% 3%;
}
@media screen and (max-width: 767px) {
  .grid-comments .main-box .top {
    padding: 15.6% 7%;
  }
}
.grid-comments .main-box .top img {
  -o-object-fit: contain;
     object-fit: contain;
}
.grid-comments .main-box .bottom {
  height: 50%;
}
.grid-comments li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.grid-comments li.changePhoto span {
  cursor: pointer;
}
.grid-comments li.changePhoto span.text {
  cursor: default;
}
.grid-comments li.changePhoto span.text img:hover {
  filter: brightness(1);
}
.grid-comments li.changePhoto span img:hover {
  filter: brightness(1.1);
}
.grid-comments li.mov-open:hover {
  opacity: 0.7;
  cursor: pointer;
}
.grid-comments li.bc_modal_movie:hover {
  opacity: 0.7;
  cursor: pointer;
}
.grid-comments li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 0;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.grid-comments li span.video {
  opacity: 1;
  top: 0;
}
.grid-comments li span.video video {
  width: 101%;
  height: 101%;
}
.grid-comments li span.active {
  opacity: 1;
  z-index: 2;
}
.grid-comments li span img {
  border: 0;
}
.grid-comments img,
.grid-comments video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-comments .g2 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .grid-comments .g2 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.grid-comments .g9 {
  grid-column: 3/5;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .grid-comments .g9 {
    grid-column: 1/3;
    grid-row: 7/9;
  }
}
.grid-comments .g23 {
  grid-column: 5/8;
  grid-row: 1/4;
}
@media screen and (max-width: 767px) {
  .grid-comments .g23 {
    grid-column: 1/3;
    grid-row: 2/4;
  }
}
.grid-comments .g6 {
  grid-column: 8/9;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .grid-comments .g6 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.grid-comments .g4 {
  grid-column: 8/9;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .grid-comments .g4 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.grid-comments .g5 {
  grid-column: 8/9;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .grid-comments .g5 {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
.grid-comments .g18 {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .grid-comments .g18 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.grid-comments .g19 {
  grid-column: 4/5;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .grid-comments .g19 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.grid-comments .g8 {
  grid-column: 1/3;
  grid-row: 2/4;
}
@media screen and (max-width: 767px) {
  .grid-comments .g8 {
    grid-column: 2/4;
    grid-row: 4/6;
  }
}
.grid-comments .g17 {
  grid-column: 1/3;
  grid-row: 4/6;
}
@media screen and (max-width: 767px) {
  .grid-comments .g17 {
    grid-column: 3/4;
    grid-row: 9/10;
    display: none;
  }
}
.grid-comments .g20 {
  grid-column: 3/4;
  grid-row: 5/6;
}
@media screen and (max-width: 767px) {
  .grid-comments .g20 {
    grid-column: 1/2;
    grid-row: 12/13;
    display: none;
  }
}
.grid-comments .g21 {
  grid-column: 3/4;
  grid-row: 4/5;
}
@media screen and (max-width: 767px) {
  .grid-comments .g21 {
    grid-column: 3/4;
    grid-row: 6/7;
  }
}
.grid-comments .g24 {
  grid-column: 4/5;
  grid-row: 4/5;
}
@media screen and (max-width: 767px) {
  .grid-comments .g24 {
    grid-column: 2/4;
    grid-row: 15/16;
    display: none;
  }
}
.grid-comments .g22 {
  grid-column: 5/6;
  grid-row: 4/5;
}
@media screen and (max-width: 767px) {
  .grid-comments .g22 {
    grid-column: 3/4;
    grid-row: 7/8;
  }
}
.grid-comments .g25 {
  grid-column: 6/7;
  grid-row: 4/5;
}
@media screen and (max-width: 767px) {
  .grid-comments .g25 {
    grid-column: 3/4;
    grid-row: 8/9;
  }
}
.grid-comments .g26 {
  grid-column: 7/9;
  grid-row: 4/6;
}
@media screen and (max-width: 767px) {
  .grid-comments .g26 {
    grid-column: 1/3;
    grid-row: 21/23;
    display: none;
  }
}
.grid-comments .g27 {
  grid-column: 6/7;
  grid-row: 5/6;
}
@media screen and (max-width: 767px) {
  .grid-comments .g27 {
    grid-column: 3/4;
    grid-row: 14/15;
    display: none;
  }
}
.grid-comments .g14 {
  grid-column: 4/6;
  grid-row: 5/6;
}
@media screen and (max-width: 767px) {
  .grid-comments .g14 {
    grid-column: 1/3;
    grid-row: 6/7;
  }
}
.grid-comments .thankyou {
  background-color: rgb(218, 218, 218);
  grid-column: 3/7;
  grid-row: 5/8;
}
.grid-comments .thankyou iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .grid-comments .thankyou {
    grid-column: 1/4;
    grid-row: 8/10;
  }
}

@media screen and (max-width: 767px) {
  #contents .sec-main .top-visual {
    height: 142.1333333333vw;
  }
}
#contents .sec-main .top-visual img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec-main .top-visual img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

#contents .sec-colab {
  position: relative;
  background: #fca517;
  border-top: 10px solid #fca517;
  border-bottom: 10px solid #fca517;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab {
    border-width: 2.5641025641vw;
  }
}
#contents .sec-colab:before, #contents .sec-colab:after {
  display: block;
  position: absolute;
  content: "";
  width: 337px;
  height: 165px;
  background: url("../images//colab/img_corner.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab:before, #contents .sec-colab:after {
    width: 56.4102564103vw;
    height: 27.6923076923vw;
  }
}
#contents .sec-colab:before {
  left: 0;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab:before {
    bottom: 7.6923076923vw;
  }
}
#contents .sec-colab:after {
  right: 0;
  top: 40px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #contents .sec-colab:after {
    top: 7.6923076923vw;
  }
}
#contents .sec-colab .tape {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  background-image: url("../images/colab/txt_gtaxi.svg");
  background-repeat: repeat-x;
  background-size: 395px 27px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .tape {
    height: 7.6923076923vw;
    background-size: 68.4615384615vw 4.6153846154vw;
    background-position: center left -50%;
  }
}
#contents .sec-colab .tape.top {
  top: 0;
}
#contents .sec-colab .tape.bottom {
  bottom: 0;
}
#contents .sec-colab .w-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
#contents .sec-colab .w-inner h3 {
  text-align: center;
}
#contents .sec-colab .w-inner h3 img {
  width: 290px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner h3 img {
    width: 64.1025641026vw;
  }
}
#contents .sec-colab .w-inner h3 .txt {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner h3 .txt {
    margin-top: 8.9743589744vw;
    font-size: 7.1794871795vw;
    line-height: 1.5;
  }
}
#contents .sec-colab .w-inner .link-gtaxi {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .link-gtaxi {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
}
#contents .sec-colab .w-inner .link-gtaxi span {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 60px;
  border-style: solid;
  border-color: #000;
  border-width: 4px 5px 8px;
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .link-gtaxi span {
    display: block;
    text-align: center;
    font-size: 5.1282051282vw;
    padding: 3.8461538462vw 0;
  }
}
@media screen and (min-width: 768px) {
  #contents .sec-colab .w-inner .link-gtaxi:hover span {
    border-width: 4px;
  }
}
#contents .sec-colab .w-inner .sns-link {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .sns-link {
    margin-top: 10.2564102564vw;
    gap: 8.9743589744vw;
  }
}
#contents .sec-colab .w-inner .sns-link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contents .sec-colab .w-inner .sns-link li a:after {
  content: none;
}
#contents .sec-colab .w-inner .sns-link li a img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .sns-link li a img {
    width: 15.3846153846vw;
  }
}
#contents .sec-colab .w-inner .sns-link li a .caption {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .sns-link li a .caption {
    margin-top: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
#contents .sec-colab .w-inner .sns-link li a .caption:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 9px;
  margin-left: 0.5em;
  background: url("../images/colab/icon_external.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .sns-link li a .caption:after {
    width: 3.2307692308vw;
    height: 2.4615384615vw;
    background-size: contain;
  }
}
#contents .sec-colab .w-inner .sns-link + p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #contents .sec-colab .w-inner .sns-link + p {
    font-size: 5.1282051282vw;
    text-align: center;
    line-height: 1.3333333333;
    margin-top: 11.5384615385vw;
  }
}

#contents .sec-suv .visual-layer {
  background: url("../images//suv/bg_suv.webp") no-repeat, #ebeef7;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer {
    background: url("../images//suv/bg_suv_sp.webp") no-repeat, #ebeef7;
    background-size: 100% auto;
  }
}
#contents .sec-suv .visual-layer .w-inner {
  padding-top: 6.25vw;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner {
    padding-top: 11.5384615385vw;
    padding-bottom: 10.2564102564vw;
  }
}
#contents .sec-suv .visual-layer .w-inner h2 {
  text-align: center;
}
#contents .sec-suv .visual-layer .w-inner h2 img {
  width: 36.5277777778vw;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner h2 img {
    width: 75.3846153846vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media {
  display: grid;
  gap: 80px;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media {
    margin-top: 35.8974358974vw;
    padding: 0 3.8461538462vw;
    gap: 15.3846153846vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media .block-media {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media {
    flex-direction: column;
    gap: 8.9743589744vw;
  }
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media .ph {
    width: 44.5544554455%;
  }
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info {
    width: 48.0198019802%;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl {
    margin-top: 2.5641025641vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl dt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl dt {
    font-size: 4.1025641026vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl dd {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl dd {
    margin-top: 6.4102564103vw;
    font-size: 3.5897435897vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl dd .note {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media .info dl dd .note {
    margin-top: 2.5641025641vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .cross-media .block-media:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .cross-media .block-media:nth-child(even) {
    flex-direction: column;
  }
}
#contents .sec-suv .visual-layer .w-inner .info-system {
  margin-top: 80px;
  display: flex;
  gap: 40px;
  color: #fff;
  padding: 40px 40px 60px;
  background: #4c4c4c;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .info-system {
    flex-direction: column;
    margin-top: 15.3846153846vw;
    padding: 7.6923076923vw 7.6923076923vw 8.9743589744vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .info-system .img-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .img-wrap {
    width: 44.5544554455%;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .img-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .desc {
    width: 53.2019704433%;
  }
}
#contents .sec-suv .visual-layer .w-inner .info-system .desc h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .desc h4 {
    font-size: 4.1025641026vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .info-system .desc h4 em {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .desc h4 em {
    font-size: 5.1282051282vw;
    margin-top: 3.8461538462vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .info-system .desc p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .desc p {
    margin-top: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}
#contents .sec-suv .visual-layer .w-inner .info-system .desc .note {
  display: block;
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .visual-layer .w-inner .info-system .desc .note {
    margin-top: 11.5384615385vw;
    font-size: 3.0769230769vw;
  }
}
#contents .sec-suv .car-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list {
    grid-template-columns: 1fr;
  }
}
#contents .sec-suv .car-list li:nth-child(1) {
  background: url("../images//suv/suv_car_bg01.webp") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li:nth-child(1) {
    background: url("../images//suv/suv_car_bg01_sp.webp") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
#contents .sec-suv .car-list li:nth-child(2) {
  background: url("../images//suv/suv_car_bg02.webp") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li:nth-child(2) {
    background: url("../images//suv/suv_car_bg02_sp.webp") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
#contents .sec-suv .car-list li:nth-child(3) {
  background: url("../images//suv/suv_car_bg03.webp") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li:nth-child(3) {
    background: url("../images//suv/suv_car_bg03_sp.webp") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
#contents .sec-suv .car-list li .car-wrap {
  display: block;
  padding: 100px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li .car-wrap {
    padding: 25.641025641vw 0 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .car-list li .car-wrap:hover {
    cursor: pointer;
  }
}
#contents .sec-suv .car-list li .car-wrap .car img {
  transform: scale(1);
  transition: all 0.3s ease;
}
#contents .sec-suv .car-list li .car-wrap .logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 38px;
  margin-top: -10px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li .car-wrap .logo {
    height: 9.4871794872vw;
    margin-top: -2.5641025641vw;
    padding: 0 5.1282051282vw;
  }
}
#contents .sec-suv .car-list li .car-wrap .logo img {
  height: 19px;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li .car-wrap .logo img {
    height: 4.7435897436vw;
  }
}
#contents .sec-suv .car-list li .car-wrap .logo.rows-logo img {
  height: 38px;
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li .car-wrap .logo.rows-logo img {
    height: 9.4871794872vw;
  }
}
#contents .sec-suv .car-list li .car-wrap p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  #contents .sec-suv .car-list li .car-wrap p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec-suv .car-list li .car-wrap p {
    font-size: 4.1025641026vw;
    padding: 0 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  #contents .sec-suv .car-list li .car-wrap:hover .car img {
    transform: scale(1.12);
  }
}

#contents .sec-intro {
  position: relative;
  padding: 60px 0px 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: #131e30;
}
@media screen and (max-width: 767px) {
  #contents .sec-intro {
    padding: 11.5384615385vw 0 16.6666666667vw;
  }
}
#contents .sec-intro .visual-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background: url("../images/intro/bg_intro.webp") no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #contents .sec-intro .visual-layer {
    top: 11.5384615385vw;
    height: 52.0512820513vw;
  }
}
#contents .sec-intro h2 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: linear-gradient(to left, rgba(210, 39, 53, 0.8), rgba(17, 123, 230, 0.8));
}
@media screen and (max-width: 767px) {
  #contents .sec-intro h2 {
    height: 12.8205128205vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec-intro h2 img {
    width: 70.2564102564vw;
  }
}
#contents .sec-intro .w-inner {
  position: relative;
  z-index: 1;
}
#contents .sec-intro .lead {
  margin-top: 50px;
  font-size: 2.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #contents .sec-intro .lead {
    margin-top: 12.8205128205vw;
    font-size: 5.1282051282vw;
    line-height: 1.7;
  }
}
#contents .sec-intro strong {
  display: block;
  font-size: 3.2rem;
  line-height: 1.34375;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #contents .sec-intro strong {
    margin-top: 11.5384615385vw;
    font-size: 7.1794871795vw;
    line-height: 1.4285714286;
  }
}
#contents .sec-intro .img-intro {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #contents .sec-intro .img-intro {
    margin-top: 10.2564102564vw;
  }
}

#contents .sec-history {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #contents .sec-history {
    padding: 7.6923076923vw 0;
  }
}

html {
  scroll-behavior: smooth;
}

.bcwrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

#container.gelandetaxi2025 {
  min-width: 0;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 {
    min-width: 0;
  }
}
#container.gelandetaxi2025 #sc-header {
  margin-bottom: 0;
}
#container.gelandetaxi2025 #sc-header iframe {
  display: none;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .pc {
    display: none;
  }
}
#container.gelandetaxi2025 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .sp {
    display: inline;
  }
}
#container.gelandetaxi2025 .btn {
  width: 188px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .btn {
    width: 48.2051282051vw;
    height: 12.3076923077vw;
  }
}
#container.gelandetaxi2025 .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #000;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 3px 3px 0 black;
  position: relative;
  z-index: 5;
}
#container.gelandetaxi2025 .btn a.blank::after {
  content: "";
  display: inline-block;
  background: url("../images/place/icon_blank.svg") 0 0 no-repeat;
  background-size: contain;
  width: 16.5px;
  height: 12.5px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .btn a.blank::after {
    width: 4.2307692308vw;
    height: 3.2051282051vw;
    margin-left: 5.1282051282vw;
  }
}
#container.gelandetaxi2025 .btn.blk-btn a {
  color: #fff;
  background: #000;
  box-shadow: 3px 3px 0 white;
}
#container.gelandetaxi2025 .hbg-menu {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#container.gelandetaxi2025 .hbg-menu.show {
  visibility: visible;
  opacity: 1;
}
#container.gelandetaxi2025 .hbg-menu .click-menu {
  position: absolute;
  top: 20px;
  right: 41px;
  cursor: pointer;
  transition: 0.3s;
}
#container.gelandetaxi2025 .hbg-menu .click-menu:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .click-menu {
    top: 2.5641025641vw;
    right: 2.5641025641vw;
  }
}
#container.gelandetaxi2025 .hbg-menu .click-menu img {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .click-menu img {
    width: 17.4358974359vw;
    height: auto;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu {
  position: absolute;
  right: 0%;
  display: none;
  background: #000;
  width: 234px;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu {
    width: 41.0256410256vw;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .close-btn {
    top: 1.2820512821vw;
    right: 1.2820512821vw;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .close-btn img {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .close-btn img {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .menu-logo2 {
  background: #f79e0b;
  padding: 20px 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .menu-logo2 {
    padding: 5vw 0 2vw 0;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .menu-logo2 img {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .menu-logo2 img {
    width: 22vw;
    height: auto;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .list-tag li {
  border-top: 1px solid #fff;
}
#container.gelandetaxi2025 .hbg-menu .menu .list-tag li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .list-tag li a {
    font-size: 14px;
    padding: 2.0512820513vw 0;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .list-tag li a:hover {
  color: #f79e0b;
}
#container.gelandetaxi2025 .hbg-menu .menu .list-tag li a:hover::before {
  content: "";
  display: inline-block;
  background: url("../images/ab-hover_menu.webp") 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .list-tag li a:hover::before {
    width: 3vw;
  }
}
#container.gelandetaxi2025 .hbg-menu .menu .list-tag li a:hover::after {
  content: "";
  display: inline-block;
  background: url("../images/ab-hover_menu.webp") 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #container.gelandetaxi2025 .hbg-menu .menu .list-tag li a:hover::after {
    width: 3vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
}
.modal .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal .bg {
    padding: 5.1282051282vw;
    justify-content: flex-start;
  }
}
.modal .bg .in {
  position: relative;
  z-index: 2;
  width: 700px;
  height: 426px;
  display: flex;
  background: #fff;
  box-sizing: border-box;
  border: 5px solid #000;
}
.modal .bg .in.hadara {
  width: 431px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal .bg .in.hadara {
    width: 89.7435897436vw;
  }
}
@media screen and (max-width: 767px) {
  .modal .bg .in {
    width: 89.7435897436vw;
    height: auto;
    border: 1vw solid #000;
    flex-direction: column;
  }
}
.modal .bg .in .img {
  width: 290px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal .bg .in .img {
    width: 100%;
  }
}
.modal .bg .in .img img {
  width: 100%;
}
.modal .bg .in dl {
  width: 410px;
  box-sizing: border-box;
  padding: 30px 30px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl {
    width: 100%;
    padding: 5vw;
  }
}
.modal .bg .in dl dt p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl dt p {
    font-size: 3.3vw;
    line-height: 1.65;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl dd {
    margin-top: 3vw;
  }
}
.modal .bg .in dl dd ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl dd ul li a {
    display: inline-block;
  }
}
.modal .bg .in dl dd ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl dd ul li:nth-child(1) {
    width: 50vw;
  }
  .modal .bg .in dl dd ul li:nth-child(1) img {
    max-width: 100%;
  }
}
.modal .bg .in dl dd ul li:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl dd ul li:nth-child(2) {
    margin-left: 2.5641025641vw;
  }
}
.modal .bg .in dl dd ul li:nth-child(n+3) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .modal .bg .in dl dd ul li:nth-child(n+3) {
    margin-left: 1.5384615385vw;
  }
}
.modal .bg .in .modalClose {
  position: absolute;
  right: -40px;
  top: -5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal .bg .in .modalClose {
    right: -3px;
    top: -9vw;
  }
}

@keyframes textIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(1.3);
    opacity: 0;
    filter: blur(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(1);
  }
}
@keyframes t1 {
  0% {
    opacity: 0;
    left: -50px;
    bottom: -10px;
  }
  100% {
    opacity: 1;
    left: 0px;
    bottom: 0px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.wrap-cont {
  width: 100%;
  overflow: hidden;
}

#sc-common-header #gnav_header {
  border-bottom: 0px !important;
}

.sec-account {
  background-color: #EBECED;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.sec-account .account-wrap {
  padding: 60px 0 clamp(280px, 19.44vw, 800px) 0;
  background-size: cover;
  background-position: 50% 0%;
  position: relative;
  background-image: url("../images//account/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap {
    padding-top: 8.9743589744vw;
    padding-bottom: 46.1538461538vw;
    background-size: 180%;
    background-position: 50% 90%;
  }
}
.sec-account .account-wrap .txt {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .txt {
    margin-bottom: 8.9743589744vw;
    font-size: 5.1282051282vw;
    text-align: center;
    line-height: 1.6;
  }
}
.sec-account .account-wrap .sns-ul {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .sns-ul {
    max-width: 75.641025641vw;
  }
}
.sec-account .account-wrap .sns-ul li a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sec-account .account-wrap .sns-ul li a dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .sns-ul li a dl {
    width: 20.5128205128vw;
  }
}
.sec-account .account-wrap .sns-ul li a dl dt {
  width: 80px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .sns-ul li a dl dt {
    width: 15.3846153846vw;
    margin-bottom: 4.1025641026vw;
  }
}
.sec-account .account-wrap .sns-ul li a dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .sns-ul li a dl dd {
    font-size: 3.3333333333vw;
  }
}
.sec-account .account-wrap .sns-ul li a[target=_blank]::after {
  display: none;
}
.sec-account .account-wrap .frame-top-img {
  width: clamp(300px, 35.1vw, 505px);
  position: absolute;
  top: 0%;
  right: 0%;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .frame-top-img {
    width: 55.1282051282vw;
  }
}
.sec-account .account-wrap .frame-bottom-img {
  width: clamp(250px, 31.25vw, 450px);
  position: absolute;
  bottom: 0%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .frame-bottom-img {
    width: 47.6923076923vw;
  }
}
.sec-account .account-wrap .flag-img {
  width: clamp(150px, 20.1vw, 290px);
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-account .account-wrap .flag-img {
    width: 31.5384615385vw;
    right: -7%;
  }
}
.sec-account .band {
  height: 40px;
  background-color: #ffffff;
  background-image: url("../images//account/band.svg");
  background-repeat: repeat-x;
  background-size: 395px 27px;
  background-position: 0% 50%;
}
@media screen and (max-width: 767px) {
  .sec-account .band {
    height: 6.9230769231vw;
    background-size: 66.6666666667vw 4.6153846154vw;
  }
}

.sec-ambassador {
  padding: 70px 20px 55px 20px;
  background-image: url("../images//ambassador/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-ambassador {
    padding: 15.3846153846vw 5.1282051282vw 14.1025641026vw 5.1282051282vw;
    background-image: url("../images//ambassador/bg-sp.webp");
  }
}
.sec-ambassador .ambassador-wrap {
  width: 540px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap {
    width: 100%;
  }
}
.sec-ambassador .ambassador-wrap .ttl-img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .ttl-img {
    margin-bottom: 8.9743589744vw;
  }
}
.sec-ambassador .ambassador-wrap .profile-outer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .profile-outer {
    justify-content: center;
    gap: 10vw;
  }
}
.sec-ambassador .ambassador-wrap .profile-outer .profile dl {
  margin-bottom: 10px;
}
.sec-ambassador .ambassador-wrap .profile-outer .profile dl dt {
  font-family: "Norwester";
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .profile-outer .profile dl dt {
    font-size: 4.358974359vw;
  }
}
.sec-ambassador .ambassador-wrap .profile-outer .profile dl dd {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .profile-outer .profile dl dd {
    font-size: 8.7179487179vw;
  }
}
.sec-ambassador .ambassador-wrap .profile-outer .profile .btn1, .sec-ambassador .ambassador-wrap .profile-outer .profile .btn2 {
  width: 185px;
  height: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #F48606;
  color: #ffffff;
  box-shadow: 4px 4px 0px 0px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .profile-outer .profile .btn1, .sec-ambassador .ambassador-wrap .profile-outer .profile .btn2 {
    width: 35.8974358974vw;
    height: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.sec-ambassador .ambassador-wrap .profile-outer .profile .btn1:hover, .sec-ambassador .ambassador-wrap .profile-outer .profile .btn2:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sec-ambassador .ambassador-wrap .ttl-sub {
  margin-bottom: 10px;
  font-family: "Norwester";
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .ttl-sub {
    margin-top: -8.9743589744vw;
    margin-bottom: 2.5641025641vw;
    font-size: 8.2051282051vw;
    position: relative;
    z-index: 2;
  }
}
.sec-ambassador .ambassador-wrap .txt-area {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador-wrap .txt-area {
    font-size: 4.1025641026vw;
  }
}
.sec-ambassador .ambassador_01-img {
  width: clamp(205px, 35.1vw, 505px);
  position: absolute;
  right: calc(50% + 210px);
  bottom: 0%;
}
.sec-ambassador .ambassador_02-img {
  width: clamp(175px, 33vw, 475px);
  position: absolute;
  left: calc(50% + 250px);
  bottom: 0%;
}
@media screen and (max-width: 767px) {
  .sec-ambassador .ambassador_sp-img {
    min-width: 100vw;
    margin: 0 -20px;
  }
}

.sec-anniversary {
  padding: 60px 20px;
  color: #ffffff;
  background-image: linear-gradient(51deg, rgb(17, 123, 230), rgb(210, 39, 53) 95%);
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  .sec-anniversary {
    padding: 15.3846153846vw 5.1282051282vw 10.2564102564vw 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-anniversary {
    margin-bottom: -64px;
  }
}
.sec-anniversary .anniversary-wrap {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-anniversary .anniversary-wrap .anniversary-ttl-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-anniversary .anniversary-wrap .anniversary-ttl-img {
    margin-bottom: 10.2564102564vw;
    width: 53.8461538462vw;
  }
}
.sec-anniversary .anniversary-wrap .txt {
  margin-bottom: 35px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.sec-anniversary .anniversary-wrap .btn-50th {
  max-width: 385px;
  width: 100%;
  height: 70px;
  font-size: 2.4rem;
  font-weight: 800;
  border-radius: 50px;
  color: #000000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px 5px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .sec-anniversary .anniversary-wrap .btn-50th {
    max-width: 74.358974359vw;
    height: 12.8205128205vw;
    font-size: 4.1025641026vw;
  }
}
.sec-anniversary .anniversary-wrap .btn-50th:hover {
  opacity: 0.7;
  cursor: pointer;
}

.modal {
  color: #000000;
}
.modal .txt a::after {
  display: none;
}

#contents {
  font-family: "YakuHanJPs", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  #contents .w-inner {
    max-width: 1130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #contents .w-inner {
    padding: 0 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .w-inner.sp-s {
    padding: 0 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  #contents .pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #contents .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #contents .sp {
    display: block !important;
  }
}
#contents .end {
  text-align: center;
  font-size: 2.4rem;
  padding: 0.5em 0;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  #contents .end {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */


