@charset "utf-8";

:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.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
-------------------------------*/
/*
#container {
	background-color: #f8f4e9;
	position: relative;
}
*/
/*
#container:before{
	content: "";
    position: absolute;
    border: solid 10px #fff;
    height: 100%;
    width: 100%;
}
*/

body.modal--show
{
	height: 100dvh;
	overflow-y: hidden;	
}

.mainContents {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	overflow: hidden;
	padding-top: 130px;
}
@media (max-width: 767px)
{
	.mainContents 
	{
		padding-top: 75px;
		padding-bottom: 0;
	}		
}
.mainContentsR {
	position: relative;
}
.mainContentsR::-webkit-scrollbar {
	display: none;
}
.mainContentsR {
	scrollbar-width: none;
	-ms-overflow-style: none;
		width: 50%;
		margin-left: auto;
}
.mainContentsR .mainContentsRContent {
	width: 100%;
	padding: 0 0 0;
	color: #212121;
}
@media (min-width: 768px)
{	
	.mainContentsR .mainContentsRContent
	{
		max-width: 675px;
		padding: 0 75px;
	}
	.mainContentsL {
		width: 50%;
		padding: 0;
		min-height: 100dvh;
	}
	
	.mainContentsL__inner
	{
		max-width: 675px;
		margin-left: auto;
	}
	
	.mainContentsL.fix
	{
		position: fixed;
		width: var(--mainContentsL_Width);	
		top: 0;
	}
	
	.mainContentsL.bottom_fix
	{
		position: absolute;
		left: 0;
		bottom: 0;
		top: auto;
		width: 50%;
	}
}

#container > .crumbsList{
	display: none;
}
.crumbsList {
	display: block;
	top: inherit;
	padding: 0 0 22px 0;
	margin: 0;
	max-width: 100%;
	text-align: right;
	height: auto;
}
.crumbsList .column {
	padding: 0;
}
.crumbsList .row {
	padding: 0;
	position: relative;
	top: auto;
	right: auto;
}
.crumbsList li {
	font-size: 10px;
}
.crumbsList li.last {
    padding-right: 0;
}
.crumbsList li a {
	font-size: inherit;
}
.mainContentsL .crumbsList {
	display: none;
}
.white {
	background-color: #fff;
}
.column {
    width: 100%;
}
.column li {
    border: none;
}
.column li:first-child {
    padding-top: 0;
}

@media only screen and (max-width: 767px){
	/* small */
	#container {
	    border: none;
	    background-color: transparent;
	}
	#container:before {
		display: none;
	}
	.mainContentsR {
		float: none;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		padding-bottom: 48px;
		height: auto;
		overflow-y: unset;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mainContentsL {
		float: none;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
		padding: 0 20px;
	}
	.crumbsList {
		display: none;
	}
	.mainContentsL .crumbsList {
		display: block;
		position: unset;
		margin: 0;
		height: 30px;
		text-align: left;
	}
	.crumbsList .row {
		left: 0;
		top: auto;
    	padding: 0;
	}
}

/* imageArea
-------------------------------*/
.imageArea {
	position: relative;
	overflow: hidden;
	max-width: 1350px;
}

@media only screen and (max-width: 767px){
	.imageArea {
		margin-right: 0px;
		width: 100%;
	}
}

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

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

.mainImageSlider{
	display: flex;
	align-items: center;
}
.mainImageSlider li{
	position: relative;
	float: none !important;
}

.mainImageSlider img {
	width: 100%;
}
.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: 3%;
	top: 50%;
	background: url(../img/arrow.svg) no-repeat center center / 70% auto;
	transform: rotate(180deg);
}
.imageArea .flex-direction-nav .flex-next {
	right: 3%;
	top: 50%;
	background: url(../img/arrow.svg) no-repeat center center / 70% auto;
}

/*
.favorite-btn {
	font-size: 18px;
	font-family: 'Perpetua Regular','Noto Serif JP', serif;
	color: #4d4d4d;
	padding-right: 33px;
	padding-top: 11px;
	letter-spacing: 1px;
}

.add_favorite {
	text-indent: -9999px;
	background: url(../img/favorite_njs.png) no-repeat 0 0;
	z-index: 1;
	position: absolute;
	bottom: 7px;
	right: 0px;
	height: 30px;
	width: 24px;
	background-size: 100%;
}

.add_favorite.active {
	background: url(../img/favorite_njs_active.png) no-repeat 0 0;
	background-size: 100%;
}
*/

.mainContents .favorite-btn {
	transform: translateY(5px);
	margin-left: 20px;
    /* position: absolute; */
    /* top: 10px; */
    /* right: 10px; */
    /* z-index: 2; */
/*    padding: 0;
    margin: 0;
    width: 35px;
    transform: translateY(5px);

    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: 5px;
*/
}
.mainContents .favorite-btn .add_favorite {
    font-size: 0;
/*
    height: 100%;
    width: 100%;
*/
    padding: 0;
    margin: 0;
    display: block;
    background-image: url(../img/icon_favo.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 27px;
    height: 24px;
/*
	position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
*/
}

.add_favorite.active {
    background-image: url(../img/icon_favo_on.svg);
}


.mainImageSlider li .zoom-btn{
	width: 130px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 20001;
}

.mainImageSlider .item_video  > * {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	width: 99.5vw;
    padding: 0 0.25vw;
}
  
.mainImageSlider .item_video video {
	max-width: 100%;
	vertical-align: bottom;
}

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

	.imageArea .flex-direction-nav .flex-prev {
		left: 2%;
		top: 40%;
		background-size: 10px;
	}
	.imageArea .flex-direction-nav .flex-next {
		right: 2%;
		top: 40%;
		background-size: 10px;
	}
	.add_favorite {
		bottom: 5px;
		background-size: 90%;
	}
	.mainContents .favorite-btn {
		padding-top: 0;
		font-size: 0;
		letter-spacing: normal;
	}
}

/* thumnailBox
-------------------------------*/
.thumnailBox {
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.thumnailBox ul {
}
.thumnailBox li.thumnail {
	/* float: left; */
	width: 20%;
	padding: 3px 1.5px 0 1.5px;
	opacity: 0.5;
	position: relative;
}
.thumnailBox li.thumnail.active {
	opacity: 1;
}
.thumnailBox li.thumnail:last-child {
    /* padding-right: 0; */
}
.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;
}
.mainContents.itemDetailWrapper.other_wrap {
    background-color: #fff;
	max-width: 100%;
}

.thumnailBox .video_thum .iconMovie {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thumnailBox .video_thum .iconMovie::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7.5px solid #ffffff;
    border-right: 0;
}
@media only screen and (min-width: 768px){
	/* medium */
	.thumnailBox .thumnail .colorName {
		display: none;
	}
	.itemDetailWrapper {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		position: relative;
	}
	.itemDetailWrapper.other_wrap {
		padding: 0;
	}
}

@media only screen and (max-width: 767px){
	.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: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed'; */
	text-align: center;
}

.specArea .itemName {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .1em;
	color: #212121;
}
.specArea .itemName2 {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 20px;
}
/*
.specArea .itemPrice {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Perpetua Regular','Noto Serif JP', serif;
}
*/
.specArea .itemPrice 
{
	letter-spacing: .1em;
}
.specArea .itemPrice .arrow {
	margin: 0 5px;
	color: #f00;
}
.specArea .itemPrice .tax {
	font-size: 80%;
}
.specArea .itemPrice .sale_price,
.specArea .itemPrice .txt_re,
.other_detail td > span.txt_re {
	color: #f00;
}
.specArea .itemPrice .sale_price,
.specArea .itemPrice .txt_re.before {
	/* font-size: 26px; */
}
.specArea .itemPrice .txt_re.after {
	/* font-size: 10px; */
}
.specArea .itemPrice .comment {
	margin-left: 10px;
	color: #f00;
}
.specArea .itemPrice .proper_wrapper {
	display: none;
	font-size: 1.8rem;
	line-height: 1.1;
}
/* .specArea .itemPrice .proper_wrapper .proper_price {
	font-size: 26px;
} */
.specArea .itemPrice .proper_wrapper small {
	font-size: 1rem;
	margin-left: .5em;
}
.specArea .itemPrice .sale_wrapper {
    display: none;
    font-size: 1.8rem;
    line-height: 1.1;
}

.specArea .itemPrice .sale_price,
.specArea .itemPrice .txt_re,
.other_detail td > span.txt_re {
    color: #f00;
}

.specArea .itemPrice .sale_wrapper small,
.specArea .itemPrice .sale_wrapper .txt_re small {
    font-size: 42%;
}
.specArea .itemPrice .sale_wrapper .separator {
    margin: 0 5px;
    font-size: 130%;
}
.specArea .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	color: #999;
}
.specArea small.note {
    font-size: 11px;
    display: block;
    padding: 3px 0;
    font-weight: 300;
}

.detailArea .sizeGuide{
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 14px;
/* 	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed'; */
	text-align: right;
	border-top: 1px solid #bfbfbf;
}

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

@media only screen and (max-width: 767px){
	.specArea {
	}
	.specArea .itemPrice {
		letter-spacing: .1em;
	}
	.specArea .itemPrice .sale_wrapper .comment {
		
	}
	
	.specArea .brandName {
	margin-bottom: 10px;
	}

	.specArea .itemName {
		font-size: 1.5rem;
	}
/*
	.specArea .itemPrice .proper_wrapper .proper_price {
		font-size: 29px;
	}
*/
	.specArea .itemPrice .sale_price {
		/* font-size:80%; */
	}
	.specArea .itemPrice .txt_re,
	.specArea .itemPrice .txt_re.before {
		/* font-size:80%; */
	}
	.detailArea .sizeGuide{
		font-size: 12px;
	}
	.thumnailBox li.thumnail {
		width: 20vw;
	}
	.thumnailBox {
		display: flex;
		flex-wrap: wrap;
	}
	.hidden {
		overflow-x: scroll;
		padding: 0 0 16px;
	}

}

.mainContentsR a.link {
	color: #4d4d4d;
	border-bottom: 1px solid;
	line-height: 13px;
	display: inline-block;
}

.back_to_list {
	padding-top: 60px;
}
.mainContentsR .back_to_list a.link {
	font-size: 20px;
}
.mainContentsR .back_to_list a.link {
	font-size: 20px;
/* 	font-family: 'Perpetua Regular','Noto Serif JP', serif; */
	line-height: 14px;
}

#cartWrapper {
    /*margin: 40px 0 40px;*/
    position: relative;
/*
    border-top: 1px solid #efe9e9;
    border-bottom: 1px solid #efe9e9;
    padding-bottom: 40px;
*/
    margin-top: 40px;
}

@media (max-width: 767px)
{
	.addCartArea .shopping_information_box.bottom_fix
	{
		position: fixed;
		top: 40px;
		width: 100%;
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		background: white;
		z-index: 98;
		padding: 20px;
		transform: translateY(100%);
		transition: transform 0.3s ease-out;
		padding-right: 100px;
	}		
	.addCartArea .shopping_information_box.bottom_fix .size_table ul
	{
		max-height: 90px;
		overflow-y: auto;
	}
	.addCartArea .shopping_information_box.bottom_fix.show
	{
		transform: translateY(0%);
	}
}
@media (min-width: 768px)
{	
	#cartWrapper {
		padding-top: 40px;
		margin-top: 0;
		position: relative;
	}
	.addCartArea .shopping_information_box
	{
		/* position: absolute; */
		left: 0;
		top: 40px;
		z-index: 10;
		width: 100%;
		background: white;
	}
	.addCartArea .shopping_information_box.fix
	{
		position: fixed;
		top: 0px;
		padding-top: 40px;
		left: calc(50% + 75px);
		width: var(--cartW);
		transform: translateY(0%);
		transition: transform 0.3s ease-out;
	}
	.addCartArea .shopping_information_box.fix.slide--up
	{
		transform: translateY(calc(-100% - 40px));
	}
	.addCartArea .shopping_information_box.bottom_fix
	{
		position: fixed;
		width: var(--cartW);
		left: auto;
		top: auto;
		right: 0;
		bottom: 0;
		padding: 40px;
		padding-right: 100px;
		transform: translateY(100%);
		transition: transform 0.3s ease-out;
	}
	.addCartArea .shopping_information_box.bottom_fix.show
	{
		transform: translateY(0%);
	}
}

/*
#cartWrapper .singleItemSize {
	padding: 12px 0 12px 20px;
	border-top: 1px solid #ECE6D8;
}

#cartWrapper .singleItemSize.addCartArea {
	padding: 20px 0 20px;
	border-top: none;
}
*/

/*
#cartWrapper .singleItemSize.last {
	padding: 12px 0;
	border: none;
}
*/
/*
#cartWrapper .singleItemSize.border_none {
	padding: 24px 0 0;
}
*/

#cartWrapper .singleItemSize.border_none small {
	padding-right: 12px;
	font-size: 11px;
}

#cartWrapper .singleItemSize .shopping_information_box a.link {
	font-size: 11px;
}

@media (min-width: 768px)
{	
	#cartWrapper .singleItemSize .size .size_table
	{
		width: min(236px,100%);
	}
}


#cartWrapper .singleItemSize .size .select_size {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #212121;
	padding-bottom: 16px;
	font-size: 1.2rem;
	cursor: pointer;
}

@media (min-width: 768px)
{	
	#cartWrapper .singleItemSize .size .select_size {
		font-size: 1.3rem;
	}
	#cartWrapper .singleItemSize .size .select_size .stock_display {
		display: flex;
    justify-content: space-between;
    width: calc(100% - 28px);
    padding-right: 12px;		
	}
}

#cartWrapper .singleItemSize .size .select_size:after
{
	content: "";
	display: block;
	background: "";
	width: 13px;
	height: 6px;
	background: url(../img/common/ico_down.svg) no-repeat;
	background-size: contain;
}

#cartWrapper .singleItemSize .size p .stock_display span {
	padding-left: 10px;
}

#cartWrapper .singleItemSize .size p.size_stock {
	font-size: 12px;
	vertical-align: text-bottom;
}

#cartWrapper .singleItemSize.detail_sns {
	position: relative;
	padding-top: 43px;
}

#cartWrapper .singleItemSize.detail_sns .share p {
	font-size: 18px;
/* 	font-family: 'Perpetua Regular','Noto Serif JP', serif; */
	color: #4d4d4d;
}

#cartWrapper .singleItemSize.detail_sns .share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 45%;
	min-width: 170px;
}

#cartWrapper .singleItemSize.detail_sns .share .sns_img {
	width: 24px;
	image-rendering: -webkit-optimize-contrast;
}

/*
#cartWrapper .singleItemSize.fittingArea.last{
	padding: 25px 0;
}
*/

/*
.cart_btn {
	width: 53%;
	flex-grow: 1;
}
*/
#cartWrapper .btn_icon{
	width: 13px;
	position: absolute;
	left: 15px;
	top: 7px;
}

#add_cart_svg .cls-1 {
  fill: #fff;
}

#add_cart_svg .cls-2,
#add_cart_svg .cls-4, 
#add_cart_svg .cls-7 {
  fill: none;
}

#add_cart_svg .cls-3 {
  clip-path: url(#clip-path);
}

#add_cart_svg .cls-4 {
  stroke: #fff;
}

#add_cart_svg .cls-5, 
#add_cart_svg .cls-6 {
  stroke: none;
}

#add_cart_svg .cls-6 {
  fill: #fff;
}

.addToCartWrapper,
.restockRequestWrapper,
.nonRestockRequestWrapper,
.comingSoonWrapper,
.soldOutWrapper {
	width:100%;
}
.detail_white {
	width: 53%;
	position: relative;
}

.addToCartWrapper button {
	background: #988666;
	width: 100%;
	font-size: 1.5rem;
/* 	font-family: 'Noto Serif JP', serif; */
	font-weight: 200;
	letter-spacing: .2em;
}


.itemDetailWrapper .add_cart_pop
{
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}

@media (min-width: 768px)
{	
	.addToCartWrapper button {
		font-size: 2rem;
	}
}

.restockRequestWrapper button {
	background: #afaeac;
	width: 100%;
	padding: 8px;
	font-size: 14px;
/* 	font-family: 'Noto Serif JP', serif; */
	font-weight: 200;
}

.comingSoonWrapper button {
	background: #afaeac;
	opacity: 1;
	width: 100%;
	padding: 8px;
	font-size: 14px;
/* 	font-family: 'Noto Serif JP', serif; */
	font-weight: 200;
	position: relative;
}

.soldOutWrapper button {
	background: #afaeac;
	width: 100%;
	padding: 8px;
	font-size: 14px;
/* 	font-family: 'Noto Serif JP', serif; */
	font-weight: 200;
}

.soldOutWrapper button[disabled] {
    background: #afaeac;
}

.detail_white a {
	display:block;
	background: #fff;
	width: 100%;
	padding: 6.5px;
	font-size: 12px;
/* 	font-family: 'Noto Serif JP', serif; */
	font-weight: 200;
	text-decoration: unset;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 21px;
}
.detail_white p {
	position: absolute;
	left: 13px;
	width: 13px;
	top: 9px;
}

#support_contact_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 15px;
	cursor: pointer;
}

#support_contact_wrap .detail_white {
	width: 100%;
	border: 1px solid #000;
	color: #000;
}

.detail_white p.support_contact_svg {
    width: 30px;
    top: 8px;
}

.detail_white_content {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail_white_content span {
	display: inline !important;
	background: #fff;
	font-size: 1.3rem !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	text-decoration: unset;
	text-align: center;
	border: unset !important;
	height: unset !important;
}

@media only screen and (max-width: 1230px) {
	.detail_white_content {
		display: block !important;
		height: 55px;
		padding: 12px;
		text-align: center;
	}

	.detail_white_content span {
		display: block !important;
	}

	#support_contact_wrap .detail_white p {
		left: 13px;
		top: 14px;
	}
}

.itemDetailWrapper .add_cart_pop {
	background-color: #fff;
	border: 1px solid #988666;
	display: none;
	margin: 0 auto;
	padding: 30px;
	width: min((100% - 40px),525px);
	z-index: 9999;
}
.itemDetailWrapper .add_cart_pop > .add_cart_pop__ttl {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
	color: #988666;
}
.itemDetailWrapper .add_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
/* 	font-family: 'Noto Serif JP', serif; */
}

.itemDetailWrapper .add_cart_pop .btn-area .button.buttonWhite
{
	border: 1px solid #988666;
	color: #988666;
}

.itemDetailWrapper .add_cart_pop .btn-area .button:not(.buttonWhite)
{
	border: 1px solid #988666;
	background: #988666;
}

.mainContentsR .explain {
/* 	font-family: 'Noto Serif JP', serif; */
	font-size: 1.2rem;
	line-height: calc(32/13);
	font-weight: 300;
	color: #222222;
	padding-top: 32px;
	/*border-top: 1px solid #ECE6D8;*/
}

@media (min-width: 768px)
{	
	.mainContentsR .explain {
		font-size: 1.3rem;
		padding-top: 40px;
	}
}

.mainContentsR h3.sub_title,
.item_info .sub-section .sub_title {
	font-size: 1.3rem;
	letter-spacing: .2em;
	color: #212121;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	cursor: pointer;
	font-family: var(--Classico);
}
.mainContentsR .detail_nununi_tags h3.sub_title {
	margin-top: 9px;
}

@media (min-width: 768px)
{	
	.mainContentsR h3.sub_title
	{
		font-size: 1.8rem;
	}
	.mainContentsR .detail_nununi_tags h3.sub_title
	{
		font-size: 1.8rem;
		margin-top: 40px;
	}
	.item_info .sub-section .sub_title
	{
		font-size: 1.6rem;
	}
}

.mainContentsR h3.slide-content--show:after,
.item_info .sub-section .sub_title.slide-content--show:after
{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/common/ico_panel-open.svg) no-repeat;
	background-size: contain;
}

.mainContentsR h3.slide-content--show.on:after,
.item_info .sub-section .sub_title.slide-content--show.on:after
{
	background: url(../img/common/ico_panel-close.svg) no-repeat center center;
	background-size: contain;
}

.slide-content
{
	display: none;
	padding-top: 17px;
}
.jewelry_guide_content
{
	display: block;
}

.item_info .sub-section:not(:last-child)
{
	padding-bottom: 17px;
}

.item_info .sub-section:not(:last-child) .slide-content
{
	padding-bottom: 17px;
	border-bottom: solid 1px #212121;
}

.item_info .sub-section .slide-content
{
	line-height: calc(32/13);
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.item_info .sub-section .slide-content a
{
	text-decoration: underline;
}

@media (min-width: 768px)
{	
	.mainContentsR h3.slide-content--show:after,
	.item_info .sub-section .sub_title.slide-content--show:after
	{
		width: 11px;
		height: 11px;
	}
	.slide-content,
	.item_info .sub-section .slide-content
	{
		font-size: 1.3rem;
	}
}

/*
.mainContentsR .item_spec h3.sub_title {
	padding-bottom: 13px;
}
*/

.mainContentsR .item_size,
.mainContentsR .item_spec,
.mainContentsR .item_info,
.mainContentsR .jewelry_guide
{
	padding-top: 17px;
}

.mainContentsR .item_size .item_size__bottom
{
	text-align: right;
	margin-top: 1.5em;
}

.mainContentsR .item_size .item_size__bottom a
{
	text-decoration: underline;
}

@media (min-width: 768px)
{	
	.mainContentsR .item_size,
	.mainContentsR .item_spec,
	.mainContentsR .item_info,
	.mainContentsR .jewelry_guide
	{
		padding-top: 22px;
	}
}

.mainContentsR .item_size small.note {
/* 	font-family: 'Noto Sans JP', sans-serif; */
	color: #4d4d4d;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 5px 0;
	display: inline-block;
}

.mainContentsR .item_spec dl {
	display: flex;
/* 	font-family: 'Noto Sans JP', sans-serif; */
}

.mainContentsR .item_spec dd,
.mainContentsR .item_spec dt
{
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 300;
	width: 100%;
  background-size: 3px 1px;
}

@media (min-width: 768px)
{	
	.mainContentsR .item_spec dd,
	.mainContentsR .item_spec dt
	{
		font-size: 1.2rem;
	}
}

.mainContentsR .item_spec dl:nth-of-type(1) dd {
	background-image: none;
}

.mainContentsR .item_spec dt {
	text-align: center;
	width: 140px;
	background: #e9e5dc;
	border-bottom: 1px solid #f9f8f4;
}

.mainContentsR .item_spec dl:last-child dd {
}

.mainContentsR .recommend {
/* 	font-family: 'Noto Serif JP', serif; */
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
	color: #4d4d4d;
	padding-top: 40px;
}

.mainContentsR .recommend .recommend__text {
	margin-top:10px;
	text-align: center;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size: 14px;
}

.mainContentsR .recommend .recommend_item {
	text-align: center;
}

.mainContentsR .recommend .recommend_item .recommend__img {
	margin:1.5%;
}

@media only screen and (max-width: 767px){
	#cartWrapper {
		margin-top: 32px;
	}
/*
	#cartWrapper .singleItemSize {
		padding: 12px 0 10px 10px;
	}
*/

	.mainContentsR .back_to_list a.link {
		font-size: 2rem;
	}

	#cartWrapper .singleItemSize .size p {
		font-size: 1.2rem;
		line-height: 1;
	}
	.addToCartWrapper, .restockRequestWrapper, .nonRestockRequestWrapper, .comingSoonWrapper, .soldOutWrapper {
	}
	#cartWrapper .singleItemSize.detail_sns .share {
		width: 50vw;
	}
	#cartWrapper .singleItemSize.detail_sns .share .sns_img {
		width: 12%;
		max-width: 25px;
	}
	#cartWrapper .singleItemSize.detail_sns .share p {
		font-size: 16px;
		letter-spacing: .5px;
	}
	#cartWrapper .singleItemSize.detail_sns {
		padding-top: 25px;
	}
	.detail_white {
		width: 50vw;
	}
	.cart_btn {
		width: 100%;
	}
	.itemDetailWrapper {
		width: 100% !important;
		margin: 0;
		padding: 0;
		overflow: hidden;
		clear: both;
	}
	#cartWrapper .shopping_guide {
		width: 33vw;
	}
	#cartWrapper .btn_icon{
		width: 17px;
		left: 11px;
	}
	.common-wrap .swiper-container
	{
		padding-left: 20px;
	}
	#recommend-wrap {
		padding:70px 0 30px;
	}
	#recommend-wrap #recommend-swiper-container .swiper-button-next {
		right: 15px;
	}
	#recommend-wrap #recommend-swiper-container .swiper-button-prev {
		left: 15px;
	}
/*
	.itemDetailWrapper #checked-wrap {
		margin: 0 3% 0;
		padding: 80px 0 0;
	}
*/
	#checked-wrap .item-checked-list {
		display: flex;
		justify-content: center;
	}
	.colleMenuBg {
		padding: 50px 0 90px;
	}
	#cartWrapper .singleItemSize.border_none small {
		line-height: 2;
	}
}



/* 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: 767px){
	/* 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 {
	width: 100%;
	border: none;
/* 	font-family: 'Noto Sans JP', sans-serif; */
}
.mainContentsR .sizeTable th,
.mainContentsR .sizeTable td {
	border: none;
	text-align: center;
	font-size: 1rem;
	padding: 14px 10px;
	font-weight: 300;
}
@media (min-width: 768px)
{	
	.mainContentsR .sizeTable th,
	.mainContentsR .sizeTable td {
		font-size: 1.2rem;
	}
}
.mainContentsR .sizeTable tr {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 3px 1px;
}
.mainContentsR .sizeTable tr:nth-of-type(1) {
	background: none;
}
.mainContentsR .sizeTable th {
	background-color: transparent;
}
table thead {
	background: #e9e5dc;
}
.sizeTable tbody tr:first-child th,
.sizeTable tbody tr:first-child td {
	border: none;
}
@media only screen and (max-width: 767px){
	.mainContentsR .sizeTable th,
	.mainContentsR .sizeTable td {
		padding: 9px 2px;
	}
	.mainContentsR .sizeTable tbody th,
	.mainContentsR .sizeTable tbody td {
		padding: 12px 2px;
	}
}

/* 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: 767px){
	/* 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: 767px){
	/* 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: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed'; */
	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: 767px){
	.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: 767px){
	.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;
	}

}

.quantity {
	position: relative;
	width: 100px;
}
/*
.size {
	position: relative;
	width: 35%;
	background-color: #fff;
	padding: 10px 0;
}
*/
.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,
.quantity_list {
	background-color: #fff;
	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: 767px){
	.size_text,
	.quantity_text {
		margin: 10px auto 0;
	}
	.size_list,
	.quantity_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: 767px){
	.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;
}
/*
.fittingArea {
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	white-space: nowrap
}
.fittingButton {
	height: 38px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 4px #0000000d;
	border-radius: 24px;
	opacity: 1;
	display: flex;
}
.fittingButtonInner {
	width: 190px;
	height: 30px;
	background: #808080 0% 0% no-repeat padding-box;
	border-radius: 19px;
	opacity: 1;
	margin: 4px 4px 4px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fittingButtonInnerLeft {
	margin: 0 5px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}
.fittingText {
	color :#fff;
}
*/


/* iconList
-------------------------------*/
.mainContentsL .clearfix.iconList,
.detailArea .clearfix.iconList {
	margin-bottom: 20px;
}

.mainContentsL .clearfix.iconList span.ico,
.detailArea span.ico {
	box-sizing: border-box;
	cursor: auto;
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 16px;
	text-align: center;
	color: #6a6a6a;
	background: #fff;
/* 	font-family: 'Noto Serif JP', serif; */
	background: #988666;
	color: white;
	letter-spacing: .1em;
	font-family: var(--Classico);
}

@media (min-width: 768px)
{	
	.mainContentsL .clearfix.iconList span.ico,
	.detailArea span.ico
	{
		font-size: 1.2rem;
	}
}


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

/* size_table
-------------------------------*/
.size_table{
	position: relative;
}

.size_table ul{
	position: absolute;
	top: 27px;
	background: #fff;
	width: 100%;
	display:none;
	z-index: 1;
}

.size_table ul li{
	width: 100%;
	font-size: 12px;
	text-align: left;
	padding: 10px 0;
	border-top: 1px solid #efe9e9;
}

.size_table ul li .stock_display {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.size_table ul li span.sold_out{
	color: #9F0A0A;
}
/*
.select_size:after {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 4px;
    border-color: rgba(0,0,0,.2) transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
}
*/

/*
.select_size {
	display: block;
	font-weight: 400;
	font-size: 15px;
	width: 100%;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}
*/

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

.size_table ul li.active span{
}

.size_table ul li.no_stock{
}

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

@media only screen and (max-width: 767px){
	.size_table {
		line-height: 1;
	}
}

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

.size_table ul li{
}


}

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

.size_table ul li{
}

dl#jis_size dd table {
	table-layout: auto;
}
/* .size {
	position: relative;
	width: 38vw;
	max-width: 130px;
} */
.quantity {
	position: relative;
	width: 33vw;
	max-width: 130px;
}


}



/* 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: 767px) {
.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%;
	background: #000;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
/* 	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed'; */
}

.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: 767px) {

.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: 767px) {
	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: 100px 0;
}
#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;
	}
}
	#related-wrap .row,
	#recommend-wrap .row,
	#checked-wrap .row {
	    max-width: 1350px;
	}

	#category-wrap{
		margin-bottom: 43px;
	}
	.itemDetailWrapper .common-wrap {
		border: none;
		margin: 0 auto;
	}
	.owl-carousel .price {
		/* padding: 10px 0 10px 0; */
	}
	#related-wrap .img,
	#recommend-wrap .img {
		/* padding: 0; */
		position: relative;
	}
	#related-wrap {
	    padding: 100px 0 100px;
	}
	#related-wrap,
	#recommend-wrap {
	    padding-bottom: 0;
	}
	#checked-wrap .owl-stage .owl-item .item .img {
	    margin: 0;
	    border: none;
	}
	.pc_height_space80 {
		height: 80px;
	}
	.pc_height_space100 {
		height: 100px;
	}

@media only screen and (max-width: 767px){
	.ttl-wrap h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	#category-wrap{
		margin-bottom: 30px;
	}

	#related-wrap{
		padding:0 0 40px;
	}
	#related-wrap .row {
		margin-top: 70px;
	}
/*
	#related-wrap .row,
	#recommend-wrap .row,
	#checked-wrap .row {
	    width: 94%!important;
	}
*/
	#related-wrap hr {
		display: block;
		margin: 7%;
	}
	.itemDetailWrapper .common-wrap {
		border-top: none;
		width: 100%;
	}
	#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;
	}
	.itemDetailWrapper .common-wrap{
		max-width: 100%;
		margin: 0 0 108px;
		border: none;
		padding: 0 20px;
	}	
	#related-wrap .owl-carousel.owl-drag .owl-item,
	#recommend-wrap .owl-carousel.owl-drag .owl-item{
		margin: 0 -0.62vw 0 0;
	}
/*
	#related-wrap {
		padding: 0 0 40px;
		max-width: 100%;
		margin: 0 3%;
		width: 94% !important;
	}
*/
	#related-wrap div, #related-wrap section, #related-wrap ul, #related-wrap li, #related-wrap img, #related-wrap .item_checked__link{
		box-sizing: content-box;
	}
	#recommend-wrap .owl-carousel.owl-drag .owl-item {
		margin: 0 -0.62vw 0 0;
	}
/*
	#recommend-wrap{
		max-width: 100%;
		margin: 0 3%;
		width: 94% !important;
		padding: 40px 0 0 0;
	} 
*/
/*
	#recommend-wrap div, #recommend-wrap section, #recommend-wrap ul, #recommend-wrap li, #recommend-wrap img, #recommend-wrap .item_checked__link{
		box-sizing: content-box;
	}
*/
/*
	#related-wrap #related_list .swiper-button-prev {
		left: 1%;
	}	
	#related-wrap #related_list .swiper-button-next {
		right: 1%;
	}	
	#recommend-wrap #recommend-swiper-container .swiper-button-prev {
		left: 1%;
	}	
	#recommend-wrap #recommend-swiper-container .swiper-button-next {
		right: 1%;
	}
	#checked-wrap .swiper-button-prev {
		left: 1%;
	}	
	#checked-wrap .swiper-button-next {
		right: 1%;
	}	
*/
	.sp_height_space30 {
		height: 30px;
	}
	.sp_height_space80 {
		height: 80px;
		background-color: #f8f4e9;
	}
	.sp_height_space0 {
		height: 0;
	}
	.imageArea .flex-direction-nav a {
		z-index: 1;
	}
}

	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: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed'; */
		color: #000;
	}
.mainContents{
	position: relative;
}

.hidden{
	overflow: hidden;
}
.hidden ul{
	position: relative;
}

@media only screen and (max-width: 767px){
	.hidden {
		overflow-x: scroll;
	}
	.hidden::-webkit-scrollbar {
		width: 0px;
	}
	.specArea .itemPrice .sale_wrapper{
		font-size: 1.8rem;
	}
	.specArea .itemPrice .sale_wrapper .separator {
		font-size: 29px;
	}
}

.absoluteTop {
position: absolute;
top: 99px;
bottom: auto;
}

.absoluteBtm {
position: absolute;
bottom: 0px;
top: auto;
}

.fixedBtm {
position: fixed;
bottom: 0;
top: auto;
}

.fixedTop {
position: fixed;
top: 99px;
bottom: auto;
}
.share p{
	letter-spacing: 1px;
}
.goods_contents {
	padding-top: 40px;
}
.comingSoonWrapper button:hover {
	opacity: 0.7;
	background: #afaeac;
}

.sub_title.sizeguide_info_title {
    display: flex;
    align-items: center;
}
.sub_title.sizeguide_info_title > span {
    font-size: 11px;
    padding-left: 1.5em;
}
.sub_title.sizeguide_info_title > span > a {
    font-weight: normal;
    border-bottom: 1px solid;
    display: inline-block;
}
.jewelry_guide th,
.jewelry_guide td {
  text-align: left !important;
}
.size_guide_modal_wrap {
    display: none;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5001;
    overflow-y: auto;
    overflow-x: hidden;
}
.size_guide_modal_wrap.modalOpen {
    display: block;
}
.size_guide_modal_wrap_inr_scroll {
    padding: 80px 0;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.size_guide_modal_wrap.modalOpen .maskBg {
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
}
.size_guide_Details {
    position: relative;
    background: #fff;
    width: 750px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.size_guide_Details .size_guide_close {
    position: relative;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-right: 19px;
    z-index: 1;
/*     font-family: 'Perpetua Regular'; */
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
    line-height: 1.5;
    display: block;
    margin: 20px auto;
}
.size_guide_Details .size_guide_close:hover{
    color: #999;
}
.size_guide_Details .size_guide_close::after,
.size_guide_Details .size_guide_close::before{
    opacity: .7;
}
.size_guide_Details .size_guide_close::after,
.size_guide_Details .size_guide_close::before{
    position: absolute;
    content: '';
    right: 0px;
    top: 10px;
    width: 13px;
    height: 1px;
    opacity: 1;
    background: rgba(0,0,0,.5);
    transition: opacity .5s ease;
}
.size_guide_Details .size_guide_close::after{
    transform: rotate(45deg);
}
.size_guide_Details .size_guide_close::before{
    transform: rotate(-45deg);
}
.size_guide_Detail_inr {
    border: 1px solid #573220;
}
.size_guide_head {
    font-size: 22px;
    font-weight: normal;
    padding: 10px 20px;
    border-bottom: 1px solid #dfdfdf;
}
.size_guide_lead_txt {
    padding: 20px 20px 0 20px;
    font-size: 12px;
}
.size_guide_item_navi {
    margin: 20px 20px 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    font-size: 12px;
}
.size_guide_item_navi .category_head {
    padding-top: 15px;
    font-size: 14px;
}
.size_guide_item_navi .category_head:first-child {
    padding-top: 0;
}
.size_guide_item_navi .category_list {
    padding-left: 1em;
}
.size_guide_attention_box {
    padding: 20px 20px 0 20px;
    font-size: 12px;
}
.size_guide_attention_box .size_guide_attention_head {
    font-size: 14px;
}
.size_guide_attention_list {
    padding-top: 10px;
    font-size: 12px;
}
.size_guide_attention_list li {
    padding: 0 0 0 1.2rem;
    position: relative;
}
.size_guide_attention_list li:before {
    content: "";
    display: inline-block;
    width: 0.2em;
    height: 0.2em;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 0.75em;
    left: 0.5em;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.size_guide_section{
    margin: 0 20px 0 20px;
    padding: 20px 0 10px 0;
    border-top: 1px dotted #000;
    text-align: right;
}
.size_guide_section_box .size_guide_section:first-of-type {
    margin-top: 20px;
}
.size_guide_section_box .size_guide_section:last-of-type {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.size_guide_section_head {
    font-size: 14px;
    text-align: left;
}
.size_guide_section .caps_txt {
    font-size: 12px;
    text-align: left;
    padding-top: 20px;

}
.size_guide_section .topbtn {
    background-color: transparent;
    margin-top: 20px;
    color: #000;
}
.guide_item_pic {
    max-width: 500px;
    margin: 0 auto;
}
.ring-size-table {
    font-size: 12px;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.ring-size-table table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #000;
    border-right: none;
    border-bottom: none;
}
.ring-size-table table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .size_guide_modal_wrap_inr_scroll {
        padding: 60px 0;
    }
    .size_guide_Details {
        padding: 5px;
        margin: 0 25px;
        width: auto;
    }
}

#cartWrapper .addToCartWrapper .btn_icon,
#cartWrapper .restockRequestWrapper .btn_icon {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 2rem;
		line-height: 1.5;
    background: none;
    width: 100%;
    font-family: var(--Classico);
    letter-spacing: .2em;
    font-weight: normal;
}
/*
#cartWrapper .addToCartWrapper .btn_icon::before,
#cartWrapper .restockRequestWrapper .btn_icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/cart_w.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 15px;
    height: 15px;
}
*/
#cartWrapper .comingSoonWrapper button,
#cartWrapper .soldOutWrapper button,
#cartWrapper .addToCartWrapper button,
#cartWrapper .restockRequestWrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

@media (min-width: 768px)
{	
	#cartWrapper .comingSoonWrapper button,
	#cartWrapper .soldOutWrapper button,
	#cartWrapper .addToCartWrapper button,
	#cartWrapper .restockRequestWrapper button {
	    height: 56px;
	}
}

/*
.shopping_information_box .size {
    margin-right: 5px;
    width: 150px;
    padding: 12px 0;
}
*/


.stock_check_btn {
    display: flex;
    margin-top: 24px;
}

@media (min-width: 768px)
{	
	.stock_check_btn {
	    margin-top: 32px;
	}
}

#cartWrapper .stock_check_btn .shopping_guide {
    width: auto;
}
.stock_check_btn small {
    padding-right: 2em;
    font-size: 1.3rem;
}

#cartWrapper .singleItemSize.store_inventory > .shopping_information_box {
    width: 100%;
    justify-content: flex-end;
}
/*
#cartWrapper .singleItemSize.store_inventory > .shopping_information_box > .stock_check_btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 155px;
}
*/
#cartWrapper .singleItemSize.store_inventory > .shopping_information_box > .stock_check_btn_wrap > .detail_white,
#support_contact_wrap > .detail_white {
    width: 100%;
    position: relative;
}

.mainContentsR .item_spec .item_spec_list_wrap {
    border: 1px solid #b6b6b6;
}
.mainContentsR .item_spec .item_spec_list_wrap dt {
    background-color: #eeefeb;
	border-top: 1px solid #abada4;
	border-bottom: none;
	width: 25%;
}
.mainContentsR .item_spec .item_spec_list_wrap dd {
	background-image: none;
	border-top: 1px solid #abada4;
	border-bottom: none;
	width: 75%;
}
.mainContentsR .item_spec .item_spec_list_wrap dl:first-child dt,
.mainContentsR .item_spec .item_spec_list_wrap dl:first-child dd {
    border-top: none;
}

.item_size_list_wrap .sizeTable{
    border: 1px solid #b6b6b6;
}
.item_size_list_wrap .sizeTable thead {
    background: #eeefeb;
}
.item_size_list_wrap .sizeTable thead th {
    border-bottom: 1px solid #abada4;
	line-height: 1.4;
}
.item_size_list_wrap .sizeTable thead th:not(:last-child),
.item_size_list_wrap .sizeTable tbody th:not(:last-child),
.item_size_list_wrap .sizeTable tbody td:not(:last-child)
{
		border-right: 1px solid #abada4;
}
.item_size_list_wrap .sizeTable tbody tr {
    background-image: none;
}
/*
.item_size_list_wrap .sizeTable tbody {
    background-color: #f2f2f2;
}
*/
.item_size_list_wrap .sizeTable th,
.item_size_list_wrap .sizeTable td {
    background-image: none;
    border-left: none;
    background-image: none;
/*     width: 25%; */
}
.item_size_list_wrap .sizeTable tbody tr th,
.item_size_list_wrap .sizeTable tbody tr td {
    border-top: 1px solid #b6b6b6;
}
.item_size_list_wrap .sizeTable tbody tr:first-child th,
.item_size_list_wrap .sizeTable tbody tr:first-child td {
    border-top: none;
}
.resize_box table {
    border: 1px solid #b6b6b6;
    border-top: none;
    width: 100%;
/*     font-family: 'Noto Sans JP', sans-serif; */
}
.resize_box table thead {
    background: #e7e6e6;
}
.resize_box table thead th {
    text-align: center;
    font-size: 12.2px;
    padding: 14px 10px;
    font-weight: 300;
}
.resize_box table tbody {
    background-color: #f2f2f2;
}
.resize_box table tbody td {
    text-align: center;
    font-size: 12.2px;
    padding: 14px 10px;
    font-weight: 300;
    border-top: 1px solid #b6b6b6;
}

@media only screen and (max-width: 767px) {
	#cartWrapper .addToCartWrapper .btn_icon,
	#cartWrapper .restockRequestWrapper .btn_icon {
		font-size: 14px;
		line-height: 1;
	}
	.cart_btn button {
		padding: 10px;
	}
	.shopping_information_box .size {
		max-width: 200px;
	}

	.detail_white_content span {
		font-size: 1.1rem !important;
	}
}

.specArea__header
{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;
}

.specArea__header .add_favorite_parent {
  display: block;
  background-image: url(../img/icon_favo.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 27px;
  height: 24px;
  margin-left: 1em;
}

.specArea__header .add_favorite.active {
    background-image: url(../img/icon_favo_on.svg);
}
.modal-box--filter .add_favorite {
	display: block;
	background-image: url(../img/icon_favo.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	width: 20px;
	height: 24px;
	margin-left: 1em;
	margin-top: 6%;
}

.modal-box--filter .add_favorite.active {
	  background-image: url(../img/icon_favo_on.svg);
}
.favorite_parent{
	display:flex;
	justify-content: space-between;
}
.favorite_name{
	font-size: 20px;
}
.favorite_kids{
	font-size: 15px;
	text-align: center;
	margin: auto 0;
}
.favorite_kids_name{
	margin-bottom:5%;
}
.favorite_button{
	display:flex;
	align-items: center;
}
#modal-box--filter---favorite .stock_display{
	display:flex;
	justify-content: space-between;
	margin: 2%;
}
.favorite_button .stock-status{
	font-size: 140%;
}
@media (min-width: 768px) {
  
	.mainContentsR .modal-box {
	  width: min(590px, 100%);
	}
}

@media (min-width: 768px)
{	
	.specArea__header
	{
		margin-bottom: 20px;
	}
}

.addCartArea .size
{
	margin-bottom: 32px;
}

.cartWrapper__buttons
{
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	gap:16px;
	margin-top: 32px;
}

@media (min-width: 768px)
{	
	.cartWrapper__buttons
	{
		margin-top: 24px;
	}
}

.cartWrapper__buttons .singleItemSize a,
.cartWrapper__supportBtn .singleItemSize span {
	border: solid 1px #222222;
	display: block;
	height: 44px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.1rem;
	line-height: calc(16/13);
	letter-spacing: .1em;
}

.cartWrapper__buttons .singleItemSize a small
{
	font-size: 1rem;
}

.cartWrapper__supportBtn {
	margin-top: 15px;
	cursor: pointer;
}

@media (min-width: 768px)
{	
	.cartWrapper__buttons .singleItemSize a
	{
		font-size: 1.3rem;
	}
	.cartWrapper__buttons .singleItemSize a small
	{
		font-size: 1.2rem;
	}
}

.detailArea .insta-button
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	background: #ebede2;
	font-size: 1.1rem;
	color: #678c6d;
	letter-spacing: .1em;
	margin-top: 32px;	
}

@media (max-width: 767px)
{
	.detailArea .insta-button
	{
		margin-bottom: 17px;
	}		
}

@media (min-width: 768px)
{	
	.detailArea .insta-button
	{
		height: 44px;
		font-size: 1.3rem;
		margin-top: 40px;	
		margin-bottom: 18px;
	}
}

.detailArea .insta-button:before
{
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(../img/common/ico_insta.svg) no-repeat;
		margin-right: 10px;
}

@media (min-width: 768px)
{	
	.detailArea .insta-button:before
	{
			width: 18px;
			height: 18px;
			margin-right: 14px;
	}
}

.detailArea .item_spec,
.detailArea .item_size,
.detailArea .item_info,
.detailArea .jewelry_guide
{
	border-bottom: solid 1px #212121;
	padding-bottom: 17px;	
}

@media (min-width: 768px)
{	
	.detailArea .item_spec,
	.detailArea .item_size,
	.detailArea .item_info,
	.detailArea .jewelry_guide
	{
		padding-bottom: 24px;	
	}
}

.hashtag-area
{
	border: solid 1px #eeefeb;
	padding: 12px;	
	padding-bottom: 6px;
	margin-top: 32px;
}

@media (min-width: 768px)
{	
	.hashtag-area
	{
		padding: 16px;	
		padding-bottom: 6px;
		margin-top: 40px;
	}
}

.hashtag_list
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.hashtag_list li
{
	margin-bottom: 5px;
}

.hashtag_list li:not(:last-child)
{
	margin-right: 5px;
}

@media (min-width: 768px)
{	
	.hashtag_list li
	{
		margin-bottom: 10px;
	}
	
	.hashtag_list li:not(:last-child)
	{
		margin-right: 10px;
	}
}

.hashtag_list a
{
	background: #eeefeb;
	border-radius: 14px;
	color: #678c6d;
	display: inline-block;
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
}


.owl-carousel .img .favorite-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

.mainContents .favorite-btn .add_favorite
{
	width: 18px;
	height: 16px;
}

.mainContents .common-wrap .owl-carousel .owl-item
{
	border: none;
}

.coordinate-section
{
	margin-top: 40px;
}

.coordinate-section .swiper-container .swiper-button-prev,
.coordinate-section .swiper-container .swiper-button-next
{
	top: 33%;
}

.coordinate-section .ttl-wrap h3
{
	text-align: left;
	color: #212121;
	letter-spacing: .2em;
	font-size: 1.3rem;
	margin-bottom: 20px;
	font-family: var(--Classico);
}

@media (min-width: 768px)
{	
	.coordinate-section .ttl-wrap h3
	{
		font-size: 1.8rem;
		margin-bottom: 24px;
	}
}

.coordinate-section .owl-item .img
{
	position: relative;
}

.detailArea .coordinate-section .owl-carousel .owl-item
{
	border: none;
}

.detailArea .coordinate-section .owl-carousel .owl-prev,
.detailArea .coordinate-section .owl-carousel .owl-next
{
	top: 40%;
}

@media (min-width: 768px)
{	
	.owl-carousel .swiper-button-prev,
	.owl-carousel .swiper-button-next
	{
		width: 44px;
		height: 44px;
		top: 40%;
	}
	.detailArea .coordinate-section .owl-carousel .owl-nav .owl-next
	{
		right: 27px;
		width: 44px;	
	}
}

.staff-section
{
	background: #ebede2;
	padding: 80px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.staff-section .staff-section__ttl
{
	letter-spacing: .2em;
	font-size: 2rem;
	color: #212121;
	margin-bottom: 40px;
	font-family: var(--Classico);
}

.staff-section__comment__txt
{
	color: #222222;
	line-height: calc(54/24);
	font-size: 1.2rem;
}

@media (max-width: 767px)
{
	.staff-section
	{
		padding: 48px 20px;
	}		
	.staff-section .staff-section__ttl
	{
		text-align: center;
		margin-bottom: 28px;
	}
	.staff-section__comment__pic
	{
		text-align: center;
		margin:0 auto 28px auto;
		width:160px;
		aspect-ratio:1/1;
		border-radius: 50%;
		overflow: hidden;
	}
	.staff-section__comment__pic img
	{
		width: 160px;
	}
	.staff-section .staff-section__col:not(:last-child)
	{
		margin-bottom: 44px;
	}
}

@media (min-width: 768px)
{	
	.staff-section .staff-section__ttl
	{
		font-size: 2.4rem;
	}
	.staff-section .staff-section__inner
	{
		width: 100%;
		margin: auto;
		display: flex;
		display: -webkit-flex;
	}
	.staff-section .staff-section__inner--col1
	{
		width: 1210px;
    max-width: calc(100% - 240px);
    margin-left: auto;
    margin-right: auto;
	}
	.staff-section .staff-section__inner--col1 .staff-section__col
	{
		width: 100%;
		overflow: visible;
	}
	.staff-section .staff-section__inner--col1 .staff-coordinate
	{
		max-width: 100%;
	}
	.staff-section .staff-section__inner--col1 #staff_coordinate_list .swiper-slide
	{
		width: calc(25% - 16px);
	}
	.staff-section .staff-comment
	{
		max-width: 675px;
		margin-left: auto;
		padding-left: 70px;
		padding-right: 40px;
	}
	.staff-section .staff-coordinate
	{
		max-width: 600px;
	}
	.staff-section .staff-section__comment
	{
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}
	.staff-section .staff-section__col
	{
		width: 50%;
		overflow: hidden;
	}
	.staff-section .staff-section__comment .staff-section__comment__pic
	{
		width: calc(140/568*100%);
		border-radius: 50%;
		overflow: hidden;
	}
	
	.staff-section__comment__txt
	{
		width: calc(399/568*100%);
		line-height: calc(34/13);
		font-size: 1.3rem;
	}
}

.staff-section .owl-carousel .owl-nav .owl-prev,
.staff-section .owl-carousel .owl-nav .owl-next
{
	top: 50%;
}

.staff-section .owl-carousel button.am-prev
{
	background: url(../img/common/slide-prev-white.png) no-repeat;
	background-size: contain;
}

.staff-section .owl-carousel button.am-next
{
	background: url(../img/common/slide-next-white.png) no-repeat;
	background-size: contain;
}

@media (max-width: 767px)
{
	.coordinate-section .owl-carousel-recommend .owl-nav .owl-next, 
	.coordinate-section .owl-carousel .owl-nav .owl-next,
	.coordinate-section .owl-carousel-recommend .owl-nav .owl-prev, 
	.coordinate-section .owl-carousel .owl-nav .owl-prev,
	.staff-section .owl-carousel .owl-nav .owl-prev,
	.staff-section .owl-carousel .owl-nav .owl-next,
	.common-wrap .owl-carousel .owl-nav .owl-prev,
	.common-wrap .owl-carousel .owl-nav .owl-next		
	{
		bottom: auto;
		top: 35%;
		width: 22px;
		height: 22px;
	}		
	.staff-section .owl-carousel .owl-nav .owl-prev,
	.staff-section .owl-carousel .owl-nav .owl-next		
	{
		top: 45%;
	}
	.coordinate-section .owl-carousel-recommend .owl-nav .owl-next, 
	.coordinate-section .owl-carousel .owl-nav .owl-next,
	.staff-section .owl-carousel .owl-nav .owl-next
	{
		right: 0;
	}
	.coordinate-section .owl-carousel-recommend .owl-nav .owl-prev, 
	.coordinate-section .owl-carousel .owl-nav .owl-prev,
	.staff-section .owl-carousel .owl-nav .owl-prev
	{
		left: 0;
	}
	.staff-section .owl-carousel .owl-item img
	{
		margin: 0;
	}
	#related-wrap .img, #recommend-wrap .img
	{
		height: 180px;
	}
	#checked-wrap .item p
	{
		display: block;
	}
}

.returns-box
{
	display: none;
	background: white;
	position: fixed;
	z-index: 5000;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 40px;
	color: #222222;
	letter-spacing: .1em;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media (max-width: 767px)
{
	.returns-box
	{
		width: calc(100% - 40px);
	}		
}

.returns-box a
{
	text-decoration: underline;
}

.returns-box .indent
{
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

.returns-box .returns-box--close
{
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

.insta-overlay
{
	background: #ebede2;
	width: 100vw;
	height: 100dvh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	display: none;
}

.insta-modal
{
	position: fixed;
	z-index: 5000;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;
}

.insta-modal--close
{
	position: absolute;
	right: -10px;
	top: -10px;
	background: none;
}

@media (min-width: 768px)
{	
	.insta-modal--close
	{
		position: absolute;
		right: -40px;
		top: 0;
		background: none;
	}
}

.insta-modal--close:hover
{
	background: none;
}

.mainContents .favorite-btn
{
	right: 13px;
	bottom: 13px;
	position: absolute;
}
.mainContents .size-select-area
{
	position: absolute;
	width: 100%;
	background: white;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding-right: calc(26px + 18px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.mainContents .size-select--show
{
	height: 16px;
  width: 18px;
  background: none;
  background-image: url(/assets/front/nojess/img/icon_favo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media (min-width: 768px)
{	
	.mainContents .size-select--show
	{
	  right: 13px;
	  bottom: 13px;
	}
}
.mainContents .size-select--show.active
{
  background-image: url(/assets/front/nojess/img/icon_favo_on.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.mainContents .size-select
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.mainContents .size-select .select_size
{
	background: none;	
	border: none;
	border-bottom: solid 1px black;
	padding: 0;
	padding-top: 14px;
	padding-left: 12px;
	padding-bottom: 16px;
	height: fit-content;
	color: black;
	font-size: 1.3rem;
	width: 100%;
	text-align: left;
	letter-spacing: .1em;
	cursor: pointer;
	background: url(../img/common/ico_down.svg) no-repeat right 12px center;
	background-size: 14px;
}
.mainContents .size-select .size-select__list
{
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	width: calc(100%);
	font-size: 1.3rem;
	background: white;
	color: black;
}
.mainContents .size-select .size-select__list li
{
	border-bottom: 1px solid #efe9e9;
}
.mainContents .size-select .size-select__list .stock_display
{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center;
}

.mainContents .owl-carousel .owl-stage-outer
{
	overflow-y: visible;
}

.size-select__list .stock-status
{
	margin-left: auto;
	margin-right: 1em;
}

.size-select__list .add_favorite
{
	display: block;
	height: 16px;
  width: 18px;
  background: url(/assets/front/nojess/img/icon_favo.svg) no-repeat right center;
	background-size: contain;
}

.size-select__list .add_favorite.active
{
  background: url(/assets/front/nojess/img/icon_favo_on.svg) no-repeat right center;
	background-size: contain;
}

.swiper-container .swiper-slide
{
  width: 180px;
  margin-right: 15px;
}

@media (min-width: 768px)
{	
	#coordinate_list .swiper-slide,
	#staff_coordinate_list .swiper-slide
	{
		width: calc(50% - 16px);
		margin-right: 33px;
	}
	
	#item-checked-list .swiper-slide,
	#recommend-swiper-container .swiper-slide
	{
		width: calc((280/1350)*100%);
		margin-right: calc((40/1350)*100%);
	}
}

#staff_coordinate_list img
{
	width: 100%;
}

.coordinate-section,
.staff-section__col
{
	position: relative;
}

.swiper-container .swiper-slide .img
{
	margin-bottom: 16px;
	position: relative;
}

.swiper-container .swiper-slide .goodsName,
.swiper-container .swiper-slide .price
{
	line-height: 2;
	font-size: 1.3rem;
}

.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev
{
	top: 45%;
	margin: 0;
}

@media (max-width: 767px)
{
	.swiper-container .swiper-button-next, 
	.swiper-container .swiper-button-prev		
	{
		display: none !important;		
	}
}

.staff-coordinate .swiper-container .swiper-button-next, 
.staff-coordinate .swiper-container .swiper-button-prev
{
	top: 50%;
}


.swiper-container .swiper-button-prev
{
	background: url(../img/common/slide-prev-arrow.svg) no-repeat;
	background-size: contain;
	left: 30px;
	z-index: 1;
}

.swiper-container .swiper-button-next
{
	background: url(../img/common/slide-next-arrow.svg) no-repeat;
	background-size: contain;
	right: 30px;
	z-index: 1;
}

.swiper-container .swiper-button-disabled
{
	display: none;
}

.coordinate-section
{
	overflow: hidden;
}

@media (max-width: 767px)
{
	.coordinate-section
	{
		padding-left: 20px;
	}		
}

@media (min-width: 768px)
{	
	.coordinate-section
	{
		margin-left: 75px;
	}
	.coordinate-section .swiper-container 
	{
		max-width: calc(675px - 75px - 75px);
	}
	.common-wrap .row
	{
		position: relative;
	}
}

.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after
{
	display: none;
}

#cartWrapper .singleItemSize .size .free_size:after
{
	content: unset;
}

.add_cart_pop .cartPopClose {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1;
}

.add_cart_pop .cartPopClose:hover{
	color: #999;
}

.add_cart_pop .cartPopClose::after,
.add_cart_pop .cartPopClose::before{
	opacity: .7;
}

.add_cart_pop .cartPopClose::after,
.add_cart_pop .cartPopClose::before{
	position: absolute;
	content: '';
	right: 0px;
	top: 10px;
	width: 18px;
	height: 2px;
	opacity: 1;
	background: rgba(0,0,0,.7);
	transition: opacity .5s ease;
}

.add_cart_pop .cartPopClose::after{
	transform: rotate(45deg);
}

.add_cart_pop .cartPopClose::before{
	transform: rotate(-45deg);
}

@media all and (min-width: 0) and (max-width: 767px) {
	.add_cart_pop .cartPopClose {
		top: 12px;
		right: 13px;
	}
}

.add_favorite_parent.active
{
  background-image: url(/assets/front/nojess/img/icon_favo_on.svg);
  background-size: contain;
}

/* 梱包方法 */

.packing_method {
	margin-top: 20px;
	margin-bottom: 20px;
}

.packing_method .packing_method_title{
	font-size: 12px;
}
.packing_method .packing_method_detail {
	margin-top: 5px;
	margin-bottom: 5px;
}
@media (max-width: 768px){	
	.packing_method .packing_method_detail input[type="radio"]+label {
		padding-left: 30px;
	}
}
.packing_method .accordion_inner {
	display: none;
}
.packing_method .accordion_inner .comvey_sharebag {
	width: 45%;
}
.packing_method .accordion_inner .inner_text,
.packing_method_detail.accordion_title .inner_text  {
	margin-top:10px;
	font-size: 125%;
}
.packing_method .accordion_inner .inner_text a,
.packing_method_detail.accordion_title .inner_text a {
	text-decoration: underline;
}
.mainContentsR .item_size .note {
	text-align: left;
	margin: 0;
	padding-top: 10px;
}