@charset "UTF-8";
/*================================================
商品詳細ページ専用CSS
================================================*/
body{
	font-size:12px;
}
/* main
--------------------------------------------------------------------*/
#main {
	width: 100%;
	padding: 15px 0 0;
	margin: 0 auto;
}
#main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.common_title {
	font-size: 24px;
	border-bottom: none;
	margin-bottom: 35px;
	padding-top: 10px;
	text-align: center;
}
/* item_detail
--------------------------------------------------------------------*/
#item_detail {
}
#item_detail:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* item_detail_left
--------------------------------------------------------------------*/
#item_detail_left {
	width: 500px;
	float: left;
}
#item_detail_left_02 {
	width: 540px;
	float: left;
	margin-bottom: 40px;
}
/* item_detail_right
--------------------------------------------------------------------*/
#item_detail_right {
	width: 440px;
	float: right;
	text-align: left;
	margin-bottom: 40px;
}
#item_detail_right:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* item_detail_bottom
--------------------------------------------------------------------*/
#item_detail_bottom {
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 60px;
}
#item_detail_bottom ul li h4.sub_text,
#anchor_item_review .sub_text {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 16px;
	margin-bottom: 30px;
}
#item_detail_bottom > ul > li {
	clear: both;
	margin-bottom: 10px;
}
/* item_detail_photo
--------------------------------------------------------------------*/
.item_detail_photo {
	position: relative;
	width: 500px;
	margin: 0 auto 20px;
	text-align: left;
}
.item_detail_photo .item_color {
	padding: 10px 0 0;
	display: block;
	text-align: center;
}
/* item_detail_thumb
--------------------------------------------------------------------*/
.item_detail_thumb {
	width: 494px;
}
.item_detail_thumb_inner{
	height: 70px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
.item_detail_thumb ul {
	margin: 0 -2px 10px 0;

}

.item_detail_thumb ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.item_detail_thumb ul li {
    float: left;
    margin: 0 2px 10px 0;
    /* padding-bottom: 10px; */
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    overflow: hidden;
}
.item_detail_thumb li:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.item_detail_thumb .flex-active {
	/* background: #000; */
}
.item_detail_thumb .flex-active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.item_detail_thumb img {
	height: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.item_detail_thumb .icon_newcolor{
	font-size:10px;
	height: 10px;
	line-height: 10px;
	width:60px;
	white-space:nowrap;
	letter-spacing:-0.05em;
	position: absolute;
	bottom: 1px;
	background: none;
	color: #FF3A37;
}

.more_thumb{
	text-align: center;
}
.more_thumb a{
	text-decoration: underline;
}
/* item_detail_info
--------------------------------------------------------------------*/
.item_detail_info {
	padding: 0;
}
.item_detail_info .sub_text {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}
.item_detail_info .catch_copy {
	width:470px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	margin-left:-10px;
	padding-top:30px
}
.catch_copy ul{
	display:flex;
}
.catch_copy li{
	display:inline-block;
	height:50px;
	margin-left: 10px;
}

.catch_copy img{
    vertical-align: middle;
    display: inline-block;
}
.catch_copy:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.item_detail_info .detail_text_sns {
	margin-bottom: 15px;
	width: 470px;
	float: left;
}
.item_detail_info .detail_text {
	margin-bottom: 15px;
	line-height: 1.8em;
	width: 470px;
}
.item_detail_info .section_sns {
	width: 470px;
	margin-top: 25px;
}
.item_detail_info .section_sns ul li{
	width:164px;
	height:28px;
	float: left;
}
#item_share_btn_facebook{
	display:block;
	height:28px;
	line-height:28px;
	padding-left:35px;
	background:url('/static/full/images/svg/icn_facebook.svg') no-repeat left;
    background-size:28px 28px;
    text-decoration:underline;
}
#item_share_btn_twitter{
	display:block;
	height:28px;
	line-height:28px;
	padding-left:35px;
	background:url('/static/full/images/svg/icn_twitter.svg') no-repeat left;
    background-size:28px 28px;
    text-decoration:underline;
}
.item_detail_info .item_detail_table {
	width: 470px;
	float: right;
}
.item_detail_info .item_detail_table ::after {
	clear: both;
}
.item_detail_info table th {
	width: 80px;
	padding: 0 0 10px;
}
.item_detail_info table td {
	padding: 0 0 10px 0;
	line-height: 1.7em;
}
.item_detail_hashtags {
	margin-top: 20px;
}
.detail_hashtags_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.detail_hashtags_item {
	width: auto;
	margin-right: 7px;
	margin-bottom: 7px;
}
.detail_hashtags_link {
	display: block;
	font-size: 13px;
	color: #3e3e3e;
	background-color: #eae9e7;
	border-radius: 3px;
	padding: 9px 15px 8px;
}
/*item_detail_gallery*/
.item_detail_gallery{
	margin-left: -5px;
}
.item_detail_gallery > ul{
	width:100%;
	margin-bottom:10px;
}
.item_detail_gallery > ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.item_detail_gallery > ul > li.thumbnail {
	float: left;
	width: 20%;
	/* padding: 0 0 5px 5px; */
	margin-bottom: 5px;

    height: 192px;
    position: relative;
    overflow: hidden;
}

.item_detail_gallery > ul > li.thumbnail:before{
    content: "";
    width: 192px;
    height: 187px;
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    overflow: hidden;
}
.item_detail_gallery > ul > li.thumbnail img {
    height: 100%;
    /* width: auto; */
    margin: auto;
    display: block;
    position: relative;

    object-fit: contain;
    background: #f5f5f5;
}

.item_detail_gallery p{
	font-size: 11px;
	line-height: 1.6;
	padding-left:1em;
	text-indent:-1em;
}
/* item_detail_date*/
#item_detail_right .reserve_caution, #item_detail_right .coommingsoon_caution {
	width: 100%;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 12px;
	border: 1px solid #E72B1E;
	margin: 15px auto 0;
}
#item_detail_right .reserve_caution p, #item_detail_right .coommingsoon_caution p {
	color: #E72B1E;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
#item_detail_right .reserve_caution span, #item_detail_right .coommingsoon_caution span {
	display: block;
	color: #E72B1E;
	font-size: 13px;
	font-weight: bold;
}
/* item_detail_size
--------------------------------------------------------------------*/
.item_detail_size {
}
.item_detail_size .sub_text {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}
.item_detail_sizescroll {
	margin-bottom: 0;
	width: 470px;
	float: left;
	margin-right: 40px;
}
#sizescroll-non {
	width:100%;
	opacity: 0;
	transition: opacity 0.5s;
	margin: -10px 0 20px;
}

.item_detail_size_table {
	position: relative;
	/*width: 250px;TODO： 疑似的にスクロール出すためにサイズ指定してます。いらなくなったら削除 */
	float: left;
	width: 470px;
}
.item_detail_size_table_01 {
	width: 74px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.item_detail_size_table_01 table {
	width: 100%;
}

.item_detail_size_table_02 {
	margin-left: 73px;
	overflow-x: scroll;
	margin-bottom: 20px;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.item_detail_size_table_02::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}
.item_detail_size_table_02::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}
.item_detail_size_table_02::-webkit-scrollbar-thumb:horizontal {
	background: #666;
	border-radius: 2px;
}
.item_detail_size_table_02 table {
	min-width: 150%;
	width: auto;
	margin: 0;
}
.item_detail_size table tr {
	border-bottom: 1px solid #CCCCCC;
}
.item_detail_size table th {
	min-width: 54px;
	padding: 15px 25px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
}
.item_detail_size table td {
	padding: 15px 25px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.item_detail_size_table_02 table th {
	border-right: none;
	white-space: nowrap;
}
.item_detail_size_table_02 table td {
	border-right: none;
	white-space: nowrap;
}
.size_caution .underline {
	text-decoration: underline;
}
.item_detail_size .size_caution {
	margin: 0;
	line-height: 1.5;
	width: 470px;
	float: right;
}
.item_detail_size .size_caution dt{
	margin-bottom:6px;
	font-weight: bold;
}
.item_detail_size .size_caution dd + dt{
	margin-top:2em;
}
.item_detail_size .size_caution dd{
	margin-bottom:6px;
}
.item_detail_size .size_caution dd:before{
	content:"・";
}
.item_detail_size .size_page{
	text-align: center;
	display: flex;
	justify-content: center;
}

.item_detail_size .size_select {
    line-height: 1.35;
	width: 190px;
	border-radius: 5px;
	margin: 15px 10px;
	background-color: #000;
}

.item_detail_size .size_select.gwski_size_measure {
    line-height: 1.35;
	width: auto;
	border-radius: 5px;
	margin: 15px 10px;
	background-color: #fff;
}
.item_detail_size .size_select.gwski_size_measure a{
	color: #000;
	text-decoration: underline;
	margin: 5px 0px;
}

.item_detail_size .size_measurement {
    white-space: nowrap;
    line-height: 1.35;
	width: 190px;
	border-radius: 5px;
	margin: 15px 10px;
	background-color: #000;
}
.item_detail_size .size_measurement.gwski_size_measure {
    white-space: nowrap;
    line-height: 1.35;
	width: auto;
	border-radius: 5px;
	margin: 15px 10px;
	background-color: #fff;
}
.item_detail_size .size_measurement.gwski_size_measure a{
	color: #000;
	text-decoration: underline;
}

.item_detail_size .size_page a {
	clear: both;
	display: inline-block;
    margin: 5px 20px;
	color: #fff;
}
.item_detail_size .size_page a:hover {
	text-decoration: none;
}
.item_detail_size_text {
	width: 470px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 15px;
}

.item_detail_size_text::-webkit-scrollbar{height:15px;}/*バーの太さ*/
.item_detail_size_text::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.item_detail_size_text::-webkit-scrollbar-thumb{background:#2cc2e4;}/*バーの色*/
.item_detail_size_text::-webkit-scrollbar {
	height:15px;
}
.item_detail_size_text::-webkit-scrollbar-track {
	border-radius: 0px;
}
.item_detail_size_text::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background:#707070;
}

/* item_detail
--------------------------------------------------------------------*/
.detail_icon_list{

}
.icon.item_detail_icon {
	margin: 0 -5px 10px 0;
	display: flex;
	justify-content: space-between;
}
.item_detail_icon li {
	margin-right: 5px;
	float: left;
	line-height: 10px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px 5px 3px 6px;
	letter-spacing: 1px;
}
 .item_detail_icon .detail_sales_list li{
	background:#aaa;
}
.item_detail_icon .item_detail_icon_sale {
	background-color: #FF3A37;
}
.item_detail_icon .item_detail_icon_outlet {
	background-color: #FF3A37;
}
.item_detail_icon .item_detail_icon_new {
	background-color: transparent;
	color: #FF3A37;
	padding: 3px 0;
}
.item_detail_icon .item_detail_icon_restock {
	background-color: transparent;
	color: #a0a0a0;
	padding: 3px 0;
}
.item_detail_icon .item_detail_icon_lot {
	background-color: #AAAAAA;
}
.item_detail_icon .item_detail_icon_reserve {
	background-color: #AAAAAA;
}
.item_detail_icon .item_detail_icon_magazine {
	background-color: #AAAAAA;
}
.item_detail_icon .item_detail_icon_comigsoon {
	background-color: transparent;
	color: #a0a0a0;
	padding: 3px 0;
}
.item_detail_icon .item_detail_icon_newcolor {
	background-color: transparent;
	color: #FF3A37;
	padding: 3px 0;
}

/* 販促アイコン */

.detail_sales_item {
	margin-right: 5px;
	line-height: 10px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px 5px 3px 6px;
	letter-spacing: 1px;
}

.detail_sales_icon_coupon {
    background-color: #C8C8C8;
}

.detail_sales_icon_campaign {
    background-color: #C8C8C8;
}

.detail_sales_icon_group {
}
.detail_sales_icon_list {
	display: -webkit-box; /*--- legacy Android ---*/
	-webkit-box-pack: justify; /*--- legacy Android ---*/
	-webkit-flex-wrap: wrap; /*--- legacy Android ---*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.detail_sales_icon_item {
	max-width: 100%;
	margin-left: 5px;
	margin-bottom: 5px;
}
.detail_sales_icon {
	display: block;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 6px 10px;
	background-color: transparent;
}

/* 販促アイコン カラー */
.detail_sales_icon.detail_sales_icon_hotitem {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_coupon {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_novelty {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_freeshipping {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_pointup {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_timesale {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_flatprice {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_markdown {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_weblimited {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_medama {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_magazine {
	background-color: rgba(0, 0, 0, 0.6);
}
.detail_sales_icon.detail_sales_icon_timesalelom {
	background-color: rgba(0, 0, 0, 0.6);
}
.item_detail_brandname {
	font-size: 16px;
	margin-bottom: 20px;
}
.item_detail_productname_en {
	font-size: 14px;
	margin-bottom: 20px;
}
.item_detail_brandname a {
	font-size: 14px;
	font-weight: bold;
}
.item_detail_productname {
	margin: 0 0 8px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
}
.item_detail_mkcode {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.2em;
}
.item_detail_mkcode dt{
	display: inline-block;
	font-weight: bold;
}
.item_detail_mkcode dt:after{
	content: "：";
}
.item_detail_mkcode dd{
	display: inline-block;
	font-weight: bold;
}
.item_detail_pricebox {
	margin-bottom: 20px;
}
.item_detail_pricebox .proper,
.item_detail_pricebox .outlet {
	font-size: 20px;
}
.item_detail_pricebox .proper .tax,
.item_detail_pricebox .outlet .tax {
	padding: 0 5px;
	font-size: 14px;
}
.item_detail_pricebox .normal{
	margin-right: 10px;
	color: #7B7B7B;
}
.item_detail_pricebox .outlet{
	color: #ff3a35;
}
.item_detail_pricebox .outlet .off{
	font-size: 16px;
}
.item_detail_pricebox .sale del {
	font-size: 16px;
	position: relative;
	text-decoration: none;
}
.item_detail_pricebox .sale del:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
}
.item_detail_pricebox del .tax {
	font-size: 12px;
}
.item_detail_pricebox .sale .sale_price {
	color: #e12623;
	font-size: 32px;
}
.item_detail_pricebox .sale_price .tax {
	padding: 0 5px;
	color: #e12623;
	font-size: 14px;
}
.item_detail_pricebox .discount_rate {
	padding: 1px 10px;
	background: #e12623;
	color: #fff;
	display: inline-block;
}

/*　karte部品
------------------------------------------*/
.item_detail_pricebox .point {
	display:none;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    margin-left:5px;
}
.item_detail_pricebox .point_value {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.item_detail_pricebox .point_unit {
    font-size: 14px;
    font-weight: bold;
}

.modal_point {
    font-size: 17px;
    display: none;
    margin-left: 0.5em;
    vertical-align: bottom;
    color: #ff0000;
    font-weight: bold;
}
.modal_point_value {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.modal_point_unit {
    font-size: 14px;
    font-weight: bold;
}

/* item_detail_otherinfo
--------------------------------------------------------------------*/
.item_detail_otherinfo {
	margin: 0 0 20px;
}
.item_detail_review {
	margin-bottom: 15px;
}

.item_detail_review dt {
	clear:both;
	width:9em;
	float: left;
}
.item_detail_review dd {
	margin-left:9em;
}
.item_detail_review dd a{
	font-size: 12px;
	text-decoration: underline;
	line-height: 1;
	display: inline;
}
.item_detail_getpoint{
	display:none;
}
.item_detail_getpoint dt {
	float: left;
}
.item_detail_getpoint dd {
	float: left;
}



.item_detail_favorite_enrollment {
	display: none;
	margin-top: 10px;
}
.item_detail_favorite_enrollment dt {
	float: left;
	line-height: 15px;
}
.item_detail_favorite_enrollment dd {
	float: left;
	line-height: 15px;
}
.item_detail_magazine {
	margin-top: 15px;
}
.detail_magazine_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.detail_magazine_list {}
.detail_magazine_item {}
.detail_magazine_item + .detail_magazine_item {
	margin-top: 2px;
}
/* shopping_area
--------------------------------------------------------------------*/
.shopping_area {
	/* border-bottom:2px #9ea4a4 solid; */
	border-top: 1px #CCCCCC solid;
	clear: both;
	padding-top: 17px;
	visibility: hidden;
}
/* 通常カート */
.product_color_item {
	border-top: 2px #9ea4a4 solid;
	padding: 0 0 0 8px;
	word-break: break-all;
}
.product_color_item:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.product_color_photo {
	width: 70px;
	padding: 16px 0;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.product_color_photo .photo {
	position: relative;
	display: block;
}
.product_color_photo .photo:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.product_color_photo.flex-active .photo {
	background: #000;
}
.product_color_photo.flex-active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.product_color_photo img {
	width: 100%;
	height: auto;
}
.product_color_photo .color {
	display: block;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
.product_color_data {
	width: 412px;
	display: table-cell;
	vertical-align: top;
	padding-left: 16px;
}
.choose_list {}
.choose_item {
	border-top: 1px solid #d2d2d2;
}
.choose_item:first-child {
	border-top: none;
}
.choose_item_dl {
	display: table;
	padding: 16px 0;
}
.choose_item_dt {
	width: 162px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.choose_item_dt .alert {
	color: #ef201e;
}
.choose_item_dt .soldout {
	color: #707070;
}
.choose_item_dt .shippingdate {
	clear: both;
	padding: 0;
	text-align: left !important;
	line-height: 1.6;
	display: block;
	font-size: 11px;
	padding-top: 1em;
	letter-spacing: -0.07em;
}
.selldate + .shippingdate {
	padding-top: 0 !important;
}
.choose_item_dt .selldate {
	clear: both;
	padding: 0;
	text-align: left !important;
	line-height: 1.6;
	display: block;
	font-size: 11px;
	padding-top: 1em;
	letter-spacing: -0.07em;
}
.choose_item_dd {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.choose_item_dd.soldout {
	width: 172px;
	color: #000;
	line-height: 42px;
	height: 42px;
	border: 1px solid #000;
	font-size: 15px;
	letter-spacing: 1px;
}
.choose_item_dd.addCart, .choose_item_dd.reserve {
	width: 172px;
}
.choose_item_dd.restockMail {
	width: 172px;
}
.choose_item_dd.favorite {
	width: 40px;
	height: 40px;
	padding: 0 10px;
}
/* プルダウン式カート */
.shopping_area.product_pulldown {
	border: none !important;
}
.product_pulldown_select {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	background: url("/static/full/images/common/bg_select_arrow.png") no-repeat right;
	margin-bottom: 15px;
	padding: 12px;
	border: 1px solid #cacaca;
}
.product_pulldown_option {
	width: 100%;
	font-size: 14px;
	line-height: 1em;
	height: 42px;
	padding: 12px;
}
.product_pulldown_list {}
.product_pulldown_item {
	display: none;
}
.choose_pulldown_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.choose_pulldown_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	padding: 0 5px;
}
.choose_pulldown_info {
	display: none;
}
.choose_pulldown_info .alert {
	color: #ef201e;
}




.choose_pulldown_info .soldout {
	color: #707070;
}
.choose_pulldown_info .shippingdate, .choose_pulldown_info .selldate {
	clear: both;
	text-align: center;
	padding: 16px !important;
	background: #f2f2f2;
	line-height: 1.6;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: normal;
}
.choose_pulldown_cart {
	display: block;
	text-align: center;
}
.choose_pulldown_favorite {
	display: block;
	text-align: center;
}
/* カートボタン */
.button_cart {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	border-radius: 6px;
	letter-spacing: 1px;
	background-color: transparent;
	border: 1px solid transparent;
}
.button_cart:hover {
	color: inherit;
	text-decoration: none;
}
.button_cart.cart_in, .button_cart.reserve, .button_cart.dummy_cart {
	background-color: #E72B1E;
}
.button_cart.cart_in.GDW16 {
	background-color: #000;
}
.button_cart.comingsoon, .button_cart.rearrival, .button_cart.restock {
	background: #b4b4b4;
}
.button_cart.soldout {
	background-color: #D9D9D9;
}
.button_cart_text {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.button_cart_text.button_cart_text_normal {
	font-weight: normal;
}
.button_cart.soldout .button_cart_text {

}
.button_cart.cart_in .button_cart_text, .button_cart.reserve .button_cart_text, .button_cart.dummy_cart .button_cart_text {
	background: url(/static/full/images/svg/icn_cart_02.svg) left center no-repeat;
	background-size: 20px 15px;
	padding-left: 30px;
}
.lottery .button_cart.reserve .button_cart_text{
 	font-size:12px;
 	width: 158px;
 	padding-left: 10px;
 	margin-left: 10px;
 }

.button_cart.comingsoon .button_cart_text, .button_cart.rearrival .button_cart_text, .button_cart.restock .button_cart_text {
	background: url(/static/full/images/svg/icn_mail_02.svg) left center no-repeat;
	padding-left: 30px;
}
/* お気に入りボタン 通常 */
.button_favorite {
	display: block;
}
.button_favorite:hover {
	color: inherit;
	text-decoration: none;
}
.button_favorite .button_favorite_text {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/static/full/images/detail/detail_favorite_01.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.button_favorite .button_favorite_text.on {
	background: url(/static/full/images/detail/detail_favorite_02.jpg) no-repeat;
}
/* お気に入りボタン プルダウン式*/
.button_favorite_pulldown {
	display: inline-block;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 11px 5px 10px;
	border: 1px solid #cacaca;
}
.button_favorite_pulldown:hover {
	color: inherit;
	text-decoration: none;
}
.button_favorite_pulldown .button_favorite_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	background: url(/static/full/images/detail/detail_favorite_03.png) no-repeat left center;
	background-size: 20px 17px;
	padding-left: 28px;
}
.button_favorite_pulldown .button_favorite_text.on {
	background: url(/static/full/images/detail/detail_favorite_04.png) no-repeat left center;
	background-size: 20px 17px;
}
/* section_recommend
--------------------------------------------------------------------*/
.section_recommend {
	margin-bottom: 90px;
}
/* section_samecategory
--------------------------------------------------------------------*/
.section_samecategory {
	margin-bottom: 30px;
}
.item_box_samecategory .goods_rank {
	display: none;
}
/* section_pickup
--------------------------------------------------------------------*/
.pickup{
	width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #CCCCCC;
}
.pickup_list{
    min-width: 745px;
    max-width: 745px;
    width: 100%;
    margin: auto;
}
.pickup_text{
	display: none !important;
}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {
	margin-bottom: 30px;
}


.section_checkitem{
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;
    margin-bottom: 40px;
}

.section_checkitem .item_box{
	width: 975px;
	box-sizing: border-box;
	margin:0 auto;
}
@media screen and (max-width: 1000px) {
	.section_checkitem {
		margin-left: -10px;
	}
	.section_checkitem .common_title{
		margin-left: -17px;
	}
	.section_checkitem .item_box {
		width: 899px;
		margin: 0;
		box-sizing: content-box;
	}
}
#checkeditem_container {
	margin: 0 6px;
}

/* section_pastfav
--------------------------------------------------------------------*/
.section_pastfav {
	margin-top: 110px;
}
/*以前購入したアイテム*/
#notExistOrderHistory {
	display: block;



	padding: 15px;
}
#loadarea {
	border-left: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	width: 100%;
}
.before_list {
    width: 400px;
    margin: 0 auto;
}
.before_list table tr {
	border-bottom: 1px #d2d2d2 solid;
}
.before_list table th {
	background-color: #eeeeee;
	border-bottom: 1px #d2d2d2 solid;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.before_list table td {
	background-color: #fff;
	padding: 15px;
	white-space: normal;
	border: none;
	vertical-align: middle;
	text-align: left;
}
.before_list table td.item_img {
	background-color: #eeeeee;
	text-align: center;
	padding: 15px;

	border-right: 1px #d2d2d2 solid;
	width: 100px;
}
.before_list table td a:has(img) {
  width: 100px;
  height: 100px;
  display: block;
  background: #f5f5f5;
}
.before_list table td img {
    width: auto;
    height: 100%;
    display: block;
    margin: auto;
}
.before_list table td table {
	width: inherit;
}
.before_list table td table tr {
	border-bottom: none;
}
.before_list table td table td {
	line-height: 1.6;
	padding: 0;
}
p.history {
	margin-top: 30px;
	text-align: center;
}
p.history a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #999999;
	width:400px;
	margin:0 auto;
	line-height: 50px;
	font-size: 16px;
	position: relative;
}
p.history a:before {
	content: "";
	position: absolute;
	right:15px;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.3s all ease;
}
p.history a.open:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 5px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
p.history a span {
	display: block;
	font-size: 10px;
	line-height: 30px;
	margin-top: -15px;
}
.before_list p {
	text-align: center;
}
.before_list p a {
	color: #5a5a5a;
	text-decoration: none;
	border: 1px #bfbfbf solid;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(/static/full/images/product/btn_more.gif);
	background-repeat: no-repeat;
	background-position: 520px center;
	line-height: 40px;
}


.item_detail_slider .slides{
	opacity: 0;
	transition: opacity .3s linear;
}
.item_detail_slider .slides.slick-initialized{
	opacity: 1;
}

.slides_item {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.item_detail_photo .item_detail_slider {
	position: relative;
}
.slides_image {
    display: block;
    width: auto!important;
    height: 500px;
    margin: auto;
}
.zoom {
	cursor: pointer;
}
.slick-prev, .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}
.slick-prev:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 16px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev {
	left: -3px;
}
.slick-next {
	right: -3px;
}
.slick-next:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 7px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slick-slide img {
	opacity: 1 !important;
}
.slick-dots {
	display: none !important;
}
.caption_area{
	background:rgba(255,255,255,1);
	/* position:absolute; */
	bottom:0;
	width: 100%;
}
.item_detail_thumb ul li a {
	display: block;
	position: relative;
	width: 100%;
}
.section_checkitem .slick-prev {
	position: absolute;
	left: -48px;
}
.section_checkitem .slick-next {
	position: absolute;
	right: -45px;
}
.item_detail_zoom_slider .slick-prev {
	position: fixed;
	left: -10px;
}
.item_detail_zoom_slider .slick-next {
	position: fixed;
	right: 10px;
}
.item_detail_zoom_slider .slick-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 40px;
}
.item_detail_zoom_slider .slick-next:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 50%;
	right: 40px;
}
/* 販促アイコン */
.detail_sales_group {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.detail_sales_list {}
.detail_sales_item {
	display: inline;
	font-size: 10px;
}
.detail_sales_item + .detail_sales_item {
	margin-top: 2px;
}

.detail_sales_item:last-child {
	margin-right:0px!important;
}

.detail_sales_icon_image {}
#item_detail_right {
	position: relative;
}
#img_large_container {
	display: none;
	position: absolute;
	z-index: 98;
	overflow: hidden;
}
#img_large {
	position: absolute;
	zoom: 1;
}
#img_large_area {
	display: none;
	position: absolute;
	left: -100px;
	z-index: 99;
	pointer-events: none;
}
.existing_message {
	margin-bottom: 10px;
}
.existing_message p {
	font-size: 12px !important;
	line-height: 1.4;
}
.existing_message a {
	text-decoration: underline;
}

.modal_login {
	display: none;
	width: 420px;
	/*min-height: 335px;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20000;
	background-color: #fff;
	margin: 5% auto auto;
	padding: 15px 12px 30px;
	border: 2px solid #d2d2d2;
	box-sizing: border-box;
}
.modal_login.large {
	width: 960px;
	min-height: 500px;
	border: none;
	padding: 35px 40px;
}
.modal_login_list {
    display: flex;
    justify-content: center;
}
.modal_login_item {
    width: 400px;
    background: #F7F7F7;
    padding: 25px 35px;
    margin: 30px 25px;
}
.modal_login_item + .modal_login_item {margin-left: 0;}
.modal_login_box {}
.modal_login_title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
}
.modal_login_subtitle {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.modal_login_area {
	text-align: left;
}
.modal_login_top {
	text-align: center;
	margin-bottom: 5px;
}
.modal_login_bottom {
    margin-top: 20px;
    margin-bottom: 18px;
}
.modal_login_input {
	display: inline-block;
	width: 250px;
	height: 34px;
	line-height: 34px;
	color: #555;
	background: #f7cee0;
	padding: 0 7px;
	border: none;
	margin: 0 auto 15px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.modal_login .alpha .modal_login_input {
	border: none;
	padding: 0;
	width: auto;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.modal_remind {
	display: block;
	font-size: 10px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 10px;
}
.modal_benefits {
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-top:7px;
	margin-bottom: 28px;
	text-decoration:underline;
}
.modal_remind_link {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
	letter-spacing: 1px;
	background-size: 10px 10px;
}
.modal_login_btn {
	text-align: center;
	width: 100%;
}
.btn_favorite_login {
	display: block;
	width: 292px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	background-color: #4D4D4D;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
}
.btn_favorite_entry {
	display: inline-block;
	width: 285px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	background-color: #4D4D4D;
	border-radius: 6px;
}
.btn_favorite_entry:hover {
	color: #fff;
	text-decoration: none;
}
.modal_area_cart {
	background: #fff;
}
.modal_area_title {
	height: 48px;
	line-height: 47px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background: #dddddd;
	border-bottom: 1px solid #b7b7b7;
}
.modal_top_btn {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	display: block;
	position: absolute;
	top: 24px;

	right: 18px;
	z-index: 1000;
	cursor: pointer;
	background: url(/static/lite/images/common/btn_close_s.png) no-repeat center;
	background-size: 13px 13px;
}
.modal_area_cartin {


	margin: 17px 15px 0 15px;
	padding-bottom: 17px;
	border-bottom: 1px solid #b7b7b7;
}
.modal_area_cartin dt {
	width: 30%;
	display: table-cell;
}
.modal_area_cartin dt img {
	width: 100%;
	height: auto;
}
.modal_area_cartin dd {
	width: 67.5%;
	padding: 0 0 0 2.5%;
	display: table-cell;
	vertical-align: middle;
}
.modal_area_cartin .modal_productbrand {
	font-size: 14px;
	margin-bottom: 10px;
}
.modal_area_cartin .modal_productname {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0 5px 0;
}
.modal_area_cartin .modal_productcolor {
	font-size: 14px;
	margin: 0 0 10px;
}
.modal_favorite_btn {
	padding: 25px 0;
	text-align: center;
}
.modal_favorite_btn a {
	display: inline-block;
	width: 200px;
	height: 45px;
	color: #fff;
	background: #232323;
	font-size: 14px;

	letter-spacing: 1px;
	line-height: 45px;
	border-radius: 4px;
}
.modal_bottom_btn a {
	display: block;
	height: 60px;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 1px;
	background: #eee;
	position: relative;
}
.efo_error_text {
	display: none;
	color: #f30;
	text-align: center;
	padding: 10px;
}
/* ここから新デザイン
----------------------------------------------------------------------*/
.cart_ttl {
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: bold;
}
.cart_color {
	margin-bottom: 17px;
}
.cart_size {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #CCCCCC;
}
.cart_ttl span {
	margin-left: 20px;

	font-weight: normal;
}
.cart_color_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-right: -7px;
}
.cart_color_item {
	-ms-flex: 0 0 14.2857%;
	flex: 0 0 15%;
	width: 100%;
	max-width: 15%;
	margin-bottom: 10px;
	padding: 0 7px 0 0;
	position: relative;
}
.cart_color_photo {
	display: block;
	width: 100%;
}
.cart_color_photo .icon_newcolor{
	width:60px;
	font-size:10px;
	white-space:nowrap;
	height:12px;
	line-height:12px;
	position:absolute;
	bottom: -12px;
}
.color_info .icon_sale,
.cart_color_photo .icon_sale{
	white-space:nowrap;

}
.color_info .icon_sale{
	display:block;
	font-size:12px;
	color:#FF3A37;
	text-align: center;
}
.cart_color_photo .icon_sale{
	width:60px;
	font-size:10px;
	white-space:nowrap;
	height:12px;
	line-height:12px;
	position:absolute;
	bottom: -12px;
	color:#FF3A37;
	text-align: center;
}
.cart_color_radio {
	display: none;
}
.cart_color_radio + .cart_color_label {
    display: block;
    position: relative;
    width: 100%;
    border: 2px solid transparent;
    height: 60px;
    overflow: hidden;
    background: #f5f5f5;
}
.cart_color_radio:checked + .cart_color_label {
	border: 2px solid #fe89aa;
}
.cart_color_radio:disabled + .cart_color_label {
	opacity: 0.2;
}
.cart_color_image {
	width: auto;
    height: 100%;
    display: block;
    margin: auto;
}

.cart_size_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-left: -2px;
	margin-right: -2px;
}
.stock_info{
    display:flex;
    justify-content:center;
    margin: 20px 0 7px 0;
}

.shop_stock_info, .ec_stock_info{
	display:block;
	width:180px;
	height:38px;
	background:#e6e6e6;
	border-radius:6px;
	margin:0 10px;
	text-align:center;
}
.shop_stock_info a,.ec_stock_info a{
	line-height:38px;
	display:block;
	text-decoration:none;
}
.cart_size_item {
	-ms-flex: 0 0 14.2857%;
	flex: 0 0 14.2857%;
	width: 100%;
	/*max-width: 14.2857%;*/
	margin-bottom: 10px;
	padding: 0 2px;
	position: relative;
	white-space: nowrap;
}
.cart_size_item:only-of-type{
	flex:0 0 auto;
	width:auto;
}
.cart_size_radio + .cart_size_label {
	display: inline-block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	color: #000;
	background-color: #E6E6E6;
	border-radius: 6px;
	padding: 0 15px;
}
.cart_size_radio:checked + .cart_size_label {
	background-color: #E72B1E;
	color: #fff;
	box-sizing: border-box;
	font-weight: bold;
}
.cart_size_radio:checked + .GDW16 {
	background-color: #000;
}
.cart_size_radio:disabled + .cart_size_label {
	cursor: default;
	color: #BCBCBC;
	background-color: #F2F2F2;
}
.cart_data {
	display: none;
}
.cart_data_item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin-bottom:30px;
}
.cart_data_stnum {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.cart_data_stnum span.text {
	font-size: 14px;
	margin-right: 25px;
}
.cart_data_stnum span.item_price {
	font-size: 19px;
}
.cart_data_stnum span.item_price span {

	font-size: 13px;
	margin-left: 15px;
}
.cart_data_btn a {
	background-color: #4D4D4D;
	border-radius: 6px;
	width: 392px;
	height: 40px;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}
.cart_data_btn a.addCart {
	background-color: #E72B1E;
	margin-top: 0;
}
.cart_data_btn a.GDW16 {
	background-color: #000;
}
.cart_data_btn a.addCart:before {
	content: "";
	display:inline-block;
	width:20px;
	height: 40px;
	margin-right: 5px;
	background:url("/static/full/images/svg/icn_cart_02.svg") left no-repeat;
	background-size:20px 15px;
	vertical-align: bottom;
}
.cart_data_btn .soldout {
	border: 1px solid #4D4D4D;
	border-radius: 6px;
	width: 240px;
	height: 40px;
	display: block;
	color: #4D4D4D;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	float: left;
	margin-right: 5px;
}
.cart_data_stock {
	width: 120px;
	height: 40px;
	margin-bottom: 15px;
	float: left;
}
.cart_data_stock a.item_stock_pop {
	background-color: #999999;
	border-radius: 6px;
	width: 120px;
	height: 40px;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.cart_data_favorite {
	display: block;
	position: relative;
	cursor: pointer;
	width: 25px;
	height: 40px;
	background-size: contain;
	margin: 0 6px 15px;
	float: left;
	margin-left: 12px;
}

.cart_data_favorite.favorite > a {
	display: block;
	cursor: pointer;
	width: 25px;
	height: 20px;
	background: url(/static/full/images/svg/icn_heart.svg) no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cart_data_favorite.favorite > a.selected {
	background: url(/static/full/images/svg/icn_heart_on.svg) no-repeat;
	background-size: contain;
}


#favorite-add-info{
	left: -71px !important;
	top: -70px !important;
}
#favorite-remove-info{
	left: -38px !important;
	top: -50px !important;
}
/**/
/* zoom
-----------------------------------------------------------------------*/
#zoom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
	overflow-y: scroll;
}
.hidden {
	display: none !important;
}
.fade.in {
	opacity: 1;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
#zoom .close {
	font-family: 'Helvetica Neue', 'Brown', arial;
	line-height: 40px;
	color: #000;
	position: fixed;
	top: 10px;
	right: 30px;
	z-index: 999999;
	font-size: 40px;
	font-weight: lighter;
	font-style: normal;
	opacity: 1;
	cursor: pointer;
}
.close {
	float: right;
	font-size: 20px;

	line-height: 1;
	color: #000;
	text-shadow: 0 0 3px #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#zoom .slick-dots {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 315px;
	z-index: 9999999
}
#zoom .slick-dots li {
	border: 1px solid #f4f4f4;
	margin: 0;
	width: 19%;
	/*height: 110px;*/
	float: left;
	position: relative
}
#zoom .slick-dots li.slick-active {
	border-color: #000
}
#zoom .slick-dots li.slick-active img {
	opacity: 1;
	filter: alpha(opacity=100)
}
#zoom .slick-dots li button {
	height: 106px;
	width: 64px;
	padding: 0;
	border: 0;
	background: transparent;
	display: block;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer
}
#zoom .slick-dots li button:before {
	content: '';
	height: 106px;
	width: 64px;
	z-index: 9999999;
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#zoom .slick-dots img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: auto;
}
#zoom .slick-slide img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: 100vh;
}

#zoom .slick-initialized .slick-slide {
    background: #f5f5f5;
}

/* anchor
------------------------------------------------*/
.anchor_area {
	width: 100vw;
	min-width: 963px;
	position: absolute;
	top: 0;
	left: calc(((100vw - 963px)/2)*-1);
	background-color: #E6E6E6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	z-index: 100;
	text-align: center;
	height: 62px;
}
.anchor_area.fixed {
	position: fixed;
	top: 70px;
	left: -10px;
}

.anchor_list {
	width: 980px;
	margin: 0 0 0 15px;
	display: inline-block;
}
.fixed .anchor_list {
	width: 980px;
	margin: 0 auto;
	display: flex;
	padding-left: 0;
}
@media screen and (max-width: 1020px) {
	.anchor_area {
		left: -15px;
		margin-left: 0;
		text-align:left;
	}
	.anchor_area.fixed {
		left: -10px;
		margin-left: 0;
	}

	.anchor_list {
		display:inline-block;

	}
	.fixed .anchor_list {
		width: 1000px;
		margin: 0;
		display: flex;
		padding-left: 20px;
	}
}
.anchor_item {
	width: 25%;
	max-width: 25%;
	float: left;
	border-left: 1px solid #CCCCCC;
}
.anchor_item:last-child {
	border-right: 1px solid #CCCCCC;
}
.anchor_link {

	display: block;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}
.anchor_link.on {
	background-color: #fff;
}
.wash_label{
	margin-top:10px;
	width:100%;
	letter-spacing:-.75em;
}
.wash_label th{
	letter-spacing:normal;
	vertical-align:top;
	padding-top: 15px !important;
}

.wash_label td{
	letter-spacing:normal;
	vertical-align:top;
}
.wash_label td span{
	display:inline-block;
	vertical-align: top;
}
.wash_label img{
	display:inline-block;
	width:auto;
	height: 38px;
	letter-spacing:normal;
}
.wash_label p{
	letter-spacing:normal;
	text-decoration:underline;
}


#cart-info {
	display: none;
	position: fixed;
	width: 790px;
	height: 0;
	max-height: calc(100vh - 100px);
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 20000;
	box-sizing: border-box;
	opacity: 0;
}
#stock-info {
	display: none;
	position: fixed;
	width: 980px;
	height: 0;
	max-height: calc(100vh - 100px);
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 20000;
	box-sizing: border-box;
	opacity: 1;
}
#binding-info {
	display: none;
	position: fixed;
	width: 790px;
	height: 0;
	max-height: calc(100vh - 100px);
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 20000;
	box-sizing: border-box;
	opacity: 1;
}
.slides_item .icon_newcolor{
	position: absolute;
	left:0;
	top:0;
}

.section_freehtml{
    width: 100vw;
    min-width: 980px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;
    margin-bottom: 40px;
    border-top:1px solid #CCCCCC;
}

.freehtml{
	width: 980px;
	box-sizing:content-box;
	margin:0 auto;
	padding-left:17px;
}
@media screen and (max-width: 1000px) {
	.section_freehtml {
		margin-left: -10px;
	}
	.freehtml {
		margin:0;
		padding-left: 10px;
	}
}

/* stylyng */
.section_styling{
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;

    margin-bottom: 40px;
    border-top:1px solid #CCCCCC;
}

.styling{
	width: 980px;
	box-sizing:content-box;
	margin:0 auto;
	padding-left:17px;
	overflow: hidden;
    transition: max-height .3s;
}
@media screen and (max-width: 1000px) {
	.section_styling {
		margin-left: -10px;
	}
	.section_styling .common_title{
		margin-left: -17px;
	}
	.styling {
		margin:0;
		padding-left: 10px;
	}
}
#styling_container{
	margin: 0px -5px 15px -5px;
}
#styling_container > li {
	margin-bottom: 25px;
}
#styling_container dl dt{
	position:relative;
	margin-bottom:10px;

}
#styling_container dl dd{
	position:relative;
	display:table;
}
#styling_container .goods_link{
	position:relative;
	width:100%;
	margin-bottom: 10px;
}
#styling_container .goods_link:before{
	content:"";
	display:block;
	width:100%;
	padding-top:133.3333%;
}

#styling_container > li dl dt img {
	width: 100%;
	height: auto;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
#styling_container .new_icon{
	width:35px;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
#styling_container .style_logo{
	width: 40px;
	height: 40px;
	display:table-cell;
}
#styling_container .style_logo img{
	width:100%;
	height:auto;
}

#styling_container .style_info{
	display:table-cell;
	padding-left:7px;
	vertical-align: middle;
}

#styling_container .style_brand {
	display:block;
	line-height: 1.4;
}

#styling_container .style_shop {
	display:block;
	line-height: 1.4;
}
/* section_relateditem
--------------------------------------------------------------------*/
.section_relateditem{
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 20px;
    margin-bottom: 20px;
    border-top:1px solid #CCCCCC;
}

.item_box_relateditem{
	width: 997px;
	margin: 0 auto;
	padding: 0 0 0 17px;
}
.section_relateditem .slick-prev{
	left: -40px;
	top: 94px;
}
.section_relateditem .slick-next{
	right: -40px;
	top: 94px;
}
@media screen and (max-width: 1000px) {
	.section_relateditem {
		margin-left: -10px;
	}
	.section_relateditem .common_title{
		margin-left: -17px;
	}
	.item_box_relateditem {
		margin:0;


		padding-left: 10px;
		padding-right: 7px;
	}
}
.item_box_relateditem .goods_list{
	margin: 0px -5px 0 -5px;
}
.item_box_relateditem .item_container{
	display: flex;
}
.section_relateditem .item_box {}

/* special */
.section_special{
	background:#EDEDED;
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 33px;
    padding-bottom: 40px;
    border-top:none;
}
.section_special .slick-dots{
	display: block !important;
}
.section_special .slick-slide .slick-loading{
	opacity: 0!important;
}
.section_special .slick-slide img{
	opacity: 1 !important;
	transition: opacity 0.3s;
}
.section_special .common_title {
	font-size: 24px;
	line-height: 26px;
	border-bottom: none;
	margin-bottom: 20px;
	padding-top: 0;
	text-align: center;
}
.special{
	width: 980px;
	box-sizing:content-box;
	margin:0 auto;
	padding-left:17px;
}
@media screen and (max-width: 1000px) {
	.section_special {
		margin-left: -10px;
	}
	.section_special .common_title{
		margin-left: -17px;
	}
	.special {
		margin:0;
		padding-left: 10px;
	}
}
/* relatednews */
.section_relatednews{
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;
    margin-bottom: 40px;
    border-top:1px solid #CCCCCC;
}

.relatednews{
	width: 980px;
	box-sizing:content-box;
	margin:0 auto;
	padding-left:17px;
}
@media screen and (max-width: 1000px) {
	.section_relatednews {
		margin-left: -10px;
	}
	.section_relatednews .common_title{
		margin-left: -17px;
	}
	.relatednews {
		margin:0;
		padding-left: 10px;
	}
}
#relatednews_container{
	margin: 0px -7px 15px -8px;
}
#relatednews_container > li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom:1px solid #D9D9D9;
}
#relatednews_container > li:last-child{
	border-bottom:none;
}
#relatednews_container img{
	width:100%;
	height:auto;
}
#relatednews_container dl{
	display:table;
	width:100%;
}
#relatednews_container dt{
	width:180px;
    display:table-cell;
}
#relatednews_container dd{
    display:table-cell;
    vertical-align:top;
    padding-left:20px;
}
#relatednews_container .relatednews_date{
	font-size:11px;
	margin-bottom:3px;
	color:#808080;
}
#relatednews_container .relatednews_heading{
	margin-bottom:9px;
}
/* section_common
--------------------------------------------------------------------*/
.section_common{
    width: 100vw;
    min-width: 1000px;
    margin-left: calc(((100vw - 963px)/2)*-1);
    padding-top: 40px;
    margin-bottom: 40px;
    border-top:1px solid #CCCCCC;
}

.common_area{
	width: 980px;
	box-sizing:content-box;
	margin:0 auto;
	padding-left:17px;
}
@media screen and (max-width: 1000px) {
	.section_common {
		margin-left: -10px;
	}
	.section_common .common_title{
		margin-left: -17px;
	}
	.common_area {
		margin:0;
		padding-left: 10px;
	}
}
/*slick.css*/
.slick-dotted.slick-slider {}
.slick-dots {
	display: block;
	width: 100%;
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
	height:8px;
	line-height:8px;
	box-sizing:content-box;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #CCCCCC;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background: #000;
	background: #A8A8A8;
	cursor: default;
}
/*MOVIE*/
	.player-box{
		position:relative;
		/*padding-top: 56.25%;*/
		/*padding-top: 133.333%;*/
		padding-top: 100%;
		background-color: #000;
	}
	.youtube_thumbnail_image {
		width:100%;
		height:auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	/*	動画再生ボタン	*/
	.move_btn_box {
	    bottom: 50%;
	    left: 50%;
	    cursor: pointer;
	}
	.movie_btn_box a:hover{
	    background: rgba(183,183,183,0.7);
	    transition: 0.3s ease;
	}

.movie_btn_box a {
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 120px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	letter-spacing: 0.15em;
	/*background: rgba(231,57,89,0.5);*/
	border: 5px solid #fff;
	background: rgba(255,255,255,0.1);
	transition: 0.3s ease;
	text-indent:-9999px;
	color: #fff;
	padding-top: 10px;
}

.item_detail_gallery .movie_btn_box a {
    width: 96px;
    height: 96px;
}

.movie_btn_box a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40.0px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 7px;
    margin: auto;
}

/*レビュー*/
.review_area{
	margin-bottom:60px;
}
.review_item{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #CCCCCC;
}
.review_average_star{
	width:5em;
	height: 1em;
	font-size: 12px;
	position:relative;
	display: inline-block;
}

.review_average_star_front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #E72B1E;
}
.review_average_star_back {
  color: #7B7B7B;
}
.review_num_box{
	font-size: 12px;
}

.review_title{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
}
.review_info{
	font-size:12px;
}
.review_rate{

	margin-right:33px;
}
.review_date{
	margin-right:2em;
}

.review_rate .review_average_star{
		font-size:14px;
}

.review_comment{
	margin-top:10px;
	line-height:1.8;
}

.review_user_info{
	margin-top:15px;
	line-height:1em;
}

.review_info > span:nth-child(n+2){
	margin-right:2em;
}
.review_user_info > span{
	display:inline-block;
}
.review_user_name{
	line-height:1em;
}

.review_user_info > span{
	border-right:1px solid ;
	padding-right: 1em;
	margin-right:1em;
}

.review_user_info > span:last-child{
	border:none;
}

#review_more,
#review_back{
	display:block;
	width:400px ;
	height:50px;
	background:#999999;
	border-radius: 5px;
	line-height:50px;
	text-align:center;
	color:#fff;
	position:relative;
	font-size:14px;
	font-weight:bold;
	margin:40px auto;
}
.review_container{
	transition: all 0.4s ease;
}
	.player-box{
		position:relative;
		/*padding-top: 56.25%;*/
		/*padding-top: 133.333%;*/
		padding-top: 100%;
		background-color: #000;
	}

	.youtube_thumbnail_image {
		width: 100%!important;
		height: auto!important;
		position: absolute!important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.vimeo_thumbnail_image {	
		width: 60px!important;
		height: 60px!important;
		position: absolute!important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		object-fit: cover!important;
		visibility: hidden;
	}

	.item_detail_gallery .vimeo_thumbnail_image {
		width: 192px!important;
		height: 192px!important;
		position: absolute!important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		object-fit: cover!important;
	}

	#cboxOverlay {
		z-index: 14000!important;
	}
	
	#colorbox {
		z-index: 15000!important;
	}

	/*	動画再生ボタン	*/
	.move_btn_box {
	    bottom: 50%;
	    left: 50%;
	    cursor: pointer;
	}
	.movie_btn_box a:hover{
	    background: rgba(183,183,183,0.7);
	    transition: 0.3s ease;
	}

.movie_btn_box a {
	position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    letter-spacing: 0.15em;
    /*background: rgba(231,57,89,0.5);*/
    border: 5px solid #fff;
    background: rgba(255,255,255,0.1);
    transition: 0.3s ease;
    text-indent:-9999px;
}


.movie_btn_box a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40.0px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 7px;
    margin: auto;
}

.infoForBindingTables{
    display:none
}

.arrow.wh.fade{
	opacity:1;
}

/*** サムネイル画像を非表示用   ***/
.thumbnail_hidden {
	display:none;
}

.btn_goods_more{
	display:block;
	width:400px ;
	height:50px;
	background:#999999;
	border-radius: 5px;
	line-height:50px;
	text-align:center;
	color:#fff;
	position:relative;
	font-size:14px;
	font-weight:bold;
	margin:0 auto 80px;
}

.btn_goods_more:after{
	content:"";
	display:block;
	width:7px;
	height:7px;
	border-top:1px solid;
	border-right:1px solid;
	transform:rotate(135deg);
	position:absolute;
	top:-5px;
	bottom:0;
	right:10px;
	margin:auto;
}

/*　セットアップアイテム
--------------------------------*/
.setup_items_area {
	display: none;
	/* width:500px; */
	/* border:1px  solid #CCCCCC; */
	/* padding: 20px 20px 0 20px; */
	/* margin-top: 30px; */
}

.setup_item_info_wrap {
    width: 120px;
    height: 100%;
    float: right;
    position: relative;
}

.setup_item_name {
    font-size:12px;
    /* height:24px; */
    padding-bottom:6px;
    line-height: 1.5;
}

.setup_item_mkcode {
    font-size:10px;
    padding-bottom:8px;
    line-height: 1.5;
}

.setup_item_price {
    font-size:12px;
    line-height: 1.5;
}

.setup_item_photo {width: 80px; height: 80px; float: left; background: #f5f5f5;}

.setup_item_photo img {
    width:auto;
    height:100%;
		margin: auto;
		display: block;
}

.setup_item_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.setup_item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
    position: relative;
}

.setup_items_title {
    font-size:14px;
    padding-bottom: 15px;
	line-height: 1.5;
}

/* .setup_item_list.column_single .setup_item:first-child {
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 100%;
    max-width: 220px;
}

.setup_item_list.column_single .setup_item:last-child {
    -ms-flex: 0 0 calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
    width: 100%;
    max-width: calc(100% - 220px);
}

.setup_item_list.column_single .setup_item:last-child .setup_item_info_wrap {
    width: 150px;
    padding-left: 15px;
} */

/* .setup_item_list.column_single .setup_items_title {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height: 50px;
}

.setup_item_list.column_single{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
} */
.setup_item_list.column_single{
	display: block;
	margin: 0;
}
.setup_item_list.column_single .setup_item{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
.setup_item_list.column_single .setup_item .setup_items_title{
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
    padding: 0;
}
.setup_item_list.column_single .setup_item a{
    display: flex;
    gap: 20px;
    width: 100%;
}

.setup_item_list.column_single .setup_item .setup_item_photo{
	width: 80px;
}
.setup_item_list.column_single .setup_item .setup_item_info_wrap{
	width: calc(100% - 100px);
}
.setup_item_list.column_single .setup_item .setup_item_info_wrap .setup_item_name{
    font-size: 12px;
    height: auto;
    padding-bottom: 6px;
    line-height: 1.5;
}
.setup_item_list.column_single .setup_item .setup_item_info_wrap .setup_item_info_inner .setup_item_price{
	font-size: 12px;
    line-height: 1.5;
}

.setup_item_info_inner {
    /* position: absolute; */
    /* bottom: 0; */
}

#unisize_1000{
	width:470px;
	float:left;
	margin-top:20px;
}

#unisize_tag{
	width: 100%;
}

/**
******/
.pickup_title{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    display: block;
    margin-bottom: 30px;
}

.pickup_list{
    margin-bottom: 60px;
    position: relative;
}
.swiper{
    width: calc(100% - 100px);
}
.swiper-wrapper{

}
.swiper-slide{
	/*background-color: #58606e;*/
    padding: 0px;
    color: #fff;
    text-align: center;
}
.swiper-pagination{
    bottom: -30px !important;
}
.swiper-pagination-bullet-active {
	background-color: #000 !important; 
}
.swiper-button-prev{
    left: 0px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev, .swiper-button-next{
}
.swiper-button-prev:after, .swiper-button-next:after{
    color: #000;
    font-size: 24px !important;
}

.pickup_item_image {
    width: 100%;
    height: auto;
}

.pickup_text{
	display: none !important;
}

#anchor_item_review .sub_text {
	border-bottom: none;
	font-size: 18px;
	padding-top: 2px;
	margin-bottom: 16px;
}
.review_sp_only{
	display: none !important;
}
.review_pc_only{
	display: inline-block !important;
}

#category_container{
	display: none;
}
#category_container .category_container_item .relatedcategory_category02{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 10px;
}
#category_container .category_container_item .relatedcategory_category02 li{
    margin-right: 10px;
	font-size: 14px;
}
#category_container .category_container_item .relatedcategory_category02 li a{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
	display: block;
}

/*
----------------------------------*/

.section_same_activity_view {
	width: 100vw;
	min-width: 1000px;
	margin-left: calc(((100vw - 963px)/2)*-1);
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
}

.item_box_activity_view {
	width: 997px;
	margin: 0 auto;
	padding: 0 0 0 17px;
}

.item_box_activity_view .goods_list{
	margin: 0px -5px 0 -5px;
}
.item_box_activity_view .item_container{
	display: flex;
}

.section_same_activity_view .slick-prev{
	left: -40px;
	/*top: 94px;*/
}
.section_same_activity_view .slick-next{
	right: -40px;
	/*top: 94px;*/
}