/* シン・ごっつ旨い */

/* common setting */

#header {
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url("/images/common/bg.jpg");
}

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

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

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

/* common setting END */



/* PCレイアウト */
/*-------------------------------------------*/
#contents {
    overflow-x:hidden;
    position:relative;
    line-height:1.8;
    font-size:1.4em;
    color:#000000;
}
#contents img {
    max-width:100%;
    height:auto;
}
#contents a,
#contents a img {
    transition:all .3s ease-in;
}
#contents a:hover img {
    opacity:0.7;
}

#contents *,
section * {box-sizing:border-box;}

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



/* acnhor */
#anchor {
    position:fixed;
    top:135px;
    right:0;
    width:46px;
    z-index:100;
    transition:all .3s ease-in;
}
#anchor ul {
    width:100%;
    text-align:right;
}
#anchor ul li {
    width:100%;
    margin-bottom:5px;
}
#anchor ul li a {
    display:block;
    width:100%;
    height:0;
    background-repeat:no-repeat;
    background-position:left top;
    background-size:contain;
    padding-top:326.08%;
    text-indent:-9999px;
}
#anchor ul li.about a {background-image:url("../images/tab_a_pc.png");}
#anchor ul li.lineup a {background-image:url("../images/tab_b_pc.png");}
#anchor ul li.secret a {background-image:url("../images/tab_c_pc.png");}
#anchor ul li.recipe a {background-image:url("../images/tab_d_pc.png");}

#anchor ul li a:hover {
    opacity:0.7;
}
.hide {
    transform:translateX(100%);
}

@media only screen and (max-width: 949px) {
.anchor {
    width:6.15%;
}
}/* 949 */
@media only screen and (max-width: 750px) {
#anchor {
    top:120px;
    width:6.15%;
}
#anchor ul li a {
    padding-top:333.333%;
}
#anchor ul li.about a {background-image:url("../images/tab_a_sp.png");}
#anchor ul li.lineup a {background-image:url("../images/tab_b_sp.png");}
#anchor ul li.secret a {background-image:url("../images/tab_c_sp.png");}
#anchor ul li.recipe a {background-image:url("../images/tab_d_sp.png");}
}/* 750 */
@media only screen and (max-width: 640px) {
#anchor {
    top:135px;
}
}/* 640 */
@media only screen and (max-width: 420px) {
#anchor {
    width:8.4%;
}
#anchor ul li {
    margin-bottom:0px;
}
}/* 420 */
@media only screen and (max-width: 320px) {
#anchor {
    top:125px;
}
}/* 320 */


/* section diagonal */
#about {
    position:relative;
    z-index:0;
}
#lineup,
.space {
    position:relative;
    z-index:0;
}
#lineup:before,
.space:before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform:skewY(-9.3deg);
    transform-origin:bottom left;
    z-index:-1;
    content:"";
}

.space,
#about,
#lineup,
#secret,
#recipe {
    overflow:hidden;
    position:relative;
    padding:calc(100vw * 0.12) 0;
}
.space,
#lineup {
}
#about:before,
#secret:before,
#lineup:before,
#recipe:before {
    position:absolute;
    top:calc(0.16 * (0.11 * 50% + 50vw));
    left:-100vw;
    width:300vw;
    height:calc(100% - 0.16 * (0.16 * 50% + 50vw) * 2);
    z-index:-1;
    transform-origin:center;
    transform:rotate(-9.3deg);
    content:"";
}
#about:before {
    background:#ffffc8;
    background:-moz-linear-gradient(top, #ffffc8 0%, #ffffff 45%, #ffffff 55%, #ffffc8 100%);
    background:-webkit-linear-gradient(top, #ffffc8 0%,#ffffff 45%,#ffffff 55%,#ffffc8 100%);
    background:linear-gradient(to bottom, #ffffc8 0%,#ffffff 45%,#ffffff 55%,#ffffc8 100%);
}
#lineup:before {
    background-color:#ffffff;
}
#secret:before {
    background:url("../images/secret_bg.jpg") center center;
}
#recipe:before {
    background-color:#ffff00;
}
.sapce2 {
    height:calc(100% - 0.16 * (0.16 * 50% + 50vw) * 2);
}


#lineup {
    margin-top:-15vw;
}
#secret {
    margin-top:-15vw;
}
#recipe {
    margin-top:-15vw;
}


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


/* about */
#about {
    background:#ffffff;
}
#about h2 {
    width:70%;
    margin:20px auto 20px;
}
#about p.lead {
    width:68%;
    margin:0 auto 20px;
}
#about h3 {
    width:50%;
    margin:0 auto;
}
#about p.note {
    margin-bottom:3em;
    text-align:center;
    font-size:0.8em;
}
#about p.note br {
    display:none;
}



/* lineup */
#lineup {
    
}
#lineup h2 {
    margin:0 auto 30px;
}
#lineup ul {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    position: relative;
    padding-bottom:20px;
}
#lineup ul li {
    position: relative;
    width:50%;
}
#lineup ul li.btn_left {
    margin-top:-20%;
}
#lineup ul li.btn_right {
    margin-top:5%;
}
#lineup ul li:first-child {
    margin-top:0;
}
#lineup ul li.btn03 {
    margin-top:25%;
}
#lineup ul li > a,
#lineup ul li span.nolink {
    display:block;
    position:relative;
    width:100%;
    height:0;
    padding-top:100%;
    border-radius:100%;
    box-shadow:0px 0px 16px -4px rgba(0,0,0,0.8);
}
#lineup ul li.btn01 > a {background-color:#c50018;}
#lineup ul li.btn02 > a {background-color:#ea6176;}
#lineup ul li.btn03 > a {background-color:#ffc800;}
#lineup ul li.btn04 > a {background-color:#ee7600;}
#lineup ul li.btn05 > a {background-color:#2a9b4a;}
#lineup ul li.btn06 > a {background-color:#dc0014;}
#lineup ul li.btn07 > a {background-color:#bed043;}

#lineup ul li.btn08 span.nolink {background-color:#470000;}
#lineup ul li.btn09 span.nolink {background-color:#470000;}

#lineup ul li.btn01 > a:hover {background-color:#d64c5d;}
#lineup ul li.btn02 > a:hover {background-color:#f0909f;}
#lineup ul li.btn03 > a:hover {background-color:#ffd84c;}
#lineup ul li.btn04 > a:hover {background-color:#ff9f4c;}
#lineup ul li.btn05 > a:hover {background-color:#69b980;}
#lineup ul li.btn06 > a:hover {background-color:#ff4d53;}
#lineup ul li.btn07 > a:hover {background-color:#cddf4c;}

#lineup ul li > a > span,
#lineup ul li span.nolink > span {
    position:absolute;
    top:70%;
    left:0;
    right:0;
    text-align:center;
    font-size:1.2em;
    color:#ffffff;
}
#lineup ul li.btn07 > a > span,
#lineup ul li.btn07 span.nolink > span {
    top: 62%;
}
#lineup ul li.btn08 span.nolink > span,
#lineup ul li.btn09 span.nolink > span {
    top:75%;
}
#lineup ul li > a img.pkg,
#lineup ul li span.nolink img.pkg {
    display:block;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    -webkit-filter:drop-shadow(6px 6px 18px rgba(0,0,0,0.5));
    filter:drop-shadow(6px 6px 18px rgba(0,0,0,0.5));
}
#lineup ul li.btn01 img.pkg,
#lineup ul li.btn02 img.pkg,
#lineup ul li.btn03 img.pkg,
#lineup ul li.btn04 img.pkg,
#lineup ul li.btn05 img.pkg,
#lineup ul li.btn08 img.pkg {top:19.2%;width:53.5%;}
#lineup ul li.btn06 img.pkg,
#lineup ul li.btn07 img.pkg {top:28.2%;width:57.67%;}
#lineup ul li.btn09 img.pkg {top:11.55%;width:41.85%;}

/* 間違い探しボタン */
#lineup .muzui {
    position: absolute;
    width: 38%;
    max-width: 314px;
    z-index: 10;
}
#lineup .muzui.muzui_left {
    left: 50%;
    transform: translateX(-210px);
}
#lineup .muzui.muzui_right {
    right: 50%;
    transform: translateX(210px);
}
#lineup .muzui01 {
    top: 3%;
}
#lineup .muzui03 {
    top: 13%;
}
#lineup .muzui06 {
    top: 53%;
}


/* secret */
#secret {
}
#secret h2 {
    margin:0 auto;
}
#secret h3 {
    margin-bottom:30px;
}
#secret .secret_block {
    background-repeat:no-repeat;
    margin-bottom:30px;
    padding-left:5%;
    padding-right:52.5%;
    text-align:left;
    font-size:1.3em;
    font-weight:bold;
}
#secret .secret_block.secret1 {
    background-position:right top;
    background-image:url("../images/secret_img01_pc.png");
    background-size:52.5%;
    padding-bottom:11%;
}
#secret .secret_block.secret2 {
    background-position:right top;
    background-image:url("../images/secret_img02.png");
    background-size:50.5%;
    padding-bottom:3%;
}
#secret .secret_block.secret3 {
    background-position:right top;
    background-image:url("../images/secret_img03_pc.png");
    background-size:52.5%;
    padding-bottom:18.5%;
}

#secret .banner {
    width:60.5%;
    margin:0 auto;
}


/* recipe */
#recipe {
    position:relative;
}
#recipe h2 {
    margin:0 auto 30px;
}
#recipe ul {
    width:96%;
    max-width:920px;
    margin:0 auto 40px;
    text-align:center;
    letter-spacing:-0.5em;
}
#recipe ul li {
    overflow:hidden;
    display:inline-block;
    width:23%;
    margin-right:2%;
    vertical-align:top;
    font-size:0.9em;
    font-weight:bold;
    letter-spacing:normal;
}
#recipe ul li:last-child {
    margin-right:0;
}
#recipe ul li a {
    display:block;
    width:100%;
    height:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    margin-bottom:8px;
    padding-top:100%;
    border-radius:8px;
    text-indent:-9999px;
}
#recipe ul li:nth-child(1) a {background-image:url("../images/recipe_img01.jpg");}
#recipe ul li:nth-child(2) a {background-image:url("../images/recipe_img02.jpg");}
#recipe ul li:nth-child(3) a {background-image:url("../images/recipe_img03.jpg");}
#recipe ul li:nth-child(4) a {background-image:url("../images/recipe_img04.jpg");}

#recipe ul li a:hover {
    opacity:0.7;
}

#recipe p.btn_recipe {
    margin:0 auto 30px;
    text-align:center;
}
#recipe p.btn_recipe a {
    display:inline-block;
    background-color:#c50018;
    margin:0 auto;
    padding:0 3em;
    border-radius:8px;
    font-size:1.1em;
    color:#ffffff;
    letter-spacing:0.25em;
}
#recipe p.btn_recipe a:hover {
    background-color:#d64c5d;
    text-decoration:none;
}


/* banner */
#banner {
    margin-bottom:80px;
}



/* topics */
#topics {
    padding:30px 0 40px;
}
#topics h2 {
    width:50%;
    max-width:272px;
    margin:0 auto 30px;
}
#topics p {
    width:90%;
    margin:0 auto;
}



/* limited */
#limited {
    padding: 5% 0;
}
#limited h2,
#movie h2 {
    background-color: #ffff00;
    text-align: center;
}
#limited ul.link,
#movie ul.link {
    width: 90%;
    max-width: 665px;
    margin: 0 auto;
}
#limited ul.link li,
#movie ul.link li {
    position: relative;
    width: 100%;
}
#limited ul.link li a,
#movie ul.link li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
}
#limited ul.link li a:hover,
#movie ul.link li a:hover {
    background-color: rgba(255,255,255,0.3);
}
#limited .btn {
    display: block;
    width: 100%;
    /*background-color: #e60000;*/
    background-color: #000000;
    margin-top: 5px;
    color: #ffffff;
}
#movie .btn {
    display: block;
    width: 100%;
    background-color: #000000;
    margin-top: 5px;
    color: #ffffff;
}

#movie {
    padding: 5% 0 20%;
}
#movie p {
    margin-bottom: 1.5em;
    font-weight: bold;
}
#movie ul.link {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 950px;
}
#movie ul.link li {
    width:31%;
}
#movie ul.link.link_sp {
    display: none;
}




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



/* about */
#about p.note {
    font-size:0.7em;
}

/* lineup */
#lineup ul li a > span,
#lineup ul li span.nolink > span {
    font-size:1.0em;
}

/* secret */
#secret .secret_block {
    font-size:1.0em;
}
#secret .secret_block.secret3 {
    padding-bottom:22.5%;
}

/* recipe */
#recipe ul li {
    font-size:0.8em;
}

/* banner */
#banner > div {
    width:90%;
    margin:0 auto;
}

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



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

#secret .secret_block.secret3 {
    padding-bottom:9.5%;
}

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


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


/* recipe */
#recipe ul {
    width:100%;
}
#recipe ul li {
    width:48%;
    margin-right:4%;
    margin-bottom:4%;
}
#recipe ul li:nth-child(even) {
    margin-right:0;
}
#recipe ul li a {
    margin-bottom:8px;
    padding-top:100%;
}
#recipe ul li:nth-child(odd) a {
    border-top-left-radius:0;
    border-top-right-radius:8px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:8px;
}
#recipe ul li:nth-child(even) a {
    border-top-left-radius:8px;
    border-top-right-radius:0;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:0;
}

#recipe p.btn_recipe a {
    width:80%;
    padding:0.25em 1em;
}



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



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

/* common setting */

#navHeader {
    height:auto;
}
#pankuzu {
    top:6px;
}
ul#sns_top {
    padding-top:6px;
}

.pagetop_sp {z-index:9999;}


/* common setting END */

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



/* about */
#about h2,
#about p.lead,
#about h3 {
    width:84%;
}
#about p.note br {
    display:block;
}

/* h2 */
#lineup h2,
#secret h2,
#secret h3,
#recipe h2 {
    width:84%;
    margin:0 auto 1em;
}

/* lineup */
#lineup ul li {
    width:55%;
}
#lineup ul li.btn_left {
    margin-left:-5%;
}
#lineup ul li.btn_right {
    margin-right:-5%;
}
#lineup ul li > a > span,
#lineup ul li span.nolink > span {
    bottom:5%;
    font-size:0.9em;
}

/* 間違い探しボタン */
#lineup .muzui.muzui_left {
    left: 24%;
    transform: none;
}
#lineup .muzui.muzui_right {
    right: 24%;
    transform: none;
}
#lineup .muzui01 {
    top: 3%;
}
#lineup .muzui03 {
    top: 13%;
}
#lineup .muzui06 {
    top: 53%;
}



/* secret */
#secret .secret_block {
    margin-bottom:30px;
    padding-left:8%;
    padding-right:8%;
    font-size:1.1em;
}
#secret .secret_block.secret1 {
    background-position:center bottom;
    background-image:url("../images/secret_img01_sp.png");
    background-size:100%;
    padding-bottom:calc(84.5% + 1em);
}
#secret .secret_block.secret2 {
    background-position:right 16% bottom;
    background-size:60%;
    padding-bottom:calc(42% + 1em);
}
#secret .secret_block.secret3 {
    background-position:center bottom;
    background-image:url("../images/secret_img03_sp.png");
    background-size:100%;
    padding-bottom:calc(70.5% + 1em);
}

#secret .banner {
    width:84%;
    margin: 0 auto 6%;
}


/* banner */
#banner > div {
    width:100%;
}

/* movie */
#movie ul.link.link_sp {
    display: block;
    width: 90%;
}
#movie ul.link.link_pc {
    display: none;
}
#movie ul.link li {
    width:100%;
    margin-bottom: 16%;
}

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



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


/* lineup */
#lineup ul li > a > span,
#lineup ul li span.nolink > span {
    top:65%;
    line-height:1.4;
    font-size:0.8em;
}


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



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


/* about */
#about p.note {
    font-size:0.6em;
}

/* secret */
#secret .secret_block {
    font-size:1.0em;
}

/* movie */
#movie p {
    font-size:0.8em;
}

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



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




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



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

/* lineup */
#lineup ul li > a > span,
#lineup ul li span.nolink > span {
    font-size:12px;
}

/* movie */
#movie p {
    font-size:0.7em;
}



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











