@charset "UTF-8";

body{}
em{font-weight: bold;}

.camp_4weeksFree{display: none;}

#container #wrapper{
	width:100% !important;
	max-width:960px;
	margin-bottom: 30px;
}

#container #wrapper *{
	box-sizing:border-box;
}

#content.noSidebar{
	float:none;
	width:100%;
	padding: 20px 0;
}

	@media screen and (max-width:768px){

	#container #wrapper{
		padding-top: 0;
	}

	#content.noSidebar{
		width:100%;
	}

	}/* --- max-width:768px */

#content.noSidebar a{cursor:pointer;}
#content.noSidebar img{width:100%;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ etc */

.ttlSub{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.nmlList li{
	text-indent: -1em;padding-left: 1em;
}

.btn_cart{
	display:inline-block;
	width:240px;
}
.btn_cart:hover{text-decoration: none !important;opacity: 0.8;}

.btn_cart span{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fc7121;
	border-radius: 5px;
	height: 50px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: rgba(221,221,221,0.7) 0 2px 1px 1px;
}

.btn_order{
	display:inline-block;
	width:240px;
}

.btn_order a{
	display: block;
}

.btn_order img{
	width:100%;
}

.campaignDescription {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.campaignDescriptionImg {
	max-width: 220px;
}

.campaignDescriptionImg img {
	height: auto;
}
#detailArea .typeCont .campaignDescriptionImg {
	display: block;
}
#detailArea .typeBox > .campaignDescriptionImg {
	display: none;
}

	@media screen and (max-width:768px){

	.btn_cart{
		width: 100%;
	}

	.campaignDescription {
		font-size: 13px;
	}

	.campaignDescriptionImg {
		max-width: none;
	}
	#detailArea .typeCont .campaignDescriptionImg {
		display: none;
	}
	#detailArea .typeBox > .campaignDescriptionImg {
		display: block;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ etc */

.easylist li{text-indent:-1em;padding-left:1em;}

.is_hidden{display: none !important;}

.fcOrange{color: #FFC000;}

.mb1em{margin-bottom:1em !important;}
.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}
.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}

.cfx{*zoom:1;}
.cfx:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}

.pc_only{display:block;}
.sp_only{display:none;}
.pcOnly{display:block;}
.spOnly{display:none;}
.forPc{display:block;}
.forSp{display:none;}
.forPC{display:block;}
.forSP{display:none;}

	@media screen and (max-width:768px) {

	.pc_only{display:none;}
	.sp_only{display:block;}
	.pcOnly{display:none;}
	.spOnly{display:block;}
	.forPc{display:none;}
	.forSp{display:block;}
	.forPC{display:none;}
	.forSP{display:block;}

	}/* --- max-width:767px */

.bgRed{background:#ffccaa;}

a.link {
	display: inline-block;
	position: relative;
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
	padding-right: 10px;
}

a.link:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	position: absolute;
	right: 0;
	margin: auto;
}

a.arrowR:before {
	top: 0;
	bottom: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
}

a.arrowB:before {
	top: 0;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ startBlock */

#startBlock{
}

#startBlock .ttlMain{
	font-size: 28px;
	font-weight: bold;
}

	@media screen and (max-width:768px){

	#startBlock .ttlMain{
		font-size: 20px;
		padding: 0 2.6%;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ setsumeiArea */

#setsumeiArea{
	margin-top: 20px;
	padding: 50px 4.2%;
	background: #fdfded;
}

#setsumeiArea .txt{
	font-size: 14px;
	margin-bottom: 25px;
}

#setsumeiArea .stepBox{
	flex-basis: 110px;
}

#setsumeiArea .stepTxtBox .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#setsumeiArea .stepBox .step{
	min-width: 110px;
	text-align: center;
	background: #ffc000;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	font-weight: bold;
	padding: 8px;
	line-height: 1;
}

#setsumeiArea .stepBox .step span{
	vertical-align: middle;
	display: inline-block;
}

#setsumeiArea .stepBox .step .num{
	font-size: 21px;
	margin-left: 2px;
}

#setsumeiArea .setsumeiBox .bttn{
	margin-top: 20px;
}

#setsumeiArea .setsumeiBox .btn_kakunin{
	position: relative;
	display: inline-block;
	padding-right: 22px;
	text-decoration: underline;
}

#setsumeiArea .setsumeiBox .btn_kakunin::before,
#setsumeiArea .setsumeiBox .btn_kakunin::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#setsumeiArea .setsumeiBox .btn_kakunin::before {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #fff;
}

#setsumeiArea .setsumeiBox .btn_kakunin::after {
	right: 5px;
	top: -2px;
	width: 5px;
	height: 5px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
}

	@media screen and (min-width:769px) {
		#setsumeiArea .stepArea{
			display: flex;
		}

		#setsumeiArea .stepTxtBox{
			margin-top: 8px;
			flex-basis: 100%;
			padding-left: 30px;
		}

		#setsumeiArea .stepArea:last-child{
			border-top: #e4e4e1 2px dotted;
			padding-top: 30px;
		}

	}

	@media screen and (max-width:768px){

		#setsumeiArea{
			margin-top: 25px;
			padding: 25px 2.6%;
		}

		#setsumeiArea .stepBox .step{
			border-radius: 0;
			text-align: left;
			padding: 10px 4.4%;
			margin-bottom: 15px;
		}

		#setsumeiArea .stepBox .step span{
			font-size: 15px;
		}

		#setsumeiArea .stepBox .step .num{
			font-size: 18px;
		}

		#setsumeiArea .stepTxtBox .ttl{
			font-size: 14px;
			margin-bottom: 5px;
		}

		#setsumeiArea .txt{
			line-height: 1.5;
			margin-bottom: 20px;
			font-size: 13px;
		}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ accPart */

.accPart{
	display: none;
	padding-top: 65px;
}

.accPart .contWrap{
	border: 2px solid #FFC000;
	background: #fff;
	padding: 20px 10px;
	position: relative;
	margin-top: -30px;
}

.accPart .contWrap:before{
	content: '';
	position: absolute;
	display: block;
	top: -39px;
	left: 154px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 35px;
	border-color: #0000 #0000 #0000 #FFC000;
	transform: rotate(-90deg);
}

.accPart .contWrap:after{
	content: '';
	position: absolute;
	display: block;
	top: -34px;
	left: 154px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 35px;
	border-color: #0000 #0000 #0000 #fff;
	transform: rotate(-90deg);
}

.accPart .contWrap .ttlSub2{
	margin-top: 20px;
	font-size: 16px;
}

#setsumeiArea .accPart .contWrap .txt{
	margin-top: 10px;
	margin-bottom: 0;
}

.accPart.pc .contWrap .imgBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.accPart.sp .contWrap .imgBox{display: block;}

.accPart.pc .contWrap .imgBox li{
	width: calc(50% - 5px);
}
.accPart.sp .contWrap .imgBox li{width: 100%;margin-top: 10px;}

	@media screen and (max-width:768px){

		.accPart .contWrap .ttlSub2{
			font-size: 14px;
		}

		.accPart .contWrap::before,
		.accPart .contWrap::after{
			left: 100px;
		}


	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ searchArea */

#searchArea{
	margin-top: 50px;
}

#searchArea .text{
	margin-top: 20px;
	margin-bottom:1em;
}

#searchArea input{
	width: 100%;
	padding: 8px 20px;
	margin-bottom:1em;
	border: #c4c4c4 1px solid;
	border-radius: 5px;
}

#searchArea input::placeholder{
	color: #c4c4c4;
	font-size: 14px;
}

#searchArea .easylist{
	margin-bottom:1.5em;
}

#btn_search{
	text-align:center;
	margin-bottom:3em;
}

#btn_search a{
	position:relative;
	display:inline-block;
	background:#E5014F;
	border-radius:5px;
	width: 100%;
	padding:17px 0;
	color: #fff;
	font-size: 16px;
}

#btn_search a:after{
	content:'';
	position:absolute;
	display:block;
	background:url(../img/icon_search.svg) no-repeat center;
	top:50%;
	margin-top:-10px;
	right:15px;
	width:20px;
	height:20px;
	background-size:contain;
}

#btn_search a:hover{
	text-decoration:none;
	opacity:0.8;
	color: #fff;
}

#btn_search a span{
	display:block;
	font-weight:bold;
}

	@media screen and (min-width:769px) {
		#searchArea .searchWrap {
				display: flex;
			justify-content: space-between;
		}

		#searchArea .searchWrap .searchBox {
			width: 320px;
		}
	}

@media screen and (max-width:768px){

		#searchArea{
			margin-top: 25px;
		}

		#searchArea input{
			width:100%;
			padding: 10px 3.5%;
		}

		#searchArea input::placeholder{
			font-size: 15px;
		}

		#searchArea .searchBoxImg{
			display: none;
		}

		#btn_search{
			margin-bottom: 25px;
		}

		#btn_search a{
			width:100%;
		}

		#btn_search a span{
			font-size:15px;
		}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ indexArea */

#indexArea .txt{
	margin-top: 20px;
	margin-bottom: 20px;
}

	@media screen and (max-width:768px){

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ lastArea */

.lastArea{
	margin-top: 40px;
}

.lastArea .lastZoneBlock:first-child{
	margin-bottom: 40px;
}

.lastArea .cap{
	font-weight: bold;
}

.lastArea .chkList{
	margin-top: 20px;
}

.lastArea .chkList li{
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}

.lastArea .ttlSub2{
	margin-top: 20px;
}

.lastArea .ttl {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.lastArea .ttl .price {
	color: #ff0000;
}

.lastArea .ttl .tax{
	font-size: 12px;
}

.lastArea .txt{
	margin-top: 12px;
	font-size: 14px;
}

.lastArea .txt .tax{
	font-size: 12px;
}

.lastArea .note{
	font-size: 12px;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

.lastArea .lastBox{
	display: flex;
	align-items: center;
	gap: 48px;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
	border: #e7e7e7 2px solid;
	padding: 25px 30px;
}

.lastArea .lastBox li:last-child{
	display: table-cell;
}

.lastArea .lastBox .txt{
	margin-top: 5px;
}
.lastArea .campaignDescription{
	margin-top: 20px;
}
.lastArea .campaignDescriptionImg {
	margin-top: 20px;
}

.lastArea .lastBox .txt sup{
	font-size: 0.6em;
}

.arrowR.detailLink{
	font-size: 13px;
	color: #06C;
}
.arrowR.detailLink:before{
	border-top: solid 1px #06C;
	border-right: solid 1px #06C;
}

	@media screen and (min-width:769px) {

	.lastArea .lastBox li:last-child{
		width: 240px;
		text-align: center;
	}

	.lastArea .lastBox .detailLink{
		display: inline-block;
		margin-top: 12px;
		text-decoration: underline;
	}

	}

	@media screen and (max-width:768px){

	.lastArea{
		padding: 0 2.6%;
	}

	.lastArea .txt{
		line-height: 1.5;
		font-size: 13px;
	}

	.lastArea .lastBox{
		display: block;
		margin-top: 20px;
		padding: 25px 3.5%;
	}

	.lastArea .chkList li{
		font-size: 13px;
	}

	.lastArea .lastBox li:first-child{
		padding-bottom: 0;
	}

	.lastArea .lastBox li:last-child{
		display: block;
		margin-top: 10px;
		text-align: center;
		padding-top: 0;
	}

	.lastArea .btn_cart{
		width: 100%;
	}

	.lastArea .ttl,
	.lastArea .ttl .tax,
	.lastArea .note{
		font-size: 13px;
	}

	.lastArea .ttlSub {
		font-size: 18px;
		border-bottom: 2px solid #ddd;
	}

	.lastArea .chkList{
		margin-top: 10px;
	}

	.lastArea .chkList li:not(:last-child){
		margin-bottom: 2px;
	}

	.lastArea .lastBox .txt{
		margin-top: 0;
	}

	.lastArea .lastBox .detailLink{
		display: inline-block;
		margin-top: 12px;
		text-decoration: underline;
		font-size: 14px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ indexZone */

#indexZone{
	overflow:auto;
	max-height:300px;
	position:relative;
}

#indexZone ul li{
	position:relative;
	display:inline-block;
	width:50%;
	margin-top: 20px;
	padding-left:18px;
	font-size:16px;
	background:url(../img/arw_indexzone.png) no-repeat top 5px left;
}
#indexZone ul li:first-child{margin-top: 0;}
#indexZone ul li:nth-child(2){margin-top: 0;}

#waku{
	/* display:none; */
	border:1px solid #cccccc;
	padding:20px 20px;
	background: #fff;
}

#waku .sampleTxt{
	height: 130px;
	color: #c4c4c4;
	font-size: 14px;
}

.icon_fuka{
	display:inline-block;
	color:#ff0d0c;
	border:1px solid #ff0d0c;
	background:#fef6f4;
	font-weight:bold;
	font-size:0.8em;
	padding:2px 5px;
	margin-left:1em;
	vertical-align:middle;
}

.icon_yokakunin{
	display:inline-block;
	color:#333;
	border:1px solid #ffc000;
	background:#fffcf3;
	font-weight:bold;
	font-size:0.8em;
	padding:2px 5px;
	margin-left:1em;
	vertical-align:middle;
}

	@media screen and (max-width:768px){

	#indexZone ul li{
		display:block;
		width:100%;
		font-size:13px;
		background:url(../img/arw_indexzone.png) no-repeat top 2px left;
	}
	#indexZone ul li:nth-child(2){margin-top: 20px;}

	#indexZone ul li a{
		text-decoration:underline;
	}

	#waku{
		padding:10px;
	}

	#waku .sampleTxt{
		font-size: 13px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ resultBlock */

#resultBlock{
	display:none;
}

#resultBlock .ttlMain{
	font-size: 28px;
	font-weight: bold;
}

#resultBlock #nameArea{
	margin-top: 20px;
}

#resultBlock #nameArea .nameBox{
	margin-top: 40px;
}

#resultBlock #nameArea .name span{
	font-size:20px;
	font-weight: bold;
}

#resultBlock #nameArea .name span#dataName{
	color:#a24500;
	font-weight:bold;
}

#resultBlock #nameArea .cap{
	margin-top: 20px;
}

#resultBlock #nameArea .indentTxt{
	text-indent: -1em;padding-left: 1em;
}

#item #resultBlock .btnArea a.btn_back:hover{
	text-decoration: none;
}


	@media screen and (min-width:769px) {

	#resultBlock #nameArea .nameBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#resultBlock #nameArea .btnArea .bttn{
		margin-top: 0;
	}

	}


	@media screen and (max-width:768px){

	.btn_order{
		width:65%;
	}

	#resultBlock{
		padding: 0 2.6%;
	}

	#resultBlock .ttlMain{
		font-size: 20px;
	}

	#resultBlock #nameArea,
	#resultBlock #nameArea .cap{
		margin-top: 15px;
	}

	#resultBlock #nameArea .nameBox{
		margin-top: 20px;
	}

	#resultBlock #nameArea .name{
		margin-bottom:1em;
	}

	#resultBlock #nameArea .name span{
		font-size:14px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ detailArea */

#detailArea{
	display:none;
	margin-top: 20px;
}

#detailArea .typeSpotInfo .note{
	margin: 25px 0;
}

#detailArea .typeSpotInfo .note li{
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}

#detailArea .typeSpotInfo a{
	text-decoration: underline;
}

#detailArea .headZone{
	margin-top: 40px;
}

#detailArea .headZone .aboutBox:not(:last-child){
	margin-bottom: 35px;
}

#detailArea .headZone .aboutBox .txt{
	font-size: 14px;
}

#detailArea .headZone .nmlList{
	margin-top: 5px;
}

#detailArea .headZone .nmlList.note li{
	font-size: 12px;
}

#detailArea .headZone .ttlSub{
	margin-bottom: 10px;
}

#detailArea .headZone .ttlSub2{
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 16px;
}

	@media screen and (max-width:768px){

	#detailArea{
		margin-top: 15px;
	}

	#detailArea .headZone{
		margin-top: 50px;
	}

	#detailArea .headZone .name{
		padding:10px;
		margin-bottom:1.5em;
	}

	#detailArea .headZone .name span{
		font-size:15px;
	}

	#detailArea .typeSpotInfo .note{
		margin-bottom: 20px;
	}

	#detailArea .typeSpotInfo p{
		text-align: center;
	}

	#detailArea .typeSpotInfo a{
		font-size: 14px;
	}

	#detailArea .headZone .ttlSub{
		font-size: 16px;
	}

	#detailArea .headZone .aboutBox .txt{
		font-size: 13px;
	}

	#detailArea .headZone .aboutBox:not(:last-child){
		margin-bottom: 25px;
	}

	#detailArea .headZone .ttlSub2{
		margin-top: 15px;
	}

	}/* --- max-width:768px */

/* ================== typeSpot */

#detailArea .contentZone .typeSpot{
	margin-top: 15px;
	border: #dddddd 2px solid;
	padding: 20px 40px;
}

#detailArea .contentZone .typeSpot .ttlType{
	font-size: 16px;
}

#detailArea .contentZone .typeSpot .txtType{
	margin-top: 10px;
}

#detailArea .contentZone .typeSpot .typeBox{
	display: flex;
	align-items: center;
	gap: 48px;
	justify-content: space-between;
	margin-top: 20px;
}

#detailArea .contentZone .typeSpot .typeBox.normal{
	margin-top: 0;
}

#detailArea .contentZone .typeSpot .typeBox .typeCont{
	display: table;
	height: 85px;
}

#detailArea .contentZone .typeSpot .bttn{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 40px;
}


#detailArea .contentZone .typeSpot .typeBox .typeCont > li{
	display: table-cell;
	vertical-align: top;
}
#detailArea .contentZone .typeSpot .typeBox .typeCont > li:first-child{text-align: center;width: 80px;}
#detailArea .contentZone .typeSpot .typeBox .typeCont > li:last-child{padding-left: 20px;}

#detailArea .contentZone .typeSpot .typeBox .typeCont .img{
	display: inline-block;
	width: 80px;
}
/*
#detailArea .contentZone .typeSpot .typeBox:nth-of-type(2) .typeCont .img{display: none;}
*/

#detailArea .contentZone .typeSpot .typeBox .typeCont .txt .main{
	line-height: 1.5;
}

#detailArea .contentZone .typeSpot .typeBox .typeCont .txt .main .tax{
	font-size: 12px;
}

#detailArea .contentZone .typeSpot .typeBox .typeCont .txt .sub{
	display: block;
	line-height: 1.5;
}

#detailArea .contentZone .typeSpot .typeBox .typeCont .txt:not(.normal) .main {
	font-size: 16px;
	font-weight: bold;
}

#detailArea .contentZone .typeSpot .typeBox .typeCont .txt:not(.normal) .sub:not(:last-child){
	margin-bottom: 5px;
}

#detailArea .contentZone .typeSpot .typeBox .txt.normal .sub span{
	line-height: 1.5;
}

#detailArea .contentZone .typeSpot .typeBox .aboutLink .link{
	font-size: 13px;
	color: #0066cc;
	margin: 15px 0;
}

#detailArea .contentZone .typeSpot .typeBox .aboutLink .link.arrowB:before{
	border-bottom: solid 1px #0066cc;
	border-right: solid 1px #0066cc;
}

#detailArea .contentZone .typeSpot .typeBox .campaignDescription{
	margin-top: 20px;
}

#detailArea .contentZone .typeSpot .typeBox .campaignDescriptionImg{
	margin-top: 20px;
}

	@media screen and (max-width:768px){

	#detailArea .contentZone .typeSpot{
		padding: 23px 2.8%;
	}

	#detailArea .contentZone .typeSpot .ttlType{
		text-align: center;
		font-size: 14px;
	}

	#detailArea .contentZone .typeSpot .typeBox{
		display: block;
	}

	#detailArea .contentZone .typeSpot .typeBox .typeCont{
		display: block;
		height: auto;
	}

	#detailArea .contentZone .typeSpot .typeBox .typeCont{
		display: table;
		width: 100%;
		height: 85px;
	}

	#detailArea .contentZone .typeSpot .typeBox .typeCont li .txt:not(.normal){
		margin-top: 15px;
	}

	#detailArea .contentZone .typeSpot .bttn{
		height: auto;
	}

	#detailArea .contentZone .typeSpot .typeBox .typeCont > li{
		display: block;
	}
	#detailArea .contentZone .typeSpot .typeBox .typeCont > li:first-child{width: 100%;}
	#detailArea .contentZone .typeSpot .typeBox .typeCont > li:last-child{padding-left: 0;}

	#detailArea .contentZone .typeSpot .typeBox .typeCont .txt:not(.normal) .main{
		margin-top: 20px;
		font-size: 14px;
	}

	#detailArea .contentZone .typeSpot .typeBox .typeCont .txt .sub{
		font-size: 12px;
	}

	#detailArea .contentZone .typeSpot .typeBox .typeCont .txt.normal p{
		font-size: 12px;
	}

	#detailArea .contentZone .typeSpot .bttn{
		text-align: center;
		margin-top: 25px;
		margin-bottom: 0;
	}

	}/* --- max-width:768px */

/* ================== buttonSpot */

	@media screen and (max-width:768px){

	#buttonSpot{
		
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ yokakuninArea */

.yokakuninArea{
	display:none;
	margin-top: 20px;
}

.yokakuninArea .text{
	font-size: 14px;
	text-align:left;
	margin-bottom:2em;
}

.yokakuninArea .lastZone{
	margin-top: 45px;
	margin-bottom: 30px;
}

.yokakuninArea .lastArea{
	margin-top: 20px;
}

.yokakuninArea .buttonZone ul{
	display:table;
	margin:auto;
}

.yokakuninArea .buttonZone ul > li{
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
}

.yokakuninArea .buttonZone .img img{
	width:160px;
}

	@media screen and (max-width:768px){

	.yokakuninArea .text{
		font-size: 13px;
		text-align:left;
		margin-bottom:1em;
	}

	.yokakuninArea .btnArea .bttn{
		margin-bottom: 40px;
	}

	.yokakuninArea .lastZone{
		margin-top: 25px;
		margin-bottom: 0;
	}

	.yokakuninArea .buttonZone ul{
		display:block;
		margin:auto;
		text-align:center;
	}

	.yokakuninArea .buttonZone ul > li{
		display:block;
		padding:0;
		margin-bottom:1em;
	}

	.yokakuninArea .buttonZone .img{
		text-align:center;
		margin-bottom:2em;
	}

	.yokakuninArea .buttonZone .img img{
		width:40%;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ fukaArea */

#fukaArea{
	display:none;
}

#fukaArea .img{
	text-align:center;
	padding-top:1em;
	margin-bottom:2em;
}

#fukaArea .img img{
	width:180px;
}

#fukaArea .text{
	margin-top: 15px;
	font-size: 14px;
}

	@media screen and (max-width:768px){

	#fukaArea .text{
		margin-bottom:2em;
		font-size: 13px;
	}

	#fukaArea .img{
		padding-top:0;
	}

	}/* --- max-width:768px */


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ fukaArea */

.btnArea .bttn{
	margin-top: 40px;
	text-align: center;
}

.btnArea .btn_back{
	display: inline-block;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: rgba(221,221,221,0.7) 0 2px 1px 1px;
}
.btnArea .btn_back:hover{text-decoration: none;background: #000000;}

.btnArea .btn_back span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}
.btnArea .btn_back:hover span{color: #fff;}

	@media screen and (max-width:768px){

	.btnArea .bttn{
		margin-top: 35px;
	}

	.btnArea .btn_back{
		width: 78.8%;
		text-align: center;
	}

	.btnArea .btn_back span{
		width: 100%;
		height: 45px;
	}

	}/* --- max-width:768px */



/* ================== dataSpot */

#detailArea .contentZone .dataSpot{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	margin-bottom:2em;
}

#detailArea .contentZone .dataSpot .img{
	display:inline-block;
	padding:20px;
	float:left;
}

#detailArea .contentZone .dataSpot .img img{
	width:80px;
}

#detailArea .contentZone .dataSpot ul{
	display:table;
	width:835px;
	padding:20px 0;
	margin-left:120px;
}

.borderDot{
	border-bottom:1px dotted #dedede;
}

#detailArea .contentZone .dataSpot ul li{
	display:table-cell;
	vertical-align:middle;
}

#detailArea .contentZone .dataSpot h3.name{
	font-size:16px;
	margin-bottom:0.2em;
	font-weight:bold;
	position: relative;
}

#detailArea .contentZone .dataSpot .price{
	font-size:20px;
	color:#de0000;
	font-weight:bold;
	margin-top:0.5em;
}

#detailArea .contentZone .dataSpot .butttonDiv{
	text-align:right;
}

#detailArea .contentZone .dataSpot .filter{
	font-size: 16px;
	margin-bottom: 1em;
}

	@media screen and (max-width:768px){

	#detailArea .contentZone .dataSpot{
		margin-bottom:1em;
	}

	#detailArea .contentZone .dataSpot h3.name{
		font-size:13px;
	}

	#detailArea .contentZone .dataSpot .img{
		display:block;
		float:none;
		text-align:center;
		padding-bottom:0;
	}

	#detailArea .contentZone .dataSpot ul{
		display:block;
		width:100%;
		padding:20px 0;
		margin-left:0;
	}

	#detailArea .contentZone .dataSpot ul li{
		display:block;
		width:100%;
	}

	#detailArea .contentZone .dataSpot .butttonDiv{
		text-align:center;
	}

	#detailArea .contentZone .dataSpot h3.name{
		margin-bottom:1em;
		font-size:14px;
	}

	#detailArea .contentZone .dataSpot .filter{
		font-size: 14px;
		margin-bottom: 1em;
	}

	#detailArea .contentZone .dataSpot .price{
		font-size:13px;
		margin-top:0.5em;
		margin-bottom:1em;
	}

	#detailArea .contentZone .dataSpot .caution{
		font-size:12px;
		margin-bottom:1em;
	}

	#detailArea .contentZone .dataSpot .filterWaku{
		margin-bottom:1em;
	}

	}/* --- max-width:768px */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ anchorLinkArea */
.anchorLinkArea {
	margin-top: 32px ;
}

.anchorLinkArea .anchorLinkBox {
	margin-top: 20px;
}

.anchorLinkArea .anchorLinkBox + .anchorLinkBox {
	margin-top: 32px ;
}

.anchorLinkArea .anchorLinkList {
	margin-top: 10px;
}

.anchorLinkArea .ttl {
	font-size: 16px;
	font-weight: bold;
}

.anchorLinkArea .anchorLinkList li + li{
	margin-top: 40px;
}

.anchorLinkArea .anchorLinkList li a{
	color: #000000;
	display: inline-block;
	font-size: 14px;
	padding-right: 10px;
	position: relative;
}

.anchorLinkArea .anchorLinkList li a::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
}
.anchorLinkArea .anchorLinkList li a.arrowR{
	text-decoration: none;
}
.anchorLinkArea .anchorLinkList li a.arrowR::after{
	display: none;
}


@media screen and (max-width:768px){
	.contentInner {
		padding-right: 2.6% ;
		padding-left: 2.6% ;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ katabanArea */

.katabanArea {
	margin-top: 80px;
}
@media screen and (max-width:768px){
	.katabanArea {
		margin-top: 40px;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ cmBlock */

#cmBlock{
	display: none;
	background: #fdfded;
}

#cmBlock .cmTtl {
	color: #ffc000;
	font-weight: bold;
}

#cmBlock .cmlinkList li a{
	text-decoration: underline;
}

@media screen and (min-width:769px) {
	#cmBlock{
		margin-top: 75px;
	}
	#cmBlock .cmBlockInner{
		padding: 20px 40px 70px;
	}
	#cmBlock .cmTtl{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#cmBlock .cmTxt{
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	#cmBlock{
		margin-top: 40px;
	}
	#cmBlock .cmBlockInner{
		padding: 25px 2.6%;
	}

	#cmBlock .cmTtl {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#cmBlock .cmTxt{
		font-size: 13px;
		margin-bottom: 20px;
	}

	#cmBlock .cmlinkList li a{
		font-size: 12px;
	}
}


#footerPup .ftRight.middle a{
	display: none;
}

@media screen and (max-width:768px) {
	.jspVerticalBar{
		width: 29px !important;
	}
	.jspTrack,
	.jspDrag {
		width: 30px !important;
	}
	.jspVerticalBar .jspArrow{
		height: 30px !important;
	}
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 条件 */

.is_noOtameshi .typeBox.otameshi{display: none !important;;}

.typeBox.normal .img{display: none !important;}
.is_noOtameshi .typeBox.normal .img{display: inline-block !important;}

.for_noWaku{display: none !important;}
.for_waku{display: block !important;}
.is_noWaku .for_noWaku{display: block !important;}
.is_noWaku .for_waku{display: none !important;}
.option{display: inline-block;}

.is_yokakunin .for_not_yokakunin{display: none;}
.is_yokakunin .lastArea{
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.is_fuka .for_not_fuka{display: none;}

.is_fuka #nameArea .btnArea{display: none;}
.is_fuka .btnArea .bttn{margin-top: 50px;}
.is_fuka .btnArea .btn_back span{width: 240px;}
.is_fuka #cmBlock{display: block;}
@media screen and (max-width:768px) {
	.is_fuka .btnArea .bttn{margin-top: 25px;}
	.is_fuka .btnArea .btn_back span{width: 100%; height: 45px;}
}
