@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap');
@font-face {font-family: "DSEG7"; src: url("../fonts/DSEG7Classic-BoldItalic.woff") format("woff");}
@font-face {font-family: "Hue"; src: url("../fonts/Hue-Medium.woff") format("woff");}
/* @font-face {font-family: "Kikakana-21-Black"; src: url("../fonts/Kikakana-21-Black.woff") format("woff");} */
@font-face {font-family: "Kikakana-21-Bold"; src: url("../fonts/Kikakana-21-Bold.woff") format("woff");}
/* @font-face {font-family: "Kikakana-21-Regular"; src: url("../fonts/Kikakana-21-Regular.woff") format("woff");} */

html {font-size: 62.5%;}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
@media (min-width: 576px){
  html {scroll-padding-top: 0px;}
}
@media (min-width: 992px){
  html {scroll-padding-top: 0px;}
}

:root {
  --space-unit: 0.8rem;
  --space-xxs:  calc( 0.5 * var(--space-unit)); /*   4 */
  --space-xs:   calc( 1   * var(--space-unit)); /*   8 */
  --space-sm:   calc( 2   * var(--space-unit)); /*  16 */
  --space-md:   calc( 3   * var(--space-unit)); /*  24 */
  --space-lg:   calc( 5   * var(--space-unit)); /*  40 */
  --space-xl:   calc( 8   * var(--space-unit)); /*  64 */
  --space-xxl:  calc(13   * var(--space-unit)); /* 104 */
  --space-3xl:  calc(21   * var(--space-unit)); /* 168 */

  --color-stage01: #FBB03B;
  --color-stage02: #ED1C24;
  --color-stage03: #009245;
  --color-stage04: #0071BC;
  --color-stage05: #93278F;
  --color-stage01-dark: #F15A24;
  --color-stage02-dark: #C1272D;
  --color-stage03-dark: #006837;
  --color-stage04-dark: #2E3192;
  --color-stage05-dark: #662D91;
  --color-stage01-thin: #FBB03B33;
  --color-stage02-thin: #ED1C2433;
  --color-stage03-thin: #00924533;
  --color-stage04-thin: #0071BC33;
  --color-stage05-thin: #93278F33;
  --color-stage01-thin40: #FBB03B66;
  --color-stage02-thin40: #ED1C2466;
  --color-stage03-thin40: #00924566;
  --color-stage04-thin40: #0071BC66;
  --color-stage05-thin40: #93278F66;
}

body {
  position: relative;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  line-height: 1.6;
  background-color: #000;
  color: #fff;
  text-align: justify;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

@media (min-width: 576px) {
  body {
    font-size: 1.6rem;
  }
}



/* ローディング中の画面 */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  opacity: 1;
  transition: 0.5s 0.25s;
}
body.loaded::before {
  /* transform: translateY(-100%); */
  opacity: 0;
  pointer-events: none;
}
.loading {
  /* content: "loading..."; */
  font-family: sans-serif;
  color: #FFF;
  opacity: 1;
  z-index: 1001;
  position: fixed;
  width: 100vw;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  transition: opacity 0.5s 0.0s;
  animation: flash 0.25s 0.5s step-start infinite ;
  pointer-events: none;
}
body.loaded .loading {
  animation: flashEnd 0.5s 0.0s forwards;
  pointer-events: none;
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}
@keyframes flashEnd {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/* common */
* {
  letter-spacing: 0.075em;
}

@media (max-width: 575px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sp {
    display: none !important;
  }
}

span.br {
  display: inline-block;
}

.inner {

}

.name, .title, .detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px){
  .sale-item .name, .sale-item .title, .sale-item .detail {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}



/* header */
header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo a img {
  height: 32px;
}
@media (max-width: 1024px) {
  header {
    height: 40px;
  }
  header .logo a img {
    height: 26px;
  }
}



/* タイマー */
#period {
  white-space: nowrap;
  margin-right: 10px;
  width: auto;
}
#period .campaign-timer {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  min-width: 128px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 575px) {
  #period {
    min-width: 168px;
  }
  #period .campaign-timer {
    /* min-width: 224px; */
  }
}

#period .view_timer {
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #period .view_timer {
    font-size: 10px;
  }
}

#period #CDT {
  display: block;
  font-size: 20px;
  color: #ffe600;
  margin: 0;
  width: 100%;
}
#period #CDT .unit {
  margin: 0 1px 0 2px;
  font-family: "DSEG7";
}
#period #CDT .unit.day {
  writing-mode: vertical-rl;
  line-height: 1;
  margin: 0 4px -1px 1px;
  font-size: 70%;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  transform: skewX(-5deg);
}
#period #CDT .number {
  font-family: "DSEG7";
  position: relative;
  letter-spacing: 0;
  z-index: 1;
}
@-moz-document url-prefix() {
  /* Firefoxのみ適応 */
  #period #CDT .number {
    line-height: 1;
  }
}
#period #CDT .number::before{
  content: "88";
  color: #fff;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}



/* main */
main {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
}

.contents {
  width: 100%;
  height: 100%;
  text-align: center;
}
/* スクロールバー非表示 */
.contents {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contents::-webkit-scrollbar {
  display: none;
}


#contents01 {
  background: no-repeat url(../img/stage_bg_sp.png) center center / cover, no-repeat url(../img/stage_bg-top.jpg) center top / cover;
  background-blend-mode: overlay, overlay;
}
#contents02 {
  background: no-repeat url(../img/stage_bg-index.svg) center center / cover;
}
#contents03 {
  background: no-repeat url(../img/stage_bg_sp.png) center center / cover, var(--color-stage01);
  background-blend-mode: overlay, overlay;
}
#contents04 {
  background: no-repeat url(../img/stage_bg_sp02.png) center center / cover, var(--color-stage02);
  background-blend-mode: screen, soft-light;
}
#contents05 {
  background: no-repeat url(../img/stage_bg_sp03.png) center center / cover, var(--color-stage03);
  background-blend-mode: soft-light, soft-light;
}
#contents06 {
  background: no-repeat url(../img/stage_bg_sp04.png) center center / cover, var(--color-stage04);
  background-blend-mode: overlay, soft-light;
}
#contents07 {
  background: no-repeat url(../img/stage_bg_sp05.png) center center / cover, var(--color-stage05);
  background-blend-mode: soft-light, soft-light;
}
#contents08 {
  background: no-repeat url(../img/stage_bg_sp.png) center center / cover, #333333;
  background-blend-mode: screen, soft-light;
}

@media (orientation: landscape) {
  #contents01 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_01.jpg) center top / cover, no-repeat url(../img/stage_bg-top-pc.jpg) center top / cover;
  }
  #contents02 {
    background: no-repeat url(../img/stage_bg-index_pc.svg) center center / cover;
  }
  #contents03 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_01.jpg) center top / cover, var(--color-stage01);
  }
  #contents04 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_02.jpg) center top / cover, var(--color-stage02);
    background-blend-mode: overlay, screen;
  }
  #contents05 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_03.jpg) center top / cover, var(--color-stage03);
  }
  #contents06 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_04.jpg) center top / cover, var(--color-stage04);
  }
  #contents07 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_05.jpg) center top / cover, var(--color-stage05);
    background-blend-mode: overlay, soft-light;
  }
  #contents08 {
    background: no-repeat url(../img/stage_bg.svg) center bottom, no-repeat url(../img/stage_bg_01.jpg) center top / cover, #333333;
    background-blend-mode: hard-light, screen;
  }
}

.swiper-slide {
  position: relative;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: no-repeat url(../img/stage_hand.svg) center bottom / 180%; */
  background: no-repeat url(../img/stage_hand.svg) center bottom / 300%;
  animation: 2s infinite steps(1, end) hand-motion;
  mix-blend-mode: hard-light;
  pointer-events: none;
  /* opacity: 0.8; */
}
@keyframes hand-motion {
  0%,100%{
    /* background: no-repeat url(../img/stage_hand.svg) center bottom / 180%; */
    background: no-repeat url(../img/stage_hand.svg) center bottom / 300%;
  }
  50%{
    /* background: no-repeat url(../img/stage_hand2.svg) center bottom / 180%; */
    background: no-repeat url(../img/stage_hand2.svg) center bottom / 300%;
  }
}
@media (orientation: landscape) {
  .swiper-slide::after {
    background-size: 100%;
    animation: 2s infinite steps(1, end) hand-motion-landscape;
  }
  @keyframes hand-motion-landscape {
    0%,100%{
      /* background: no-repeat url(../img/stage_hand.svg) center bottom / 100%; */
      background: no-repeat url(../img/stage_hand.svg) center bottom / 150%;
    }
    50%{
      /* background: no-repeat url(../img/stage_hand2.svg) center bottom / 100%; */
      background: no-repeat url(../img/stage_hand2.svg) center bottom / 150%;
    }
  }  
}
.swiper-slide#contents02::after,
.swiper-slide#contents08::after
 {
  background: none;
  animation: none;
}


#contents01 .contents
,#contents02 .contents
,#contents03 .contents
,#contents04 .contents
,#contents05 .contents
,#contents06 .contents
,#contents07 .contents
,#contents08 .contents
 {
  width: 100%;
  height: 100%;
  /* padding: 15px 20px 10px; */
  padding: 5px 3vw 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  /* overflow-y: scroll; */
  /* overscroll-behavior: none; */
  filter: drop-shadow(0px 0px 12px hsla(0, 0%, 0%, 0.2));
}

@media (min-width: 576px){
  #contents01 .contents
  ,#contents02 .contents
  ,#contents03 .contents
  ,#contents04 .contents
  ,#contents05 .contents
  ,#contents06 .contents
  ,#contents07 .contents
  ,#contents08 .contents
   {
    padding: 5px 20px 50px;
  }
}
@media (min-width: 1024px){
  #contents01 .contents
  ,#contents02 .contents
  ,#contents03 .contents
  ,#contents04 .contents
  ,#contents05 .contents
  ,#contents06 .contents
  ,#contents07 .contents
  ,#contents08 .contents
   {
    padding: 10px 20px 80px;
  }
}

#contents01 span.onsale::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width:  30%;
  height: 30%;
  aspect-ratio: 1 / 1;
  background: url("../img/title_on_sale.svg") top left /contain no-repeat;
  z-index: 5;
  pointer-events: none;
}
#contents01 .title_logo {
  width: 90%;
  height: auto;
  max-height: 55%;
  object-fit: contain;
  margin: auto auto 0;
  margin-bottom: 25px;
}
@media (min-width: 576px){
  #contents01 .title_logo {
    width: 80%;
    max-width: 1024px;
    height: auto;
    max-height: 45%;
    object-fit: contain;
    /* margin-bottom: 50px; */
  }
}
@media (min-width: 1024px){
  #contents01 .title_logo {
    margin-bottom: 50px;
  }
}

#contents01 p {
  /* font-size:  16px; */
  font-size:  4vw;
  font-weight: bold;
  line-height: 1.6;
}
#contents01 p + p {
  margin-top: 0.5em;
}
@media (min-width: 576px){
  #contents01 p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
}
@media (min-width: 1024px){
  #contents01 p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
  }
}

#contents01 .title_logo {
  opacity: 0;
  scale: 1.3;
  transform-origin: center center;
}
#contents01 p,
#contents01 span.onsale::before {
  opacity: 0;
}
.loaded #contents01 .title_logo {
  opacity: 1;
  scale: 1;
  transition: opacity 0.5s 0.5s, scale 0.5s 0.5s;
}
.loaded #contents01 p,
.loaded #contents01 span.onsale::before {
  opacity: 1;
  transition: opacity 0.5s 1.0s;
}


#contents02 .contents-title {
  font-size: 32px;
  font-family: "Kikakana-21-Bold";
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: -0.05em;
}

#contents02 p {
  font-weight: bold;
}
@media (min-width: 1024px){
  #contents02 .contents-title {
    font-size: 60px;
  }
  
  #contents02 p {
    font-weight: bold;
  }
}

#contents02 .contents-index {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* height: 100%; */
  /* gap: 10px 0; */
  margin: 0 auto;
  padding-top: 15px;
  /* overflow: hidden; */
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 125vh;
  overflow: hidden;
}
@media (min-width: 1024px){
  #contents02 .contents-index {
    width: 80%;
  }
}
@media (orientation: landscape) {
  #contents02 .contents-index {
    max-height: 70%;
  }
}
@media (min-height: 600px){
  #contents02 .contents-index {
    padding-top: 25px;
  }
  @media (orientation: portrait) {
    #contents02 .contents-index .contents-index-item {
      padding-bottom: 3%;
    }
  }
}

#contents02 .contents-index .contents-index-item {
  width:  calc(100% / 2);
  height: auto;
  height: 100%;
  max-height: calc(100% / 3);
  position: relative;
  /* overflow: hidden; */
  cursor: pointer;
  /* transition: 0.1s; */
}
#contents02 .contents-index .contents-index-item.onsale::before,
#contents02 .contents-index .contents-index-item.notsale::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80%;
  height: 18%;
  width: 100%;
  background: url("../img/on_sale.svg") bottom center / contain no-repeat;
  z-index: 1;
}
#contents02 .contents-index .contents-index-item.notsale::before {
  background: url("../img/not_sale_12.svg") bottom center / contain no-repeat;
}
#contents02 .contents-index .contents-index-item:last-child.notsale::before {
  background: url("../img/not_sale_24.svg") bottom center / contain no-repeat;
}
@media (orientation: landscape) {
  #contents02 .contents-index .contents-index-item {
    width:  calc(100% / 3);
    height: 100%;
    max-height: calc(100% / 2);
  }
  #contents02 .contents-index .contents-index-item.onsale::before,
  #contents02 .contents-index .contents-index-item.notsale::before {
    bottom: 80%;
    height: 16%;
  }
}

#contents02 .contents-index .contents-index-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4%;
  padding: 10% 5% 5%;
  transition: 0.15s;
}

@media (any-hover: hover) {
  #contents02 .contents-index .contents-index-item:nth-of-type(1):hover img {
    scale: 1.1;
    filter: drop-shadow(0px 0px 4px var(--color-stage01-thin40)) drop-shadow(0px 0px 8px var(--color-stage01-thin40));
  }
  #contents02 .contents-index .contents-index-item:nth-of-type(2):hover img {
    scale: 1.1;
    filter: drop-shadow(0px 0px 4px var(--color-stage02-thin40)) drop-shadow(0px 0px 8px var(--color-stage02-thin40));
  }
  #contents02 .contents-index .contents-index-item:nth-of-type(3):hover img {
    scale: 1.1;
    filter: drop-shadow(0px 0px 4px var(--color-stage03-thin40)) drop-shadow(0px 0px 8px var(--color-stage03-thin40));
  }
  #contents02 .contents-index .contents-index-item:nth-of-type(4):hover img {
    scale: 1.1;
    filter: drop-shadow(0px 0px 4px var(--color-stage04-thin40)) drop-shadow(0px 0px 8px var(--color-stage04-thin40));
  }
  #contents02 .contents-index .contents-index-item:nth-of-type(5):hover img {
    scale: 1.1;
    filter: drop-shadow(0px 0px 4px var(--color-stage05-thin40)) drop-shadow(0px 0px 8px var(--color-stage05-thin40));
  }
}
#contents02 .contents-index .contents-index-item.close
,#contents02 .contents-index .contents-index-item.end
{
  pointer-events: none;
}
#contents02 .contents-index .contents-index-item.close img 
,#contents02 .contents-index .contents-index-item.end img 
{
  opacity: 0.5;
}

#contents02 .contents-index .contents-index-item.close::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index_close1.svg") no-repeat center center / contain;
}
#contents02 .contents-index .contents-index-item:nth-of-type(4).close::after {
  background: url("../img/index_close2.svg") no-repeat center center / contain;
}



#contents03 .stage-title
,#contents04 .stage-title
,#contents05 .stage-title
,#contents06 .stage-title
{
  width: 100%;
  height: auto;
  max-height: 25%;
  object-fit: contain;
  /* margin-bottom: 5px; */
}

#contents03 .stage-title.close
,#contents04 .stage-title.close
,#contents05 .stage-title.close
,#contents06 .stage-title.close
{
  width: 100%;
  height: auto;
  max-height: 60%;
  padding: 0 5%;
  object-fit: contain;
  margin-bottom: 30px;
}

.stage-title-sub {
  font-size: 12px;
  line-height: 1.4;
}
.close + .stage-title-sub {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .stage-title-sub {
    font-size: 14px;
      }
  .close + .stage-title-sub {
    font-size: 24px;
  }  
}

.sale-group {
  position: relative;
  /* padding-top: 20px; */
  /* padding-bottom: 15px; */
  /* margin-bottom: -15px; */
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (orientation: portrait) {
  .sale-group {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: -15px;
  }
}
@media (min-width: 1024px) {
  @media (orientation: landscape) {
    .sale-group {
      padding-top: 20px;
      padding-bottom: 15px;
      margin-bottom: -15px;
      flex: 1;
    }      
  }
}

.sale-item {
  position: relative;
  width: 49%;
  display: flex;
  flex-direction: column;
}
.sale-item:nth-of-type(1) {
  margin-right: 2%;
}
@media (orientation: portrait) {
  .sale-item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media (orientation: landscape) {
  .sale-item {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(40%,1fr);
  }
  .sale-item:nth-of-type(1) {
    direction: rtl;
  }
}

.sale-item .cover {
  position: relative;
  height: 100%;
  width: auto;
  /* aspect-ratio: 1 / 1.41; */
  padding-top:    15px;
  padding-bottom: 15px;
  padding: 15px;
  margin-top:    -15px;
  margin-bottom: -15px;
  display: flex;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  max-width: 100%;
}
@media (min-height: 600px){
  @media (orientation: portrait) {
    .sale-item .cover {
      margin-top:    -5px;
      margin-bottom: -5px;
    }
  }
}
.sale-item .cover a {
  /* position: relative; */
  display: block;
  aspect-ratio: 1 / 1.41;
  width: 100%;
  height: 100%;
  margin: auto;
}
.sale-item .cover a::after {
  content: "";
  position: absolute;
  top:  0;
  /* left: 0; */
  right: 0;
  width: 35%;
  max-width: 140px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/sale-icon.svg") center center / contain no-repeat;
  pointer-events: none;
}
.sale-item:nth-of-type(2) .cover a::after {
  top:  auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.sale-item .cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale 0.2s,filter 0.2s;
}
@media (orientation: landscape) {
  .sale-item .cover {
    padding-top: 15px;
    margin-top: -15px;
    margin: auto;
    max-height: 40vw;
  }
  .sale-item .cover a::after {
    top:  auto;
    left: 0;
    bottom: 0;
  }
  .sale-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (any-hover: hover) {
  .sale-item .cover:hover img {
    scale: 1.05;
    filter: brightness(105%) contrast(105%);
  }
}

.sale-item-detail {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: rgb(0, 0, 0, 0.6);
  margin-top: 6px;
  padding: 10px;
  flex: auto;
  /* border: 2px solid rgba(255, 255, 255, 0.9); */
  max-width: 320px;
  align-self: center;
  direction: ltr;
}
.sale-item-detail:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width:   10px;
  border-bottom-width:10px;
  border-left-width:  5px;
  border-right-width: 5px;
  margin-left:       -5px;
  /* border-bottom-color:rgba(255, 255, 255, 0.9); */
  border-bottom-color:rgb(0, 0, 0, 0.6);
  bottom:100%;
  left:50%;
}
@media (orientation: portrait) {
  .sale-item:nth-of-type(2) .sale-item-detail {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  .sale-item:nth-of-type(2) .sale-item-detail:after{
    bottom:auto;
    top: 100%;
    rotate: 180deg;
  }
}
@media (orientation: landscape) {
  .sale-item-detail {
    /* width: 40%; */
  }
}
@media (min-width: 1024px) {
  .sale-item-detail {
    margin: 0 8px;
    position: relative;
    /* width: 50%; */
    height: auto;
    padding: 15px;
    border-radius: 16px;
  }
}
@media (min-width: 1366px) {
  .sale-item-detail {
    padding: 20px;
  }
}
@media (orientation: landscape) {
  :nth-of-type(1) .sale-item-detail:after{
    margin-left: 0;
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 0, 0, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:12px;
    border-right-width:12px;
    margin-top: -6px;
    /* border-left-color:rgba(255, 255, 255, 0.9); */
    border-left-color:rgb(0, 0, 0, 0.6);
    left:100%;
    top:50%;
  }
  :nth-of-type(2) .sale-item-detail:after{
    margin-left: 0;
    left: auto;

    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 0, 0, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:12px;
    border-right-width:12px;
    margin-top: -6px;
    /* border-right-color:rgba(255, 255, 255, 0.9); */
    border-right-color:rgb(0, 0, 0, 0.6);
    right:100%;
    top:50%;
  }
}

.sale-item-detail .name {
  /* color: #000; */
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

.sale-item-detail .title {
  /* color: #000; */
  font-size: 11px;
  line-height: 1;
  opacity: 0.7;
  font-weight: normal;
  margin-bottom: 0.75em;
}

.sale-item-detail .discount-rate {
  width: fit-content;
  text-align: center;
  background-color: #ff0000;
  color: #FFF;
  font-size: 11px;
  line-height: 1.4;
  padding: 1px 4px;
  margin: 0 auto;
  display: none;
}

.sale-item-detail .price {
  /* color: #000; */
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 0;

  border-top: solid 1px hsl(0deg 0% 100% / 40%);
  padding-top: 0.75em;
  margin-top: 0.75em;

}
.sale-item-detail .price * {
  letter-spacing: 0.025em;
}

.sale-item-detail .price .before {
  /* color: #000; */
  font-size: 12px;
  margin-right: 6px;
  /* background: linear-gradient(transparent 0.8em, #000 0, #000 calc(0.8em + 1px), transparent 0, transparent calc(0.8em + 3px)); */
  background: linear-gradient(transparent 0.5em, #FFF 0, #FFF calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px));
  /* opacity: 0.7; */
  font-weight: normal;
  padding: 0 0.2em;
}

.sale-item-detail .price .after {
  /* color: #ff0000; */
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background-color: #ff0000;
  padding: 2px 5px 3px;
  padding-right: 4px;
}
.sale-item-detail .price .after small {
  /* color: #ff0000; */
  font-size: 10px;
  font-weight: bold;
}

.sale-item-btn {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  justify-content: center;
  gap: 4px;
}

.btn-sample
,.btn-cart {
  color: hsl(0, 0%, 20%);
  width: 100%;
  flex: 1;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background: #00b3d6; */
  background: #fff;
  border-radius: 30px;
  /* border: 1px solid #000; */
  padding: 0.75em 0.4em;
  transition: opacity 0.15s;
}

.btn-sample {
  color: #fff;
  background: transparent;
  outline: 1.5px solid #fff;
  outline-offset: -1.5px;
}

.btn-cart {
  /* color: #000; */
  font-size: 10px;
}

@media (min-width: 1024px){
  .sale-item-detail .name {
    font-size: 20px;
    line-height: 1.4;
  }
  .sale-item-detail .title {
    font-size: 14px;
    line-height: 1.4;
  }
  .sale-item-detail .discount-rate {
    width: fit-content;
    text-align: center;
    background-color: #ff0000;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    padding: 2px 8px;
    letter-spacing: 0.05em;
    /* margin-left: 0; */
  }
    .sale-item-detail .price {
    margin-bottom: 15px;
  }
  .sale-item-detail .price .before {
    font-size: 16px;
    margin-right: 0.5em;
  }
  .sale-item-detail .price .after {
    font-size: 20px;
    padding: 3px 7px 4px;
    padding-right: 5px;
  }
  .sale-item-detail .price .after small {
    font-size: 12px;
  }

  .btn-sample
  ,.btn-cart {
    font-size: 14px;
  }
  .btn-cart {
    font-size: 14px;
  }
}

@media (orientation: landscape) {
  .sale-item-btn {
    gap: 8px;
  }
}

@media (any-hover: hover) {
  .btn-sample:hover
  ,.btn-cart:hover {
    opacity: 0.8;
  }
}



#contents07 .stage-title {
  width: 100%;
  height: auto;
  max-height: 60%;
  padding: 0 5%;
  object-fit: contain;
  margin-bottom: 30px;
}

.latenight-btn {
  padding: 0.5em 2em 0.6em;
  background: #FFF;
  border-radius: 30px;
  /* border: solid 2px #FFF; */
  color: var(--color-stage05-dark);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px auto 0;
}
.latenight-btn.open {
  background: #ff00ad;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (min-width: 576px){
  .latenight-btn {
    font-size: 18px;
  }
  .latenight-btn.open {
    font-size: 24px;
  }
}



.pagetop {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
  margin: 25px auto 0;
}
.pagetop.last {
  margin: 15px auto 0;
}



/* swiper */
.swiper-container {
  width: 100%;
  height: calc(100% - 50px);
  padding-bottom: 0;
}
@media (min-width: 576px){
  .swiper-container {
    height: 100vh;
  }
}

.swiper-wrapper {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 100%;
  overscroll-behavior: none;
}
@media (min-width: 576px){
  .swiper-wrapper {
  }
}

/* スクロールバー非表示 */
.swiper-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-slide {
  overflow: hidden;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("../img/bg-texture.jpg") center center / cover no-repeat; */
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
/* デバイスが縦長の向き */
@media (orientation: portrait) {
  .swiper-slide::before {
    background: url("../img/bg-texture-sp.jpg") center center / cover no-repeat;
  }
}
/* デバイスが横長の向き */
@media (orientation: landscape) {
  .swiper-slide::before {
    background: url("../img/bg-texture-pc.jpg") center center / cover no-repeat;
  }
}
.swiper-slide .contents {
  position: relative;
  z-index: 5;
}

/* menu */
#menu {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  background-color: #000;
  text-align: center;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
}

@media (min-width: 576px){
  #menu {
    max-width: 400px;
    /* height: 60px; */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 1024px){
  #menu {
    transform-origin: left bottom;
    scale: 1.3;
  }
}

#modal-btn {
  margin: 3px 0;
  padding: 3px;
  /* background-color: #DE4110; */
  background-color: #ff0000;
  border-radius: 30px;
  font-size: 16px;
  flex: 1;
  width: auto;
  /* max-width: 200px; */
}

#modal-btn .fa-bars {
  margin-right: 4px;
}



/* モーダル（タイムテーブル） */
#modal {
  z-index: 100;
  width: 100%;
  padding: 0;
  height: calc(100% - 40px);
  border-radius: 16px 16px 0 0;
  background-color: rgb(0, 0, 0, 1);
  overflow: hidden;
  position: fixed;
  bottom: -100%; /* 初期状態では画面下に隠れている */
  left: 0;
  right: 0;
  transition: bottom 0.3s ease; /* アニメーション設定 */
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 576px){
  #modal {
    padding: 0 20px;
  }
}

#modal-bg {
  display: none;
}
.show-modal + #modal-bg {
  display: block;
  z-index: 90;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* -webkit-backdrop-filter: blur(5px); */
  /* backdrop-filter: blur(5px); */
  cursor: pointer;
}

#modal .modal-title {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px 12px 40px;
}

#modal .modal-title p {
  font-family: "Hue";
  font-size: 24px;
  padding-top: 6px;
}

#modal .modal-title img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

/* モーダル内テーブル */
#modal .table_box {
  overflow-x: auto;
  overflow-y: auto;
  overscroll-behavior: none;
}
#modal .table_box table, 
#modal .table_box table ::before, 
#modal .table_box table ::after {
  box-sizing: content-box;
}
#modal table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#modal th, td {
  vertical-align: middle;
  border: 1px solid #FFF;
  border-left:  none;
  border-right: none;
  color: #000;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
#modal th {
  background: #ccc;
}
#modal td {
  background: #fff;
}
#modal .sticky_row {
  position: sticky;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  border: none;
  color: #fff;
  padding: 0.5em;
  font-family: "Hue";
  line-height: 1.4;
  font-size: 110%;
  z-index: 5;
}
#modal .sticky_row span {
  font-size: 125%;
  line-height: 1.8;
}
#modal .sticky_row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
#modal .sticky_row::after {
  content: "";
  position: absolute;
  top:   0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top:    1px solid #FFF;
  border-bottom: 1px solid #FFF;
  z-index: 5;
  opacity: 0.3;
}
#modal tr:last-of-type .sticky_row::after {
  border-bottom: 1px solid #000;
}
#modal .sticky_col {
  position: sticky;
  top: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  z-index: 5;
  background: #000;
}
#modal .sticky_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #FFF;
  z-index: -1;
}
#modal .sticky_col:nth-child(2):before {
  border-radius: 12px 0 0 0;
}
#modal .sticky_col:last-child:before {
  border-radius: 0 12px 0 0;
}
#modal .sticky_col:nth-child(2) {
  border-left: none;
}
#modal .sticky_col:last-child {
  border-right: none;
}
#modal td:first-of-type {
  border-left: none;
}
#modal td:last-of-type {
  border-right: none;
  margin-right: 10px;
}
#modal tr:last-of-type * {
  border-bottom: none;
}
#modal tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 12px;
}
#modal tr:last-of-type td:last-of-type {
  border-radius: 0 0 12px 0;
}
#modal tr.modal-header ~ tr:not(.active ~ tr):not(.active) {
  pointer-events: none;
}
#modal tr.modal-header ~ tr:not(.active ~ tr):not(.active) .sticky_row {
  color: hsl(0, 0%, 40%);
}
#modal tr.modal-header ~ tr:not(.active ~ tr):not(.active) [class^="stage"] {
  opacity: 0.2;
}
#modal tr.active:not(.notsale) .sticky_row::before {
  background-color: #FF0000;
}
@media (min-width: 576px){
  #modal tr.active:not(.notsale) .sticky_row::before {
    border-radius: 8px 0 0 8px;
  }
}
#modal tr {
  position: relative;
}
#modal tr#anchor04,
#modal tr#anchor08 {
  border-bottom: 15px solid #000;
}
/* #modal tr#anchor04 td:first-of-type,
#modal tr#anchor08 td:first-of-type {
  border-radius: 0 0 0 12px;
}
#modal tr#anchor04 td:last-of-type,
#modal tr#anchor08 td:last-of-type {
  border-radius: 0 0 12px 0;
}
#modal tr#anchor05 td:first-of-type,
#modal tr#anchor09 td:first-of-type {
    border-radius: 12px 0 0 0;
}
#modal tr#anchor05 td:last-of-type,
#modal tr#anchor09 td:last-of-type {
  border-radius: 0 12px 0 0;
} */

#modal .sticky_col img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  padding: 0 15%;
}
#modal .sticky_cross {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 10;
}
#modal .sticky_cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
  background: #000;
  z-index: -1;
}

#modal .stage01.sticky_col::before {
  background: url("../img/bg-texture-pc.jpg") center center / cover no-repeat, var(--color-stage01);
  background-blend-mode: overlay;
}
#modal .stage02.sticky_col::before {
  background: url("../img/bg-texture-pc.jpg") center center / cover no-repeat, var(--color-stage02);
  background-blend-mode: overlay;
}
#modal .stage03.sticky_col::before {
  background: url("../img/bg-texture-pc.jpg") center center / cover no-repeat, var(--color-stage03);
  background-blend-mode: overlay;
}
#modal .stage04.sticky_col::before {
  background: url("../img/bg-texture-pc.jpg") center center / cover no-repeat, var(--color-stage04);
  background-blend-mode: overlay;
}


#close-modal-btn {
  position: absolute;
  right: 0;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.show-modal {
  bottom: 0 !important; /* bottomを0に設定して画面下から表示 */
}

#modal-contents {
  position: relative;
  width: 100%;
  height: calc(100% - 50px - 0px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 10px 10px 0;
}

#modal-contents::-webkit-scrollbar{
  display:none;
}

#modal-contents [id^="anchor"] {
  width: 100%;
}
#modal-contents tr[id^="anchor"] td {
  max-width: 300px;
}

#modal-contents [class^="stage"] {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  overflow: hidden;
  min-width: 200px;
}

@media (min-width: 576px) {
  #modal-contents [class^="stage"] {
    flex-wrap: nowrap;
  }
}

#modal-contents td .stage01 {
  background-color: var(--color-stage01-thin);
}
#modal-contents td .stage02 {
  background-color: var(--color-stage02-thin);
}
#modal-contents td .stage03 {
  background-color: var(--color-stage03-thin);
}
#modal-contents td .stage04 {
  background-color: var(--color-stage04-thin);
}

#modal-contents .active:not(.notsale) td .stage01 {
  background-color: var(--color-stage01-thin40);
}
#modal-contents .active:not(.notsale) td .stage02 {
  background-color: var(--color-stage02-thin40);
}
#modal-contents .active:not(.notsale) td .stage03 {
  background-color: var(--color-stage03-thin40);
}
#modal-contents .active:not(.notsale) td .stage04 {
  background-color: var(--color-stage04-thin40);
}

.modal-item {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-item img {
  width: 100%;
  max-width: 120px;
  height: 80%;
  object-fit: contain;
  aspect-ratio: 1/1.41;
}

.modal-item .name {
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
}

.modal-item .title {
  font-size: 10px;
  color: #000000;
  opacity: 0.5;
}



/* footer */
footer {
  /* background-color: #000; */
  color: #fff;
  text-align: center;
  /* padding: 40px 20px 30px; */
  position: relative;
  z-index: 20;
}

footer .inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto 0;
  z-index: 10;
}

.inner-landscape {
  display: contents;
}
@media (orientation: landscape) {
  .inner-landscape {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

footer .register {
  padding-top: 40px;
}
@media (max-width: 575px) {
  footer .register {
    padding-top: 30px;
  }
}
footer .footer-info {
  padding: 0 0 40px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-inner {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  footer .footer-inner {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
footer h4 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
}
footer p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 575px) {
  footer h4 {
    font-size: 1.8rem;
  }
    footer p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.7;
  }
}
footer .logo {
  margin: 0 0 2em;
}
@media (max-width: 575px) {
  footer .logo {
    text-align: center;
  }
}
footer .logo a img {
  width: 70%;
  max-width: 300px;
  height: auto;
  padding-bottom: 5px;
}
footer .copyright,
footer address {
  opacity: 0.7;
}
footer .copyright {
  font-size: 1.2rem;
}
footer address {
  margin-top: 1em;
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  footer .inner {
    padding: 0;
  }
}




/* animation設定 */
.swiper-slide .contents .contents-index > a
,.swiper-slide .contents .stage-title
,.swiper-slide .contents .stage-title-sub
,.swiper-slide .contents .sale-item .cover
,.swiper-slide .contents .sale-item .cover a::after
,.swiper-slide .contents .sale-item .sale-item-detail
{
  opacity: 0;
}
.swiper-slide .contents .contents-index > a {
  scale: 0.6;
}
.swiper-slide .contents .stage-title
{
}
.swiper-slide .contents .stage-title-sub
{
}
.swiper-slide .contents .sale-item:nth-child(1) .cover
{
  translate:-20px 0;
}
.swiper-slide .contents .sale-item:nth-child(2) .cover
{
  translate: 20px 0;
}
.swiper-slide .contents .sale-item .sale-item-detail
{
}

.swiper-slide.active-slide .contents .contents-index > a
,.swiper-slide.active-slide .contents .stage-title
,.swiper-slide.active-slide .contents .stage-title-sub
,.swiper-slide.active-slide .contents .sale-item .cover
,.swiper-slide.active-slide .contents .sale-item .cover a::after
,.swiper-slide.active-slide .contents .sale-item .sale-item-detail
{
  opacity: 1;
  translate: 0;
}
.swiper-slide.active-slide .contents .contents-index > a:nth-of-type(1)
{
  scale: 1;
  transition:  0.4s 0.25s cubic-bezier(.6,2.4,.64,1);
}
.swiper-slide.active-slide .contents .contents-index > a:nth-of-type(2)
{
  scale: 1;
  transition:  0.4s 0.30s cubic-bezier(.6,2.4,.64,1);
}
.swiper-slide.active-slide .contents .contents-index > a:nth-of-type(3)
{
  scale: 1;
  transition:  0.4s 0.35s cubic-bezier(.6,2.4,.64,1);
}
.swiper-slide.active-slide .contents .contents-index > a:nth-of-type(4)
{
  scale: 1;
  transition:  0.4s 0.40s cubic-bezier(.6,2.4,.64,1);
}
.swiper-slide.active-slide .contents .contents-index > a:nth-of-type(5)
{
  scale: 1;
  transition:  0.4s 0.45s cubic-bezier(.6,2.4,.64,1);
}
.swiper-slide.active-slide .contents .stage-title
{
  transition: opacity 0.5s 0.25s;
}
.swiper-slide.active-slide .contents .stage-title-sub
{
  transition: opacity 0.5s 0.25s;
}
.swiper-slide.active-slide .contents .sale-item:nth-child(1) .cover
{
  transition: opacity 0.5s 0.5s, translate 0.5s  0.5s;
}
.swiper-slide.active-slide .contents .sale-item:nth-child(2) .cover
{
  transition: opacity 0.5s 0.75s, translate 0.5s  0.75s;
}
.swiper-slide.active-slide .contents .sale-item .cover a::after,
.swiper-slide.active-slide .contents .sale-item .sale-item-detail
{
  transition: opacity 0.25s 1.25s;
}

.swiper-slide::after {
  height: 115%;
  transition: height 0.5s 0s  cubic-bezier(0.33, 1, 0.68, 1);
}
.swiper-slide.active-slide::after {
  height: 100%;
}



/* スクロールダウン */
.arrowWrap {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 20px;
}
.arrow {
  width: 24px;
  margin: 0 auto;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}
.arrow span {
  position: relative;
  display: block;
  left: 50%;
}
.arrow span:before {
  content: '';
  width:  24px;
  height: 24px;
  border: 0;
  border-top:   solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}
@keyframes arrow {
  0% {
    opacity: 0.5;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -8px, 0);
  }
}