/* パックごはんブランドページ */

/* 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;
}


/* common setting END */



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

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

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


/* main visual */
section#kv {
    padding-bottom: 45px;
}
section#kv h1 {
    position:relative;
    width:100%;
    height:565px;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/img_main_2000.jpg");
    margin:0 auto 12px;
    text-indent:-9999px;
}

section#kv p {
    display: inline-block;
    padding: 0.25em 2em;
    border: 2px solid #e91827;
    border-radius: 9999px;
    text-align: center;
    font-size: 14px;
}


/* products */
section#products {
    padding-bottom: 100px;
}
section#products h2 {
    background-color: #070300;
    margin-bottom: 10px;
    padding: 0.75em;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

section#products article {
    position: relative;
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
section#products article figure {
    margin: 0;
}
section#products article .btn {
    position: absolute;
    right: 3.15%;
    bottom: 12.25%;
    z-index: 1;
}
section#products article:nth-of-type(4) .btn {bottom: 11.75%;}
section#products article:nth-of-type(5) .btn {bottom: 10.75%;}

section#products article .btn a {
    display: block;
    background-color: #000000;
    padding: 0.5em 2.5em;
    border-radius: 9999px;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    transition: all .5s all;
}
section#products article .btn a:hover {
    background-color: #555555;
    text-decoration: none;
}
section#products article .btn a span {
    position: relative;
    padding-left: 1.0em;
}
section#products article .btn a span:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.6em;
    background-color: #ec360f;
    margin: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
}



/* 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 */


/* main visual */
section#kv h1 {
    height:0;
    background-image: url("../images/img_main_950.jpg");
    background-size:contain;
    padding-top:59.473%;
}


section#products article .btn a {
    font-size: 2.2vw;
}


}
/*-------------------------------------------*/
/* 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;}


section {
    font-size: 2.5vw;
}


/* main visual */
section#kv {
    padding-bottom: 12vw;
}
section#kv h1 {
    background-image:url("../images/img_main_750.jpg");
    margin:0 auto 2vw;
    padding-top:118.666%;
}

section#kv p {
    font-size: 2.8vw;
}


/* products */
section#products {
    padding-bottom: 14vw;
}
section#products h2 {
    margin-bottom: 0;
    padding: 1em;
    font-size: 4vw;
}

section#products article .btn {
    right: 0;
}
section#products article:nth-of-type(1) .btn {
    bottom: 12.5%;
}
section#products article:nth-of-type(2) .btn {
    bottom: 12.75%;
}
section#products article:nth-of-type(3) .btn,
section#products article:nth-of-type(4) .btn,
section#products article:nth-of-type(5) .btn {
    bottom: 13%;
}

section#products article .btn a {
    padding: 0.5em 2em;
    font-size: 4vw;
}
section#products article .btn a:hover {
    background-color: #000000;
}
section#products article:nth-of-type(1) .btn a,
section#products article:nth-of-type(2) .btn a,
section#products article:nth-of-type(4) .btn a,
section#products article:nth-of-type(5) .btn a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
section#products article:nth-of-type(3) .btn {
    left: 0;
    right: inherit;
}
section#products article:nth-of-type(3) .btn a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


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



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

/* common setting */

#navHeader {
    height:auto;
}

.pagetop_sp {z-index:9999;}



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











