@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    min-width: 920px;
    height: 1465px;
    margin: 0 auto 100px auto;
    text-align: center;
    background-image:url(../images/parts_mv_stripe_pc.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 920px;
    position: relative;
}

#main_visual .logo{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 0;
}

#main_visual h1{
    margin: 0 0 -3px 0;
}

#main_visual #section_yodogawa{
    padding: 0 0 50px 0;
    position: relative;
    z-index: 2;
}

#main_visual #section_yodogawa .yodogawa_txt{
    width: 920px;
    margin: 0 auto;
}

#main_visual #section_yodogawa .bg{
    width: 100%;
    min-width: 920px;
    height: 220px;
    content: '';
    display: block;
    background-image:url(../images/img_balmuda_the_gohan.png);
    background-repeat: no-repeat;
    background-size: 585px;
    background-position: calc(50% + 320px)  0;
    position: absolute;
    bottom: -15px;
    right: 0;
    z-index: 1;
}

#main_visual #section_yodogawa p{
    margin: 0 0 30px 300px;
    line-height: 2em;
    letter-spacing: .1em;
    text-align: left;
    position: relative;
    z-index: 2;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    min-width: 920px;
    margin: 0 0 80px 0;
    background-color: #ffffbe;
    position: relative;
    z-index: 2;
}

#index_nav .section_inner{
    width: 550px;
    margin: 0 auto;
    padding: 90px 0 30px 0;
}

#index_nav .cat:first-child{
    margin: 0 0 100px 0;
}

#index_nav li{
    margin: 0 0 23px 0;
    padding: 0 0 25px 0;
    background-image:url(../images/parts_nav_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    box-sizing: border-box;
    position: relative;
}

#index_nav li:last-child{
    background: none;
}

#index_nav h3{
    margin: 0 0 35px 0;
    text-align: center;
}

#index_nav li a{
    padding: 0 0 0 125px;
    display: block;
    position: relative;
}

#index_nav li a:after{
    content: '';
    width: 49px;
    height: 49px;
    display: block;
    background-image:url(../images/parts_ico_nav_arrow.png);
    background-repeat: no-repeat;
    background-size: 49px;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    top: 0;
    right: 0;
    transition: right .15s ease .0s, transform .15s ease .0s;
}

.is_sp #index_nav li a.touch:after,
.is_pc #index_nav li a:hover:after{
    right: -5px;
    transform: scale(1.05);
    transition: right .15s ease .05s, transform .15s ease .05s;
}

#index_nav .num{
    width: 100px;
    padding: 6px 0;
    text-align: center;
    text-indent: .15em;
    font-size: 25px;
    letter-spacing: .1em;
    background-color: #ffff00;
    border: 3px solid #000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 5px;
}

#index_nav li .title{
    margin: 0 0 5px 0;
    padding: 5px 0;
    font-size: 34px;
    letter-spacing: .05em;
    transition: color .15s ease .0;
}

.is_sp #index_nav li a.touch .title,
.is_pc #index_nav li a:hover .title{
    color: #9e9e9e;
    transition: color .15s ease .05s;
}

#index_nav li.curning .title{
    letter-spacing: 0;
}

#index_nav li .date{
    margin: 0 0 0 5px;
    display: block;
    font-size: 12px;
    font-family: '游ゴシック','YuGothic', sans-serif !important;
    letter-spacing: .4em;
    color: #9e9e9e;
}

#index_nav .disabled a{
    color: #9e9e9e;
    cursor: default;
}

#index_nav .disabled .num{
    background-color: transparent;
    border-color: #9e9e9e;
}

#index_nav .disabled a:after{ display: none;}

/* --------------------------------------------------
*
    #section_btm_section
*
-------------------------------------------------- */
#section_btm_section{
    min-width: 920px;
}

#talk #section_btm_section{ margin: 80px 0 0 0;}

#section_btm_section .section_inner{
    width: 600px;
    margin: 0 auto;
    padding: 35px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    background-image:url(../images/parts_bg_event_stripe.png);
    overflow: hidden;
}

#section_btm_section h2{
    display: inline-block;
    text-align: left;
    margin: 0 0 40px 0;
    padding: 10px 0 10px 130px;
    font-size: 25px;
    line-height: 1.44em;
    letter-spacing: .075em;
    text-indent: -.1em;
    background-image:url(../images/parts_ico_gohan.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 121px;
}

#section_btm_section .num{
    margin: 0 0 0 65px;
    padding: 0 0 0 70px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    background-image:url(../images/parts_event_num_01.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 24px;
    position: relative;
}

#section_btm_section .num.n1{ background-image:url(../images/parts_event_num_01.png);}
#section_btm_section .num.n2{ background-image:url(../images/parts_event_num_02.png);}

#section_btm_section .num .caution{
    display: block;
    font-size: 13px;
    color: #ff3f0c;
    position: absolute;
    top: -30px;
    left: 70px;
}

#section_btm_section .section_product{
    padding: 35px 0 0 0;
    margin: 20px 50px 80px 50px;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
}

#section_btm_section .section_product h4{
    margin: 0 0 10px 0;
}

#section_btm_section .section_product .price{
    margin: 0 0 5px 0;
}

#section_btm_section .section_product .img{
    margin: 0 0 20px 0;
}

#section_btm_section .section_product .desc{
    margin: 0 0 30px 0;
    display: inline-block;
    text-align: left;
    line-height: 1.68em;
}

#section_btm_section .pic{
    padding: 25px 0 40px 0;
}

#section_btm_section .date{
    margin: 0 0 60px 136px;
    text-align: left;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    min-width: 920px;
    margin: 90px 0 40px 0;
    text-align: center;
}

#foot_share ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#foot_share li{
    margin: 0 15px;
    display: inline-block;
}

#foot_share li img{
    width: auto;
    height: 50px;
}

#contents_area .copyright{
    min-width: 920px;
    padding: 0 0 80px 0;
    text-align: center;
    overflow: hidden;
}

#contents_area .copyright img{
    width: 210px;
    height: auto;
}



/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    min-width: 920px;
    background-color:#ffff00;
    position: relative;
    z-index: 2;
}

.talk_nav ul{
    width: 550px;
    height: 95px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    text-align: center;
}

.talk_nav li{
    display: inline-block;
}

.talk_nav li.disabled{
    visibility: hidden;
}

.talk_nav li img{
    width: auto;
    height: 62px;
    opacity: 1 !important;
}

.talk_nav li.btn_prev{
    position: absolute;
    bottom: 13px;
    left: 0;
    transition: left .15s ease .0s;
}

.talk_nav li.btn_index{
    position: relative;
    transition: margin .15s ease .0s;
}

.talk_nav li.btn_next{
    position: absolute;
    bottom: 13px;
    right: 0;
    transition: right .15s ease .0s;
}

.is_sp .talk_nav li.btn_prev.touch,
.is_pc .talk_nav li.btn_prev:hover{
    left: -5px;
    transition: left .15s ease .05s;
}

.is_sp .talk_nav li.btn_index.touch,
.is_pc .talk_nav li.btn_index:hover{
    margin-top: -5px;
    transition: margin .15s ease .05s;
}

.is_sp .talk_nav li.btn_next.touch,
.is_pc .talk_nav li.btn_next:hover{
    right: -5px;
    transition: right .15s ease .05s;
}

.is_sp .talk_nav li.btn_next.touch,
.is_pc .talk_nav li.btn_next:hover{
    right: -5px;
    transition: right .15s ease .05s;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    width: 920px;
    margin: 0 auto;
    padding: 75px 0 60px 0;
}

#talk_body .title{
    text-align: center;
}

#talk_body .title h3{
    margin: 0 0 20px 0;
}

#talk_body .title .ico{
    margin: 0 0 20px 0;
}

#talk_body .title .ico img{
    width: 94px;
    height: auto;
}

#talk_body .serial{
    margin: 0 0 50px 0;
}

#talk_body .serial .num{
    width: 100px;
    padding: 6px 0;
    text-align: center;
    text-indent: .15em;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    letter-spacing: .1em;
    background-color: #ffff00;
    border: 3px solid #000;
    border-radius: 5px;
}

#talk_body .serial .title{
    margin: 0 0 0 15px;
    padding: 5px 0;
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .05em;
    transition: color .15s ease .0;
}

#talk_body .conv{
    width: 550px;
    margin: 0 auto;
}

#talk_body .conv dl{
    padding: 0 0 0 95px;
    line-height: 2em;
}

#talk_body .conv dt{
    clear: both;
    float: left;
    width: 70px;
}

#talk_body .conv dt:after{
    content: '：';
}

#talk_body .conv dd{
    float: left;
    width: 385px;
    margin: 0 0 35px 0;
    white-space: nowrap;
}

#talk_body.shiromeshi .conv dl{ padding: 0 0 0 50px;}
#talk_body.shiromeshi .conv dt{ width: 120px; padding: 0 20px 0 0; text-align: right; white-space: nowrap;}
#talk_body.shiromeshi .conv dd{ width: 355px;}

#talk_body .conv dd + dd{
    margin-left: 70px;
    margin-top: -10px;
}

#talk_body .conv .img{
    clear: both;
    margin: 0 0 20px 0;
    position: relative;
    top: -5px;
}

#talk_body .continue{
    clear: both;
    margin: 35px 0 25px 0;
    text-align: center;
    line-height: 1.8em;
}

#talk_body .img.center{
    margin: 0 0 30px 0;
    text-align: center;
}

#talk_body .date{
    text-align: center;
    font-size: 12px;
    color: #9e9e9e;
    letter-spacing: .35em;
    font-family: '游ゴシック','YuGothic', sans-serif !important;
}

#recipe{
    width: 500px;
    margin: 30px auto 80px auto;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
}

#recipe h4{
    padding: 20px 0;
    font-size: 25px;
    letter-spacing: .1em;
}

#recipe ul{
    margin: 0 0 -5px 20px;
    display: inline-block;
    box-sizing: border-box;
}

#recipe ul li{
    margin: 0 0 35px 0;
    text-align: left;
    line-height: 2em;
}

#recipe ul li h5{
    font-family: '秀英丸ゴシック L' !important;
    text-indent: -.5em;
}

#recipe .img{
    margin: 0 0 20px 0;
}

#recipe img{
    width: 100%;
    height: auto;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    min-width: 920px;
}

#talk #section_info{ margin: 80px 0 -30px 0;}

#section_info .section_inner{
    width: 600px;
    margin: 0 auto;
    padding: 35px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    background-image:url(../images/parts_bg_event_stripe.png);
    overflow: hidden;
}

#section_info h2{
    display: inline-block;
    text-align: left;
    min-height: 121px;
    margin: 0 0 -5px 0;
    padding: 25px 0 0 130px;
    font-size: 25px;
    line-height: 1.44em;
    letter-spacing: .075em;
    text-indent: -.1em;
    background-image:url(../images/parts_ico_gohan.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 121px;
}

#section_info .img_book{
    margin: 0 0 30px 0;
}

#section_info .img_book img{
    width: 280px;
    height: auto;
}

#section_info .desc{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
}

} /* ----- min-width : 641px ----- */