/* コンテンツ名 */

/* common setting */

/* 画像リンク */
#main a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* common setting END */


/* PCレイアウト */
/*-------------------------------------------------------------------------------------------*/

/* main contents */
#main {
    overflow: hidden;
    /* width:950px; */
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
    color: #463313;
    font-family: "Zen Kaku Gothic New", sans-serif;

}

/* font */
.zen-kaku gothic new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku gothic new-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-kaku gothic new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zen-kaku gothic new-black {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/* page開始
====================================================*/
img {
    width: 100%;
    height: auto;
}

.outer {
    background-color: #FE921F;
    background-image: url(../img/bk.png);
    background-repeat: repeat;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;

}

.spD {
    display: none;
}

.pcD {
    display: block;
}


/* kv */
.kv-wrap {
    width: 100%;
    min-height: 697px;
    background-image: url(../img/kv-bg01.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
}

.keyframe {
    animation-name: anim_sc;
    transform: scale(0.6, 0.6);
    opacity: 0.8;
}

@keyframes anim_sc {
    70% {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }

    100% {
        transform: scale(1.0, 1.0);
        opacity: 0;
    }
}

.keyframe-2 {
    animation-name: steam01;
}

@keyframes anim_sb {
    70% {
        transform: scale(1.3, 1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}


.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3.9s;
}

.animation-2 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3.0s;
}

.animation-3 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3.5s;
}

@keyframes steam01 {
    0% {
        filter: blur(16px);
        transform: rotate(0deg) scale(0.6, 1);
        opacity: 0
    }

    11% {
        opacity: 0.1
    }

    33% {
        transform: rotate(40deg) scale(1, 1.4);
        opacity: 0.8
    }

    66% {
        transform: rotate(10deg) scale(1.8, 1);
        opacity: 0.5
    }

    100% {
        bottom: 0;
        filter: blur(20px);
        transform: rotateY(60deg) scale(2, 1.8);
        opacity: 0
    }
}

/*--- ここまで湯気 ---*/

.kv-main {
    max-width: 1200px;
    padding: 16px 0 13px;
    margin: auto;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.kv-steam1 {
    display: inline-block;
    position: absolute;
    top: 330px;
    left: -250px;
    width: 350px;
    height: 345px;
    z-index: -1;
}

.kv-steam2 {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -290px;
    width: 350px;
    height: 345px;
    z-index: -1;

}
.kv-steam3 {
    display: inline-block;
    position: absolute;
    top: 460px;
    left: -300px;
    width: 262px;
    height: 258px;
    z-index: -1;
}
.kv-main .kv-main__left {
    max-width: 600px;
}

.kv-main .kv-main__right {
    max-width: 600px;
}

.kv-r__txt-box {
    display: inline-block;
    max-width: 590px;
    width: 100%;
    height: auto;
    margin: 35px auto 0;
}

.kv-r__txt-box picture{
    padding-bottom: 8px;
}

.pa-b10 {
    padding-bottom: 8px;
}
.apply-btn_pc {
    max-width: 448px;
    height: 72px;
    margin: 0 auto;
}

.apply-btn_pc a {
    display: block;
}

.apply-btn_sp {
    display: none;
}
.fin-btn{
    max-width: 480px;
    margin: 24px auto 0;
}
  .kv-l__product__txtpc{
  width: 100%;
  }

.kv-r__product {
    margin: 0 auto;
    padding-top: 16px;
}

.kv-r__product__ttl {
    /* max-width: 670px; */
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.kv-r__ttl{
    width: 100%;
}

.kv-r__product__img-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.kv-r__product__img {
    max-width: 154px;
    width: 23%;
    height: auto;
    margin: 0 1%;
}

.kv-r__product__txt::before{
  content: "※";
  display: inline-block;
}
.kv-r__product__txtpc {
    max-width: 1200px;
    margin: auto;
}
.kv-r__product__txtpc img {
    display: block;
    max-width: 670px;
    width: 55.833333333333336vw;
    padding-bottom: 24px;
    margin-left: auto;
}
.kv-r__product__txtsp {
    display: none;
}
.kv-nav {
    max-width: 712px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 24px 0 40px;

}

.kv-nav__list {
    width: 166px;
    height: 42px;
}

.kv-nav__list a {
    display: block;
}

#globalMenu {
    display: none;
}

/* sec01 賞品 */
.sec01 {
    width: 100%;
    min-height: 481px;
    background: url(../img/sec1_bg.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center top;
}


.sec01-inner {
    max-width: 1200px;
    padding: 56px 0 80px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.steam-1 {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -48px;
    width: 402px;
    height: 400px;

}

.steam-2 {
    display: inline-block;
    position: absolute;
    top: 360px;
    left: 0px;
    width: 259px;
    height: 255px;
}

.sec01-box{
    width: 640px;
    margin: auto;
}
.sec01__ttl {
    width: 286px;
    display: inline-block;
    padding-bottom: 24px;
}

.sec01-box:last-child {
    padding-top: 24px;
}

.sec01-box__ttl {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.sec01-box__img {
    width: 300px;
    height: auto;
}
.sec01-box__img-box {
    width: 100%;
    margin: 0 auto;
}
.sec01-box__img-box img {
    padding-bottom: 24px;
}
.sec01-box__txt {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    position: relative;
    padding-left: 14px;
}
.sec01-box__txt::before {
    content: "※";
    display: inline-block;
    /* padding-right: 16px; */
    position: absolute;
    top: 0;
    left: 0;
}
.sec01-box__txt.asterisk {
    margin-bottom: 5px;
}
.sec01-box__txt.asterisk::before {
    content: "※1";
    display: inline-block;
    /* margin-right: 12px; */
}
/* sec02 参加方法 */
.sec02-inner {
    padding: 64px 0;
    margin: auto;
}

.sec02__ttl {
    width: 343px;
    display: inline-block;
    padding-bottom: 40px;
}

.sec02-qr {
    max-width: 1072px;
    position: relative;
    margin: 0 auto 40px;
}

.sec02-qr__illust {
    width: 18vw;
    max-width: 216px;
    position: absolute;
    bottom: 0;
    right: 155px;
}

.sec02-qr__inner {
    height: 178px;
    background: #FBF6CC;
    border-radius: 8px;
    padding: 24px 155px;
    box-sizing: border-box;
}

.sec02-qr__img {
    width: 514px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec02-qr__img img {
    width: 130px;
}

.sec02-qr__txt {
    width: 352px;
    font-size: clamp(0.875rem, 0.652rem + 0.46vw, 1rem);
    font-weight: 700;
    text-align-last: left;
    line-height: 1.5;
}

.sec02-box {
    max-width: 1072px;
    background: #FBF6CC;
    border-radius: 8px;
    margin: 0 auto;
    box-sizing: border-box;

}

.sec02-box__ttl {
    padding: 24px 0 24px;
    background: #D14719;
    border-radius: 8px 8px 0 0;
}

.sec02-box__ttl img {
    width: 489px;
}

.sec02-box__txt {
    font-size: 16px;
    font-weight: 700;
    padding-top: 24px;
}

.sec02-box__inner {
    display: flex;
    justify-content: space-between;
    padding: 24px 31px 32px;
    flex-wrap: wrap;
}

.sec02-item {
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
}

.sec02-item:nth-child(3),
.sec02-item:nth-child(4) {
    gap: 16px;
}

.sec02-item__ttl {
    width: 240px;
    padding: 10px 0;
    color: #D14719;
    font-size: 24px;
    font-weight: 700;
    background: #fff;
    border: 2px solid #D14719;
    border-radius: 20px;
    box-sizing: border-box;
}

.sec02-item__txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
}

.sec02-item__img {
    width: 240px;
    height: auto;
}

.sec02-box__note {
    text-align: left;
    width: 240px;
}

.sec02-box__note li {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

.sec02-box__note li::before {
    content: "※";
    font-size: 12px;
    font-weight: 500;
}

.sec02-box__note li:first-child {
    padding-bottom: 8px;
}



/* sec03 対象商品 */
.sec03 {
    width: 100%;
    min-height: 1334px;
    background: url(../img/sec3_bg.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
}

.sec03-inner {
    max-width: 1200px;
    padding: 56px 0 80px;
    margin: auto;
    position: relative;
}

.steam-3 {
    display: inline-block;
    position: absolute;
    top: 80px;
    right: -252px;
    width: 347px;
    height: 351px;
}

.steam-4 {
    display: inline-block;
    position: absolute;
    top: 540px;
    left: -215px;
    width: 314px;
    height: 310px;
}

.steam-5 {
    display: inline-block;
    position: absolute;
    top: 970px;
    right: -100px;
    width: 246px;
    height: 244px;
}

.sec03__ttl {
    width: 343px;
    display: inline-block;
    padding-bottom: 42px;
}
.sec03__ttl .sec01-box__txt{
    margin-top: 26px;
    margin-left: 14px;
}
.sec03-box {
    max-width: 1008px;
    background: #fff;
    border-radius: 8px;
    padding: 41px 32px 32px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 18px;
    box-sizing: border-box;
    margin-top: 48px;
}
.sec03-box.seal3{
    margin-top: 0;
}

.sec03-box__ttl {
    width: 310px;
    height: auto;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}


.sec03-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.sec03-item li {
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    color: #463313;
    width: 144px;
    line-height: 1.29;
}

.sec03-item li:last-child {
    padding-right: 0;
}

.sec03-item li img {
    padding-bottom: 8px;
    width: 144px;
}

.sec03-item li a {
    color: #463313;
    text-decoration: none;
}
.sec03-item li span{
    font-size: 11px;
    font-weight: 700;
    display: block;
    padding-top: 7px;
}


/* sec04 応募要項 */
.sec04-inner {
    padding: 64px 0 80px;
    margin: auto;
    box-sizing: border-box;

}

.sec04__ttl {
    width: 343px;
    display: inline-block;
    padding-bottom: 24px;
}

.sec04-apply {
    background: #FBF6CC;
    border-radius: 8px;
    max-width: 1064px;
    padding: 32px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.guideline-inner {
    overflow-y: scroll;
    height: 362px;
    max-width: 960px;
    width: 80vw;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    padding-right: 40px;
    word-break: break-all;
}
.pa-b24 {
    padding-bottom: 24px;
}
.pa-l1e {
    padding-left: 1em;
}
.pa-b16 {
    padding: 0 16px 0 0;
}
.guideline-box {
    padding-bottom: 24px;
    padding-left: 10px;
}
.guideline-box:last-child {
    padding-bottom: 0;
}
.guideline-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}
.square {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;}
.square::before {
    content: '■';
    display: inline-block;
}

.guideline-list {
    counter-reset: number;
    list-style: none;
}
.guideline-list p.mark {
    position: relative;
    padding-left: 16px;
}
.guideline-list p.mark::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

/* ※　リスト*/
ul.list-1 li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    padding-left: 14px;
    position: relative;
}

ul.list-1 li::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
/* ・　リスト */
.list-2 li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    position: relative;
    padding-left: 15px;
}

.list-2 li::before {
    content: '・';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
/* リスト　数字 */
.list-3 li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    position: relative;
    padding-left: 15px;
    }

.list-3 li::before {
    content: counter(number)".";
    counter-increment: number;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
/* *　リスト */
.list-5 li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    position: relative;
    padding-left: 10px;
}

.list-5 li::before {
    content: '*';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.sec04 .sec04-inner .sec04-apply .guideline-wrap a {
    color: #463313;
    text-decoration: underline;

}
.sec04 .sec04-inner .sec04-apply .guideline-wrap a:hover{
    text-decoration: none;

}

.modal__inner {
    background: rgba(0, 0, 0, 0.3);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.modal__img {
    width: 100%;
    max-width: 740px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -62%);
}

.modal__btn {
    position: absolute;
    top: 12px;
    right: 19px;
}

.fixed {
    height: 101%;
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

@media only screen and (max-width: 768px){
    .modal__img {
        width: 81.33333333333333vw;    
    }
    
    .modal__btn {
        width: 6.666666666666667vw;
        top: 3.436666666666667vw;
        right: 4.666666666666666vw;
    }

    .fixed {
        overflow-y: hidden;
    }
}




/* 1260px以下 kv変更により追加*/ 
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1260px) {

.kv-main .kv-main__left {
    width: 50%;
    margin: auto 0 auto calc(20vw/12);
}
.kv-main .kv-main__right{
    width: 50%;
}

}

/* 1200px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {

    img,
    object,
    embed,
    video {
        max-width: 100%;
        height: auto;
    }


    .kv-wrap {
        min-height: 58.08333333333333vw;
        z-index: 1;
    }


    .kv-main {
        padding: 1.3333333333333335vw 0 1.0833333333333335vw;
        gap: 0.8333333333333334vw;
    }

    .kv-steam1 {
        top: 0.4166666666666667vw;
        left: -16.666666666666664vw;
        width: 29.166666666666668vw;
        height: 28.749999999999996vw;
        z-index: -1;
    }

    .kv-steam2 {
        top: 20vw;
        right: -15.833333333333332vw;
        width: 29.166666666666668vw;
        height: 28.749999999999996vw;
        z-index: -1;

    }
    .kv-steam3 {
        top: 38.333333333333336vw;
        left: -25vw;
        width: 21.833333333333332vw;
        height: 21.5vw;
        z-index: -1;
    }
    .kv-main .kv-main__right{
        padding-right: 1.6666666666666667vw;
    }

    .kv-r__product__txtpc {
        padding-bottom: 2vw;
    }

    .kv-r__txt-box {
        margin: 2vw auto 0;
    }
    /* sec01 賞品 */
    .sec01 {
        min-height: 40.08333333333333vw;
        background: url(../img/sec1_bg.png);
        background-repeat: repeat-x;
        background-size: cover;
        background-position: center top;
    }

    .sec01-inner {
        max-width: 1200px;
        padding: 4.666666666666667vw 0 6.666666666666667vw;
    }

    .steam-1 {
        top: calc(-50vw/12.0);
        right: 0.8333333333333334vw;
        width: 28.5vw;
        height: 28.33333333333333vw;
        right:calc(-100vw/12.0);
    }

    .steam-2 {
        top: calc(370vw/12.0);
        left: calc(-50vw/12.0);
        width: 18vw;
        height: 18vw;
    }

    /* sec02 参加方法 */
    .sec02-inner {
        padding: 5.333333333333334vw 0;
    }


    .sec02-qr {
        max-width: 89.33333333333333vw;
        margin: 0 auto 3.3333333333333335vw;
    }

    .sec02-qr__illust {
        width: 18vw;
        max-width: 18vw;
        right: 12.916666666666668vw;
        right: 10vw;
    }

    .sec02-qr__inner {
        height: 14.833333333333334vw;
        border-radius: 0.6666666666666667vw;
        padding: 2vw 12.916666666666668vw;
    }
    .sec02-qr__img {
        width: 42.833333333333336vw;
    }

    .sec02-qr__img img {
        width: 10.833333333333334vw;
    }

    .sec02-qr__txt {
        width: 29.333333333333332vw;
    }

    .sec02-box {
        max-width: 89.33333333333333vw;
        border-radius: 0.6666666666666667vw;
    }

    .sec02-box__ttl {
        padding: 2vw 0 2vw;
        border-radius: 0.6666666666666667vw 0.6666666666666667vw 0 0;
    }

    .sec02-box__ttl img {
        width: 40.75vw;
    }


    .sec02-box__inner {
        width: 80%;
        margin: auto;
    }

    .sec02-item {
        width: 50%;
        gap: 27px;
        padding-bottom: 36px;
    }


    /* sec03 対象商品 */
    .sec03 {
        width: 100%;
        min-height: 111.16666666666666vw;
        background-repeat: repeat-x;
        background-size: cover;
        background-position: center top;
    }

    .sec03-inner {
        max-width: 100%;
        padding: 4.666666666666667vw 0 6.666666666666667vw;
    }

    .steam-3 {
        top: 6.666666666666667vw;
        right: -21vw;
        width: 28.916666666666668vw;
        height: 29.25vw;
    }

    .steam-4 {
        top: 45vw;
        left: -17.916666666666668vw;
        width: 26.166666666666664vw;
        height: 25.833333333333336vw;
    }

    .steam-5 {
        top: 80.83333333333333vw;
        right: -17.916666666666668vw;
        width: 20.5vw;
        height: 20.333333333333332vw;
    }



    .sec03-box {
        max-width: 84vw;
        background: #fff;
        border-radius: 0.6666666666666667vw;
        padding: 3.4166666666666665vw 2.666666666666667vw 2.666666666666667vw;
        margin-bottom: 4.166666666666666vw;
    }

    .sec03-box:last-child {
        max-width: 44vw;
        margin-bottom: 0;
    }

    .sec03-box__ttl {
        width: 25.833333333333336vw;
        left: 50%;
        transform: translateX(-50%);
        top: -1.5vw;
    }


    .sec03-item {
        gap: 1.3333333333333335vw;
        width: 100%;
    }

    .sec03-item.short {
        width: 25.333333333333336vw;
        padding-top: 1.3333333333333335vw;
    }

    .sec03-item li {
        width: 12vw;

    }

    .sec03-item li:last-child {
        padding-right: 0;
    }

    .sec03-item li img {
        padding-bottom: 0.6666666666666667vw;
        width: 12vw;
    }

    /* sec04 応募要項 */
    .sec04-inner {
        padding: 5.333333333333334vw 0 6.666666666666667vw;

    }

    /* .sec04__ttl {
        width: 28.583333333333332vw;
        padding-bottom: 2vw;
    } */

    .sec04-apply {
        border-radius: 0.6666666666666667vw;
        max-width: 88.66666666666667vw;
        padding: 2.666666666666667vw;
    }
    .guideline-inner {
        padding-right: 3.3333333333333335vw;
    }



}


/* 949px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 949px) {

    img,
    object,
    embed,
    video {
        max-width: 100%;
        height: auto;
    }

    .sec02-qr__inner {
        height: 14.833333333333334vw;
        border-radius: 0.6666666666666667vw;
        padding: 2vw 10vw;
    }
    .sec02-qr__illust {
        right: 10vw;
    }
    .sec02-qr__img {
        width: 48.472075869336145vw;
    }
    .sec02-qr__txt {
        width: 33.719704952581665vw;
    }
}

/*-------------------------------------------------------------------------------------------*/
/* 949px以下 END */



/* 768px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .spD {
        display: block;
    }

    .pcD {
        display: none;
    }

    .kv-wrap {
        width: 100%;
        height: calc(1192vw/3.75);
        background-image: url(../img/kv-bg01_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kv-steam1 {
        top: 230.93333333333334vw;
        left: -6.833333vw;
        width: 45.33333333333333vw;
        height: 44.53333333333334vw;
    }

    .kv-steam2 {
        top: 172vw;
        right: -8.166667vw;
        width: 40.266666666666666vw;
        height: 40vw;

    }
    .kv-steam3 {
        display: none;

    }
    .kv-main {
        max-width: 100%;
        padding: 0;
        margin: auto;
        display: block;
        position: relative;
        z-index: 1;
    }

    .kv-main .kv-main__left {
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .kv-main .kv-main__right {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .kv-r__txt-box {
        width: 100%;
        border-radius: 2.666666666666667vw;
        padding-bottom: calc(16vw/3.75);
        margin: 0;
        max-width: 100%;
    }

    .kv-r__ttl {
        width: 100%;
        margin: calc(18vw/3.75) auto 0;
        padding-bottom: 2.1333333333333333vw;
    }

    .kv-r__ttl-img {
        width: 30.133333333333333vw;
    }

    .kv-r__ttl-txt {
        width: 50.66666666666667vw;
    }

    .kv-r__linettl {
        width: 72.26666666666667vw;
        padding-top: 1.0666666666666667vw;
    }

    .kv-r__period {
        width: 100%;
        padding: 4.266666666666667vw 0 3.733333333333334vw;
    }
    .kv-r__product__txtpc {
        display: none;
    }
    .kv-r__product__txtsp {
        display: block;
        width: 91.46666666666667vw;
        padding-bottom: 2.1333333333333333vw;
        margin: 0 auto;
    }
    .pa-b10 {
        padding-bottom: 1.866666666666667vw;
    }
    .apply-btn_pc {
        display: none;
    }

    .apply-btn_sp {
        display: block;
        margin: 1vw auto;
        width: 65.06666666666666vw;
        height: 13.866666666666665vw;
    }

    .apply-btn_sp a {
        display: block;
    }
    .fin-btn{
        width: calc(284vw/3.75);
    }

    .kv-r__product {
        margin: 0 auto;
        padding-top: 0;
    }

    .kv-r__product__ttl {
        width: 84.53333333333333vw;
        padding-bottom: 3.4666666666666663vw;
        padding-top: 6.4vw;
    }

    .kv-r__product__img-box {
        max-width: 96%;
        width: calc(344vw/3.75);
        padding: 0;
        flex-wrap: wrap;
    }
    .kv-r__product__img:nth-child(1){
        width: 100%;
        max-width: 100%;
        margin: calc(8vw/3.75) auto calc(10vw/3.75);
    }
    .kv-r__product__img {
        max-width: calc(86vw/3.75);
        height: auto;
        width: 25%;
        margin: 0;
    }

    .kv-nav {
        width: 91.46666666666667vw;
        flex-wrap: wrap;
        padding: 6.4vw 0 3.2vw;
        row-gap: 3.2vw;

    }

    .kv-nav__list {
        width: 44.266666666666666vw;
        height: 11.200000000000001vw;
    }

    /* 追従 */
    #globalMenu.active {
        display: block;
        height: 16vw;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

    #globalMenu.passive {
        display: none;
    }


    /* sec01 賞品 */
    .sec01 {
        width: 100%;
        min-height: 144.53333333333333vw;
        background: url(../img/sec1_bg_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .sec01-inner {
        max-width: 91.73333333333333vw;
        padding: 17.066666666666666vw 0 10.666666666666668vw;

    }

    .steam-1 {
        top: 148.733333vw;
        right: -17.266667vw;
        width: 44.800000000000004vw;
        height: 44.266666666666666vw;
        z-index: -1;
    }

    .steam-2 {
        top: 19.333333vw;
        left: -31.53333333333333vw;
        width: 56.53333333333334vw;
        height: 55.733333333333334vw;
        z-index: -1;

    }

    .sec01__ttl {
        width: 76.26666666666667vw;
        padding-bottom: 9.066666666666666vw;
        padding-top: 0;
        margin-top: 0;
    }
    .sec01-box{
        width: 100%;
    }

    .sec01-box:last-child {
        padding-top: 0;
    }

    .sec01-box__ttl {
        width: 100%;
        padding-bottom: 1vw;
    }

    .sec01-box__img {
        width: 80vw;
    }
    .pa-b16 {
        padding: 0 0 4.266666666666667vw;
    }
    .sec01-box__img-box {
        width: 80vw;
        flex-direction: column;
    }
    .sec01-box__img-box img {
        padding-bottom: 4.266666666666667vw;
    }
    .sec01-box__txt {
        width: 72.53333333333333vw;
        font-size: 3.733333333333334vw;
        font-weight: 500;
        padding-left: 3.466666666666668vw;
    }
    .sec01-box__txt::before {
        content: "※";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sec01-box__txt.asterisk {
        margin-bottom: 2.1333333333333333vw;
    }

    .sec01-box__txt.asterisk::before {
        content: "※";
        display: inline-block;
    }

    /* sec02 参加方法 */
    .sec02-inner {
        padding: 8.533333333333333vw 0 10.666666666666668vw;
        margin: auto;
    }

    .sec02__ttl {
        width: 91.46666666666667vw;
        padding-bottom: 2.666666666666667vw;
    }

    .sec02__ttl p {
        font-size: 5.333333333333334vw;
        font-weight: 700;
        padding: 11.200000000000001vw 0 4.266666666666667vw;
    }

    .sec02-qr {
        display: none;
    }

    .sec02-box {
        max-width: 91.46666666666667vw;
        border-radius: 2.1333333333333333vw;
        margin-top: 10.666666666666668vw;
    }

    .sec02-box__ttl {
        padding: 4vw 0 4.266666666666667vw;
        background: #D14719;
        border-radius: 2.1333333333333333vw 2.1333333333333333vw 0 0;
    }

    .sec02-box__ttl img {
        width: 54.93333333333334vw;
    }

    .sec02-box__txt {
        padding-top: 6.4vw;
        line-height: 1.5;
        font-size: 4.266666666666667vw;

    }


    .sec02-box__inner {
        flex-direction: column;
        align-items: center;
        row-gap: 6.4vw;
        padding: 6.4vw;
        width: 80vw;
    }

    .sec02-item {
        width: 78.93333333333334vw;
        gap: 4.266666666666667vw;
        padding-bottom: 0;
    }

    .sec02-item:nth-child(3),
    .sec02-item:nth-child(4) {
        gap: 4.266666666666667vw;
    }

    .sec02-item__ttl {
        width: 78.66666666666666vw;
        padding: 2.1333333333333333vw 0;
        border-radius: 50vw;
        border: solid 0.8vw;
        font-size: 6.4vw;
    }
    .sec02-item__txt {
        font-size: 5.333333333333334vw;
        line-height: 1.6;
    }

    .sec02-item__img {
        width: 78.66666666666666vw;
        height: auto;
    }

    .sec02-box__note {
        padding-top: 0;
        width: 100%;
    }

    .sec02-box__note li {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 3.733333333333334vw;
        line-height: 1.29;
    }

    .sec02-box__note li::before {
        content: "※";
        font-size: 3.733333333333334vw;
    }

    .sec02-box__note li:first-child {
        padding-bottom: 2.1333333333333333vw;
    }

    /* sec03 対象商品 */
    .sec03 {
        width: 100%;
        min-height: 655.4666666666667vw;
        background: url(../img/sec3_bg_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .sec03-inner {
        padding: 17.066666666666666vw 0;
        margin: auto;
    }

    .steam-3 {
        display: none;
    }

    .steam-4 {
        display: none;
    }

    .steam-5 {
        display: none;
    }

    .sec03__ttl {
        width: 91.46666666666667vw;
        padding-bottom: 9.8vw;
        margin-top: 0;
    }
    .sec03__ttl .sec01-box__txt{
        width: calc(318vw/3.75);
        margin: calc(22vw/3.75) auto 0;
    }

    .sec03-box {
        max-width: 91.46666666666667vw;
        border-radius: 2.1333333333333333vw;
        padding: 10.666666666666668vw 5.333333333333334vw 8.533333333333333vw;
        margin-bottom: 13.333333333333334vw;
    }

    .sec03-box:last-child {
        max-width: 91.46666666666667vw;
        margin-bottom: 0;
    }

    .sec03-box__ttl {
        background: url(../img/ttl_bg_sp.png) no-repeat;
        width: 50.66666666666667vw;
        height: 9.066666666666666vw;
        background-size: cover;
        left: 50%;
        transform: translateX(-50%);
        top: -4.8vw;
        display: grid;
        align-items: center;
        font-size: 5.333333333333334vw;
    }
    .sec03-box__ttl span {
        font-size: 6.666666666666667vw;
    }

    .sec03-item {
        width: 80.80000000000001vw;
        gap: 4.266666666666667vw 4vw;
    }

    .sec03-item.short {
        width: 80.80000000000001vw;
        padding-top: 4.266666666666667vw;
    }

    .sec03-item li {
        width: 38.4vw;
        font-size: 3.733333333333334vw;
        line-height: 1.29;
    }

    .sec03-item li:last-child {
        padding-right: 0;
    }

    .sec03-item li img {
        padding-bottom: 2.1333333333333333vw;
        width: 38.4vw;
    }
    .sec03-item li span{
        font-size: calc(11vw/3.75);
        line-height: 1.64;
    }

    /* sec04 応募要項 */
    .sec04-inner {
        padding: 10.666666666666668vw 0 10.666666666666668vw;
    }

    .sec04__ttl {
        width: 91.46666666666667vw;
        padding-bottom: 4.266666666666667vw;
    }

    .sec04-apply {
        border-radius: 2.1333333333333333vw;
        max-width: 91.46666666666667vw;
        padding: 6.4vw;
        margin-bottom: 10.666666666666668vw;
    }

    .guideline-inner {
        max-width: 100%;
        width: 77.33333333333333vw;
        padding-right: 5.333333333333334vw;
    }

}

/*-------------------------------------------------------------------------------------------*/
/* 768px以下 END */



/* 640px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

    /* main contents */
    /* #main {
        width: 94%;
    } */









}

/*-------------------------------------------------------------------------------------------*/
/* 640px以下 END */