@charset "Shift_JIS";

/* --------------------------------------------------------------------
  ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
  position: fixed;
 top:0;
 left:0;
  width: 100%;
 min-width: 1400px;
  height: 152px;
 z-index: 9999;
 background-color:#fff;
 -webkit-transition:transform .4s;
  transition:transform .4s;
}
#header.h-active {
 height: 100px;
}
#header_inner{
  width: 1200px;
  margin: 0 auto;
 position: relative;
}
#header_top{
  width: 100%;
}
#header_top #sitelogo {
  margin-top: 35px;
  padding: 0;
  float: left;
}
#header.h-active #header_top #sitelogo {
 margin-top: 20px;
}
#header_top #sitelogo img {
 width:280px;
}
#header_top #sitelogo > a{
  display: inline-block;
}
#header_top #sitelogo .comment_{
 display: inline-block;
  padding-top: 5px;
  margin-left:100px;
  font-size: 12px;
  width: 310px; /* 無金利キャンペーン */
}
#header_top #sitelogo .comment_ a {
 color:inherit;
 text-decoration: none;
}
#header_top #top_nav{
  float: right;
 margin-top:24px;
}
#header.h-active #header_top #top_nav{
 margin-top:10px;
}
#header_top #top_nav > li{
  float: left;
 min-width: 20px;
  margin-left: 24px;
 font-size:12px;
 text-align: center;
}
#header_top #top_nav > li > a{
  display: block;
 position: relative;
 padding-top:25px;
 text-decoration: none;
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}
#header_top #top_nav > li > a::before {
 content:'';
 position:absolute;
 top:0;
 left:0;
 right:0;
 height: 25px;
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}
#header_top #top_nav > li > a:hover::before {
 opacity: 0;
}
#header_top #top_nav li#help {
 position: relative;
 background: url(../img/usr/nav_help_on.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#help > a::before{
  z-index: 100;
  background:#fff url(../img/usr/nav_help.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#help.active_{}
#header_top #top_nav li#help > ul{
  display: none;
  position: absolute;
  width: 179px;
  height: auto;
  padding: 12px;
  background: rgba(77,77,77,0.9);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#994d4d4d);/*IE8以下用*/
  top: 50px;
  left: 0;
  z-index: 160;
}
#header_top #top_nav li#help > ul li{
  margin-bottom: 5px;
}
#header_top #top_nav li#help > ul a{
  background: url(../img/usr/nav_arrow.png) left center no-repeat;
  padding-left: 12px;
  color: #fff;
}
#header_top #top_nav li#login {
  background:url(../img/usr/nav_login_on.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#login > a::before{
  background:#fff url(../img/usr/nav_login.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#member {
  background: url(../img/usr/nav_member_on.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#member > a::before {
  background:#fff url(../img/usr/nav_member.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#like {
  background: url(../img/usr/nav_like_on.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#like > a::before {
  background:#fff url(../img/usr/nav_like.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#cart {
  background: url(../img/usr/nav_cart_on.png) top center no-repeat;
 background-size:20px 20px;
 position: relative;
}
#header_top #top_nav li#cart > a::before {
  background:#fff url(../img/usr/nav_cart.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#logout {
  background: url(../img/usr/nav_logout_on.png) top center no-repeat;
 background-size:20px 20px;
 position: relative;
}
#header_top #top_nav li#logout > a::before {
  background:#fff url(../img/usr/nav_logout.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#mypage {
  background: url(../img/usr/nav_mypage_on.png) top center no-repeat;
 background-size:20px 20px;
 position: relative;
}
#header_top #top_nav li#mypage > a::before {
  background:#fff url(../img/usr/nav_mypage.png) top center no-repeat;
 background-size:20px 20px;
}
#header_top #top_nav li#cart #jscart_replace_ {
 display:inline-block;
 position: absolute;
 top:-5px;
 right:0;
 background-color:#ed1c2d;
 color:#fff;
 font-size:10px;
 letter-spacing: normal;
 line-height: 1.5em;
 width:1.5em;
 text-align: center;
 border-radius: 30px;
}

#header_bottom {
 position: absolute;
 width: 100%;
 left:0;
 top:90px;
}
#header.h-active #header_bottom {
 top:60px;
}
/*検索エリア*/
#search_area{
  float: right;
 width:400px;
 font-size:14px;
  background-color: #F2F2F2;
 position: relative;
}
#search_area .keyword_ {
 width: 400px;
 max-width: initial;
 background-color: #F2F2F2;
 border: none;
 height: auto;
 padding: 8px 35px 8px 20px;
  font-size:14px;
 height: 30px;
  color:#000;
 outline: none;
 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 -webkit-appearance: textfield; /*for safari type=search*/
}
#header.h-active #search_area .keyword_ {
 padding: 4px 35px 4px 20px;
 height: 22px;
}
#search_area .keyword_::-webkit-input-placeholder{
 color:#808080;/* Chrome, Safari */
}
#search_area .keyword_::-moz-placeholder{
 color:#808080;/* Firefox */
}
#search_area .keyword_:-moz-placeholder{
 color:#808080;/* Firefox lt 18 */
}
#search_area .keyword_:-ms-input-placeholder{
 color:#808080;/* IE */
}
#search_area input[type="submit"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 padding: 0;
 border: none;
 outline: none;
 background: transparent;
 margin:auto;
  position: absolute;
 top: 0;
 bottom:0;
  right:0;
  width:30px;
 background:url(../img/usr/header_search.png) left center no-repeat;
 background-size:18px 18px;
 cursor: pointer;
 transition: .2s;
}
#search_area input[type="submit"]:hover {
 background:url(../img/usr/header_search_on.png) left center no-repeat;
 background-size:18px 18px;
}

#header #globalnav {
  height:auto;
  float: left;
  z-index: 200;
}
#header #globalnav > li {
  float: left;
  padding-right: 30px;
}
#header #globalnav > li > a{
  display: block;
 position: relative;
 padding-right: 30px;
 text-decoration: none;
 font-weight: bold;
}
#header #globalnav > li > a > span {
 display:inline-block;
 position: relative;
 height: 100%;
}
#gnav_bike {}
#gnav_equipment {}
#gnav_bike > a,
#gnav_equipment > a{
 height: 62px;
}
#header.h-active #gnav_bike > a,
#header.h-active #gnav_equipment > a{
 height: 40px;
}
#gnav_bike > a::after,
#gnav_equipment > a::after{
 content:'';
 position: absolute;
 right:15px;
 top:.8em;
 width:0;
 height: 0;
 border-left: 3px solid transparent;
 border-top: 3px solid transparent;
 border-right: 3px solid #ed1c2d;
 border-bottom: 3px solid #ed1c2d;
}
#gnav_bike.active_ > a,
#gnav_equipment.active_ > a{
  color:#ed1c2d;
}
#gnav_bike.active_ > a > span::after,
#gnav_equipment.active_ > a > span::after {
 content:'';
 position: absolute;
 bottom:0;
 left:0;
 width:100%;
 height: 2px;
 background-color:#ed1c2d;
}
#gnav_bike.active_ > a::after,
#gnav_equipment.active_ > a::after{
 content: none;
}
#header #globalnav > li > .inner_ {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  padding: 40px 500%;
 margin:0 -500%;
  background-color: #fff;
  z-index: 250;
  opacity: 1;
}
#header.h-active #globalnav > li > .inner_{
 top:40px;
}
#header #globalnav > li > .inner_ ul.sub-nav {
  box-sizing: border-box;
 overflow: hidden;
}
#header #globalnav > li > .inner_  ul.sub-nav > li{
  float: left;
  width: 166px;
 margin-right: 40px;
}
#header #globalnav > li > .inner_ ul.sub-nav > li:nth-child(6n) {
 margin-right: 0;
}
#header #globalnav > li > .inner_ ul.sub-nav > li img{
  max-width: 100%;
}
#header #globalnav > li > .inner_ li a {
 display: block;
 text-decoration: none;
 -webkit-transition: 0.2s;
 transition: 0.2s;
}
#header #globalnav > li > .inner_ ul.sub-nav > li a strong,
#header #globalnav > li > .inner_ ul.sub-nav > li a span{
  display: block;
 margin-top:20px;
}
#header #globalnav > li#gnav_equipment > .inner_  ul.sub-nav {
 margin-bottom:-20px;
}
#header #globalnav > li#gnav_equipment > .inner_  ul.sub-nav > li{
  float: left;
  width: 276px;
 margin-right: 32px;
 margin-bottom: 20px;
}
#header #globalnav > li#gnav_equipment > .inner_ ul.sub-nav > li:nth-child(4n) {
 margin-right: 0;
}
#header #globalnav > li#gnav_equipment > .inner_ ul.sub-nav > li img{
  width:88px;
 vertical-align: middle;
}
#header #globalnav > li#gnav_equipment > .inner_ ul.sub-nav > li a strong {
  display: inline-block;
 margin-top:0;
 vertical-align: middle;
 padding-left:20px;
}

.icon-search-container {
  float: right;
  display: inline-block;
  background: #000;
  border-radius: 0 28px 28px 0;
  height: 28px;
  width: 203px;
  position: relative;
  transition: width 0.4s ease-out;
  backface-visibility: hidden;
  z-index: 1;
  behavior:url("https://tsurugi/specialized/lib/PIE.htc");
}
.icon-search-container.active {
  width: 285px;
  border-radius: 0 28px 28px 0;
}
.icon-search-container .fa-times-circle {
  opacity: 1;
}
.icon-search-container .search-input {
  width: 200px;
  color: #fff;
  border: none !important;
  background: #000 !important;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search-container .fa-search {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.icon-search-container .fa-times-circle {
  opacity: 0;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
}
.icon-search-container .search-input {
  position: absolute;
  cursor: default;
  left: 2px;
  top: 2px;
  width: 180px;
  padding: 6px 5px 6px 12px;
  margin: 0;
  border: none;
  outline: none;
  font-size: 12px;
  background-color: #000;
  transition: width 0.4s ease-out;
}
.icon-search-container .placeholder_ {
  position: absolute;
  left: 12px;
  top: 6px;
  color: #bbb;
}
.icon-search-container .fa-search {
  font-size: 12px;
  position: absolute;
  top: 7px;
  right: 8px;
  cursor: pointer;
}
.fa-search input[type="image"] {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0px;
  right: 0px;
  z-index: 10;
}
/**/
/* --------------------------------------------------------------------
  ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
.visual_ {
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
}
.visual_ .mv_slider {
  width:1400px;
  height: auto;
  margin: 0 auto;
 position: relative;
}
.visual_ .slider01_{
  height: 500px;
}
.visual_ .bx-prev,
.visual_ .bx-next{
  position: absolute;
  top: 50%;
 margin-top:-24px;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
 background-color:rgba(255,255,255,0.50);
}
.visual_ .bx-prev::after,
.visual_ .bx-next::after {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 margin: auto;
 width: 12px;
 height: 12px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.visual_ .bx-next::after {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.visual_ .bx-prev{
  left: 0;
  z-index: 20;
}
.visual_ .bx-next{
  right: 0;
  z-index: 25;
}
.visual_ .bx-pager{
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  justify-content: center;
  justify-content: -webkit-center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  text-align: center;
  width: 100%;
}
.visual_ .bx-pager .bx-pager-item{
  width: 28px;
  height: 40px;
  margin-left: 8px;
}
.visual_ .bx-pager .bx-pager-item:first-of-type{
  margin-left: 0;
}
.visual_ .bx-pager .bx-pager-item a{
  display: block;
  width: 28px;
  height: 40px;
  text-indent: -9999px;
 position: relative;
}
.visual_ .bx-pager .bx-pager-item a::after {
 position: absolute;
 content:'';
 top:0;
 bottom:0;
 left:0;
 margin:auto;
 width: 28px;
  height: 3px;
 background: #D2D2D2;
}
.visual_ .bx-pager .bx-pager-item a.active::after {
  background: #000;
}
/* --------------------------------------------------------------------
  ユーザー定義　トップ用　カテゴリーリスト
--------------------------------------------------------------------- */
#category_list{
 background-color:#F2F2F2;
 padding-left:500%;
 padding-right:500%;
 margin-left:-500%;
 margin-right:-500%;
 padding-top:60px;
 margin-top:50px;
 padding-bottom:60px;
}
#category_list > ul {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-bottom: -15px;
}
#category_list > ul > li{
  width:276px;
 margin-right: 32px;
 margin-bottom: 30px;
}
#category_list > ul > li:nth-child(4n){
 margin-right: 0;
}
#category_list li a{
 display:block;
 -webkit-transition: 0.2s;
 transition: 0.2s;
}
#category_list li a span,
#category_list li a strong{
  display: block;
}
#category_list > ul > li img {
 display:inline-block;
 vertical-align: middle;
 width:88px;
 height: 88px;
}
#category_list > ul > li strong {
 display:inline-block;
 vertical-align: middle;
 padding-left:10px;
}

#category_list li a span.caution{
  font-size: 11px;
  font-weight: bold;
  color: #f00;
}
#category_list > ul > li #catg_all{
  display: block;
  position: absolute;
  right: 0;
  bottom: 33px;
}
/* --------------------------------------------------------------------
  ユーザー定義　トップ用　バナーリスト
--------------------------------------------------------------------- */
#banner_list_top{
 background-color:#000;
 padding-left:500%;
 padding-right:500%;
 margin-left:-500%;
 margin-right:-500%;
 padding-top:60px;
 padding-bottom:60px;
 color:#fff;
 overflow: hidden;
}
#banner_list_top .service_info_block {
 float:left;
 margin-right: 55px;
/* margin-right: 80px;*/
 overflow: hidden;
}
#banner_list_top .service_info_block:last-child {
 margin-right: 0;
}
#banner_list_top .service_info_block ul {
 float:left;
 margin-right: 40px;
}
#banner_list_top .service_info_block ul:last-child {
 margin-right: 0;
}
#banner_list_top h2{
 font-size:16px;
 font-weight: bold;
  margin-bottom: 20px;
}
#banner_list_top a{
 color:#fff;
}
#banner_list_top a[target="_blank"]::after {
 content:'';
 display:inline-block;
 margin-left:6px;
 line-height: 1;
 width:13px;
 height:13px;
 background: url(../img/usr/blank_link.png) no-repeat;
 background-size:100% 100%;
}
#banner_list_top ul {
 margin-bottom:-1em;
}
#banner_list_top ul > li {
 margin-bottom:1em;
}

#banner_list_top .banner_list_top_shop{
  position: relative;
}
#banner_list_top .banner_list_top_shop h2{
  padding-top: 7px;
}
#banner_list_top .banner_list_top_shop .banner_retailerlist{
  position: absolute;
    top: 0;
    right: 0;
}
#banner_list_top .banner_list_top_shop .banner_retailerlist a{
  display: inline-block;
    background-color: #00163a;
    padding: 5px 35px;
    color: #fff;
    text-decoration: none;
}
#banner_list_top .banner_list_top_shop .banner_retailerlist a:hover{
  opacity: 0.7;
}

/* 20191009 ストアバナー追加 */

  .our_store_ li{
    display: block;
    margin-bottom: 20px;
  }

/* --------------------------------------------------------------------
  ユーザー定義　カテゴリー一覧
--------------------------------------------------------------------- */
.wrapper_.category_list_,
.wrapper_.category_list_ .mainframe_box_{
  /*background: #e0e0e0;*/
}
.wrapper_.category_list_ .mainframe_box_{
  padding: 0 0 30px 0;
}
.wrapper_.category_list_ .container_{
  /* background: #f4f2eb; */
}
.wrapper_.category_list_ .category_list_img_{
  margin-bottom: 30px;
}
.wrapper_.category_list_ div.CategoryStyleP_Item_{
  width: 200px;
  margin-left: 33px;
}
/* --------------------------------------------------------------------
  ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
}
#footer_top{
  width: 100%;
 position: relative;
 border-bottom:1px solid #f2f2f2;
}
#footer_inner{
  position: relative;
  width: 1200px;
  height: 88px;
  margin: 0 auto;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer #banner_list_top .banner_list_top_inner_ {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
#pagetop{
  width: 50px;
  height: 50px;
 background-color: #fff;
  position: absolute;
  top: 0;
  bottom:0;
 margin:auto;
 right:-70px;
 opacity: 0;
 z-index: 9999;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
#pagetop.active {
 opacity: 1;
}
#pagetop a {
 display:block;
 position: absolute;
 width: 48px;
  height: 48px;
 border:1px solid rgba(255,255,255,.5);
 background-color:#000;
 overflow: hidden;
 color:transparent;
 text-decoration: none;
 cursor: pointer;
 text-indent: -9999px;
 overflow: hidden;
 font-size:1px;
 -webkit-transition: 0.2s;
 transition: 0.2s;
}
#pagetop.fixed a {
  position: fixed;
 top:auto;
  bottom:20px;
}
@media (max-width: 1400px) {
 #pagetop.fixed a {
  right:20px;
 }
}
#pagetop a:hover {
 opacity: .7;
}
#pagetop a::after {
 content: "";
 position: absolute;
 top: 0;
 bottom: -6px;
 right: 0;
 left:0;
 margin: auto;
 width: 12px;
 height: 12px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
#sns{
  letter-spacing: -0.4em;
}
#sns li{
  display: inline-block;
  margin-left: 40px;
  letter-spacing: normal;
}
#sns li:first-child {
 margin-left: 0;
}
#sns a {
 position: relative;
 display:block;
 padding-left:30px;
 line-height: 24px;
 text-decoration:none;
 -webkit-transition: 0.2s;
 transition: 0.2s;
}
#sns a::before {
 content:'';
 position: absolute;
 left:0;
 top:0;
 bottom:0;
 margin:auto;
 width:24px;
 height: 24px;
 -webkit-transition: 0.2s;
 transition: 0.2s;
}
#sns a:hover::before {
 opacity: 0;
}
#sns li#fnav-facebook {
 background: url(../img/usr/footer_nav_facebook_on.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-facebook > a::before {
 background:#fff url(../img/usr/footer_nav_facebook.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-twitter {
 background: url(../img/usr/footer_nav_twitter_on.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-twitter > a::before {
 background:#fff url(../img/usr/footer_nav_twitter.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-youtube {
 background: url(../img/usr/footer_nav_youtube_on.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-youtube > a::before {
 background:#fff url(../img/usr/footer_nav_youtube.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-instagram {
 background: url(../img/usr/footer_nav_instagram_on.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-instagram > a::before {
 background:#fff url(../img/usr/footer_nav_instagram.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-blog {
 background: url(../img/usr/footer_nav_blog_on.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-blog > a::before {
 background:#fff url(../img/usr/footer_nav_blog.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-site {
 background: url("../img/usr/footer_nav_officialsite_on.png") left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-site > a::before {
 background:#fff url(../img/usr/footer_nav_officialsite.png) left center no-repeat;
 background-size:24px 24px;
}
/* 210218 追加 */
#sns li#fnav-line {
 background: url("../img/usr/footer_nav_line_on.png") left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-line > a::before {
 background:#fff url(../img/usr/footer_nav_line.png) left center no-repeat;
 background-size:24px 24px;
}
/* 231024 追加 */
#sns li#fnav-x {
 background: url(../img/usr/footer_nav_x_on.png) left center no-repeat;
 background-size:24px 24px;
}
#sns li#fnav-x > a::before {
  background: #fff url(../img/usr/footer_nav_x.png) left center no-repeat;
    background-size: auto;
  background-size: 24px 24px;
}

#footer_bottom{
  padding: 20px 0;
}
#copyright {
  font-size:12px;
 text-align: center;
}

.break_all_ {
  overflow: visible!important;
  text-overflow: clip!important;
  white-space: normal!important;
  word-wrap: break-word;
  word-break: break-all;
}
/* --------------------------------------------------------------------
  ポップアップバナー
--------------------------------------------------------------------- */
#popup_bnr {
  display: none;
  position: fixed;
  bottom: -120px;
  left: 50%;
  z-index: 1000;
}
#popup_bnr .popup_bnr_inner_ {
  position: relative;
}
#popup_bnr_close {
  position: absolute;
  top: -8px;
  right: -10px;
  background-image: url(../img/usr/banner/outlet/btn_close.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  cursor: pointer;
}
/* --------------------------------------------------------------------
2017/11/28 ADD mnishioka
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
  ユーザー定義　01:イベント一覧
--------------------------------------------------------------------- */

#ttb .td_ttb_date img {
  margin-left: 10px;
  float: right;
  display: inline;
  height: 21px;
}

#ttb .seminar_main img {
    width: 100%;
    margin: 0 0 20px;
}

#ttb table td.url {
  width: 130px;
}

#ttb table td.td_ttb_link {
  text-align: center;
}



/* --------------------------------------------------------------------
  ユーザー定義　02:申し込み完了
--------------------------------------------------------------------- */
#page_seminar_entry #seminer_data {
  margin-bottom: 60px;
}
#page_seminar_entry #seminer_data h2.top_ {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#page_seminar_entry #seminer_data h2.top_ span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
#page_seminar_entry #seminer_data table.formdetail_ {
  border: #cccccc 1px solid;
  border-collapse: collapse;
}
#page_seminar_entry #seminer_data table.formdetail_ th {
  border: #cccccc 1px solid;
  border-collapse: collapse;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  background: #292929;
}
#page_seminar_entry #seminer_data table.formdetail_ td {
  border: #cccccc 1px solid;
  border-collapse: collapse;
}
#page_seminar_entry #seminer_data table.formdetail_ th.seminer_1_ { }
#page_seminar_entry #seminer_data table.formdetail_ th.seminer_2_ { }
#page_seminar_entry #seminer_data table.formdetail_ th.seminer_3_ { }
#page_seminar_entry #seminer_data table.formdetail_ th.seminer_4_ { }
#page_seminar_entry #seminer_data table.formdetail_ th.seminer_5_ { }

#page_seminar_entry #seminer_data table.formdetail_ td.timeline_  { background: #ffffff; text-align: center; vertical-align: middle;}
#page_seminar_entry #seminer_data table.formdetail_ td.seminer_1_ { width: 1200px; }
#page_seminar_entry #seminer_data table.formdetail_ td.seminer_2_ { width: 1200px; }
#page_seminar_entry #seminer_data table.formdetail_ td.seminer_3_ { width: 1200px; }
#page_seminar_entry #seminer_data table.formdetail_ td.seminer_4_ { width: 1200px; }
#page_seminar_entry #seminer_data table.formdetail_ td.seminer_5_ { width: 1200px; }

#page_seminar_entry #seminer_data table.formdetail_ td.timeline_ p.start_ {
  padding-bottom: 35px;
  margin-bottom: 15px;
  background: url(../img/usr/seminer/timeline.png) bottom center no-repeat;
}
#page_seminar_entry #seminer_data table.formdetail_ td.timeline_ p.end_ {
}

#page_seminar_entry #seminer_data table .seminer_detail_ {
  padding: 10px;
}
#page_seminar_entry #seminer_data table .seminer_detail_ h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .itembase_ {
  padding: 10px 0;
  position: relative;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .itembase_ {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .select_ {
  height: 44px;
  text-align: center;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .select_ img {
  height: 44px;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .select_ input {
  display: none;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .select_ input + label {
  width: 200px;
  height: 44px;
  margin: 0 auto;
  line-height: 44px;
  background: url(../img/sys/button/seminar_entry_off.gif) left top no-repeat;
  display: block;
  text-indent: -9999px;
}
#page_seminar_entry #seminer_data table .seminer_detail_ .select_ input:checked + label {
  background: url(../img/sys/button/seminar_entry_on.gif) left top no-repeat;
}
#page_seminar_entry #customer_data {
  margin-bottom: 60px;
}
#page_seminar_entry #customer_data table.seminer_ th {
  width: 270px;
  text-align: center;
}
#page_seminar_entry #customer_data table.seminer_ td input {
  width: 100%;
  border: none;
  box-sizing: border-box;
}
#page_seminar_entry #customer_data table.seminer_ td input#name,
#page_seminar_entry #customer_data table.seminer_ td input#name2 {
  width: 45%;
}
#page_seminar_entry #customer_data table.seminer_ td select,
#page_seminar_entry #customer_data table.seminer_ td option {
  border: none;
}
#page_seminar_entry #seminar_privacy .privacy_text_ {
  padding: 30px 120px 1px 120px;
  background: #ffffff;
}
#page_seminar_entry #seminar_privacy .privacy_text_ p {
  margin-bottom: 30px;
  line-height: 1.6;
}

#page_seminar_entry .seminer_detail_ .itemlist_ {
  float:left;
  padding-right: 20px;
  width: 60%;
}

#page_seminar_entry .seminer_detail_ .itemcomment_ {
  float:left;
  width: 35%;
}


#page_seminar_entry .seminer_detail_ .itembase_ {
  overflow: auto;

}


#page_seminar_entry #seminer_data table.formdetail_ .itemlist_ th {
  color: #000;
  font-size: 12px;
  background: #f8f8f8;
  font-weight: bold;
}

#page_seminar_entry #seminer_data  .open_dt {
  font-size: 21px;
  margin: 10px;
}

#page_seminar_entry .seminer_detail_ .entry_button_ {
  clear:both;
}

#page_seminar_entry .seminar_main img {
    width: 100%;
    margin: 0 0 20px;
}

/* 2018.02 */
#page_seminar_entry .common_headline1_{
/*
  background: #292929;
  position: relative;
  padding-left: 22px;
*/
}
#page_seminar_entry .common_headline1_:before{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 18px;
  left: 10px;
  top: 10px;
  background: #ed1c24;
}
#page_seminar_entry p{
  color: #212121;
}
#page_seminar_entry #seminer_data p.entry_dt{
  background: #e9e4d3;
  border-radius: 19px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
#page_seminar_entry .open_date{
  background: #292929;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  height: 38px;
  line-height: 38px;
}
#page_seminar_entry .open_date:before{
  content: "";
  display: block;
  background: url(../img/usr/seminer/seminar_entry_icon.png) 0 0 no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 10px;
}
#page_seminar_entry table .timeline_ p{
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  ユーザー定義　03:確認画面
--------------------------------------------------------------------- */
#page_seminar_confirm h2.top_ {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#page_seminar_confirm #seminer_data {
  margin-bottom: 40px;
}
#page_seminar_confirm #customer_data {
  margin-bottom: 50px;
}
#page_seminar_confirm ul.selectseminer_ {
  width: 105%;
  margin-top: 30px;
  overflow: hidden;
}
#page_seminar_confirm ul.selectseminer_ li.seminer_detail_ {
  width: 480px;
  padding: 30px 30px 1px 30px;
  margin: 0 20px 20px 0;
  background: #ffffff;
  float: left;
}
#page_seminar_confirm table {
  width: 100%;
}
#page_seminar_confirm table th {
  width: 110px;
  padding: 0 10px 20px 0;
  border-right: #2187b8 3px solid;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
#page_seminar_confirm table td {
  padding: 0 0 20px 20px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
#page_seminar_confirm table .desc_ th,
#page_seminar_confirm table .desc_ td,
#page_seminar_confirm table .agreement_ th,
#page_seminar_confirm table .agreement_ td {
  padding-bottom: 0;
}
#page_seminar_confirm .customer_data_ {
  padding: 30px;
  margin: 0 20px 20px 0;
  background: #ffffff;
}


/* --------------------------------------------------------------------
  ユーザー定義　04:申し込み完了
--------------------------------------------------------------------- */
#page_seminar_complete h2 {
  margin: 25px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

/* --------------------------------------------------------------------
  ユーザー定義　05:お客様確認ページ
--------------------------------------------------------------------- */
#page_seminar_confirm.customerpage_ #seminer_coad {
  margin: 20px 0;
  padding-bottom: 30px;
  border-bottom: #bbbbbb 1px solid;
  text-align: left;
}

/* --------------------------------------------------------------------
  カートボタンのデザイン変更 Atoj 20220418
--------------------------------------------------------------------- */
.submit_ input[data-cart="home"],
.submit_ input[data-cart="shop"],
.submit_ input[data-cart="delivery"] {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 51px;
}
.submit_ input[data-cart="shop"],
.submit_ input[data-cart="delivery"] {
  margin-top: 16px;
}
.about_delivery {
  width: 320px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: right;
}
.about_delivery_link {
  font-size: 12px;
}
.about_delivery_link:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: -3px;
  background-size: cover;
	background-image: url('../../img/usr/blank_link_blk.png');
}

/* --------------------------------------------------------------------
  visumoデザイン調整 Atoj 20210208
--------------------------------------------------------------------- */
.vsm-tile {
  margin-bottom: 50px!important;
}
.ecbn-selection-title {
  font-weight: bold!important;
}
.mainframe_ > #left_area > .vsm-goods {
  margin-bottom: 40px;
}
.mainframe_ > #left_area > .vsm-goods .ecbn-selection-description,
.mainframe_ > #left_area > .vsm-goods .ecbn-selection-title img {
  display:none!important;
}
.mainframe_ > #left_area > .vsm-goods .ecbn-selection-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
  text-align: left!important;
  margin-top: 0!important;
}
.mainframe_ > #left_area > .vsm-goods .ecbn-selection-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
  width: calc(100% / 7) !important;
}
img.ecbn-selection-image {
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
.ecbn-selection-snap-image img {
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
.ecbn-selection-snap-image {
    background: #fff !important;
}

/* --------------------------------------------------------------------
  商品詳細iframe表示サイズ統一 Atoj 20210409
--------------------------------------------------------------------- */
.mov_container {
  width: 640px;
}
.mov_wrap {
  position: relative;
  width: 100%;
  height: 0;
  margin: 30px 0;
  padding-top: calc((360 / 640) * 100%);
}
.mov_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 230221 追加 */
.caution_ {font-size:11px;text-align: center;}

/* --------------------------------------------------------------------
  トピック導線 240412
-------------------------------------------------------------------- */
.conductor_block{
  padding: 50px calc((40/900) *100%) 40px calc((80/900) *100%);
  border: solid 1px #D9D9D9;
  display: grid;
  grid-template-columns: 280px auto;
  column-gap: calc((95/900) *100%);
  margin: 34px 0 88px;
}
.conductor_product_img{
  width: 280px;
  height: 194px;
}
.conductor_product_img img{
  width: 100%;
}
.conductor_product_detail{
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

.conductor_product_detail .conductor_product_btn{
  margin: 0;
}
.conductor_product_name{
  font-size: 22px;
  line-height: 24px;
}
.conductor_product_price{
  font-size: 36px;
  line-height: 38px;
}
.conductor_product_price .product_tax{
  font-size: 16px;
  padding-left: 4px;
  font-family: "メイリオ", sans-serif;
}

.conductor_product_btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  max-width: 395px;
  border-radius: 4px;
  background: #BB2F2F;
  color: #fff!important;
  text-align: center;
  margin: 88px auto 62px;
  padding: 14px 0;
  min-height: 80px;
  box-sizing: border-box;
}
.conductor_product_btn:visited{
  color: #fff!important;
}
.conductor_product_btn:hover{
  text-decoration: none;
}
.conductor_product_btn .name{
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 3px;
}
.conductor_product_btn .buy{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "メイリオ", sans-serif;
}