@charset "UTF-8";


/* ===================================================
 common
=================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

.mainContents {
    min-width: 980px;
    color: #432814;
}
.mainContents img {
    max-width: 100%;
}
.mainContents .contents_header {
    padding: 10px 0 32px 30px;
    background: #FFF;
    background: url(../img/line_header.png) repeat-x bottom left;
}
.mainContents .contents_header h1 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
}
.mainContents .contents_header .topic_path {
    font-weight: normal;
}
.mainContents .contents_header .topic_path li {
    display: inline-block;
}
.mainContents .contents_header .topic_path li:not(:first-child):before {
    content: ">";
    padding: 0 9px 0 7px;
}
.contents_inner a{
	display: block;
    width: 100%;
    height: 100%;
}
.contents_inner a:hover{
	background-position: bottom left !important;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
@media screen and (max-width: 900px){
    .conts {
        overflow: scroll !important;
    }
}
@media screen and (max-width: 640px){
    .wrap img {
        width: auto !important;
    }
}

.space {
    display: inline-block;
    margin-left: 1em;
}

/* menu
-------------------------------------- */
.menu{
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
}
.menu .overlay{
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity .5s;
}
.menu .menu_inner{
    position: relative;
    top: 0;
    left: 0;
    width: 255px;
    height: 100vh;
    background: #fcf200;
    border-left: 6px solid #3a3432;
    transition: left .5s;
    z-index: 1;
}
.menu .menu_inner .menu_btn{
    position: absolute;
    width: 76px;
    height: 66px;
    top: 180px;
    left: 0;
    background-image: url(../img/menu/menu_btn.png);
    background-repeat: no-repeat;
    background-position: top center;
    transition: left .5s;
    cursor: pointer;
}
.menu .menu_inner h2{
    padding-top: 40px;
    text-align: center;
}
.menu .menu_inner ul{
    padding-top: 45px;
}
.menu .menu_inner ul li{
    width: 184px;
    margin: 0 auto;
}
.menu .menu_inner ul li + li{
    padding-top: 15px;
}
.menu .menu_inner ul li a:hover{
    opacity: 0.8;
}
.menu .menu_inner .click_btn a{
    width: 213px;
    height: 57px;
    margin-left: -14.5px;
    background-repeat: no-repeat;
    background-position: top left;
}
.menu .menu_inner .click_btn a:hover{
    opacity: 1;
}
.menu .menu_inner .click_btn.taisaku a{
    background-image: url(../img/menu/menu_btn_taisaku.png);
}
.menu .menu_inner .click_btn.recipe a{
    background-image: url(../img/menu/menu_btn_recipe.png);
}

/* open */
.menu.open .overlay {
    left: 0;
    opacity: 1;
}
.menu.open .menu_inner {
    left: -255px;
}
.menu.open .menu_inner .menu_btn{
    background-position: bottom center !important;
}


/* main_visual
-------------------------------------- */
.main_visual{
    position: relative;
    height: 450px;
    background-image: url(../img/mv_bg.png);
    background-repeat: no-repeat;
    background-position: bottom -1px center;
}
.main_visual h1,
.main_visual p{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.main_visual h1{
    top: 167px;
    padding-right: 45px;
}
.main_visual p{
    top: 33px;
    padding-left: 10px;
}
.main_visual_btm{
    background: url(../img/sec_bg.png);
    padding: 46px 0 46px;
    box-sizing: border-box;
}
.main_visual_btm .txt{
    margin-bottom: 32px;
    text-align: center;
}
.main_visual_btm .profile{
	text-align: center;
}
.main_visual_btm .profile{
	width: 557px;
	margin: 0 auto;
	position: relative;
}
.main_visual_btm .profile .btn{
    position: absolute;
    top:89px;
    right: 40px;
}
.main_visual_btm .profile .btn a{
    position: relative;
}
.main_visual_btm .profile .btn a img{
    border-bottom: 1px solid #000;
}
.main_visual_btm .profile .btn a:after{
    content: url("../img/mv_profile_arrow.png");
    position: absolute;
    top: 0;
    right: -17px;
}
.main_visual_btm .profile .btn a:hover img{
    border-bottom: none;
}


/* section common
-------------------------------------- */
.section{
	box-sizing: border-box;
}
.section .partition_txt01{
	width: 849px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/line_01.png) no-repeat;
}
.section .partition_txt02{
	width: 862px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/line_02.png) no-repeat;
}

/* section toujoujinbutsu
-------------------------------------- */
.toujoujinbutsu{
	padding: 70px 0 77px;
}
.toujoujinbutsu .partition_txt01 img{
	margin-right: 24px;
}

.toujoujinbutsu ul{
	width: 890px;
	margin: 30px auto 0;
}
.toujoujinbutsu ul li{
	float: left;
}
.toujoujinbutsu ul li + li{
	margin-left: 27px;
}


/* section contents_btn
-------------------------------------- */
.contents_btn{
	padding: 70px 0 77px;
	background-image: url(../img/line.png), url(../img/line.png), url(../img/sec_bg.png);
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: top left, bottom left, center center;
}
.contents_btn .ttl{
	text-align: center;
}
.contents_btn ul{
	width: 552px;
	margin: 30px auto 0;
	text-align: center;
}
.contents_btn ul li{
	margin-bottom: 20px;
	float: left;
}
.contents_btn ul li + li{
	margin-left: 30px;
}
.contents_btn ul li:nth-child(4){
	margin-left: 0;
}
.contents_btn ul li a{
    width: 164px;
    height: 57px;
    background-repeat: no-repeat;
}
.contents_btn ul li:nth-child(1) a{
    background-image: url(../img/contents_btn_iromitame.png);
    background-position: top left;
}
.contents_btn ul li:nth-child(2) a{
    background-image: url(../img/contents_btn_kaori.png);
    background-position: top left;
}
.contents_btn ul li:nth-child(3) a{
    background-image: url(../img/contents_btn_syokkan.png);
    background-position: top left;
}
.contents_btn ul li:nth-child(4) a{
    background-image: url(../img/contents_btn_aji.png);
    background-position: top left;
}
.contents_btn ul li:nth-child(5) a{
    background-image: url(../img/contents_btn_kankyo.png);
    background-position: top left;
}
.contents_btn ul li:nth-child(6) a{
	background-image: url(../img/contents_btn_bangai.png);
	background-position: top left;
}

/* section editing
-------------------------------------- */
.category{
    padding-top: 100px;
}
.editing{
	width: 862px;
	margin: 0 auto 116px;
	position: relative;
	text-align: center;
}
.editing p.ttl{
	margin-bottom: 54px;
}
.editing p.ttl:before{
	content: url("../img/deco_ttl_sub_left.png");
}
.editing p.ttl:after{
	content: url("../img/deco_ttl_sub_right.png");
}
.editing p.ttl span{
	padding: 0 20px;
}
.editing .sns_btn{
    position: absolute;
    width: 155px;
    height: 71px;
    top: 30px;
    right: 0;
}
.editing .sns_btn p{
  float: left;
  width: 71px;
  height: 71px;
}
.editing .sns_btn p + p{
  margin-left: 12px;
}
.editing .sns_btn p a{
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.editing .sns_btn p.icon_f a{
  background-image: url(../img/icon_facebook.png);
}
.editing .sns_btn p.icon_t a{
  background-image: url(../img/icon_twitter.png);
}
.editing p.partition_txt01{
	margin-bottom: 67px;
}
.editing p.partition_txt01 img{
	padding: 0 20px;
	background: #FFF;
}
.editing p.partition_txt02{
	margin-bottom: 33px;
}
.editing p.anime{
	margin: 0 auto 128px;
}
.editing p.cmt_ttl{
	margin-bottom: 70px;
}
.editing .cmt{
	height: 1080px;
	margin-bottom: 82px;
	background: url("../img/iromitame/cmt_bg.png") no-repeat;
	text-align: center;
}
.editing .cmt ul{
	position: relative;
}
.editing .cmt li{position: absolute;}


/* section end
-------------------------------------- */
.end{
	padding: 26px 0 57px;
	background-image: url(../img/line.png), url(../img/line.png), url(../img/sec_bg.png);
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: top left, bottom left, center center;
	text-align: center;
}
.end p:first-child{
	margin-bottom: 30px;
}

/* #iromitame
-------------------------------------- */
.editing .cmt{
	height: 1080px;
	background: url("../img/iromitame/cmt_bg.png") no-repeat;
}
#iromitame .editing .cmt li:nth-child(1){top: -22px; left: 30px;}
#iromitame .editing .cmt li:nth-child(2){top: 148px; right: 9px;}
#iromitame .editing .cmt li:nth-child(3){top: 310px; left: 31px;}
#iromitame .editing .cmt li:nth-child(4){top: 488px; right: 7px;}
#iromitame .editing .cmt li:nth-child(5){top: 690px; left: 31px;}
#iromitame .editing .cmt li:nth-child(6){top: 886px; right: 19px;}

/* #kaori
-------------------------------------- */
#kaori .editing .cmt{
	height: 946px;
	background: url("../img/kaori/cmt_bg.png") no-repeat;
}
#kaori .editing .cmt li:nth-child(1){top: -22px; left: 25px;}
#kaori .editing .cmt li:nth-child(2){top: 144px; right: 10px;}
#kaori .editing .cmt li:nth-child(3){top: 358px; left: 28px;}
#kaori .editing .cmt li:nth-child(4){top: 534px; right: 13px;}
#kaori .editing .cmt li:nth-child(5){top: 758px; left: 28px;}

/* #syokkan
-------------------------------------- */
#syokkan .editing .cmt{
	height: 924px;
	background: url("../img/syokkan/cmt_bg.png") no-repeat;
}
#syokkan .editing .cmt li:nth-child(1){top: -22px; left: 30px;}
#syokkan .editing .cmt li:nth-child(2){top: 140px; right: 13px;}
#syokkan .editing .cmt li:nth-child(3){top: 350px; left: 30px;}
#syokkan .editing .cmt li:nth-child(4){top: 577px; right: 13px;}
#syokkan .editing .cmt li:nth-child(5){top: 730px; left: 30px;}

/* #aji
-------------------------------------- */
#aji .editing .cmt{
	height: 884px;
	background: url("../img/aji/cmt_bg.png") no-repeat;
}
#aji .editing .cmt li:nth-child(1){top: -22px; left: 30px;}
#aji .editing .cmt li:nth-child(2){top: 148px; right: 13px;}
#aji .editing .cmt li:nth-child(3){top: 356px; left: 28px;}
#aji .editing .cmt li:nth-child(4){top: 506px; right: 13px;}
#aji .editing .cmt li:nth-child(5){top: 700px; left: 28px;}

/* #kankyo
-------------------------------------- */
#kankyo .editing p.partition_txt02{margin-bottom: 64px;}
#kankyo .editing .cmt{
	height: 1334px;
	background: url("../img/kankyo/cmt_bg.png") no-repeat;
}
#kankyo .editing .cmt li:nth-child(1){top: -22px; left: 25px;}
#kankyo .editing .cmt li:nth-child(2){top: 158px; right: 13px;}
#kankyo .editing .cmt li:nth-child(3){top: 384px; left: 28px;}
#kankyo .editing .cmt li:nth-child(4){top: 563px; right: 13px;}
#kankyo .editing .cmt li:nth-child(5){top: 782px; left: 28px;}
#kankyo .editing .cmt li:nth-child(6){top: 963px; right: 13px;}
#kankyo .editing .cmt li:nth-child(7){top: 1138px; left: 28px;}

/* #point
-------------------------------------- */
.point{
    position: relative;
    padding-top: 100px;
}
.point .main_ttl{
    padding-top: 92px;
    margin-bottom: 48px;
    text-align: center;
}
.point .main_icon{
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    text-align: center;
}
.point .pt_box{
    width: 885px;
    padding: 0 10px 10px 0;
    margin:0 auto 60px;
    box-sizing: border-box;
    background-image: url(../img/pt_bg02.png), url(../img/pt_bg01.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}
.point .pt_box + .pt_box{
    margin-top: 38px;
}
.point .pt_box .pt_inner{
    position: relative;
    width: 875px;
    border: 2px solid #000;
    padding: 45px 0 70px 70px;
    box-sizing: border-box;
    background: #FFF url(../img/line.png) repeat-x top left;
}
.point .pt_box .txt{
    width: 500px;
    margin-top: 30px;
    line-height: 2.25;
}
.point .pt_box .txt span{
    font-weight: bold;
    font-size: 20px;
}
.point .pt_box.pt1 .txt span{
    color: #339933;
}
.point .pt_box.pt2 .txt span{
    color: #FF0000;
}
.point .pt_box.pt3 .txt span{
    color: #FF6600;
}
.point .pt_box .img{
    position: absolute;
    top: 50%;
    right: 20px;
}
.point .pt1 .img{
    margin-top: -103px;
}
.point .pt2 .img{
    margin-top: -38px;
}
.point .pt3 .img{
    margin-top: -55px;
}

/* #bangai
-------------------------------------- */
#bangai{background-color: #fdf997;}
#bangai .editing {margin: 0 auto;}
#bangai .editing p.partition_txt01,#bangai .editing p.cmt_ttl {margin-bottom: 38px;}
#bangai .editing p.partition_txt01 img {background: #fdf997;}
#bangai .editing p.anime {margin: 0 auto 60px;}
#bangai .editing .cmt {
    height: auto;
    margin-bottom: 82px;
    background: none;
}
#bangai .end {
    padding-top: 0;
background: none;
}
#bangai .end p:first-child{margin-bottom: 0px}

/* #support
-------------------------------------- */
.support {
	margin-bottom: 100px;
	padding: 49px 0 70px;
	/*margin-top: 68px;*/
	background-image: url(../img/line.png), url(../img/line.png), url(../img/sec_bg.png);
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: top left, bottom left, center center;
}
.support .main_ttl{
	text-align: center;
}
.support .main_txt{
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	margin:0 auto;
}

/* spt_box common */
.support .spt_box{
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    background-image: url(../img/spt_bg02.png), url(../img/spt_bg01.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}
.support .spt_box .spt_inner{
    position: relative;
    border: 2px solid #000;
    box-sizing: border-box;
    background: #FFF;
}
.support .spt_box .spt_inner .sub_ttl{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.support .spt_box .spt_inner .sub_txt{
    margin:0 auto;
    line-height: 1.875;
}
.support .spt_box .spt_inner .sub_btn a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 363px;
    height: 334px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top left;
}
.support .spt_wrap{
    width: 885px;
    margin: 20px auto 0;
}
.support .spt_wrap .spt_box{
    float: left;
}
.support .spt_wrap .spt_box + .spt_box{
    margin-left: 15px;
}

/* tomato */
.support .tomato{
    width: 885px;
    margin:40px auto 0;
}
.support .tomato .spt_inner{
    padding: 19px 0 30px 0;
}
.support .tomato .spt_inner .sub_ttl{
    background: url(../img/tomato_line.png) no-repeat bottom center;
}
.support .tomato .spt_inner .sub_txt{
    width: 736px;
}
.support .tomato .spt_inner ul{
    width: 722px;
    margin:20px auto 0;
    line-height: 1.875;
}
.support .tomato .spt_inner ul li{
    position: relative;
    float: left;
    width: 214px;
    padding-bottom: 65px;
}
.support .tomato .spt_inner ul li + li{
    margin-left: 40px;
}
.support .tomato .spt_inner ul li .ttl{
    text-align: center;
    padding-bottom: 5px;
}
.support .tomato .spt_inner ul li .txt{
    line-height: 1.5;
}
.support .tomato .spt_inner ul li .txt span{
    display: block;
    font-size: 14px;
    padding: 5px 0 10px;
    margin-bottom: 15px;
    background: url(../img/line_cmt.png) repeat-x bottom center;
}
.support .tomato .spt_inner ul li .btn a{
    position: absolute;
    width: 154px;
    height: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: url(../img/tomato_btn.png);
    background-repeat: no-repeat;
    background-position: top left;
}

/* piman */
.support .piman{
    width: 435px;
}
.support .piman .spt_inner{
    width: 425px;
    padding: 19px 0 350px 0;
}
.support .piman .spt_inner .sub_ttl{
    background: url(../img/piman_line.png) no-repeat bottom center;
}
.support .piman .spt_inner .sub_txt{
    width: 388px;
}
.support .piman .spt_inner .sub_btn a{
    background-image: url(../img/piman_btn.png);
}

/* ninjin */
.support .ninjin{
    width: 435px;
}
.support .ninjin .spt_inner{
    width: 425px;
    padding: 19px 0 350px 0;
}
.support .ninjin .spt_inner .sub_ttl{
    background: url(../img/ninjin_line.png) no-repeat bottom center;
}
.support .ninjin .spt_inner .sub_txt{
    width: 388px;
}
.support .ninjin .spt_inner .sub_btn a{
    background-image: url(../img/ninjin_btn.png);
}
.support .spt_btm{
    width: 885px;
    margin: 0 auto ;
    color: #000;
    font-size: 12px;
    line-height: 1.666;
}
.support .spt_btm dl + dl{
    margin-top: 25px;
}
.support .spt_btm dd{
    padding-left: 30px;
}
.support .spt_btm a{
    color:#cc0000;
    width: auto;
    display: inline-block;
}
.support .spt_btm a:hover{
    text-decoration: underline;
}
.support .pdf_link::after{
    content: " ";
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 22px;
    margin-top: -4px;
    background: url(../img/icn_pdf.png) right top no-repeat;
}
.spt_bnr{
    width: 435px;
    margin: 40px auto;
}
.spt_bnr p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.spt_bnr a span{
    display: inline-block;
    width: 435px;
    height: 240px;
    background-color: #fff;
}
.spt_bnr a:hover img{opacity: 0.7;}

/* #modal
-------------------------------------- */
.modal{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 10000;
}
.modal .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity .5s;
}
.modal .modal_inner{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 50px auto 50px;
    width: 875px;
    padding: 18px 34px 42px 58px;
    background: #FFF;
    border: 3px solid #000;
    box-sizing: border-box;
    transition: opacity 1s;
}
@media screen and (min-width:641px) and ( max-width:1150px){
    .modal .modal_inner{
        margin: 130px auto 50px;
    }
}
.modal .recipe_box{
    display: none;
}
.modal .recipe_box .main_ttl,
.modal .recipe_box .main_txt{
    text-align: center;
}
.modal .recipe_box .main_txt,
.modal .recipe_box dl dd{
    line-height: 1.875;
}
.modal .recipe_box .main_txt{
    margin-top: 20px;
}
.modal .recipe_box ul{
    margin: 20px 0 15px;
}
.modal .recipe_box ul li:nth-child(1){
    float: left;
    width: 465px;
}
.modal .recipe_box ul li:nth-child(2){
    float: right;
    width: 263px;
}
.modal .recipe_box dl dt{
    padding-bottom: 8px;
    margin-bottom: 10px;
    background: url(../img/modal/modal_line.png) repeat-x bottom left;
}
.modal .recipe_box .recipe_point{
    width: 753px;
    height: 82px;
    font-size: 18px;
    background: url(../img/modal/meat_point.png) no-repeat center center;
    margin-top: 15px;
    padding: 34px 0 0 101px;
    box-sizing: border-box;
}
.modal .recipe_box .modal_close{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

/* modal_open */
body.modal_open {
    margin-right: 17px;/* modal表示時の右ずれ防止 */
    overflow: hidden;
}
body.modal_open .menu .menu_inner {
    margin-left: -17px;/* modal表示時の右ずれ防止 */
}
body.modal_open .modal{
    display: block;
}
body.modal_open .modal.show .overlay,
body.modal_open .modal.show .modal_inner{
    opacity: 1;
}