@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
/* =========================================================
body
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

#special-event {
  background-color: #C91523;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}
.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}
.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  background-color: #1C1C1C;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 85px;
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
  max-width: 137px;
  margin: 0 auto;
}
.pft__logo svg {
  fill: #fff;
}
.pft__logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}
.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}
.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
  color: #000000;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-right-pc {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-right-pc {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes splash-fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes splash-fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}
@keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}
@-webkit-keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}
@keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blurToClear {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px); /* アニメーション開始時のぼかしの度合い */
    opacity: 0.5; /* 画像の透明度も同時に変更する場合 */
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); /* アニメーション終了時はぼかしなし */
    opacity: 1; /* 画像の透明度も同時に変更する場合 */
  }
}
@keyframes blurToClear {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px); /* アニメーション開始時のぼかしの度合い */
    opacity: 0.5; /* 画像の透明度も同時に変更する場合 */
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); /* アニメーション終了時はぼかしなし */
    opacity: 1; /* 画像の透明度も同時に変更する場合 */
  }
}
/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFF100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #56C800;
  opacity: 1;
}

/* =========================================================
layout
========================================================= */
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

.lp-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp-pc {
    display: none;
  }
  .lp-sp {
    display: block;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* =========================================================
ヘッダー & MV
========================================================= */
@-webkit-keyframes mv-modelIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mv-modelIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mv-ttlIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mv-ttlIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mv-tapeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(0.88);
            transform: translateY(-30px) scale(0.88);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes mv-tapeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale(0.88);
            transform: translateY(-30px) scale(0.88);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.header {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 1660px) {
  .header {
    top: -6vw;
  }
}

.mv {
  position: relative;
  z-index: 6;
  margin-bottom: -1px;
  overflow: hidden;
  background-color: #148ED0;
  background-image: url("../images/mv/mv_bg_pc.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 2732/1536;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url("../images/mv/mv_bg_sp.webp");
    aspect-ratio: 750/1058;
  }
}
.mv-logo, .mv-ttl, .mv-tape {
  position: absolute;
  margin: 0;
  display: block;
}
.mv-logo img, .mv-ttl img, .mv-tape img {
  width: 100%;
  height: auto;
}
.mv-logo {
  z-index: 6;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .mv-logo {
    width: 26%;
    padding: 0;
    padding-left: 5%;
    padding-top: 5%;
  }
}
.mv-model, .mv-tape, .mv-ttl {
  opacity: 0;
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .mv-model, .mv-tape, .mv-ttl {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mv-model {
  position: relative;
  z-index: 6;
  -webkit-animation: mv-modelIn 1s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: mv-modelIn 1s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.mv-tape {
  z-index: 7;
  width: 100%;
  top: 1px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: mv-tapeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.9s forwards;
          animation: mv-tapeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.9s forwards;
}
.mv-ttl {
  z-index: 7;
  top: 10px;
  max-width: 600px;
  width: 46%;
  right: 45px;
  -webkit-animation: mv-ttlIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) 3.3s forwards;
          animation: mv-ttlIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) 3.3s forwards;
}
@media screen and (min-width: 1450px) {
  .mv-ttl {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    top: auto;
    bottom: 26vw;
    right: 3vw;
    width: 93%;
  }
}

/* =========================================================
ゆげ
========================================================= */
.anim-contents {
  display: block;
  z-index: 3;
  position: fixed;
  mix-blend-mode: screen;
  top: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .anim-contents {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}
.anim-contents .c-yuge__01 {
  position: relative;
  width: 80%;
  top: 0vw;
  right: -50vw;
}
@media screen and (max-width: 768px) {
  .anim-contents .c-yuge__01 {
    width: 110%;
    top: -1vw;
    right: auto;
    left: 19vw;
  }
}
.anim-contents .c-yuge__02 {
  position: absolute;
  top: 10vw;
  width: 150%;
  left: -10vw;
}
@media screen and (max-width: 768px) {
  .anim-contents .c-yuge__02 {
    top: auto;
    width: 130%;
    left: 0;
    bottom: -21vw;
  }
}
.anim-contents .c-yuge__01 img,
.anim-contents .c-yuge__02 img {
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0) rotate(-3deg) scale(0.9);
          transform: translate3d(0, 20px, 0) rotate(-3deg) scale(0.9);
  will-change: transform, opacity;
}
.anim-contents .c-yuge__01.is-active img,
.anim-contents .c-yuge__02.is-active img {
  will-change: transform, opacity;
  -webkit-animation: yuge-rise 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: yuge-rise 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes yuge-rise {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(-3deg) scale(0.9);
            transform: translateY(20px) rotate(-3deg) scale(0.9);
  }
  35% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px) rotate(6deg) scale(1.15);
            transform: translateY(-40px) rotate(6deg) scale(1.15);
  }
}

@keyframes yuge-rise {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(-3deg) scale(0.9);
            transform: translateY(20px) rotate(-3deg) scale(0.9);
  }
  35% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px) rotate(6deg) scale(1.15);
            transform: translateY(-40px) rotate(6deg) scale(1.15);
  }
}
/* =========================================================
メインコンテンツ
========================================================= */
#wrapper {
  margin-bottom: 104px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  overflow-x: clip;
}

.w-middle {
  max-width: 1000px;
  width: 78.5%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

/* =========================================================
固定ナビ
========================================================= */
.fix-contents {
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.fix-contents.animated {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.fix-contents__inner {
  position: relative;
}
.fix-contents__inner .fix-accTxt {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.fix-contents__inner .fix-accTxt p {
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFF1CB;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.fix-contents__inner .fix-sns {
  width: 20px;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.fix-contents__inner .fix-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

/* =========================================================
リードセクション
========================================================= */
.lead-contents {
  background-color: #C91523;
  color: #FFF1CB;
  padding-top: 105px;
  padding-bottom: 23vw;
  position: relative;
  isolation: isolate;
}
.lead-contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/common/dot.webp");
  background-repeat: repeat;
  background-size: 100%;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lead-contents::before {
    background-size: 400%;
  }
}
.lead-contents > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lead-contents {
    padding-top: 15vw;
    padding-bottom: 47vw;
  }
}
.lead-contents .lead-txt {
  font-size: 47px;
  line-height: 187%;
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-txt {
    font-size: 35px;
    line-height: 166%;
    margin-bottom: 26vw;
  }
}
.lead-contents .lead-txt .js-animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.lead-contents .lead-txt .js-animate.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lead-contents .lead-txt p:nth-child(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-txt p:nth-child(1) {
    margin-bottom: 9vw;
  }
}
.lead-contents .lead-txt p:nth-child(1).js-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.lead-contents .lead-txt p:nth-child(2).js-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lead-contents .lead-txt span {
  color: #FFEB00;
}
.lead-contents .lead-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 91.5%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: -5px;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 15vw;
  }
}
.lead-contents .lead-prof__img {
  position: relative;
  width: 20%;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-prof__img {
    width: 54%;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 4vw;
  }
}
.lead-contents .lead-prof__img img {
  position: relative;
  z-index: 6;
}
.lead-contents .lead-prof__img::before {
  content: "";
  background: url(../images/common/prf_badge.svg) no-repeat;
  background-size: contain;
  width: 233px;
  position: absolute;
  aspect-ratio: 483/257;
  top: -55px;
  left: -82px;
  z-index: 5;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-prof__img::before {
    width: 122%;
    top: -11.5vw;
    left: -22.5vw;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
.lead-contents .lead-prof__img.js-animate.rotate::before {
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
  transform: rotate3d(0, 0, 1, -200deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.lead-contents .lead-prof__img.js-animate.rotate.animated::before {
  -webkit-animation: rotate 0.6s ease-out forwards;
  animation: rotate 0.6s ease-out forwards;
}
.lead-contents .lead-prof__txt {
  max-width: 693px;
  width: 77.7%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-prof__txt {
    width: 100%;
    max-width: 100%;
  }
}
.lead-contents .lead-prof__txt-name {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-prof__txt-name {
    text-align: center;
    font-size: 24px;
  }
}
.lead-contents .lead-prof__txt-intro {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 188%;
  padding-right: 7px;
}
@media screen and (max-width: 768px) {
  .lead-contents .lead-prof__txt-intro {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 161%;
    margin-right: 0;
  }
}

.line-area {
  width: 100%;
  overflow: hidden;
}

.c-line {
  -webkit-animation: wave-scroll 15s linear infinite;
          animation: wave-scroll 15s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: 100%;
  margin: 26px 0 14px;
}
@media screen and (max-width: 768px) {
  .c-line {
    width: 300%;
    margin: 6vw 0 4vw;
  }
}
.c-line svg {
  width: 50%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -1px;
}
@-webkit-keyframes wave-scroll {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes wave-scroll {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* =========================================================
ナビ
========================================================= */
.nav-contents {
  position: relative;
}
.nav-contents__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .nav-contents__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    row-gap: 10vw;
  }
}
.nav-contents__inner li {
  width: 48%;
  max-width: 230px;
  position: relative;
}
.nav-contents__inner li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  place-content: center;
  text-align: center;
  width: 100%;
  height: 115px;
  background-color: #FFF1CB;
  border: 5px solid #FFC400;
  color: #C91523;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav-contents__inner li a {
    font-size: calc(14px + 2vw);
    line-height: 110%;
  }
}
.nav-contents__inner li a::after {
  content: "";
  background: url(../images/common/all_btn.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  margin: 0 auto;
  z-index: 5;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .nav-contents__inner li a::after {
    width: 27%;
    bottom: -4vw;
  }
}
.nav-contents__inner li a:hover::after {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.nav-contents__inner:nth-child(1) a {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .nav-contents__inner:nth-child(1) a {
    padding-bottom: 3vw;
  }
}

/* =========================================================
メイン
========================================================= */
.main-area .content-box, .main-area__fire {
  position: relative;
  isolation: isolate;
}
.main-area .content-box::before, .main-area__fire::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/common/dot.webp");
  background-repeat: repeat;
  background-size: 100%;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main-area .content-box::before, .main-area__fire::before {
    background-size: 400%;
  }
}
.main-area .content-box > *, .main-area__fire > * {
  position: relative;
  z-index: 1;
}

.main-area__fire {
  background-color: #FFC400;
  width: 100%;
  aspect-ratio: 1366/200.06;
  -webkit-mask-image: url("../images/common/bg_fire.svg");
  mask-image: url("../images/common/bg_fire.svg");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: left center;
  mask-position: left center;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .main-area__fire {
    -webkit-mask-image: url("../images/common/bg_fire_sp.svg");
    mask-image: url("../images/common/bg_fire_sp.svg");
    aspect-ratio: 375/107;
  }
}

.main-contents {
  margin-top: -13vw;
}
@media screen and (max-width: 768px) {
  .main-contents {
    margin-top: -27vw;
  }
}

.main-area {
  position: relative;
  z-index: 2;
  color: #C91523;
}
.main-area .content-box {
  background-color: #FFC400;
  color: #C91523;
  padding-top: 61px;
  padding-bottom: 22vw;
}
@media screen and (max-width: 768px) {
  .main-area .content-box {
    padding-top: 8vw;
    padding-bottom: 49vw;
  }
}
.main-area .c-ttl {
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 6.3vw;
  text-shadow: 6px 5px 0px #FFF1CB;
  margin: 0 auto 75px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .main-area .c-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-area .c-ttl {
    line-height: 120%;
    font-size: 15.9vw;
    margin-bottom: 9vw;
  }
}
.main-area .c-ttl::before {
  content: "";
  background: url(../images/acc/ttl_01_01.png) no-repeat;
  background-size: 100%;
  background-size: contain;
  display: block;
  position: absolute;
  width: 12vw;
  aspect-ratio: 334/280;
  top: -5vw;
  left: 6.5vw;
}
@media screen and (max-width: 768px) {
  .main-area .c-ttl::before {
    width: 30%;
    top: -9vw;
    left: 0;
  }
}
.main-area .c-ttl::after {
  content: "";
  background: url(../images/acc/ttl_01_02.png) no-repeat;
  background-size: 100%;
  background-size: contain;
  display: block;
  width: 8.5vw;
  aspect-ratio: 233/338;
  position: absolute;
  right: 8.5vw;
  bottom: -1vw;
}
@media screen and (max-width: 768px) {
  .main-area .c-ttl::after {
    width: 20.5%;
    right: 0;
    bottom: -7vw;
  }
}
.main-area .c-sub-ttl {
  font-size: 34px;
  letter-spacing: 0.02em;
  font-weight: 900;
  line-height: 157%;
}
.main-area .c-viewBtn {
  max-width: 295px;
  width: 100%;
  margin: 0 10px 0 auto;
  overflow: visible;
}
.main-area .c-viewBtn a {
  display: inline-block;
  background-color: transparent;
  border-radius: 40px;
  width: 100%;
  font-size: 26px;
  color: #FFF1CB;
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 23px 39px 22px 0;
  position: relative;
  z-index: 0;
}
.main-area .c-viewBtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C91523;
  border-radius: 40px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.main-area .c-viewBtn a::after {
  content: "";
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 18px;
  right: 19px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-area .c-viewBtn a:hover::before, .main-area .c-viewBtn a:active::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.slider-item {
  width: 400px;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #FFF1CB;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 0 #C91523;
          box-shadow: 10px 10px 0 #C91523;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 40px 40px 30px 40px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .slider-item {
    width: 79vw;
    max-width: 100vw;
    padding: 5.5vw 5.5vw 7.5vw 5.5vw;
    margin-left: 1vw;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 0 #C91523;
            box-shadow: 5px 5px 0 #C91523;
  }
}
.slider-item__date {
  position: absolute;
  width: 145px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  content: "";
  background: url(../images/common/badge_bg_01.svg) no-repeat;
  background-size: contain;
  top: -40px;
  left: -39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider-item__date {
    width: 35%;
    top: -5vw;
    left: -5vw;
  }
}
.slider-item__date .c-date {
  text-align: center;
  font-size: 18px;
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #C91523;
}
@media screen and (max-width: 768px) {
  .slider-item__date .c-date {
    font-size: 14px;
  }
}
.slider-item__date .c-date.start::after {
  content: "";
  display: block;
  width: 2px;
  height: 11px;
  background-color: #C91523;
  margin: 6px auto;
}
@media screen and (max-width: 768px) {
  .slider-item__date .c-date.start::after {
    width: 2px;
    height: 7px;
    margin: 4px auto;
  }
}
.slider-item--date-alt .slider-item__date {
  background: url(../images/common/badge_bg_02.svg) no-repeat;
  background-size: contain;
}
.slider-item__img {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 20px;
}
.slider-item__img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .slider-item__img {
    margin-bottom: 5vw;
  }
}
.slider-item .c-place {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  position: relative;
  left: 2px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .slider-item .c-place {
    line-height: 140%;
    margin-bottom: 6vw;
  }
}
.slider-item .c-place::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 30px;
  background-color: #C91523;
  margin-right: 10px;
}
.slider-item .c-event-ttl {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 160%;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .slider-item .c-event-ttl {
    font-size: 18px;
    line-height: 159%;
  }
}
.slider-item .c-viewBtn {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider-item .c-viewBtn {
    width: 100%;
  }
}
.slider-item .c-viewBtn a {
  font-size: 22px;
  padding: 19px 29px 19px 0;
}
@media screen and (max-width: 768px) {
  .slider-item .c-viewBtn a {
    padding: 6vw 12vw 5vw 0;
  }
}
.slider-item .c-viewBtn a::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.slider-item .c-viewBtn a::after {
  width: 30px;
  bottom: 12px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .slider-item .c-viewBtn a::after {
    bottom: 4vw;
    right: 5vw;
  }
}
@media (hover: hover) {
  .slider-item:hover .slider-item__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .slider-item:hover .c-viewBtn a::before {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

#hot_summer_sale {
  position: sticky;
  top: -13vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #hot_summer_sale {
    top: -53vh;
  }
}
#hot_summer_sale .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #hot_summer_sale .content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
}
#hot_summer_sale .content-main__img {
  max-width: 450px;
  width: 45%;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 0 #C91523;
          box-shadow: 10px 10px 0 #C91523;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #hot_summer_sale .content-main__img {
    width: 100%;
    margin-bottom: 6vw;
    max-width: 100%;
  }
}
#hot_summer_sale .content-main__img img {
  display: block;
  margin-bottom: -1px;
}
#hot_summer_sale .content-main__txt {
  width: 48.7%;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #hot_summer_sale .content-main__txt {
    width: 100%;
  }
}
#hot_summer_sale .content-main__txt .c-sub-ttl {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  #hot_summer_sale .content-main__txt .c-sub-ttl {
    font-size: 24px;
    line-height: 154%;
    margin-bottom: 5.5vw;
  }
}
#hot_summer_sale .content-main__txt p {
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 27px;
  letter-spacing: 0.003em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #hot_summer_sale .content-main__txt p {
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 6vw;
  }
}

#event {
  z-index: 2;
  position: sticky;
  top: -15vw;
}
@media screen and (max-width: 768px) {
  #event {
    top: -73vw;
  }
}
#event .main-area__fire {
  background-color: #148ED0;
}
#event .content-box {
  background-color: #148ED0;
  padding-top: 66px;
}
@media screen and (max-width: 768px) {
  #event .content-box {
    padding-top: 14vw;
  }
}
#event .content-box .c-ttl {
  margin-bottom: 70px;
  color: #FFF1CB;
  text-shadow: 6px 5px 0px #C91523;
}
#event .content-box .c-ttl::before {
  background: url(../images/acc/ttl_02_01.png) no-repeat;
  background-size: 100%;
  width: 14.5vw;
  aspect-ratio: 397/185;
  top: 0.5vw;
  left: 22.5vw;
}
@media screen and (max-width: 768px) {
  #event .content-box .c-ttl::before {
    width: 40%;
    top: 18vw;
    left: 0vw;
  }
}
#event .content-box .c-ttl::after {
  background: url(../images/acc/ttl_02_02.png) no-repeat;
  background-size: 100%;
  width: 12.5vw;
  aspect-ratio: 335/242;
  right: 25.6vw;
  bottom: -1vw;
}
@media screen and (max-width: 768px) {
  #event .content-box .c-ttl::after {
    width: 36%;
    right: -2vw;
    bottom: 18vw;
  }
}

#popup {
  z-index: 3;
  width: 100%;
  position: relative;
}
#popup.popup_fix {
  position: sticky;
  top: -90vw;
}
@media screen and (min-width: 1450px) {
  #popup.popup_fix {
    top: -70vw;
  }
}
@media screen and (max-width: 768px) {
  #popup.popup_fix {
    top: -180vh;
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 1450px) {
    #popup.popup_fix {
      top: -90vw;
    }
  }
  @media screen and (max-width: 768px) {
    #popup.popup_fix {
      top: -280vw;
    }
  }
}
#popup .main-area__fire {
  background-color: #C91523;
}
#popup .content-box {
  background-color: #C91523;
  padding-top: 69px;
}
@media screen and (max-width: 768px) {
  #popup .content-box {
    padding-top: 14vw;
  }
}
#popup .content-box .c-ttl {
  margin-bottom: 45px;
  color: #FFEB00;
  text-shadow: 6px 5px 0px #a3060d;
}
@media screen and (max-width: 768px) {
  #popup .content-box .c-ttl {
    margin-bottom: 24.5vw;
  }
}
#popup .content-box .c-ttl::before {
  background: url(../images/acc/ttl_03_01.png) no-repeat;
  background-size: 100%;
  width: 11.6vw;
  aspect-ratio: 320/156;
  top: -1vw;
  left: 24.2vw;
}
@media screen and (max-width: 768px) {
  #popup .content-box .c-ttl::before {
    width: 34%;
    top: 17vw;
    left: 0;
  }
}
#popup .content-box .c-ttl::after {
  background: url(../images/acc/ttl_03_02.png) no-repeat;
  background-size: 100%;
  width: 8.5vw;
  aspect-ratio: 235/231;
  right: 27.3vw;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #popup .content-box .c-ttl::after {
    width: 23%;
    right: 4vw;
    bottom: 18vw;
  }
}
#popup .content-box .c-sub-ttl {
  width: 480px;
  margin: 0 auto 40px;
  background-color: #FFEB00;
  text-align: center;
  border-radius: 40px;
  font-size: 27px;
  letter-spacing: 0.04em;
  padding: 13px 0;
  position: relative;
}
#popup .content-box .c-sub-ttl:nth-of-type(2) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #popup .content-box .c-sub-ttl:nth-of-type(2) {
    margin-top: 11vw;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
#popup .content-box .c-sub-ttl.js-animate.zoomIn {
  opacity: 0;
}
#popup .content-box .c-sub-ttl.js-animate.zoomIn.animated {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
#popup .content-box .c-sub-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #FFEB00 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  #popup .content-box .c-sub-ttl {
    width: min(320px, 79%);
    font-size: 22px;
    border-radius: 50px;
    padding: 4vw 0 5vw;
    line-height: 136%;
    letter-spacing: 0;
    margin-bottom: 2vw;
  }
  #popup .content-box .c-sub-ttl::after {
    bottom: -17px;
    border-width: 30px 28px 0 28px;
  }
}
#popup .content-box .slider-item {
  -webkit-box-shadow: 10px 10px 0 #FFEB00;
          box-shadow: 10px 10px 0 #FFEB00;
}
@media screen and (max-width: 768px) {
  #popup .content-box .slider-item {
    -webkit-box-shadow: 5px 5px 0 #FFEB00;
            box-shadow: 5px 5px 0 #FFEB00;
  }
}

#campaign {
  z-index: 4;
  position: relative;
}
#campaign .main-area__fire {
  background-color: #FFC400;
}
#campaign .content-box {
  padding-top: 71px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box {
    padding-top: 14vw;
  }
}
#campaign .content-box .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .c-ttl {
    margin-bottom: 23vw;
  }
}
#campaign .content-box .c-ttl::before {
  background: url(../images/acc/ttl_04_01.png) no-repeat;
  background-size: 100%;
  width: 10vw;
  aspect-ratio: 276/195;
  top: -0.5vw;
  left: 20.5vw;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .c-ttl::before {
    width: 25%;
    top: 17vw;
    left: 1vw;
  }
}
#campaign .content-box .c-ttl::after {
  background: url(../images/acc/ttl_04_02.png) no-repeat;
  background-size: 100%;
  width: 12.1vw;
  aspect-ratio: 330/246;
  right: 18.5vw;
  bottom: -1vw;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .c-ttl::after {
    width: 25%;
    right: 0;
    bottom: 18vw;
  }
}
#campaign .content-box .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main {
    row-gap: 10vw;
  }
}
#campaign .content-box .content-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF1CB;
  padding: 50px 47px 45px 50px;
  -webkit-box-shadow: 10px 10px 0 #C91523;
          box-shadow: 10px 10px 0 #C91523;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.2vw 5.2vw 8vw 5.2vw;
    border-radius: 30px;
    row-gap: 8vw;
    -webkit-box-shadow: 5px 5px 0 #C91523;
            box-shadow: 5px 5px 0 #C91523;
  }
}
#campaign .content-box .content-main__box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#campaign .content-box .content-main__box .box-img {
  max-width: 360px;
  width: 41%;
  position: relative;
}
#campaign .content-box .content-main__box .box-img__item img {
  display: block;
  width: 100%;
  height: auto;
}
#campaign .content-box .content-main__box .box-img.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-img.slick-dotted.slick-slider {
    padding-bottom: 5.5vw;
  }
}
#campaign .content-box .content-main__box .box-img .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#campaign .content-box .content-main__box .box-img .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
#campaign .content-box .content-main__box .box-img .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
#campaign .content-box .content-main__box .box-img .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C91523;
  opacity: 0.3;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-img .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
}
#campaign .content-box .content-main__box .box-img .slick-dots li.slick-active button::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-img {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }
}
#campaign .content-box .content-main__box .box-txt {
  max-width: 490px;
  width: 56%;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt {
    max-width: 100%;
    width: 100%;
  }
}
#campaign .content-box .content-main__box .box-txt .c-sub-ttl {
  font-size: 27px;
  padding-left: 2px;
  letter-spacing: 0.06em;
  line-height: 163%;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt .c-sub-ttl {
    font-size: 19px;
  }
}
#campaign .content-box .content-main__box .box-txt .c-line {
  height: auto;
  width: 240%;
  margin: 22px 0 28px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt .c-line {
    width: 280%;
    margin: 4vw 0 6vw;
  }
}
#campaign .content-box .content-main__box .box-txt .c-date {
  font-family: "specter", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 23px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt .c-date {
    font-size: 16px;
    margin-bottom: 17px;
    letter-spacing: 0.02em;
  }
}
#campaign .content-box .content-main__box .box-txt .c-place {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 174%;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt .c-place {
    font-size: 14px;
    line-height: 158%;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt .c-viewBtn a {
    font-size: 22px;
    padding: 6vw 10vw 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #campaign .content-box .content-main__box .box-txt .c-viewBtn a::after {
    width: 30px;
    bottom: 4vw;
    right: 3.5vw;
  }
}

#footer {
  z-index: 5;
  position: relative;
  margin-bottom: 0;
}
#footer .main-area__fire {
  background-color: #C91523;
}
#footer .content-box {
  background-color: #C91523;
  padding-top: 85px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #footer .content-box {
    padding-top: 11vw;
    padding-bottom: 17vw;
  }
}
#footer .foot-credit__logo {
  width: 163px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  #footer .foot-credit__logo {
    width: 156px;
    margin: 0 auto 4.5vw;
  }
}
#footer .foot-credit__txt {
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #footer .foot-credit__txt {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

.slider-box {
  --slider-gap: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider-box {
    padding-bottom: 5px;
    padding-right: 5px;
  }
}
.slider-box__splide:not(.is-initialized) {
  visibility: hidden;
}
.slider-box__splide.is-initialized {
  visibility: visible;
}
.slider-box .splide__track {
  overflow: visible;
}
.slider-box .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider-box .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-box .slider-item {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  .slider-box .splide__track {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}/*# sourceMappingURL=style.css.map */