@charset "UTF-8";
/* CSS Document */

:root {
    --font-aktiv: "aktiv-grotesk", sans-serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-logo: "logo-cut-std", sans-serif;
    --green: #007A88;
}

/*******************************
共通
********************************/

html {
width: 100%;
-webkit-text-size-adjust: 100%;
}

#wrapper{
    background: url(../images/bk_check.png) center top;
    font-family: var(--font-noto);
    overflow: hidden;
}
.wid_min #wrapper{background-position: calc(50% + 100px) top;}
header{
    position:fixed;
    width: 100%;
    top: 0;
    z-index: 11;
}
header h1{margin-top: 22px; margin-left: 28px;}
header h1 picture{ cursor: pointer;}
#top{
    width: 1620px;
    height: 1080px;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: space-between;
}


.jo_select {
    position: absolute; 
    left: 0;
    top: 190px;
    filter: drop-shadow(50px 30px 45px rgba(0,0,0,0.25));
}
.jo_select li{
    width: 230px;
    height: 124px;
    display: flex;
    margin-bottom: 12px;
    text-indent: -9999px;
    transition: 0.3s;
    cursor: pointer;
}
.jo_select li.non{
  pointer-events: none;
}
.jo_select li.active{transform: translateX(25px); pointer-events: none;}

.jo_select li.j16{background: url(../images/bt_j16.png) top center no-repeat;}
.jo_select li.j04{background: url(../images/bt_j04.png) top center no-repeat;}
.jo_select li.j07{background: url(../images/bt_j07.png) top center no-repeat;}
.jo_select li.j12{background: url(../images/bt_j12.png) top center no-repeat;}
.jo_select li.j15{background: url(../images/bt_j15.png) top center no-repeat;}
.jo_select li.j08{background: url(../images/bt_j08.png) top center no-repeat;}

.jo_select li.non{opacity: 0.6;}

.tile{
    position: absolute;
    right: 0;
    top: 0;
    width: 810.5px;
}
.wid_min .tile{transform: translateX(100px);}

.tile ul{display: flex; width: 810.5px; flex-wrap: wrap;} 
.tile li{
    width: 270px; 
    height: 270px; 
    position: relative;
    opacity: 0;
    transition: .5s;
    transition-delay: 1s;
}

.tile li.non{
    pointer-events: none;
}
.tile li.non a{
    opacity: 0.3;
}

.tile li:nth-child(odd){
    background: #007A88;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.5s;
    transform: translateY(-100px);
}
.tile li:nth-child(even){
    background: #958171;
    transform: translateY(100px);
    transition: 1s;
    transition-delay: 0.5s;
}

.load .tile li:nth-child(odd){ opacity: 1; transform: translateY(0px);}
.load .tile li:nth-child(even){ opacity: 1; transform: translateY(0px);}

.tile li a{
    text-decoration: none;
    text-align: center;
    color: #000;
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    background: url(../images/tile_arrow.svg) bottom 30px center no-repeat;
}

.tile li a::before{
    content: '';
    width: 220px;
    height: 220px;
    position: absolute;
    display: block;
    mix-blend-mode: color-dodge;
    left: 25px;
    top: 25px;
    z-index: 1;
    transition: .3s;
}
.tile li a:hover::before{
    transform: scale(1.1);
}

.tile li:nth-child(odd) a::before{background: #007A88;}
.tile li:nth-child(even) a::before{background: #AD6F3E;}
.tile li a::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.25;
    bottom: 0;
    right: 0;
    transition: .3s;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transform-origin: bottom right;
}

.tile li a:hover:after{
    transform: scale(0.0);
}

.tile li p{
    position: relative;
    z-index: 1;
}
.tile li p.en{
    font-family: var(--font-aktiv);
    font-weight: 900;
    line-height: 45px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    margin-top: 54px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16));
    letter-spacing:-0.02em;
}

.tile li.last p.en{letter-spacing: -0.04em;}
.tile li:nth-child(odd) p.en{ color: #FFF;}

.tile li p.ja{
    font-weight: 800;
    font-size: 24px;
}

.tile li.record{
    background: none;
}

.tile li.record img{
    animation: spin 10s linear infinite;
    transform-origin: 50% 50%;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16));
    position: relative;
    z-index: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.chara_left,.chara_right,
.tile li.campaign {
    transform: none !important;
    opacity: 1 !important;
}
.chara_left img{
    width: 100%; height: 100%;
}
.chara_right img{
    width: 100%; height: 100%;
}


.tile li.campaign {
    width: 540px;
}

.tile li.campaign a:hover{
    opacity: 0.8;
}
.tile li.campaign a::before,
.tile li.campaign a::after{
    display: none;
}

.tile li.campaign._shiny {
    display: block;
    position: relative;
    overflow: hidden;
  transition: 1000ms;
}
.tile li.campaign._shiny::before {
    pointer-events: none;
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    z-index: 1;
    height: 100%;
    background-color: #b5e7ff;
    transition: 500ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.tile li.campaign._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.tile li.blank{width: 0;}

.poster {
    position: relative;
    width: 810px;
    height: 1080px;
}

.wid_min .poster{left: 100px;}

.poster .swiper {
    width: 600px;
    height: 850px;
    margin-top: 120px;
    margin-left: 100px;
  }

.poster .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .poster .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .poster .mySwiper {
    direction: rtl; /* ★これがポイント！ */
  }
  /* シャドウを逆方向に補正 */
  /* .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  } */
  .poster .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.3)) !important;
  }

  /* 下の影をより「下に」表示して立体感UP */
  .poster .swiper-3d .swiper-slide-shadow-bottom {
    top: auto !important;
    bottom: -100px !important; /* ← デフォより深く。好きな数値で調整 */
    height: 60px !important;  /* ← デフォより少し大きめで滑らかに */
    background-image: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0)) !important;
    z-index: 1 !important; /* 他と重ならないように */
  }
  
.copy{
    background: url(../images/tatunoko.svg) no-repeat; width: 222px; height: 54px;
    position: absolute;
    bottom: 15px;
    right: 26px;
}

/*------------
   CAMPAIGN
-------------*/

#campaign{
    width: 1680px; margin: 0 auto;
    height: 1080px;
    display: flex;
    align-items: center;

}

#campaign .about{
    width: 520px;background: #000000;
    filter: drop-shadow(50px 28px 44px rgba(0,0,0,0.25));
    color: #FFF;    
    padding:100px 40px 40px 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#campaign .about .en{ 
    color: #00ACBF;
    font-family: var(--font-aktiv);
    font-size: 92px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}

#campaign .about h2{
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    padding-left: 100px;
    background: url(../images/sns_x.svg) left center no-repeat;
    margin-bottom: 22px;
}

#campaign .about .lead{
    font-family: var(--font-logo);
    text-align: center;
    color: #FFAE72;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
#campaign .about .day{
    background: #007A88;
    width: 100%;
    
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

#campaign .about .day p:nth-child(1){
    font-size: 24px;
}
#campaign .about .day p:nth-child(2){
    font-size: 34px;
    font-weight: 900;
}

#campaign .about .chui{
    font-size: 16px;
}

#campaign .about .chui p{
    text-align: center;
    margin-bottom: 5px;
}

#campaign .about .chui li{
    text-indent: -1em;
    padding-left: 1em;
}

.goods{
    position: relative;
    width: 1080px;
    height: 100%;
    z-index: 1;
}
.goods .pre{position: absolute;}

.goods .pre p{
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
    line-height: 1.2em;
    font-weight:900;
}

.goods .pre img{
    transform: scale(0);
    transition: 1s;
}

.goods.mov .pre img{
    transform: scale(1);
}


.goods .pre1 img{ transition-delay: 0.5s;}
.goods .pre2 img{ transition-delay: 0.6s;}
.goods .pre3 img{ transition-delay: 0.7s;}
.goods .pre4 img{ transition-delay: 0.8s;}


.pre1{top: 10px;  left: 86px;}
.pre2{top: 92px; left: 570px;}
.pre3{top: 600px; left: 440px;}
.pre4{top: 600px; left: 810px;}
.pre1 picture{position: relative; z-index: 1;}

.pre1 picture:before,
.pre3 picture:before,
.pre4 picture:before{
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -20px;
    width: 216px;
    height: 216px;
    border-radius: 100%;
    background: #000;
    filter: blur(30px);
    opacity: 0.5;
    transform: scale(1,0.5);
    mix-blend-mode: multiply;
    left: calc(50% - 108px);
}
.pre1 picture:before{
    bottom: -80px;
}

.goods .point{
    width: 320px;
    height: 320px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 650px;
    left: 68px;
}

.goods .point::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/goods_point.png) center center;
    background-size: contain;
    animation: spin 30s linear infinite;
}

.goods .point p{
    color: #000;
    font-family: var(--font-logo);
    font-size: 28px;
    text-align: center;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    top: 10px;
}
.goods .point p span{
    font-size: 1.5em;
    font-weight: 900;
    color: var(--green);
}

.goods .point span{font-size: 18px; font-weight: bold;}

.goods .kira li{
    background: url(../images/kira.svg) center center;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 1;
}

.goods .kira li:nth-child(1){top: 240px; left:536px;}
.goods .kira li:nth-child(2){top: 500px; left: 1030px;}
.goods .kira li:nth-child(3){top: 800px; left: 720px;}


.entry a{
    display: block;
    background: url(../images/entry_pc.svg) center center no-repeat;
    width: 214px;
    height: 245px;
    filter: drop-shadow(30px 12px 65px rgba(0,0,0,0.65));
    position: absolute;
    top: 65px;
    animation: poyoyon3 2.5s infinite;
    right: -80px;
}
@keyframes poyoyon3 {
    0%, 40% {
      transform: skew(0deg, 0deg);
    }
    5% {
      transform: skew(5deg, 5deg);
    }
    10% {
      transform: skew(-4deg, -4deg);
    }
    15% {
      transform: skew(3deg, 3deg);
    }
    20% {
      transform: skew(-2deg, -2deg);
    }
    25% {
      transform: skew(1deg, 1deg);
    }
    30% {
      transform: skew(-0.6deg, -0.6deg);
    }
    35% {
      transform: skew(0.3deg, 0.3deg);
    }
  }
   


/*------------
　　 WINNER
-------------*/

#winner{padding-top: 45px;}
#winner h2{text-align: center; position: relative;}

#winner h2::before{
    content: '';
    width: 394px;
    height: 290px;
    background: url(../images/phoenix.png) center center no-repeat;
    position: absolute;
    left: calc(50% + 316px);
    top: -80px;
    z-index: 1;
    transform: translate(300px,120px);
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}
#winner.mov h2::before{
    opacity: 1;
    transform: translate(0px,0px);
}

#winner h2 .ja{
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
}

#winner h2 .ja::after{
    content: '';
    width: calc(50% - 150px);
    height: 1px;
    background: #000;
    position: absolute;
    right: 45px;
    top: 50%;
}

#winner h2 .ja::before{
    content: '';
    width: calc(50% - 150px);
    height: 1px;
    background: #000;
    position: absolute;
    left: 45px;
    top: 50%;
}

#winner h2 .en{
    font-family: var(--font-aktiv);
    font-size: 110px;
    color: #007A88;
    text-align: center;
    line-height: 100px;
    font-weight: 900;
}


#winner .win{
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
}
#winner .win::before{
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    background: #000;
    position: absolute;
    right: 45px;bottom: 0;
}
#winner .win li{
    margin: 0 6px;
    width: 270px;
    height: 560px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
}

#winner.mov .win li{ transform: translateY(0); opacity: 1;}
#winner.mov .win li:nth-child(1){ transition-delay: 0s;}
#winner.mov .win li:nth-child(2){ transition-delay: 0.2s;}
#winner.mov .win li:nth-child(3){ transition-delay: 0.4s;}
#winner.mov .win li:nth-child(4){ transition-delay: 0.6s;}
#winner.mov .win li:nth-child(5){ transition-delay: 0.8s;}
#winner.mov .win li:nth-child(6){ transition-delay: 1s;}

#winner .win li:before{
  z-index: -1;
  content: '';
  position: absolute;
  bottom: -70px;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  background: #000;
  filter: blur(30px);
  opacity: 0.5;
  transform: scale(1, 0.4);
  mix-blend-mode: multiply;
  left: calc(50% - 108px);
}

#winner .win li img {
  display: block;
  width: 128%;
  height: auto;
  margin: auto;
  position: absolute;
  top: -26px;
  left: -100%;
  right: -100%;
}

#winner .win li:nth-child(1){ background: url(../images/winner1.svg);}
#winner .win li:nth-child(2){ background: url(../images/winner2.svg);}
#winner .win li:nth-child(3){ background: url(../images/winner3.svg);}
#winner .win li:nth-child(4){ background: url(../images/winner4.svg);}
#winner .win li:nth-child(5){ background: url(../images/winner5.svg);}
#winner .win li:nth-child(6){ background: url(../images/winner6.svg);}

#credit {
    position: relative;
    padding-bottom: 115px;
}
#credit ul{
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(50px 30px 45px rgba(0,0,0,0.25));
    justify-content: space-between;
    margin: 0 auto;
    transform: translateX(90px);
    position: relative;
}


#credit .flender{
    background: url(../images/friender.png) no-repeat;
    width: 650px;
    height: 442px;
    right: calc(50% + 440px);
    position: absolute;
    transform: rotate(-3deg);
    z-index: 1;
    top: -45px;
    pointer-events: none;
    transform-origin: bottom left;
    animation: inu 5s infinite;
}


@-webkit-keyframes inu {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(1deg); }
    100% { transform: rotate(0deg); }
}

#credit ul li.l{
    width: 350px;
    height: 90px;
    margin-bottom: 15px;
}
#credit ul li.bts{
    width: 260px;
    height: 70px;
}

#credit ul li a{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

#credit ul li.l.sb       a{    background: url(../images/logo_sb.png) center center no-repeat #FFF;}
#credit ul li.l.data24   a{    background: url(../images/logo_data24.png) center center no-repeat #FFF;}
#credit ul li.l.iboat    a{    background: url(../images/logo_iboat.png) center center no-repeat #FFF;}
#credit ul li.sumoto     a{    background: url(../images/logo_sumoto.png) center center no-repeat #FFF;}
#credit ul li.tottori    a{    background: url(../images/logo_tottori.png) center center no-repeat #FFF;}
#credit ul li.yamatogose a{    background: url(../images/logo_gose.png) center center no-repeat #FFF;}
#credit ul li.kyotango   a{    background: url(../images/logo_kyotango.png) center center no-repeat #FFF;}

.c-text {
    position: absolute;
    bottom: -34px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    height: 126px;
    display: flex;
    align-items: center;
  }
  
  .loop-wrap {
    display: flex;
    animation: loopText 30s linear infinite;
  }
  
  .loop-text {
    display: flex;
    white-space: nowrap;
  }
  
  .loop-text span {
    font-size: 126px;
    font-family: var(--font-aktiv);
    font-weight: 900;
    line-height: 1em;
    color: #003B81;
    padding-right: 50px; /* 文字間隔の調整 */
  }
    
  @keyframes loopText {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

address{
    width: 100%; line-height: 50px; background: #000; text-align: center; color: #FFF;
    font-family: var(--font-aktiv);
    font-weight: 600;
    font-size: 16px;
}


/* loading 全体 */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #007A88;
    font: 1em Dosis, sans-serif;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    perspective: 40em;
    z-index: 100;
  }
  
  /* プレローダー本体 */
  .preloader {
    animation: l_tiltSpin 8s linear infinite;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 10em;
  }
  .preloader, .preloader__ring {
    transform-style: preserve-3d;
  }
  
  /* リング */
  .preloader__ring {
    animation-name: l_spin;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 1.2em;
    position: relative;
    height: 2rem;
    width: 1rem;
  }
  .preloader__ring:nth-child(even) {
    animation-direction: reverse;
  }
  
  /* セクター */
  .preloader__sector {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(4rem);
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .preloader__sector:empty::before {
    background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  
  /* アニメーション */
  @keyframes l_tiltSpin {
    from {
      transform: rotateY(0) rotateX(30deg);
    }
    to {
      transform: rotateY(1turn) rotateX(30deg);
    }
  }
  
  @keyframes l_spin {
    from {
      transform: rotateY(0);
    }
    to {
      transform: rotateY(1turn);
    }
  }
/***********************************************************************
「★PC版 CSS★」ブラウザの幅が769px以上ならここの記述が有効になる
**********************************************************************/
@media only all and (min-width: 769px) {

    .pc_no{
        display: none !important;
    }
}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px未満ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) { 
    .sp_no{
        display: none !important;
    }

    body{position: relative;}
    #wrapper{
        background-size: 500px;
        width: 750px;
        overflow: clip;
        position: relative;
        background-position: left top;
        padding-top: 100px;
    }

    header h1{background: #000; width: 100%; margin: 0; text-align: center; height: 100px;
    display: flex; align-items: center;  justify-content: center;
    } 

    .jo_select {top: 125px; z-index: 10; width: 750px; overflow: scroll; height: 150px;}
    .jo_select ul{
    display: flex;
    width: 1200px;
    width: calc(250px * 6);
    padding-left: 25px;
  }
  .jo_select ul li{
    margin-right: 20px;
   
  }.jo_select li.active {
    transform: translateY(25px);
}
.poster{height: 930px;}
.copy{right: 90px;}

.poster .swiper {
    width: 600px;
    height: 850px;
    margin-top:220px;
    margin-left: 40px;
}
#top{
    height: auto;
    width: 100%;
    position: relative;
    display:block;
}
.tile{position: relative;}


.tile ul{width: 750px;}

.tile li{width: 250px; height: 250px;}
.tile li a::before{width: 200px; height: 200px;}
.tile li.record img{width: 250px; height: 250px;}
.tile li.campaign{width: 500px;}
.tile li.campaign img{width: 100%;}
.tile li p.ja{font-size: 30px;
    position: relative;
    top: -12px;}
.tile li p.en{margin-top: 46px; font-size: 42px;}
#campaign{ width: 100%; display: block; padding-top: 70px; height: auto;}
#campaign .about{width: 650px; margin: 0 auto; padding: 0; padding-bottom: 10px;}
#campaign .about .chui{display: none;}
#campaign .about h2{font-size: 50px;
    background-size: 110px 110px;
    padding: 10px 0;
    padding-left: 120px;
    margin-top: 70px;}

#campaign .about .en{line-height: 1.05em; font-size: 98px; top: 30px;}
#campaign .about .lead{font-size: 22px;}
#campaign .about .day{width: 570px;}

.goods .point{
    width: 100%; position: absolute; 
    display: block; text-align: center; 
    top: 0;
    left: 0;
    border-top: 2px dashed var(--green);
    border-bottom: 2px dashed var(--green);
    margin-top: 30px;
    padding: 30px 0;
    border-radius: 0;
    height: auto;
}
.goods .point::before{display: none;}
.goods .point p{font-size: 36px; line-height: 40px;}
.goods .point span{font-size: 24px;}
.goods{display: block; width: 100%;}
.goods .pre{position: relative; width: 46%; top: 0; left: 0; text-align: center; margin-bottom: 35px;}

.goods .kira li:nth-child(1){ top: 300px; left: 670px;}
.goods .kira li:nth-child(2){ top: 715px; left: 25px;}
.goods .kira li:nth-child(3){ top: 820px; left: 680px;}

.goods .pre_li{
    display: flex;
    flex-wrap: wrap;
    padding-top: 190px;
    width: 100%; justify-content: center;
}
.goods .pre1 img{width: 338px;}
.goods .pre2 img{width:310px; margin-top: 75px;}
.entry{margin-bottom: 50px; margin-top: 20px;}
.entry a{
    position: relative;
    top: 0;
    left: 0;
    background:url(../images/entry_sp.svg) center center no-repeat;
    width: 100%;
    height: 215px;
}
.chui{
    width: 650px;
    font-size: 20px;
    margin: 0 auto;
}
.chui p{
    text-align: center;
}
#winner .win{flex-wrap: wrap;}
#winner {margin-top: 90px;}
#winner h2 .en{font-size: 118px; line-height: 102px;}
#winner h2 .ja {
    margin-bottom: 30px;
}
#winner h2::before{
    left: calc(50% + 120px);
    top: -120px;
    width: 280px;
    background-size: contain;
}

#winner .win li {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  width: 390px;
  height: 820px;
  margin: 30px 6px 0;
}

.win {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

.win li {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

#winner .win li img {
  width: 128%;
  top: -37px;
  left: -100%;
  right: -100%;
}

  /* Swiperに必要なやつ */
  #winner  .swiper-wrapper {
    display: flex;
  }
  #winner  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
  }
  .win .swiper-slide {
    width: 390px;
  }
#credit{padding-bottom: 410px;}
  #credit ul{width: 650px;
    justify-content: center;
    transform: translateX(0px);}

#credit ul li.l{width: 450px;}
#credit ul li{width: 320px; margin-bottom: 15px; margin-left: 15px;}
#credit .flender{right: 140px; top: auto ; bottom: -45px;}

#winner .win::before{width: 100%; left: 0;}
#winner h2 .ja::before{left: 0; width: calc(50% - 100px);}
#winner h2 .ja::after{right: 0; width: calc(50% - 100px);}


}