@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    feature_sp.css
*
*
------------------------------------------------------------------------------------------ */
body, html{
    height: 100%;
    min-height: 100%;
    overflow: inherit !important;
}

.profile_modal{
    display: none;
}

br{display: none !important;}
br.sp{display: inherit !important;}
.device-pc{ display: none !important;}

.device-sp main p + p,
.device-sp main p + *{
    margin-top: 0 !important;
    margin-bottom: 0;
}

.device-sp main h3{ margin-top: 0;}
main h3 span{
    border: none;
}

#contents_area p, ul, li, div{
    padding: 0;
    margin: 0;
}

.device-sp main{
    width: inherit;
    padding: 0;
}

#contents_area{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: normal !important;
    background: none;
    overflow: hidden;
}

#contents_area h1,
#contents_area h2,
#contents_area h3,
#contents_area p{ letter-spacing: 0;}

#contents_area a.touch{ text-decoration: underline;}

.bg_check{
    background-size: 20px;
    background-position: center top;
}

.bg_check.pink{ background-image:url(../images/feature/parts_bg_check_pink.png);}
.bg_check.green{ background-image:url(../images/feature/parts_bg_check_green.png);}
.bg_check.yellow{ background-image:url(../images/feature/parts_bg_check_yellow.png);}


/* --------------------------------------------------
*
    #feature_wrap
*
-------------------------------------------------- */
#feature_wrap{
    padding: 25px 0 0 0;
    margin: 0 auto;
}

#feature_wrap p{
    font-size: 16px;
}

#feature_wrap h2.bg_check{
    max-width: 480px;
    height: 60px;
    margin: 0 auto 20px auto;
    text-align: center;
    display: table;
    background-position: left top;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
}

#feature_wrap h2.bg_check span{
    padding: 0 15px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

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

#feature_yodogawa h1 img{
    width: 100% !important;
    height: auto !important;
}

#feature_yodogawa p{
    padding: 0 15px;
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 2em;
    font-weight: bold;
}

#feature_yodogawa .btn_profile{
    width: 240px;
    text-align: center;
    margin: 0 auto 40px auto !important;
    line-height: 1em;
    display: block;
    color: #fff;
    padding: 6px 8px;
    background-color: #008e4a;
    transition: opacity .15s ease;
    cursor: pointer;
}

#feature_yodogawa .btn_profile a{
    color: #fff;
    text-decoration: none !important;
}

#feature_yodogawa .btn_profile.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#modal_profile{
    text-align: left;
}

#modal_profile h2{
    margin: 0 0 15px 0;
    text-align: center;
}

#modal_profile h2 span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

#modal_profile h2 .name{
    font-size: 16px;
    font-weight: bold;
}

#modal_profile h2 .kana{
    margin: 0 0 0 10px;
    font-size: 13px;
    font-weight: normal;
}

#modal_profile h2 .job{
    font-size: 13px;
    display: block;
}

#modal_profile p{
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 2em;
}

#modal_profile a{
    color: #008e4a;
    text-decoration: none;
    display: inline-block;
}

#modal_profile a.touch{
    text-decoration: underline;
}

/* --------------------------------------------------
*
    #feature_talk
*
-------------------------------------------------- */
#feature_talk{
    margin: 0 0 60px 0;
    text-align: center;
    overflow: hidden;
}

#feature_talk a{
    color: #008e4a !important;
    text-decoration: none;
}

#feature_talk a.touch{
    text-decoration: underline;
}

#feature_talk p{
    padding: 0 15px;
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 2em;
    text-align: left;
}

#feature_talk .img{
    max-width: 640px;
    margin: 20px auto !important;
    text-align: center;
}

#feature_talk img{
    width: 100% !important;
    max-width: 640px;
    height: auto !important;
}

#feature_talk .img .caption{
    margin: 5px 0 30px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    text-align: left;
    color: #008e4a;
}

#feature_talk h2{
    margin: 0 0 35px 0;
}

#feature_talk .reason{
    width: 90%;
    max-width: 640px;
    margin: 0 auto 30px auto;
    padding: 0 0 20px 0;
    color: #008e4a;
    background-image:url(../images/feature/yokoyama/parts_line_green.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
   
#feature_talk .reason p{ margin: 0;}
#feature_talk .reason h3{
    width: 90%;
    max-width: 640px;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    position: relative;
    color: #008e4a;
}

#feature_talk .reason h3 span{
    position: relative;
    background-color: #fff;
    border: none;
    z-index: 2;
}

#feature_talk .reason h3:after{
    content: '';
    display: block;
    width: 111%;
    max-width: 640px;
    height: 100%;
    background-image:url(../images/feature/yokoyama/parts_line_green.png);
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#feature_talk .point{
    padding: 10px 0;
}

#feature_talk .point p{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25em;
    color: #008e4a;
}

#feature_talk .date{
    text-align: center;
    font-family: 'Courier New', 'Courier', serif;
    font-weight: bold;
}

#feature_talk .quote{
    margin: 0 15px 25px 15px;
    padding: 20px 0 10px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
}

#feature_talk .quote p{
    padding: 0 10px;
    font-weight: bold;
    line-height: 2em;
    font-size: 14px;
    white-space: nowrap;
}

#feature_talk h2.bd{
    margin: 20px 0 40px 0 !important;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    border: 2px solid #008E4A;
    font-size: 16px;
    line-height: 1.3em;
    color: #008E4A;
}

#feature_talk .column{
    width: 100% !important;
    margin: 0 auto 30px auto;
    background-position: left top;
}

#feature_talk .column_inner{
    padding: 20px 15px 10px 15px;
}

#feature_talk .column li,
#feature_talk .column p{
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
}

#feature_talk .column li{
    padding: 0 0 0 1em;
    text-indent: -1em;
}
#feature_talk .column .life img{
    width: 70% !important;
    max-width: 640px;
    height: auto !important;
}
#feature_talk .column .life{
	margin:0 auto;
	text-align:center;
}

#feature_talk .column .caption{
    position: relative;
    top: 5px;
}

/* --------------------------------------------------
*
    #feature_btm_nav
*
-------------------------------------------------- */
#feature_btm_nav{
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    background-position: left top;
}

#feature_btm_nav h3{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 90px;
    border: none;
    text-decoration: none;
    display: table;
    background-color: #ff8fa2;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    position: relative;
    top: -40px;
}

#feature_btm_nav h3 span{
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    border: none;
}

#feature_btm_nav ul{
    padding: 0 13px;
    display: inline-block;
    letter-spacing: -.40em;
}

#feature_btm_nav li{
    width: 100%;
    margin: 0 0 30px 0;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1em;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    color: #ff8fa2;
}

#feature_btm_nav li div{
    margin: 0 0 15px 0;
    display: block;
}

#feature_btm_nav li div:last-child{
    margin: 0;
}

#feature_btm_nav li a{
    color: #000;
    transition: opacity .15s ease 0s;
}

#feature_btm_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#feature_btm_nav li .hidden{
    opacity: 0;
}

#feature_btm_nav li span{
    display: inline-block;
    vertical-align: middle;
}

#feature_btm_nav li .num{ margin: 0 8px 0 0; font-size: 26px;}
#feature_btm_nav li .name{ margin: 0 8px 0 0; font-size: 15px;}
#feature_btm_nav li .date{ font-size: 18px;}
#feature_btm_nav li .week{ font-size: 13px;}


/* --------------------------------------------------
*
    #feature_product
*
-------------------------------------------------- */
#feature_product{
    margin: 0 0 50px 0;
    text-align: center;
    overflow: hidden;
}

#feature_product img{
    width: auto;
    height: auto;
}

#feature_product h3{
    text-align: center;
    padding: 0 20px;
    line-height: 0;
    
}

#feature_product h3 img{
    width: 100%;
    max-width: 440px;
    border-bottom: 5px solid #ff8fa2;
    height: auto;
}

#feature_product ul{
    padding: 0 20px;
    max-width: 480px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

#feature_product li{
    margin: 0 0 40px 0;
    text-align: left;
    display: block;
    letter-spacing: normal;
}

#feature_product li a{
    color: #000;
    text-decoration: none !important;
}

#feature_product li a.touch h4,
#feature_product li a.touch p{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#feature_product h4,
#feature_product p{
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.625em;
    transition: opacity .15s ease 0s;
}

#feature_product li .img{
    margin: 0 0 10px 0;
    padding: 0 10px 20px 10px;
    text-align: center;
    border-bottom: 5px solid #ff8fa2;
    transition: opacity .15s ease 0s;
}

#feature_product li img{
    width: 100%;
    max-width: 360px;
    height: auto;
}

#feature_product .lineup_banner{
    margin: 30px 15px;
    padding: 45px 0 0 0;
    background-image:url(../images/parts_line_dot.png);
    background-size: auto 2px;
    background-repeat: no-repeat;
    background-position: center top;
}

#feature_product .lineup_banner img{
    width: 100%;
    max-width: 480px;
    height: auto;
    transition: opacity .15s ease .0s;
}

#feature_product .lineup_banner a.touch img{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

/* --------------------------------------------------
*
    #event_tobichi
*
-------------------------------------------------- */
#event_tobichi{
    padding: 30px 10px;
    text-align: center;
    background-image:url(../images/img_bg_p.png);
}

#event_tobichi p{
    margin: 0;
}

#event_tobichi h3{
    margin: 0 0 20px 0;
    display: inline-block;
}

#event_tobichi h3 img{
    padding: 0 0 8px 0;
    width: 164px;
    height: auto;
    border-bottom: 2px solid #000;
}

#event_tobichi .banner img{
    width: 100%;
    max-width: 680px;
    height: auto;
    transition: opacity .15s ease .0s;
}

#event_tobichi .banner a.touch img{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #feature_foot
*
-------------------------------------------------- */
#feature_foot{
    width: 100% !important;
    overflow: hidden;
}

#feature_foot ul{
    padding: 40px 15px 20px 15px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    letter-spacing: -.40em;
}

#feature_foot li{
    width: 50%;
    padding: 0 5%;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

#feature_foot li a{
    color: #000;
    text-decoration: none !important;
}

#feature_foot li a{ transition: opacity .15s ease 0;}
#feature_foot li a.touch{ opacity: .7; transition: opacity .15s ease .1s;}

#feature_foot li img{
    width: 100%;
    max-width: 99px;
    height: auto;
}

#feature_foot span{
    margin: 5px 0 0 0;
    display: block;
    font-size: 13px;
    letter-spacing: normal;
}

#feature_foot .copyright{
    margin: 0 0 30px 0!important;
    padding: 0 !important;
    text-align: center;
    line-height: 1em !important;
    font-size: 13px;
    color: #000;
}


/* --------------------------------------------------
*
    * 個別ページ
    Dokonoko
*
-------------------------------------------------- */
#contents_area.dokonoko{
    background-image:url(../images/feature/dokonoko/parts_bg_dokonoko.png);
    background-size: 320px;
    background-position: center top;
}

.dokonoko #feature_yodogawa{
    margin: 0 0 20px 0;
    position: relative;
}

.dokonoko #feature_yodogawa .desc{
    position: relative;
}

.dokonoko #feature_yodogawa .bg{
    text-align: center;
    letter-spacing: -.40em;
    font-size: 0;
    z-index: -1;
}

.dokonoko #feature_yodogawa .bg p{
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.dokonoko #feature_yodogawa .bg img{ width: 100%; max-width: 200px; height: auto;}

#feature_donoko_health{
    margin: 0 0 100px 0;
    text-align: center;
}

#feature_donoko_health .pic img{
    width: 100%;
    height: auto;
}

#feature_donoko_health .pic{
    margin: 0 0 30px 0;
}

#feature_donoko_health .desc{
    padding: 0 15px;
    text-align: left;
    font-size: 15px;
    line-height: 1.75em;
}

#feature_donoko_health .desc p{
    font-weight: bold !important;
}

.dokonoko #feature_product{
    margin-top: -40px;
    background-color: #fff;
    overflow: hidden;
}

.dokonoko #feature_product h3{
    margin-bottom: 80px !important;
}



/* --------------------------------------------------
*
    * 個別ページ
    emaki
*
-------------------------------------------------- */
.emaki #feature_yodogawa{
    margin: 0 0 60px 0;
    position: relative;
}

.emaki #feature_product h4{
    margin: 0 0 15px 0;
}



/* --------------------------------------------------
*
    * 個別ページ
    mina_henry
*
-------------------------------------------------- */
.mina_henry .product_list br{ display: inherit !important;}
.mina_henry .product_list br.sp{ display: none !important;}
.mina_henry{ padding-left: 3.13% !important; padding-right: 3.13% !important;}

.mina_henry #feature_yodogawa{
    overflow: hidden;
    margin-bottom: 20px;
}

.mina_henry #feature_yodogawa p{
    padding: 0;
}

.mina_henry #section_product{
    text-align: center;
}

.mina_henry #section_product .date{
    margin: 0 0 35px 0;
}

.mina_henry #section_product .date img{
    width: 75%;
    max-width: 345px;
    height: auto;
}

.mina_henry #section_product .sec_product h4{
    margin: 0 0 25px 0;
    padding: 0;
}

.mina_henry #section_product .sec_product h4 img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

.mina_henry #section_product .sec_product h3{
    margin: 0 0 25px 0;
    text-indent: -.5em;
    padding: 0;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4em;
    white-space: nowrap;
}

.mina_henry #section_product a{
    text-decoration: none !important;
}

.mina_henry #section_product .desc{
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
    font-size: 15px;
    line-height: 1.75em;
    letter-spacing: .075em;
    text-align: left;
}

.mina_henry ul.product_list{
width:100%;
margin: 40px auto 60px auto;
overflow:hidden;
}

.mina_henry ul.product_list li{
float:left;
text-align: left;
margin-right:2%;
margin-bottom: 15px;
width: 48%;
}

.mina_henry ul.product_list li.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.mina_henry ul.product_list li:nth-child(2n){
margin-left:2%;
margin-right:0%;
}

.mina_henry ul.product_list li a div span.typename{
color:#000!important;
font-size:10px!important;
}

/*original*/
.mina_henry ul.product_list li.original a div{
border-top:4px solid #5C2849;
font-size:12px;
font-weight:bold;
color:#000!important;
width:100%!important;
line-height:1.7em;
padding:5px 0px;
}
.mina_henry ul.product_list li.original a div span{
color:#5C2849;
font-size:12px;
}

.mina_henry ul.product_list li.original a div strong{
font-size:12px;
}

.mina_henry ul.product_list li.original a div span.detail{
background:#5C2849;
text-align:center;
display:block;
padding:5px;
margin-top:5px;
}
.mina_henry ul.product_list li.original a div span.detail > span{
color:#fff!important;
background: url("/store/techo/ja/magazine/2017yokoku/0829/images/arrow.png") no-repeat right center;
dispaly:inline-block;
padding-right:20px;
}


/*cousin */
.mina_henry ul.product_list li.cousin a div{
border-top:4px solid #EA4863;
font-size:12px;
font-weight:bold;
color:#000!important;
width:100%!important;
line-height:1.7em;
padding:5px 0px;
}
.mina_henry ul.product_list li.cousin a div span{
color:#EA4863;
font-size:12px;
}

.mina_henry ul.product_list li.cousin a div strong{
font-size:12px;
}

.mina_henry ul.product_list li.cousin a div span.detail{
background:#EA4863;
text-align:center;
display:block;
padding:5px;
margin-top:5px;
}
.mina_henry ul.product_list li.cousin a div span.detail > span{
color:#fff!important;
background: url("/store/techo/ja/magazine/2017yokoku/0829/images/arrow.png") no-repeat right center;
dispaly:inline-block;
padding-right:20px;
}

.mina_henry ul.product_list li.tote a div{
border-top:4px solid #FF8000;
font-size:12px;
font-weight:bold;
color:#000!important;
width:100%!important;
line-height:1.7em;
padding:5px 0px;
}
.mina_henry ul.product_list li.tote a div span{
color:#FF8000;
font-size:12px;
}

.mina_henry ul.product_list li.tote a div strong{
font-size:12px;
}

.mina_henry ul.product_list li.tote a div span.detail{
background:#FF8000;
text-align:center;
display:block;
padding:5px;
margin-top:5px;
}
.mina_henry ul.product_list li.tote a div span.detail > span{
color:#fff!important;
background: url("/store/techo/ja/magazine/2017yokoku/0829/images/arrow.png") no-repeat right center;
dispaly:inline-block;
padding-right:20px;
}


.mina_henry #feature_product{
    clear: both;
    margin-top: -10px;
    padding: 0;
    border: none;
}

.mina_henry #feature_product .lineup_banner{
    margin: 0;
    padding: 0 0 40px 0;
    background: none;
}



/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_inner{
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    border: 5px solid #008e4a;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    box-sizing: border-box;
    padding: 20px 15px 10px 15px;
    display: inline-block;
}

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

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 20px;
    height: 20px;
    background-image:url(../images/feature/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close.touch{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}