/* ---------------------------------------------------------------
start Products CSS
--------------------------------------------------------------- */

/* --------------- common --------------- */



/* --------------- products --------------- */

.col_items {
	width: 100%;
	max-width: 1126px;
	margin: 0 auto;
	padding: 46px 0 40px 0;
}

.search_products {
	width: 100%;
	margin: 0 0 22px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.search_products .total {
	font-size: 18px;
	font-weight: 700;
}

.search_products .select_arrow {
	min-width: 200px;
	height: 44px;
	padding: 0;
	font-weight: 500;
	position: relative;
	z-index: 0;
}

.search_products .select_arrow::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: solid 1px #c6c7c7;
	border-top: solid 1px #c6c7c7;
	position: absolute;
	top: calc(50% - 5px);
	right: 22px;
	transform: rotate(135deg);
	pointer-events: none;
}

.search_products select {
	width: 100%;
	height: 100%;
	padding: 0 0 0 22px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	border: solid 1px #c6c7c7;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inner_items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.link_items {
	width: 23.5%;
	margin: 0 2% 30px 0;
	padding: 0;
	color: #404040;
	text-decoration: none;
	line-height: 1.4;
	background-color: #fff;
	display: block;
	transition: .2s;
}

.link_items:nth-of-type(4n) {
	margin-right: 0;
}

.link_items .thumb {
	width: 100%;
	height: 265px;
	margin: 0 0 12px;
	border: solid 1px #accc34;
	border-radius: 10px;
	overflow: hidden;
	transition: .2s;
}

.link_items .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.link_items .name {
	margin: 0 0 8px;
	padding: 0 2px;
	font-size: 18px;
	font-weight: 700;
	word-break: break-all;
}

.link_items .brand {
	margin-bottom: 7px;
	padding: 0 2px;
	font-size: 14px;
	word-break: break-all;
}

.link_items .price {
	padding: 0 2px;
	font-size: 14px;
}

.link_items .price .taxin {
	margin-left: 3px;
	display: inline-block;
}

.txt_noitems {
	width: 100%;
	padding: 150px 0;
	text-align: center;
}

/* --------------- products / detail --------------- */

.col_items_d1 {
	width: 100%;
	max-width: 1076px;
	margin: 0 auto 50px;
	padding: 75px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.img_items_d {
	width: 46.4%;
}

.slider-main.swiper-container {
	width: 100%;
	margin: 0 0 20px;
	overflow: visible;
}

.slider-main .swiper-slide {
	width: 100%;
	height: 44vw;
	max-height: 500px;
	margin: 0;
	background-color: #fbfdf2;
	border: solid 1px #aaca34;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.slider-main .swiper-slide > img {
	max-width: 100%;
	max-height: 100%;
}

.slider-thumbnail .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transform: translate3d(0px, 0, 0) !important;
}

.slider-thumbnail .swiper-slide {
	width: 19% !important;
	height: 92px !important;
	margin-right: 1.25% !important;
	margin-bottom: 1.25% !important;
	padding: 1px;
	cursor: pointer;
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
	transform: translate3d(0px, 0, 0) !important;
	overflow: hidden;
	transition: .2s;
}

.slider-thumbnail .swiper-slide:nth-of-type(5n) {
	margin-right: 0 !important;
}

.slider-thumbnail .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-thumbnail .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #aaca34;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

.zoom-box{
    position: relative;
}
.zoom-box img{
    vertical-align: bottom;
}
.zoom-box .zoom-selector{
    position: absolute;
    background-image: url("../img/products/detail/selector.png");
    background-repeat: repeat;
    display: none;
    cursor: crosshair;
}
.zoom-box .viewer-box{
    position: absolute;
    border: 1px solid #bbb;
    display: none;
    overflow: hidden;
}
.zoom-box .viewer-box {
	box-shadow: 2px 2px 12px -5px #000;
}
.zoom-box .viewer-box>img{
    position: absolute;
    left: 0;
    top: 0;
}

.info_items_d {
	width: 46.4%;
}

.info_items_d .category {
	margin: 0 0 45px;
	padding: 0 0 9px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

.info_items_d .category::after {
	content: "";
	width: 23px;
	height: 4px;
	background-color: #404040;
	position: absolute;
	bottom: 0;
	left: 0;
}

.info_items_d .name {
	margin: 0 0 8px;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	word-break: break-all;
}

.info_items_d .brand {
	margin: 0 0 10px;
	padding: 0;
	font-weight: 300;
	line-height: 1.5;
}

.info_items_d .price {
	margin: 0 0 35px;
	padding: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}

.info_items_d .price .tax {
	margin: 0 0 0 6px;
	padding: 0;
	font-size: 23px;
}

dl.cont_items_d,
.info_items_d dl.item-sku {
	width: 100%;
	margin: 0;
	padding: 17px 0 17px;
	border: none;
	border-bottom: solid 1px #909090;
	display: flex;
	align-items: center;
}

dl.cont_items_d:first-of-type {
	border-top: solid 1px #909090;
}

dl.cont_items_d:last-of-type {
	padding-bottom: 45px;
}

dl.cont_items_d dt,
.info_items_d dl.item-sku dt {
	width: 84px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	background: none;
	border: none;
}

dl.cont_items_d dd,
.info_items_d dl.item-sku dd {
	width: calc(100% - 84px);
	margin: 0;
	padding: 0;
	border: none;
}

.btn_items_color {
	width: 100%;
	max-width: 290px;
	height: 43px;
	color: #e7370c;
	border: solid 1px #e7370c;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

.select_items_size {
	min-width: 290px;
	position: relative;
	z-index: 0;
	display: inline-block;
}

.select_items_size::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: solid 1px #404040;
	border-top: solid 1px #404040;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	transform: rotate(135deg);
	pointer-events: none;
}

.select_items_size select {
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 1px #404040;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

dl.cont_items_d.cart {
	display: block;
}

dl.cont_items_d.cart dt {
	width: 100%;
	margin-bottom: 18px;
}

dl.cont_items_d.cart dd {
	width: 100%;
	display: flex;
}

.select_items_quantity {
	width: 82px;
	height: 58px;
	margin: 0 15px 0 0;
	position: relative;
	z-index: 0;
}

dl.cont_items_d.cart .skuquantity {
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 1px #909090;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
 
dl.cont_items_d.cart .skubutton {
	width: 274px;
	height: 58px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	border: solid 1px #e7370c;
	border-radius: 60px;
	background-color: #e7370c;
	background-image: url(../img/products/icon_cart_white.svg);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: left 22px center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	cursor: pointer;
}

dl.cont_items_d.cart .skubutton:hover {
	color: #e7370c;
	background-color: #fff;
	background-image: url(../img/products/icon_cart_orange.svg);
}

.col_items_spec {
	width: 100%;
	max-width: 1076px;
	margin: 0 auto 76px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_items_spec {
	width: 46.4%;
	margin: 0;
	padding: 25px 10px 25px;
	border-bottom: solid 1px #404040;
	display: flex;
}

.list_items_spec:nth-of-type(1),
.list_items_spec:nth-of-type(2) {
	border-top: solid 1px #404040;
}

.list_items_spec dt {
	width: 84px;
	margin: 0;
	padding: 0 5px 0 0;
	font-weight: 500;
	line-height: 1.5;
	word-break: break-all;
	flex-shrink: 0;
}

.list_items_spec dd {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

.list_items_spec dd p:last-of-type {
	margin-bottom: 0;
}

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

.col_items_video {
	width: 100%;
	max-width: 675px;
	margin: 0 auto 30px;
}

.wrap_video {
	width: 100%;
	height: 0;
	margin-bottom: 30px;
	padding: 56.25% 0 0 0;
	position: relative;
	z-index: 0;
}

.wrap_video:last-of-type {
	margin-bottom: 0;
}

.col_items_video iframe,
.col_items_video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.col_items_related {
	width: 100%;
	max-width: 1176px;
	margin: 0 auto;
	padding: 125px 0 0 0;
}

.col_items_related.recent {
	padding-top: 78px;
	padding-bottom: 130px;
}

.mds_items_related,
.yarpp-related h3.mds_items_related {
	margin: 0 0 24px;
	padding: 0 50px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}

.swiper-container.slider-related {
	width: 100%;
	margin: 0;
	padding: 0 48px;
}

.swiper-container.slider-related .swiper-wrapper {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.swiper-container.slider-related .swiper-slide,
.yarpp-related a.swiper-slide {
	margin: 0;
	font-weight: 400;
}

.swiper-container.slider-related .swiper-slide .name {
	font-size: 17px;
}

.swiper-container.slider-related .swiper-slide .brand {
	font-size: 13px;
}

.swiper-container.slider-related .swiper-slide .price {
	font-size: 13px;
}

.swiper-container.slider-related .swiper-button-next,
.swiper-container.slider-related .swiper-button-prev {
	width: 48px;
	height: 100%;
	margin: 0;
	background-color: #fff;
	top: 0;	
}


.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
	pointer-events: none;
}

.swiper-container.slider-related .swiper-button-next {
	right: 0;
}

.swiper-container.slider-related .swiper-button-prev {
	left: 0;
}

.swiper-container.slider-related .swiper-button-next span,
.swiper-container.slider-related .swiper-button-prev span {
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-color: #c4c5c5;
	border-radius: 50%;
	position: absolute;
	top: 120px;
	z-index: 0;
}

.swiper-container.slider-related .swiper-button-next::after,
.swiper-container.slider-related .swiper-button-prev::after {
	content: none;
}

.swiper-container.slider-related .swiper-button-next span::before,
.swiper-container.slider-related .swiper-button-prev span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: calc(50% - 4px);
	z-index: 2;
}

.swiper-container.slider-related .swiper-button-next span::before {
	transform: rotate(45deg);
	right: calc(50% - 4px);
}

.swiper-container.slider-related .swiper-button-prev span::before {
	transform: rotate(225deg);
	left: calc(50% - 4px);
}

.modal_items_color {
	width: 100%;
	height: 100%;
	padding: 50px 0;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	overflow: auto;
	display: none;
}

.inner_items_color {
	width: 94%;
	max-width: 928px;
	min-height: 88%;
	margin: auto;
	padding: 45px 45px 50px;
	background-color: #fff;
	border-radius: 15px;
}

.mds_items_color {
	margin: 0 0 35px;
	padding: 0;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
}

.box_items_color {
	width: 100%;
	max-width: 832px;
	margin: auto;
	padding: 32px 32px;
	border: solid 1px #909090;
}

.item_option {
	margin: 0;
	padding: 0;
	display: block;
}

.item_option caption {
	display: none;
}

.item_option th {
	width: 100%;
	margin: 0 0 10px;
	padding: 20px 0 0 0;
	color: #b0b0b1;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	display: block;
}

.item_option tr:first-of-type th {
	padding-top: 0;
}

.item_option td {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.item_option td input[type=radio] {
	width: 82px;
	height: 82px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.item_option td label input::after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 8px transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	transition: .2s;
}

.item_option td input[type=radio]:checked:after,
.item_option td label:hover input::after {
	border-color: #e7370c;
}

.item_option td label:not(.iopt_label) {
	width: 84px;
	height: 84px;
	margin: 0 13px 13px 0;
	padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: cover;
    cursor: pointer;
	position: relative;
	z-index: 0;
	transition: .2s;
	overflow: hidden;
	box-sizing: content-box;
}

.item_option td label:nth-of-type(8n) {
	margin-right: 0;
}

.item_option td label input[value="LEMON"] {
	background-image: url(../img/products/color/lemon.svg);
}
.item_option td label input[value="YELLOW"] {
	background-image: url(../img/products/color/yellow.svg);
}
.item_option td label input[value="MUSTARD"] {
	background-image: url(../img/products/color/mustard.svg);
}
.item_option td label input[value="ORANGE"] {
	background-image: url(../img/products/color/orange.svg);
}
.item_option td label input[value="RED"] {
	background-image: url(../img/products/color/red.svg);
}
.item_option td label input[value="PINK"] {
	background-image: url(../img/products/color/pink.svg);
}
.item_option td label input[value="VIOLET"] {
	background-image: url(../img/products/color/violet.svg);
}
.item_option td label input[value="PURPLE"] {
	background-image: url(../img/products/color/purple.svg);
}
.item_option td label input[value="LIGHT_BLUE"] {
	background-image: url(../img/products/color/light_blue.svg);
}
.item_option td label input[value="INDIGO"] {
	background-image: url(../img/products/color/indigo.svg);
}
.item_option td label input[value="BLUE"] {
	background-image: url(../img/products/color/blue.svg);
}
.item_option td label input[value="NAVY"] {
	background-image: url(../img/products/color/navy.svg);
}
.item_option td label input[value="MINT_BLUE"] {
	background-image: url(../img/products/color/mint_blue.svg);
}
.item_option td label input[value="PISTACHIO"] {
	background-image: url(../img/products/color/pistachio.svg);
}
.item_option td label input[value="LIGHT_GREEN"] {
	background-image: url(../img/products/color/light_green.svg);
}
.item_option td label input[value="GRASS_GREEN"] {
	background-image: url(../img/products/color/grass_green.svg);
}
.item_option td label input[value="DARK_GREEN"] {
	background-image: url(../img/products/color/dark_green.svg);
}
.item_option td label input[value="BEIGE"] {
	background-image: url(../img/products/color/beige.svg);
}
.item_option td label input[value="PALE_BROWN"] {
	background-image: url(../img/products/color/pale_brown.svg);
}
.item_option td label input[value="BROWN"] {
	background-image: url(../img/products/color/brown.svg);
}
.item_option td label input[value="CAMEL"] {
	background-image: url(../img/products/color/camel.svg);
}
.item_option td label input[value="MID_GREY"] {
	background-image: url(../img/products/color/mid_grey.svg);
}
.item_option td label input[value="DARK_GREY"] {
	background-image: url(../img/products/color/dark_grey.svg);
}
.item_option td label input[value="PEARL_WHITE"] {
	background-image: url(../img/products/color/pearl_white.svg);
}
.item_option td label input[value="OFF_WHITE"] {
	background-image: url(../img/products/color/off_white.svg);
}
.item_option td label input[value="WHITE"] {
	background-image: url(../img/products/color/white.svg);
}
.item_option td label input[value="BLACK"] {
	background-image: url(../img/products/color/black.svg);
}


.item_option td label input[value="AQUA"] {
	background-image: url(../img/products/color/aqua.svg);
}
.item_option td label input[value="SKY"] {
	background-image: url(../img/products/color/sky.svg);
}
.item_option td label input[value="CANDY_PINK"] {
	background-image: url(../img/products/color/candy_pink.svg);
}
.item_option td label input[value="ORANGE_RED"] {
	background-image: url(../img/products/color/orange_red.svg);
}
.item_option td label input[value="LIME"] {
	background-image: url(../img/products/color/lime.svg);
}

.btn_items_seletc {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
}

.btn_items_seletc div {
	width: 244px;
	height: 58px;
	margin: 0 20px 0 0;
	font-size: 14px;
	font-weight: 500;
	border: solid 1px #909090;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
}

.btn_items_seletc div.apply {
	margin-right: 0;
	color: #fff;
	border-color: #e7370c;
	background-color: #e7370c;
}


/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {
	
	.col_items_related .link_items .thumb {
		height: 20vw;
	}

	.col_items_related.recent {
		padding-bottom: 100px;
	}

	.swiper-container.slider-related .swiper-button-next span,
	.swiper-container.slider-related .swiper-button-prev span {
		top: 9vw;
	}

}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
	.link_items .thumb {
		height: 22vw;
	}

	.slider-thumbnail .swiper-slide,
	.slider-thumbnail .swiper-slide:nth-of-type(5n) {
		width: 23.5% !important;
		height: 10.3vw !important;
		margin-right: 2% !important;
		margin-bottom: 2% !important;
	}

	.slider-thumbnail .swiper-slide:nth-of-type(4n) {
		margin-right: 0 !important;
	}

	.inner_items_color {
		padding-left: 4%;
		padding-right: 4%;
	}

	.box_items_color {
		max-width: 730px;
	}

	.item_option td label,
	.item_option td label:nth-of-type(8n) {
		margin-right: 12px;
		margin-bottom: 12px;
	}

	.item_option td label:nth-of-type(7n) {
		margin-right: 0;
	}

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

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

	.link_items,
	.link_items:nth-of-type(4n) {
		width: 31.66666%;
		margin: 0 2.5% 40px 0;
	}

	.link_items:nth-of-type(3n) {
		margin-right: 0;
	}

	.link_items .thumb {
		height: 30vw;
	}

	.col_items_d1 {
		margin-bottom: 0;
		padding-top: 20px;
		display: block;
	}

	.img_items_d {
		width: 100%;
		margin-bottom: 30px;
	}

	.slider-main .swiper-slide {
		height: 520px;
		max-height: 100%;
		text-align: center;
	}

	.slider-thumbnail .swiper-slide,
	.slider-thumbnail .swiper-slide:nth-of-type(5n),
	.slider-thumbnail .swiper-slide:nth-of-type(4n),
	.slider-thumbnail .swiper-slide:nth-of-type(3n) {
		width: 18.5% !important;
		height: 16.5vw !important;
		margin-right: 1.875% !important;
		margin-bottom: 1.875% !important;
	}

	.slider-thumbnail .swiper-slide:nth-of-type(5n) {
		margin-right: 0 !important;
	}

	.info_items_d {
		width: 100%;
	}

	.info_items_d .category {
		margin-bottom: 12px;	
	}

	.info_items_d .name {
		font-size: 26px;
	}

	.col_items_spec {
		display: block;
	}
	
	.list_items_spec {
		width: 100%;
	}

	.list_items_spec:nth-of-type(1),
	.list_items_spec:nth-of-type(2) {
		border-top: none;
	}

	.col_items_related {
		padding-top: 80px;
	}

	.col_items_related .link_items .thumb {
		height: 26vw;
	}

	.swiper-container.slider-related .swiper-button-next span,
	.swiper-container.slider-related .swiper-button-prev span {
		top: 12vw;
	}

	.box_items_color {
		max-width: 600px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.item_option td label,
	.item_option td label:nth-of-type(7n),
	.item_option td label:nth-of-type(8n) {
		width: 82px;
		height: 82px;
		margin-right: 11px;
		margin-bottom: 11px;
	}

	.item_option td label:nth-of-type(6n) {
		margin-right: 0;
	}

	.item_option td label input::after {
		border-width: 6px;
	}
}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	
	.link_items:hover {
		color: #e8380d;
	}
	
	.link_items:hover .thumb {
		opacity: 0.7;
	}
	
	.link_items:hover .thumb img {
		transform: scale(1.08);
	}
	
	.slider-thumbnail .swiper-slide:hover {
		opacity: 0.7;
	}
	
	.btn_items_color:hover {
		color: #fff;
		background-color: #e7370c;
	}
	
	.btn_items_seletc div:hover {
		color: #fff;
		background-color: #909090;
	}
	
	.btn_items_seletc div.apply:hover {
		color: #e7370c;
		background-color: #fff;
	}


}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	.col_items {
		padding: 20px 0 30px;
	}

	.search_products {
		margin-bottom: 35px;
		align-items: center;
		flex-direction: column;
	}

	.search_products .select_arrow {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 25px;
		order: 0;
	}

	.search_products .total {
		order: 1;
	}

	.link_items,
	.link_items:nth-of-type(4n),
	.link_items:nth-of-type(3n) {
		width: 48%;
		margin: 0 4% 6% 0;
	}

	.link_items:nth-of-type(2n) {
		margin-right: 0;
	}

	.link_items .thumb {
		height: 43vw;
	}

	.txt_noitems {
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}

	.col_items_d1 {
		padding-top: 0;
	}

	.slider-main .swiper-slide {
		height: 80vw;
	}

	.slider-thumbnail .swiper-slide,
	.slider-thumbnail .swiper-slide:nth-of-type(5n),
	.slider-thumbnail .swiper-slide:nth-of-type(4n),
	.slider-thumbnail .swiper-slide:nth-of-type(3n) {
		height: 17vw !important;
	}

	.info_items_d .category {
		font-size: 15px;
	}
	
	.info_items_d .name {
		font-size: 23px;
	}

	.info_items_d .brand {
		margin-bottom: 4px;
	}

	.info_items_d .price {
		margin-bottom: 25px;
		font-size: 23px;
	}

	.info_items_d .price .taxin {
		font-size: 17px;
	}

	.btn_items_color {
		height: 36px;
	}

	.select_items_quantity {
		width: 68px;
		height: 48px;
	}

	dl.cont_items_d.cart .skubutton {
		width: 258px;
		height: 48px;
		background-position: left 44px center;
	}

	.list_items_spec {
		padding: 20px 5px 20px;
		display: block;
	}

	.list_items_spec dt {
		width: auto;
		margin-bottom: 4px;
	}

	.list_items_spec dd {
		width: auto;
	}

	.col_items_related.recent {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mds_items_related {
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}

	.swiper-container.slider-related {
		padding: 0;
		overflow: visible;
	}

	.col_items_related .link_items .thumb {
		height: 43.5vw;
	}

	.swiper-container.slider-related .swiper-button-next,
	.swiper-container.slider-related .swiper-button-prev {
		width: 48px;
		height: 48px;
		background-color: transparent;
		top: 19vw;
	}

	.swiper-container.slider-related .swiper-button-next {
		right: -20px;
	}

	.swiper-container.slider-related .swiper-button-prev {
		left: -20px;
	}

	.swiper-container.slider-related .swiper-button-next span,
	.swiper-container.slider-related .swiper-button-prev span {
		width: 100%;
		height: 100%;
		top: 0;
	}

	.inner_items_color {
		padding: 30px 4%;
		border-radius: 0px;
	}

	.mds_items_color {
		margin-bottom: 25px;
	}

	.box_items_color {
		padding: 20px 6%;
		border-radius: 15px;
	}

	.item_option th {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.item_option td label,
	.item_option td label:nth-of-type(6n),
	.item_option td label:nth-of-type(7n),
	.item_option td label:nth-of-type(8n) {
		width: 16.5vw;
		height: 16.5vw;
		margin: 0 4% 4% 0;
	}

	.item_option td label:nth-of-type(4n) {
		margin-right: 0;
	}

	.item_option td input[type=radio] {
		width: 100%;
		height: 100%;
		background-size: 100% auto;
	}

	.btn_items_seletc {
		display: block;
	}

	.btn_items_seletc div {
		width: 80%;
		max-width: 260px;
		height: 50px;
		margin: 0 auto 15px;
	}

	.btn_items_seletc div.apply {
		margin-right: auto;
		margin-bottom: 0;
	}

	

}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

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


	.slider-thumbnail .swiper-slide,
	.slider-thumbnail .swiper-slide:nth-of-type(5n),
	.slider-thumbnail .swiper-slide:nth-of-type(4n),
	.slider-thumbnail .swiper-slide:nth-of-type(3n) {
		width: 23.5% !important;
		height: 21.2vw !important;
		margin-right: 2% !important;
		margin-bottom: 2% !important;
	}

	.slider-thumbnail .swiper-slide:nth-of-type(4n) {
		margin-right: 0 !important;
	}

	dl.cont_items_d {
		padding: 15px 5px 20px;
		display: block;
	}

	dl.cont_items_d:last-of-type {
		padding-bottom: 30px;
	}

	dl.cont_items_d dt {
		margin-bottom: 5px;
		width: auto;
	}

	dl.cont_items_d dd {
		width: auto;
	}

	.select_items_size {
		min-width: auto;
	}

	.select_items_size select {
		padding-right: 35px;
	}

	dl.cont_items_d.cart dd {
		display: block;
	}

	.select_items_quantity {
		margin-bottom: 14px;
	}

	.item_option td label,
	.item_option td label:nth-of-type(4n),
	.item_option td label:nth-of-type(6n),
	.item_option td label:nth-of-type(7n),
	.item_option td label:nth-of-type(8n) {
		width: 22vw;
		height: 22vw;
		margin: 0 6% 6% 0;
	}

	.item_option td label:nth-of-type(3n) {
		margin-right: 0;
	}



}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

