/* ごっつ旨いラクうまキャンペーン */

/* common setting */

/* 画像リンク */
#contents a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    transition:all .3s ease;
}

body {
    position:relative;
    overflow-x:hidden;
}

#navHeader {
    margin-bottom:0 !important;
    z-index:100;
}


/* キャンペーン終了*/
#fin_banner {
    display:none;
    position:fixed;
    right:0;
    left:0;
    bottom:5%;
    margin:auto;
    z-index:9999;
}
#fin_banner .ban_sp {display:none;}
#fin_banner .ban_pc {
    width:80%;
    max-width:800px;
} 
/* 閉じる*/
#fin_banner .close {
    display:block;
    position:absolute;
    top:0;
    right:50%;
    width:30px;
    height:30px;
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url("../images/fin_ban_close.png");
    background-size:50%;
    border-radius:50%;
    font-size:35px;
    font-weight:bold;
    color:#ffffff;
    transform:translateX(1350%);
    transition:all .3s ease;
    z-index:10000;
    content:"×";
    cursor:pointer;
}
#fin_banner .close:hover {
    background-color:#7f7f7f;
}
@media only screen and (max-width: 949px) {
    #fin_banner .close {
        right:8%;
        transform:translateX(0);
    }
}
@media only screen and (max-width: 640px) {
    #fin_banner .ban_pc {display:none;}
    #fin_banner .ban_sp {
        display:block;
        width:80%;
        max-width:620px;
        margin:auto;
    }
    #fin_banner .close {
        top:-6%;
        right:10%;
    }
} 
a.fin_btn {
    pointer-events: none;
}
a.fin_btn:hover {
    opacity: 1.0;
}


/* common setting END */



/* PCレイアウト */
/*-------------------------------------------*/
section {
    position:relative;
    line-height:1.8;
    font-size:1.6em;
    color:#000000;
}
section img {
    max-width:100%;
    height:auto;
}

section * {box-sizing:border-box;}

.img_pc {}
.img_sp {display:none;}

br.pc {}
br.sp {display:none;}


/* main visual */
.main_img {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
.main_img h1.pc img.over950 {max-width: inherit;}
.main_img h1.sp {display: none;}
.main_img h1.pc .img_950 {display: none;}

@media only screen and (max-width: 950px) {
    .main_img {display: block;}
    .main_img h1.pc img.over950 {display: none;}
    .main_img h1.pc .img_950 {display: block;}
}


/* catch */
section#catch h2 {
    background-color: #ffffff;
    margin:0 auto;
}
section#catch h3 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #530000;
}
section#catch p {
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.4;
    font-size: 0.9em;
    font-weight: bold;
    color: #530000;
}
section#catch p .note {
    font-size: 0.9em;
}
section#catch .catch_img {
    margin-bottom: 1em;
}


/* anchor navigation */
ul.anchor {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:94%;
    max-width:678px;
    margin:0 auto 40px;
}
ul.anchor li {
    width:24%;
}
ul.anchor li a {
    display:block;
    width:100%;
    height:0;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:contain;
    padding-top:69.1%;
    text-indent:-9999px;
    transition:all .3s ease;
}
ul.anchor li:nth-child(1) a {background-image:url("../images/btn_anchor01.png");}
ul.anchor li:nth-child(2) a {background-image:url("../images/btn_anchor02.png");}
ul.anchor li:nth-child(3) a {background-image:url("../images/btn_anchor03.png");}
ul.anchor li:nth-child(4) a {background-image:url("../images/btn_anchor04.png");}
ul.anchor li a:hover {opacity: 0.7;}


/* section inner */
.section_inner {
    width:90%;
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
}

/* h2 */
section h2 {
    width:100%;
    background-color:#e60012;
    margin:0 auto 30px;
    text-align: center;
}

section p {
    text-align:left;
}

/* margin / center */
section .right {text-align:right;}
section .center {text-align:center;}
section .eol {margin-bottom:1.5em;}
section .bottom {margin-bottom:3em;}


/* prize */
section#prize h2 {
    margin: 0 auto 25px;
}
section#prize h3 {
    width: 94%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: bold;
    color:#ffffff;
}
section#prize .prize_a h3 {background-color: #e3007f;}
section#prize .prize_b h3 {background-color: #00a63c;}
section#prize .prize_w h3 {background-color: #00b8ee;}

/* prize a */
.prize_a p {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
.prize_a p.lead,
.prize_a p.photo3 {
    margin-bottom: 1em;
}

.prize_a_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 850px;
    margin: 0 auto 20px;
}
.prize_a_wrap p {
    padding-left: 7%;
    text-align: left;
}

.prize_chance {
    position: relative;
    margin-bottom: 40px;
}
.prize_chance:after {
    position: absolute;
    top:0;
    left:0;
    right:0;
    width: 100%;
    height: 490px;
    background: #009fe8;
    background: -moz-linear-gradient(left, #8ed2f4 0%, #009fe8 100%);
    background: -webkit-linear-gradient(left, #8ed2f4 0%,#009fe8 100%);
    background: linear-gradient(to right, #8ed2f4 0%,#009fe8 100%);
    margin: auto;
    content:"";
    z-index:0;
}
.prize_chance .catch {
    position: relative;
    z-index:1;
}

.prize_b p,
.prize_w p {
    text-align: center;
}
.prize_b {
    margin-bottom: 50px;
}
.prize_w {
    margin-bottom: 90px;
}



/* howto */
section#howto h3 {
    display:flex;
    align-items:center;
    margin-bottom:0.5em;
    font-size:1.4em;
    font-weight:bold;
    color:#d279a8;
}
section#howto h3:before,
section#howto h3:after {
    flex-grow:1;
    height:1px;
    background-color:#d279a8;
    content:"";
}
section#howto h3:before {margin-right:1em;}
section#howto h3:after {margin-left:1em;}

#howto a.btn img {
    max-width:400px;
    transition:all .3s ease;
}
#howto a.btn:hover img {
    opacity:0.7;
}
#howto .notice {color:#c50118;}
#howto .notice a {
    color:#c50118;
    text-decoration:underline;
}
#howto .notice a:hover {
    text-decoration:none;
    opacity:0.7;
}


/* linup */
section#lineup {
    padding-bottom: 80px;
}
section#lineup h2 {
    margin-bottom: 15px;
}
section#lineup h4 {
    margin-bottom:40px;
}
section#lineup p.lineup_img {
    width:100%;
    max-width:950px;
    margin:0 auto 30px;
    text-align:center;
}
section#lineup p.lineup_img:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #7f7f7f;
}


/* application */
section#application {
    padding-bottom: 80px;
    font-size: 1.4em;
}

section#application h3 {
    display:flex;
    align-items:center;
    margin-bottom:0.5em;
    font-size:1.4em;
    font-weight:bold;
    color:#d279a8;
}
section#application h3:before,
section#application h3:after {
    flex-grow:1;
    height:1px;
    background-color:#d279a8;
    content:"";
}
section#application h3:before {margin-right:1em;}
section#application h3:after {margin-left:1em;}

section#application h4 {
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}
section#application h4:before {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    background-color: #000000;
    margin-right: 0.25em;
    content:"";
}

section p.date {
    display:inline-block;
    position:relative;
    margin-bottom:1.25em;
    vertical-align:bottom;
    text-align:center;
    line-height:1.0;
    font-size:1.4em;
    font-weight:bold;
}
section p.date strong {
    font-size:1.6em;
}
section p.date span {
    display:block;
    position:absolute;
    right:0;
    bottom:-1.5em;
    font-size:0.6em;
}
section p.date_line {
    max-width: 32em;
    margin:0 auto;
    text-align:left;
    font-size:0.9em;
    font-weight:bold;
}
section p.date_notice {
    border: 1px solid #000000;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1.5em;
    text-align:center;
    line-height: 1.4;
    font-weight:bold;
}
section p.date_notice strong {
    font-size: 1.6em;
}


ul.normal {
    padding-left: 1.5em;
    text-align:left;
    list-style: disc;
}
ul.normal li {
    margin-bottom:0.25em;
}

ul.notice {
    text-align:left;
}
ul.notice li {
    margin-bottom:0.25em;
    padding-left:1em;
    text-indent:-1em;
}



/* 949px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 949px) {

/* common setting */

img, object, embed, video {
    max-width:100%;
    height:auto;
}

#navHeader {
    height:20px;
}


/* common setting END */

section {
    font-size: 1.4em;
}


/* キャンペーン終了 */
#fin_banner .pc {display:none; }
#fin_banner .sp {display:block; }

#fin_banner {
    left:0;
    bottom:3%;
    width:100%;
    margin-left:0;
    z-index:9999;
}
#fin_banner.posfix {
    position:fixed;
    bottom:0;
    top:auto;
}
#fin_banner .bnr_close {
    top:-1%;
    left:4%;
    font-size:0.8em;
}


/* prize */
.prize_a_wrap p {
    width: 48%;
}
.prize_a_wrap .photo {
    width: 52%;
}


}
/*-------------------------------------------*/
/* 949px以下 END */



/* 768px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 768px) {



}
/*-------------------------------------------*/
/* 768px以下 END */



/* 750px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 750px) {

.img_pc {display:none;}
.img_sp {display:block;}


br.pc {display:none}
br.sp {display:block;}

section {
    font-size:1.2em;
}


/* main visual */
.main_img h1.pc {display: none;}
.main_img h1.sp {display: block;}


section#catch h2 img {
    width:100%;
    max-width: 100%;
}
section#catch p {
    font-size: 2.6vw;
}


/* anchor navigation */
ul.anchor {
}
ul.anchor li {
}


/* h2 */
section h2 img {
    width:28%;
    max-width: 150px;
}


/* prize */
section#prize h3 {
    width: 90%;
    font-size: 1.2em;
}

.prize_a p {
    font-size: 3.4vw;
}
.prize_a p.lead {
    width: 90%;
    margin: 0 auto 1em;
    text-align: left;
}

.prize_a_wrap p {
    padding-left: 3%;
}

.prize_chance {
    margin-bottom: 20px;
}
.prize_chance:after {
    display: none;
}

.prize_b {
    margin-bottom: 30px;
}
.prize_w {
    margin-bottom: 30px;
}


/* howto */
#howto a.btn img {
    width:90%;
    max-width:640px;
}
#howto .section_inner a.btn img {
    width:100%;
}

section#application {
    padding-bottom: 18%;
}

section#application {
    font-size: 1.2em;
}


}
/*-------------------------------------------*/
/* 750px以下 END */



/* 640px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 640px) {

/* common setting */

#navHeader {
    height:auto;
}

.pagetop_sp {z-index:9999;}


/* common setting END */

.img_pc {display:none;}
.img_sp {display:block;}


/* キャンペーン終了 */
#fin_banner .bnr_close {
    top:-2%;
    left:4%;
    font-size:0.7em;
}




}
/*-------------------------------------------*/
/* 640px以下 END */



/* 480px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 480px) {


/* キャンペーン終了 */
#fin_banner .bnr_close {
    top:-1.5em;
}


section h3 {
    font-size: 5.2vw;
}



}
/*-------------------------------------------*/
/* 480px以下 END */



/* 430px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 430px) {



}
/*-------------------------------------------*/
/* 430px以下 END */



/* 375px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 375px) {




}
/*-------------------------------------------*/
/* 375px以下 END */



/* 320px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 320px) {





}
/*-------------------------------------------*/
/* 320px以下 END */











