@charset "utf-8";

.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
	display: none !important;
}

.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
	display: inherit !important;
}

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

.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
	display: inherit !important;
}

.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
	display: none !important;
}

}

/* layout Style
-------------------------------*/
.itemDetailWrapper {
	margin: 160px auto 0;
}
@media only screen and (max-width: 1279.9px){
	.itemDetailWrapper {
		margin: 120px auto 0;
	}
}
.itemDetailWrapper .mainContentsR {
	margin-bottom: 110px;
}
@media only screen and (max-width: 750px) {
	.itemDetailWrapper {
		margin: 70px auto 0;
	}
	.header-fixed .itemDetailWrapper {
		margin: 150px auto 0;
	}
	.itemDetailWrapper .mainContentsR {
		margin: 20px;
	}
}
@media only screen and (min-width: 751px) and (max-width: 1279.9px) {
	.itemDetailWrapper .mainContentsR {
		margin-bottom: 120px;
	}
}
.mainContentsR {
	position: relative;
	float: right;
	width: 47%;
	margin-bottom: 30px;
}
.mainContentsR .mainContentsRContent {
	width: 100%;
}
.mainContentsL {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 750px){
	.mainContentsL {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 750px){
	/* small */
	.mainContentsR {
		float: none;
        margin: 200px 20px;
        /* padding: 0 6.25%; */
        width: auto;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		/*padding: 0 6.25%;*/
	}
}
/* imageArea
-------------------------------*/
.imageSliderBlock {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
@media only screen and (max-width: 750px){
	.imageSliderBlock {
		display: block;
	}
}
.sliderRight {
	width: 85%;
}
.imageArea {
	margin: 0 5px 20px;
    padding: 0 0.9% 99.9%;
    height: 0;
    position: relative;
    /* overflow: hidden; */
}
@media only screen and (max-width: 750px){
	.sliderRight {
		width: auto;
	}
	.imageArea {
		padding: 0 9.9% 125.9%;
	}
}

.model-height {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: right;
	display: none;
}

.sliderRight p {
	position: absolute;
	right: 8px;
	margin: 36.9% 0 0;
	display: block;
}

@media only screen and (max-width: 750px){
	.imageArea {
		margin-right: 0px;
	}
	.sliderRight p {
		display: none;
	}
	.model-height {
		display: block;
		padding: 12px 13px 0;
	}
}

/* mainImage
-------------------------------*/

.mainImage a,
.mainImage img {
	display: block;
}
.mainImage a.nofade {
	cursor: default;
}
.mainImage ul li {
	display: none;
}

.mainImageSlider li{
	position: relative;
}

.mainImageSlider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imageArea .flex-direction-nav a {
	cursor: pointer;
	display: block;
	opacity: 1;
	position: absolute;
	top: 55%;
	width: 20px;
	height: 38px;
}
.imageArea .flex-direction-nav .flex-prev {
	left: 5%;
	background: url(../img/item-detail/s_detail_prev.png) no-repeat center center / 100% auto;
}
.imageArea .flex-direction-nav .flex-next {
	right: 5%;
	background: url(../img/item-detail/s_detail_next.png) no-repeat center center / 100% auto;
}

.mainImageSlider li .add_favorite {
	text-indent: -9999px;
	background: url(../img/heart.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20001;
}

.mainImageSlider li .add_favorite.active {
	background: url(../img/heart_on.png) no-repeat 0 0;
}

.mainContentsL .overlay1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	pointer-events: none;
}
.mainContentsL .overlay1.show {
	opacity: 1;
	pointer-events: auto;
}

.mainImageSlider li .zoom-btn{
	width: 68px;
    height: 30px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 20001;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #222;
    color: #fff;
    gap: 8px;
    font-size: 12px;
}

@media only screen and (max-width: 750px) {
	.mainImageSlider li .zoom-btn {
		display: none;
	}
}

.mainImageSlider li .zoom-btn .zoom-icon{
	width: 12px;
}

.zoom-modal {
	display: none;
    position: fixed;
    z-index: 9999;
    top: 5%;
    left: 0;
    right: 0;
    width: 90%;
    height: 90%;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}

.zoom-modal.active {
	display: flex;
}

.modal__inner {
	width: 100%;
	height: 100%;
	padding: 30px 110px 10px;
}
  
.zoom-modal img {
	max-width: 100%;
	height: 100%;
}
  
.zoom-close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 36px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.zoom-counter {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.zoom-main {
	height: calc(100% - 120px);
	position: relative;
}

.zoom-main ul,
.zoom-thumbnails ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.zoom-main ul li {
    display: none;
    justify-content: center;
    align-items: center;
}
.zoom-main ul li.active {
    display: flex;
}

.zoom-main img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.zoom-nav {
	position: absolute;
	z-index: 1;
	display: block;
	width: 32px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 16px;
	margin: 0;
	top: 43%;
	cursor: pointer;
}

.zoom-nav.prev{
	background: url(../img/item-detail/gallery_arrow_prev.svg) no-repeat;
	left: 25px;
}

.zoom-nav.next {
	background: url(../img/item-detail/gallery_arrow_next.svg) no-repeat;
	right: 25px;
}

.zoom-thumbnails-wrapper {
	display: flex;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 50px 10px;
}

.zoom-thumbnails {
	overflow: hidden;
	flex: 1;
}

#thumbnailList {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	transition: transform 0.3s ease;
}

.zoom-thumbnails img {
	width: 60px;
	height: auto;
	cursor: pointer;
	border: 2px solid transparent;
}

.zoom-thumbnails ul li {
	border: 2px solid transparent;
	border-radius: 4px;
	transition: border-color 0.3s ease;
	flex-shrink: 0;
}
  
.zoom-thumbnails ul li.active {
	border-color: #000;
}

.zoom-thumbnails-wrapper .gallery-button {
    cursor: pointer;
    display: block;
    width: 8px;
    height: 20px;
    background-color: #fff;
	border-color: transparent;
    position: absolute;
    top: 38%;
}

.zoom-thumbnails-wrapper button[disabled]:hover,
.zoom-thumbnails-wrapper button[disabled]:focus,
.zoom-thumbnails-wrapper button[disabled]:active {
	border-color: transparent;
	background-color: transparent;
}

.gallery-button.prev-btn {
	background: url(../img/item-detail/slider_arrow_prev.svg) no-repeat;
    left: 20px;
}

.gallery-button.next-btn {
	background: url(../img/item-detail/slider_arrow_next.svg) no-repeat;
    right: 20px;
}

@media (max-width: 750px) {
	.zoom-thumbnails {
		display: none;
	}
}

/* thumnailBox
-------------------------------*/
.thumnailBox {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 750.9px){
	.thumnailBox {
		width: 100%;
		flex-direction: row;
	}

	.thumbnailWrapper {
		display: flex;
		align-items: center;
		position: relative;
		overflow: hidden;
		margin-top: 15px;
		height: auto!important;
	}

	.thumbnail-scroll::-webkit-scrollbar {
		display: none;
	}
	
	.thumnailBox {
		display: inline-flex;
		gap: 10px;
		padding: 5px;
		margin: 0;
		list-style: none;
		white-space: nowrap;
		min-width: max-content;
	}

	.thumnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.thumb-arrow {
		position: absolute;
		display: block;
		background: #000;
		color: white;
		border: none;
		width: 21px;
		height: 21px;
		font-size: 12px;
		cursor: pointer;
		z-index: 10;
		border-radius: 50px;
	}

	.thumb-arrow:hover {
		background-color: #000;
		opacity: 0.7;
	}
	
	.thumb-arrow.prev {
		margin-right: 5px;
		left: 22px;
	}
	
	.thumb-arrow.next {
		margin-left: 5px;
		right: 22px;
	}

	button.thumb-arrow:hover, button.thumb-arrow:focus {
		background-color: #000;
	}
}

@media only screen and (min-width: 751px) and (max-width: 880.9px){
	.thumnailBox {
		height: 70vh;
	}
}

@media only screen and (max-width: 540.9px){
	.thumbnail-scroll {
		width: calc(128px * 5);
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; 
	}
	
	.thumnailBox li.thumnail {
		width: 80px !important;
		flex: 0 0 auto;
		padding: 0!important;
		margin-bottom: 0!important;
		cursor: pointer;
		position: relative;
	}
}

@media only screen and (min-width: 541px) and (max-width: 750px) {
	.thumbnail-scroll {
        width: calc(150px * 5);
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
	
	.thumnailBox li.thumnail {
		width: 150px !important;
		flex: 0 0 auto;
		padding: 0!important;
		margin-bottom: 0!important;
		cursor: pointer;
		position: relative;
	}
}

/* Hide arrows on desktop */
@media only screen and (min-width: 751px) {
	.thumb-arrow {
		display: none;
	}

	.thumbnailWrapper {
		width: 19%;
		display: block;
		overflow-y: scroll;
	}

	.thumbnail-scroll {
		overflow: visible;
	}
}

.thumnailBox li.thumnail {
	float: left;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.thumnailBox .thumnail a,
.thumnailBox .thumnail img {
	display: block;
	width: 100%;
}
.thumnailBox .thumnail .colorName {
	margin-top: 5px;
	font-size: 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	height: 15px;
}

.thumnail:hover {
    opacity: 0.8;
}

/* For mobile */
@media only screen and (max-width: 750px) {
	.thumnail {
		flex: 0 0 33.33%;
	}
}

.flex-direction-nav {
	display: none;
}
@media only screen and (min-width: 750px){
	/* medium */
	.thumnailBox .thumnail .colorName {
		display: none;
	}	
	
}

@media only screen and (max-width: 750px){
	.imageArea .flex-direction-nav a{
		top: 42%;
	}
}

/* modelInfoArea
-------------------------------*/
.modelInfoArea {
	margin-top: 10px;
}
.modelInfoArea span {
	margin-left: 10px;
}


/* specArea
-------------------------------*/
.specArea .brandName{
	margin-bottom:8px;
	font-size: 18px;
	font-weight: 400;
	font-family: "Lunasima", sans-serif;
	text-align: center;
}

.specArea .itemName {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 24px;
}
.specArea .itemName2 {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 20px;
}
.specArea .itemPrice {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
}
.specArea .products_price {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
}
.specArea .products_price .sale_prices {
	font-size: 22px;
	font-weight: 700;
	color: #F77B7C;
}
.specArea .products_price .sale_prices_re {
	font-size: 12px;
	color: #F77B7C;
}
.specArea .itemPrice .sale_wrapper {
	font-size: 11px;
}
.specArea .itemPrice .sale_wrapper .sale_price {
	font-size: 22px;
	font-weight: 700;
}
.specArea .itemPrice .sale_wrapper .sale_price_re {
	font-size: 22px;
	font-weight: 700;
	color: #F77B7C;
}
.specArea .itemPrice .tax {
	font-size: 80%;
}
.specArea .itemPrice .sale_price,
.specArea .itemPrice .txt_re,
.other_detail td > span.txt_re {
	color: #F77B7C;
}
.specArea .itemPrice .comment {
	margin-left: 10px;
	font-size: 80%;
	color: #F77B7C;
}
.specArea .itemPrice .proper_wrapper {
	display: none;
}
.specArea .itemPrice .sale_wrapper {
	display: none;
}
.specArea .itemPrice .sale_wrapper .separator {
	margin: 0 5px;
	font-size: 80%;
}
.specArea .itemPrice .sale_wrapper .proper_price_block {
	display: inline-block;
	text-decoration: line-through;
}
.specArea .itemPrice .sale_wrapper .proper_price_block .proper_price,
.specArea .itemPrice .sale_wrapper .proper_price_block .proper_price_re {
	text-decoration: none;
}
.specArea .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	font-size: 1.2rem;
	color: #000;
}
.specArea .itemPrice .sale_wrapper .proper_price_re {
	text-decoration: line-through;
	color: #000;
}
.specArea .products_price .proper_prices {
	text-decoration: line-through;
	font-size: 1.2rem;
	color: #000;
}
.specArea .products_price .proper_prices_re {
	color: #000;
	font-size: 12px;
}

.select_wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
  
.select_label {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.select_dropdown select {
	padding: 10px 36px 10px 22px;
	font-size: 17px;
	font-weight: 400;
	border: none;
	border-radius: 999px;
	background: #F2F2F2;
	color: #222;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
	display: block;
	width: 190px;
	height: 40px;
}
@media only screen and (max-width: 750px){
	.select_dropdown select {
		width: 200px;
	}
}

.quantity-container {
	display: flex;
	align-items: center;
	gap: 12px;
}
  
.quantity-label {
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 500;
}
  
.quantity-selector {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 166px;
	padding: 2px 20px;
	background: #F2F2F2;
	border-radius: 100px;
}
  
.quantity-button {
	cursor: pointer;
	font-size: 25px;
	color: #525252;
	user-select: none;
	width: 30px;
	text-align: center;
}
  
.quantity-value {
	font-family: "Noto Sans JP";
	font-size: 17px;
	font-weight: 500;
	color: #222;
	width: 40px;
	text-align: center;
}
  

.detailArea .sizeGuide{
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-family: "Lunasima", sans-serif;
	text-align: right;
	border-top: 1px solid #bfbfbf;
}

.detailArea .sizeGuide a{
	text-decoration: underline;
}

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

	.specArea .itemPrice {
		margin-bottom: 15px;
	}
	.specArea .itemPrice .sale_wrapper .comment {
		display: block;
	}
	
	.specArea .brandName {
	margin-bottom: 10px;
	}

.specArea .itemName {
	margin: 0 0 15px;
}

.detailArea .sizeGuide{
	font-size: 12px;
}




}

.itemDetailWrapper .add_cart_pop {
	background-color: #fff;
	border: 1px solid;
	top: 200px;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.itemDetailWrapper .add_cart_pop > p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.itemDetailWrapper .add_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
	background-color: #ECD062;
	border: #ECD062;
}
.itemDetailWrapper .add_cart_pop .btn-area .buttonWhite {
	background-color: #FFF;
	border: 1px solid #A5A5A5;
}

.itemDetailWrapper .add_cart_process_pop {
	background-color: #fff;
	border: 1px solid;
	bottom: 0;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 9999;
	text-align: center;
}
.itemDetailWrapper .add_cart_process_pop > p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* stockStatus
-------------------------------*/
.stockStatus {
	margin-top: 20px;
}
.stockStatus ul {
	display: table;
	border-top: 1px dotted #A5A5A5;
	width: 100%;
}
.stockStatus ul li {
	display: table-row;
}
.stockStatus .thCol,
.stockStatus .tdCol {
	display: table-cell;
}
.stockStatus .thCol {
	width: 26%;
	border-left: none;
	border-right: none;
	padding: 0 10px 0 0px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}
.stockStatus .thCol.rowlast {
	border-bottom: 1px dotted #A5A5A5;
}
.stockStatus .tdCol {
	border-bottom: 1px dotted #A5A5A5;
	vertical-align: middle;
}
.stockStatus .tdCol.itemPrice {
	width: 22%;
}
.stockStatus .tdCol.stockLabel {
	width: 22%;
}
.stockStatus .tdCol.sizeName {
	width: 10%;
}
.stockStatus .tdCol.selectButton {
	width: 20%;
}
.stockStatus .sizeName span {
	margin: 0 2px;
}
.stockStatus .selectButton {
	padding: 4px 0;
	min-width: 120px;
}
.stockStatus .selectButton a {
	display: block;
	width: 100%;
}
.stockStatus .selectButton input {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #dddddd;
}
.stockStatus .selectButton span {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	cursor: default;
}
.stockStatus .td.selectButton img {
	display: block;
	vertical-align: middle;
	width: 158px;
}
.stockStatus .remarks {
	margin-top: 10px;
}

@media only screen and (max-width: 749px){
	/* small */
	.stockStatus ul {
		border-top: none;
	}
	.stockStatus ul li {
		display: block;
	}
	.stockStatus .thCol {
		display: block;
		border: none;
		width: 100%;
		background-color: #000;
		padding: 5px 0 5px 15px;
	}
	.stockStatus .thCol.empty {
		display: none;
	}
	.stockStatus .thCol a {
		color: #fff;
	}
	.stockStatus .tdCol {
		display: inline-block;
		text-align: center;
	}
	.stockStatus .tdCol.itemPrice {
		width: 21%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.stockLabel {
		width: 22%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.sizeName {
		width: 10%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.selectButton {
		width: 42%;
		height: 39px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.stockStatus .selectButton input.button {
		width: 158px;
		padding: 5px 0 5px 0;
		padding-bottom: 5px;
		margin: 0 auto;
	}
	.stockStatus .selectButton img {
		width: 100%;
	}

	.stockStatus .thCol.rowlast {
		border-bottom: none;
	}
	.stockStatus .rowlast .tdCol {
		border-bottom: none;
	}
	.stockStatus .last .tdCol {
		border-bottom: 1px dotted #A5A5A5;
	}
}

/* snsArea
-------------------------------*/
.snsArea {
	margin-top: 15px;
}
.snsArea li {
	float: left;
	margin-right: 5px;
}

/* sizeTable
-------------------------------*/
.sizeTable {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
}
.sizeTable th,
.sizeTable td {
	padding: 8px 2px;
	border-top: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	text-align: center;
}
.sizeTable th {
	background-color: #fff;
}

/* popularWrapper
-------------------------------*/
.popularWrapper {
	margin-top: 50px;
	padding: 0 6.25%;
}
.popularWrapper h2 {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.popularWrapper li:last-child {
	float: left!important;
}
@media only screen and (max-width: 749px){
	/* small */
	.popularWrapper h2 {
		text-align: center;
	}
}

/* goodsList
-------------------------------*/
.goodsList li.columns {
	margin: 0 1.3%;
	width: 14.5%;
}
.goodsList li.columns:nth-child(6n+1) {
	margin-left: 0;
	margin-right: 1.3%;
}
.goodsList li.columns:nth-child(6n) {
	margin-left: 1.3%;
	margin-right: 0;
}
@media only screen and (max-width: 749px){
	/* small */
	.goodsList {
		margin: 9px 0 0 0;
	}

	.goodsList li.columns {
		width: 48%;
		margin: 25px 0;
	}
	.goodsList li.columns:nth-child(2n+1) {
		margin-right: 2%;
		clear: both;
	}
	.goodsList li.columns:nth-child(2n+2) {
		margin-left: 2%;
	}
}

/* clearfix
-------------------------------*/
/*.detailArea .clearfix{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #A5A5A5;
}*/
/* .detailArea .clearfix.color .subtitle{
	margin-bottom: 10px;
	font-family: "Lunasima", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.detailArea .clearfix .subtitle.detail_title{
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	cursor: pointer;
}
.detailArea .clearfix .subtitle.active{
	background: url(../img/arrow/arrow_up.gif) no-repeat right 5px center;
	cursor: pointer;
}
.detailArea .clearfix .detail,
.detailArea .clearfix .size {
	padding-top: 10px;
}
.detailArea .clearfix .subtitle2{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}

@media only screen and (max-width: 749px){
	.detailArea .color .subtitle,
	.detailArea .size .subtitle,
	.detailArea .quantity .subtitle {
		text-align: center;
	}
}

.colorList{
	margin-bottom: 20px;
	text-align: center;
}

.colorList ul{
	display: inline-block;
}

.colorList li {
	float: left;
	margin: 0 5px;
	position: relative;
	width: 40px;
	cursor: pointer;
}

.colorList li img{
	vertical-align: middle;
	border: 1px solid #000;
}

.colorList li.active img{
	border: 1px solid #ee86a1;
}

.colorList li:hover{
	opacity: .7;
}

.colorList li span{
	display: block;
	margin-top: 3px;
	height: 25px;
	font-size: 10px;
	letter-spacing: -.5px;
	line-height: 1.2;
}

.colorList li.active span{
	color: #ee86a1;
}

/*.color ul li .selected {
	display: none;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #A5A5A5;
	z-index: 1;
	position: absolute;
	top: -5px;
	left: -5px;
}*/
/* 
.color ul li a.white {
	border: 1px solid #A5A5A5;
}
.color_detail .soldout {
	position: relative;
}
.color_detail .soldout::before {
	border-left: 1px solid #000;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	transform: skewX(-35deg);
}
.color_detail .soldout.white::before {
	border-left: 1px solid #fff;
}
@media only screen and (max-width: 749px){
	.color ul {
		display: table;
		margin: 0 auto;
		padding-left: 15px;
	}
	
	.colorList{
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.colorList li {
	   width: 50px;
	   font-size: 11px;
	}

	.colorList li span{
	   font-size: 11px;
	}

} */

.size,
.quantity {
	position: relative;
}
.size_text,
.quantity_text {
	display: block;
	padding: 5px 30px 5px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 12px;
	width: 100px;
	margin-top: 10px;
	cursor: pointer;
}
.size_list{
	background-color: #fff;
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1;
	border: 1px solid #A5A5A5;
	width: 100px;
}
/* .size_detail,
.quantity_detail {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	cursor: pointer;
}
.size_detail:hover,
.quantity_detail:hover {
	background-color: #eee;
} */
@media only screen and (max-width: 749px){
	.size_text {
		margin: 10px auto 0;
	}
	.size_list {
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
}

/* controllButton
-------------------------------*/
.controllButton {
	margin: 20px 0 0;
	position: relative;
}
.controllButton .columns {
	text-align: center;
}
.controllButton .columns:first-child {
	padding-right: 2px;
}
.controllButton .columns:last-child {
	padding-left: 2px;
	margin-top: 0;
}
.controllButton .columns .cart_btn,
.controllButton .columns .restock_request_btn {
	width: 100%;
}

@media only screen and (max-width: 749px){
	.controllButton .columns:first-child {
		padding-right: 0;
	}
	.controllButton .columns:last-child {
		margin-top: 10px;
		padding-left: 0;
	}
}

.clearfix .sns {
	margin-top: 20px;
}

.clearfix .sns li {
	float: left;
	width: 50px;
}
.clearfix .sns li img {
	width: auto;
	height: 20px;
	opacity: 0.5;
}


/* iconList
-------------------------------*/
.mainContentsL .clearfix.iconList,
.detailArea .clearfix.iconList {
	font-weight: 300;
	font-size: 12px;
	color: #c8161e;
	height: 20px;
	margin: 0 0 20px;
	padding-top: 0;
	border-top: 0;
}

.mainContentsL .clearfix.iconList span.ico,
.detailArea span.ico {
	box-sizing: border-box;
	cursor: auto;
	display: inline-block;
	font-family: "futura","Century Gothic",sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 5px;
	padding: 1px 10px;
	text-align: center;
	border-radius: 2px;
}
.ico1 {
	background: #A5A8D8 none repeat scroll 0 0;
	color: #fff;
}
.ico2 {
	background: #F77B7C none repeat scroll 0 0;
	color: #fff;
}
.ico3 {
	background: #00a968 none repeat scroll 0 0;
	color: #fff;
}
.ico4 {
	background: #dda0dc none repeat scroll 0 0;
	color: #fff;
}
.ico5 {
	background: #8585ff none repeat scroll 0 0;
	color: #fff;
}
.ico6 {
	background: #cccc33 none repeat scroll 0 0;
	color: #fff;
}
.ico7 {
	background: #a5a9ab none repeat scroll 0 0;
	color: #fff;
}


@media only screen and (max-width: 749px){
.mainContentsL .clearfix.iconList{
	margin: 10px 0 15px;
}
}

/* size_table
-------------------------------*/
/* .size_table{
	padding-bottom: 36px;
	border-bottom: 1px solid #bfbfbf;
}

.size_table ul{
	margin-left: -1%;
}

.size_table ul li{
	margin-bottom: 4px;
	margin-left: 1%;
	width: 32.33%;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	background: #eee;
}

.size_table ul li.active{
	color: #fff;
	background: #f085a1;
}

.size_table ul li:hover{
	opacity: .7;
	cursor: pointer;
}

.size_table ul li.active span{
	padding-left: 25px;
	background: url(../img/item-detail/icn_check.png) no-repeat left center;
}

.size_table ul li.no_stock{
	color: #b2b2b2;
}

.size_table ul li.no_stock:hover{
	opacity: 1;
}

@media only screen and (max-width: 749px){
.size_table{
	padding-bottom: 20px;
}

}




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

.size_table ul li{
	width: 49%;
}


}

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

.size_table ul li{
	width: 49%;
}

dl#jis_size dd table {
	table-layout: auto;
}


} */



/* other_detail
-------------------------------*/
.other_detail{
	margin: 25px 0;
	font-size: 14px;
}

.other_detail th,
.other_detail td{
	padding: 15px 0;
	font-size: 14px;
}

.other_detail th{
	width: 85px;
}

.other_detail td{
	line-height: 1.4;
}

.other_detail td > span{
	margin-left: 1em;
}

.other_detail td > span.sku_proper_price{
	margin-left: 0;
	text-decoration: line-through;
}


.other_detail td > span.sku_sale_price{
	font-size: 16px;
	margin-left: 0;
}

.other_detail td > span.sku_comment + .txt_re,
.other_detail td span.sku_sale_price + .txt_re{
	margin-left: 0;
}

.other_detail .quantity_text {
	display: block;
	padding: 11px 30px 12px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 17px;
	width: 190px;
	margin-top: 0px;
	cursor: pointer;
}

.other_detail .quantity_list {
	top: 60px;
	width: 190px;
}

.other_detail td .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	font-size: 80%;
	color: #999;
}

.other_detail td .itemPrice .sale_wrapper .separator {
	margin: 0 5px;
	font-size: 80%;
}

.other_detail td .itemPrice .sale_price {
 	font-size: 24px;
	color: #f00;
}

.other_detail td .itemPrice .sale_price .sub{
	font-size: 12px;
}


.other_detail td .itemPrice .comment {
	margin-left: 10px;
	font-size: 80%;
	color: #f00;
}

.other_detail td .itemPrice .comment {
	display: block;
	margin-left: 82px;
}

.other_detail td .itemPrice .proper_price{
	font-size: 24px;
}

.other_detail td .itemPrice .txt_re{
   color: #f00;
}



@media only screen and (max-width: 749px) {
.other_detail{
	margin: 12px 0;
}




}


/* .controll_btn
-------------------------------*/
.controll_btn{
	
}

.controll_btn .cart_btn{
	width: 81.97%;
	margin-right: 2%;
	width: -webkit-calc(98% - 58px);/*Chrome19~25対応*/
	width: -moz-calc(98% - 58px);/*Firefox4~15対応*/
  	width: calc(98% - 58px);
	float: left;
}

.controll_btn .cart_btn button{
	position: relative;
	height: 60px;
	width: 100%;
	font-size: 24px;
	font-weight: 200;
	font-family: "Lunasima", sans-serif;
}

.controll_btn .cart_btn button:before{
	position: absolute;
	top: 32%;
	left: 20px;
	content: '';
	width: 16px;
	height: 20px;
	background: url(../img/item-detail/icn_add_bag.png) no-repeat center center;
}

.controll_btn .cart_btn button img{
	display: inline-block;
	margin-bottom: 5px;
}

.controll_btn .btn_map{
	min-width: 58px;
	max-width: 58px;
	width: 13.09%;
	height: 60px;
	float: right;
	box-sizing: border-box;
}

.controll_btn .btn_map button{
	border: 1px solid #000;
}

.controll_btn .btn_map img{
	vertical-align: middle;
}

@media only screen and (max-width: 900px) {
	.controll_btn .cart_btn button{
		font-size: 16px;
		font-weight: bold;
	}
	.controll_btn .cart_btn button::before {
		background-size: 14px;
	}
}

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

.controll_btn {
	margin-bottom: 22px;
}
.controll_btn .cart_btn button{
	font-size: 24px;
	font-weight: normal;
}
.controll_btn .cart_btn button::before {
	background-size: auto;
}
}

@media only screen and (max-width: 340px) {
	.controll_btn .cart_btn button{
		font-size: 16px;
		font-weight: bold;
	}
	.controll_btn .cart_btn button::before {
		background-size: 14px;
	}
}

/* タブ切り替え
--------------------------------------*/
#horizontalTab{
	clear: both;
}

ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}

.resp-tabs-list li {
	display: inline-block;
	padding: 15px 0;
	margin: 0;
	width: 21.55%;
	text-align: center;
	cursor: pointer;
	float: left;
	border: 1px solid #bfbfbf;
	margin-bottom: -1px !important;
	opacity: .3;
}

.resp-tabs-list li:first-child{
	border-left: 1px solid #bfbfbf;
}

.resp-tabs-container {
	padding: 60px 0 65px;
	background-color: #fff;
	clear: left;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	font-size: 16px;
	line-height: 1.75;
}

.resp-tabs-list li.resp-tab-active {
	border-bottom: none;
	border-bottom: 1px solid #fff;
	padding: 15px 0!important;
	opacity: 1;
}

.resp-tabs-list li.resp-tab-active {
	background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
	font-size: 13px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

   h2.resp-tab-active.resp-accordion:nth-of-type(2) {
   padding-left: 100px!important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

h2.resp-accordion span.resp-arrow {
	width: 20px;
	height: 40px;
	float: right;
	background: url(../img/item-detail/icn_open.png) no-repeat center center;
	background-size: 20px;
}

h2.resp-accordion.resp-tab-active span.resp-arrow{
	background: url(../img/item-detail/icn_close.png) no-repeat center center;
	background-size: 20px;
}


/*-----------Accordion styles-----------*/
.resp-easy-accordion  h2.resp-accordion {
		display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active {
	display: block;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}

/*tab_content*/
.ttl_review{
	margin: 0 0 20px;
}

.ttl_review .stars{
	color: #e95a7f;
}

.resp-tab-content .btn_review{
	display: inline-block;
	margin-left: 15px;
	padding: 0 20px;
	line-height: 40px;
	background: #000;
	color: #fff;
}

.review_list{
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 14px;
}

.review_list:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;	
}


.review_list .stars{
	
}
.review_list .size{
	margin: 0 15px;
	font-size: 12px;
}
.review_list .date{
	font-size: 12px;
}

.review_list .nick_name{
	margin: 10px 0 5px;
}

.review_list .nick_name span{
	font-weight: bold;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 749px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
		height: 60px;
	}

	.resp-tabs-container h2.resp-accordion:first-child {
		background: url(../img/item-detail/ttl_product_detail.png) no-repeat 10px center;
	}
	.resp-tabs-container h2.resp-accordion:nth-of-type(2) {
		background: url(../img/item-detail/ttl_reviews_sp.png) no-repeat 10px center;
		background-size: auto 16px; 
		padding-left: 100px;
		line-height: 40px;
	}
	
	.resp-tab-content-active {
		padding-bottom: 20px;
		border-bottom: 1px solid #c1c1c1 !important;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #bfbfbf;
	}

	.resp-tabs-container{
		padding: 25px 0;
		border-top: 0;
		border-bottom: 0;
	}
	
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.resp-accordion-closed {
		display:none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}

@media only screen and (max-width: 400px) {
.ttl_review .btn_review{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 200px;
	box-sizing: border-box;
}
}


/* related item
--------------------------------------*/

#related-wrap{
	padding:28px 0 100px;
}
#related-wrap ul.related-list{
	overflow:hidden;
}
#related-wrap ul.related-list li{
	width:15.5%;
	float:left;
	margin-left:1.4%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
#related-wrap ul.related-list li:first-child{
	margin-left:0;
}
#related-wrap ul.related-list li .img{
	position:relative;
	margin-bottom:20px;
}
#related-wrap ul.related-list li .img .heart{
	position:absolute;
	top:10px;
	right:10px;
}
#related-wrap ul.related-list li .img .mask {
	width:100%;
	height:100%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .mask {
	opacity:1;
}
#related-wrap ul.related-list li .img .mask .bag-btn{
	position:absolute;
	bottom:10px;
	margin:auto;
	left:0;
	right:0;
}

#related-wrap ul.related-list li .img .mask .bag-btn img{
	max-width: 120px;
}

#related-wrap ul.related-list li .item-name{
	margin-bottom:10px;
}
#related-wrap ul.related-list li .price{
	color:#7d7d7d;
}

#related-wrap ul.related-list li .sp-btn{
	display:none;
}

#related-wrap ul.related-list li .img .bag-btn{
	position:absolute;
	bottom:0px;
	margin:auto;
	right:0px;

	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .bag-btn {
	opacity:1;
}


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

	#related-wrap ul.related-list li .img .mask {
		display:none;
	}
	#related-wrap ul.related-list li .sp-btn{
		display:block;
		width:70%;
		margin:0 auto;
		padding-top:10px;
	}
	#related-wrap ul.related-list li .item-name {
		margin-bottom: 0px;
	}
}

#category-wrap{
	margin-bottom: 43px;
}


@media only screen and (max-width: 750px){
#category-wrap{
	margin-bottom: 30px;
}

	#related-wrap{
		padding:0 0 40px;
	}
	#related-wrap ul.related-list li,
	#related-wrap ul.related-list li:first-child{
		width:31.33%;
		float:left;
		margin:0 3% 40px 0;
		font-size:14px;
		font-size:1.4rem;
	}
	#related-wrap ul.related-list li:nth-child(3n){
		margin-right:0;
	}
	#related-wrap ul.related-list li .img{
		margin-bottom:10px;
	}
	#related-wrap ul.related-list li .img img{
		width:100%;
	}
	#related-wrap ul.related-list li .img .heart{
		top:5px;
		right:5px;
		width:15px;
	}
	
	#related-wrap ul.related-list li .item-name{
		margin-bottom:5px;
	}

}

	dl#jis_size dt:after {
		  content: "▲閉じる";
		  padding-left:10px;
	}
	dl#jis_size dt.active:after {
		  content: "▼表示する";
		  padding-left:10px;
	}
	
	dl#jis_size dt {
		padding-top: 10px;
		color: #000;
		font-size: 12px;
		line-height: 1.75;
	}
	
	dl#jis_size dd table {
		table-layout: fixed;
	}
	dl#jis_size dd table tr td {
		padding-top: 10px;
		color: #000;
		font-size: 12px;
		line-height: 1.75;
	}
	
	dl#jis_size  {
		font-family: Helvetica,"Hiragino Kaku Gothic Pro",Meiryo,Arial,Verdana,sans-serif;
		color: #000;
	}
	
	


.product-detail {
	margin-top: 34px;
	font-family: "Noto Sans JP";
	color: #333;
}
	  
.button-action {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

.cart-btn.soldout_btn{
	background-color:#ecd0627a;
}
	  
.cart-btn {
	max-width: 357px;
    width: 100%;
	background-color: #ECD062;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	font-family: "Noto Sans JP";
	padding: 19px 40px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
	  
.product-detail .favorite-btn {
	max-width: 169px;
    width: 100%;
	background-color: #9F9F9F;
	color: #fff;
	font-size: 17px;
	font-family: "Noto Sans JP";
	padding: 19px 24px;
	border: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media only screen and (max-width: 750px){
	.button-action {
		display: block;
		gap: 12px;
		margin-bottom: 20px;
	}
	.cart-btn, .favorite-btn {
		max-width: 100%;
	}
	.cart-btn {
		margin-bottom: 17px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 1279.9px){
	.cart-btn, .favorite-btn {
		max-width: 100%;
		width: 100%;
		font-size: 16px;
		padding: 20px 10px;
	}
}

.cart-btn:hover {
	background-color: #ECD062;
	opacity: 0.7;
}

.favorite-btn:hover {
	background-color: #9F9F9F;
	opacity: 0.7;
}

.favorite-btn .heart-icon {
	width: 17px;
	margin-right: 10px;
}
	  
.product-description p {
	line-height: 1.8;
	font-size: 16px;
}
	  
.goods-attributes{
	margin-top: 20px;
	margin-bottom: 15px;
}
.goods-attributes p{
	line-height: 1.4;
	font-size: 16px;
	margin: 0 0 10px;
}

.size-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.size-table thead,
.size-table tbody {
	border-top: 1px solid #000;
}
	  
.size-table th,
.size-table td {
	padding: 12px 30px;
	font-size: 14px;
}

@media only screen and (max-width: 750px){
	.size-table th,
	.size-table td {
		padding: 10px 8px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 1279.9px){
	.size-table th,
	.size-table td {
		padding: 10px 14px;
	}
}

.size-table th {
	background-color: #F8F8F8;
}
	  
.product-links {
	list-style: none;
	padding: 0;
	font-size: 16px;
}
	  
.product-links li {
	margin-bottom: 6px;
}

.recommend-products {
	margin-top: 60px;
}

@media only screen and (min-width: 750px){
	.recommend-products .check-product{
		padding-top: 60px !important;
	}
}
@media only screen and (max-width: 750px){
	.recommend-products {
		margin-top: 30px;
	}
}
	  