@charset "utf-8"; /* common ----------------------------------------------------------- */ .method { padding-top:45px; /* ヘッダー固定分 */ background:#f3f3f3; word-break:break-all; } .method img, .method a img{ width:100% !important; vertical-align:bottom; } /* tu_article ----------------------------------------------------------- */ /* layout */ .tu_article{ padding:4% 2% 2%;} .tu_article .tu_list{ width:100%; } /* 記事(大) */ .tu_article div.tu_listBox{ padding:0 2% 4%;} /* 記事 */ .tu_article .tu_list li.tu_listBox{ padding:0 2% 4%;} /* ボタンアイコン装飾 */ .tu_article .tu_list li.tu_listBox .tu_shadow, .tu_article div.tu_listBox .tu_shadow{ position:relative;} .tu_article .tu_list li.tu_listBox .tu_shadow a:before, .tu_article div.tu_listBox .tu_shadow a:before{ content:" "; background:url(../img/static/cmn_btn_1.png) top right no-repeat; background-size:contain; position:absolute; width:27%; height:100%; top:4%; right:0; } .tu_article div.tu_listBox .tu_shadow a:before{ width:13.5%;} .tu_article .tu_list li.tu_listBox.tu_catalog .tu_shadow a:before{ background:none;} /* ボックスの装飾 */ .tu_article .tu_shadow{ background:#ffffff; text-align:left; } .tu_shadow{ box-shadow: 0.4px 0.8px 3.8px 0px rgba( 14, 16, 16 ,0.35 ); padding:0; } .tu_article .tu_listBox img{ margin-bottom:4%;} .tu_article .tu_list li.tu_listBox.tu_catalog{} .tu_article .tu_list li.tu_listBox.tu_catalog img{ margin-bottom:0%;} .tu_article .tu_listBox h4, .tu_article .tu_listBox h3, .tu_article .tu_listBox p{ padding:0 6%;} .tu_article .tu_listBox h4{ color:#e72d2d; font-size:11px; } .tu_article .tu_listBox h3{ color:#000000; font-size:15px; } .tu_article .tu_listBox p{ color:#555555; font-size:12px; line-height:1.5em; padding-bottom:6%; } /* catalog */ .catalog1, .catalog2, .catalog3{ display:none;} /* Pinterest layout ----------------------------------------------------------- .tu_grid{ column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-fill: auto; -webkit-column-fill: auto; -moz-column-fill: auto; } .tu_grid li{ -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } */ .tu_grid li{ width:50%;} /* tu_btn_more ----------------------------------------------------------- */ .tu_btn_more{ width:50%; margin:3% auto 6%; display:block; } .tu_btn_more.or_accOpen{ display:none; } .tu_logo{ padding-bottom:6%;} /* tu_commentary ----------------------------------------------------------- */ .or_modal{margin-top:36%;} .tu_commentary{position:relative;} .tu_commentary .tu_commentary_inner{ border:#a6a6a6 1px solid; width:87.5%; margin:0 auto; background:#000000; padding:8% 8% 6%; } .tu_commentary .tu_commentary_inner h5{ text-align:center; padding-bottom:6%; } .tu_commentary .tu_commentary_inner p{ font-size:12px; color:#ffffff; line-height:1.75em; padding-bottom:1%; } .tu_commentary .or_close{ position:absolute; top:-10%; right:6.25%; width:8.125%; } .tu_commentary .or_close img{ width:100%;} /* or_mod_slider ----------------------------------------------------------- */ .or_mod_slider img, .or_mod_slider a img{ width:100% !important;} .or_mod_sliderBox{ padding-top:36%;} /* layout */ .or_mod_sliderBox_wrapper{ border:#a6a6a6 1px solid; width:87.5%; margin:0 auto; background:#000000; } .or_mod_sliderBox .slide_inner{ padding-top:1%;} .or_mod_sliderBox .slide_inner .slide_txt{ padding:0 6%;} .or_mod_sliderBox .slide_inner .slide_txt h3{ color:#e60012; font-size:15px; } .or_mod_sliderBox .slide_inner .slide_txt h4{ color:#e60012; font-size:13px; padding-bottom:2%; } .or_mod_sliderBox .slide_inner .slide_txt p{ color:#ffffff; font-size:12px; line-height:1.5em; padding-bottom:6%; } /* ctrl */ .or_mod_slider{position:relative;} .or_mod_slider_close{ position:absolute; top:14%; right:6.25%; width:9.3%; } .or_msPrev, .or_msNext{ position:absolute; top:46%; width:9.8%; } .or_msPrev{ left:0;} .or_msNext{ right:0;} /* pager */ .or_mod_sliderBox ul{ text-align:center; padding:6% 0 4%; } .or_mod_sliderBox li{ display:inline-block; padding:0 2%; } .or_mod_sliderBox li a{ border:1px solid #e60012; border-radius:15px; text-align:center; display:block; width:15px; height:15px; overflow: hidden; white-space: nowrap; } .or_mod_sliderBox li.or_active a{background:#e60012;} /* js static ----------------------------------------------------------- */ /* accordion */ .or_accClose{ display:none;} /* modal */ .or_mask{ display:none; width:100%; height:150%; background-color:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:20000; } .or_modal{ display:none; position:absolute; left:0; top:0; z-index:30000; } .or_modalBox{ display:none;} /* modal + slider */ .or_mod_slider_mask{ display:none; width:100%; height:150%; background-color:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:30000; } .or_mod_slider{ display:none; position:absolute; left:0; top:0; z-index:40000; } .or_mod_sliderBox{ display:none;} /* 端末毎のバグ対応 ----------------------------------------------------------- */ .android .or_modal{ position: fixed !important; top: -40px !important; }