@charset "UTF-8";
@charset "UTF-8";

/*スタイルシートの中で sanitize.css を読み込み、リセットします。*/
@import url(/css/sanitize.css);
/*フォントを統一するためにGoogle の 日本語対応の Web フォント を利用します。*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1.6rem;
	line-height: 1.8em;	
	-webkit-text-size-adjust: 100%;
  background-color: #FFF;
	width: 100%;
	margin: 0 auto;
	color: #313131;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #1a1a1a;
  text-decoration: none;
}
html, body {
width: auto !important;
overflow-x: hidden !important;
}

a:hover {
	color: #8d8d8d;
	text-decoration: none;
}

a,a:hover {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

a img:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;	
}

sup {
    vertical-align: super;
}

figure{
	margin: 0;
	padding: 0;
}

.pc_none{display:none;}
.floatL{float:left;}
.floatR{float:right;}
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align: center;}
.txt_indent{
	padding-left:1em;
	text-indent:-1em;
}
.txtS{font-size: 80%;}
.txtL{font-size: 140%;}
.red{color:#ee6100;}
.bold{font-weight:bold;}
.img_center{vertical-align:inherit;}
.inBlock{display: inline-block}
.flex{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m_b10{margin-bottom: 10px;}
.m_b20{margin-bottom: 20px;}
.m_t20{margin-top: 20px;}

@media screen and (max-width: 767px) {
	.m_b0_sp{margin-bottom: 0;}
	.m_b10_sp{margin-bottom: 10px;}
	.m_b20_sp{margin-bottom: 20px;}
}

/* コンテンツ共通
---------------------------------------------------------------------- */
#wrapper{
	width: 100%;
	margin: 0 auto;
}

.secWrap01{
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}


.fontDinR{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
}

.ttl{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2rem;
	vertical-align: middle;
	font-size: 2.2rem;
}

.brSp{
	display: none;
}

.boxGray{
	display: inline-block;
	color: #FFF;
	background: #888f94;
	min-width: 100px;
	text-align: center;
	padding: 0 10px;
}

.topArea h2{
	font-size: 3rem;
	margin-bottom: 10px;
}

.soldOut{
	display: inline-block;
	color: #666666;
	background: #e5e5e5;
	min-width: 100px;
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 10px 0;
	margin-bottom: 10px;
}

.new{
	background: #313131;
	color: #FFF;
	padding:2px 30px 0;
	display: inline-block;
	margin-bottom: 10px;
}



.itemName span{
	font-size: 80%;
}


@media screen and (max-width: 1079px) {
	.secWrap01{
		width: 90%;
		padding: 5% 0;
	}
	
}

@media screen and (max-width: 767px) {
	.brPc{
		display: none;
	}
	
	.brSp{
		display: block;
	}
	.wraper{
		padding-top: 50px;
	}


}


/* ヘッダー
---------------------------------------------------------------------- */
header{
	width: 100%;
	margin: 0 auto;
	padding: 40px 30px;
}

header nav{
	padding-top: 5px;
}


header nav ul{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

header nav ul li{
	margin: 0 30px;
}

header .pNav{
	justify-content: flex-end;
}

header .pNav li{
	padding-left: 10px;
}


/*ドロップダウン*/
header nav .gNavi ul {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

header nav .gNavi ul > li {
    float: left;
    width: 20%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: FFF;
}

header nav .gNavi ul > li a {
    display: block;
}

header nav .gNavi ul > li a:hover {
    color: #999;
}


.gNavi ul li ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}



header nav .gNavi ul > header nav .gNavi ul li.menu__single {
    position: relative;
}

.menu__single a i{
	padding-left: 5px;
}

.gNavi ul li.menu__single .menu__second-level {
    position: absolute;
    top: -20px;
    width: 10%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display: block;
	background: #FFF;
	padding: 10px 10px 10px;
	font-size: 1.2rem;
}

.gNavi ul li.menu__single .menu__second-level li{
	width: 100%;
	text-align: left;
	margin: 10px;
}

.gNavi ul li.menu__single:hover .menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

/*.gNavi{
	z-index: 1000;
	position: absolute;
}

.gNavi.fixed{
    position: fixed;
    top: 0;
}
.gNavi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}*/

.navSp{
	display: none;
}




@media screen and (max-width: 1079px) {
	header nav ul{
		width: 100%;
	}
	
	
}

@media screen and (max-width: 767px) {
	header{
		width: 100%;
		padding: 0;
	}
	
	.headPc{
		display: none;
	}
	
	header .logo p{
		width: 100%;
	}
	
	.logo {
		position: absolute;
		width: 40%;
		margin: 0 auto;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -60%);
		-webkit-transform: translate(-50%, -60%);
		-ms-transform: translate(-50%, -60%);
	}	

	
	
}


/*-----Gnavi-----*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


@media screen and (max-width: 767px) {
	#nav-open {
			width: 35px;
			top: 0;
	}
	
	.header .nav{
		display: none;
	}
	
	header h2 {
		width: 70px;
	text-align: center;
	}	
	
	/*ハンバーガーメニュー*/
	.navSp{
		display: block;
		background: #FFF;
		height: 80px;
		padding: 13px;
		position: fixed;
    width: 100%;
    z-index: 99999;
	}
	.navSp .flex{
		justify-content: space-between;
		padding-top: 5px;
		position: relative;
	}
	

	
}


/* ==========================
    ハンバーガーメニュー
  ========================== */
/* 線 */
.bl_hamburgerLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
}
.bl_hamburgerLine span {
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  background-color: #535353;
  height: 2px;
  width: 100%;
  transition: 0.3s;
}
.bl_hamburgerLine span::before,
.bl_hamburgerLine span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #535353;
  position: absolute;
  transition: 0.3s;
}
.bl_hamburgerLine span::before {
  top: -10px;
}
.bl_hamburgerLine span::after {
  top: 10px;
}
.bl_hamburgerLine + nav {
  display: none;
}

/* クリックした時 */
.bl_hamburgerLine.active span {
  transform: rotate(45deg);
}
.bl_hamburgerLine.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.bl_hamburgerLine.active span::after {
  content: none;
}

/* ハンバーガー展開時の中身 */
.bl_hamburgerLine + nav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.bl_menuBox {
  background: #FFF;
  position: relative;
}
.bl_menuBox > ul {
  padding: 50px 40px 0;
  height: auto;
  overflow-y: auto;
}
.bl_menuBox > ul > li {
  padding: 10px 0;
  overflow-wrap: break-word;
}
.bl_menuBox > ul > li + li {
  margin-top: 20px;
}
.bl_menuBox > ul > li > p {
  font-weight: bold;
  font-size: 15px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  color: #535353;
}
.bl_menuBox > ul > li > p::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #535353;
  border-right: 2px solid #535353;
  transform: rotate(45deg);
  transition: 0.3s;
}
.bl_menuBox ul > li > p:hover::after {
  border-top: 3px solid #ddc50d;
  border-right: 3px solid #ddc50d;
}
.bl_menuBox ul > li > a {
  transition: all 0.3s;
  color: #535353;
  font-weight: 500;
  font-size: 90%;
}
.bl_menuBox ul > li > p:hover,
.bl_menuBox ul > li > a:hover {
  color: #ddc50d;
}
.bl_menuSub {
  overflow-wrap: break-word;
  display: none;
}
.bl_menuSub ul > li {
  text-align: left;
}
.bl_hamburgerMenu_list li + li {
  margin-top: 20px;
}

/* ====================================
  ここからPC幅
==================================== */
@media screen and (min-width: 768px) {
  .hp_displaySP {
    display: none !important;
  }
  /* ==========================
    ハンバーガーメニュー
  ========================== */
  .bl_menuBox {
    height: calc(50vh - 60px);
    width: 50%;
  }
  .bl_menuBox > ul > li {
    text-align: left;
    width: 60%;
  }
  .bl_menuBox ul > li > a {
    padding-left: 10px;
  }
  .bl_menuSub {
    position: absolute;
    left: 60%;
    top: 30px;
    width: 40%;
    height: 100%;
    padding: 30px 10px;
  }
  .bl_menuSub ul > li + li {
    margin-top: 10px;
  }
  .bl_mainMenu,
  .bl_title {
    display: none;
  }
}

/* ====================================
  ここからスマホ幅
==================================== */
@media screen and (max-width: 767px) {
  .hp_displayPC {
    display: none !important;
  }
  /* ==========================
    ハンバーガーメニュー
  ========================== */
  .bl_menuBox {
    height: calc(50vh - 60px);
  }
  .bl_menuBox > ul {
    padding: 30px;
		display: block;
  }
  .bl_menuBox > ul > li {
    text-align: left;
  }
  .bl_menuSub {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    height: calc(50% - 60px);
    background: #FFF;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  .bl_mainMenu {
    background-color: #FFF;
    padding: 20px;
    position: relative;
    cursor: pointer;
  }
  .bl_mainMenu::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #535353;
    border-left: 2px solid #535353;
    transform: rotate(45deg);
    transition: all 0.3s;
    margin: 0 20px 0 5px;
  }
  .bl_title {
    color: #535353;
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .bl_title + ul {
    padding: 0;
    list-style: none;
    color: #535353;
		display: block;
		
  }
  .bl_title + ul > li {
    padding: 5px 0;
    list-style: none;
    color: #535353;
		
  }
	
	.bl_menuSub ul{
	width: 90%;
  height: 50%;
  overflow:scroll;
  overflow-x: hidden;
	}
}


/* メンテンナンス
---------------------------------------------------------------------- */
.maintenance{
	text-align: center;
}

.maintenance .img{
	width: 50%;
	margin: 30px auto;
}


.maintenance figure{
	width: 5%;
	margin: 30px auto;
}

@media screen and (max-width: 767px) {
	.maintenance{
		padding-top: 80px;
	}
	
	/*.bl_hamburgerMenu,
	.pNav{
		visibility:hidden;
	}*/
	
	.maintenance{
		width: 90%;
		margin: 0 auto;
	}
	
	.maintenance .img{
		width: 90%;
	}
	
	.maintenance figure{
		width: 20%;
	}
	
}


/* top
---------------------------------------------------------------------- */
.fvPc figure img{
	width: 100%;
}

.concept{
	text-align: center;
	margin: 50px auto 80px;
}

.concept h2{
	font-size: 2.4rem;
	margin: 20px auto;
}

.concept .txt{
	line-height: 3em;
	font-size: 80%;
}

.concept .txt span{
	font-size: 150%;
}

/*Pick Up Items*/
.topItems{
	padding: 0 30px;
	margin-bottom: 50px;
}

/*.topItems .itemsBox figure{
	width: 340px;
}
*/

.topItems .topItemsArea{
	display: flex;
	width: 100%;
  padding: 0;
  overflow-x: scroll;
}

.topItems .itemsBox{
  width: 30%;
  margin: 0 5px 30px;
	flex-shrink: 0;
}

.topItems .itemsBox figure{
	margin-bottom: 20px;
}

.topItems .topItemsArea::-webkit-scrollbar {
  height: 3px; /* スクロールバーの高さ */
}
 
.topItems .topItemsArea::-webkit-scrollbar-thumb {
  background: #313131; /* ツマミの色 */
}
 
.topItems .topItemsArea::-webkit-scrollbar-track {
  background: #e5e5e5; /* トラックの色 */
}


/*movie*/
.movie{
	position: relative;
	width: 100%;
	height: 700px;
	margin-bottom: 50px;
}
.video{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.video video{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

/*Categories*/
.topCategori ul{
	width: 30%;
}

.topCategori ul li img{
	width: 100%;
}

.topCategoriArea{
	justify-content: space-between;
}



@media screen and (max-width: 1279px) {

}

@media screen and (max-width: 767px) {
	.topItems .itemsBox {
			width: 45%;
		}
	
	.concept .txt{
		text-align: center;
	}

	.fvPc{
		display: none;
	}
	
	
	.fvSp .container{
		height: 100vh;
    width: 100%;
		position: relative;
		padding-top: 80px;
	}
	
	.fvSp .container::before{
		content: "";
		position: absolute;
		width: 116px;
		height: 46px;
		background: url("../images/logo-s_wh.svg") no-repeat;
		background-size: contain;
		bottom: 30px;
		left: 20px;
		z-index: 99999;
	}


.fvSp .image {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
 /* animation: image-switch-animation 21s linear infinite;*/
	transition: opacity 4s ease-in-out; /* フェード時間をここで調整 */
  z-index: 0;
}
	
	.fvSp .image.active {
  opacity: 1;
  z-index: 1; /* 表示中の画像を前面に出す */
}
	
	.fvSp .src1 {
		background-image: url("../images/fv_sp_01.jpg");
	}
	.fvSp .src2 {
		background-image: url("../images/fv_sp_02.jpg");
	}
	.fvSp .src3 {
		background-image: url("../images/fv_sp_03.jpg");
	}

/*	.fvSp .image:nth-of-type(1) {
		animation-delay: 0s;		
	}
	.fvSp .image:nth-of-type(2) {
		animation-delay: 7s;
	}
	.fvSp .image:nth-of-type(3) {
		animation-delay: 14s;
	}
	*/
/*@keyframes image-fade {
  0%   { opacity: 0; }
  28%  { opacity: 1; }   /* ゆっくりフェードイン */
/*  57%  { opacity: 1; }   /* 表示 */
/*  85%  { opacity: 0; }  */ /* ゆっくりフェードアウト */
 /* 100% { opacity: 0; }   /* 待機 */
/*}*/

	.topItems {
		padding: 0 20px;
	}

	.topCategori ul {
		width: 100%;
		margin-top: 20px;
	}
	
	.topItemsArea .itemsBox .itemName{
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	
	.topItemsArea .itemsBox .price{
		font-size: 1.4rem;
	}
	
	.topItems .topItemsArea {
		display: flex;
		gap: 16px;
		overflow-x: auto;       /* 横スクロール有効化 */
		scroll-snap-type: x mandatory; /* スクロールスナップ */
		-webkit-overflow-scrolling: touch; /* iOSでスムーズ */
	}

	.itemsBox {
		flex: 0 0 auto;         /* 折り返さず横並び固定 */
		width: 100%;           /* カルーセルのカード幅 */
		scroll-snap-align: start;
	}
	
}

@keyframes image-switch-animation {
	0%{ opacity: 0;}
	50%{ opacity: 1;}
	100%{ opacity: 0;}
}


/* items
---------------------------------------------------------------------- */
.itemsDetailArea{
	justify-content: space-between;
}

.itemsDetailArea .itemsImg img{
	width: 100%;
}


.itemsArea .thumbnail-slider li {
  width: 23% !important;
  margin:5px;
}

.itemsArea .thumbnail-slider .slick-track {
  transform: unset !important;
  width:100% !important;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.itemsArea .main-slider {
  list-style: none;
}

.itemsArea .thumbnail-slider {
  list-style: none;
}

.itemsArea .thumbnail-slider {
  margin-top: 20px;
}

.itemsArea .main-slider img,
.itemsArea .thumbnail-slider img{
  width: 100%;
}



.itemsArea .itemsImg {
  max-width:57%;
  width:100%;
  margin: 0;
}


.itemsArea .itemsDetail{
	width: 40%;
}

.itemsArea .itemsDetail .itemsBox .itemName{
	font-size: 2.2rem;
	font-weight: bold;
}


/*サイズボタン*/
.itemsArea .btnSize-slider li{
	width: 15% !important;
}


.itemsArea .btnSize-slider li:active{
    color: #FFF;
}

.itemsArea .btnSize-slider li label{
    display: block;
		 margin: 0 5px 20px 0;
		border: 1px solid #b5b5b5;
		text-align: center;
		padding: 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.itemsArea .btnSize-slider li input:checked+label{
    background: #313131;
    color: #FFF;
}
.itemsArea .btnSize-slider li input{
    display: none;
}


/*サイズボタン売り切れ*/
.itemsArea .btnSize-slider .btnSoldout{
	color: #b5b5b5;
	background: linear-gradient(28deg,transparent 0%,transparent 49%,#b5b5b5 49%,#b5b5b5 51%,transparent 51%,transparent 100%);
	display: block;
	 margin: 0 5px 20px 0;
	border: 1px solid #b5b5b5;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.itemsArea .btnSize-slider .slick-track {
  transform: unset !important;
  width:100% !important;
}

.itemsArea .mainSize-slider {
  list-style: none;
}

.itemsArea .btnSize-slider {
  list-style: none;
}


.itemsArea .mainSize-slider img,
.itemsArea .btnSize-slider img{
  width: 100%;
}


.itemsArea .mainSize-slider .btnCartOn{
	background: #313131;
	width: 100%;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}

.itemsArea .mainSize-slider .btnCartOn a{
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.itemsArea .mainSize-slider .btnCartOff{
	background: #e5e5e5;
	width: 100%;
	color: #313131;
	display: inline-block;
	text-align: center;
	padding: 10px;
}



.itemsArea .itemsImg {
  max-width:57%;
  width:100%;
  margin: 0;
}


.itemsArea .itemsDetail .itemsBox .txt{
	font-size: 1.4rem;
	margin: 20px 0;
}


/*itemSpec*/
.itemSpec{
	margin-top: 30px;
}

.itemSpec dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.itemSpec dl dt{
	width: 15%;
}

.itemSpec dl dd{
	width: 80%;
}

.itemSpec dl dd table,
.itemSpec dl dd table tr,
.itemSpec dl dd table td{
	border-bottom: 1px solid #b5b5b5;
}



/*Description of Item*/
.itemDescription{
	margin-top: 50px;
}

.itemDescriptionBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.itemDescriptionBox .txt{
	width: 45%;
}


/*スライダー*/
.sliderDescription{
	width: 50%;
}


.sliderDescription .slick-slide {
  max-width: 100%;
  height: 547px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.sliderDescription .slick-slide img {
  /*display: block;
  width: 100%;
  object-fit: cover;*/
  margin: auto;
  max-width: 100%;
	max-height: 100%;
  object-fit: cover;
  width: 100%;
}
.sliderDescription .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/*テキストが長い場合のボタン位置*/
.sliderDescription.arrow-top20 .slick-arrow {
  top: 20% !important;
  transform: none !important;
}

.sliderDescription .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #808080;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
}
.sliderDescription .slick-next {
  right: 0;
}
.sliderDescription .slick-prev {
  left: 0;
}
.sliderDescription .slick-next::before {
  left: 7px;
}
.sliderDescription .slick-prev::before {
  border-width: 0 0 2px 2px;
  right: 7px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}


@media screen and (max-width: 999px) {


	
}

@media screen and (max-width: 767px) {
	.itemsArea .itemsImg {
		max-width: 100%;
	}
	
	.itemsArea .thumbnail-slider li {
    width: 30% !important;
	}
	
	.itemsArea .itemsDetail {
    width: 100%;
		margin-top: 40px;
	}
	
	.sliderDescription {
    width: 100%;
	}
	
	.sliderDescription .slick-slide {
		height: 50vh;
	}
	
	.itemDescriptionBox .txt {
    width: 100%;
    margin-top: 20px;
	}
	
	.itemDescriptionBox .sliderDescription .slick-slide img {
		object-fit: contain;
	}
	
	.itemSpec dl dd table td{
    font-size: 1rem;
	}
	
	.sliderDescription .slick-arrow{
		top:50%;
	}
	
	/*テキストが長い場合のボタン位置*/
	.sliderDescription.arrow-top20 .slick-arrow {
		top: 50% !important;
		transform: none !important;
	}
	
}




/* itemsList
---------------------------------------------------------------------- */
.categoryFv{
	width: 100%;
}

.categoryFv img{
	width: 100%;
}

.itemsListArea{
	margin-top: 20px;
	align-items: top;
}

.itemsListArea .itemsBox{
	width: 23%;
	margin-bottom: 40px;
	margin-right: 15px;
}

.itemsListArea .itemsBox figure{
	margin-bottom: 20px;	
}

.itemsListArea .itemsBox .price{
	margin-top: 10px;
}

.itemsListArea:after {
    content: "";
    display: block;
    width: 23.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.itemsListArea:before {
    content: "";
    display: block;
    width: 23.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}



@media screen and (max-width: 999px) {


	
}

@media screen and (max-width: 767px) {
	.itemsListArea .itemsBox{
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.new {
    padding: 2px 20px 0;
    font-size: 1.4rem;
	}

	.itemsListArea .itemsBox .itemName,
	.itemsListArea .itemsBox .price{
		font-size: 1.4rem;
		line-height: 1.5em;
	}
	
	
}


/* Contact
---------------------------------------------------------------------- */
.contactTtl{
	font-size: 2.4rem;
	text-align: center;
}


@media screen and (max-width: 999px) {


	
}

@media screen and (max-width: 767px) {

	
}







/* フッター
---------------------------------------------------------------------- */
footer{
	background: #e5e5e5;
	margin-top: 80px;
}

.footIn{
	width: 100%;
	margin: 0 auto;
	padding: 50px 30px;
}

footer .flex{
	justify-content: space-between;
}

.footGuide{
	margin-left: 50px;
}

.footGuide ul{
	font-size: 1.3rem;
	color: #535353;
}

footer .iconSns .flex{
	justify-content: flex-end;
}

footer .iconSns i{
	font-size: 24px;
	padding-left: 10px;
}


.copy{
	text-align: center;
	font-size: 1.2rem;
}


@media screen and (max-width: 1079px) {
	.footIn{
		width: 100%;
	}
	
	
}


@media screen and (max-width: 767px) {
	
	.footIn {
    padding: 40px 20px;
	}
	
	footer .flex {
    display: block;
	}
	
	.footGuide {
    margin:30px 0;
	}
	
	footer .iconSns .flex{
		display: flex;
		justify-content: flex-start;
	}
	
	footer .iconSns i {
		padding-left: 0;
    padding-right: 10px;
	}
	
	.copy {
    text-align: left;
	}
	
}


/*----------------------------------------------------
	20250115 セール用追加
----------------------------------------------------*/
.topSale p{
	width: 90%;
	margin: 0 auto;
}


.sale{
	background: #e60033;
	padding:2px 30px 0;
	display: inline-block;
	margin-bottom: 10px;
	color: #FFF;
}

.price span{
	font-size: 70%;
	vertical-align: middle;
}

.txtLine{
	display: inline-block;
	background-image: linear-gradient(#313131, #313131);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
}

.itemsListArea .itemsBox .saleRed,
.itemsDetail .itemsBox .saleRed,
.topItemsArea  .itemsBox .saleRed{
	margin-top: 0;
	color: #e60033;
}


/*----------------------------------------------------
	tb
----------------------------------------------------*/

@media screen and (max-width: 979px) {
	.tab_none{display:none;}

	img{
		max-width:100%;
		height:auto;
	}

	/* コンテンツ共通
	---------------------------------------------------------------------- */


	/* ヘッダー
	---------------------------------------------------------------------- */


	/* トップページ
	---------------------------------------------------------------------- */


	/* フッター
	---------------------------------------------------------------------- */

}
	
/*----------------------------------------------------
	sp
----------------------------------------------------*/

@media screen and (max-width: 767px) {
	
	.sp_none{display:none;}
		.pc_none{display: block;}
	img{
		max-width:100%;
		height:auto;
	}

	/* コンテンツ共通
---------------------------------------------------------------------- */


/* ヘッダー
---------------------------------------------------------------------- */


/* トップページ
---------------------------------------------------------------------- */


/* フッター
---------------------------------------------------------------------- */

}

