@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#wrap{
    margin: 0 auto;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 25px 0;
    text-align: center;
}

.head_logo{
   text-align: center;
   padding: 10px 0;
}

.head_logo img{
    width: 120px;
}

#mv .pic{
    position: relative;
}

#mv .pic .badge{
    width: 100%;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 15px;
}

#mv .pic .badge img{
    width: 18%;
    max-width: 100px;
    min-width: 60px;
}

#mv img{
    width: 100%;
}

#mv h1{
    margin: 3% 10px;
}
#mv h1 img{
    max-width: 420px;
}


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

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

#yodogawa .btn_banner{
    width: 285px;
    margin: 0 auto 25px auto;
    padding: 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#yodogawa .btn_banner img{
    width: 280px;
    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;
}



/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
.banner_event{
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 25px;
}

.banner_event img{
    width: 100%;
    max-width: 400px;
}

#index_nav li{
    line-height: 0;
    margin: 0 0 15px 0;
}

#index_nav li img{
    width: 100%;
}


#contents_area{
    padding: 0 0 35px 0;
}

/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
#contents_body{
    margin: 0 10px;
    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: 20px 0;
    padding: 0 15px;
}

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

#contents_body #post_body p{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 15px;
}

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

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

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

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

#contents_body #special_list li .caution{
    margin-left: 15px;
    margin-righ: 15px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
}

#contents_body #special_list h2{
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
}

#contents_body #special_list h2 img{
    width: 92%;
    max-width: 453px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -3%;
}

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

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



#contents_body #post_body h3{
    margin: 85px 0 25px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.52em;
    position: relative;
}

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

#contents_body #post_body h3:before{
    content: '';
    width: 100%;
    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: -45px;
    left: 0;
}

#contents_body #post_body .pic{
    text-align: center;
    margin: -5px 0 15px 0;
    position: relative;
    left: 0;
}

#contents_body #post_body .pic img{
    width: 100%;
    max-width: 420px;
}

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

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

#contents_body #section_title .img img{
    width: 100%;
}

#contents_body #section_title h2 img{
    width: 100%;
    max-width: 607px;
}

#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: 7px;
    position: absolute;
    top: -0px;
    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: -3px;
    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: -3px !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: 13px;
}

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

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

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


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

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

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

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

#contents_body #post_body .conv dd{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 5px;
}

#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{
    height: inherit;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 2em;
}

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

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

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

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

#contents_area .btn_second{
    text-align: center;
    margin: 35px 0 0 0;
}

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

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


#section_column{
    margin: 35px 10px 0 10px;
    padding: 0 0 0 0;
    overflow: hidden;
    background-color: #FAF6C7;
}

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

#section_column #column_title h2{
    padding: 13px 20px;
    font-size: 15px;
    line-height: 1.3913em;
    text-align: left;
    white-space: nowrap;
}

#section_column #column_title .img img{
    width: 100%;
}

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

#section_column #column_body p{
    margin: 0 0 25px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2em;
}

#section_column #column_body .pic{
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}

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

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





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

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

#btm_info h3{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 28px;
}

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

#btm_info .date{
    font-size: 15px;
    line-height: 2em;
    white-space: nowrap;
}

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

#btm_info .btn_banner{
    width: 285px;
    margin: 0 auto 25px auto;
    padding: 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

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

.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;
}

#btm_info a{
    border: none !important;
}

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

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    width: 280px;
}


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

footer ul{
    max-width: 300px;
    margin: 0 auto 25px auto;
    letter-spacing: -.40em;
}

footer li{
    width: 25%;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
}

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

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

footer .copyright img{
    width: 200px;
}

footer .credit{
    font-size: 11px;
}



} /* ----- max-width: 640px ----- */
