@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    feature_pc.css
*
*
------------------------------------------------------------------------------------------ */
.profile_modal{
    display: none;
}

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

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

main h3 span{
    border: none;
}

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

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

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

#contents_area a:hover{ 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_head
*
-------------------------------------------------- */
#feature_head{
    width: 100% !important;
    height: 150px;
    margin: 0 0 50px 0;
    display: table;
    text-align: center;
}

#feature_head h1{
    display: table-cell;
    vertical-align: middle;
}

#feature_head h1 img{
    width: 432px;
    height: auto;
    transition: opacity .15s ease 0s;
}

#feature_head h1 a:hover img{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

/* --------------------------------------------------
*
    #feature_wrap
*
-------------------------------------------------- */
#feature_wrap{
    width: 960px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

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

#feature_wrap h2.bg_check{
    width: 880px;
    height: 60px;
    margin: 0 auto 40px auto;
    text-align: center;
    display: table;
    background-position: left top;
    font-size: 20px;
    font-weight: bold;
}

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

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

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

#feature_yodogawa p{
    margin: 0 0 30px 310px;
    line-height: 2em;
    font-weight: bold;
}

#feature_yodogawa .btn_profile{
    margin-bottom: 95px;
    line-height: 1em;
    display: inline-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:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#modal_profile{
    text-align: left;
}

#modal_profile h2{
    margin: 0 0 25px 0;
}

#modal_profile h2 span{
    font-size: 16px;
    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 p{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 2em;
}

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

#modal_profile a:hover{
    text-decoration: underline;
}

/* --------------------------------------------------
*
    #feature_talk
*
-------------------------------------------------- */
#feature_talk{
    margin: 0 0 90px 0;
    text-align: center;
}

#feature_talk a{
    color: #007d4a !important;
    text-decoration: none;
}

#feature_talk a:hover{
    text-decoration: underline;
}

#feature_talk p{
    margin: 0 0 30px 310px;
    font-size: 16px;
    line-height: 1.75em;
    text-align: left;
}
#feature_talk .next{
    margin: 0 0 20px 310px;
    font-size: 50px;
    line-height:1em;
    transition: opacity .15s ease 0s;
	text-decoration:none;
}
#feature_talk .img{
    margin: 40px 0 !important;
    text-align: center;
}

#feature_talk img{
    width: auto !important;
    height: auto !important;
}

#feature_talk .img .caption{
    margin: 5px 0 50px 43px;
    font-size: 14px;
    display: block;
    text-align: left;
    color: #007d4a;
}

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

#feature_talk .reason{
    width: 400px;
    margin: 0 0 60px 310px;
    padding: 0 0 30px 0;
    color: #007d4a;
    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: 400px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    position: relative;
    color: #008e4a;
}

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

#feature_talk .reason h3 span{
    border: none !important;
}

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

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

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

#feature_talk .quote{
    max-width: 880px;
    margin: 0 auto 50px auto;
    padding: 40px 0 10px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
}

#feature_talk .quote p{
    margin-left: 270px;
    font-weight: bold;
    line-height: 2em;
}

#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: 20px;
    line-height: 1em;
    color: #008E4A;
}

#feature_talk .column{
    max-width: 881px;
    margin: 0 auto 60px auto;
    background-position: left top;
}

#feature_talk .column_inner{
    padding: 40px 0 10px 0;
}

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

#feature_talk .column .life{
	padding-top:10px;
}

#feature_talk .column .life img{
	width:300px !important;
	height:434px !important;
}

#feature_talk .column li{
    padding: 0 0 0 1em;
    text-indent: -1em;
}

#feature_talk .column .caption{
    margin:0 0 0 200px;
    font-size: 14px;
    display: block;
    text-align: left;
    color: #000;
}
/* --------------------------------------------------
*
    #feature_btm_nav
*
-------------------------------------------------- */
#feature_btm_nav{
    width: 880px;
    margin: 0 auto 85px auto;
    text-align: center;
    background-position: left top;
}

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

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

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

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

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

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

#feature_btm_nav li a:hover{
    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 10px 0 0; font-size: 35px;}
#feature_btm_nav li .name{ margin: 0 10px 0 0; font-size: 20px;}
#feature_btm_nav li .date{ font-size: 24px;}
#feature_btm_nav li .week{ font-size: 16px;}


/* --------------------------------------------------
*
    #feature_product
*
-------------------------------------------------- */
#feature_product{
    margin: 0 0 100px 0;
    padding: 60px 0 0 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

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

#feature_product h3{
    text-align: center;
    margin: 0 0 20px 0;
    display: inline-block;
    line-height: 0;
    border-bottom: 5px solid #ff8fa2;
}

#feature_product h3 img{
    width: 300px;
    height: auto;
}

#feature_product ul{
    letter-spacing: -.40em;
}

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

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

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

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

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

#feature_product li img{
    width: auto;
    height: 260px;
}

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

#feature_product .lineup_banner img{
    width: 414px;
    height: auto;
    transition: opacity .15s ease .0s;
}

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

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

#event_tobichi p{
    margin: 0;
}

#event_tobichi h3{
    margin: 0 0 30px 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: 680px;
    height: auto;
    transition: opacity .15s ease .0s;
}

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

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

#feature_foot ul{
    padding: 80px 0 55px 0;
    width: 100%;
    text-align: center;
}

#feature_foot li{
    margin: 0 40px;
    display: inline-block;
}

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

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

#feature_foot li img{
    width: 99px;
    height: auto;
}

#feature_foot span{
    margin: 5px 0 0 0;
    display: block;
    font-size: 15px;
}

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


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

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

.dokonoko #feature_yodogawa .bg{
    width: 1240px;
    position: absolute;
    top: 10px;
    left: -295px;
    z-index: -1;
}

.dokonoko #feature_yodogawa .bg .b01{ position: absolute; top: 0; right: 0;}
.dokonoko #feature_yodogawa .bg .b02{ position: absolute; top: 160px; left: 0;}
.dokonoko #feature_yodogawa .bg .b03{ position: absolute; top: 310px; right: 0;}
.dokonoko #feature_yodogawa .bg .b04{ position: absolute; top: 465px; left: 0;}

.dokonoko #feature_yodogawa .bg img{ width: auto; height: auto;}


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

#feature_donoko_health .pic img{
    width: 640px;
    height: auto;
}

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

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

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

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

.dokonoko #feature_product li{
    width: 225px;
    margin: 0 15px;
    vertical-align: top;
}

.dokonoko #feature_product li h4{
    margin: 0 0 10px 0;
}

.dokonoko #feature_product li .price{
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.dokonoko #feature_product li img{
    width: 190px;
    height: auto;
}



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

.emaki #feature_product li{
    width: 225px;
    margin: 0 40px;
    vertical-align: top;
}

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

.emaki #feature_product li .price{
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.emaki #feature_product li img{
    width: 190px;
    height: auto;
}


/* --------------------------------------------------
*
    * 個別ページ
    mina_henry
*
-------------------------------------------------- */
.mina_henry #feature_yodogawa{
    overflow: hidden;
    margin-bottom: 60px;
}

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

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

.mina_henry #section_product .date img{
    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: 480px;
    height: auto;
}

.mina_henry #section_product .sec_product h3{
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .075em;
}

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

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

.mina_henry ul.product_list{
width:800px;
margin: 40px auto 110px auto;
overflow:hidden;
}

.mina_henry ul.product_list li{
float:left;
margin-right:24px;
width:176px;
padding-top:15px;
transition: opacity .15s ease .0s;
}

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

.mina_henry ul.product_list li:nth-child(4n){
margin-right:0px;
}

.mina_henry ul.product_list.align_center{
    text-align: center;
}

.mina_henry ul.product_list.align_center li{
    float: none;
    display: inline-block;
    text-align: left;
}

.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 #feature_product{
    clear: both;
    padding: 0;
    border: none;
}

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



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

#modal_inner{
    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: 40px 40px 10px 40px;
    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:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}