@charset "UTF-8";
/* CSS Document */

body{
    margin: 0;
}

.sp{
    display: none;
}

.pc{
    display: inherit;
}


/*動き*/
.fadein_element {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.fadein_element_is_fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    left: 0;
    right: 0;
}

.shivering,
.mask_set ul:first-child li:first-child::before,
.mask_set ul:nth-child(2) li:first-child::before,
.mask_set ul:nth-child(3) li:first-child::before,
.mask_set ul:nth-child(4) li:first-child::before,
.mask_set ul:last-child li:first-child::before,
.campaign_box::before{
    animation: shivering 2s linear infinite;
}

@keyframes shivering{
    0%, 7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-8deg);
    }
    20% {
        transform: rotateZ(4deg);
    }
    25% {
        transform: rotateZ(-4deg);
    }
    30% {
        transform: rotateZ(3deg);
    }
    35% {
        transform: rotateZ(-2deg);
    }
    40%, 100% {
        transform: rotateZ(0);
    }
}

/*buruburu-hover*/
.buruburu_hover:hover {
    display: block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1%, 0px) rotateZ(1deg)}
/*    50% {transform: translate(0px, 1px) rotateZ(0deg)}*/
/*    75% {transform: translate(1px, 0px) rotateZ(-1deg)}*/
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/* fuwafuwa */
@keyframes fuwafuwa-uesita {
    0% { transform: translateY(0) }
  50% { transform: translateY(-15px) }
  100% { transform: translateY(0) }
}

.fuwafuwa-uesita2,
#about::after{
    animation: fuwafuwa-uesita2 3s linear infinite;
    animation-delay: 3s;
} 

/* fuwafuwa-uesita */
.fuwafuwa-uesita,
#about::before{
    animation: fuwafuwa-uesita 3s linear infinite;
} 

@keyframes fuwafuwa-uesita2 {
  0% { transform: translateY(0) }
  50% { transform: translateY(15px) }
  100% { transform: translateY(0) }
}

.fuwafuwa-yoko{
    animation: fuwafuwa-yoko 3s linear infinite;
}

@keyframes fuwafuwa-yoko {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(13px); }
  50%  { transform: translateX(0); }
  75%  { transform: translateX(-13px); }
  100% { transform: translateX(0); }
}

/*fuwafuwa*/
.fuwafuwa,
.play_box_inner_title.fukidashi span:before{
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translateX(0) rotate(-3deg);
  }
  50% {
    transform:translateX(0) rotate(0deg);
  }
  100% {
    transform:translateX(0) rotate(3deg);
  }
}

/*yurayura*/
.yurayura{
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform:translate(-50%, 0)  rotate(5deg);
  }
  50%{
      transform:translate(-50%, 0)  rotate(-5deg);
  }
}

/* slidein_shu_left */
.slidein_shu_left{
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: relative;
}
.slidein_shu_left_move {
    animation: slidein_shu_left_move 3s 1;
    opacity: 1;
    visibility: visible;
}

@keyframes slidein_shu_left_move {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* slidein_shu_right */
.slidein_shu_right{
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: relative;
}
.slidein_shu_right_move {
    animation: slidein_shu_right_move 3s 1;
    opacity: 1;
    visibility: visible;
}

@keyframes slidein_shu_right_move {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* slidein_shu_down */
.slidein_shu_down{
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: relative;
}
.slidein_shu_down_move {
    animation: slidein_shu_down_move 3s 1;
    opacity: 1;
    visibility: visible;
}

@keyframes slidein_shu_down_move {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes kurukuru{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}

/**/


/* poyoyon */
.poyoyon {
  animation: poyoyon 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

/* 次fuwafuwa */
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out alternate;
  display: inline-block;
  opacity: 1;
  animation-delay: 1.4s;
}

@keyframes poyoyon {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    transform: translateY(-35px);
  }
  80% {
    transform: translateY(0); 
  }
  90% {
    transform: translateY(-20px); 
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fuwafuwa {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    30% {
        transform: translateX(0) rotate(3deg);
    }
    70% {
        transform: translateX(0) rotate(0deg);
    }
    100% {
        transform: translateX(0) rotate(3deg);
  }
}



/* poyopoyo */
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.93);
    }
}

.poyopoyo.is-popup {
  animation: pop 0.6s ease-out forwards, poyopoyo 1.6s ease-in-out 0.6s infinite;
}

/* popup2 */
@keyframes popup2 {
    0% {
        transform: translateX(-100%) scale(0.8);
        opacity: 0;
    }
    70% {
        transform: translateX(0) scale(1.0);
        opacity: 1;
    }
    100% {
        transform: translateX(0) scale(1.0);
        opacity: 1;
    }
}

.popup2 {
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 画面上に存在しないようにする */
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.popup2.is-popup2{
  visibility: visible;
  opacity: 1;
  animation: popup2 1s ease-in-out, poyopoyo 1.5s ease-out 0.8s infinite;
}

/*hover*/

#nav ul li a:hover,
#terms a:hover{
    opacity: 0.7;
}


/*共通*/
section#top{
    background: #9cd6f4;
    background-size: contain;
    background-repeat: repeat;
/*    font-size: 14px;*/
    text-align: left;
    color: #333333;
    max-width: none;
    width: 100%;
    padding: 0;
    letter-spacing: 0.026em;
    word-break: break-all;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    font-weight: 500;
}

.asterisk{
    text-indent: -1em;
    margin-left: 1em;
}

.asterisk::before{
    content: '※';
}

section .inner{
    margin: 0 auto;
/*    max-width: 1520px;*/
    max-width: 1100px;
/*    width: 93.335%;*/
    position: relative;
    z-index: 1;
}

#top img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.font_zm{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.font_rm{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.title_maru{
/*    font-size: 80px;*/
    font-size: 50px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.075em;
    line-height: 1.1;
    background: #006FA9;
/*    max-width: 890px;*/
    max-width: 700px;
    width: 92.86%;
    margin: 0 auto;
    border-radius: 75px;
    padding: 16px 0;
}


/*kv*/
section#kv{
/*    max-width: none;*/
/*    width: 100%;*/
}

/*nav*/
section#nav{
    background: #ffef00;
    height: auto;
    padding: 20px 0;
}

#nav ul{
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
    width: 98%;
    margin: 0 auto;
    justify-content: space-between;
    align-content: center;
}

#nav li{
    border-right: 1px solid #000;
    font-size: 21px;
/*    padding: 0 50px;*/
    letter-spacing: 0;
    align-items: center;
    text-align: center;
    height: 80px;
    align-content: center;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav li:first-child{
    border-left: 1px solid #000;
    width: 248px;
}

#nav li:nth-child(2){
    width: 268px;
}

#nav li:nth-child(3),
#nav li:nth-child(4),
#nav li:nth-child(5){
    width: 185px;
}

#nav li:last-child{
    display: flex;
    flex-wrap: nowrap;
/*    padding: 27px 25px;*/
    padding: 0 25px;
    text-align: left;
    
    width: 250px;
}

#nav li:last-child a{
/*    width: 40px;*/
    max-width: 40px;
    width: 100%;
}

#nav li:last-child a:first-child{
    margin: auto 7px auto 20px;
}

/*about*/
#about{
    text-align: center;
    background: #fb92bc;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    position: relative;
    padding: 80px 0 60px 0;
    letter-spacing: 0.026em;
}

#about::before{
    content: '';
    background: url(../img/about_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 377px;
    height: 100%;
    display: block;
    position: absolute;
    left: 35px;
    top: 50px;
    z-index: 0;
}

#about::after{
    content: '';
    background: url(../img/about_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 340px;
    height: 100%;
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 0;
}

#about .inner{
    z-index: 1;
    position: relative;
}

#about p:first-child{
     margin-bottom: 70px;
}

#about p:last-child{
    background: #fff9e4;
    font-size: 35px;
    padding: 9px 17px;
    transform: skewX(-10deg);
    margin-top: 20px;
    display: inline-block;
}

#about p:last-child span{
    transform: skewX(10deg);
    display: inline-block;
    line-height: 1.2;
}


/*event*/
#event{
    text-align: center;
    padding: 60px 0 95px 0;
    position: relative;
    overflow: hidden;
}

#event::before{
    content: '';
/*    background: url(../img/mask_bg_top.png);*/
    background: url(../img/mask_bg_top_2.png);
/*    background-size: contain;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#event::after{
    content: '';
/*    background: url(../img/mask_bg_bottom.png);*/
    background: url(../img/mask_bg_bottom_2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 21.1vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#event .event_title{
/*    max-width: 1224px;*/
    max-width: 900px;
    width: 100%;
    margin: auto auto 60px auto;
}

.slider_box{
    background: #fff9e4;
    border: 20px solid #006fa9;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.slider-bottom{
    border-top: 2px solid #006fa9;
    margin-top: 20px;
    padding-top: 5px;
}

.slider-wrapper {
  position: relative;
}

.slick-prev-top{
    position: absolute;
/*    width: 2.6vw;*/
    width: 37px;
    left: 18.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slick-next-top{
    position: absolute;
/*    width: 2.6vw;*/
    width: 37px;
    right: 18.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slick-prev-bottom{
    position: absolute;
/*    width: 2.6vw;*/
    width: 37px;
    left: 18.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slick-next-bottom{
    position: absolute;
/*    width: 2.6vw;*/
    width: 37px;
    right: 18.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slider{
    width:70%;
    margin:0 auto;
}

.slider img{
    width:100%;
}

.slider .slick-slide{
    height:auto!important;
}

.slider .slick-arrow{
    z-index:2!important;
}

.slider .slick-next{
    right:0!important;
}

.slider .slick-prev{
    left:0!important;
}

.slider .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}

li.slider_img {
    max-width: 729px;
    width: 90% !important;
}

li.slider_img img {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.swipe_text{
    background: #006fa9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*    font-size: 33px;*/
    font-size: 23px;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    padding: 0px 25px 10px 25px;
    margin-top: -3px;
}

.swipe_img{
    max-width: 1132px;
    width: 100%;
    margin: 5px auto auto auto;
}

.swipe_img_box{
    width: 90%;
    margin: 0 auto;
    background: url(../img/swipe_img_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}

.swipe_img_box p{
    max-width: 583px;
    width: 55%;
    margin: 0 auto;   
}

.mask_img {
    position: relative;
    margin: 0 auto;
    max-width: 1520px;
    width: 93.335%;
}

.mask_img1,
.mask_img2 {
    position: relative;
    margin: 0 auto;
    max-width: 1520px;
    width: 93.335%;
}

.mask{
    background: #fff;
    border-radius: 30px;
    margin-top: 45px;
    padding: 75px 0 60px 0;
    position: relative;
    z-index: 1;
}

.mask::before{
    content: '';
    background: url(../img/star_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*
    width: 195px;
    height: 198px;
    position: absolute;
    top: 100px;
    left: -100px;
*/
    width: 160px;
    height: 160px;
    position: absolute;
    top: 90px;
    left: -85px;
}

.mask::after {
    content: '';
    background: url(../img/star_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*
    width: 101px;
    height: 100px;
    position: absolute;
    top: 420px;
    right: 40px;
*/
    width: 75px;
    height: 74px;
    position: absolute;
    top: 350px;
    right: 40px;
}

.mask_title::before{
    content: '';
    background: url(../img/sen_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 110px;
    height: 130px;
    position: absolute;
/*    top: 162px;*/
    top: 110px;
    right: -61px;
    mix-blend-mode: multiply;
    z-index: 9;
}

/*
.mask_title::after{
    content: '';
    width: 116px;
    height: 143px;
    position: absolute;
    top: 162px;
    top: 140px;
    right: -116px;
    background: #9cd6f4;
}
*/

.mask_text::before{
    content: '';
    background: url(../img/sen_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*
    width: 150px;
    height: 153px;
*/
    width: 110px;
    height: 110px;
    position: absolute;
    top: 295px;
    left: -46px;
    mix-blend-mode: multiply;
    z-index: 9;
}
/*

.mask_text::after{
    content: '';
    width: 150px;
    height: 153px;
    position: absolute;
    top: 315px;
    left: -150px;
    background: #9cd6f4;
}
*/

.mask_img1::before{
    content: '';
    background: url(../img/sen_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*
    width: 116px;
    height: 132px;
    position: absolute;
    bottom: 420px;
    right: -55px;
*/
    width: 106px;
    height: 110px;
    position: absolute;
    bottom: 230px;
    right: -118px;
/*    mix-blend-mode: multiply;*/
    z-index: 99;
}

.mask_img1::after{
    content: '';
    background: url(../img/sen_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 150px;
    height: 153px;
    position: absolute;
    bottom: 110px;
    left: -141px;
/*
    width: 120px;
    height: 133px;
    position: absolute;
    bottom: 120px;
    left: -137px;
    mix-blend-mode: multiply;
    z-index: 99;
*/
}

.mask_inner p.font_zm.star{
    position: relative;
}

.mask_inner p.font_zm.star::before{
    content: '';
    background: url(../img/star_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*    width: 106px;*/
/*    height: 108px;*/
    width: 80px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 25px;
}

.mask_inner p.font_zm.star::after{
    content: '';
    background: url(../img/star_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*
    width: 332px;
    height: 324px;
    position: absolute;
    bottom: -105px;
    right: -150px;
*/
    width: 250px;
    height: 240px;
    position: absolute;
    bottom: -90px;
    right: -100px;
}

.mask_inner{
    max-width: 1367px;
    width: 92.58%;
    margin: 0 auto;
}

.mask_inner p.font_zm{
/*    font-size: 40px;*/
    font-size: 30px;
    line-height: 1.5;
}

.mask_inner p.font_zm.mask_text{
    margin-bottom: 60px;
    z-index: 1;
    display: block;
    width: 100%;
}

.mask_inner p.font_zm.star{
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.mask_title{
/*    max-width: 1263px;*/
    max-width: 930px;
    width: 100%;
    margin: auto auto 25px auto;
}

.mask_set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.mask_set ul{
    width: 48.18%;
    margin-bottom: 35px;
    position: relative;
}

.mask_set ul:last-child{
    width: 74.47%;
    margin: 0 auto;
}

.mask_set ul li:first-child{
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    padding: 8px 0;
    border-radius: 45px;
    position: relative;
}

.mask_set ul:nth-child(4) li:first-child span{
    transform: scale(0.8, 1);
    display: inline-block;
}

.mask_set ul:first-child li:first-child{
    background: #9dc62b;
}

.mask_set ul:nth-child(2) li:first-child{
    background: #ff0000;
/*    padding: 15px 0 15px 20px;*/
    padding: 8px 0 8px 20px;
}

.mask_set ul:nth-child(3) li:first-child{
    background: #f78400;
/*    padding: 15px 0 15px 17px;*/
    padding: 8px 0 8px 17px;
}

.mask_set ul:nth-child(4) li:first-child{
    background: #007d42;
/*    padding: 15px 0 15px 55px;*/
    padding: 8px 0 8px 55px;
}

.mask_set ul:last-child li:first-child{
    background: #e42a00;
    margin-bottom: 20px;
}

.mask_set ul:first-child li:first-child::before{
    content: '';
    background: url(../img/mask_01_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*    width: 131px;*/
/*    height: 192px;*/
    width: 120px;
    height: 170px;
    position: absolute;
    top: -51px;
/*    left: 53px;*/
    left: 0;
}

.mask_set ul:nth-child(2) li:first-child::before{
    content: '';
    background: url(../img/mask_02_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*    width: 131px;*/
/*    height: 192px;*/
    width: 120px;
    height: 170px;
    position: absolute;
    top: -51px;
/*    left: 102px;*/
    left: 0;
}

.mask_set ul:nth-child(3) li:first-child::before{
    content: '';
    background: url(../img/mask_03_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*    width: 131px;*/
/*    height: 192px;*/
    width: 120px;
    height: 170px;
    position: absolute;
    top: -61px;
/*    left: 30px;*/
    left: 0;
}

.mask_set ul:nth-child(4) li:first-child::before{
    content: '';
    background: url(../img/mask_04_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*    width: 131px;*/
/*    height: 192px;*/
    width: 120px;
    height: 170px;
    position: absolute;
    top: -64px;
/*    left: 3px;*/
    left: 0;
}

.mask_set ul:last-child li:first-child::before{
    content: '';
    background: url(../img/mask_05_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
/*    width: 131px;*/
/*    height: 192px;*/
    width: 120px;
    height: 170px;
    position: absolute;
    top: -78px;
/*    left: 27px;*/
    left: 0;
}

/*play*/
#play{
    background: #FFF171;
    background-image: url(../img/play_bg.png);
/*    background-size: cover;*/
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 60px 0 90px 0;
}

.play_box{
    background: #fff;
    border-radius: 30px;
    padding: 70px 0;
    margin-top: 50px;
}

.play_box_inner{
    max-width: 1320px;
    width: 92.86%;
    margin: 0 auto;
    background: #CCEEF5;
}

.play_box_inner_title{
    background: #8AC8E3;
    text-align: center;
/*    font-size: 65px;*/
    font-size: 45px;
    letter-spacing: 0.05em;
    color: #fff;
}

.play_img_1{
    display: flex;
    justify-content: space-between;
}

.play_img_1 li:first-child {
/*    max-width: 786px;*/
    width: 60%;
}

.play_img_1 li:last-child {
    width: 40%;
    padding-top: 70px;
}

.play_img_1 li:last-child span:first-child{
/*    font-size: 1.9vw;*/
    font-size: 23px;
    letter-spacing: 0.025em;
    line-height: 1.7;
    display: block;
}

.play_img_1 li:last-child span.fukidashi_text {
/*    font-size: 1.61vw;*/
/*    font-size: 20px;*/
    font-size: 25px;
    color: #006FA9;
    letter-spacing: 0.026em;
    line-height: 1.1;
/*    top: 4.1vw;*/
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    width: 100%;
    text-align: center;
}

.play_img_1 li:last-child span.fukidashi {
    background: url(../img/fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    width: 34.9vw;*/
/*
    width: 450px;
    height: 130px;
*/
    width: 255px;
    height: 96px;
    display: block;
    position: absolute;
/*    right: 7.5vw;*/
    right: 100px;
    right: 190px;
}

.play_3set{
    display: flex;
    justify-content: space-between;
    max-width: 1185px;
    width: 90%;
    margin: 40px auto 78px auto;
    text-align: center;
}

.play_3set li{
    width: 31.9%;
}

.play_3set li span:last-child{
/*    font-size: 30px;*/
    font-size: 25px;
/*    margin-top: 10px;*/
    margin-top: 5px;
    color: #006FA9;
    display: block;
}

/*
.play_box_inner_title.fukidashi{
    position: relative;
}
*/

.play_box_inner_title.fukidashi span{
    position: relative;
}

/*
.play_box_inner_title.fukidashi span:before{
    content: '';
    background: url(../img/play_box_inner_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 225px;
    height: 139px;
    display: block;
    position: absolute;
    left: 11.7vw;
    top: -65px;
}
*/

.play_box_inner_title.fukidashi span:before {
    content: '';
    background: url(../img/play_box_inner_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
/*    width: 12vw;*/
    height: 103px;
/*    height: 8vw;*/
    display: block;
    position: absolute;
    left: -170px;
/*    left: -12.3vw;*/
    top: -60px;
/*    top: -3.5vw;*/
}

.play_box_inner_img{
    position: relative;
}

.play_box_inner_img span{
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
/*    font-size: 28px;*/
    font-size: 21px;
    text-align: left;
    letter-spacing: 0;
    z-index: 9;
}

/*campaign*/
#campaign{
    background-image: repeating-linear-gradient(-45deg, #43c3d233, #43c3d233 8px, transparent 8px, transparent 21px);
    padding: 60px 0 85px 0;
    text-align: center;
}

.campaign_text{
/*    font-size: 39px;*/
    font-size: 25px;
    letter-spacing: 0.026em;
    line-height: 1.6;
    margin: 35px auto 63px auto;
}

.campaign_box{
    background: #fff;
    position: relative;
    border-radius: 30px;
    padding-top: 40px;
    
    width: 1100px
}

.campaign_box::before{
    content: '';
    background: url(../img/campaign_badge.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    width: 456px;*/
/*
    width: 25vw;
    height: 456px;
    position: absolute;
    top: -105px;
    left: -157px;
*/
    display: block;
    width: 290px;
    height: 295px;
    position: absolute;
    top: -70px;
    left: -110px;
}

.set_name {
/*    max-width: 1005px;*/
    max-width: 730px;
/*    margin: auto 9vw auto auto;*/
    margin: auto 150px auto auto;
}

.campaign_box_text{
/*    font-size: 35px;*/
    font-size: 28px;
    margin: 45px auto 40px auto;
    letter-spacing: 0.035em;
    line-height: 1.5;
    width: 95%;
}

.set_img {
    position: relative;
    top: 0;
    left: 0;
/*    max-width: 1860px;*/
/*    width: 123%;*/
/*    width: 97vw;*/
    width: 1270px;
    margin: 0 auto;
    text-align: center;
/*    margin-left: -12%;*/
    margin-left: -125px;
}

.set_img::before {
    content: '';
    background: url(../img/set_img_s.png);
    background-size: cover;
    width: 100%;
    height: 99%;
    display: block;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.detail{
    text-align: right;
/*    margin-top: -5.2vw;*/
    width: 95%;
/*    margin: -5.2vw auto auto auto;*/
    margin: -40px auto auto auto;
}

.detail p{
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: auto 37px 8px auto;
}

.detail_img{
    max-width: 822px;
    width: 100%;
    margin: auto 37px 18px auto;
}

.detail ul {
    display: flex;
    text-align: left;
    align-items: center;
    background: #D6EEF5;
    max-width: 822px;
    width: 100%;
    padding: 12px 10px;
    margin: auto 37px 18px auto;
}

.detail ul li:first-child {
    font-weight: 500;
    width: 11.2%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #006FA9;
    line-height: 1.1;
}

.detail ul li:last-child{
    font-weight: 400;
    border-left: 2px solid #006FA9;
    padding-left: 18px;
    margin-left: 10px;
    font-size: 17px;
    letter-spacing: 0.025em;
    line-height: 1.4;
}

.campaign_end img{
    padding-bottom: 0;
    transform: none!important;
}

/*application*/
#application{
    background: url(../img/application_bg.png);
    background-color: #F3B0CF;
    background-size: 11px;
    background-repeat: repeat;
    padding: 70px 0 80px 0;
    text-align: center;
}

section#application .inner{
/*    max-width: 1585px;*/
/*    max-width: 1110px;*/
/*    width: 93.334%;*/
}

.application_text{
/*    font-size: 34px;*/
    font-size: 22px;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 50px;
}

.application_text_min{
/*    font-size: 20px;*/
    font-size: 16px;
    display: block;
    margin: 25px auto 50px auto;
}

.application_text span{
    font-size: 125%;
    color: #E961A1;
    background: #fff;
    border-radius: 10px;
    padding: 3px 8px;
    margin: 0 0.25em;
}

.application_box{
/*    max-width: 1520px;*/
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 55px 0 65px 0;
}

.application_title{
/*    max-width: 692px;*/
/*    width: 90%;*/
    width: 600px;
    color: #44C3D2;
/*    font-size: 35px;*/
    font-size: 23px;
    letter-spacing: 0.2em;
    padding: 3px 5px;
    background: rgba(68,195,210,0.3);
    margin: 0 auto;
    display: inline-block;
    border-radius: 45px;
}

.application_box .font_rm{
    font-weight: 500;
/*    font-size: 35px;*/
    font-size: 23px;
    letter-spacing: 0;
    line-height: 1.65;
/*    margin-top: 30px;*/
/*    margin-bottom: 48px;*/
    width: 90%;
    margin: 30px auto 48px auto;
}

.application_img{
    max-width: 1374px;
    width: 91.43%;
    margin: 60px auto auto auto;
}


/*product*/
#product{
    background: url(../img/product_bg.png);
    background-size: 13px;
    background-repeat: repeat;
    padding: 60px 0 85px 0;
    text-align: center;
}

.product_text{
/*    font-size: 30px;*/
    font-size: 22px;
    letter-spacing: 0.026em;
    line-height: 1.7;
    margin: 40px auto 30px auto;
}

.product_text_min{
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    background: #E961A1;
    border-radius: 45px;
    line-height: 1.1;
    max-width: 527px;
    width: 100%;
    padding: 10px 5px;
    margin: auto auto 45px auto;
}

.product_box{
    width: 100%;
    background: #fff;
    border-radius: 30px;
/*    padding: 47px 0 135px 0;*/
    padding: 47px 0 110px 0;
}

.product_mark_img{
    max-width: 1358px;
    width: 92.86%;
    margin: auto auto 35px auto;
}

.product_ul_img{
    display: flex;
    max-width: 1358px;
/*    width: 100%;*/
    width: 92.86%;
    margin: 0 auto;
    justify-content: space-between;
    
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.3;
}

.product_ul_img ul {
    width: 16.201%;
    position: relative;
}

.product_ul_img ul:nth-child(3) li span{
    transform: scale(0.85, 1);
    display: block;
    width: 100%;
}

.product_ul_img ul:nth-child(4) li span{
    transform: scale(0.78, 1);
    display: block;
    width: 100%;
}

.product_ul_img ul:last-child li span{
    transform: scale(0.7, 1);
    display: block;
    width: 100%;
}

.product_ul_img ul li:last-child {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 182%;
    position: absolute;
    display: flex;
    height: 2em;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
}

/*terms*/
#terms{
    background: url(../img/terms_bg.png);
    background-size: 22px;
    background-repeat: repeat;
    padding: 40px 0;
    text-align: center;
}

section#terms .inner{
    max-width: 1200px;
/*    width: 93.335%;*/
}

.terms_text{
/*    font-size: 24px;*/
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 30px auto 40px auto;
}

.terms_box{
    width: 1100px;
    background: #fff;
    border-radius: 30px;
/*    padding: 65px 0;*/
    padding: 40px 0 30px 0;
    text-align: left;
    height: 742px;
    margin: 0 auto;
}

.terms_inner {
/*    max-width: 1356px;*/
    width: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    letter-spacing: 0;
    height: 100%;
}

.terms_inner ul{
    margin-bottom: 45px;
    line-height: 1.52;
/*    font-size: 25px;*/
    font-size: 18px;
    font-weight: 400;
    margin-right: 0.5em;
    margin-left: 2em;
}

.terms_inner ul:last-child{
    margin-bottom: 0;
}

.terms_inner ul li:first-child{
/*    font-size: 30px;*/
    font-size: 20px;
    font-weight: 600;
/*    margin-bottom: 15px;*/
    margin-bottom: 5px;
    line-height: 1.1;
}

.terms_inner ul li.step{
    text-indent: -6em;
    margin-left: 6em;
}

.terms_inner ul li.min{
/*    font-size: 20px;*/
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}

.terms_inner ul .asterisk{
    color: #808080;
    font-size: 16px;
}

.terms_inner ul .disc::before{
    content: '・';
}

.terms_inner ul .disc{
    text-indent: -1em;
    margin-left: 1em;
}

.terms_inner ul ol {
    list-style-type: decimal;
    margin-left: 2em;
}

.terms_inner ul ol li:first-child{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
}

.terms_inner ul li a{
    display: inline;
    width: auto;
    text-decoration: underline;
    color: #006FA9;
}

.terms_inner .size{
    display: inline-block!important;
    height: 13px!important;
    width: auto!important;
    padding: 0 0.15em;
    vertical-align: inherit;
}

/*
.terms_size{
    padding: 0 0.2em;
}
*/

/*contact*/
.contact{
/*    max-width: 1225px;*/
    max-width: 800px;
    width: 100%;
    margin: 60px auto 38px auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 10px 45px 10px;
}

.contact ul li:first-child{
/*    font-size: 35px;*/
    font-size: 25px;
    line-height: 1.1;
}

.contact ul li:nth-child(2){
    font-size: 40px;
    margin: 20px auto 30px auto;
    line-height: 1.1;
    letter-spacing: 0.026em;
}

.contact ul li:nth-child(2) a{
    font-size: 60px;
    display: inline-block;
    margin-left: 18px;
}

.contact ul li:last-child{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.52;
}

/*banner*/
.banner{
/*    max-width: 690px;*/
    max-width: 460px;
/*    width: 81.43%;*/
    margin: 0 auto;
}

@media print, screen and (min-width: 768px){
        #top {
        min-width: 1200px;
    }
}
/*


@media screen and (max-width:1617px){
    #nav li,
    #nav li:last-child{
        font-size: 1.7vw;
        padding: 0 2.7vw;
    }
    #nav li:last-child a:first-child {
        margin: auto 7px auto 1.5vw;
    }
    #about::before,
    #about::after{
        opacity: 0.4;
    }
}

@media screen and (max-width:1580px){
    .mask::before {
        width: 13vw;
        height: 13vw;
        top: 11vw;
        left: -70px;
    }
    .mask::after{
        width: 6.5vw;
        height: 6.5vw;
        top: 440px;
        right: 10px;
    }
    .mask_set ul:first-child li:first-child::before,
    .mask_set ul:nth-child(2) li:first-child::before,
    .mask_set ul:nth-child(3) li:first-child::before,
    .mask_set ul:nth-child(4) li:first-child::before,
    .mask_set ul:last-child li:first-child::before{
        left: 0;
        width: 131px;
        height: 13vw;
        top: -28px;
    }
    .mask_set ul li:first-child{
        font-size: 1.5vw;
    }
    .mask_set ul:nth-child(4) li:first-child {
        15px 0 15px 3.5vw
    }
}

@media screen and (max-width:1837px){
    .campaign_box::before {
        width: 20vw;
        height: 456px;
        left: -4vw;
        top: -5vw;
    }
}

@media screen and (max-width:1545px){
    .terms_inner{
        width: 90%;
    }
}

@media screen and (max-width:1800px) {
    .set_img {
        margin-left: -5vw;
    }
}

@media screen and (max-width:1670px){
    .set_img{
        width: 100vw;
        margin: auto auto auto -5%;
    }
}

@media screen and (max-width:1560px){
    .product_ul_img {
        font-size: 1.6vw;
    }
    .product_box {
        padding: 47px 0 8vw 0;
    }
}

@media screen and (max-width:1500px){
    #nav ul{
        width: 98%;
    }
    #nav li,
    #nav li:last-child{
        font-size: 1.5vw;
        width: 100%;
        padding: 0 1vw;
        height: 5vw;
    }
    .set_name {
        margin: auto 7vw auto auto;
        width: 75%;
    }
}

@media screen and (max-width:1400px){
    .mask_text::before,
    .mask_text::after{
        display: none;
    }
}


@media screen and (max-width:1330px){
    .play_box_inner_img span{
        font-size: 1.9vw;
    }
}

@media screen and (max-width:1300px){
    .mask_inner p.font_zm:last-child::before,
    .mask_inner p.font_zm:last-child::after{
        display: none;
    }
}

@media screen and (max-width:1250px){
    .mask_img1::before{
        bottom: 340px;
    }
}


@media screen and (max-width:1102px){
    #nav li:last-child a {
        width: 3vw;
    }
    #about::before{
        left: 0
    }
    #about::after{
        right: 0;
    }
    .detail {
        margin: 0vw auto 20px auto;
    }
}

@media screen and (max-width:950px){
    .mask_title::before,
    .mask_title::after{
        top: 100px;
    }
    .title_maru{
        font-size: 8vw;
    }
    .detail p,
    .detail ul{
        margin: auto auto 8px auto;
    }
}

@media screen and (max-width:935px){
    .mask_img2::before{
        display: none;
    }
}
*/
@media screen and (max-width:1330px){
    .campaign_box::before{
        left: -40px;
    }
    .set_name {
        margin: auto 100px auto auto;
    }
}

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

    .sp{
        display: inherit;
    }
    
    /*動き*/
    #about::before,
    #about::after{
        animation: none;
    }

    /*共通*/
    section .inner{
        width: 93.335%;
    }
    section#top{
        letter-spacing: 0;
        line-height: 1.6;
    }

    .title_maru{
        font-size: 28px;
        padding: 9px 0;
    }
    
    /*nav*/
    section#nav{
        padding: 10px 0;
    }

    #nav ul{
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #nav li{
        display: block;
    }
    
    #nav li,
    #nav li:last-child{
        width: 48.5%!important;
        border-right: none;
        font-size: 17px;
        padding: 0;
        letter-spacing: 0.04em;
        height: 45px;
        margin-bottom: 0;
        border-right: 1px solid #000;
        padding-right: 5px;
    }

    #nav li:last-child{
        justify-content: center;
    }

    #nav li:first-child{
        border-left: none;
    }

    #nav li:nth-child(even){
        border-right: none;
    }

    #nav li a{
        display: block;
        border-bottom: 1px solid #000;
        height: 100%;
        padding-top: 2px;
        padding-bottom: 3px;
    }

    #nav li a::after{
        content: '';
        background: url(../img/sp/arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 6px;
        height: 5px;
        margin: 2px auto auto auto;
    }
    
    #nav li:nth-child(5) a{
        border-bottom: none;
    }

    #nav li:last-child a{
        width: 28px;
        border: none;
        align-content: center;
    }
    
    #nav li:last-child a::after{
        display: none;
    }
    #nav li:last-child a:first-child{
        margin: auto 7px auto 20px;
    }
    
    /*about*/
    #about{
        font-size: 18px;
        padding: 30px 0;
        letter-spacing: 0.02em;
        line-height: 2;
    }

    #about::before{
        content: '';
        background: url(../img/sp/about_l.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 82px;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity:1;
    }

    #about::after{
        content: '';
        background: url(../img/sp/about_r.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 87px;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        opacity:1;
    }

    #about p:first-child{
        margin-bottom: 15px;
    }

    #about p:last-child{
        font-size: 20px;
        padding: 10px 17px;
        width: 96.57%;
    }

    #about p:last-child span{
        line-height: 1.6;
    }
    
    /*event*/
    #event{
        padding: 30px 0;
    }

    #event::before{
        content: '';
        background: url(../img/sp/mask_bg_top.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #event .event_title{
        margin: auto auto 20px auto;
    }

    .slider_box{
        background: #fff9e4;
        border: 5px solid #006fa9;
        border-radius: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: -0.8vw;
    }

    .slider-bottom{
        border-top: 1px solid #006fa9;
        margin-top: 3px;
        padding-top: 3px;
    }

    .slick-next-top:first-child{
        width: 3vw;
    }

    .slick-next-top,
    .slick-prev-top,
    .slick-prev-bottom,
    .slick-next-bottom{
        width: 3vw;
    }
/*

    .slick-prev-bottom:first-child{
        width: 3vw;
    }

    .slick-prev-bottom:last-child{
        width: 3vw;
    }
*/

    li.slider_img {
        width: 83% !important;
    }

    .swipe_text{
        font-size: 13px;
        padding: 1px 28px 3px 28px;
    }

    .swipe_img{
        width: 90%;
        margin: 8px auto auto auto;
    }
    
    .swipe_img_box {
        width: 85%;
        margin: 8px auto auto auto;
        background: url(../img/sp/swipe_img_bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
    }

    .mask{
        border-radius: 10px;
        margin-top: 20px;
        padding: 30px 0 33px 0;
    }

    .mask::before{
        width: 54px;
        height: 54px;
        top: -1px;
        left: -8px;
    }

    .mask::after {
        display: none;
    }

    .mask_title::before{
        content: '';
        background: url(../img/sp/sen_1.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 41px;
        height: 50px;
        top: 17px;
        right: -9px;
    }

/*
    .mask_title::after{
        content: '';
        width: 41px;
        height: 50px;
        top: 17px;
        right: -41px;
        background: #9CD6F4;
    }
*/

    .mask_text::before{
        display: none;
    }

    .mask_text::after{
        display: none;
    }

    .mask_img1::before{
        display: none;
    }
    
    .mask_img1::after{
        display: none;
    }

    .mask_img2::before{
        content: '';
        background: url(../img/sp/sen_1.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 35px;
        height: 47px;
        bottom: 100px;
        left: -13px;
/*        left: -9%;*/
        mix-blend-mode: multiply;
        z-index: 99;
        position: absolute;
    }
    
/*
    .mask_img2::after{
        content: '';
        width: 116px;
        height: 143px;
        position: absolute;
         top: 162px; 
        top: 0;
        left: -31px;
        background: #9cd6f4;
    }
*/
    
    .mask_title::after{
        content: '';
        width: 116px;
        height: 143px;
        position: absolute;
/*        top: 162px;*/
        top: 0;
        right: -116px;
        background: #9cd6f4;
    }

    .mask_inner p.font_zm.star::before{
        content: '';
        background: url(../img/star_3.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        top: auto;
        bottom: -18px;
        left: 15px;
    }

    .mask_inner p.font_zm.star::after{
        content: '';
        background: url(../img/sp/star_4.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 65px;
        height: 81px;
        bottom: -36px;
        right: -20px;
    }

    .mask_inner p.font_zm{
        font-size: 18px;
        line-height: 1.7;
    }

    .mask_inner p.font_zm.mask_text{
        margin-bottom: 40px;
    }

    .mask_inner p.font_zm.star{
        margin-top: 18px;
        position: relative;
        z-index: 1;
    }

    .mask_title{
        margin: auto auto 15px auto;
    }

    .mask_set{
        display: block;
    }

    .mask_set ul{
        width: 100%;
        margin-bottom: 25px;
    }

    .mask_set ul:last-child{
        width: 100%;
    }

    .mask_set ul:first-child li:first-child{
        color: #fff;
        font-size: 13px;
        padding: 6px 0 6px 5px;
    }

    .mask_set ul:nth-child(2) li:first-child{
        color: #fff;
        font-size: 13px;
        padding: 6px 0 6px 10px;
    }

    .mask_set ul:nth-child(3) li:first-child{
        color: #fff;
        font-size: 13px;
        padding: 6px 0 6px 13px;
    }

    .mask_set ul:nth-child(4) li:first-child{
        color: #fff;
        font-size: 13px;
        padding: 6px 0 6px 18px;
    }

    .mask_set ul:last-child li:first-child{
        color: #fff;
        font-size: 13px;
        padding: 6px 0 6px 21px;
    }

    .mask_set ul:last-child li:first-child span{
        transform: scale(0.8, 1);
        display: inline-block;
    }

    .mask_set ul:first-child li:first-child::before{
        width: 60px;
        height: 90px;
        left: 30px;
        top: -28px;
    }

    .mask_set ul:nth-child(2) li:first-child::before{
        width: 60px;
        height: 90px;
        left: 50px;
        top: -28px;
    }

    .mask_set ul:nth-child(3) li:first-child::before{
        width: 60px;
        height: 90px;
        left: 20px;
        top: -28px;
    }

    .mask_set ul:nth-child(4) li:first-child::before{
        width: 60px;
        height: 90px;
        left: 0;
        top: -28px;
    }

    .mask_set ul:last-child li:first-child::before{
        width: 60px;
        height: 90px;
        left: 0;
        top: -28px;
    }

    /*play*/
    #play{
        background: #FFF171;
        background-image: none;
        padding: 30px 0;
        position: relative;
    }

    #play::before{
        content: '';
        background: url(../img/sp/play_bg_top.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 108px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #play::after{
        content: '';
        background: url(../img/sp/play_bg_top.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 108px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .play_box{
        border-radius: 10px;
        padding: 20px 0;
        margin-top: 20px;
    }

    .play_box_inner_title{
        font-size: 23px;
        letter-spacing: 0.075em;
        padding: 4px 0;
    }

    .play_img_1{
        display: block;
    }

    .play_img_1 li:first-child {
        width: 85.23%;
        margin: 20px auto auto auto;
    }

    .play_img_1 li:last-child {
        width: 95%;
        padding-top: 10px;
        margin: 0 auto;
    }

    .play_img_1 li:last-child span:first-child{
        font-size: 15px;
        letter-spacing: 0;
        line-height: 2;
        text-align: center;
    }

    .play_img_1 li:last-child span.fukidashi_text {
/*        font-size: 15px;*/
        font-size: 4vw;
        letter-spacing: 0;
/*        top: 22px;*/
        top: 6vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .play_img_1 li:last-child span.fukidashi {
        background: url(../img/sp/fukidashi.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 53%;
        height: 18vw;
        display: block;
        position: relative;
        right: 0;
        margin: 0 auto;
    }

    .play_3set{
        display: block;
        width: 87.69%;
        margin: 20px auto 60px auto;
        text-align: center;
    }

    .play_3set li{
        width: 100%;
        margin-bottom: 25px;
    }

    .play_3set li span:last-child{
        font-size: 18px;
    }
    
    .play_box_inner_title.fukidashi span{
        display: inline-block;
        width: auto;
    }
    
    .play_box_inner_title.fukidashi span:before {
        content: '';
        background: url(../img/sp/play_box_inner_title.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 157px;
        height: 54px;
        display: block;
        position: absolute;
        left: -22vw;
        top: -37px;
        /* right: 43vw; */
    }

    .play_box_inner_img span{
        position: absolute;
        bottom: 8px;
        left: 12px;
/*        font-size: 14px;*/
        font-size: 3.7vw;
        line-height: 1.2;
    }

    /*campaign*/
    #campaign{
        padding: 30px 0;
    }

    .campaign_text{
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.7;
        margin: 20px auto 25px auto;
    }

    .campaign_box{
        border-radius: 10px;
        padding-top: 20px;
        width: 92.86%;
        margin: 20px auto auto auto;
        
        border-bottom-left-radius: 10vw;
        border-bottom-right-radius: 10vw;
    }

    .campaign_box::before{
        content: '';
        background: url(../img/sp/campaign_badge.png);
        background-size: contain;
        background-repeat: no-repeat;
    /*    width: 456px;*/
/*        width: 92px;*/
/*        height: 92px;*/
        width: 24vw;
        height: 24vw;
        position: absolute;
        top: -19vw;
        left: -4vw;
        display: block;
    }

    .set_name {
    /*    max-width: 1005px;*/
        width: 77.8%;
        margin: 0 auto;
    }

    .campaign_box_text{
        font-size: 16px;
        margin: 15px auto 20px auto;
        letter-spacing: 0;
        line-height: 1.875;
    }

    .set_img {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        margin-left: -5.5%;
        width: 94.6vw;
    }
    
    .set_img img {
        width: 98.5% !important;
    }

    .set_img::before {
        content: '';
        background: url(../img/sp/set_img_s.png);
        background-size: cover;
        width: 100%;
        height: 100%;
        display: block;
        top: 0.3%;
        position: absolute;
        left: -0.3%;
        z-index: -1;
    }
    
    .analytics_box{
        position: absolute;
        bottom: 0;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        left: 11%;
    }

    .analytics_box .analytics::before{
        content: '※';
    }
    
    .analytics_box .analytics{
        text-indent: -1em;
        margin-left: 1em;
        text-align: left;
        display: block;
    }

    .detail{
        text-align: right;
    /*    margin-top: -5.2vw;*/
        width: 95%;
        margin: 0 auto auto auto;
    }

    .detail p{
        font-size: 17px;
        letter-spacing: 0.05em;
        font-weight: 500;
        margin: auto 37px 8px auto;
    }
    
    .detail_img{
        width: 92.31%;
        margin: 10px auto 20px auto;
    }

    .detail ul {
        display: block;
        width: 92.31%;
        padding: 10px 13px;
        margin: 10px auto 20px auto;;
    }

    .detail ul li:first-child {
        width: 100%;
        font-size: 16px;
        letter-spacing: 0.05em;
        margin-bottom: 5px;
    }

    .detail ul li:last-child{
        border-left: none;
        border-top: 1px solid #006FA9;
        padding-left: 0;
        margin-left: 0;
        font-size: 14px;
        letter-spacing: 0.025em;
        line-height: 1.4;
        padding-top: 5px;
    }   
    
    /*application*/
    #application{
        padding: 30px 0;
    }

    .application_text{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.875;
        margin-top: 15px;
    }

    .application_text_min{
        font-size: 12px;
        margin: 10px auto 20px auto;
        letter-spacing: 0.05em;
    }

    .application_text span{
        font-size: 20px;
        border-radius: 5px;
        padding: 0px 5px;
        margin: 0 0.25em;
    }

    .application_box{
        border-radius: 10px;
        padding: 20px 0;
    }

    .application_title{
        width: 90%;
        font-size: 20px;
        padding: 3px 6px;
    }

    .application_box .font_rm{
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.65;
        margin: 15px auto 30px auto;
    }

    .application_img{
        margin: 0 auto;
    }
    
    /*product*/
    #product{
        padding: 30px 0;
        overflow: hidden;
    }

    .product_text{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.875;
        margin: 20px auto 15px auto;
    }

    .product_text_min{
        font-size: 12px;
        display: inline-block;
        width: auto;
        padding: 10px 15px;
        margin: auto auto 20px auto;
    }

    .product_box{
        border-radius: 10px;
        padding: 20px 0;
    }

    .product_mark_img{
        margin: auto auto 30px auto;
    }

    .product_ul_img{
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.3;
        flex-wrap: wrap;
    }

    .product_ul_img ul {
        width: 50%;
        margin-bottom: 72px;
    }

    .product_ul_img ul:nth-child(3){
        width: 100%;
    }
    
    .product_ul_img ul:nth-child(4),
    .product_ul_img ul:last-child{
        margin-bottom: 45px;
    }

    .product_ul_img ul img{
        width: 68%!important;
    }
    
    .product_ul_img ul:nth-child(3) img {
        width: 34% !important;
    }

    .product_ul_img ul:nth-child(3) li span{
        transform: scale(1, 1);
        display: block;
        width: 100%;
    }

    .product_ul_img ul li:last-child {
        width: 140%;
        height: 2em;
        margin-top: 10px;
    }
 
    /*terms*/
    #terms{
        padding: 30px 0 50px 0;
    }

    .terms_text{
        font-size: 16px;
        line-height: 1.7;
        margin: 30px auto 20px auto;
        text-align: left;
        width: 93%;
    }

    .terms_box{
        border-radius: 10px;
        padding: 20px 0;
        text-align: left;
        height: 300px;
        width: 100%;
    }

    .terms_inner {
/*        max-width: 1356px;*/
/*        width: 88.3%;*/
        width: 100%;
    }

    .terms_inner ul{
        margin-bottom: 20px;
        font-size: 16px;
        margin-right: 1em;
        margin-left: 1em;
    }

    .terms_inner ul:last-child{
        margin-bottom: 0;
    }

    .terms_inner ul li:first-child{
        font-size: 16px;
        margin-bottom: 6px;
    }

    .terms_inner ul li.min{
        font-size: 14px;
        margin-top: 5px;
    }

    .terms_inner ul .asterisk{
        font-size: 14px;
    }

    .terms_inner ul ol li:first-child{
        font-size: 16px;
    }
    
    .terms_inner .size{
        height: 11px!important;
    }

    /*contact*/
    .contact{
        margin: 50px auto;
        border-radius: 10px;
        padding: 20px 10px 20px 10px;
    }

    .contact ul li:first-child{
        font-size: 20px;
    }

    .contact ul li:nth-child(2){
        font-size: 30px;
        margin: 13px auto 8px auto;
    }

    .contact ul li:nth-child(2) a{
        font-size: 40px;
        margin-left: 10px;
    }

    .contact ul li:last-child{
        font-size: 14px;
    }
    
    .banner{
        max-width: 285px;
        width: 90%;
    }
}

/*
@media screen and (max-width:680px){
    .mask_img2::before{
        left: -9%;
    }
}
*/


@media screen and (max-width:430px){
    .product_ul_img,
    .product_ul_img ul li:last-child{
        font-size: 4.2vw;
    }   
}

@media screen and (max-width:363px){
    .mask_set ul:first-child li:first-child::before,
    .mask_set ul:nth-child(2) li:first-child::before,
    .mask_set ul:nth-child(3) li:first-child::before,
    .mask_set ul:nth-child(4) li:first-child::before,
    .mask_set ul:last-child li:first-child::before{
        left: 0;
    }
    .mask_set ul:nth-child(3) li:first-child {
        padding: 6px 0 6px 43px;
    }
}

/*
@media screen and (max-width:352px){
    .product_ul_img {
        font-size: 4.2vw;
    }   
}
*/

@media screen and (max-width:343px){
    .contact ul li:nth-child(2){
        font-size: 8vw;
    }
    
    .contact ul li:nth-child(2) a{
        font-size: 11vw;
    }
    
    .analytics_box{
        font-size: 3.3vw;
    }
}

@media screen and (max-width:308px){
    #nav li, #nav li:last-child{
        font-size: 4.7vw;
    }
    .mask_inner p.font_zm.star::before{
        left: 5px;
    }
}

@media screen and (max-width:300px){
    .mask_inner p.font_zm.star::after {
        bottom: -18vw;
    }
    .title_maru{
        font-size: 8vw;
    }
}





