@charset "UTF-8";

.detail_container_wrap {
    -webkit-flex-basis: 840px;
    -ms-flex-preferred-size: 840px;
    flex-basis: 840px;
    max-width: 840px;
    margin: 0 0 0 auto;
    transition: opacity 0.3s;
}
.detail_container_wrap a:hover {
	opacity: 0.8;
}
.detailBox {
	display: grid;
    margin-bottom: 55px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E6E6E6;
    gap: 50px;
    grid-template-columns: 480px 1fr;
}

/* detail_photoBox */
.detail_photoBox {
	max-width: 480px;
}
.detail_photo_slider {
	position: relative;
	margin-bottom: 10px;
}
.detail_photo_list {
}
.detail_photo_item {
	position: relative;
}
.detail_photo_image {
	width: 100%;
	height: auto;
}
.detail_photo_slider .slick-slide img{
	opacity: 1 !important;
}
.detail_photo_slider .slick-dots {
	display: none !important;
}
.detail_photo_slider .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.detail_photo_slider .slick-prev,
.detail_photo_slider .slick-next {
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	outline: none;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -999999px;
}
.detail_photo_slider .slick-prev:hover,
.detail_photo_slider .slick-prev:focus,
.detail_photo_slider .slick-next:hover,
.detail_photo_slider .slick-next:focus {
	color: #4d4d4d;
	background: #fff;
}
.detail_photo_slider .slick-prev:before,
.detail_photo_slider .slick-prev:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 50%;
	margin-top: -5px;
}
.detail_photo_slider .slick-prev:before {
	border-right: 8px solid #4d4d4d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right:-3px;
	z-index: 5;
}
.detail_photo_slider .slick-prev:after {
	border-right: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right:-5px;
	z-index: 10;
}
.detail_photo_slider .slick-next:before,
.detail_photo_slider .slick-next:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left:50%;
	margin-top: -5px;
}
.detail_photo_slider .slick-next:before {
	border-left: 8px solid #4d4d4d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-left:-3px;
	z-index: 5;
}
.detail_photo_slider .slick-next:after {
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-left:-5px;
	z-index: 10;
}
.detail_photo_slider .slick-prev {
	left: 14px;
}
.detail_photo_slider .slick-next {
	right: 14px;
}

.detail_thumbArea {
	margin-bottom: 15px;
}
.detail_thumb_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.detail_thumb_item {
	width: calc(100%/5);
	position:relative;
	padding: 0 5px;
	box-sizing: border-box;
}
.detail_thumb_photo {
	display: block;
	overflow: hidden;
	position: relative;
}
.detail_thumb_photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.detail_thumb_item.flex-active .detail_thumb_photo {
	background:#000;
}
.detail_thumb_image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.detail_thumb_item.flex-active .detail_thumb_image {
	opacity:0.7;
}


.favbtn {
	position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    text-align: center;
}
.favbtn a {
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #eb8989;
    background: #fff;
    width: 70px;
    height: 70px;
    justify-content: center;
    border: 1px solid #eb8989;
    border-radius: 50%;
    font-size: 10px;
    letter-spacing: 0.05em;
    transition: opacity .3s;
}
.favbtn a.selected {}
.favbtn a::before {
	content: "";
    display: block;
    background: url(/static/full/images/detail/icon_fav_off.svg) no-repeat center left;
    width: 20px;
    height: 18px;
    background-size: 20px;
    margin-bottom: 5px;
}
.favbtn a.selected::before {
	background: url(/static/full/images/detail/icon_fav_on.svg) no-repeat center left;
	background-size: 20px;
}
.favbtn a:hover {
	opacity: 0.9;
}


/* detail_infoBox */
.detail_infoBox {
	max-width: 550px;
    -webkit-flex-basis: 340px;
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    font-size: 14px;
    line-height: 1.6;
}
.infoBox_infoArea {
	margin-bottom: 50px;
	text-align: left;
}
.info_data_textArea_wrap {
	display: flex;
}
.infoArea_item {}
.infoArea_item.info_data {
	align-items: center;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
}
.info_data_logo {
}
.info_data_logo img {
	width: 100%!important;
	height: 100%!important;
	border-radius: 50%;
}
.info_data_textArea {
}
.textArea_item.bdName {
	margin-bottom: 2px;
}
.textArea_item.shopName {
	margin-bottom: 2px;
}
.textArea_item.userName + .textArea_item.userHeight {
	margin-left: 10px;
}
.textArea_item a:hover {
	text-decoration: underline;
}
.info_data_accept_at {
    margin-bottom: 10px;
}
.infoArea_item.info_comment {
	margin-bottom:15px;
	font-size: 12px;
}
.infoArea_item.info_comment pre {
	font-family: inherit;
	white-space: pre-wrap;
}
.info_comment_item {}
.info_comment_item.commentText {
}

.infoBox_stylingArea {
	margin-bottom: 30px;
}
.stylingArea_heading {
	font-size:16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.stylingArea_block {}
.stylingArea_list {
	margin-left: -5px;
	margin-right: -5px;
}
.stylingArea_item {
    display: flex;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.stylingArea_link {
	display: block;
	transition: opacity .3s;
}
.stylingArea_link:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.stylingArea_photo {
	width: 130px;
	position: relative;
}
.stylingArea_photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.stylingArea_image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.stylingArea_info {
	width: calc(100% - 150px);
}
.stylingArea_brandName {
	margin: 0 0 3px;
	font-size: 11px;
}
.stylingArea_itemName {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px;
}
.stylingArea_colorSize {
	font-size: 11px;
	margin-bottom: 5px;
}
.stylingArea_itemColor {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.stylingArea_itemSize {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.stylingArea_itemText {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 2px;
}
.stylingArea_price {
	margin: 0 0 5px;
	font-size: 14px;
}
.stylingArea_itemPrice {
}
.stylingArea_itemPrice .goods_price_sale {
	color: #ef201e;
}
.stylingArea_itemPrice .goods_price_off {
	padding-left: 5px;
}
.stylingArea_stock {
}
.stylingArea_stock_list {
}
.stylingArea_stock_item {
	position: relative;
    margin-bottom: 11px;
    width: 235px;
}
.stylingArea_stock_item::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
.stylingArea_stock_item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    width: 220px;
    border: 1px solid #707070;
    border-radius: 4px;
    font-size: 10px;
    padding: 8px 20px 8px 10px;
}
.stylingArea_choose_btn {
    display: block;
    width: 170px;
    height: 30px;
	line-height: 30px;
	color: #fff!important;
	background: #D8AB30;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    outline: none;
    transition: opacity .3s;
}
.stylingArea_choose_btn:hover {
	opacity: 0.8;
}
.stylingArea_choose_btn span {
	padding-left: 26px;
	background: url(/static/full/images/detail/addcart.svg) left center no-repeat;
	background-size: 20px auto;
}

/* このスタッフのその他のコーディネート */
.otherCoordinateBox {
	margin-bottom: 50px;
}

/* カート追加モーダル */
.modal_cart_in {
	/*display: none;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 700px;
	height: 350px;
	position: absolute;
	top: calc(50% - 175px);
	left: calc(50% - 350px);
	background-color: #fff;
	text-align: center;
	z-index: 20000;
}
.cart_in_title {
	font-size: 20px;
	margin-bottom: 35px;
	font-weight: bold;
}
.cart_in_box {
}
.cart_in_data {
	display: table;
	width: 100%;
}
.cart_in_data + .cart_in_data {
	margin-top: 15px;
}
.cart_in_main {
	display: table-cell;
	width: 160px;
}
.cart_in_photo {
	position: relative;
}
.cart_in_photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}
.cart_in_image {
	position: absolute;
	top: 0;
	left: -50%;
	bottom: 0;
	right: -50%;
	width: auto;
	height: 100%;
	margin: auto;
}
.cart_in_detail {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.cart_in_brand {
	margin-bottom: 5px;
}
.cart_in_name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cart_in_colorsize {
	font-size: 13px;
	margin-bottom: 10px;
}
.cart_in_price {
	font-size: 18px;
}
.cart_in_price_proper {
	color: #000;
}
.cart_in_price_sale {
	color: #dd2a2a;
}
.cart_in_price_yen {
	font-size: 18px;
}
.cart_in_price_rate {
	color: #dd2a2a;
	font-size: 14px;
}
.cart_in_price_tax {
	color: inherit;
	font-size: 14px;
}
.cart_in_check {
	text-align: center
}
.button_check_cart {
	display: block;
	width: 210px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff!important;
	font-size: 14px;
	background-color: #D8AB30;
	border-radius: 40px;
}
.page-mask {
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 3000;
}
/* モーダル閉じるボタン上 */
.modal_close_top {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 14px;
}

.lightbox-login {
	display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 49px 45px 47px !important;
    width: 700px;
    height: auto;
    text-align: center;
    z-index: 3001;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.modal_area_title {
	margin-bottom: 27px;
    font-size: 20px;
    line-height: 30px;
}
#login_area {
	display: grid;
    align-items: start;
    grid-template-columns: repeat(var(--sp-col, 2), minmax(0, 1fr));
    text-align: left;
	line-height: 1.8;
}
.login_member {
	padding: 0 40px 0 0;
    border-right: 1px solid #E6E6E6;
}
.modal_area_newmember {
	padding: 0 0 0 40px;
}
.modal_newmember_title {
	margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
	line-height: 30px;
}
.login_member dd input {
	width: calc(100% - 12px);
    color: #666;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px;
}
.modal_login_btn,
.modal_newmember_btn {
	margin: 20px 0 15px;
}
.modal_login_btn a,
.modal_newmember_btn a {
	margin: 0 auto;
    width: 150px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    border: none;
    cursor: pointer;
    background-color: #D8AB30;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 45px;
    display: block;
}
.bottom-close {
	position: absolute;
    right: 0;
    top: 10px;
}
.bottom-close span {
	padding: 17px 20px;
    padding-left: 20px;
    font-size: 14px;
    background: url(/static/full/images/list/close_modal.svg) left center no-repeat;
    display: inline-block;
    cursor: pointer;
}
.login_member .remind a {
	padding: 0 0 0 15px !important;
    background: url(/static/full/images/default/cart_ex.svg) left center no-repeat;
    background-size: 13px;
    color: #4C9ED9;
    text-decoration: underline;
	font-size: 11px;
}