/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		商品詳細用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*******************************************************************************************
	item_detail_page
*******************************************************************************************/
.item_detail_page{
	padding-top: 20px;
	padding-bottom: 50px;
}/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		商品詳細用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*******************************************************************************************
	item_detail_page
*******************************************************************************************/
.item_detail_page{
	padding-top: 20px;
	padding-bottom: 50px;
}

@media screen and (max-width: 920px){
	.item_detail_page{
		padding-top: 20px;
		padding-bottom: 30px;
	}
}


/*******************************************************************************************
	slideImgArea
*******************************************************************************************/
.swiper {
	width: 55%;
	float: left;
}
.swiper-slide {
	aspect-ratio: 1/1;
}
.swiper-slide video {
	width: 100%;
	height: 100%;
}
.swiper-button-next, .swiper-button-prev {
	top: 324px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: rgb(102,102,102);
	font-size: 20px;
}
.swiper-pagination{
  position:relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction 
	{
  bottom: 0; 
}
.swiper-pagination {
	text-align:left;
}
.swiper-pagination-bullet {
	width: 100px;
	height: 100px;
 	border-radius: 0;
	background-color: transparent;
   background-position: center center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	border: solid 2px #ddd;
}

.cap  {
	color: #666;
}

@media screen and (max-width: 920px){
	.item_detail_page .swiper{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 40%;
	}
	.swiper-button-next {
		right: 0;
	}
	.swiper-button-prev {
		left: 0;
	}
	.swiper-pagination-bullet {
		width: 18vw;
		height: 18vw;
	}

}



/*******************************************************************************************
	itemInfoArea
*******************************************************************************************/
.item_detail_page .itemInfoArea{
	width: 40%;
	float: right;
}

.item_detail_page .itemInfoHeadArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

/* item_data_flagArea */
.item_detail_page .item_data_flagArea{
}

.item_detail_page .item_data_flagArea p{
	display: inline-block;
	background-color: #ff0000;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 15px;
}


/* snsArea */
.item_detail_page .snsArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .snsArea a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background-color: #f7f7f7;
	color: #666;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 20px;
}

.item_detail_page .snsArea .fa{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
	letter-spacing: 0;
}



/* itemNumArea */
.item_detail_page .itemInfoArea .itemNumArea{
}

.item_detail_page .itemInfoArea .itemNumArea p{
	font-size: 15px;
	margin-bottom: 5px;
}

.item_detail_page .itemInfoArea .h1Area{
	margin-bottom: 20px;
}

.item_detail_page .itemInfoArea .h1Area h1{
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 1.3em;
}

.item_detail_page .itemInfoArea .itemPayArea{
}

.item_detail_page .itemInfoArea .itemPayArea p{
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}

.item_detail_page .itemInfoArea .textBox{
	background-repeat: repeat;
	margin-top: 50px;
	padding: 5px 20px;
}

.item_detail_page .itemInfoArea .textBox .readArea{
	border-bottom: solid 1px #aaa;
}

.item_detail_page .itemInfoArea .textBox .readArea h2{
	display: block;
	text-align: left;
	padding: 15px 0 5px;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	line-height: 1.3em;
}

.item_detail_page .itemInfoArea .textBox .textArea{
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0 15px;
}

.item_detail_page .itemInfoArea .textBox .textArea h3{
	display: inline-block;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
}

.item_detail_page .itemInfoArea .textBox .textArea span.min{
	font-size: 13px;
}

/* zaikoFlag */
.item_detail_page .itemInfoArea .zaikoFlag{
	display: block;
	margin-top: 50px;
}

.item_detail_page .itemInfoArea .zaikoFlag .title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .itemInfoArea .zaikoFlag .read{
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 10px;
}

/* zaikoArea */
.item_detail_page .zaikoArea .title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .zaikoArea .zaikoLoops{
	border-bottom: dashed 1px #ddd;
	padding: 20px 0;
}

.item_detail_page .zaikoArea .zaikoLoops:nth-child(1){
	border-top: dashed 1px #ddd;
}

.item_detail_page .zaikoArea .zaikoLoops h3{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .zaikoArea .zaikoLoops ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_detail_page .zaikoArea .zaikoLoops li{
/*	width: 11.8%;*/
	min-width: 13%;
	margin: 10px 0.8% 0 0;
}

/* .item_detail_page .zaikoArea .zaikoLoops li:nth-child(8n+8){
	margin-right: 0;
} */

.item_detail_page .zaikoArea .zaikoLoops li .name{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	letter-spacing: 0;
	height: 30px;
	font-weight: bold;
	color: #666;
	line-height: 1.1em;
	padding: 0px 5px;
}

.item_detail_page .zaikoArea .zaikoLoops li .data{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
	font-size: 11px;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type1{
	/*background-color: #61d4d3;*/
	background-color: #595757;
	color: #fff;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type2{
	/*background-color: #ffaf36;
	color: #fff;*/
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type3{
	/*background-color: #ff7c7c;
	color: #fff;*/
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type4{
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type5{
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .bottom_read{
	font-size: 13px;
	color: #888;
	margin-top: 20px;
}



/* btnArea */
.item_detail_page .btnArea_box{
	margin-top: 50px;
}

.item_detail_page .btnArea_box .title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .btnArea{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .btnArea .btn{
	width: 32%;
	margin-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .btnArea .btn:nth-child(1){
	margin-left: 0%;
}

.item_detail_page .btnArea.btn_clum4 .btn{
	width: 23.5%;
}

.item_detail_page .btnArea .btn a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 40px;
	font-size: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}


/* janArea */
.item_detail_page .janArea{
	margin-top: 50px;
	padding: 20px 20px 10px;
}

.item_detail_page .janArea .h2Area{
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .janArea .h2Area h2{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	color: #666;
}

.item_detail_page .janArea .h2Area .jan_tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25px;
	height: 25px;
	cursor:pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: solid 1px #666;
}

.item_detail_page .janArea .h2Area .jan_tr:before{
	font-family: fontawesome;
	content: '\f107';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1em;
	color: #666;
}

.item_detail_page .janArea.on .h2Area .jan_tr{
	border: none;
}

.item_detail_page .janArea.on .h2Area .jan_tr:before{
	content: '\f00d';
	color: #aaa;
}

.item_detail_page .janArea ul{
	display: none;
	padding-bottom: 10px;
}

.item_detail_page .janArea li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	border-bottom: solid 1px #888;
	font-size: 12px;
}

.item_detail_page .janArea li:nth-child(1){
	border-top: solid 1px #888;
	font-weight: bold;
}

.item_detail_page .janArea li .clum{
	padding: 5px 10px;
	text-align: center;
}


/*******************************************************************************************
	JANの下部
*******************************************************************************************/
.csvDL{
	margin-top: 15px;
}

.csvDL.csvDL_top{
	margin-top: 30px;
}

.csvDL form{
	display: block;
}

.csvDL form .submitBtn{
	display: inline-block;
}

.csvDL form .submitBtn input{
	-webkit-appearance: none;
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	display: inline-block;
	text-decoration: underline;
	background-color: inherit;
	border: none;
	cursor:pointer;
	color: #2dc6d6;
	font-size: 15px;
}

@media screen and (min-width: 920px){
	.csvDL form .submitBtn input:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}
@media screen and (max-width: 920px){
	.csvDL{
		margin-top: 10px;
	}
	.csvDL.csvDL_top{
		margin-top: 20px;
	}
}


/*******************************************************************************************
	iconArea
*******************************************************************************************/
.item_detail_page .iconArea{
	width: 55%;
	float: left;
	margin-top: 30px;
}

.item_detail_page .iconArea .h2Area{
}

.item_detail_page .iconArea .h2Area h2{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #666;
	letter-spacing: 0.1em;
}

.item_detail_page .iconArea ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_detail_page .iconArea li{
	max-width: 100px;
	margin-top: 10px;
	margin-right: 10px;
}

.item_detail_page .iconArea li a{
	display: block;
	width: 100%;
}

.item_detail_page .iconArea li p{
	display: block;
	width: 100%;
}

.item_detail_page .iconArea li img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 920px){
	.item_detail_page .iconArea li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


/*******************************************************************************************
	addArea
*******************************************************************************************/
.item_detail_page .addArea{
	width: 55%;
	float: left;
	margin-top: 50px;
}

.item_detail_page .addArea .h2Area{
	margin-bottom: 10px;
}

.item_detail_page .addArea .h2Area h2{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #666;
	letter-spacing: 0.1em;
}

.item_detail_page .addArea .textArea{
	line-height: 1.5em;
}

.item_detail_page .addArea .textArea iframe{
	display: block;
	width: 100%;
	height: 300px;
}

.item_detail_page .addArea .textArea img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.item_detail_page .addArea .textArea a{
	text-decoration: underline;
	color: #2dc6d6;
	display: inline-block;
}

.item_detail_page .addArea a{
	color: #2dc6d6;
	text-decoration: underline;
}

@media screen and (min-width: 920px){
	.item_detail_page .addArea .textArea a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.item_detail_page .addArea a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


/*******************************************************************************************
	カラーなど
*******************************************************************************************/
.item_detail_page .red{
	color: #ff0000;
}







/*******************************************************************************************
	関連商品など
*******************************************************************************************/
section.addItemWrap{
	padding-bottom: 50px;
}




.addItemArea{
	padding-bottom: 30px;
	border-top: dashed 1px #ddd;
}

.addItemArea .in_conts{
}

.addItemArea .in_conts .h3Area{
	padding-top: 30px;
	padding-bottom: 20px;
}

.addItemArea .in_conts .h3Area h3{
	font-size: 18px;
}


/*-------------------------------------------------
スライダー部分
-------------------------------------------------*/
.add_item_list{
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-align: left;
}

.add_item_list .slick-track{
	margin-left: 0;
	margin-right: auto;
}

.add_item_list li{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: auto;
}

.add_item_list li a{
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.add_item_list li .imgArea{
	position: relative;
}

.add_item_list li .imgArea img{
	display: block;
	line-height: 1em;
}

.add_item_list li .imgArea .item_data_flagArea{
	display: inline-block;
	position: absolute;
	top:auto;
	left: 0;
	right:auto;
	bottom:0;
	margin: auto;
	z-index: 5;
}

.add_item_list li .imgArea .item_data_flagArea p{
	display: inline-block;
	background-color: #ff0000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.add_item_list li .titleArea{
	margin-top: 5px;
}

.add_item_list li .titleArea .pay{
	font-size: 13px;
	display: block;
	text-align: left;
	color: #000;
}


/* arrows */
.add_item_list .prev-arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31px;
	height: 31px;
	position: absolute;
	top:0;
	left: 0;
	right:auto;
	bottom:0;
	margin: auto;
	border: solid 1px #666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0px;
	color: #666;
	cursor:pointer;
}

.add_item_list .next-arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31px;
	height: 31px;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	bottom:0;
	margin: auto;
	border: solid 1px #666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0px;
	color: #666;
	cursor:pointer;
}

.add_item_list .slick-disabled{
	border: solid 1px #ccc;
	color: #ccc;
}

@media screen and (min-width: 920px){
	.add_item_list li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

/*--------------------------------------------------------------------------------
関連カテゴリ
--------------------------------------------------------------------------------*/
.add_cut_list{
}

.add_cut_list .loopBlocks{
}

.add_cut_list .loopBlocks .titleBox{
	margin-top: 30px;
	margin-bottom: 5px;
}

.add_cut_list .loopBlocks .titleBox:nth-child(1){
	margin-top: 0px;
}

.add_cut_list .loopBlocks .titleBox a{
	display: inline-block;
	font-weight: bold;
	color: #999;
	padding: 5px 20px;
	min-width: 200px;
	border: solid 1px #ddd;
	text-align: center;
}

.add_cut_list .loopBlocks .loopBox{
}

.add_cut_list .loopBlocks .loopBox a{
	display: inline-block;
	padding: 5px 15px;
	background-color: #f7f7f7;
	color: #666;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 13px;
}


@media screen and (min-width: 920px){
	.add_cut_list .loopBlocks .titleBox a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.add_cut_list .loopBlocks .loopBox a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


@media screen and (min-width: 920px){
	.item_detail_page .btnArea .btn a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.item_detail_page .janArea .h2Area .jan_tr:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 920px){
	.item_detail_page .itemInfoArea{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.item_detail_page .itemInfoHeadArea.no .snsArea{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 15px;
		width: 100%;
	}
	.item_detail_page .itemInfoArea .h1Area{
		margin-bottom: 10px;
	}
	.item_detail_page .itemInfoArea .textBox{
		margin-top: 20px;
	}
	.item_detail_page .itemInfoArea .zaikoFlag{
		margin-top: 30px;
	}
	.item_detail_page .btnArea_box{
		margin-top: 30px;
	}
	.item_detail_page .btnArea{
		margin-top: 10px;
	}
	.item_detail_page .btnArea .btn a{
		height: auto;
	}
	.item_detail_page .janArea{
		margin-top: 30px;
	}
	.item_detail_page .addArea{
		margin-top: 30px;
		width: 100%;
	}
	.item_detail_page .iconArea{
		width: 100%;
	}
	.addItemArea .in_conts .h3Area{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	section.addItemWrap{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 690px){
	section.addItemWrap{
		padding-left: 0px;
		padding-right: 0px;
	}
	.addItemArea .in_conts .h3Area{
		padding-left: 10px;
		padding-right: 10px;
	}
	.add_item_list{
		padding-left: 0px;
		padding-right: 0px;
	}
	.add_item_list .prev-arrow{
		display: none!important;
	}
	.add_item_list .next-arrow{
		display: none!important;
	}
	.add_item_list li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.add_cut_list .loopBlocks{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 640px){
	.item_detail_page .itemInfoArea .textBox{
		padding: 5px 10px;
	}
}

/*******************************************************************************************

*******************************************************************************************/

@media screen and (max-width: 920px){
	.item_detail_page{
		padding-top: 20px;
		padding-bottom: 30px;
	}
}


/*******************************************************************************************
	slideImgArea
*******************************************************************************************/
.swiper {
	width: 55%;
	float: left;
}
.swiper-slide {
	aspect-ratio: 1/1;
}
.swiper-slide video {
	width: 100%;
	height: 100%;
}
.swiper-button-next, .swiper-button-prev {
	top: 324px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: rgb(102,102,102);
	font-size: 20px;
}
.swiper-pagination{
  position:relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction 
	{
  bottom: 0; 
}
.swiper-pagination {
	text-align:left;
}
.swiper-pagination-bullet {
	width: 100px;
	height: 100px;
 	border-radius: 0;
	background-color: transparent;
   background-position: center center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	border: solid 2px #ddd;
}

.cap  {
	color: #666;
}

@media screen and (max-width: 920px){
	.item_detail_page .swiper{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 40%;
	}
	.swiper-button-next {
		right: 0;
	}
	.swiper-button-prev {
		left: 0;
	}
	.swiper-pagination-bullet {
		width: 18vw;
		height: 18vw;
	}

}



/*******************************************************************************************
	itemInfoArea
*******************************************************************************************/
.item_detail_page .itemInfoArea{
	width: 40%;
	float: right;
}

.item_detail_page .itemInfoHeadArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

/* item_data_flagArea */
.item_detail_page .item_data_flagArea{
}

.item_detail_page .item_data_flagArea p{
	display: inline-block;
	background-color: #ff0000;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 15px;
}


/* snsArea */
.item_detail_page .snsArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .snsArea a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background-color: #f7f7f7;
	color: #666;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 20px;
}

.item_detail_page .snsArea .fa{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
	letter-spacing: 0;
}



/* itemNumArea */
.item_detail_page .itemInfoArea .itemNumArea{
}

.item_detail_page .itemInfoArea .itemNumArea p{
	font-size: 15px;
	margin-bottom: 5px;
}

.item_detail_page .itemInfoArea .h1Area{
	margin-bottom: 20px;
}

.item_detail_page .itemInfoArea .h1Area h1{
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 1.3em;
}

.item_detail_page .itemInfoArea .itemPayArea{
}

.item_detail_page .itemInfoArea .itemPayArea p{
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}

.item_detail_page .itemInfoArea .textBox{
	background-repeat: repeat;
	margin-top: 50px;
	padding: 5px 20px;
}

.item_detail_page .itemInfoArea .textBox .readArea{
	border-bottom: solid 1px #aaa;
}

.item_detail_page .itemInfoArea .textBox .readArea h2{
	display: block;
	text-align: left;
	padding: 15px 0 5px;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	line-height: 1.3em;
}

.item_detail_page .itemInfoArea .textBox .textArea{
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0 15px;
}

.item_detail_page .itemInfoArea .textBox .textArea h3{
	display: inline-block;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
}

.item_detail_page .itemInfoArea .textBox .textArea span.min{
	font-size: 13px;
}

/* zaikoFlag */
.item_detail_page .itemInfoArea .zaikoFlag{
	display: block;
	margin-top: 50px;
}

.item_detail_page .itemInfoArea .zaikoFlag .title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .itemInfoArea .zaikoFlag .read{
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 10px;
}

/* zaikoArea */
.item_detail_page .zaikoArea .title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .zaikoArea .zaikoLoops{
	border-bottom: dashed 1px #ddd;
	padding: 20px 0;
}

.item_detail_page .zaikoArea .zaikoLoops:nth-child(1){
	border-top: dashed 1px #ddd;
}

.item_detail_page .zaikoArea .zaikoLoops h3{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .zaikoArea .zaikoLoops ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_detail_page .zaikoArea .zaikoLoops li{
/*	width: 11.8%;*/
	min-width: 13%;
	margin: 10px 0.8% 0 0;
}

/* .item_detail_page .zaikoArea .zaikoLoops li:nth-child(8n+8){
	margin-right: 0;
} */

.item_detail_page .zaikoArea .zaikoLoops li .name{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	letter-spacing: 0;
	height: 30px;
	font-weight: bold;
	color: #666;
	line-height: 1.1em;
	padding: 0px 5px;
}

.item_detail_page .zaikoArea .zaikoLoops li .data{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
	font-size: 11px;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type1{
	/*background-color: #61d4d3;*/
	background-color: #595757;
	color: #fff;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type2{
	/*background-color: #ffaf36;
	color: #fff;*/
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type3{
	/*background-color: #ff7c7c;
	color: #fff;*/
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type4{
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .zaikoLoops li .data.type5{
	background-color: #eaeaea;
	color: #999;
}

.item_detail_page .zaikoArea .bottom_read{
	font-size: 13px;
	color: #888;
	margin-top: 20px;
}



/* btnArea */
.item_detail_page .btnArea_box{
	margin-top: 50px;
}

.item_detail_page .btnArea_box .title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
}

.item_detail_page .btnArea{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .btnArea .btn{
	width: 32%;
	margin-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .btnArea .btn:nth-child(1){
	margin-left: 0%;
}

.item_detail_page .btnArea.btn_clum4 .btn{
	width: 23.5%;
}

.item_detail_page .btnArea .btn a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 40px;
	font-size: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}


/* janArea */
.item_detail_page .janArea{
	margin-top: 50px;
	padding: 20px 20px 10px;
}

.item_detail_page .janArea .h2Area{
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_page .janArea .h2Area h2{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	color: #666;
}

.item_detail_page .janArea .h2Area .jan_tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25px;
	height: 25px;
	cursor:pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: solid 1px #666;
}

.item_detail_page .janArea .h2Area .jan_tr:before{
	font-family: fontawesome;
	content: '\f107';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1em;
	color: #666;
}

.item_detail_page .janArea.on .h2Area .jan_tr{
	border: none;
}

.item_detail_page .janArea.on .h2Area .jan_tr:before{
	content: '\f00d';
	color: #aaa;
}

.item_detail_page .janArea ul{
	display: none;
	padding-bottom: 10px;
}

.item_detail_page .janArea li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	border-bottom: solid 1px #888;
	font-size: 12px;
}

.item_detail_page .janArea li:nth-child(1){
	border-top: solid 1px #888;
	font-weight: bold;
}

.item_detail_page .janArea li .clum{
	padding: 5px 10px;
	text-align: center;
}


/*******************************************************************************************
	JANの下部
*******************************************************************************************/
.csvDL{
	margin-top: 15px;
}

.csvDL.csvDL_top{
	margin-top: 30px;
}

.csvDL form{
	display: block;
}

.csvDL form .submitBtn{
	display: inline-block;
}

.csvDL form .submitBtn input{
	-webkit-appearance: none;
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	display: inline-block;
	text-decoration: underline;
	background-color: inherit;
	border: none;
	cursor:pointer;
	color: #2dc6d6;
	font-size: 15px;
}

@media screen and (min-width: 920px){
	.csvDL form .submitBtn input:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}
@media screen and (max-width: 920px){
	.csvDL{
		margin-top: 10px;
	}
	.csvDL.csvDL_top{
		margin-top: 20px;
	}
}


/*******************************************************************************************
	iconArea
*******************************************************************************************/
.item_detail_page .iconArea{
	width: 55%;
	float: left;
	margin-top: 30px;
}

.item_detail_page .iconArea .h2Area{
}

.item_detail_page .iconArea .h2Area h2{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #666;
	letter-spacing: 0.1em;
}

.item_detail_page .iconArea ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_detail_page .iconArea li{
	max-width: 100px;
	margin-top: 10px;
	margin-right: 10px;
}

.item_detail_page .iconArea li a{
	display: block;
	width: 100%;
}

.item_detail_page .iconArea li p{
	display: block;
	width: 100%;
}

.item_detail_page .iconArea li img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 920px){
	.item_detail_page .iconArea li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


/*******************************************************************************************
	addArea
*******************************************************************************************/
.item_detail_page .addArea{
	width: 55%;
	float: left;
	margin-top: 50px;
}

.item_detail_page .addArea .h2Area{
	margin-bottom: 10px;
}

.item_detail_page .addArea .h2Area h2{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #666;
	letter-spacing: 0.1em;
}

.item_detail_page .addArea .textArea{
	line-height: 1.5em;
}

.item_detail_page .addArea .textArea iframe{
	display: block;
	width: 100%;
	height: 300px;
}

.item_detail_page .addArea .textArea img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.item_detail_page .addArea .textArea a{
	text-decoration: underline;
	color: #2dc6d6;
	display: inline-block;
}

.item_detail_page .addArea a{
	color: #2dc6d6;
	text-decoration: underline;
}

@media screen and (min-width: 920px){
	.item_detail_page .addArea .textArea a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.item_detail_page .addArea a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


/*******************************************************************************************
	カラーなど
*******************************************************************************************/
.item_detail_page .red{
	color: #ff0000;
}







/*******************************************************************************************
	関連商品など
*******************************************************************************************/
section.addItemWrap{
	padding-bottom: 50px;
}




.addItemArea{
	padding-bottom: 30px;
	border-top: dashed 1px #ddd;
}

.addItemArea .in_conts{
}

.addItemArea .in_conts .h3Area{
	padding-top: 30px;
	padding-bottom: 20px;
}

.addItemArea .in_conts .h3Area h3{
	font-size: 18px;
}


/*-------------------------------------------------
スライダー部分
-------------------------------------------------*/
.add_item_list{
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-align: left;
}

.add_item_list .slick-track{
	margin-left: 0;
	margin-right: auto;
}

.add_item_list li{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: auto;
}

.add_item_list li a{
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.add_item_list li .imgArea{
	position: relative;
}

.add_item_list li .imgArea img{
	display: block;
	line-height: 1em;
}

.add_item_list li .imgArea .item_data_flagArea{
	display: inline-block;
	position: absolute;
	top:auto;
	left: 0;
	right:auto;
	bottom:0;
	margin: auto;
	z-index: 5;
}

.add_item_list li .imgArea .item_data_flagArea p{
	display: inline-block;
	background-color: rgb(255, 0, 0);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.add_item_list li .titleArea{
	margin-top: 5px;
}

.add_item_list li .titleArea .pay{
	font-size: 13px;
	display: block;
	text-align: left;
	color: rgb(0, 0, 0);
}


/* arrows */
.add_item_list .prev-arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31px;
	height: 31px;
	position: absolute;
	top:0;
	left: 0;
	right:auto;
	bottom:0;
	margin: auto;
	border: solid 1px #666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0px;
	color: #666;
	cursor:pointer;
}

.add_item_list .next-arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31px;
	height: 31px;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	bottom:0;
	margin: auto;
	border: solid 1px #666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0px;
	color: #666;
	cursor:pointer;
}

.add_item_list .slick-disabled{
	border: solid 1px #ccc;
	color: #ccc;
}

@media screen and (min-width: 920px){
	.add_item_list li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

/*--------------------------------------------------------------------------------
関連カテゴリ
--------------------------------------------------------------------------------*/
.add_cut_list{
}

.add_cut_list .loopBlocks{
}

.add_cut_list .loopBlocks .titleBox{
	margin-top: 30px;
	margin-bottom: 5px;
}

.add_cut_list .loopBlocks .titleBox:nth-child(1){
	margin-top: 0px;
}

.add_cut_list .loopBlocks .titleBox a{
	display: inline-block;
	font-weight: bold;
	color: #999;
	padding: 5px 20px;
	min-width: 200px;
	border: solid 1px #ddd;
	text-align: center;
}

.add_cut_list .loopBlocks .loopBox{
}

.add_cut_list .loopBlocks .loopBox a{
	display: inline-block;
	padding: 5px 15px;
	background-color: #f7f7f7;
	color: #666;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 13px;
}


@media screen and (min-width: 920px){
	.add_cut_list .loopBlocks .titleBox a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.add_cut_list .loopBlocks .loopBox a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


@media screen and (min-width: 920px){
	.item_detail_page .btnArea .btn a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.item_detail_page .janArea .h2Area .jan_tr:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 920px){
	.item_detail_page .itemInfoArea{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.item_detail_page .itemInfoHeadArea.no .snsArea{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 15px;
		width: 100%;
	}
	.item_detail_page .itemInfoArea .h1Area{
		margin-bottom: 10px;
	}
	.item_detail_page .itemInfoArea .textBox{
		margin-top: 20px;
	}
	.item_detail_page .itemInfoArea .zaikoFlag{
		margin-top: 30px;
	}
	.item_detail_page .btnArea_box{
		margin-top: 30px;
	}
	.item_detail_page .btnArea{
		margin-top: 10px;
	}
	.item_detail_page .btnArea .btn a{
		height: auto;
	}
	.item_detail_page .janArea{
		margin-top: 30px;
	}
	.item_detail_page .addArea{
		margin-top: 30px;
		width: 100%;
	}
	.item_detail_page .iconArea{
		width: 100%;
	}
	.addItemArea .in_conts .h3Area{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	section.addItemWrap{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 690px){
	section.addItemWrap{
		padding-left: 0px;
		padding-right: 0px;
	}
	.addItemArea .in_conts .h3Area{
		padding-left: 10px;
		padding-right: 10px;
	}
	.add_item_list{
		padding-left: 0px;
		padding-right: 0px;
	}
	.add_item_list .prev-arrow{
		display: none!important;
	}
	.add_item_list .next-arrow{
		display: none!important;
	}
	.add_item_list li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.add_cut_list .loopBlocks{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 640px){
	.item_detail_page .itemInfoArea .textBox{
		padding: 5px 10px;
	}
}

/*******************************************************************************************

*******************************************************************************************/