@charset "UTF-8";

img{
	height: auto;
}

.content{
	overflow:hidden;
}

.no-linkstyle{
	margin-top: -5px;
}
.no-linkstyle a{
	text-decoration: none;
	color: #000;
}

/* =============================
 サイトヘッダー
================================ */
.modal-menu{
	top:20%;
}
.header-flex{
	padding: 15px 0 10px;
}
.header-flex h1{
	max-width: 80%;
	margin-bottom: 5px;
}
.header-flex .search-form{
	margin-bottom: 5px;
	width: calc(100% - 10px);
}
.header-right ul{
	padding: 0 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header-right li{
	margin-left: 15px;
	margin-bottom: 5px;
}
.header-right a{
	border: solid 1px #C8C9CA;
	background: #fff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
	padding: 8px 15px;
	color: #0f0f0f;
}
.header-right a:hover,
.header-right .active{
	background: #c4c2c3;
}

@media screen and (min-width: 992px){
	.header-flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.header-flex h1{
		width: 30%;
	}

	.header-flex .search-form{
		width: 30%;
	}
	.header-right{
		width: 67%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}







/* =============================
 サイドバー
================================ */

.side-widget a:hover img{
	opacity: 0.8;
}



/* =============================
 製品共通 Product
================================ */
.btn_fav{
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 0 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
}
.btn_fav.off{
	background: #E6E6E6;
}
.btn_fav.on{
	background: #FFE100;
}


/* =============================
 製品一覧 Product Archive
================================ */

#product-archive-breadcrumb li:nth-child(2){
	/* パンくず表示がおかしいので無理やり消します */
	display: none;
}

.taxonomy-header{
	margin-bottom: 35px;
}
.taxonomy-header p{
	text-align: right;
	margin-top: 30px;
}
.taxonomy-header a{
	text-align: center;
	background: #c0a55f;
	color: #fff;
	font-width: bold;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 25px;
}


.archive-list .product-archive-thumbnail{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.archive-list .product-archive-thumbnail img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.archive-list .product-archive-thumbnail .item-outofstock{
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	right: 0;
	font-size: 1.8rem;
	background: rgba(240,240,240,0.8);
	padding: 10px 10px;
	pointer-events: none;
}
.product-archive-content{
	padding: 0 15px;
	margin-top: 10px!important;
}
.product-archive-content .product-title-header h2{
	font-size: 1.4rem!important;
	margin-bottom: 10px!important;
}
.product-archive-content .product-tag-wrap{
	margin-bottom: 10px;
}
.product-archive-content .product-tag-wrap span{
	border: none;
	padding: 0;
	margin:0 20px 3px 0;
}

.product-archive-content .btn_fav{
	width: 30px;
	height: 30px;
	padding-top: 3px;
}
.product-archive-content .btn_fav img{
	width: 75%;
}

/* =============================
 製品 Product Single
================================ */

/* Slider ======= */

.product-slider-wrap{
	padding: 0 16px 16px 16px;
	text-align: center;
}
@media screen and (min-width: 992px){
	.product-slider-wrap {
		padding: 0 32px 32px 32px;
	}
}
@media screen and (min-width: 1200px){
	.product-slider-wrap {
		padding: 0 72px 32px 72px;
	}
}

#product-slider {
	width: 100%;
	margin: 0 auto 30px;
}

#product-slider .slick-track{
	margin-bottom: 0;
}

#product-slider .slide-item img {
	width: 100%;
	height: auto;
}

#product-thumbnail-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#product-thumbnail-list .thumbnail-item {
	width: 10%;
	margin: 10px;
	box-sizing: border-box;
	position: relative;
}
#product-thumbnail-list .thumbnail-item:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
#product-thumbnail-list .thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
#product-thumbnail-list .thumbnail-item img {
	width: 100%;
	margin: 0 auto;
	height: auto;
}


/* 投稿ヘッダー ======= */

.product-title-header{
	display: flex;
	justify-content: space-between;
}
.product-title-header h2{
	background: transparent!important;
	color: #0f0f0f!important;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	max-width: 500px;
}
.product-title-header h2:after{
	content: none!important;
}

/* スワッチをご用意できます  ======= */
.product-applicability{
	border: solid 1px #c9caca;
	padding: 10px;
	font-weight: bold;
}
.product-outofstock{
	color: #bb0000;
}

/* パターン違い商品 ======= */

.product-variation{
	margin-bottom:35px;
}
.product-variation p{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* Tag ======= */

.product-tag-wrap span{
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 2px;
	padding: 1px 5px;
}


@media screen and ( min-width: 992px ) {

}

@media screen and ( min-width: 1200px ) {

}



/* =============================
 Explanation
================================ */

.ttl-small{
	font-size: 1.6rem!important;
	border-bottom: 0!important;
	margin-bottom: 5px!important;
	padding-left: 0.5%!important;
}

.explanation-wrap{
	margin-top: 0!important;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

.explanation-wrap img{
	width: 100%;
}

.explanation-wrap a{
	width: 100%;
	max-width: 352px;
	margin: 2% auto 4%;
	display: block;
	text-decoration: none;
	border: solid 1px #DBDCDC;
	color: #000;
}

.explanation-wrap h3{
	font-size: 1.6rem;
	margin: 0;
	padding: 10px 10px 0px!important;
	border-bottom: 0!important;
}
.explanation-wrap p{
	padding: 10px;
}
@media screen and (min-width: 768px){
	.explanation-wrap a{
		width: 31%;
		margin: 2% 1.1%;
	}
}

/* =============================
 Link
================================ */

.link-wrap{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.link-item{
	width: 100%;
	max-width: 350px;
	margin: 2% auto 4%;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: solid 1px #DBDCDC;
}

.link-item h3{
	font-size: 1.6rem;
	margin: 0;
	padding: 10px 10px 0px;
}
.link-item p{
	padding: 10px;
}
.link-item .btn{
	margin-top: auto;
}
.link-item img{
	width: 100%;
}
@media screen and (min-width: 768px){
	.link-item{
		width: 31%;
		margin: 2% 1.1%;
	}
}


/*************
 スワッチシステム
**************/


/* ボタン共通スタイル */
.swatch-system .btn{
	background: #fff;
	border: solid 1px #c8c8c8;
	border-radius: 5px;
	display: inline-block;
	vertical-align: bottom;
	text-decoration: none;
	padding:20px 15px 15px;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: solid 6px #c8c8c8;
}
.swatch-system .btn:hover{
	background: #dcdcdc;
	opacity: 1;
	color: inherit;
}

.swatch-system .btn-primary{
	background: #998b77;
	color: #fff;
	border: solid 1px #998b77;
	border-bottom: solid 6px #7a6f5f;
}
.swatch-system .btn-primary:hover{
	background: #998b77;
	color: #fff;
	opacity: 0.8;
}

.swatch-system .form-btn{
	text-align: center;
	margin-top: 70px;
}
.swatch-system .form-btn-zero-margin{
	margin-top: 0px;
}

.swatch-system .form-btn p{
	margin-bottom: 20px;
}
.swatch-system .form-btn p:last-child{
	margin: 20px auto 0;
}
.swatch-system .form-btn .btn{
	width: 360px;
	max-width: 90%;
	height: 80px;
	font-size: 22px;
	margin: 5px 20px;
	padding: 5px 0 0;
}

.swatch-system .form-btn a.btn{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.swatch-system .form-btn .btn span{
	font-size: 16px;
	display: inline-block;
}
.swatch-system .btn-change{
	/* 登録内容の変更ボタン */
	float: right;
	border: solid 1px;
	padding: 10px;
}

@media screen and ( max-width: 767px ){
	.swatch-system .btn{
		font-size: 90%;
		padding: 10px;
	}
	.swatch-system .form-btn .btn{
		margin: 5px;
	}
}



/* 見出し的なテキスト */
.swatch-system .title{
	font-weight: bold;
	padding: 0;
	margin:0 0 5px;
}

/* 背景色コンテナが欲しいとき用 */
.swatch-container{
	background: #fff;
	padding: 30px;
}
@media screen and ( max-width: 767px ){
	.swatch-container{
		padding: 20px 10px;
	}
}

/* 各項目の説明リスト */
.swatch-attention-box{
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 5px 0;
}
.swatch-attention-box.bg_gray{
	background: #f4f4f4;
	border: solid 1px #bbbbbb;
	padding: 15px;
}
.swatch-attention-box ul{
	list-style: none;
}
.swatch-attention-box li{
	font-size: 14px;
	text-indent: -17px;
	margin-left: 17px;
	margin-bottom: 10px;
}
.swatch-attention-box li *{
	text-indent: 0;
}
.swatch-attention-box li:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #3c3c3c;
	vertical-align: middle;
	text-indent: 0;
}
.swatch-attention-box .caption{
	padding: 0;
	margin:0 0 10px;
	font-size: 13px;
}

.swatch-attention-box .txt_line{
	text-decoration: underline;
}
.swatch-attention-box .txt_bold{
	font-weight: bold;
}
.swatch-attention-box .txt_red{
	color: #e71f19;
}


/* 申し込み・お気に入りリスト */
.swatch-list{
	border-top: solid 1px #c8c8c8;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
}
.swatch-list h2{
	margin:0 0 15px;
	padding: 0;
	border: 0;
	font-size: 20px;
}
.swatch-list-item{
	border-bottom: solid 1px #c8c8c8;
	padding: 15px 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.swatch-list-item .img{
	max-width: 180px;
	width: 22%;
	border: solid 1px #e6e6e5;
}
.swatch-list-item .txt{
	max-width: 830px;
	width: 77%;
	padding: 10px 0;
}
.swatch-list-item-header{
	margin-bottom: 20px;
}
.swatch-list-item-body{
	display: flex;
	justify-content: space-between;
}

@media screen and ( max-width: 767px ){
	.swatch-list-item {
		flex-direction: row;
		padding: 15px 5px;
	}
	.swatch-list-item .txt{
		display: contents;
	}
	.swatch-list h2{
		font-size: 16px;
	}
	.swatch-list-item .img{
		order: 1;
		margin-right: 1%;
	}
	.swatch-list-item-header{
		order:2;
		width: 77%;
		margin-bottom: 10px;
	}
	.swatch-list-item-body{
		order: 3;
		width: 100%;
		display: block;
	}
	.swatch-list-item-body .buttons{
		text-align: center;
		margin-top: 10px;
	}
	.swatch-list-item-body .btn{
		margin-bottom: 5px;
	}
}

/* フォーム関連 */
.swatch-apply-form{
}

.swatch-apply-form input[type="text"],
.swatch-apply-form input[type="email"],
.swatch-apply-form input[type="password"],
.swatch-apply-form input[type="tel"],
.swatch-apply-form input[type="url"],
.swatch-apply-form input[type="number"] {
	width: 500px;
	max-width: 100%;
	margin: 5px 0;
}
.swatch-apply-form label{
	margin: 0 20px 0 0;
	display: inline-block;
}
.swatch-apply-form input.input-zipcode {
	width: 220px;
	max-width: 100%;
}
.swatch-apply-form input.input-name {
	width: 380px;
	max-width: 100%;
}
.swatch-apply-form .zip-search{
	background: #777878;
	color: #fff;
	padding: 8px 10px;
	border:none;
	border-radius: 4px;
}

.swatch-apply-form table{
	border-top: solid 1px #bcb8b7;
	border-bottom: solid 1px #bcb8b7;
	margin-bottom: 25px;
}
.swatch-apply-form table .caption{
	font-weight: normal;
	font-size: 14px;
}
.swatch-apply-form tr{
	border-bottom: solid 1px #e6e6e5;
}
.swatch-apply-form tr:last-child{
	border-bottom: 0;
}
.swatch-apply-form th,
.swatch-apply-form td{
	padding: 15px;
	text-align: left;
	box-sizing: border-box;
}
.swatch-apply-form th{
	font-weight: bold;
	width: 190px;
	background: #f4f4f4;
}

.swatch-apply-form th .required{
	float: right;
}

.swatch-apply-form .form-privacy{
	text-align: left;
	font-size: 1.4rem;
}



@media screen and ( max-width: 767px ){
	.swatch-apply-form table,
	.swatch-apply-form tbody,
	.swatch-apply-form tr,
	.swatch-apply-form th,
	.swatch-apply-form td {
		display: block;
		width: 100% !important;
	}
}



.swatch-apply-remarks{
	padding: 20px 40px 35px;
	background: #fff;
}
.swatch-apply-remarks p{
	margin-bottom: 15px;
}
.swatch-apply-confirm-remarks{
	border: solid 1px #bcb8b7;
	padding: 10px 15px;
	max-width: 900px;
	margin: 10px auto 60px;
}

.swatch-apply-complete-inner{
	text-align: center;
	background: #fff;
	padding: 65px 10px;
	margin-bottom: 40px;
}
.swatch-apply-complete-inner h2{
	border: none;
	padding: 0;
	margin-bottom: 20px;
}
.swatch-apply-complete-inner p{
	margin-bottom: 20px;
}
@media screen and ( max-width: 767px ){
	.swatch-apply-remarks{
		padding: 10px;
	}
}

.red,
.error {
  color: #da3e5a;
}

/* スワッチボタン一時的に非表示 */

/* .header-right ul{
	display: none;
}
.btn_fav{
	visibility: hidden;
}
.product-applicability{
	display: none;
}
.product-swatchlist-wrap{
	display: none;
} */
