@charset "utf-8";
@import url("https://daimatsunet.itembox.cloud/item/css/common.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/page.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/style.css?t=20260826111120?t=125");
@import url("https://daimatsunet.itembox.cloud/item/css/style02.css?t=20260826111120?t=126");
@import url("https://daimatsunet.itembox.cloud/item/css/base.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/layout.css?t=20260826111120?t=139");
@import url("https://daimatsunet.itembox.cloud/item/css/daimatsu-original.css?t=20260826111120?t=124");
@import url("https://daimatsunet.itembox.cloud/item/css/daimatsu-ec.css?t=20260826111120?t=124");

/*--
@import url("https://daimatsunet.itembox.cloud/item/css/helmet-item.css?t=20260826111120?t=125");
@import url("https://daimatsunet.itembox.cloud/item/css/mypage.css?t=20260826111120"?t=123);
@import url("https://daimatsunet.itembox.cloud/item/css/selmodal.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/ec_commons.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/daimatsu-append.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/ec_mypage_receipt.css?t=20260826111120?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/customize.css?t=20260826111120?t=123");
--*

.dev-tools {
    background-color: #fff;
    position: fixed;
    z-index: 99999999;
    padding: 1em;
    font-size: 130%;
    line-height: 1.8;
}
/* =========================
   レイアウト用CSS
========================= */

body {
line-height:1.5;
font-size:14px;
}


/* =========================
   ヘッダー
========================= */
.fs-l-header {
  width: 100%;
}

.fs-l-header__inner {
  max-width: 1100px;
  margin: 0 auto;
}
#search input[type="text"] {
       background: #fff;
    width: 85%;
    font-size: initial;
    border: 1px solid #333;
    box-shadow: 1px 1px 2px;
    padding: 0.5em;
}
/* =========================
   サイド
========================= */
#sidebar {
    position: absolute;
    top: 0;
    left: calc(50% - 500px);
    width: 240px;
    padding-top: 28px;
}
#fs_Top #sidebar {
padding-top: 21px;
}

/* =========================
   メイン
========================= */
.fs-preview-header__title,.fs-preview-header {
display:none;
}

.fs-l-main {
  display: block;
  width: 780px;
  margin-left: calc(50% - 500px + 270px);
  padding-top: 10px;
  max-width: none;
  min-height: auto;
}
#wide.fs-l-main {
    width: 1200px;
    margin-left: auto;
    padding-top: 120px;
    max-width: 100%;
}

@media (max-width: 640px) {
    .fs-l-main{
           width: 100%;
    margin-left: auto;
    }
}



/* =========================
   フッター
========================= */
.fs-l-footer {
  width: 100%;
  clear: both;
}
.fs-l-footer__contents {
    max-width: 100%;
}
.fs-l-footer__contents > * {
    padding: 0px;
}
/* =========================
   崩れ防止
========================= */
.l-main__inner img {
  max-width: 100%;
  height: auto;
}


#mainvisual img {
width:920px;
}



/* =========================
   スマホ用
========================= */
@media (max-width: 640px) {
#header {
    min-height: 21vw;
}
.dev-tools {
    padding: 0.5em;
    font-size: 80%;
}
.fs-l-header__contents {
    display: block;
}
.fs-l-header__contents > * {
    padding:1vw 0px;
}
#search input[type="text"] {
    width: 75%;
padding: 0.4em;
}
#search [type=submit] {
    width: 22%;
}

    body,body * {
        font-size: 3.3vw;
    }

/* =========================
   ヘッダー
========================= */
.fs-l-header {
  width: 100%;
}

.fs-l-header__inner {
  max-width: 100%;
}
/* =========================
   サイド
========================= */
#sidebar {
}


/* =========================
   フッター
========================= */
.fs-l-footer {
  width: 100%;
}
}


/* =========================
   コンテンツ
========================= */
.text-center {
    text-align: center;
}

/* =========================
   グループページ
========================= */
.fs-c-subgroupList__image {
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  margin-right: 0;
border: 1px solid #999;
}
/* 各メーカー枠 */
.fs-c-subgroupList__item {
  border: none;
  box-sizing: border-box;
flex: 0 0 25%;
    max-width: 25%;
}

/* リンク全体を縦並び */
.fs-c-subgroupList__link {
background: none;
    border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 6px 6px;
  box-sizing: border-box;
  text-decoration: under;
}
.fs-c-subgroupList__link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
    color: #757575;
    text-decoration: none;
}
.fs-c-productList__controller {
color:#333;
}
.fs-c-productList__list__item {
    border-bottom: 1px solid #b2b2b2;
    padding: 16px 8px;
    color: #333;
}



.fs-c-productMark__mark {
  display: none !important;
}

.fs-c-productMark__mark--image:has(img) {
  display: inline-block !important;
}



/* テキスト */
.fs-c-subgroupList__label {
  width: 100%;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
  writing-mode: horizontal-tb;
}
.fs-c-subgroupList__link::after {
display:none;
}
/* 画像がない場合は画像エリアごと消す */
.fs-c-subgroupList__image:empty {
  display: none;
}




/* =========================
   以下、common.css
========================= */


/* =========================
   ヘッダー
========================= */
/*
#header .header_logo {
    position: absolute;
    top: 12px;
    left: 67px;
    z-index: 10;
}*/

.fs-p-inputGroup {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    background: none;
}


#search [type=submit] {
padding:0.6em 1em;
}

input[type="text"], textarea, input[type="tel"], input[type="email"] {
    -webkit-appearance: none;
    border: 0px solid rgba(0, 0, 0, 0.1);
    background: rgba(117, 117, 117, 0.05);
    width: 100%;
    max-width: 100%;
    margin: 6px 0;
    padding: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fs-p-searchForm__button {
    width: 23px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 13px;
    text-indent: -9999px;
    background: url(https://daimatsunet.itembox.cloud/item/header/search.png) no-repeat left top;
    background-size: 100%;
    border: none;
}
.fs-p-searchForm__button::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    display: none;
    font-size: 2.2rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.head_tel span.remark {
    display: none;
}
.head_tel a:hover span.remark {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #000000;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0em 0 0 -10em;
    padding: 0.5em;
    position: absolute;
    top: 55px;
    font-size: 160%;
    z-index: 9999;
    width: 15em;
    max-width: 15em;
    text-align: center;
}




/* =========================
   サイド
========================= */

.sidecat .cates li {
    background: url(https://daimatsunet.itembox.cloud/item/side/arrow.png) no-repeat left 3px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1;
text-align:left;
}


/*====================================================
	index-page
====================================================*/
.rabking.sec h3 {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top: -50px;
}

.ranking .rankarea {
    padding-top: 4px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: -20px;
}
.ranking .blc {
    background: #fff;
    position: relative;
    padding: 5px 0 0;
    z-index: 10;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 45px;
    z-index: 10;
min-height: 330px;
}
.ranking .blc div {
    display: block;
    border-left: 1px solid #000;
    margin: 10px auto;
    width: 90%;
    padding: 0 5px;
    line-height: 1.6;
}

.ranking .blc:before {
    content: "";
    width: 75px;
    height: 4px;
    background: #000;
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    z-index: 99;
}
.ranking .blc a {
    position: relative;
}
.sec {
    background: #eeeeee;
    position: relative;
    top: 50px;
    padding-bottom: 20px;
    margin-bottom: 115px;
}


/*====================================================
	spnav
====================================================*/
@media screen and (max-width: 768px) {
  #spnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 9998;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: right 0.3s ease;
    box-sizing: border-box;
    padding: 80px 20px 40px;
    box-shadow: -4px 0 12px rgba(0,0,0,.15);
  }

  #spnav.is-open {
    right: 0 !important;
  }

  .spnav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
  }

  .spnav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  body.is-locked {
    overflow: hidden;
  }

.head_tel a:hover span.remark {
    display: block;
    position: fixed;
    top: 20vw;
    bottom: auto;
    left: auto;
    right: 30px;
    background: #eee;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    width: 300px;
    padding: 10px;
    z-index: 900;
}

}













/*====================================================
	#Layout
====================================================*/

/*-- Header --*/ 
.fs-l-header {
	width:100%;
	background:url(https://daimatsunet.itembox.cloud/item/header/head_background_01.png?t=20260826111120) repeat-x center top;
}
.fs-l-header {
    padding: 0;
    z-index: 9999;
    min-height: 123px;
    top: 0;
    left: 0;
    width: 100%;
}
.tel img{
	margin-top:15px;
}
.inqiry{
	margin-top:10px;
}

/*-- Container --*/ 

.countdown1{
	font-size:30px;
	color:#fff;
	position: absolute;
  margin: 187px 0 0 200px;
}
.countdown2{
	font-size:30px;
	color:#fff;
	position: absolute;
  margin: 190px 0 0 200px;
}

p.harf:nth-child(odd) {
	width:49.5%;
	float:left;
		margin-left:1%;

}
p.harf:nth-child(even) {
	width:49.5%;
	float:left;
	clear:both;
}


/*-- LocalMenu --*/ 
#LocalMenu {
	width:200px;
	float:left;
}
#LocalMenu ul.maker_side li {
	padding:0;
}


/*-- Contents --*/ 
#Contents {
	width:740px;
	float:right;
	    line-height: 1.5em;
	order:1;
}
#Contents img {
	max-width:100%;
	height:auto;
}




#Contents #mr{
padding:0 30px;	
}

#Contents #mr .var1{
	font-family: "���C���I";
}

#Contents #mr .var2{
	font-family: "MS Serif", "New York", serif;
}

#Contents #mr .var3{
	font-family: "HGP����B";
}

#Contents #mr .var4{
	font-family: "Arial Black", Gadget, sans-serif;
}

#Contents #mr .item_catch{
padding:10px 0px;
font-size:24px;
text-align:center;
}

#Contents #mr .item_sub{
text-align:center;
font-size:14px;
}

/*----���[�J�[���R�����h(�V�f�U�C��)----*/
#Contents #mrec{
padding:0px;	
}

#Contents #mrec .var1{
	font-family: "���C���I";
}

#Contents #mrec .var2{
	font-family: "MS Serif", "New York", serif;
}

#Contents #mrec .var3{
	font-family: "HGP����B";
}

#Contents #mrec .var4{
	font-family: "Arial Black", Gadget, sans-serif;
}

#Contents #mrec .item_catch{
padding:10px 0px;
font-size:18px;
width:50%;
float:right;
text-align:center;
}

#Contents #mrec .item_sub{
font-size:14px;
width:50%;
float:right;
}
#mr .itam_info {
	clear:both;
}


#mr .model_img{
  padding: 0px;
  width:48%;
  float:left;	
}

#mr .item_link{
font-size: 12px;
  margin:1.5%;
  text-align:left;
  float:left;
}

#mr dl{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	}

#mr dt {
	font-size:12px;
	font-weight:normal;
	  padding-left: 20px;
  margin-bottom: 15px;
 }

#mr .item_title h3{
	background-image:url(https://www.daimatsu-netstore.com/top-jpg/arrow.png) ;
	background-repeat:no-repeat;
	background-position:0px;
	min-height:30px;
	padding-left:55px;
	padding-top:7px;
	font-size:19px;
	font-family:"�l�r �S�V�b�N";
	font-weight:bold
	}
#mr .item_link h3{
	
	padding-left:15px;
	padding-top:10px;
	font-size:16px;
	}
#mr .item_link img {
    width: 70%;
    max-width: 90%;
    margin: 0 15%;
}

/*----���[�J�[���R�����h----*/


#Contents #mr{
padding:0 30px;	
}

#Contents #mr .var1{
	font-family: "���C���I";
}

#Contents #mr .var2{
	font-family: "MS Serif", "New York", serif;
}

#Contents #mr .var3{
	font-family: "HGP����B";
}

#Contents #mr .var4{
	font-family: "Arial Black", Gadget, sans-serif;
}

#Contents #mr .item_catch{
padding:10px 0px;
font-size:24px;
text-align:center;
}

#Contents #mr .item_sub{
text-align:center;
font-size:14px;
}


#mr .main_img img{
	max-width:50%;
	padding:0 10px;
}

#mr .detail,#mr .model{
	width:50%;
	text-align:cnter;
	float:left;
	}
#mr .model_img{
  padding: 0px;
  width:48%;
  float:left;	
}
.item_link{
font-size: 12px;
  width: 95%;
  margin:15px auto;
  text-align:left;
}

#mr dl{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	}

#mr dt {
	font-size:12px;
	font-weight:normal;
	  padding-left: 20px;
  margin-bottom: 15px;
 }

#mr .item_title h3{
	background-image:url(https://www.daimatsu-netstore.com/top-jpg/arrow.png) ;
	background-repeat:no-repeat;
	background-position:0px;
	min-height:30px;
	padding-left:55px;
	padding-top:7px;
	font-size:19px;
	font-family:"�l�r �S�V�b�N";
	font-weight:bold
	}
#mr .item_link h3{
	
	padding-left:15px;
	padding-top:10px;
	font-size:16px;
	}

.item_link img{
	float:right;
	width:30%;
}


/*-- MakerList --*/
#MakerList {
	width:962px;
	margin:50px auto 10px auto;
}
/*-- Footer --*/
#Footer-Wrap {
	width:100%;
	min-width:1000px;
	background-color:#111111;
	clear:both;
}
#Footer-Wrap #Footer {
	width:960px;
	min-height:340px;
	margin: 0 auto;
}
#Headline .head_navi {
	text-align: right;
	float: right;
}
#Headline .logo {
	text-align: center;
	width: 720px;
	clear: both;
	margin:18px 0;
	float: left;
}
#Headline .head_info {
	float: right;
	width: 240px;
}
#Headline-Wrap #Headline .g_navi {
	clear: both;
}
#Headline .key01 {
	float: left;
	width: 550px;
	  color: #ffffff;
}
#FootLink-Wrap{
	  background-color: #4a4a4a;
	  width:100%;
}

#FootLink{
	  background-color: #4a4a4a;
	  max-width:920px;
  padding: 0px 20px;
  margin:0 auto;
}

#safetyshoes #Container #LocalMenu #slider01 dd {
	margin:0;
	padding:0;
	width: 200px;
}

#safetyshoes #LocalMenu dl#slider01 dt h4, #safetyshoes #LocalMenu dl#slider02 dt h4 {
	margin:0;
	padding:10px 0 0 0;
	border:none;
}
#burtle #LocalMenu dl#slider01 dt h4, #burtle #LocalMenu dl#slider02 dt h4 {
	margin:0;
	padding:0px;
	border:none;
}
#burtle #Container #LocalMenu #slider01 dd {
	margin:0;
	padding:0;
	width: 200px;
}
#burtle #Container #LocalMenu #slider01 .menu li {
	padding: 0;
    margin: 0;
    border: none;
}
#burtle #Container #LocalMenu dl#slider01{
	padding: 0;
    margin: 0;
    border: none;
}

#safetyshoes #LocalMenu dl#slider01 dt,#safetyshoes #LocalMenu dl#slider02 dt {
	    width: 200px;
		
}
#safetyshoes #LocalMenu li {
	margin:0;
	padding:0;
}


#setup {
	color:#000;
}
#setup h2 {
	font-weight:bold;
	text-align:center;
	font-size:130%;
	font-family:"�l�r �o����", "MS PMincho", "�q���M�m���� Pro W3", "Hiragino Mincho Pro", serif;
}

#setup h3 {
	margin:0 auto;
	border-bottom:3px dashed #000;
	width:100%;
	text-align:center;
	font-size:140%;
	font-family:"�l�r �o����", "MS PMincho", "�q���M�m���� Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	padding:10px 0;
}

#setup img{
width:100%;
}
#setup .order {
	text-align:center;
}
#setup .order img{
	width:60%;
}
#setup .setitem {
	margin-bottom:20px;
}
#setup dd {
	width:80%;
	margin:0 auto;
	font-size:13px;
	line-height:2em;
	padding:10px 0;
}
#toraichi .tora_foot.sp ul {
margin:2% 0;
}
#toraichi .tora_foot.sp li {
	width:25%;
	float:left;
}

.movie-wrap {
        position: relative;
    padding-bottom: 46.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 5%;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.index_half_banner {
	    float: left;
    padding: 0%;
	margin:1% 0;
    width: 49%;
	clear:both;
}
.index_half_banner.right {
	    float: left;
    padding: 0%;
	margin:1% 0 1% 2%;
    width: 49%;
	clear:none;
}
.onethird{
	width: 32.666666%;
	padding:0;
	margin:0;
	float:left;
}
.onethird.center{
	margin: 0 1%;
}
.layout_content .col_3 img{
	padding:0;
	margin:0;
	width:33.333333%;
}
#Contents .col_3 img{
	padding:0;
	margin:0;
	width:32.333333%;
}
.userTable_soryo {
	font-size:100%;
}
.userTable_soryo th,.userTable_soryo tr,.userTable_soryo td{
border: 1px solid #ccc;
padding: 15px;
}
.userTable_soryo th {
	background-color:#000;
	color:#fff;
}


/*-- responsive max-width 991px--*/

@media (max-width: 991px) {
body#toraichi {
	background:none;
}
 #Headline-Wrap {
 background:#111111;
}
 #Headline-Wrap .head_content {
	   width: 100%;
 clear: both;
background-color: #fff;
}
.head_content{
		text-align:center;
		padding:0 15px;
	}

 .feature_banner{
	  font-size:12px;
}

.item_link{
  font-size: 12px;
  width:100%;
  margin:0;
}
.head_content img{
	width:90%;
}

#Headline-Wrap .head_content #Search{
width: 90%;
height: 50px;
margin-top: 0px;
margin-bottom: 0px;
position: relative;
background: url(./jpg/search_bg2.png) no-repeat left top;
}

#Headline-Wrap #Search #SearchForm {
	float:left;
position: absolute;
top: 0px;
border: inset 3px;
height: 30px;
width: 70%;
}

#Headline-Wrap #Search #SearchButton {
top: 0px;
height: 30px;
width:auto;
}


 #Headline-Wrap #Headline {
 height: auto;
 width:100%;
}
 #Headline .mini_head_navi {
 text-align: center;
width: 100%;
background-color: #111111;
float: none;
position: fixed;
top: 0;
z-index: 10;
}
 #Headline .mini_head_navi img {
 width: 19%;
height: auto;
}
 #Headline .logo {
padding-top: 22%;
margin: 0 10%;
width: 80%;
text-align: center;
}
#Headline .logo img {
 width:80%;
 height:auto;
 text-align:center;
}

ul#makeritem_select_sp li{
	width:25%;
	float:left;
	padding:0;
}
ul#makeritem_select_sp li img{
	width: 100%;
    height: auto;
}

#Contents {
width:100%;
float:none;
}

#Contents img {
width:100%;
}
#Container {
 width:90%;
 margin: 0 auto;
}


.MiniSubMenu .container{
	padding-left:0;
	padding-right:0;
}
 #Footer-Wrap {
 width:100%;
 min-width:320px;
}
#Footer-Wrap #Footer {
 width:100%;
}
#Footer #FooterGuide #FooterShopping {
width: 270px;
margin-right: 40px;
float: left;
}
#Footer #FooterGuide #FooterShopInfo {
	width: 100%;
background: #111111;
 clear:both;
}
#Footer-Wrap img {
 max-width:100%;
}
#FooterGuide{
background: #111111;
}
#Contents .three-pieas img{
	width:33%;
}
#Contents ul li img {
	max-width:100%;
	width:auto;
}
#Contents ul.tabs li img {
	width:100%;
}
#mr .detail,#mr .model{
	width:100%;
	text-align:center;
	float:none;
	}

.item_link{
font-size: 12px;
  width: 95%;
  margin:10px auto;
  text-align:center;
}

#Contents .season .sr{
	height:auto;
}

.countdown1{
	font-size: 230%;
  color: #fff;
  position: absolute;
  margin: 22% 0 0 23%;
}
.countdown2{
	font-size: 230%;
  color: #fff;
  position: absolute;
  margin: 22% 0 0 23%;
}

#select_item li {
    float: left;
    margin: 0 0.6666666% 3%;
    width: 32%;
}
ul#item_select_sp li{
	width:100%;
	padding: 0 0.5% 2%;
}
ul#item_select_sp li img{
	max-width:100%;
	height:auto;
}
#setup .waku-center2 {
    background-image: url(https://www.daimatsu-netstore.com/item/setup/setup-item2_bg.jpg);
    background-position: center;
}
#setup .waku-center3 {
    background-image: url(https://www.daimatsu-netstore.com/item/setup/setup-item3_bg.jpg);
    background-position: center;
}

.tora_foot li {
    width: 33.3333%;
    float: left;
    margin: 0.5% 0;
}
.burtle_foot li {
    width: 31.3333%;
    float: left;
    margin: 0.5% 1%;
}

.burtle_foot li img{
    width: 100%;
	max-width:auto;
}

#mrec .model_img {
	width:100%;
	float:none;
}
#Contents #mrec .item_catch {
    width: 100%;
    clear:both;
}
#Contents #mrec .item_sub {
	width:100%;
	float:none;
}
#feature_asics {
	font-size:11px;
}

#feature_asics .ranking .main_img img {
	float:none;
	width:60%;
}
#feature_asics .main_img,
#feature_asics .ranking dd.saiyasu {
	float:none;
	width:96%;
	margin:2%;
}

#feature_asics h2 {
	font-size:16px;
	font-family:"�q���M�m���� Pro W3", "Hiragino Mincho Pro", serif;
}

#feature_asics .ranking-2 .daimastu_price{
		font-size:100%;
}
#feature_asics .ranking-2 h3{
		font-size:200%;
}

#feature_asics h4{
		font-size:120%;
}
img.aircraft_logo {
	padding-bottom:2%;
}

table.FS2_OptionPrice_table th,table.FS2_OptionPrice_table td{
	display:block;
}









}


@media (max-width: 650px) {
	
	
.countdown1 {
  position: absolute;
  margin: 21.7% 14%;
  font-size: 20px;
}
	.countdown2{
	position: absolute;
  margin: 21.7% 14%;
  font-size: 20px;
}

 #Footer-Wrap {
 width:100%;
 min-width:320px;
}
#Footer-Wrap #Footer {
 width:100%;
}
#Footer-Wrap #FooterGuide #FooterShopInfo h3{
	height:auto;
}

#Footer #FooterGuide #FooterShopping {
  width: 90%;
  margin: 0 auto;
  float: none;
}
#Footer-Wrap #FooterGuide #FooterShopping dl{
	height:auto;
}
#FooterGuide #FooterShopInfo dl dt{
	height:0;
}

#Footer #FooterGuide #FooterShopInfo {
	  width: 90%;
  margin: 0 auto;
  float: none;
}
#Footer-Wrap img {
 max-width:100%;
}
#FooterGuide{
background: #111111;
}


#toraichi .tora_foot.sp li {
	width:33.333%;
	padding-bottom: 1%;
	float:left;
}
#toraichi .tora_foot.sp li img{
	width:100%;
}

#burtle .tora_foot.sp li {
	width:33.333%;
	padding-bottom: 1%;
	float:left;
}
#burtle .tora_foot.sp li img{
	width:100%;
}


}


@media (max-width: 420px) {
.countdown1 {
  position: absolute;
  margin: 21.7% 14%;
  font-size: 15px;
}
	.countdown2{
	position: absolute;
  margin: 21.7% 14%;
  font-size: 15px;
}

#Headline{
	font-size:11px;
}

#res_link{
	margin:0 auto;
	width:99%;
}
#burtle .burtle_foot li {
    width: 48%;
    float: left;
    margin: 0.5% 1%;
}

#burtle .burtle_foot li img{
    width: 100%;
	max-width:auto;
}


}

 .pc_none {
display:none;
}
.sp_none {
display:block;
}
@media(max-width:768px){
	.pc_none {
display:block;
}
.sp_none {
display:none;
}

}

/* ==========================================================================
   共通部品
   ========================================================================== */
.Img-Size-Max {
	width: 100%;
	height: auto;
}
.Img-Size-L {
	width: 90%;
	height: auto;
}
.Img-Size-XM {
	width: 70%;
	height: auto;
}
.Img-Size-M {
	width: 50%;
	height: auto;
}
.Img-Size-S {
	width: 90%;
	height: auto;
}
.titol-img {
	width: 100%;
	height: auto;
}
.feature-img {
	width: 100%;
	height: auto;
}
.categorys-img {
	width: 100%;
	height: auto;
}
.recommend-bland-img {
	width: 100%;
	padding-right: 1%;
	padding-left: 1%;
}
.new-item-img {
	max-height: 255px;
	width: 90%;
	height: auto;
}
.various-img {
	width: 100%;
	height: auto;
}
.fade:hover {
	opacity: 0.4;
}
.fade {
	transition: all 0.3s ease-in-out 0s;
	opacity: 1;
}
.SubMenubackcolor {
	background-color: #4B4948;
}
/* ==========================================================================
   ヘッダー
   ========================================================================== */

.MainMenu {
	width: 300px;
	overflow: auto;
}
.Logo {

}
.LogoAra {
	width:70%;
}
.FullSubMenu {
	background-color: #4B4948;
	width: 100%;
	margin: 0px auto;
}
.MiniSubMenu {
	width: 100%;
}
.FullSubMenu ul {
	height: 38px;
	list-style-type: none;
	margin-bottom: 0px;
}
.FullSubMenu ul li {
	float: left;
	line-height: 33px;
	padding-bottom: 5px;
	font-weight: normal;
}
.FullSubMenu ul li a {
	color: #FFF;
}
.accordion-group-min {
	background-color: #4B4948;
}
.key02 {
	color:#ffffff;
	width: 90%;
	text-align: center;
	margin: 0 auto 20px;
}
.MiniSubMenu {
	clear:both;
	background:#fff
}
.MiniSubMenu table {
	max-width: 100%;
	background-color: transparent;
	margin-left: 50px;
}
.MiniSubMenu table td {
	max-width: 180px;
}
.MiniSubMenu a {
	color: #000;
	font-size:24px;
	margin: 0px 5px;
}

.MiniSubMenu .maker a {
	color: #000;
	font-size:12px;
	margin: 0px;
}
.MiniSubMenu .maker li {
	    width: 33.333%;
    text-align: center;
	}
.MiniSubMenu .maker li img {
	    width: 100%;
	}
	
	.MiniSubMenu .maker li:nth-of-type(3n+1) {
clear:both;
	}














.dottobar {
	border-bottom: dotted 2px #ccc;
}
/* ==========================================================================
   メインコンテンツ
   ========================================================================== */
#Container {
	width:1020px;
	margin: 0px auto;
}
#Contents .season .sr {
	float: left;
	width: 33%;
	padding-right: 1%;
	padding-left: 1%;
	height:240px
}

.sr01{
	float:left;
	width:40%;
	
}
.sr01 img,.sr02 img,.sr03 img{
	width:100%;
}
.sr02{
	float:right;
	width:60%;
}

.sr03{
	float:left;
	width:30%;
	
}
.pickup_banner01{
	width:98%;
	padding:1%;
	
}
.pickup_banner02{
	float:left;
	padding:1%;
	width:50%;
}
.pickup_banner03{
	width:33.3333%;
	padding:1%;
	float:left;
}
.pickup_banner01 img,.pickup_banner02 img,.pickup_banner03 img{
width:100%;	
}

.main {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
}
#categorys td {
	width: 25%;
}
#recommend .bland {
	float: left;
	width: 33%;
	min-width:150px;
	height: auto;
}
.clearfix {
	clear: both;
}
.new_item dd {
	width: 25%;
	float: left;
	padding: 0px;
	margin: 0px;
	max-height: auto;
}
.backnumber {
	text-align: right;
}
.kiji{
	max-width:100%;
padding-bottom: 20px;
  border-bottom: 3px double #000;
  margin-bottom: 40px;
}
table{
	max-width:100%;
	}


/* ==========================================================================
   サイドメニュー
   ========================================================================== */
.leftmenu {
	width: 250px;
	margin-left: unset;
	float: left;
}
#Search {
	width: 200px;
	height: 49px;
	position: relative;
	background: url(./jpg/search_bg2.png) no-repeat left top;
}
.accordion-heading {
	border-bottom:solid 1px #E8E4DA;
	background:url(../jpg/local_icon_link.png) no-repeat left 9px;
	line-height:25px;
	color:#4A433E;
	cursor:pointer;
	font-size:90%;
	font-weight:norma;
	margin-top: -10px;
}
.accordion-heading-Min {
	line-height:25px;
	color:#4B4948;
	cursor:pointer;
	font-size:90%;
	font-weight:norma;
	margin-top: -10px;
}
.accordion {
	width:200px;
	margin-top: -10px;
}
.accordion-Min {
	width:200px;
	margin-top: -10px;
}
.accordion-group {
	background-color: #F7F2E8;
}
.accordion-heading h4 {
	font-weight:normal;
	padding-left:11px;
	width:200px;
	height:10px;
	font-size:100%;
	color: #4A433E;
	padding-top: 6px;
}
.accordion-inner ul.nav.nav-list {
	width:200px;
}
.accordion-inner ul li {
	width:180px;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #E8E4DA;
	display: block;
	margin: 0 7px;
	font-size: 85%;
	line-height: 1.1em;
	font-weight: normal;
}
.accordion-inner .nav>li>a {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	box-sizing: border-box;
	color: #837D76;
	display: block;
	font-size: 11.05px;
	font-weight: 400;
	line-height: 12.15px;
	list-style-type: none;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	text-alignlefttext-decoration: none;
	-moz-text-decoration-color: #837D76;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
}
/*============================================================================
	#LocalMenu
============================================================================*/
#LocalMenu {
	width: 200px;
}
#EntryBtn {
	width:200px;
	height:240px;
	position:relative;
	background:url(./jpg/entry_btn_bg.png) no-repeat left top;
}
#EntryBtn span {
	display:block;
	position:absolute;
	width:170px;
	height:35px;
	bottom:21px;
	left:15px;
}
#Search #SearchForm {
	border:none;
	top:23px;
	height:23px;
}
#Search #SearchButton {
	position:absolute;
	top:24px;
	right:4px;
}
/*---------- margin ----------*/
.mt-05 {
	margin-top:5px !important
}
.mt-10 {
	margin-top:10px !important
}
.mt-20 {
	margin-top:20px !important
}
.mt-30 {
	margin-top:30px !important
}
.mt-40 {
	margin-top:40px !important
}
.mt-50 {
	margin-top:50px !important
}
/*============================================================================
	#LocalMenu
============================================================================*/
#EntryBtn {
	width:200px;
	height:240px;
	position:relative;
	background:url(../jpg/entry_btn_bg.png) no-repeat left top;
}
#EntryBtn span {
	display:block;
	position:absolute;
	width:170px;
	height:35px;
	bottom:21px;
	left:15px;
}
#Search #SearchButton {
	position:absolute;
	top:24px;
	right:4px;
}
#LocalMenu dl#slider01, #LocalMenu dl#slider02 {
}
#LocalMenu dl#slider01 dt, #LocalMenu dl#slider02 dt {
	line-height:25px;
	width:200px;
	color:#4A433E;
	cursor:pointer;
	font-size:85%;
	font-weight:normal
}
#LocalMenu dl#slider01 dt h4, #LocalMenu dl#slider02 dt h4 {
}
#LocalMenu dl#slider01 dt:hover, #LocalMenu dl#slider01 dd, #LocalMenu dl#slider02 dd {
	line-height:1.0em;
	
	
}
#LocalMenu dl#slider01 dd ul.menu li, #LocalMenu dl#slider02 dd ul.menu li {
	font-size:85%;
	line-height:1.1em;
	background:#FFF;
	border:solid 1px #E8E4DA;
	display:block;
	font-weight:normal;
	margin:1px 0 0 0;
}
#LocalMenu dl#slider01 dd ul.menu li a, #LocalMenu dl#slider02 dd ul.menu li a {
	text-decoration:none;
	display:block;
	color:#837D76;
	padding:0px;
}
#LocalMenu dl#slider01 dd ul.menu li a:hover, #LocalMenu dl#slider02 dd ul.menu li a:hover {
	text-decoration:none;
	color:#FFF;
	background:#C5B4A5;
}
#LocalMenu ul#Local {
	padding-bottom:20px;
}
#LocalMenu ul#Local li {
	width:180px;
	line-height:25px;
	font-weight:normal;
}
#LocalMenu ul#Local li a {
	padding-left:13px;
	display:block;
	font-size:85%;
	text-decoration:none;
	color:#4A433E;
}
#LocalMenu ul#Local li a:hover {
	background:url(../jpg/local_li_hover.png) no-repeat left 9px;
	color:#97918A;
}
.brand {
	padding-right:5px;
	padding-top:1px;
}
*:first-child+html .brand {
	padding-right:5px;
	padding-top:0px;
}
#LeftBnr {
	margin-top:20px;
}
#LeftBnr li {
	margin-bottom:5px;
}
ul#Local {
	padding-bottom: 20px;
	list-style-type: none;
	width: 200px;
	margin-top: -10px;
}
ul#Local li {
	width: 180px;
	line-height: 25px;
	font-weight: normal;
}
ul#Local li a {
	padding-left: 13px;
	display: block;
	font-size: 85%;
	text-decoration: none;
	color: #4A433E;
}
/* ----------------------------------------
   selected
---------------------------------------- */
.accordion-heading h4:hover {
	background:url(../jpg/local_icon_forcas.png) no-repeat left 5px;
}
h3.CrossHead {
	background: url(https://daimatsunet.itembox.cloud/item/common/page_title_bg.png) no-repeat left top;
	color:#fff;
	padding:20px 1em;
	
}
h4.Definition {
	background: url(https://daimatsunet.itembox.cloud/item/common/cross_head_bg.png) no-repeat left top;	
	color:#fff;
	padding:10px 2em;
	font-size: 14px;
	margin:15px 0;
	
}
#res_link{
    margin: 1% auto;
    width: 90%;
	text-align: center;
}
#res_link img {
	max-width: 32.2%;
	height: auto;
}
#res_link .sns img {
	max-width: 100%;
    width: 49%;
	float:left;
    height: auto;
    margin: 0.5%;
}
#res_link .sns {
margin: 1% auto;
}
#MakerList ul {
	float: left;
	margin: 10px 1px 10px 0px;
	list-style-type: none;
}
#MakerList ul li {
	float: left;
	margin: 1px 1px 0px 0px;
}
.clearfix:after {
}
/* ----------------------------------------
   footer
---------------------------------------- */
footer {
	width: 100%;
	background-color: #4B4948;
	background-size: contain;
	-moz-background-size: contain;
}
.info {
	color: #FFF;
	font-size: 0.9em;
	width: 240px;
}
.info img {
	width: 100%
}
footer td {
	width: 250px;
}
footer p {
	margin-top: 10px;
}
#FooterShopping {
	margin-right: 20px;
	float: left;
	margin-top: 15px;
}
#FooterShopInfo {
	width: 280px;
	float: left;
}
#FooterShopInfo h3 {
	width: 190px;
	margin-top: 15px;
}
#FooterShopInfo dl dd {
	color: #FFF;
	line-height: 1.4em;
	font-size: 85%;
	margin-top: 5px;
}
#FooterShopInfo p.copyright {
	padding-top: 10px;
}
#FooterShopInfo dl dd span.tel:before {
	content: url('../jpg/foot_icon_01.png');
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 5px;
}
#FooterShopInfo dl dd span.fax:before {
	content: url('../jpg/foot_icon_02.png');
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 5px;
}
#FooterShopInfo dl dd p {
	padding-left: 55px;
}
Footer ul#FootLink {
	height: 38px;
	list-style-type: none;
}
ul#FootLink li {
	float: left;
	line-height: 33px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-right: 5px;
}
ul#FootLink li a {
	color: #FFF;
}
#topbutton {
	/* ▽表示位置を画面の右下に固定 */
	position: fixed;
	bottom: 18px;
	right: 18px;
	width: 7em;
	/* ▽最初は非表示にしておく */
	display: none;
}
footer .left {
	margin-left: -10px;
}
#footer .tel{
	color:#ffffff;
}

body#toraichi,body#safetyshoes {
	background-color:#D5D5D5;
}

#feature_asics h2 {
	font-size:20px;
	font-weight:bold;
}
#feature_asics .ranking {
	clear:both;
	margin:2% 0;
}
#feature_asics{
	text-align:center;
}

#feature_asics div{
	text-align:center;
	font-size:12px;
}
#feature_asics h1,
#feature_asics h2,
#feature_asics h3,
#feature_asics h4,
#feature_asics h5,
#feature_asics h6,
#feature_asics p{
	text-align:center;
}
#feature_asics h2 {
	font-size:24px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#feature_asics .main_img img{
	margin:2% 0;
}

#feature_asics a img{
	margin:2% 0;
}

#feature_asics .chosen {
	width:80%;
	margin:0 auto;
	}
#feature_asics .ranking dd.saiyasu {
	margin:3% 0;
	float: right;
	width: 55%;
	text-align:center;
	
}

#feature_asics .ranking .main_img img {
	float: left;
	width: 43%;
}
#feature_asics .daimastu_price{
	margin:0;
	padding:0;
	color:#f00;
	font-weight:bold;
	font-size:150%;
	}
#feature_asics h3{
	margin:0;
	padding:0;
	font-size:400%;
	color:#F00;
	font-family:Impact,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#feature_asics .ranking-2 {
	width:46%;
	margin:2%;
	float:left;
}
#feature_asics .ranking-2 img {
	width:75%;
}
#feature_asics .footer_img {
	max-width:60%;
	margin:2% auto;
}
.asics_footer img {
	margin:1% 0;
}
#Contents #feature_asics img.rank_img {
	width: auto;
	max-width:100%;
}

@media (min-width: 640px) {
.spon {
display:none;
}



}

/*FSシステム用CSS*/
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/* ヘッダーガイドメニュー：ログイン判定後も横並び維持 */
ul.guide.fs-clientInfo.is-ready {
  display: flex;
  align-items: center;
}


.item-disc:empty {
  display: none;
}

.item-disc {
border:1px solid #ccc;
padding:1em;
}
span.fs-c-productNameHeading__copy {
    font-size: 0.7em;
    display: block;
    margin-bottom: 0.5em;
}
span.fs-c-productNameHeading__name {
    font-size: 1em;
}

/* 商品詳細メイン画像 Slick SP補正 */
@media screen and (max-width: 640px) {

  /* centerPaddingのインライン指定を解除 */
  .fs-body-product
  .fs-c-productCarouselMainImage__carousel
  .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* スライド幅に画像を合わせる */
  .fs-body-product
  .fs-c-productCarouselMainImage__image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .fs-body-product
  .fs-c-productCarouselMainImage__image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

.fs-c-photoswipe.pswp--open {
z-index: 99999 !important; 
}


#sidebar a,#sidebar a:active,#sidebar a:link,#sidebar a:visited,#sidebar a:hover {
color:#000;
}
.fs-c-productList a,.fs-c-productList a:active,.fs-c-productList a:link,.fs-c-productList a:visited,.fs-c-productList a:hover {
color:#000;
}
#helmet-landing a,#helmet-landing a:active,#helmet-landing a:link,#helmet-landing a:visited,#helmet-landing a:hover {
color:#000;
}
.table_01 {
word-break: break-all;
}




/* 有効な購入ボタン：通常 */
.fs-body-product
.fs-c-button--addToCart--detail:not(.is-disabled):not(:disabled),
.fs-body-product
.fs-c-button--addToCart--variation:not(.is-disabled):not(:disabled) {
  background-color: #e85485;
  border-color: #e85485;
  color: #ffffff;
  box-shadow: none;
}

/* ホバー・フォーカス */
.fs-body-product
.fs-c-button--addToCart--detail:not(.is-disabled):not(:disabled):hover,
.fs-body-product
.fs-c-button--addToCart--variation:not(.is-disabled):not(:disabled):hover,
.fs-body-product
.fs-c-button--addToCart--detail:not(.is-disabled):not(:disabled):focus,
.fs-body-product
.fs-c-button--addToCart--variation:not(.is-disabled):not(:disabled):focus {
  background-color: #ee66cc;
  border-color: #ee66cc;
  color: #ffffff;
  opacity: 1;
}




@media screen and (max-width: 667px) {
  #barea .blc2.short {
    min-height: 0;
  }
}


@media screen and (max-width: 767px) {
  .fs-l-productLayout > .l_product-image,
  .fs-l-productLayout > .l_product-detail {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #industrial .uvSwiper .indust_card > p,
  #industrial .toolSwiper .indust_card > p {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
}



/* 商品詳細スライダー：PC・タブレット画像幅補正 */
@media screen and (min-width: 641px) {
  .fs-body-product
  .fs-c-productCarouselMainImage__carousel {
    container-type: inline-size;
  }

  .fs-body-product
  .fs-c-productCarouselMainImage__image > img {
    max-width: 100cqw !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}