@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
#index_nav .disabled{ opacity: .4 !important; cursor: normal !important;}
#index_nav .disabled a,
#index_nav .disabled img{ opacity: 1 !important; cursor: normal !important;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
    padding: 45px 0 0 0;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 60px 0;
    position: relative;
}

#mv .head_logo{
    position: absolute;
    top: 20px;
    left: 20px;
}

#mv .head_logo img{
    width: 149px;
}

#mv .badge{
    position: absolute;
    top: 20px;
    right: 20px;
}

#mv .badge img{
    width: 100px;
}

/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    text-align: center;
}

#yodogawa p{
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
    color: #fff;
}

#yodogawa .btn_banner{
    width: 425px;
    margin: 0 0 55px 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#yodogawa .btn_banner img{
    width: 420px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

.is_pc #yodogawa .btn_banner a:hover img,
.is_sp #yodogawa .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}

.banner_event{
    margin: 0 0 65px 0;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav li{
    line-height: 0;
    margin: 0 0 27px 0;
}


#contents_area{
    margin-bottom: 70px;
    padding: 0 0 45px 0;
}

/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
#contents_body{
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
}


#contents_body a{
    border-bottom: 1px solid #023d21;
    transition: border .1s ease .0s;
}

.is_pc #contents_body a:hover,
.is_sp #contents_body a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#contents_body .head_txt{
    margin: 50px 0 40px 90px;
}

#contents_body #post_body.second{
    margin-top: -30px;
}

#contents_body #post_body p{
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 105px;
}

#contents_body #special_list li{
    padding: 65px 0 0 0;
    position: relative;
}

#contents_body #special_list li:before{
    content: '';
    display: block;
    width: 495px;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 495px;
    background-position: center;
    position: absolute;
    top: 0;
    left: calc(50% - 248px);
}

#contents_body #special_list li:last-child{
    padding-bottom: 20px;
    overflow: hidden;
}

#contents_body #special_list li:last-child:after{
    content: '';
    display: block;
    width: 495px;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 495px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 248px);
}

#contents_body #special_list li .caution{
    text-indent: -1em;
    padding-left: 1em;
}

#contents_body #special_list h2{
    padding: 0 0 0 60px;
    margin: 0 0 30px 0;
}

#contents_body #special_list h2 img{
    width: 453px;
}

#contents_body #special_list .pic{
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
}

#contents_body #special_list .pic img{ width: auto; height: 180px;}




#contents_body #post_body h3{
    margin: 55px 0 20px 135px;
    display: inline-block;
    font-size: 21px;
    line-height: 1.52em;
    position: relative;
}

#contents_body #post_body h3:first-child{ margin-top: 0;}

#contents_body #post_body h3:before{
    content: '';
    width: 40px;
    height: 39px;
    display: block;
    background-image:url(../images/parts_ico_cup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    position: absolute;
    top: -4px;
    left: -50px;
}

#contents_body #post_body .pic{
    width: 440px;
    margin-top: -20px;
    position: relative;
    left: -25px;
}

#contents_body #post_body .pic img{
    width: 100%;
}

#contents_body #section_title{
    margin: 0 0 70px 0;
    text-align: center;
    line-height: 0;
}

#contents_body #section_title h2{
    padding: 20px 0;
    background-color: #FFFF00;
    line-height: 0;
}

#contents_body #section_title .profile{
    background-color: #FFFF00;
}

#contents_body #section_title .profile_name{
    padding: 15px 0;
    cursor: pointer;
}

#contents_body #section_title .profile_name a{
    border: none;
    position: relative;
}

#contents_body #section_title .profile_name a:after{
    content: '';
    width: 10px;
    height: 13px;
    display: block;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: absolute;
    top: -1px;
    right: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: right .1s ease .0s, transform .1s ease .0s;
    -webkit-transition: right .1s ease .0s, transform .1s ease .0s;
}

.is_pc #contents_body #section_title .profile_name:hover a:after,
.is_sp #contents_body #section_title .profile_name.touch a:after{
    right: -5px;
    transition: right .15s ease .05s, transform .1s ease 0s;
    -webkit-transition: right .15s ease .05s, transform .1s ease 0s;
}

#contents_body #section_title .profile_name.on a:after{
    right: -5px !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: transform .15s ease;
    -webkit-transition: transform .15s ease;
}

#contents_body #section_title .profile_name img{
    opacity: 1 !important;
    width: auto;
    height: 15px;
}

#contents_body #section_title .profile .inner{
    display: none;
    padding: 20px 0 20px 90px;
    background-color: #fff;
    border: 15px solid #FFFF00;
    border-top: none;
    box-sizing: border-box;
}

#contents_body #section_title .profile .inner p{
    margin: 0 0 1em 0;
    line-height: 2em;
    text-align: left;
}

#contents_body #section_title .profile .inner p:last-child{ margin: 0;}


#contents_body #post_body .conv{
    padding: 30px 0 0 0;
}

#contents_body #post_body .conv dl{
    padding: 0 0 0 70px;
    position: relative;
}

#contents_body #post_body .conv dl:after{
    content: '';
    clear: both;
    display: block;
}

#contents_body #post_body .conv dt{
    clear: both;
    float: left;
    width: 37px;
    height: 53px;
    margin: -3px 15px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 37px;
    text-indent: -9999em;
    font-size: 0;
}

#contents_body #post_body .conv dd{
    float: left;
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 0;
}

#contents_body #post_body .conv dt.i{ background-image:url(../images/parts_ico_face_itoi.png);}
#contents_body #post_body .conv dt.h{ background-image:url(../images/parts_ico_face_hashimoto.png);}
#contents_body #post_body .conv dt.f{ background-image:url(../images/parts_ico_face_fujino.png);}
#contents_body #post_body .conv dt.k{ background-image:url(../images/parts_ico_face_kouno.png);}
#contents_body #post_body .conv dt.m{ background-image:url(../images/parts_ico_face_muraguchi.png);}

#contents_body #post_body .conv dt.all{
    font-size: 13px;
    text-align: center;
    text-indent: 0;
    margin-top: 3px;
    line-height: 2em;
}

#contents_body .btm_notes{
    margin: 0 0 50px 0;
    text-align: center;
}

#contents_body #post_body .btm_notes p{
    padding: 0 !important;
    margin: 0 0 2px 0 !important;
    font-size: 16px;
}

#contents_body .btm_notes .date{
    font-size: 13px !important;
    letter-spacing: .3em;
}

#contents_body #post_body .notes{
    margin: 0 0 45px 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    color: #EC5A0C;
    line-height: 1.84615em;
}

#contents_area .btn_second{
    margin: 55px 0 30px 0;
}

#contents_area .btn_second img{
    width: 175px;
}

#contents_area .btn_second.disabled img{
    opacity: .4 !important;
}


#section_column{
    width: 600px;
    margin: 55px auto 0 auto;
    padding: 0 0 15px 0;
    background-color: #FAF6C7;
}

#section_column #column_title{
    margin: 0 0 35px 0;
    background-color: #FFFF00;
    line-height: 0;
}

#section_column #column_title h2{
    padding: 13px 0 13px 50px;
    font-size: 23px;
    line-height: 1.3913em;
    text-align: left;
}

#section_column #column_body{
    text-align: left;
}

#section_column #column_body p{
    margin: 0 0 40px 105px;
    font-size: 16px;
    line-height: 2em;
}

#section_column #column_body .pic{
    margin-bottom: 25px;
    width: 440px;
    position: relative;
    left: -30px;
}

#section_column #column_body .pic img{
    width: 100%;
}

#section_column #column_body .caption{
    color: #EC5A0C;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}


/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 40px 0 10px 0;
    margin: 0 0 40px 0;
    overflow: hidden;
    position: relative;
}

#btm_info:after{
    content: '';
    display: block;
    width: 495px;
    height: 23px;
    background-image:url(../images/parts_line.png);
    background-size: 495px;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 248px);
}

#btm_info h3{
    margin: 0 0 15px 90px;
    font-size: 33px;
}

#btm_info h3 .s{
    margin: 0 0 10px 0;
    font-size: 20px;
    display: block;
}

#btm_info .date{
    font-size: 20px;
    line-height: 2em;
}

#btm_info p .caution{
    display: block;
    font-size: 13px;
}

#btm_info .btn_banner{
    width: 425px;
    margin: -10px auto 40px auto;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#btm_info .btn_banner img{
    width: 420px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

#btm_info .btn_banner a{
    border: none !important;
}

.is_pc #btm_info .btn_banner a:hover img,
.is_sp #btm_info .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}

#btm_info .notes{
    font-size: 13px;
    line-height: 2em;
}

.banner_gakkou{
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    width: 400px;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding: 35px 0 50px 0;
    background-color: #023e21;
    position: relative;
    text-align: center;
    color: #fff;
}

footer ul{
    margin: 0 0 35px 0;
}

footer li{
    margin: 0 10px;
    display: inline-block;
}

footer li img{
    width: auto;
    height: 50px;
}

footer .copyright{
    margin: 0 0 15px 0;
}

footer .copyright img{
    width: 210px;
}

footer .credit{
    font-size: 12px;
}
    
} /* ----- min-width : 641px ----- */
