/* ガン春！食卓応援キャンペーン 2022/03 */

/* common setting */

/* 画像リンク */
#main a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    transition:0.5;
    transition-duration:0.3s;
}

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

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


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


/* キャンペーン終了 */
#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%;
    }
} 



/* common setting END */


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

.img_sp {display:none;}


/* title */
section#title {
    background-color:#ffee7d;
    background-repeat:repeat-x;
    background-position:center top;
    background-image:url("../images/main_bg.png");
    margin-bottom:45px;
}
section#title h1 {
    width:100%;
    max-width:950px;
    margin:0 auto;
}


/* anchor */
section#anchor {
    width:94%;
    max-width:950px;
    margin:0 auto;
    padding-bottom:60px;
}
section#anchor ul {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
section#anchor ul li {
}
section#anchor ul li a {
    display:flex;
    justify-content:center;
    align-items:center;
    width:165px;
    height:165px;
    border-radius:50%;
    text-align:center;
    line-height:1.2;
    font-size:1.5em;
    font-weight:bold;
    color:#ffffff;
}
section#anchor ul li a:hover {
    text-decoration:none;
    opacity:0.7;
}
section#anchor ul li:nth-child(1) a {background-color:#6fb92c;}
section#anchor ul li:nth-child(2) a {background-color:#ff7800;}
section#anchor ul li:nth-child(3) a {background-color:#4f0000;}
section#anchor ul li:nth-child(4) a {background-color:#ff0000;}


/* common */
ul.notice li {
    padding-left:1em;
    text-indent:-1em;
}
ul.normal {
    padding-left:1.5em;
    list-style:disc;
}
section a:link,
section a:visited {
    font-weight:bold;
    color:#ff0000;
}
section .center {
    text-align:center;
}
section .eol {
    margin-bottom:1em;
}
section h2 {
    margin-bottom:1em;
    padding:0.25em;
    border-radius:8px;
    text-align:center;
    font-size:1.5em;
    font-weight:bold;
    color:#ffffff;
    letter-spacing:0.25em;
}

section#howto,
section#products,
section#application {
    width:94%;
    max-width:950px;
    margin:0 auto;
    text-align:left;
}

/* howto */
section#howto {
    padding-bottom:70px;
}
section#howto h2 {
    background-color:#6fb92c;
}


/* products */
section#products {
    padding-bottom:90px;
}
section#products h2 {
    background-color:#ff7800;
}
section#products h3 {
    margin-bottom:1em;
    font-size:1.2em;
    font-weight:bold;
}
section#products .ex {
    width:90%;
    max-width:698px;
    margin:0 auto 1em;
    font-size:1.2em;
}
section#products p,
section#products ul {
    font-size:1.2em;
}


/* application */
section#application {
    padding-bottom:70px;
}
section#application h2 {
    background-color:#4f0000;
}
section#application h4,
section#application p,
section#application ul {
    font-size:1.2em;
}


/* company */
section#company {
    width:100%;
    max-width:950px;
    margin:0 auto;
    padding-bottom:60px;
}
section#company h2 {
    background-color:#ff0000;
    border-radius:0;
}
section#company .comp-wrap {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:94%;
    margin:0 auto;
}
section#company .comp-block {
    width:32%;
    margin-bottom:25px;
}
section#company .comp-block .logo {
}
section#company .comp-block .detail {
    background-color:#ffee7d;
    margin-bottom:3px;
    padding:6px;
    border-radius:8px;
    font-weight:bold;
    color:#4f0000;
}
section#company .comp-block .detail h5 {
    line-height:1.4;
    font-size:0.9em;
}
section#company .comp-block .detail p {
    margin-bottom:0.5em;
    line-height:1.4;
    font-size:1.3em;
}
section#company .comp-block .detail p:last-child {
    margin-bottom:0;
}
section#company .comp-block .products a,
section#company .comp-block .download a {
    display:block;
    border-radius:8px;
    line-height:2.2;
    font-size:0.8em;
    font-weight:normal;
    color:#ffffff;
}
section#company .comp-block .products a:hover,
section#company .comp-block .download a:hover {
    text-decoration:none;
    opacity:0.7;
}
section#company .comp-block .products a {
    background-color:#ff7800;
}
section#company .comp-block .download a {
    background-color:#ff0000;
}
section#company .comp-block .products {
    margin-bottom:3px;
}
section#company .comp-block .download {
}




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

/* common setting */

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

#navHeader {
    height:20px;
}

.pagetop_sp {z-index:9999;} 

/* common setting END */

#cp {
    font-size:1.2em;
}


/* キャンペーン終了*/
#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;
}


/* title */
section#title {
    background-image:none;
}




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



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

#cp {
    line-height:1.8;
    font-size:1.1em;
}




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



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

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

/* common setting END */


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


/* title */
section#title {
    margin-bottom:6%;
}


/* anchor */
section#anchor {
    padding-bottom:10%;
}
section#anchor ul li {
    width:23%;
}
section#anchor ul li a {
    position:relative;
    width:100%;
    height:0;
    font-size:3.2vw;
    padding-top:100%;
}
section#anchor ul li a span {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:1.2em;
    margin:auto;
}
section#anchor ul li:last-child a span {
    height:2.4em;
}

section h2 {
    font-size:1.3em;
}

/* howto */
section#howto {
    padding-bottom:12%;
}
/* products */
section#products {
    padding-bottom:16%;
}
section#products h3,
section#products .ex,
section#products p,
section#products ul {
    font-size:1.1em;
}
/* application */
section#application {
    padding-bottom:12%;
}
section#application h4,
section#application p,
section#application ul {
    font-size:1.1em;
}
/* company */
section#company {
    padding-bottom:10%;
}

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



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

/* common setting */

#navHeader {
    height:4.5em;
}

.pagetop_sp {z-index:9999;}




/* company */
section#company .comp-block {
    width:48%;
    margin-bottom:4%;
}
section#company .comp-block .detail h5 {
    font-size:2.8vw;
}
section#company .comp-block .detail p {
    font-size:3.5vw;
}
section#company .comp-block .products a,
section#company .comp-block .download a {
    font-size:3.0vw;
}


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




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



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






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












