@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

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

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ttl__shadow {
  box-shadow: 0 min(0.625vw, 6px) min(0.5208333333vw, 5px) 0 rgba(0, 0, 0, 0.4);
  border-radius: min(1.0416666667vw, 10px);
  width: min(96vw, 960px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .ttl__shadow {
    box-shadow: 0 0.8vw 0.6666666667vw 0 rgba(0, 0, 0, 0.4);
    border-radius: 1.3333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

[disabled] {
  cursor: not-allowed;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-moz-placeholder {
  opacity: 0.7;
}

::placeholder {
  opacity: 0.7;
}

b,
strong {
  font-weight: bolder;
}

i,
em {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.nav__pc {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  height: min(8vw, 92px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: min(0.8695652174vw, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.nav__pc .nav__list {
  display: flex;
  justify-content: center;
}
.nav__pc .nav__item {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: min(1.5652173913vw, 18px);
  font-weight: bold;
  position: relative;
  height: min(4.347826087vw, 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid #333 min(0.1739130435vw, 2px);
  padding-left: min(1.3913043478vw, 16px);
}
.nav__pc .nav__item::after {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: min(4.347826087vw, 50px);
}
.nav__pc .nav__item.item01 {
  padding-right: min(5.652173913vw, 65px);
}
.nav__pc .nav__item.item01::after {
  background-image: url("../images/icon-navi01.png");
  width: min(5.652173913vw, 65px);
}
.nav__pc .nav__item.item02 {
  padding-right: min(5.8260869565vw, 67px);
}
.nav__pc .nav__item.item02::after {
  background-image: url("../images/icon-navi02.png");
  width: min(5.652173913vw, 65px);
}
.nav__pc .nav__item.item03 {
  padding-right: min(5.0434782609vw, 58px);
}
.nav__pc .nav__item.item03::after {
  background-image: url("../images/icon-navi03.png");
  width: min(5.0434782609vw, 58px);
}
.nav__pc .nav__item.item04 {
  padding-right: min(5.3913043478vw, 62px);
}
.nav__pc .nav__item.item04::after {
  background-image: url("../images/icon-navi04.png");
  width: min(5.3913043478vw, 62px);
}
.nav__pc .nav__item.item05 {
  padding-right: min(4.9565217391vw, 57px);
  border: none;
}
.nav__pc .nav__item.item05::after {
  background-image: url("../images/icon-navi05.png");
  width: min(4.9565217391vw, 57px);
}

.main__3th .nav__item.item01,
.main__4th .nav__item.item01 {
  padding-left: 0;
}
.main__3th .nav__item.item05,
.main__4th .nav__item.item05 {
  padding-right: min(3.4782608696vw, 40px);
}

.nav__sp {
  background-color: #FF6010;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  width: 14.4vw;
  height: 14.4vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 9.3333333333vw;
  right: 10.6666666667vw;
  z-index: 3;
}
.nav__sp .hamburger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.nav__sp .hamburger__lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8666666667vw;
}
.nav__sp .hamburger__lines span {
  width: 6.2666666667vw;
  height: 0.4vw;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav__sp .hamburger__text {
  margin-top: 1.3333333333vw;
  font-size: 2.5333333333vw;
  color: #ffffff;
  display: block;
}
.nav__sp {
  /* ×に変形 */
}
.nav__sp .hamburger.is-open .hamburger__lines span:nth-child(1) {
  transform: translateY(2.1333333333vw) rotate(45deg);
}
.nav__sp .hamburger.is-open .hamburger__lines span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav__sp .hamburger.is-open .hamburger__lines span:nth-child(3) {
  transform: translateY(-2.2666666667vw) rotate(-45deg);
}

.nav__wrapper__sp {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100vw);
  padding: 0 5.3333333333vw;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.nav__wrapper__sp.is-active {
  transform: translateX(0vw);
}

.nav__item_sp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 4vw;
  color: #FF6010;
  font-weight: bold;
  border-bottom: solid #333 0.2666666667vw;
  position: relative;
  padding: 5.3333333333vw 0 5.3333333333vw 15.6vw;
  width: 89.3333333333vw;
}
.nav__item_sp::after {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 12.4vw;
  height: 12.4vw;
}
.nav__item_sp.item01::after {
  background-image: url("../images/sp/icon_navi01.png");
}
.nav__item_sp.item02::after {
  background-image: url("../images/sp/icon_navi02.png");
}
.nav__item_sp.item03::after {
  background-image: url("../images/sp/icon_navi03.png");
}
.nav__item_sp.item04::after {
  background-image: url("../images/sp/icon_navi04.png");
}
.nav__item_sp.item05 {
  border: none;
}
.nav__item_sp.item05::after {
  background-image: url("../images/sp/icon_navi05.png");
}

.still__item {
  color: #A5A5A5;
  pointer-events: none;
}

.main__2nd .nav__item_sp.item03::after,
.main__3th .nav__item_sp.item03::after,
.main__4th .nav__item_sp.item03::after {
  background-image: url("../images_2nd/sp/icon_navi03.png");
}

.main__3th .nav__item_sp.item05::after,
.main__4th .nav__item_sp.item05::after {
  background-image: url("../images_3rd/sp/icon_navi05.png");
}

.cm__gallery {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: min(-6.09375vw, -117px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .cm__gallery {
    padding: 4.2666666667vw 0 21.3333333333vw;
    background-image: url("../images/sp/bg-cm.png");
    background-size: 100vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: -16vw;
  }
}
@media screen and (max-width: 750px) {
  .cm__gallery .inner {
    padding: 0 5.3333333333vw 0;
  }
}

.cm__gallery__lead {
  padding: min(6.1458333333vw, 118px) 0 min(12.5vw, 240px);
  background: url("../images/bg-cm01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .cm__gallery__lead {
    padding: min(9.0769230769vw, 118px) 0 min(18.4615384615vw, 240px);
  }
}
@media screen and (max-width: 750px) {
  .cm__gallery__lead {
    display: contents;
  }
}

.lead__ttl {
  font-size: min(4vw, 40px);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 1.375;
}
@media screen and (max-width: 750px) {
  .lead__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.475;
    letter-spacing: 0.26em;
  }
}

.lead__txt {
  font-size: min(1.8vw, 18px);
  text-align: center;
  margin: min(1.25vw, 24px) auto 0;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .lead__txt {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
    line-height: 1.5;
  }
}

.lead__ttl02 {
  width: min(59.5vw, 595px);
  height: auto;
  margin: min(2.5vw, 48px) auto 0;
}
@media screen and (max-width: 750px) {
  .lead__ttl02 {
    width: 78.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.cm__gallery__slide {
  margin-top: min(-8.8541666667vw, -170px);
  padding: 0 0 min(9.8958333333vw, 190px);
  background: url("../images/bg-cm02.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .cm__gallery__slide {
    padding: min(13.0769230769vw, 170px) 0 min(16.9230769231vw, 220px);
  }
}
@media screen and (max-width: 750px) {
  .cm__gallery__slide {
    display: contents;
  }
}

.cm__gallery__inner {
  padding-top: min(8.8541666667vw, 170px);
}
@media screen and (max-width: 750px) {
  .cm__gallery__inner {
    padding-top: 14.9333333333vw;
  }
}

.cm__ttl {
  margin: 0 auto;
}

.slide {
  margin-top: min(3.4375vw, 66px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .slide {
    margin-top: 6.4vw;
  }
}

.slick-slide {
  width: min(34.3229166667vw, 659px);
  margin-right: min(1.9791666667vw, 38px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .slick-slide {
    width: 52.9333333333vw;
    margin-right: 6.5333333333vw;
  }
}
.slick-slide::after {
  content: "";
  background-image: url("../images/icon_play.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: min(5.9375vw, 114px);
  height: min(5.9375vw, 114px);
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .slick-slide::after {
    background-image: url("../images/sp/icon_play.svg");
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 64%;
  }
}
.slick-slide .thum__ttl {
  text-align: center;
  font-size: min(2.2vw, 22px);
}
@media screen and (max-width: 750px) {
  .slick-slide .thum__ttl {
    font-size: 2.9333333333vw;
  }
}
.slick-slide .thum__img__wrap {
  background-color: #fff;
  border-radius: min(0.5208333333vw, 10px);
  width: 100%;
  height: min(19.7395833333vw, 379px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(0.8333333333vw, 16px);
  box-shadow: 0 min(0.3125vw, 3px) min(0.625vw, 6px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .slick-slide .thum__img__wrap {
    border-radius: 1.3333333333vw;
    height: 30.5333333333vw;
    margin-top: 3.2vw;
  }
}
.slick-slide .thum__img {
  width: min(32.2395833333vw, 619px);
  height: min(18.0729166667vw, 347px);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .slick-slide .thum__img {
    width: 49.6vw;
    height: 27.8666666667vw;
  }
}
.slick-slide .thum__txt {
  text-align: center;
  font-size: min(1.6vw, 16px);
  margin-top: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .slick-slide .thum__txt {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
    font-weight: bold;
  }
}

.slick-dots {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: min(-1.25vw, -24px);
}

.slick-dots li[role=presentation] {
  width: min(0.6770833333vw, 13px);
  height: min(0.6770833333vw, 13px);
  margin: min(1.25vw, 24px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .slick-dots li[role=presentation] {
    width: 1.6vw;
    height: 1.6vw;
    margin: 1.6vw;
  }
}

.slick-dots button[aria-label*=of] {
  font-size: 0;
}
.slick-dots button[aria-label*=of]:before {
  content: "";
  background-color: #fff;
  opacity: 1;
  width: min(0.6770833333vw, 13px);
  height: min(0.6770833333vw, 13px);
  display: block;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 750px) {
  .slick-dots button[aria-label*=of]:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.slick-dots li[role=presentation].slick-active {
  width: min(4.375vw, 84px);
  height: min(3.1770833333vw, 61px);
  margin: min(0.6770833333vw, 13px);
}
@media screen and (max-width: 750px) {
  .slick-dots li[role=presentation].slick-active {
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}

.slick-dots .slick-active button[aria-label*=of]:before {
  background-color: transparent;
  background-image: url("../images/icon-swiper-page.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: min(4.375vw, 84px);
  height: min(3.1770833333vw, 61px);
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .slick-dots .slick-active button[aria-label*=of]:before {
    width: 6.5333333333vw;
    height: 4.8vw;
    border-radius: 0;
  }
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: min(4.375vw, 84px);
  height: min(3.75vw, 72px);
  position: absolute;
  top: 44%;
  z-index: 1;
}
.slick-prev::before,
.slick-next::before {
  content: "";
}
@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    top: 50%;
  }
}

.slick-prev {
  background-image: url("../images/icon_prev.svg");
  left: min(4.5833333333vw, 88px);
}

.slick-next {
  background-image: url("../images/icon_next.svg");
  right: min(4.5833333333vw, 88px);
}

.modal__wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}
.modal__wrapper.is-open {
  display: block;
}

.close__bg {
  width: 100%;
  height: 100%;
}

.modal_container {
  width: min(80vw, 960px);
  height: min(46vw, 552px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .modal_container {
    width: 89.3333333333vw;
  }
}
.modal_container .thum__ttl {
  text-align: center;
  font-size: min(2.1666666667vw, 26px);
  margin-bottom: min(2vw, 24px);
}
@media screen and (max-width: 750px) {
  .modal_container .thum__ttl {
    font-size: 2.9333333333vw;
    margin-bottom: 3.2vw;
  }
}
.modal_container .youtube__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: min(0.8333333333vw, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .modal_container .youtube__wrap {
    width: 89.3333333333vw;
    height: 51.3333333333vw;
    margin: 0 auto;
    border: 1.3333333333vw;
  }
}
.modal_container .youtube__wrap .js-youtube-iframe {
  width: min(75.1666666667vw, 902px);
  height: min(42.0833333333vw, 505px);
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .modal_container .youtube__wrap .js-youtube-iframe {
    width: 84vw;
    height: 47.0666666667vw;
  }
}
.modal_container .close__btn {
  width: min(5.4166666667vw, 65px);
  height: min(5.4166666667vw, 65px);
  border-radius: 50%;
  background-color: #fff;
  border: min(0.4166666667vw, 5px) solid #000;
  position: absolute;
  top: min(-1.6666666667vw, -20px);
  right: min(-5.8333333333vw, -70px);
}
@media screen and (max-width: 1200px) {
  .modal_container .close__btn {
    top: 24px;
    right: -24px;
  }
}
@media screen and (max-width: 750px) {
  .modal_container .close__btn {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    border: 0.6666666667vw solid #000;
    top: 3.4666666667vw;
    right: -3.4666666667vw;
  }
}
.modal_container .close__btn::before, .modal_container .close__btn::after {
  content: "";
  display: block;
  width: min(0.3333333333vw, 4px);
  height: min(3.3333333333vw, 40px);
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .modal_container .close__btn::before, .modal_container .close__btn::after {
    width: 0.5333333333vw;
    height: 4.5333333333vw;
  }
}
.modal_container .close__btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_container .close__btn::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

body.is-fixed {
  overflow: hidden;
}
body.is-fixed .nav__pc {
  z-index: -1;
}
body.is-fixed .nav__sp {
  z-index: 1;
}
body.is-fixed .nav__wrapper__sp {
  z-index: 1;
}

/* YouTube カスタムUI */
.youtube-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.youtube-box iframe {
  width: 100%;
  height: 100%;
}

/* 再生カバー */
.youtube-cover {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  display: block;
  width: min(9.5vw, 114px);
  height: min(9.5vw, 114px);
}
@media screen and (max-width: 750px) {
  .youtube-cover {
    width: max(75px, 15.2vw);
    height: max(75px, 15.2vw);
  }
}

.youtube-cover.is-hidden {
  display: none;
}

.main__2nd .cm__gallery {
  margin-bottom: min(-10.4166666667vw, -100px);
}
@media screen and (max-width: 750px) {
  .main__2nd .cm__gallery {
    margin-bottom: -18.6666666667vw;
  }
}

.main__3th .cm__gallery,
.main__4th .cm__gallery {
  margin-bottom: min(-10.4166666667vw, -100px);
}
@media screen and (max-width: 750px) {
  .main__3th .cm__gallery,
  .main__4th .cm__gallery {
    margin-top: -1px;
    padding: 4.2666666667vw 0 9.3333333333vw;
    background-image: url("../images_3rd/sp/bg-cm.png");
    background-size: 100vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: relative;
  }
  .main__3th .cm__gallery::after,
  .main__4th .cm__gallery::after {
    position: absolute;
    content: "";
    bottom: -10.9333333333vw;
    left: 0;
    right: 0;
    display: block;
    width: calc(13.3333333333% * 1vw);
    height: 11.7333333333vw;
    background-image: url("../images_3rd/sp/bg-cm-deco.png");
    background-size: 100vw auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.campaign__wrapper {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images_2nd/bg_campaign_inner.png"), url("../images_2nd/bg_campaign_wrap.jpg");
  background-size: 1920px auto, cover;
  background-position: center 128px, center top;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 1000px) {
  .campaign__wrapper {
    background-image: url("../images_2nd/bg_campaign_inner02.png"), url("../images_2nd/bg_campaign_wrap.jpg");
    background-size: contain, cover;
    background-position: center top, center top;
  }
}
@media screen and (max-width: 750px) {
  .campaign__wrapper {
    background-image: url("../images_2nd/sp/bg_campaign_inner.png"), url("../images_2nd/sp/bg_campaign_wrap.jpg");
    background-size: contain, cover;
    background-position: center -5.3333333333vw, center top;
    background-repeat: no-repeat, no-repeat;
  }
}

.campaign {
  padding: min(34.7916666667vw, 334px) 0 min(9.1666666667vw, 88px);
  color: #fff;
}
@media screen and (max-width: 750px) {
  .campaign {
    padding: 16vw 0 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.campaign .campaign__txt {
  font-size: min(3.3333333333vw, 32px);
  font-weight: 500;
  text-align: center;
  margin-top: min(2.5vw, 24px);
  text-shadow: min(0.1041666667vw, 1px) min(0.1041666667vw, 1px) min(0.625vw, 6px) #530000;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__txt {
    font-size: 4.2666666667vw;
    text-shadow: 0.1333333333vw 0.1333333333vw 0.8vw #530000;
    margin-top: 1.4666666667vw;
  }
}
.campaign .campaign__lost {
  position: relative;
}
.campaign .campaign__lost__img {
  width: min(96vw, 960px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__lost__img {
    margin: 4.2666666667vw auto 0;
    width: 89.3333333333vw;
  }
}
.campaign .campaign__lost__txt {
  position: absolute;
  bottom: min(4.1666666667vw, 40px);
  right: min(11.9791666667vw, 115px);
  width: min(55.7291666667vw, 535px);
  text-align: center;
  font-size: min(1.875vw, 18px);
  font-weight: 500;
  text-shadow: min(0.1041666667vw, 1px) min(0.1041666667vw, 1px) min(0.625vw, 6px) #530000;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__lost__txt {
    position: static;
    width: 89.3333333333vw;
    text-align: center;
    margin: 3.2vw auto 0;
    text-shadow: 0.1333333333vw 0.1333333333vw 0.8vw #530000;
  }
}
.campaign .lost__ttl {
  font-size: min(2.0833333333vw, 20px);
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
  text-decoration-thickness: min(0.2083333333vw, 2px);
  text-underline-offset: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .campaign .lost__ttl {
    font-size: 3.7333333333vw;
    text-underline-offset: 2.6666666667vw;
  }
}
.campaign .lost__txt {
  margin-top: min(2.5vw, 24px);
  font-size: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 750px) {
  .campaign .lost__txt {
    font-size: 3.7333333333vw;
    margin-top: 5.8666666667vw;
  }
}
.campaign .lost__caution {
  margin-top: min(1.6666666667vw, 16px);
  font-size: min(1.4583333333vw, 14px);
  font-weight: 400;
  text-align: start;
}
@media screen and (max-width: 750px) {
  .campaign .lost__caution {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.campaign .lost__caution__list {
  text-indent: -1em;
  padding-left: 1em;
}
.campaign .campaign__goods {
  margin: min(5.6vw, 56px) auto 0;
  width: min(96vw, 960px);
}
@media screen and (max-width: 750px) {
  .campaign .campaign__goods {
    width: 89.3333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.campaign .campaign__keywords {
  background-image: url("../images_2nd/bg_key.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__keywords {
    background-image: url("../images_2nd/sp/bg_key.png");
    background-size: 100vw auto;
    background-position: center 9.3333333333vw;
    background-repeat: no-repeat;
  }
}
.campaign .keyword__ttl {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .campaign .keyword__ttl {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.campaign .key {
  margin-top: min(3.75vw, 36px);
}
@media screen and (max-width: 750px) {
  .campaign .key {
    width: 89.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .campaign .key:first-of-type {
    margin-top: 4.2666666667vw;
  }
}
.campaign .keyword__search {
  width: 100%;
  margin: min(4.7916666667vw, 46px) auto 0;
}
@media screen and (max-width: 750px) {
  .campaign .keyword__search {
    margin-top: 4.2666666667vw;
    width: 89.3333333333vw;
  }
}
.campaign .quiz__form {
  text-align: center;
  font-size: min(1.875vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .campaign .quiz__form {
    font-size: 3.4666666667vw;
  }
}
.campaign .quiz__txt {
  display: block;
  font-weight: bold;
  margin-top: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 750px) {
  .campaign .quiz__txt {
    margin-top: 2.1333333333vw;
  }
}
.campaign .quiz__input {
  width: min(84.6875vw, 813px);
  border-radius: min(1.0416666667vw, 10px);
  margin: min(1.0416666667vw, 10px) auto 0;
  padding: min(1.875vw, 18px) min(2.5vw, 24px) min(2.0833333333vw, 20px);
  color: #333;
}
@media screen and (max-width: 750px) {
  .campaign .quiz__input {
    font-size: 3.7333333333vw;
    width: 72vw;
    margin-top: 0.8vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 2vw;
  }
}
.campaign .quiz__input::placeholder, .campaign .quiz__input::-webkit-input-placeholder, .campaign .quiz__input:-ms-input-placeholder, .campaign .quiz__input::-ms-input-placeholder {
  color: #999;
  font-weight: bold;
}
.campaign .quiz__txt02 {
  text-align: start;
  margin-top: min(1.3541666667vw, 13px);
  margin-left: min(8.5416666667vw, 82px);
}
@media screen and (max-width: 750px) {
  .campaign .quiz__txt02 {
    font-size: 2.6666666667vw;
    text-align: center;
    margin-left: 0;
    margin-top: 1.0666666667vw;
  }
}
.campaign .btn__answer {
  width: min(57.3958333333vw, 551px);
  margin-top: min(7.5vw, 72px);
  padding-bottom: min(15.625vw, 150px);
}
@media screen and (max-width: 750px) {
  .campaign .btn__answer {
    width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
    padding-bottom: 12.6666666667vw;
  }
}
.campaign .btn__answer.is-btnDisabled {
  pointer-events: none;
}
.campaign {
  /* 初期状態：カラー表示 / グレー非表示 */
}
.campaign .btn__answer .is-active {
  display: block;
}
.campaign .btn__answer .is-disabled {
  display: none;
}
.campaign {
  /* 非活性状態 */
}
.campaign .btn__answer.is-btnDisabled {
  pointer-events: none;
  cursor: default;
}
.campaign {
  /* 非活性時 → グレー表示 / カラー非表示 */
}
.campaign .btn__answer.is-btnDisabled .is-active {
  display: none;
}
.campaign .btn__answer.is-btnDisabled .is-disabled {
  display: block;
}
.campaign .campaign__step {
  padding: 0 0 min(4.1666666667vw, 40px);
  width: min(96vw, 960px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__step {
    padding: 0 0 5.3333333333vw;
  }
}
.campaign .step__txt {
  width: min(96.8vw, 968px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign .step__txt {
    width: 89.3333333333vw;
  }
}
.campaign .step__caution {
  text-align: center;
  margin-top: min(2.0833333333vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .campaign .step__caution {
    text-align: start;
    font-size: 2.6666666667vw;
    width: 78.6666666667vw;
    margin: 3.2vw auto 0;
  }
}
.campaign .step__caution__txt {
  text-indent: -1em;
  padding-left: 1em;
}
.campaign .hint__txt {
  font-size: min(2.7083333333vw, 26px);
  font-weight: bold;
  margin-top: min(4.6875vw, 45px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaign .hint__txt {
    font-size: 2.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.campaign .hint__img {
  border-top: min(0.2083333333vw, 2px) solid #fff;
}
@media screen and (max-width: 750px) {
  .campaign .hint__img {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid #fff;
  }
}
.campaign .btn__x {
  display: block;
  width: min(57.3958333333vw, 551px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .campaign .btn__x {
    width: 78.4vw;
  }
}
.campaign .campaign__modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: none;
}
.campaign .campaign__modal.is-show {
  display: block;
}
.campaign .campaign__modal .close__bg {
  width: 100vw;
  height: 100vh;
}
.campaign .campaign__modal .modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(64vw, 960px);
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .modal__wrap {
    width: 92vw;
    border-radius: 1.3333333333vw;
  }
}
.campaign .campaign__modal .modal__inner {
  max-height: 95vh;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .modal__inner {
    max-height: 90vh;
  }
}
.campaign .campaign__modal .modal__win__img,
.campaign .campaign__modal .modal__retry__img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .modal__win__img,
  .campaign .campaign__modal .modal__retry__img {
    width: 92vw;
  }
}
.campaign .campaign__modal .entry__wrap {
  position: absolute;
  bottom: min(2.6666666667vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: min(36.7333333333vw, 551px);
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .entry__wrap {
    width: 78.4vw;
    bottom: 3.7333333333vw;
  }
}
.campaign .campaign__modal .entry__txt {
  text-align: center;
  font-size: min(1.3333333333vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .entry__txt {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
.campaign .campaign__modal .entry__btn {
  display: block;
  width: min(36.7333333333vw, 551px);
  margin-top: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .entry__btn {
    width: 78.4vw;
  }
}
.campaign .campaign__modal .btn__hint {
  position: absolute;
  bottom: min(2.6666666667vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: min(36.7333333333vw, 551px);
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .btn__hint {
    width: 78.4vw;
  }
}
.campaign .campaign__modal .close__btn {
  width: min(4.3333333333vw, 65px);
  height: min(4.3333333333vw, 65px);
  border-radius: 50%;
  background-color: #fff;
  border: min(0.3333333333vw, 5px) solid #000;
  position: absolute;
  top: min(-1vw, -15px);
  right: min(-1.5vw, -15px);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .close__btn {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    border: 0.6666666667vw solid #000;
    top: -3.4666666667vw;
    right: -3.4666666667vw;
  }
}
.campaign .campaign__modal .close__btn::before, .campaign .campaign__modal .close__btn::after {
  content: "";
  display: block;
  width: min(0.2666666667vw, 4px);
  height: min(2.6666666667vw, 40px);
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .campaign .campaign__modal .close__btn::before, .campaign .campaign__modal .close__btn::after {
    width: 0.5333333333vw;
    height: 4.5333333333vw;
  }
}
.campaign .campaign__modal .close__btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.campaign .campaign__modal .close__btn::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.campaign .terms {
  margin-top: min(5vw, 48px);
}
@media screen and (max-width: 750px) {
  .campaign .terms {
    margin-top: 6.4vw;
  }
}
.campaign .terms__accordion {
  width: min(96vw, 960px);
  margin: 0 auto;
  text-align: center;
  font-size: min(1.875vw, 18px);
  font-weight: 500;
  background-color: #333333;
  border: min(0.3125vw, 3px) solid #fff;
  border-radius: min(1.0416666667vw, 10px);
  padding: min(1.6666666667vw, 16px) min(3.3333333333vw, 32px) min(1.875vw, 18px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .campaign .terms__accordion {
    border: 0.4vw solid #fff;
    width: 89.3333333333vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}
.campaign .terms__accordion::before, .campaign .terms__accordion::after {
  content: "";
  display: block;
  width: min(2.9166666667vw, 28px);
  height: min(0.3125vw, 3px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: min(4.1666666667vw, 40px);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .campaign .terms__accordion::before, .campaign .terms__accordion::after {
    width: 3.7333333333vw;
    height: 0.4vw;
    right: 5.3333333333vw;
  }
}
.campaign .terms__accordion::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
}
.campaign .terms__accordion.is-open::after {
  transform: translateY(-50%) rotate(0);
}
.campaign .terms__accordion__contents {
  margin: 0 auto;
  width: min(96vw, 960px);
  font-size: min(1.4583333333vw, 14px);
  font-weight: 500;
  background-color: #333333;
  border: min(0.3125vw, 3px) solid #fff;
  border-radius: min(1.0416666667vw, 10px);
  padding: 0 min(3.3333333333vw, 32px);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .campaign .terms__accordion__contents {
    width: 89.3333333333vw;
    border: 0.4vw solid #fff;
    font-size: 3.2vw;
    letter-spacing: 0.09em;
    line-height: 1.5;
    padding: 0 5.3333333333vw;
  }
}
.campaign .terms__accordion__contents.is-show {
  max-height: 445px;
  margin-top: min(0.8333333333vw, 8px);
  padding: min(3.3333333333vw, 32px);
  opacity: 1;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .campaign .terms__accordion__contents.is-show {
    margin-top: 2.1333333333vw;
    padding: 3.2vw 5.3333333333vw 4.9333333333vw;
    max-height: 72.9333333333vw;
  }
}

.terms__txt:not(:first-of-type) {
  margin-top: 1rem;
}

.main__3th .campaign,
.main__4th .campaign {
  margin-top: -2px;
}

/* find */
.find {
  background-image: url(../images/bg_find.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: -1px;
}
@media screen and (max-width: 750px) {
  .find {
    background-image: url(../images/sp/bg_find.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.find .inner {
  max-width: 960px;
  margin: 0 auto;
  padding-top: min(22.9166666667vw, 220px);
  padding-bottom: min(9.1666666667vw, 88px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .find .inner {
    width: 89.3333333333vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.find__ttl {
  margin-bottom: min(13.9583333333vw, 134px);
}
@media screen and (max-width: 750px) {
  .find__ttl {
    margin-bottom: 7.0666666667vw;
  }
}
.find__hint {
  box-shadow: 0 min(0.5208333333vw, 5px) min(0.625vw, 6px) 0px rgba(0, 0, 0, 0.63);
  border-radius: min(1.0416666667vw, 10px);
  width: min(96vw, 960px);
  margin: 0 auto min(6.6666666667vw, 64px);
}
@media screen and (max-width: 750px) {
  .find__hint {
    margin-bottom: 5.3333333333vw;
    border-radius: 1.4666666667vw;
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .find__hint {
    box-shadow: none;
  }
}
.find__hint01 {
  position: relative;
  margin-bottom: min(12.0833333333vw, 116px);
}
@media screen and (max-width: 750px) {
  .find__hint01 {
    margin-bottom: 5.2vw;
  }
}
.find__hint01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: min(1.7708333333vw, 17px);
  width: min(15.9375vw, 153px);
  height: min(33.75vw, 324px);
  background: url(../images/find_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .find__hint01::before {
    content: none;
  }
}
.find__hint02 {
  position: relative;
  margin-bottom: min(10.8333333333vw, 104px);
}
@media screen and (max-width: 750px) {
  .find__hint02 {
    margin-bottom: 5.3333333333vw;
  }
}
.find__hint02::before {
  content: "";
  position: absolute;
  bottom: min(-0.3125vw, -3px);
  right: min(1.875vw, 18px);
  width: min(20.9375vw, 201px);
  height: min(30.7291666667vw, 295px);
  background: url(../images/find_icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .find__hint02::before {
    content: none;
  }
}
.find__hint03 {
  position: relative;
  margin-bottom: min(11.875vw, 114px);
}
@media screen and (max-width: 750px) {
  .find__hint03 {
    margin-bottom: 0vw;
  }
}
.find__hint03::before {
  content: "";
  position: absolute;
  bottom: min(-0.3125vw, -3px);
  left: min(1.875vw, 18px);
  width: min(20.2083333333vw, 194px);
  height: min(26.9791666667vw, 259px);
  background: url(../images/find_icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .find__hint03::before {
    display: none;
  }
}
.find__btn {
  width: min(68.0208333333vw, 653px);
  height: auto;
  margin: min(11.9791666667vw, 115px) auto 0;
}
@media screen and (max-width: 750px) {
  .find__btn {
    width: 78.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.main__2nd .find,
.main__3th .find,
.main__4th .find {
  background-image: url(../images_2nd/bg_find.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: -1px;
}
@media screen and (max-width: 750px) {
  .main__2nd .find,
  .main__3th .find,
  .main__4th .find {
    background-image: url(../images_2nd/sp/bg_find.png);
    background-size: cover;
    background-position: center top;
  }
}
.main__2nd .find .inner,
.main__3th .find .inner,
.main__4th .find .inner {
  padding-top: min(9.1666666667vw, 88px);
}
@media screen and (max-width: 750px) {
  .main__2nd .find .inner,
  .main__3th .find .inner,
  .main__4th .find .inner {
    padding-top: 5.8666666667vw;
  }
}

.ooh {
  background-image: url("../images_3rd/bg_ooh.png");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  padding: min(9.1666666667vw, 88px) 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .ooh {
    background-image: url("../images_3rd/sp/bg_ooh.png");
  }
}

.ooh__txt {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: min(5vw, 48px) min(7.7083333333vw, 74px);
  background-image: url("../images_3rd/txt_ooh.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: min(2.9166666667vw, 28px);
  font-weight: bold;
  margin-top: min(4.375vw, 42px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ooh__txt {
    font-size: 3.2vw;
    width: 89.3333333333vw;
    padding: 11.7333333333vw 9.8666666667vw;
    background-image: url("../images_3rd/sp/txt_ooh.png");
    background-size: 89.3333333333vw auto;
    line-height: 1.75;
    margin-top: 5.3333333333vw;
  }
}
.ooh__txt .main {
  color: #FF6010;
  font-size: min(3.5416666667vw, 34px);
  line-height: 1.4117647059;
  letter-spacing: 0.091em;
}
@media screen and (max-width: 750px) {
  .ooh__txt .main {
    font-size: 4.5333333333vw;
    line-height: 1.3529411765;
  }
}
.ooh__txt .kerning {
  margin-left: -0.1em;
}
.ooh__txt .sub {
  font-size: min(2.0833333333vw, 20px);
  margin-top: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 750px) {
  .ooh__txt .sub {
    font-size: 3.4666666667vw;
    margin-top: 0.6666666667vw;
    line-height: 1.5;
  }
}
.ooh__txt .days {
  color: #7E0000;
  font-size: min(2.0833333333vw, 20px);
  margin-top: min(2.5vw, 24px);
}
@media screen and (max-width: 750px) {
  .ooh__txt .days {
    font-size: 3.7333333333vw;
    margin-top: 1.8666666667vw;
    line-height: 1.4285714286;
  }
}

.ooh__caution {
  width: min(83.3333333333vw, 800px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: min(1.0416666667vw, 10px);
  padding: min(3.3333333333vw, 32px) min(9.7916666667vw, 94px);
  font-size: min(1.6666666667vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  margin-top: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 750px) {
  .ooh__caution {
    width: 89.3333333333vw;
    font-size: 2.6666666667vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.ooh__caution .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ooh__accordion {
  color: #fff;
  width: min(96vw, 960px);
  height: min(6.25vw, 60px);
  margin: 0 auto;
  text-align: center;
  font-size: min(2.5vw, 24px);
  font-weight: bold;
  background-color: #FF6010;
  border: min(0.3125vw, 3px) solid #fff;
  border-radius: min(1.0416666667vw, 10px);
  position: relative;
  margin-top: min(2.9166666667vw, 28px);
  letter-spacing: 0.091em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .ooh__accordion {
    border: 0.4vw solid #fff;
    width: 89.3333333333vw;
    height: 10.1333333333vw;
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .ooh__accordion:first-of-type {
    margin-top: 5.3333333333vw;
  }
}
.ooh__accordion::before, .ooh__accordion::after {
  content: "";
  display: block;
  width: min(2.9166666667vw, 28px);
  height: min(0.3125vw, 3px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: min(4.1666666667vw, 40px);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .ooh__accordion::before, .ooh__accordion::after {
    width: 3.7333333333vw;
    height: 0.4vw;
    right: 5.3333333333vw;
  }
}
.ooh__accordion::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
}
.ooh__accordion.is-open::after {
  transform: translateY(-50%) rotate(0);
}

.ooh__accordion__contents {
  margin: 0 auto;
  width: min(96vw, 960px);
  font-size: min(1.4583333333vw, 14px);
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.7);
  border: min(0.3125vw, 3px) solid #fff;
  border-radius: min(1.0416666667vw, 10px);
  padding: 0 min(8.3333333333vw, 80px);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .ooh__accordion__contents {
    width: 89.3333333333vw;
    border: 0.4vw solid #fff;
    font-size: 3.2vw;
    letter-spacing: 0.09em;
    line-height: 1.5;
    padding: 0 5.3333333333vw;
  }
}
.ooh__accordion__contents.is-show {
  max-height: 2500px;
  margin-top: min(0.8333333333vw, 8px);
  padding: min(5vw, 48px) min(8.3333333333vw, 80px);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .ooh__accordion__contents.is-show {
    margin-top: 2.1333333333vw;
    padding: 5.3333333333vw;
  }
}

.city__ttl {
  background-color: #530000;
  border-radius: min(0.5208333333vw, 5px);
  display: inline-block;
  padding: min(0.8333333333vw, 8px) min(3.3333333333vw, 32px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(2.0833333333vw, 20px);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .city__ttl {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 4.2666666667vw;
  }
}

.place {
  font-size: min(2.0833333333vw, 20px);
  font-weight: bold;
  margin-top: min(0.8333333333vw, 8px);
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .place {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.place__img {
  margin-top: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 750px) {
  .place__img {
    margin-top: 2.1333333333vw;
  }
}

.city__caution {
  font-weight: bold;
  font-size: min(1.4583333333vw, 14px);
  letter-spacing: 0.091em;
}
@media screen and (max-width: 750px) {
  .city__caution {
    font-size: 2.6666666667vw;
  }
}

.mt20 {
  margin-top: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 750px) {
  .mt20 {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .mt26-s {
    margin-top: 3.4666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .mt27-s {
    margin-top: 3.6vw;
  }
}

.middle__contents {
  width: min(66.7708333333vw, 641px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .middle__contents {
    width: 63.0666666667vw;
  }
}

.wide__contents,
.middle__contents,
.short__contents {
  text-align: center;
}
.wide__contents:not(:first-of-type),
.middle__contents:not(:first-of-type),
.short__contents:not(:first-of-type) {
  margin-top: min(5.8333333333vw, 56px);
}

.short__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.short__contents .contents__wrap {
  display: flex;
  gap: min(12.5vw, 120px);
}
@media screen and (max-width: 750px) {
  .short__contents .contents__wrap {
    gap: 8.5333333333vw;
  }
}
.short__contents .contents__wrap:not(:first-of-type) {
  margin-top: min(5.8333333333vw, 56px);
}
.short__contents .contents {
  width: min(32.1vw, 321px);
}

@media screen and (max-width: 750px) {
  .main__4th .ooh__txt {
    font-size: 3.2vw;
    width: 89.3333333333vw;
    padding: 11.7333333333vw 9.8666666667vw;
    background-image: url("../images_4th/sp/txt_ooh.png");
    background-size: 89.3333333333vw auto;
    line-height: 1.75;
    margin-top: 5.3333333333vw;
  }
}
.main__4th .ooh__txt .sub {
  margin-top: min(0.8333333333vw, 8px);
}
.main__4th .ooh__txt .sub02 {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__txt .sub02 {
    font-size: 3.2vw;
  }
}
.main__4th .ooh__txt .days {
  margin-top: min(1.875vw, 18px);
}
.main__4th .ooh__poster {
  width: min(83.3333333333vw, 800px);
  background-image: url("../images_4th/bg_poster.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: min(2.5vw, 24px);
  padding: min(5vw, 48px) 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster {
    background-image: url("../images_4th/sp/bg_poster.png");
    width: 89.6vw;
    margin-top: 4.9333333333vw;
    padding: 6.4vw 0;
  }
}
.main__4th .ooh__poster__img {
  padding: 0;
  display: block;
  width: min(44.7916666667vw, 430px);
  margin: 0 auto;
  box-shadow: min(0.3125vw, 3px) min(0.3125vw, 3px) min(0.625vw, 6px) rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__img {
    width: 78.6666666667vw;
  }
}
.main__4th .ooh__poster__txt {
  font-size: min(2.0833333333vw, 20px);
  font-weight: bold;
  text-align: center;
  color: #333333;
  width: min(54.1666666667vw, 520px);
  padding-inline: min(1.875vw, 18px);
  display: inline-block;
  margin: 0 auto;
  margin-top: min(2.5vw, 24px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__txt {
    font-size: 3.4666666667vw;
    width: 78.6666666667vw;
    padding: 0;
    margin-top: 2.1333333333vw;
  }
}
.main__4th .ooh__poster__txt::before, .main__4th .ooh__poster__txt::after {
  content: "";
  width: min(0.3125vw, 3px);
  height: min(6.1458333333vw, 59px);
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__txt::before, .main__4th .ooh__poster__txt::after {
    width: 0.4vw;
    height: 9.3333333333vw;
    top: 0.9333333333vw;
  }
}
.main__4th .ooh__poster__txt::before {
  left: 0;
  transform: rotate(-17deg);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__txt::before {
    left: 1.0666666667vw;
  }
}
.main__4th .ooh__poster__txt::after {
  right: 0;
  transform: rotate(17deg);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__txt::after {
    right: 1.0666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__txt .ooh__poster__txt02 {
    font-size: 2.9333333333vw;
  }
}
.main__4th .ooh__poster__btn {
  width: min(57.2916666667vw, 550px);
  display: block;
  margin: 0 auto;
  margin-top: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__poster__btn {
    width: 73.4666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.main__4th .ooh__zone {
  margin-top: min(5vw, 48px);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__zone {
    margin-top: 5.6vw;
  }
}
.main__4th .ooh__modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: none;
}
.main__4th .ooh__modal.is-show {
  display: block;
}
.main__4th .ooh__modal .close__bg {
  width: 100vw;
  height: 100vh;
}
.main__4th .ooh__modal .modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(64vw, 960px);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__modal .modal__wrap {
    width: 89.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.main__4th .ooh__modal .modal__inner {
  max-height: 95vh;
  height: min(64vw, 960px);
  width: min(64vw, 960px);
  inset: 0;
  background-color: #fff;
  overflow-y: scroll;
  padding: min(4.2708333333vw, 41px);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__modal .modal__inner {
    padding: 11.7333333333vw 0;
    max-height: 90vh;
    width: 89.3333333333vw;
    height: 147.3333333333vw;
  }
}
.main__4th .ooh__modal .modal__img {
  width: min(51.1458333333vw, 491px);
  margin: 0 auto;
  box-shadow: min(0.9375vw, 9px) min(0.3125vw, 3px) min(3.125vw, 30px) rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__modal .modal__img {
    width: 74.4vw;
  }
}
.main__4th .ooh__modal .close__btn {
  width: min(4.3333333333vw, 65px);
  height: min(4.3333333333vw, 65px);
  border-radius: 50%;
  background-color: #fff;
  border: min(0.3333333333vw, 5px) solid #000;
  position: absolute;
  top: min(-1vw, -15px);
  right: min(-1.5vw, -15px);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__modal .close__btn {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    border: 0.6666666667vw solid #000;
    top: -3.4666666667vw;
    right: -3.4666666667vw;
  }
}
.main__4th .ooh__modal .close__btn::before, .main__4th .ooh__modal .close__btn::after {
  content: "";
  display: block;
  width: min(0.2666666667vw, 4px);
  height: min(2.6666666667vw, 40px);
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .main__4th .ooh__modal .close__btn::before, .main__4th .ooh__modal .close__btn::after {
    width: 0.5333333333vw;
    height: 4.5333333333vw;
  }
}
.main__4th .ooh__modal .close__btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main__4th .ooh__modal .close__btn::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.coming {
  background: linear-gradient(#000, #333);
  padding: min(9.1666666667vw, 88px) 0 min(10.625vw, 102px);
}
@media screen and (max-width: 750px) {
  .coming {
    padding: 5.3333333333vw;
  }
}

.coming__news {
  background-color: #fff;
  width: min(96vw, 960px);
  border-radius: min(1.0416666667vw, 10px);
  padding: min(4.1666666667vw, 40px) 0;
  margin: min(6.6666666667vw, 64px) auto 0;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: min(1.0416666667vw, 10px);
  font-size: min(2.0833333333vw, 20px);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .coming__news {
    width: 100%;
    padding: 5.3333333333vw 5.7333333333vw 5.3333333333vw 5.3333333333vw;
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.coming__news .coming__txt {
  font-size: min(3.5416666667vw, 34px);
  font-weight: bold;
  color: #FF6010;
}
@media screen and (max-width: 750px) {
  .coming__news .coming__txt {
    font-size: clamp(10px, 4vw, 30px);
  }
}
.coming__news .coming__txt02 {
  font-size: min(2.5vw, 24px);
  font-weight: bold;
  margin-top: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 750px) {
  .coming__news .coming__txt02 {
    font-size: clamp(10px, 3.2vw, 24px);
    margin-top: 2.1333333333vw;
  }
}

.movie {
  background-image: url("../images/bg_movie.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: min(9.375vw, 90px) 0 min(6.7708333333vw, 65px);
}
@media screen and (max-width: 750px) {
  .movie {
    background-image: url("../images/sp/bg_movie.png");
    padding: 145.0666666667vw 0 5.3333333333vw;
  }
}

.movie__img {
  width: min(49.4791666667vw, 950px);
  margin: 0 min(8.125vw, 156px) 0 auto;
}
@media screen and (max-width: 750px) {
  .movie__img {
    margin: 3.8666666667vw 0 0 auto;
    width: 100%;
  }
}

.movie__btn {
  width: min(34.0104166667vw, 653px);
  margin: min(1.8229166667vw, 35px) min(16.3541666667vw, 314px) 0 auto;
  border-radius: min(2.34375vw, 45px);
  box-shadow: min(0.1041666667vw, 2px) min(0.1041666667vw, 2px) 0 0 #000;
}
@media screen and (max-width: 750px) {
  .movie__btn {
    width: 78.6666666667vw;
    margin: 4.2666666667vw auto 0;
    border-radius: 6vw;
    box-shadow: 0.2666666667vw 0.2666666667vw 0 0 #000;
  }
}

/* sns */
.sns {
  padding: min(8.8vw, 88px) 0 min(8.8vw, 88px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .sns {
    padding: 5.3333333333vw 0;
  }
}

.sns__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3.2vw, 32px);
  margin-top: min(4.8vw, 48px);
}
@media screen and (max-width: 750px) {
  .sns__wrap {
    gap: 4.2666666667vw;
    margin-top: 4vw;
  }
}

.sns__ttl {
  width: min(95vw, 950px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sns__ttl {
    width: 80.8vw;
  }
}

.followSns__list {
  display: grid;
  grid-template-columns: repeat(2, min(45.6vw, 456px));
  gap: min(4vw, 40px) min(3.2vw, 32px);
  justify-content: center;
  margin-top: min(8vw, 80px);
}
@media screen and (max-width: 750px) {
  .followSns__list {
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-top: 4.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}

.followSns__item,
.followSns__link,
.followSns__figure {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.followSns__item {
  row-gap: 0;
  overflow: hidden;
  border-radius: min(1.6vw, 16px);
  box-shadow: 0 min(0.6vw, 6px) min(1.4vw, 14px) 0 rgba(121, 121, 121, 0.2);
}

.followSns__link {
  color: #333;
}

.followSns__link:visited,
.followSns__link:hover {
  color: #333;
  text-decoration: none;
}

.followSns__logoWrapper {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: min(2.4vw, 24px);
  align-items: center;
  justify-items: center;
  padding-block: min(4vw, 40px);
  font-size: min(2vw, 20px);
  font-weight: bold;
  line-height: 1;
  background: #f7f5ee;
}
@media screen and (max-width: 750px) {
  .followSns__logoWrapper {
    padding: 6.4vw 0 8.5333333333vw;
  }
}

.followSns__logoWrapper--carmo {
  position: relative;
}

.followSns__logoWrapper--carmo::before {
  position: absolute;
  top: min(4.8vw, 48px);
  right: min(13vw, 130px);
  display: block;
  width: min(5.4vw, 54px);
  height: min(4.2vw, 42px);
  content: "";
  background-image: url(../images/carmo_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .followSns__logoWrapper--carmo::before {
    width: 11.3333333333vw;
    height: 9.0666666667vw;
    right: 31.0666666667vw;
    top: 6.4vw;
  }
}

.followSns__logoImg {
  width: min(8vw, 80px);
  height: min(8vw, 80px);
}
@media screen and (max-width: 750px) {
  .followSns__logoImg {
    width: 12.5333333333vw;
    height: 12.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .followSns__logoImg.carmo {
    margin-right: 14.4vw;
  }
}

.followSns__code {
  width: min(9vw, 90px);
  height: min(9vw, 90px);
}

.followSns__logoSubtext {
  font-size: min(1.6vw, 16px);
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .followSns__logoSubtext {
    font-size: 3.2vw;
  }
}

.followSns__caption {
  display: flex;
  -moz-column-gap: min(1.6vw, 16px);
  column-gap: min(1.6vw, 16px);
  align-items: center;
  padding: min(2.2vw, 22px) min(4vw, 40px);
  font-size: min(1.8vw, 18px);
  font-weight: normal;
  line-height: 1.3;
  border: min(0.2vw, 2px) solid #f7f5ee;
  border-radius: 0 0 min(1.6vw, 16px) min(1.6vw, 16px);
}
@media screen and (max-width: 750px) {
  .followSns__caption {
    padding: 5.3333333333vw;
  }
}

.sns__content {
  display: flex;
  flex-direction: column;
  row-gap: min(1.6vw, 16px);
  padding: min(1.6vw, 16px);
}

.sns__title {
  width: min(16.5vw, 165px);
  height: auto;
  margin-inline: auto;
}

.sns__wrapper {
  display: flex;
  -moz-column-gap: min(4vw, 40px);
  column-gap: min(4vw, 40px);
  align-items: center;
  justify-content: center;
}

.sns__linkImg {
  width: min(4.5vw, 45px);
  height: auto;
}

.sns__name {
  font-size: min(2vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sns__name {
    font-size: 4.2666666667vw;
  }
}

.sns__txt {
  font-size: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 750px) {
  .sns__txt {
    font-size: 4.2666666667vw;
  }
}

.footer {
  padding: min(8.6458333333vw, 83px) 0 min(15vw, 144px);
  margin: 0 min(4.1666666667vw, 40px);
  border-top: min(0.2083333333vw, 2px) solid #FF6010;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 0 0 21.7333333333vw;
    border-top: none;
    margin: 0 5.3333333333vw;
  }
}

.footer__logo {
  width: min(60.4166666667vw, 580px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 50.6666666667vw;
  }
}

.footer__btn {
  width: min(68.0208333333vw, 653px);
  margin: min(1.4583333333vw, 14px) auto 0;
}
@media screen and (max-width: 750px) {
  .footer__btn {
    width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}

.footer__copy {
  font-size: min(1.6666666667vw, 16px);
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: min(12.5vw, 120px);
}
@media screen and (max-width: 750px) {
  .footer__copy {
    font-size: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}