@charset "UTF-8";
.disnone{display: none !important;}
/* .chk{outline: 5px solid #F00;} */
/*--------------- CATEGORY ---------------*/
.cate-hero{
	padding-bottom: 40px;
}
.cate-hero .com-titlebox{
	/* text-align: center; */
	/* align-items: center; */
	padding-bottom: 15px;
	line-height: 1.2;
}
.cate-hero .com-titlebox .cate{
	margin-left: 0;
	margin-right: auto;
}
.cate-hero .lead{
	font-size: 1.2rem;
}
.cate-hero .thumb{
	margin: 0 -40px;
}

.cate-hero .thumb+.part-lead{
	margin-top: 1em;
}
.cate-hero .part-lead+.thumb{
	margin-top: 2em;
}
.cate-hero .com-titlebox+.part-lead{
	margin-top: 0;
}
.cate-hero .part-lead{
	margin-top: 1.8em;
	/* outline: 5px solid #F00; */
}
.cate-hero .part-lead.type2{
	border: 1px solid #AAA;
	padding: 0.5em;
	margin-top: 1em;
}
.cate-hero .title-ed,
.cate-hero .title-gift{
	margin-top: 50px;
}
.cate-hero .title-shop{
	padding-top: 50px;
}
.cate-hero .title-shop>.com-titlebox{
	padding: 0;
}
.cate-hero .title-shop+.thumb,
.cate-hero .btn-wrap{
	margin-top: 15px;
}
/* .cate-hero .title-ed::before{
	content: "";
	display: block;
	width: 70px;
	height: 50px;
	background: url(../images/ico-theme.png) no-repeat;
	background-size: contain;
} */
.cate-hero .title-ed .part-theme{
	position: relative;
	font-size: 10px;
	white-space: nowrap;
	font-weight: bold;
	/* text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); */
	letter-spacing: 0.2em;
	width: 70px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cate-hero .title-ed .part-theme:before,
.cate-hero .title-ed .part-theme:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 55%;
	background-color: #000;
	
}
.cate-hero .title-ed .part-theme:before{
	transform: rotate(53deg);
	transform-origin: left top;
	top: 0;
	right: 0;
}
.cate-hero .title-ed .part-theme:after{
	transform: rotate(53deg);
	transform-origin: right bottom;
	bottom: 0;
	left: 0;
}
.cate-hero .title-ed .title{
	text-align: center;
}
.cate-hero .title-gift{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 18px 0;
}
.cate-hero .title-gift::before,
.cate-hero .title-shop::before{
	content: "今月のテーマ";
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 1em;
}
.cate-hero .title-gift .title{
	text-align: center;
}

/* .cate-hero .title-shop{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 18px 0;
} */
.cate-hero .title-shop::before{
	content: "SHOP NEWS";
	text-align: left;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #000;
}
/* .cate-hero .title-shop .title{
	text-align: center;
} */

@media only screen and (min-width: 739px){
	.cate-hero .inner,
	.cate-hero .com-titlebox,
	.cate-hero .part-lead{
		max-width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
	.cate-hero .lead{
		font-size: 1.4rem;
	}
	/* .cate-hero .title-ed::before{
		width: 100px;
		height: 70px;
	} */
	.cate-hero .title-ed .part-theme{
		font-size: 14px;
		width: 100px;
		height: 70px;
	}
	.cate-hero .title-gift::before,
	.cate-hero .title-shop::before{
		font-size: 16px;
	}
	.cate-hero .title-shop+.thumb,
	.cate-hero .btn-wrap{
		margin-top: 30px;
	}
}






.elem-point .thumb+.lead,
.elem-point .point-h4+.lead{
	margin-top: 1.2em;
}
.elem-point .lead+.thumb{
	margin-top: 3.2em;
}
.elem-point .thumb+.thumb{
	margin-top: 20px;
}
.elem-point *+.point-h4{
	margin-top: 1em;
}
.elem-point{
	padding-bottom: 50px;
}
.elem-point .lead{
	font-size: 12px;
}
.elem-point .typeico,
.elem-pickup .typeico{
	position: relative;
}
.elem-point .typeico::before{
	content: "";
	position: absolute;
	display: block;
	top: -22px;
	left: -22px;
	width: 45px;
	height: 45px;
	background-image: var(--ico-point);
	background-size: contain;
}
.point-h3{
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	padding-left: 1.6em;
	padding-bottom: 1em;
}
.point-h3::before{
	content: "";
	position: absolute;
	display: block;
	top: 0.2em;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: #000;
}
.point-h4{
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}

.elem-pickup .box>.thumb{
	padding-top: 13px;
}
.elem-pickup .typeico::before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -13px;
	width: 92px;
	height: 30px;
	background-image: var(--ico-pickup);
	background-size: contain;
	background-repeat: no-repeat;
}


@media only screen and (max-width: 738px){
	.elem-pickup>.box{
		border-top: 1px dotted #333;
		/* margin-top: 50px; */
		padding-top: 60px;
		
	}
	.elem-post.elem-pickup>.box{
		margin-bottom: 5%;
	}
}





@media only screen and (min-width: 739px){
	.elem-point{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 100px;
	}
	.elem-point .thumb+.thumb{
		margin-top: 40px;
	}
	.elem-point .typeico::before{
		top: -30px;
		left: -30px;
		width: 60px;
		height: 60px;
	}
	.point-h3,
	.point-h4{
		font-size: 20px;
	}
	.elem-point .lead{
		font-size: 14px;
	}
}


.elem-pointbox{
	background-color: #FFF;
	border: 1px solid #000;
	padding: 20px;
	margin-top: 50px;
}
.elem-pointbox .bt-price{
	font-size: 12px;
}
.elem-pointbox .lead.sizeS{
	font-size: 10px;
}
/* .elem-pointbox .part-price+.lead,
.elem-pointbox .lead+.lead{
	border-top: 1px dotted #000;
} */
.elem-pointbox *+.lead{
	border-top: 1px dotted #000;
}
.elem-pointbox .lead{
	padding: 0.5em 0;
}
.elem-pointbox .part-price .lead{
	padding: 0;
}
.elem-pointbox .part-price{
	padding: 1.3em 0 0.5em;
}
.elem-pointbox .btn-wrap{
	padding-top: 1em;
	padding-bottom: 1em;
}
@media only screen and (min-width: 739px){
	.elem-pointbox{
		padding: 30px;
		margin: 50px -30px 0;
	}
	.elem-pointbox .bt-price{
		font-size: 14px;
	}
	.elem-pointbox .lead.sizeS{
		font-size: 12px;
	}
}















.cont-post .inner{
	overflow: hidden;
}
.cont-post{
	padding-bottom: 80px;
}
.cont-post.ver2{
	padding-top: 60px;
}
@media only screen and (min-width: 739px){
	.cont-post.ver2{
		padding-top: 80px;
	}
}


/* .elem-post{
	margin: 0 -1.45% -4.5%;
} */
.elem-post.type2>.box{
	width: 30.5%;
}
.elem-post.type3>.box{
	width: 25.5%;
}
.elem-post.type4>.box{
	width: 22.1%;
}
.elem-post>.box{
	margin: 0 1.45% 4.5%;
}
.elem-post>.box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
}
.elem-post .thumb,
.elem-post .part1>*{
	min-height: 0%;
}
.elem-post .part1>*{
	width: 100%;
}
.elem-post .part1{
	padding: 4% 0;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}
.elem-post .title{
	position: relative;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.elem-post .title:before{
	content: "";
	position: absolute;
	bottom: -0.5em;
	display: block;
	width: calc(100% + (4.8% * 1.107));
	height: 1px;
	background-color: rgba(0, 0, 0, 0.5);
}
.elem-post *+.title:before{
	display: none;
}
.elem-post .title+.lead{
	margin-top: 1.2em;
}
.elem-post .lead+.lead{
	margin-top: 0.6em;
}
.elem-post .lead{
	font-size: 12px;
	line-height: 1.4;
}
.elem-post .lead.sizeS{
	font-size: 9px;
	margin-top: 0.5em;
}
.elem-post .title-capt{
	display: block;
	width: 100%;
	font-size: 70%;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.elem-post .mk-logo+.mk-title,
.elem-post .mk-lead+.thumb{
	margin-top: 20px;
}

.elem-post *+.mk-lead{
	margin-top: 1em;
}
/* .elem-post .mk-lead+.thumb{
	margin-top: 30px;
} */
.elem-post .mk-title{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.elem-post .mk-sub{
	font-size: 10px;
	line-height: 1.4;
}


.elem-post .btn-wrap{
	margin-top: auto;
	padding-top: 5px;
}
.elem-post .btn-wrap .com-btn-elli1,
.elem-post .btn-wrap .com-btn-elli2{
	margin-top: 10px;
}
.elem-post .bt-price{
	font-size: 11px;
	line-height: 1.4;
	margin-right: 1em;
}

.elem-post .wrap-ab{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.elem-post .wrap-ab .txt1{
	font-size: 10px;
	padding-top: 10px;
	margin-right: 2px;
}
.elem-post .title:before{
	width: 100%;
}



.cont-post .cont-topedepart .title-h2 .en{
	font-size: 34px;
}
.cont-post .cont-topedepart{
	padding: 40px 0;
	margin-top: 60px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

@media only screen and (max-width: 738px){
	.cont-post{
		/* padding-top: 9%; */
		padding-bottom: 60px;
	}
	/* .elem-post{
		margin: 0 0 -11.7%;
	} */
	.elem-post.type2>.box,
	.elem-post.type3>.box,
	.elem-post.type4>.box{
		width: 100%;
	}
	.elem-post>.box{
		margin: 0 0 11.7%;
	}
	.elem-post.type-nopop>.box:last-child{
		margin-bottom: 18%;
	}
	.elem-post{
		position: relative;
		width: 100%;
	}
	.elem-post .part-img{
		width: 100%;
	}
	.elem-post .part-txt{
		width: 100%;
	}
	.elem-post .title-move{
		position: absolute;
		top: 0;
		width: 100%;
		border-bottom: none;
		height: 49px;
		line-height: 49px;
	}
	.elem-post .part1{
		padding: 3% 0;
	}
	.elem-post .lead{
		margin-top: 1em;
	}
	.cont-post .cont-topedepart{
		padding: 20px 0;
		/* margin: 0 -20px 0; */
	}
	.cont-post .cont-topedepart .title-h2 .en{
		font-size: 16px;
	}
	
}


.elem-post .btn-wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.elem-post .edp .btn-wrap:after{
	content: "e.デパート掲載商品";
	/* content: var(--jstxt1); */
	font-size: 10px;
	letter-spacing: -0.05em;
	text-align: center;
	width: 34%;
	max-width: 115px;
	height: 13px;
	line-height: 13px;
	white-space: nowrap;
	border: 1px solid #333;
	padding: 0.2em 0.5em;
}
.elem-post .edp.other .btn-wrap:after{
	content: attr(data-jscont);
	display: none;
}

@media only screen and (max-width: 1100px){
	.elem-post.type4 .com-btn-more{
		font-size: 10px;
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
	}
}
@media only screen and (max-width: 738px){
	.elem-post.type4 .com-btn-more{
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
	}
}


.elem-post.type-nopop .btn-wrap{
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
@media only screen and (min-width: 739px){
	.elem-post.type-nopop .btn-wrap{
		padding-top: 15px;
	}
}

.elem-post .elem-imgtxt{
	font-size: 15px;
	line-height: 1.4;
	display: flex;
	padding: 20px 0;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #000;
}
.elem-post .elem-imgtxt .part-buimg{
	width: 30px;
}
.elem-post .elem-imgtxt .title-capt{
	flex: 1;
	padding-left: 20px;
	margin: 0;
}
.elem-post.type-buyer .title:before{
	display: none;
}
.elem-post.type-buyer .part1:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	height: 1px;
	width: 60px;
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.elem-post.type-buyer .part1{
	position: relative;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 30px 20px 20px;
	margin-top: 20px;
}





.elem-shopn .part-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	line-height: 1.4;
}
.elem-shopn .part-title>span{
	font-size: 73%;
}
.elem-shopn .elem-post{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.elem-shopn .elem-post>.box{
	border: 1px solid #000;
	background-color: #FFF;
	padding: 30px 20px 20px;
	width: 100%;
}
.elem-shopn .part-title+.thumb{
	margin-top: 20px;
}
.elem-shopn .thumb+.lead{
	margin-top: 1.5em;
}
.shopn-box{
	display: flex;
	flex-direction: column;
	padding: 30px 25px 20px;
}
.shopn-box .part-title-h5{
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 40px;
}
.shopn-box .lead+.thumb{
	margin-top: 40px;
}
@media only screen and (min-width: 739px){
	.elem-shopn .elem-post>.box{
		max-width: 600px;
	}
	.shopn-box{
		display: flex;
		flex-direction: column;
		padding: 30px 60px 20px;
	}
}






.elem-shopn_old{
	border: 1px solid #000;
	background-color: #FFF;
	padding: 30px 20px 0;
}
.elem-shopn_old .elem-head{
	width: 128px;
	padding-bottom: 30px;
}
.elem-post.type-shopn_old{
	position: relative;
}
/* .elem-post.type-shopn_old:before{
	content: "";
	display: block;
	position: relative;
	
	width: 128px;
	height: 48px;
	background: url(../images/ico-shopn.png) no-repeat;
	background-size: contain;
	margin: 0 auto 30px 0;
} */
@media only screen and (min-width: 739px){
	.elem-shopn_old{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}





.top-wrap,
header+div{
	background-color: #fafafa;
}
[class*="lp-"]{
	background-position: 50% 50%;
}


.type-white .cate-hero *,
/* .type-white.cont-post, */
.type-white .cont-post .box,
.type-white .elem-fixcont,
.type-white .elem-post *,
.type-white .elem-point>*:not(.elem-pointbox){
	color: #FFF;
}
.type-white .elem-post .title:before{
	background-color: rgba(255, 255, 255, 0.5);
}
.type-white .point-h3:before{
	background-color: #FFF;
}
.type-white .com-btn-more,
.type-white .elem-post .edp .btn-wrap:after{
	border-color: #FFF;
}



















.iziModal{
	box-shadow: none;
}
.iziModal::after {
	display: none;
    pointer-events: none;
}

.izi-wrap1{
	background: none;
}
.izi-wrap1 .izi-box{
	margin: 20px;
	padding-top: 30px;
	background-color: #FFF;
}
.izi-wrap1 .btn-close{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	background-color: #1a1a1a;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.izi-wrap1 .btn-close:before,
.izi-wrap1 .btn-close:after{
	content: "";
	position: absolute;
	display: block;
	width: 34px;
	height: 1px;
	top: calc(50% - 1px);
	left: calc(50% - 17px);
	background-color: #FFF;
}
.izi-wrap1 .btn-close:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.izi-wrap1 .btn-close:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.izi-wrap1 .photo-in{
	width: 480px;
	margin: 0 auto;
}
.izi-wrap1 .part-slide .photo{
	vertical-align: bottom;
}
.izi-wrap1 .part-slide-nav{
	width: 480px;
	margin: 0 auto;
}
.izi-wrap1 .thumb{
	width: calc(100% / 5);
	height: auto;
}
.izi-wrap1 .thumbnail-current{
	opacity: 0.4;
}
.izi-wrap1 .elem-txt+.elem-slide{
	margin-top: 10%;
}
.izi-wrap1 .elem-txt{
	padding: 6% 4.2% 4.2%;
}

.izi-wrap1 .pop-title+.price{
	margin-top: 10px;
}
.izi-wrap1 .price+*{
	margin-top: 10px;
}
.izi-wrap1 .pop-title{
	font-size: 16px;
	line-height: 1.4;
}
.izi-wrap1 .price{
	/* font-size: 18px; */
	font-size: 16px;
	line-height: 1.4;
}
.izi-wrap1 .lead+.lead{
	margin-top: 12px;
}
.izi-wrap1 .btn-wrap+.lead{
	margin-top: 30px;
}
.izi-wrap1 .lead{
	font-size: 14px;
	border-top: 1px dotted #333;
	padding-top: 0.8em;
	letter-spacing: 0.05em;
}
.izi-wrap1 .sizeS{
	font-size: 70%;
}
.izi-wrap1 .btn-wrap{
	padding-top: 20px;
}
.izi-wrap1 .bnr-wrap{
	padding-top: 10px;
}
.izi-wrap1 .bnr-wrap img{
	width: auto;
	height: auto;
}
/* .izi-wrap1.otherC .btn-wrap .com-btn-sq2{
	background-color: #00B050;
} */

.izi-wrap1 .btn-wrap.exp,
.elem-pointbox .btn-wrap.exp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .izi-wrap1 .title-btn, */
.title-btn,
.elem-pointbox .title-btn{
	width: 100%;
	font-size: 12px;
	padding-bottom: 0.5em;
	margin: 0 auto 8px;
	color: #0078C0;
	border-bottom: 1px solid #0078C0;
}

@media only screen and (max-width: 738px){
	.izi-wrap1 .izi-box{
		margin: 12px;
		padding-top: 0;
		padding-bottom: 9%;
	}
	.izi-wrap1 .btn-close{
		width: 30px;
		height: 30px;
		top: 12px;
		right: 12px;
	}
	.izi-wrap1 .btn-close:before,
	.izi-wrap1 .btn-close:after{
		width: 17px;
		height: 1px;
		top: calc(50% - 1.5px);
		left: calc(50% - 8.5px);
	}
	.izi-wrap1 .part-slide{
		width: 100%;
	}
	.izi-wrap1 .photo-in{
		width: 100%;
		margin: 0 auto;
	}
	.izi-wrap1 .part-slide-nav{
		width: 100%;
	}
	.izi-wrap1 .lead{
		font-size: 12px;
	}
	.izi-wrap1 .sizeS{
		font-size: 70%;
	}
	/* .izi-wrap1 .title-btn{ */
		.title-btn{
		font-size: 12px;
		margin: 0 auto 8px;
	}
	
}


.izi-wrap1 .elem-recipe{
	border: 1px solid #EEE;
	background-color: #FCFCFC;
	padding: 4.2%;
}
.izi-wrap1 .elem-recipe .inner{
	border: 1px solid #EEE;
	background-color: #FCFCFC;
	padding: 0.5em 0.7em;
}
.izi-wrap1 .elem-recipe .pop-title2{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0.3em;
}
.izi-wrap1 .elem-recipe *+.pop-title2{
	margin-top: 1.8em;
}
.izi-wrap1 .elem-recipe .lead{
	border-top: none;
	padding-top: 0;
}
.izi-wrap1 .elem-recipe .wrap-lead{
	padding: 0.6em 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.izi-wrap1 .elem-recipe .wrap-lead li+li{
	margin-top: 0.4em;
}
@media only screen and (max-width: 738px){
	.izi-wrap1 .elem-recipe{
		margin-top: 8%;
	}
}



.pop-cta-single2 .elem-txt {
    padding-top: 4%;
}
.pop-cta-single2 .elem-txt .pop-title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0.4em;
}
.pop-cta-single2 .elem-picts{
	width: 600px;
	margin: 0 auto;
}
.pop-cta-single2 .elem-picts>li{
	width: calc(50% - 20px);
	margin: 0 10px 40px;
}
.pop-cta-single2 .elem-picts .lead,
.pop-cta-single2 .elem-picts .price{
	text-align: center;
	border: none;
	/* font-size: 10px; */
}
.pop-cta-single2 .elem-picts .price{
	font-size: 14px;
}
.pop-cta-single2 .com-title-ubar{
	color: #000;
}
.pop-cta-single2 .com-title-ubar>span {
    border-bottom: 1px solid #000;
}
@media only screen and (max-width: 738px){
	.pop-cta-single2 .elem-txt {
		padding-top: 8%;
	}
	.pop-cta-single2 .elem-txt .pop-title{
		font-size: 16px;
	}
	.pop-cta-single2 .elem-picts{
		width: 100%;
		padding: 0 10px;
	}
	.pop-cta-single2 .elem-picts>li{
		width: calc(50% - 10px);
		margin: 0 5px 20px;
	}
	.pop-cta-single2 .elem-picts .lead,
	.pop-cta-single2 .elem-picts .price{
		font-size: 10px;
	}
	.pop-cta-single2 .com-title-ubar{
		font-size: 16px;
	}

}


.iziModal{
	-ms-overflow-style: none;/*IE*/
}
.iziModal ::-webkit-scrollbar{
	display: none;
}
.iziModal.hasScroll .iziModal-wrap{
	scrollbar-width: none;/*Firefox*/
}




/* ポップアップ下部追加インフォコンテンツ */
.elem-pop-info{
	border: 5px solid #EEE;
	width: 70%;
	margin: 4% auto 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.elem-pop-info .lead{
	border: none;
	font-size: 12px;
}
.elem-pop-info .lead.sizeS{
	font-size: 10px;
}
.elem-pop-info .thumb{
	width: 30%;
	background-color: #F1F1F1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.elem-pop-info .thumb img{
	min-height: 0%;
}
.elem-pop-info .thumb+.elem-txt{
	width: 70%;
}
.elem-pop-info .elem-txt{
	padding: 0 3%; 
}
.elem-pop-info .title{
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (max-width: 738px){
	.elem-pop-info{
		border: 3px solid #EEE;
		width: 100%;
		margin: 4% auto 0;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.elem-pop-info .lead{
		border: none;
		font-size: 11px;
	}
	.elem-pop-info .title{
		font-size: 12px;
		font-weight: bold;
	}
}








/*--------------- TOP ---------------*/

.top-hero .inner>[class*="box"]+[class*="box"]{
	margin-top: 40px;
}
.top-hero .inner{
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-hero .box2{
	display: flex;
	justify-content: space-between;
}
.top-hero .box2>*{
	width: calc(50% - 5px);
}
.top-hero a{
	color: inherit;
}
@media only screen and (min-width: 739px){
	.top-hero .inner>[class*="box"]+[class*="box"]{
		margin-top: 40px;
	}
	.top-hero .inner{
		max-width: 980px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.top-hero .box2{
		display: flex;
		justify-content: space-between;
	}
	.top-hero .box2>*{
		width: calc(50% - 10px);
	}
}



.topbnr-head{
	display: block;
	text-align: center;
	background-color: #0070C0;
}

@media only screen and (min-width: 739px){
	.topbnr-head{
		padding: 5px;
	}
	.topbnr-head img{
		max-width: 375px;
	}
}

@media only screen and (max-width: 738px){
	.topbnr-head{
		padding: 5px 0px;
	}
	.topbnr-head img{
		width: 100%;
	}
}




#information,
#topedepart,
#creditinfo,
#storeinformation{
	background-color: #f0f0f0;
}
#topedepart,
#creditinfo,
#storeinformation{
	border-top: 1px solid #CCCCCC;
}
#topedepart,
#creditinfo {
	padding-bottom: 60px;
}

.elem-info .box2,
.elem-caut-- .box2{
	margin: 0 -12px -24px;
}
.elem-info .box,
.elem-caut-- .box{
	margin: 0 12px 24px;
	width: calc(50% - 24px);
}
.elem-creditinfo .btn-wrap a{
	display: block;
	width: 340px;
	margin: 0 auto;
}

#topedepart .btn-wrap,
.cont-post .cont-topedepart .btn-wrap{
	padding-top: 38px;
}
#topedepart .com-btn-sq2,
.elem-post .com-btn-sq2,
.cont-post .cont-topedepart .com-btn-sq2{
	padding: 0.8em 2em;
}
#topedepart .com-btn-sq2:after,
.elem-post .com-btn-sq2:after,
.cont-post .cont-topedepart .com-btn-sq2:after{
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 9px;
	display: block;
	width: 6px;
	height: 8px;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22icn-arrow1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%204.7%207.2%22%20style%3D%22enable-background%3Anew%200%200%204.7%207.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.3%2C6.9%203.9%2C3.6%200.3%2C0.4%20%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: 6px 8px;
}
#topedepart .notes{
	display: block;
	font-size: 15px;
	width: 50%;
	margin: 2em auto 0;
}

#creditinfo .inner+.inner{
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
#creditinfo .inner+.inner:before{
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	border-top: 1px dotted #CCC;
	top: 0;
}
.elem-creditinfo2{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.elem-creditinfo2 .thumb{
	width: 30.6%;
}
.elem-creditinfo2 .elem-txt{
	padding: 5px 0 5px 5%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.elem-creditinfo2 .title + div{
	margin-top: 1em;
}
.elem-creditinfo2 .title{
	padding: 1em 0.5em;
	text-align: center;
	background-color: #E1EBF7;
}
.elem-creditinfo2 .title-in{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	background-color: #E1EBF7;
	margin-top: 0.5em;
}
.elem-creditinfo2 .title-in .part-ico{
	display: inline-block;
	position: relative;
	top: 0.3em;
	height: 1.4em;
	width: 1.7em;
	background-image: var(--ico-mail);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.elem-creditinfo2 .title-in .part-ico img{
	height: 100%;
	width: auto;
}
.elem-creditinfo2 .part1{
	font-size: 14px;
}
.elem-creditinfo2 .lead{
	font-size: 14px;
	margin-top: 1em;
}
.elem-creditinfo2 *+.notes{
	margin-top: 1em;
}
.elem-creditinfo2 .btn-1{
	display: block;
	width: 230px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 738px){
	#topedepart {
		padding-bottom: 40px;
	}
	#creditinfo {
		padding-bottom: 40px;
	}
	.elem-info .box2,
	.elem-caut-- .box2{
		margin: 0 0 -20px;
	}
	.elem-info .box,
	.elem-caut-- .box{
		margin: 0 0 20px;
		width: 100%;
	}
	.elem-creditinfo .btn-wrap a{
		width: 100%;
	}
	#topedepart .btn-wrap,
	.cont-post .cont-topedepart .btn-wrap{
		padding-top: 18px;
	}
	#topedepart .notes{
		font-size: 12px;
		width: 100%;
	}
	.elem-creditinfo2{
		max-width: 100%;
	}
	.elem-creditinfo2 .title-in{
		font-size: calc(100vw / 26);
	}
	.elem-creditinfo2 .part1{
		font-size: calc(100vw / 40);
	}
	.elem-creditinfo2 .lead{
		font-size: 10px;
		margin-top: 1em;
	}
	.elem-creditinfo2 .btn-1{
		width: 170px;		
	}
}









.elem-shopinfo .title-shop{
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #1a1a1a;
	border-radius: 5px 5px 0 0;
}
.elem-shopinfo>.box2{
	margin: 0 -12px -24px;
}
.elem-shopinfo>.box2>.box{
	margin: 0 12px 24px;
	width: calc(50% - 24px);
}
.elem-shopinfo .part1{
	margin: 0 -4px;
}
.elem-shopinfo .part1>.box{
	margin: 8px 4px 0;
	width: calc(50% - 8px);
}
@media only screen and (max-width: 738px){
	.elem-shopinfo .title-shop{
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		border-radius: 5px 5px 0 0;
	}
	.elem-shopinfo>.box2{
		margin: 0 0 -20px;
	}
	.elem-shopinfo>.box2>.box{
		margin: 0 0 20px;
		width: 100%;
	}
	
	.elem-shopinfo .part1{
		margin: 0 -4px;
		
	}
	.elem-shopinfo .part1>.box{
		margin: 8px 4px 0;
		width: calc(50% - 8px);
	}
}



.elem-caut .box{
	width: 100%;
	max-width: 600px;
}
.elem-caut .lead.sizeS{
	font-size: 70%;
}
.elem-caut .box .inner-box{
	border: 2px solid #666;
}
.elem-caut .part-txt{
	padding: 3%;
}
.elem-caut .part-txt>*+*,
.elem-caut .box .inner-box+*{
	margin-top: 7px;
}
.elem-caut .box.type-blue .colord{
	color: #4D8CCA;
}
.elem-caut .box.type-blue .inner-box{
	border-color: #4D8CCA;
}
.elem-caut .box.type-blue .title{
	background-color: #4D8CCA;
}
.elem-caut .box.type-red .colord{
	color: #D52B0F;
}
.elem-caut .box.type-red .inner-box{
	border-color: #D52B0F;
}
.elem-caut .box.type-red .title{
	background-color: #D52B0F;
}
.elem-caut .box.type-red .part-txt{
	background-color: #FDF6F5;
}
.elem-caut .title{
	font-size: 16px;
	font-weight: bold;
	background-color: #666;
	color: #FFF;
	text-align: center;
	padding: 0.7em;
}
.elem-caut .lead{
	font-size: 15px;
}

@media only screen and (max-width: 738px){
	.elem-caut .title{
		font-size: 12px;
		padding: 0.7em;
	}
	.elem-caut .lead{
		font-size: 13px;
	}
}







.cont-contmenu{
	background: #ebdfed;
	background: -moz-linear-gradient(45deg,  #ebdfed 74%, #e8cbe0 100%);
	background: -webkit-linear-gradient(45deg,  #ebdfed 74%,#e8cbe0 100%);
	background: linear-gradient(45deg,  #ebdfed 74%,#e8cbe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdfed', endColorstr='#e8cbe0',GradientType=1 );
}
.cont-contmenu .title-h3{
	text-align: center;
	font-size: 10px;
	margin-bottom: 1em;
}
.cont-contmenu .title-h3 span{
	font-size: 20px;
	display: block;
	padding-bottom: 0.4em;
}
.elem-contmenu{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.elem-contmenu .box{
	margin: 8px 4px 0;
	width: calc(50% - 8px);
}
.box-contmenu{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box-contmenu .com-btnarrow2,
.box-contmenu .title{
	position: relative;
}
.box-contmenu .title{
	height: auto;
}
.box-contmenu .part-img{
	min-height: 0%;
}
@media only screen and (max-width: 738px){
	.elem-contmenu{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}



.cont-freebox>.inner,
.elem-add>.inner,
.elem-add2505>.inner{
	max-width: 940px;
}
.elem-freebox .elem1{
	margin: 0 -12px;
}
.elem-freebox .elem1>.box{
	margin: 0 12px;
    width: calc(50% - 24px);
}
.elem-freebox .inner-box{
	background-color: #FFF;
	border: 1px solid #000;
	padding: 4%;
}
.elem-freebox *+.part-txt{
	/* border-top: 1px dotted #000; */
	margin-top: 4%;
	padding-top: 4%;
}
.elem-freebox .part-txttxt+.part-txt{
	border-top: 1px dotted #000;
}
.elem-freebox .part-imgtxt .img{
	width: 30%;
}
.elem-freebox .part-imgtxt .img .txt1{
	font-size: 10px;
	display: block;
	margin-top: 0.4em;
}
.elem-freebox .part-imgtxt .title{
	font-size: 16px;
	width: 70%;
	line-height: 1.4;
	padding-left: 5%;
}
.elem-freebox .part-txt>*+.lead{
	margin-top: 1em;
}

.elem-freebox .part-txttxt .title+.img{
	margin-top: 6px;
}
.elem-freebox .part-txttxt .img{
	width: 60%;
}
.elem-freebox .part-txttxt .title{
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}

.elem-freebox .part-btn{
	padding: 4% 0%;
}
.elem-freebox .com-btn-elli1{
	color: #FFF;
}


/* .elem-freebox .part-txttxt .title-small+.title,
.elem-freebox .part-txttxt .title+.title-large{
	margin-top: 0.3em;
} */
.elem-freebox .part-txttxt>*+*{
	margin-top: 0.3em;
}
.elem-freebox .part-txttxt .title-small{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 0;
}
.elem-freebox .part-txttxt .title-large{
	/* font-size: 24px; */
	font-size: 20px;
	line-height: 1.2;
}

@media only screen and (max-width: 738px){
	.elem-freebox .elem1{
		margin: 0;
	}
	.elem-freebox .elem1>.box{
		margin: 0;
		width: 100%;
	}
	.elem-freebox .elem1>.box+.box{
		margin-top: 20px;
	}
	.elem-freebox .part-imgtxt .title{
		font-size: 13px;
	}
	.elem-freebox .part-txttxt .title{
		font-size: 12px;
	}
	.elem-freebox .lead{
		font-size: 12px;
	}
	.elem-freebox .notes{
		font-size: 10px;
	}
	.elem-freebox .part-txttxt .title-large{
		font-size: 16px;
	}
}



.elem-add +*{
	margin-top: 60px;
}
.elem-add *+*{
	margin-top: 1em;
}

.elem-add .txt1{
	font-size: 2rem;
	line-height: 1.4;
}
.elem-add .txt2{
	font-size: 2.2rem;
	line-height: 1.4;
}
.elem-add .img{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.elem-add.u-border{
	padding-top: 2em;
    display: flex;
    flex-direction: column;
}
.elem-add.u-border .txt1{
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 738px){
	.elem-add .inner{
		padding-left: 0;
		padding-right: 0;
	}
	.elem-add .txt1{
		font-size: 1.6rem;
	}
	.elem-add .txt2{
		font-size: 2rem;
		line-height: 1.4;
	}
}


.elem-add2505 + .elem-post{
	margin-top: 30px;
}
.elem-add2505 .inner{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2em 1em;
	background-color: #f0f0f0;
}
.elem-add2505 .title{
	font-size: 20px;
	line-height: 1.4;
}
.elem-add2505 .title+*{
	margin-top: 1em;
}
@media only screen and (max-width: 738px){
	.elem-add2505 .title{
		font-size: 16px;
	}
}


/*- - - - - - - - TOP - - - - - - - -*/


.text-1{
	display: inline-block;
	position: relative;
	top: 0.15em;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22text-1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.2%2010.5%22%20style%3D%22enable-background%3Anew%200%200%2011.2%2010.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20d%3D%22M0.2%2C4.6c0.3%2C0%2C0.5%2C0.1%2C0.9%2C0.1H2c0.4%2C0%2C0.6%2C0%2C0.9-0.1c0%2C0.4-0.1%2C0.7-0.1%2C1.3v2.4C3%2C8.6%2C3.1%2C8.8%2C3.4%2C9%20c0.7%2C0.5%2C1.4%2C0.7%2C3.1%2C0.7c2.1%2C0%2C3.7-0.1%2C4.7-0.2C11%2C9.8%2C11%2C10%2C10.9%2C10.4c-1.4%2C0-2.8%2C0.1-4.2%2C0.1c-1.9%2C0-2.6-0.1-3.4-0.6%20c-0.4-0.2-0.7-0.5-1-1c-0.5%2C0.5-1%2C0.9-1.6%2C1.3c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.3L0%2C9.7c0.6-0.2%2C1.3-0.8%2C2.1-1.5V5.3H1.1%20c-0.4%2C0-0.6%2C0-0.9%2C0.1V4.6z%20M1.1%2C0.2c0.8%2C0.8%2C1.4%2C1.4%2C2%2C2.2L2.4%2C2.9c-0.7-1-1.1-1.5-1.9-2.3L1.1%2C0.2z%20M4.5%2C4.2%20c-0.5%2C0-0.8%2C0-1.1%2C0.1V3.5c0.3%2C0%2C0.6%2C0.1%2C1.1%2C0.1h2.1V1.1c0-0.5%2C0-0.7-0.1-1.1h0.9C7.4%2C0.4%2C7.4%2C0.6%2C7.4%2C1.1v2.5h2.3%20c0.5%2C0%2C0.8%2C0%2C1.1-0.1v0.8c-0.3%2C0-0.6-0.1-1.1-0.1H7.4v3.6c0%2C0.5%2C0%2C0.8%2C0.1%2C1.1H6.5c0-0.3%2C0.1-0.7%2C0.1-1.1V4.2H4.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: contain;
}


.toptopics{
	padding-bottom: 40px;
}
.toptopics .com-title-ubar{
	color: #000;
}
.toptopics .com-title-ubar>span{
	border-bottom: 1px solid #000;
}
.toptopics .part-bnr>*{
	display: block;
}


	.toptopics .part-bnr{
		display: flex;
		padding: 10px 12px 0;
	}
	.toptopics .part-bnr>*{
		width: calc(50% - 10px);
	}
	.toptopics .part-bnr>*+*{
		margin-left: 20px;
	}





















