/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css?family=Bitter&display=swap');
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
input[type="button"],
input[type="submit"],
input[type="number"]{
	-webkit-appearance: none;
	border-radius: 0;
}
.sf-display-none{
	display: none !important;
}
html{
	font-size: 10px;
	line-height: 1.6;
}
@media screen and (min-width:980px){
	html{
		font-size: 13px;
	}
}
body{
	font-size: 1.1rem;
	background: url(../../../template/karicojp/assets/img/common/bg.jpg);
	transition: none;
	color: #000;
	overflow-x: hidden;
}
a{
	color: #000;
	text-decoration: none;
}
img{
	max-width: 100%;
	vertical-align: top;
}
a img{
	border: none;
}
input[type=text],
select{
  font-size: 16px;
}

/* ------------------------------------------------------------
    common
------------------------------------------------------------ */
.hedding_main{
	margin: 0;
	text-align: center;
	line-height: 1.0;
}
.hedding_main::before{
	content: "";
	background: url(/html/template/karicojp/assets/img/top/hedding_line.png) center no-repeat;
	background-size: auto 7px;
	-webkit-background-size: auto 7px;
	-moz-background-size: auto 7px;
	width: 46px;
	height: 7px;
	display: block;
	margin: 0 auto 13px;
}
.hedding_main::after{
	content: "";
	background: #000;
	width: 1px;
	height: 15px;
	display: block;
	margin: 10px auto 0;
}
.hedding_main .eng{
	font-family: 'Bitter', serif;
	font-size: 2.3rem;
	margin: 0 0 15px;
	font-weight: bold;
}
.hedding_main h2{
	font-size: 1.1rem;
	margin: 0;
}
.hedding_sub{
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
.hedding_sub:not(:first-of-type){
	margin-top: 50px;
}
.hedding_sub::after{
	content: "";
	background: #000;
	width: 48px;
	height: 1px;
	display: block;
	margin: 15px auto 0;
}
.hedding_tertiary{
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0 0 1rem;
}
.text-center{
	text-align: center;
}
.ec-required{
	font-weight: bold;
}
.ec-layoutRole{
	background: none;
}
/* ------------------------------------------------------------
    header
------------------------------------------------------------ */
.ec-layoutRole__header .ec-headerNaviRole{
	background: #f7f7f7;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #000;
	max-width: 100%;
	display: block;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole{
		height: 70px;
	}
}
.ec-layoutRole__header .ec-headerNaviRole .headerlogo{
	background: #fff;
	width: 140px;
	height: 130px;
	margin: 0;
	padding: 45px 0 0;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .headerlogo{
		background: #fff;
		width: 280px;
		height: 260px;
		padding: 90px 0 0;
	}
}
.ec-layoutRole__header .ec-headerNaviRole .headerlogo a{
	width: 112px;
	height: 41px;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .headerlogo a{
		width: 224px;
		height: 82px;
	}
}
.ec-layoutRole__header .ec-headerNaviRole .headerlogo a img{
	width: 100%;
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNavSP{
	display: block;
	background: #f7f7f7;
	width: 40px;
	height: 45px;
	padding: 0;
	font-size: 1.1rem;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	z-index: 1000;
	border-radius: 0;
	box-sizing: content-box;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNavSP{
		width: 70px;
		height: 70px;
	}
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNavSP .fas{
	line-height: 45px;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNavSP .fas{
		line-height: 70px;
	}
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi{
	display: block;
	background: #f7f7f7;
	min-width: 40px;
	width: 40px;
	height: 45px;
	padding: 0;
	text-align: center;
	line-height: 45px;
	position: fixed;
	top: 0;
	right: 40px;
	z-index: 1000;
	border-radius: 0;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi{
		min-width: 70px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		right: 70px;
	}
}
.ec-cartNavi .ec-cartNavi__icon{
	font-size: 1.1rem;
	animation: none;
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi .ec-cartNavi__badge{
	background: #fff;
	min-width: 10px;
	height: 10px;
	border: #000 solid 2px;
	padding: 2px;
	border-radius: 99999px;
	position: absolute;
	font-size: 1rem;
	line-height: 1.0;
	color: #000;
	box-sizing: content-box;
	text-align: center;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNavi .ec-cartNavi__badge{
		padding: 5px;
		line-height: 0.7;
		top: -15px;
		left: 60%;
	}
}
.ec-cartNaviIsset.is-active{
	display: block;
	transition: all .3s;
}
.ec-cartNaviIsset{
	display: none;
    width: 100%;
    background: #fff8e8;
    box-sizing: border-box;
    padding: 25px;
    z-index: 3;
    position: fixed;
	top: 45px;
    right: 0;
	transition: all .3s;
}
@media screen and (min-width:980px){
	.ec-cartNaviIsset{
		top: 70px;
	}
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart{
	padding: 10px 0;
	border-bottom: #000 solid 1px;
	display: -webkit-flex;
	display: flex;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart .ec-cartNaviIsset__cartImage{
	width: 20%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart .ec-cartNaviIsset__cartContent{
	width: 78%;
	margin: 0 0 0 auto;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle{
	margin: 0 0 10px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice{
	font-size: 1.2rem;
	font-weight: bold;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax{
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 2px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action{
	margin: 15px 0 0;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action{
	display: block;
	background: #c8a091;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.2rem;
    color: #fff;
	text-align: center;
	margin: 0 0 10px;
	border: none;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn{
	display: block;
	border: #000 solid 1px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.2rem;
	text-align: center;
	background: none;
}

.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNaviNull.is-active {
    display: block;
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNaviWrap .ec-cartNaviNull{
	display: none;
	width: 100%;
    background: #fff8e8;
    box-sizing: border-box;
    padding: 25px;
    z-index: 3;
    position: fixed;
	top: 45px;
    right: 0;
}
.ec-cartNaviNull .ec-cartNaviNull__message{
	background: #c8a091;
	padding: 15px;
	font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__nav a{
	display: block;
	background: #f7f7f7;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	position: fixed;
	top: 0;
	right: 80px;
	z-index: 1000;
	color: #000;
}
@media screen and (min-width:980px){
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__nav a{
		width: 70px;
		height: 70px;
		line-height: 70px;
		right: 140px;
	}
}
.ec-layoutRole__header .ec-categoryNaviRole{
	display: none;
}

/* ------------------------------------------------------------
    drawerRole
------------------------------------------------------------ */
.ec-drawerRole{
	width: 100%;
	background: #1e3131;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1001;
	transform: translateX(-100vw);
	-webkit-transform: translateX(-100vw);
}
.ec-drawerRole.is_active{
	-webkit-transform: translateX(0);
	transition: all .3s;
}
@media only screen and (min-width: 768px){
	.ec-drawerRole.is_active{
		display: block;
		transition: all .9s;
	}
}
.ec-drawerRole .ec-headerCategoryArea{
	background: #fff8e8;
	padding: 30px 50px 20px
}
.ec-drawerRole .ec-headerCategoryArea .logo_img{
	width: 118px;
	margin: 0 auto 30px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea_inner{
	display: -webkit-flex;
	display: flex;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea_inner .ec-headerCategoryArea__heading{
	margin: 0 30px 0 0;
	border: none;
	padding: 0;
    font-size: 1.1rem;
    font-weight: normal;
    background: none;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea_inner .ec-headerCategoryArea__heading .eng{
	font-family: 'Bitter', serif;
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 5px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea_inner .ec-headerCategoryArea__heading h2{
	font-size: 1rem;
}
@media only screen and (min-width: 980px){
	.ec-drawerRole .ec-headerCategoryArea .categoryNav{
		width: 50%;
		margin-left: auto;
	}
}
.ec-drawerRole .ec-headerCategoryArea .categoryNav .categoryNav__nav li:not(:first-of-type){
	margin-top: 10px;
}
.ec-drawerRole .ec-headerCategoryArea .categoryNav .categoryNav__nav li a{
	padding: 0 0 0 30px;
	position: relative;
	border: none;
    color: black;
    font-weight: normal;
    background: none;
	height: auto;
	font-size: 1.1rem;
	line-height: 1.6;
}
.ec-drawerRole .ec-headerCategoryArea .categoryNav .categoryNav__nav li a::before{
	content: "";
	background: #000;
	width: 15px;
	height: 1px;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.ec-drawerRole .ec-headerCategoryArea .categoryNav .categoryNav__nav li ul{
	display: none;
	margin-top: 10px;
}
.ec-drawerRole .serchdrawer{
	background: #506560;
	padding: 25px 50px;
}
.ec-drawerRole .serchdrawer .ec-serchdrawer__heading{
	margin: 0 0 20px;
	color: #fff;
}
.ec-drawerRole .serchdrawer .ec-serchdrawer__heading .eng{
	font-family: 'Bitter', serif;
	font-weight: bold;
	font-size: 2.3rem;
	display: inline-block;
	margin: 0 25px 0 0;
}
.ec-drawerRole .serchdrawer .ec-serchdrawer__heading h2{
	font-size: 1rem;
	display: inline-block;
}
@media only screen and (min-width: 980px){
	.ec-drawerRole .serchdrawer form{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.ec-drawerRole .serchdrawer form .box{
		width: 30%;
		margin: 0 30px 0 0;
	}
}
.ec-drawerRole .serchdrawer form .box{
	border-bottom: #fff solid 1px;
}
.ec-drawerRole .serchdrawer form .box:not(:last-of-type){
	margin-top: 10px;
}
.ec-drawerRole .serchdrawer form .box .span{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: #fff;
	margin: 0 0 5px;
}
.ec-drawerRole .serchdrawer form .box input[type="text"],
.ec-drawerRole .serchdrawer form .box select{
	width: 100%;
	background: none;
	border: none;
	padding: 0 0 5px;
	color: #fff;
}
.ec-drawerRole .serchdrawer form .box select option{
	color: #000;
}
.ec-drawerRole .serchdrawer form .box input[type="text"]::placeholder{
	color: #fff;
}
.ec-drawerRole .serchdrawer form .search_btn{
	width: 100px;
	margin: 15px auto 0;
}
@media only screen and (min-width: 980px){
	.ec-drawerRole .serchdrawer form .search_btn{
		width: 200px;
	}
}
.ec-drawerRole .serchdrawer form .search_btn input[type="submit"]{
	background: #c8a091;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 1.2rem;
	color: #fff;
	border: none;
}
@media only screen and (min-width: 980px){
	.ec-drawerRole .serchdrawer form .search_btn input[type="submit"]{
		height: 35px;
		line-height: 35px;
	}
}
.ec-drawerRole .ec-headerLinkArea{
	padding: 20px 50px 30px;
	background: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item{
	width: 50%;
	color: #fff;
	display: block;
    border-bottom: none;
    padding: 0;
    font-size: 1.1rem;
    font-weight: normal;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item:not(:nth-of-type(1)):not(:nth-of-type(2)){
	margin-top: 10px;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item .ec-headerLink__icon{
	display: inline-block;
	width: 28px;
}
.ec-drawerRoleClose{
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1002;
	font-size: 1.5rem;
    border-radius:0;
    box-sizing: border-box;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: black;
    background: none;
    left: auto;
}
.ec-drawerRoleClose.is_active{
	display: inline-block;
	transition: all .3s;
}
/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
.ec-layoutRole__footer{
	background: #fff8e8;
	padding: 0 0 25px;
}
.ec-layoutRole__footer footer .footer-guide{
	background: #334651;
	padding: 50px 30px;
	color: #fff;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .footer-guide{
		padding: 50px 10vw;
	}
	.ec-layoutRole__footer footer .footer-inner{
		display: -webkit-flex;
		display: flex;
	}
	.ec-layoutRole__footer footer .footer-inner > section{
		width: -webkit-calc((100% - 60px) / 3);
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .footer-inner section:not(:last-of-type){
		margin-right: 30px;
	}
}
@media screen and (max-width:979px){
	.ec-layoutRole__footer footer .footer-inner section:not(:last-of-type){
		margin-bottom: 30px;
	}
}
.ec-layoutRole__footer footer .footer-guide .hedding_main{
	margin: 0 0 30px;
	text-align: center;
}
.ec-layoutRole__footer footer .footer-guide .hedding_main::before{
	background: url(../../../template/karicojp/assets/img/top/hedding_line_white.png);
	background-size: auto 7px;
	-webkit-background-size: auto 7px;
	-moz-background-size: auto 7px;
}
.ec-layoutRole__footer footer .footer-guide .hedding_main::after{
	content: "";
	background: #fff;
	width: 1px;
	height: 15px;
	display: block;
	margin: 10px auto 0;
}
.ec-layoutRole__footer footer .footer-guide .hedding_main .eng{
	font-size: 2.3rem;
	margin: 0 0 15px;
}
.ec-layoutRole__footer footer .footer-guide .hedding_main h2{
	font-size: 1.1rem;
	margin: 0;
}
.ec-layoutRole__footer footer .footer-guide .guidename{
	margin: 0 0 15px;
	text-align: center;
}
.ec-layoutRole__footer footer .footer-guide .guidename::after{
	content: "";
	background: #fff;
	width: 48px;
	height: 1px;
	display: block;
	margin: 15px auto 0;
}
.ec-layoutRole__footer footer .footer-guide .guidename .eng{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.7rem;
	font-weight: bold;
}
.ec-layoutRole__footer footer .footer-guide .guidename h3{
	font-size: 1.1rem;
	margin: 0;
}
.ec-layoutRole__footer footer .footer-guide .deli-list{
	margin: 0 0 25px;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .footer-guide .deli-list li:not(:first-of-type){
		margin-top: 26px;
	}
}
@media screen and (max-width:979px){
	.ec-layoutRole__footer footer .footer-guide .deli-list{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ec-layoutRole__footer footer .footer-guide .deli-list li{
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.ec-layoutRole__footer footer .footer-guide .deli-list li:nth-of-type(2n){
		margin-left: 30px;
	}
}
.ec-layoutRole__footer footer .footer-guide .deli-list li h4{
	font-size: 1.2rem;
	margin: 0 0 13px;
	padding: 0 0 0 17px;
	position: relative;
	font-weight: bold;
}
.ec-layoutRole__footer footer .footer-guide .deli-list li h4::before{
	content: "";
	background: #fff;
	width: 10px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.ec-layoutRole__footer footer .footer-guide .deli-list li p{
	font-size: 1.1rem;
}
.ec-layoutRole__footer footer .footer-inner section figure{
	margin: 0;
}
.ec-layoutRole__footer footer .footer-inner section figure .deli-aria{
	margin: 20px 0 0;
}
.ec-layoutRole__footer footer .footer-inner section figure .deli-aria span{
	margin:0 5px 0 0;
}
.ec-layoutRole__footer footer .footer-inner section figure .deli-aria .tomorrow{
	color: #edcdc2;
}
.ec-layoutRole__footer footer .footer-inner section figure .deli-aria .datomorrow{
	color: #db9b85;
}
.ec-layoutRole__footer footer .footer-guide dl dt{
	font-size: 1.2rem;
	margin: 0 0 13px;
	padding: 0 0 0 17px;
	position: relative;
	font-weight: bold;
}
.ec-layoutRole__footer footer .footer-guide dl dt::before{
	content: "";
	background: #fff;
	width: 10px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.ec-layoutRole__footer footer .footer-guide dl dt:not(:first-of-type){
	margin-top: 26px;
}
.ec-layoutRole__footer footer .footer-guide dl dd figure{
	margin: 15px 0 0;
}
.ec-layoutRole__footer footer .footer-guide .payment .payment-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0 23px;
}
.ec-layoutRole__footer footer .footer-guide .payment .payment-list li{
	width: 50%;
}
.ec-layoutRole__footer footer .footer-guide .payment .payment-list li::before{
	content: "・";
}
.ec-layoutRole__footer footer .company-info{
	padding: 40px 40px 0;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .company-info{
		padding: 40px 10vw 0;
		display: -webkit-flex;
		display: flex;
	}
	.ec-layoutRole__footer footer .company-info > div{
		width: 50%;
	}
}
.ec-layoutRole__footer footer .company-info .logo_img{
	margin: 0 0 60px;
	text-align: center;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .company-info .logo_img{
		text-align: left;
	}
}
.ec-layoutRole__footer footer .company-info dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.ec-layoutRole__footer footer .company-info dl dt{
	width: 70px;
	font-size: 1.2rem;
}
.ec-layoutRole__footer footer .company-info dl dt:not(:nth-of-type(1)){
	margin: 10px 0 0;
}
.ec-layoutRole__footer footer .company-info dl dd{
	width: -webkit-calc(100% - 70px);
	width: calc (100% - 70px);
	font-size: 1.2rem;
}
.ec-layoutRole__footer footer .company-info dl dd:not(:nth-of-type(1)){
	margin: 10px 0 0;
}
.ec-layoutRole__footer footer .company-info .netto{
	padding: 0 0 0 55px;
	min-height: 40px;
	position: relative;
}
.ec-layoutRole__footer footer .company-info .netto::before{
	content: "";
	background: url(/html/template/karicojp/assets/img/common/icon_pc.png) center no-repeat #506560;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.ec-layoutRole__footer footer .company-info .netto h3{
	font-size: 1.2rem;
	margin: 0 0 5px;
	font-weight: bold;
}
.ec-layoutRole__footer footer .company-info .netto .btn_contact a{
	background: #506560;
	width: 190px;
	line-height: 24px;
	display: block;
	color: #fff;
	text-align: center;
}
.ec-layoutRole__footer footer .company-info .netto .btn_contact a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}
.ec-layoutRole__footer footer .company-info .lineto{
	margin: 30px 0 0;
	padding: 0 0 0 55px;
	min-height: 40px;
	position: relative;
}
.ec-layoutRole__footer footer .company-info .lineto::before{
	content: "";
	background: url(/html/template/karicojp/assets/img/common/icon_line.png) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
.ec-layoutRole__footer footer .company-info .lineto h3{
	font-size: 1.2rem;
	margin: 0 0 5px;
	font-weight: bold;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .company-info .lineto .qr_line{
		width: 190px;
	}
	.ec-layoutRole__footer footer .company-info .lineto .btn_line{
		display: none;
	}
}
@media screen and (max-width:979px){
	.ec-layoutRole__footer footer .company-info .lineto .qr_line{
		display: none;
	}
}
.ec-layoutRole__footer footer .company-info .telto{
	margin: 30px 0 0;
	padding: 0 0 0 55px;
	min-height: 40px;
	position: relative;
}
.ec-layoutRole__footer footer .company-info .telto::before{
	content: "";
	background: url(/html/template/karicojp/assets/img/common/icon_tel.png) center no-repeat #506560;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
.ec-layoutRole__footer footer .company-info .telto h3{
	font-size: 1.2rem;
	margin: 0 0 5px;
	font-weight: bold;
}
.ec-layoutRole__footer footer .company-info .telto .telno{
	margin: 0 0 5px;
}
.ec-layoutRole__footer footer .company-info .telto .telno a{
	font-size: 2.4rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e5846a;
}
.ec-layoutRole__footer footer .NavFooter{
	padding: 50px 35px;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .NavFooter{
		padding: 50px 10vw;
	}
}
.ec-layoutRole__footer footer .NavFooter ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width:980px){
	.ec-layoutRole__footer footer .NavFooter ul li:not(:nth-of-type(1)){
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width:979px){
	.ec-layoutRole__footer footer .NavFooter ul li{
		width: 50%;
	}
	.ec-layoutRole__footer footer .NavFooter ul li:not(:nth-of-type(1)):not(:nth-of-type(2)){
		margin: 15px 0 0;
	}
}
.ec-layoutRole__footer footer .NavFooter ul li a::before{
	font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
	margin: 0 5px 0 0;
}
.ec-layoutRole__footer footer .copy{
	display: block;
	font-size: 1.0rem;
	margin: 0 35px 0;
}
.ec-blockTopBtn{
	display: none;
	position: fixed;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    text-align: center;
    width: auto;
    height: auto;
    cursor: pointer;
    color: #000;
    line-height: 1.6;
    opacity: 1.0;
    background: none;
}
.ec-blockTopBtn::after{
	font-family: "Font Awesome 5 Free";
    content: "\f139";
    font-weight: 900;
	border-radius: 50%;
	margin: 5px 0 0;
	font-size: 2.5rem;
	line-height: 25px;
	display: block;
}

/* ------------------------------------------------------------
    ec-layoutRole__contents
------------------------------------------------------------ */
.ec-layoutRole .ec-layoutRole__contents{
	max-width: 100%;
}
.ec-layoutRole__contents .ec-layoutRole__main{
}
.lower-page{
	background: #fffcf8;
	padding: 130px 40px 50px;
	position: relative;
	z-index: 0;
}
.lower-page::before{
    content: "";
    border-top: 35vw solid #c8a091;
    border-right: 35vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
.lower-page::after{
    content: "";
    border-bottom: 35vw solid #334651;
    border-left: 35vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: -1;
}
.lower-page .ec-halfInput{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#shopping{
	background: #fffcf8;
	padding: 130px 40px 50px;
	position: relative;
	z-index: 0;
}
#shopping::before{
    content: "";
    border-top: 35vw solid #c8a091;
    border-right: 35vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
#shopping::after{
    content: "";
    border-bottom: 35vw solid #334651;
    border-left: 35vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: -1;
}
.lower-page .hedding_main{
	margin-bottom: 50px;
}
.lower-page .ec-role{
	font-size: 1.1rem;
	max-width: 100%;
	color: #000;
	padding: 0;
}

.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input{
	box-sizing: border-box;
}
.ec-input textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea, .ec-select textarea, .ec-birth textarea{
	box-sizing: border-box;
}
.ec-registerRole{
	padding: 130px 40px 50px;
	color: inherit;
	font-size: 1.1rem;
	max-width: 100%;
}
.ec-mypageRole,
.ec-forgotRole,
.ec-customerRole{
	padding: 0;
	color: inherit;
	font-size: 1.1rem;
	max-width: 100%;
}

/* ------------------------------------------------------------
    mainimage
------------------------------------------------------------ */
.mainimagetop{
	padding: 0 0 0 50px;
	position: relative;
	z-index: 0;
}
@media screen and (min-width:980px){
	.mainimagetop{
		background: url(../../../template/karicojp/assets/img/common/copyright.png) no-repeat 0 230px #f7f7f7;
		-webkit-background-size: auto 165px;
		-moz-background-size: auto 165px;
		background-size: auto 165px;
	}
	.mainimagetop.sp{
		display: none;
	}
}
@media screen and (max-width:979px){
	.mainimagetop{
		background: url(../../../template/karicojp/assets/img/common/copyright.png) no-repeat 0 115px #f7f7f7;
		-webkit-background-size: auto 165px;
		-moz-background-size: auto 165px;
		background-size: auto 165px;
	}
	.mainimagetop.pc{
		display: none;
	}
}
.mainimagetop::before{
	content: "";
	background: #ddd4b4;
	width: 100%;
	height: 35px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.mainimagetop::after{
	content: "";
	background: url(../../../template/karicojp/assets/img/common/scroll.png);
	-webkit-background-size: auto 119.5px;
	-moz-background-size: auto 119.5px;
	background-size: auto 119.5px;
	width: 10.5px;
	height: 119.5px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 20px;
}

/* ------------------------------------------------------------
    searchtop
------------------------------------------------------------ */
.searchtop{
	padding: 25px 0 50px;
	position: relative;
	z-index: 0;
}
.searchtop::before{
	content: "";
	background: #ddd4b4;
	width: 100%;
	height: 75px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.searchtop::after{
    content: "";
    border-top: 100vw solid #ddd4b4;
    border-right: 100vw solid transparent;
    position: absolute;
	top: 75px;
    left: 0;
    z-index: -1;
}
.searchtop .search_box{
	background: #1e3131;
	width: 330px;
	margin: 0 auto 0;
	padding: 20px 25px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width:980px){
	.searchtop .search_box{
		width: 80vw;
	}
}
.searchtop .search_box::before{
    content: "";
    border-top: 20px solid #ddd4b4;
    border-right: 20px solid transparent;
    position: absolute;
	top: 0;
    left: 0;
}
.searchtop .search_box::after{
    content: "";
    border-top: 20px solid #ddd4b4;
    border-left: 20px solid transparent;
    position: absolute;
	top: 0;
    right: 0;
}
.searchtop .search_box form::before{
    content: "";
    border-bottom: 20px solid #ddd4b4;
    border-right: 20px solid transparent;
    position: absolute;
	bottom: 0;
    left: 0;
}
.searchtop .search_box form::after{
    content: "";
	background: url(../../../template/karicojp/assets/img/common/bg.jpg);
	width: 20px;
	height: 20px;
	display: block;
    position: absolute;
	bottom: 0;
    right: 0;
}
@media screen and (min-width:980px){
	.searchtop .search_box form::after{
		background: #ddd4b4;
	}
}
@media screen and (min-width:980px){
	.searchtop .search_box form{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
}
.searchtop .search_box form .box{
	border-bottom: #fff solid 1px;
}
@media screen and (min-width:980px){
	.searchtop .search_box form .box{
		width: 30%;
		margin: 0 30px 0 0;
	}
}
.searchtop .search_box form .box:not(:last-of-type){
	margin-top: 10px;
}
.searchtop .search_box form .box .span{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 0 5px;
}
.searchtop .search_box form .box input[type="text"],
.searchtop .search_box form .box select{
	width: 100%;
	background: none;
	border: none;
	padding: 0 0 5px;
	color: #fff;
}
.searchtop .search_box form .box select option{
	color: #000;
}
.searchtop .search_box form .box input[type="text"]::placeholder{
	color: #fff;
}
.searchtop .search_box form .search_btn{
	width: 100px;
	margin: 15px auto 0;
}
@media screen and (min-width:980px){
	.searchtop .search_box form .search_btn{
		width: 200px;
		margin: 0;
	}
}
.searchtop .search_box form .search_btn input[type="submit"]{
	background: #f9f5ed;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 1.2rem;
	color: #000;
	border: none;
}
@media screen and (min-width:980px){
	.searchtop .search_box form .search_btn input[type="submit"]{
		height: 35px;
		line-height: 35px;
	}
}
.searchtop .search_box form .search_btn::after{
    content: "";
    border-top: 20px solid #1e3131;
    border-right: 20px solid transparent;
    position: absolute;
	bottom: 0;
    right: 0;
	z-index: 1
}

/* ------------------------------------------------------------
    TopRecommend
------------------------------------------------------------ */
.TopRecommend{
	padding: 0 0 40px;
	position: relative;
	z-index: 0;
}
.TopRecommend::after{
	content: "";
	border-bottom: 100vw solid #1e3131;
	border-left: 100vw solid transparent;
	position: absolute;
	bottom: -webkit-calc(0px - 70vw + 110px);
	bottom: calc(0px - 70vw + 110px);
	right: 0;
	z-index: -1;
}
.TopRecommend .hedding_main{
	margin: 0 0 16px;
}
.TopRecommend .list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: start;
	align-items: start;
	margin: 0 auto;
}
.TopRecommend .list li{
	background: #fff;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin: 0 0 10px;
	padding: 23px 13px 30px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
@media screen and (min-width:980px){
	.TopRecommend .list li{
		width: -webkit-calc((100% - 50px) / 6);
		width: calc((100% - 50px) / 6);
	}
}
.TopRecommend .list li:nth-of-type(2n){
	margin-top: 35px;
	margin-left: 10px;
}
@media screen and (min-width:980px){
	.TopRecommend .list li:not(:first-of-type){
		margin-left: 10px;
	}
}
.TopRecommend .list li .category{
	color: #e65328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	margin: 0 0 10px;
}
.TopRecommend .list li.suitcase .category{
	color: #5d8a53;
}
.TopRecommend .list li.gopro .category{
	color: #2c72b2;
}
.TopRecommend .list li .category::before{
	content: "";
	background: #e65328;
	width: 40px;
	height: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: 13px;
}
.TopRecommend .list li.suitcase .category::before{
	background: #5d8a53;
}
.TopRecommend .list li.gopro .category::before{
	background: #2c72b2;
}
.TopRecommend .list li .category::after{
	content: "";
	background: #e65328;
	width: 7px;
	height: 1px;
	display: block;
	margin: 5px 0 0;
}
.TopRecommend .list li.suitcase .category::after{
	background: #5d8a53;
}
.TopRecommend .list li.gopro .category::after{
	background: #2c72b2;
}
.TopRecommend .list li .itemimage{
	margin: 0 0 20px;
}
.TopRecommend .list li .itemimage img{
	width: 100%;
}
.TopRecommend .list li .itemimage{
	margin: 0 0 20px;
}
.TopRecommend .list li a .itemname{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: #000 dotted 2px;
	color: #000;
}
.TopRecommend .list li .price02-default a{
	display: -webkit-flex;
	display: flex;
	color: #000;
}
.TopRecommend .list li .price02-default a .days{
	text-align: left;
	margin-right: auto;
}
.TopRecommend .list li .price02-default a span:not(.days){
	text-align: right;
}
.TopRecommend .list li .ec-productRole__btn{
	width: 112px;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
.TopRecommend .ec-blockBtn--action{
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0;
	font-size: 0.8rem;
	background: #2c72b2;
	border-color: #2c72b2;
	font-weight: normal;
	border: none;
	color: #fff;
}
@media screen and (min-width:980px){
	.TopRecommend .ec-blockBtn--action{
		height: 35px;
		line-height: 35px;
	}
}
.TopRecommend .ec-blockBtn--action::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}

/* ------------------------------------------------------------
    TopService
------------------------------------------------------------ */
.TopService{
	position: relative;
	padding: 0 0 45px;
	z-index: 0;
}
.TopService::before{
	content: "";
	background: #1e3131;
	top: 0;
	left: 0;
	right: 0;
	bottom: 490px;
	position: absolute;
}
.TopService::after{
	content: "";
	border-top: 100vw solid #1e3131;
	border-right: 100vw solid transparent;
	position: absolute;
	bottom: -webkit-calc(490px - 100vw);
	bottom: calc(491px - 100vw);
	left: 0;
}
.TopService .sectionimage{
	margin: 0;
	position: relative;
	z-index: 1;
}
@media screen and (min-width:980px){
	.TopService .sectionimage{
		height: 75vh;
		overflow: hidden;
	}
}
.TopService .sectionimage img{
	width: 100%;
}
.TopService .ServiceInner{
	background: #fff;
	width: 330px;
	margin: -60px auto 0;
	padding: 50px 0 0;
	position: relative;
	z-index: 2;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
@media screen and (min-width:980px){
	.TopService .ServiceInner{
		background: #fff;
		width: 80vw;
		margin: -120px auto 0;
	}
}
.TopService .ServiceInner .hedding_main{
	margin: 0 0 50px;
}
.TopService .ServiceInner .servicelist{
	width: 270px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width:980px){
	.TopService .ServiceInner .servicelist{
		width: auto;
		padding: 0 60px;
	}
}
.TopService .ServiceInner .servicelist li{
	width: 120px;
	margin-bottom: 50px;
}
@media screen and (min-width:980px){
	.TopService .ServiceInner .servicelist li{
		width: -webkit-calc((100% - 120px) / 3);
		width: calc((100% - 120px) / 3);
	}
}
@media screen and (min-width:980px){
	.TopService .ServiceInner .servicelist li:not(:nth-of-type(3n+1)){
		margin-left: auto;
	}
}
@media screen and (max-width:979px){
	.TopService .ServiceInner .servicelist li:nth-of-type(2n){
		margin-left: 30px;
	}
}
.TopService .ServiceInner .servicelist li .servicename{
	margin: 0 0 15px;
	text-align: center;
}
.TopService .ServiceInner .servicelist li .servicename .eng{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5rem;
	font-weight: bold;
}
.TopService .ServiceInner .servicelist li .servicename h3{
	font-size: 1rem;
	margin: 0;
}
.TopService .ServiceInner .servicelist li figure{
	width: 75px;
	height: 75px;
	margin: 0 auto 10px;
	border-radius: 50%;
	position: relative;
}
@media screen and (min-width:980px){
	.TopService .ServiceInner .servicelist li figure{
		width: 150px;
		height: 150px;
		margin: 0 auto 10px;
	}
}
.TopService .ServiceInner .servicelist li figure::after{
	content: "";
	background: #000;
	width: 1px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
.TopService .ServiceInner .servicelist li figure img{
	width: 100%;
}

/* ------------------------------------------------------------
    TopFlow
------------------------------------------------------------ */
.TopFlow{
	background: #fffcf8;
	padding: 75px 0;
	position: relative;
}
.TopFlow::before{
	content: "";
	background: url(../../../template/karicojp/assets/img/common/bg.jpg);
	width: -webkit-calc(35vw - 1px);
	width: calc(35vw - 1px);
	height: 35vw;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.TopFlow::after{
	content: "";
	background: url(../../../template/karicojp/assets/img/common/bg.jpg);
	width: -webkit-calc(35vw - 1px);
	width: calc(35vw - 1px);
	height: 35vw;
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
}
.TopFlow .hedding_main{
	margin: 0 0 50px;
}
.TopFlow .flowlist{
	margin: 0 50px;
	counter-reset: flowlist_count 0;
}
@media screen and (min-width:980px){
	.TopFlow .flowlist{
		display: -webkit-flex;
		display: flex;
		margin: 0 10vw;
	}
}
.TopFlow .flowlist::before{
	content: "";
	border-bottom: 35vw solid #fffcf8;
	border-left: 35vw solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.TopFlow .flowlist::after{
	content: "";
	border-top: 35vw solid #fffcf8;
	border-right: 35vw solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.TopFlow .flowlist li{
	margin: 0 0 45px;
}
@media screen and (min-width:980px){
	.TopFlow .flowlist li{
		width: -webkit-calc((100% - 240px) / 4);
		width: calc((100% - 240px) / 4);
		position: relative;
		z-index: 3;
	}
	.TopFlow .flowlist li:not(:last-of-type){
		margin-right: auto;
	}
	.TopFlow .flowlist li:not(:last-of-type)::after{
		content: "";
		background: url(/html/template/karicojp/assets/img/top/arw_flow.png) center no-repeat;
		background-size: auto 13.5px;
		-webkit-background-size: auto 13.5px;
		-moz-background-size: auto 13.5px;
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		width: 13.5px;
		height: 20px;
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: -43px;
		bottom: 0;
	}
}
@media screen and (max-width:979px){
	.TopFlow .flowlist li:not(:last-of-type)::after{
		content: "";
		background: url(/html/template/karicojp/assets/img/top/arw_flow.png) center no-repeat;
		background-size: auto 27px;
		-webkit-background-size: auto 27px;
		-moz-background-size: auto 27px;
		width: 40px;
		height: 27px;
		display: block;
		margin: 45px auto 0;
	}
}
.TopFlow .flowlist li .caption{
	position: relative;
	margin: 0 0 12px;
}
.TopFlow .flowlist li:nth-of-type(2n+1) .caption .label{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 1.2rem;
	color: #000;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 0;
	text-align: left;
}
.TopFlow .flowlist li:nth-of-type(2n) .caption .label{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 1.2rem;
	color: #000;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 0;
	text-align: right;
}
.TopFlow .flowlist li .caption .label::after{
	counter-increment: flowlist_count 1;
	content: counter(flowlist_count);
	width: 50vw;
	border-top: #000 solid 1px;
	display: block;
	margin: 10px 0 0;
	padding: 7px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 4.2rem;
	font-style: italic;
}
@media screen and (min-width:980px){
	.TopFlow .flowlist li .caption .label::after{
		width: auto;
	}
}
.TopFlow .flowlist li .caption small{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 50px;
	font-size: 0.9rem;
	z-index: 3;
}
.TopFlow .flowlist li:nth-of-type(2n+1) .caption small{
	right: 0;
}
.TopFlow .flowlist li:nth-of-type(2n+1) .caption small::after{
	content: "";
	width: 8px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	bottom: -10px;
	right: 0;
}
.TopFlow .flowlist li:nth-of-type(2n) .caption small{
	left: 0;
}
.TopFlow .flowlist li:nth-of-type(2n) .caption small::after{
	content: "";
	width: 8px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.TopFlow .flowlist li .caption figure{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.TopFlow .flowlist li .caption figure img{
	width: 100%;
}
.TopFlow .flowlist li h3{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.TopFlow .flowlist li p{
	font-size: 1.2rem;
}
.TopFlow .btn_more{
	background: url(/html/template/karicojp/assets/img/top/btn_more.png) center no-repeat;
	background-size: auto 39px;
	-webkit-background-size: auto 39px;
	-moz-background-size: auto 39px;
	width: 103px;
	margin: 0 auto;
}
.TopFlow .btn_more a{
	height: 39px;
	display: block;
	font-size: 1rem;
	line-height: 39px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
@media screen and (min-width:980px){
	.TopFlow .btn_more{
		background-size: auto 78px;
		-webkit-background-size: auto 78px;
		-moz-background-size: auto 78px;
		width: 206px;
		margin: 0 auto;
	}
	.TopFlow .btn_more a{
		height: 78px;
		display: block;
		font-size: 1rem;
		line-height: 78px;
		text-align: center;
		color: #000;
		font-weight: bold;
	}
}
.TopFlow .btn_more a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}

/* ------------------------------------------------------------
    TopSituation
------------------------------------------------------------ */
.TopSituation{
	padding: 70px 0 0;
	position: relative;
}
.TopSituation .hedding_main{
	margin: 0 0;
	text-align: center;
}
.TopSituation .hedding_main::after{
	content: "";
	background: #000;
	width: 1px;
	height: 15px;
	display: block;
	margin: 10px auto 0;
}
.TopSituation .hedding_main .eng{
	font-size: 2.3rem;
	margin: 0 0 15px;
}
.TopSituation .hedding_main h2{
	font-size: 1.1rem;
	margin: 0;
}
.TopSituation ul{
	display: -webkit-flex;
	display: flex;
	margin: 0;
}
.TopSituation ul li{
	width: 33.33%;
}
.TopSituation ul li a{
	background: #fff;
	width: auto;
	display: block;
	padding: 40px 0 0;
	border-bottom: #1e3131 solid 12px;
}
.TopSituation ul li:nth-of-type(2){
	margin-top: 23px;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
}
.TopSituation ul li a .label{
	font-family: 'Bitter', serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 33.33vw;
	color: #000;
	margin: 0;
	padding: 0;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.TopSituation ul li a .no{
	display: block;
	margin: 10px 0 36px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #000;
}
.TopSituation ul li a .no::before{
	content: "";
	background: #000;
	width: 10px;
	height: 1px;
	display: block;
	margin: 0 auto 5px;
}
.TopSituation ul li a figure{
	background: url(../../../template/karicojp/assets/img/common/bg.png) center #5d8a53;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin: 15px 0 0;
	padding: 0 0 30px;
	position: relative;
	text-align: center;
}
.TopSituation ul li:nth-of-type(2) a figure{
	background: url(../../../template/karicojp/assets/img/common/bg.png) center #2b60ad;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.TopSituation ul li:nth-of-type(3) a figure{
	background: url(../../../template/karicojp/assets/img/common/bg.png) center #c15a32;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.TopSituation ul li figure::before{
	content: "";
	background: #000;
	width: 1px;
	height: 15px;
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -15px;
}
.TopSituation ul li a figure img{
	width: 100%;
	max-width: 255px;
}
.TopSituation ul li a figure .eng{
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-family: 'Bitter', serif;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	line-height: 33.33vw;
	color: #fff;
	margin-top: 30px;
}
.TopSituation ul li a figure h3{
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 1.1rem;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	border: #fff solid 1px;
	border-radius: 50%;
	color: #fff;
	margin: 8px auto 0;
	font-weight: bold;
}

/* ------------------------------------------------------------
    TopItemlist
------------------------------------------------------------ */
.TopItemlist{
	padding: 70px 0 65px;
	position: relative;
}
.TopItemlist .hedding_main{
	margin: 0 0 30px;
	text-align: center;
}
.TopItemlist .hedding_main::after{
	content: "";
	background: #000;
	width: 1px;
	height: 15px;
	display: block;
	margin: 10px auto 0;
}
.TopItemlist .hedding_main .eng{
	font-size: 2.3rem;
	margin: 0 0 15px;
}
.TopItemlist .hedding_main h2{
	font-size: 1.1rem;
	margin: 0;
}
.TopItemlist .list{
	width: 330px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media screen and (min-width:980px){
	.TopItemlist .list{
		width: 90%;
	}
}
.TopItemlist .list li{
	background: #fff;
	width: 160px;
	margin: 0 0 10px;
	padding: 13px 13px 58px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width:980px){
	.TopItemlist .list li{
		width: -webkit-calc((100% - 120px) / 5);
		width: calc((100% - 120px) / 5);
		padding: 13px 13px 73px;
	}
	.TopItemlist .list li:not(:nth-of-type(5n)){
		margin-right: 30px;
	}
}
@media screen and (max-width:979px){
	.TopItemlist .list li:nth-of-type(2n){
		margin-left: 10px;
	}
}
.TopItemlist .list li .itemimage{
	margin: 0 0 20px;
}
.TopItemlist .list li .itemimage img{
	width: 100%;
}
.TopItemlist .list li .itemimage{
	margin: 0 0 20px;
}
.TopItemlist .list li a .itemname{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: #000 dotted 2px;
	color: #000;
}
.TopItemlist .list li a .price02-default{
	display: -webkit-flex;
	display: flex;
	color: #000;
}
.TopItemlist .list li a .price02-default .days{
	text-align: left;
	margin-right: auto;
}
.TopItemlist .list li a .price02-default span:not(.days){
	text-align: right;
}
.TopItemlist .list li .ec-productRole__btn{
	position: absolute;
	bottom: 13px;
	left: 13px;
	right: 13px;
}
.TopItemlist .btn_more{
	background: url(/html/template/karicojp/assets/img/top/btn_more.png) center no-repeat;
	background-size: auto 39px;
	-webkit-background-size: auto 39px;
	-moz-background-size: auto 39px;
	width: 103px;
	margin: 20px auto 0;
}
@media screen and (min-width:980px){
	.TopItemlist .btn_more{
		background: url(/html/template/karicojp/assets/img/top/btn_more.png) center no-repeat;
		background-size: auto 78px;
		-webkit-background-size: auto 78px;
		-moz-background-size: auto 78px;
		width: 206px;
		margin: 20px auto 0;
	}
}
.TopItemlist .btn_more a{
	height: 39px;
	display: block;
	font-size: 1rem;
	line-height: 39px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
@media screen and (min-width:980px){
	.TopItemlist .btn_more a{
		height: 78px;
		line-height: 78px;
	}
}
.TopItemlist .btn_more a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}

	#block_list .ec-shelfRole {
	    padding-top: 0;
	}
	#block_list .ec-shelfGrid .ec-shelfGrid__item {
	    width: 49%;
	    margin: 0 0 15px;
	}
	#block_list .ec-shelfGrid .ec-shelfGrid__item:not(:nth-of-type(5n)){
		margin-right: 0;
	}
	#block_list .ec-shelfGrid .ec-shelfGrid__item:not(:nth-of-type(2n)){
		margin-right: 2%;
	}
	#block_list .ec-shelfRole p.price02-default {
	    padding-right: 3%;
	}
	#block_list .ec-blockBtn--top {
		/*
		margin-left: 0;
	    margin-right: 0;
		*/
	}
	#block_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
	    padding-right: 0px;
	}
	#block_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
	    padding-left: 0px;
	}
#block_list .ec-blockBtn--action {
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0;
	font-size: 0.8rem;
	background: #2c72b2;
	border-color: #2c72b2;
	font-weight: normal;
	border: none;
	color: #fff;
}
@media screen and (min-width:980px){
	#block_list .ec-blockBtn--action {
		height: 35px;
		line-height: 35px;
	}
}
#block_list .ec-blockBtn--action:not(:disabled)::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}
	#block_list .ec-blockBtn--action:disabled{
		width: 100%;
		border: solid 1px #e65328;
		background: none;
		color: #e65328;
	}

/* ------------------------------------------------------------
    aboutrental
------------------------------------------------------------ */
.aboutrental{
	padding: 0 40px;
}
@media screen and (min-width:980px){
	.aboutrental{
		padding: 0 10vw;
	}
}
.aboutrental .AboutInner{
	background: url(/html/template/karicojp/assets/img/top/about.png) right 0 no-repeat;
	padding: 30px 0 80px;
}
@media screen and (max-width:979px){
	.aboutrental .AboutInner{
		background-size: 123px auto;
		-webkit-background-size: 123px auto;
		-moz-background-size: 123px auto;
	}
}
.aboutrental .hedding_about{
	margin: 0 0 25px;
}
.aboutrental .hedding_about .eng{
	font-family: 'Bitter', serif;
	font-weight: bold;
	font-size: 3.0rem;
	margin: 0 0 15px;
	line-height: 1.2;
}
.aboutrental .hedding_about .eng span{
	display: block;
	font-weight: normal;
}
.aboutrental .hedding_about h2{
	font-size: 1.1rem;
	margin: 0;
}
.aboutrental .btn_more{
	background: url(/html/template/karicojp/assets/img/top/btn_more.png) center no-repeat;
	background-size: auto 39px;
	-webkit-background-size: auto 39px;
	-moz-background-size: auto 39px;
	width: 103px;
	margin: 30px auto 0;
}
@media screen and (min-width:980px){
	.aboutrental .btn_more{
		background: url(/html/template/karicojp/assets/img/top/btn_more.png) center no-repeat;
		background-size: auto 78px;
		-webkit-background-size: auto 78px;
		-moz-background-size: auto 78px;
		width: 206px;
		margin: 20px auto 0;
	}
}
.aboutrental .btn_more a{
	height: 39px;
	display: block;
	font-size: 1rem;
	line-height: 39px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
@media screen and (min-width:980px){
	.aboutrental .btn_more a{
		height: 78px;
		line-height: 78px;
	}
}
.aboutrental .btn_more a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}

/* ------------------------------------------------------------
    newslist
------------------------------------------------------------ */
#newslist{
	position: relative;
	z-index: 0;
}
#newslist::before{
	content: "";
	background: #334651;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	z-index: -1;
}
#newslist .NewslistInner{
	background: #fff;
	margin: 0 27px;
	padding: 30px 20px;
}
@media screen and (min-width:980px){
	#newslist .NewslistInner{
		margin: 0 10vw;
	}
}
#newslist .NewslistInner .hedding_main{
	margin: 0 0 15px;
	text-align: center;
}
#newslist .NewslistInner .hedding_main::after{
	content: "";
	background: #000;
	width: 17px;
	height: 1px;
	display: block;
	margin: 17px auto 0;
}
#newslist .NewslistInner .hedding_main .eng{
	font-size: 2.5rem;
	margin: 0 0 15px;
}
#newslist .NewslistInner .hedding_main h2{
	font-size: 1.1rem;
	margin: 0;
}
#newslist .NewslistInner .ec-newsRole__newsItem {
	padding: 10px 0;
	border-bottom: #ddd solid 1px;
}
#newslist .NewslistInner .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate {
	margin: 0 0 10px;
}
#newslist .NewslistInner .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn {
	font-weight: bold;
	position: relative;
	padding: 0 25px 0 0;
	box-sizing: border-box;
}
#newslist .NewslistInner .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn .ec-newsRole__newsClose{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#newslist .NewslistInner .ec-newsRole__newsItem .ec-newsRole__newsDescription {
	margin: 15px 0 0;
	display: none;
}

/* ------------------------------------------------------------
    search_list
------------------------------------------------------------ */
.ec-layoutRole__contents .ec-layoutRole__main .main_img{
	background: #f7f7f7;
	margin: 0 0 25px;
	padding: 0 0 0 50px;
	position: relative;
	z-index: 0;
}
.ec-layoutRole__contents .ec-layoutRole__main .main_img::before{
    content: "";
	background: url(../../../template/karicojp/assets/img/common/bg.jpg);
    width: 100%;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#search_list .hedding_main{
	margin: 0 0 30px;
}
.ec-topicpath {
    letter-spacing: -.4em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    border: none;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 1.1rem;
    color: inherit;
}
.ec-searchnavRole .ec-searchnavRole__infos{
	display: none;
}
#search_list .ec-shelfRole{
	padding: 0;
	color: #000;
	max-width: 100%;
	font-size: 1rem;
}
.ec-searchnavRole{
	color: #000;
	font-size: 1rem;
}
#search_list .ec-shelfRole .ec-shelfGrid{
	width: 330px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}
@media screen and (min-width:980px){
	#search_list .ec-shelfRole .ec-shelfGrid{
		width: 90%;
	}
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
	background: #fff;
	width: 160px;
	margin: 0 0 10px;
	padding: 13px 13px 58px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width:980px){
	#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
		width: -webkit-calc((100% - 120px) / 5);
		width: calc((100% - 120px) / 5);
		padding: 13px 13px 73px;
	}
	
	#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:not(:nth-of-type(5n)) {
		margin-right: 30px;
	}
}
@media screen and (max-width:979px){
	#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-of-type(2n){
		margin-left: 10px;
	}
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image{
	margin: 0 0 20px;
	height: auto;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .itemname{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: #000 dotted 2px;
	color: #000;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default{
	display: -webkit-flex;
	display: flex;
	color: #000;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default .days{
	text-align: left;
	margin-right: auto;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default span:not(.days){
	text-align: right;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .rent_price{
	display: -webkit-flex;
	display: flex;
	color: #000;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .rent_price .extension{
	text-align: left;
	margin-right: auto;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .rent_price span:not(.extension){
	text-align: right;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn{
	position: absolute;
	bottom: 13px;
	left: 13px;
	right: 13px;
	margin: 0;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn .ec-blockBtn--action{
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0;
	font-size: 0.8rem;
	background: #2c72b2;
	border-color: #2c72b2;
	font-weight: normal;
	border: none;
	color: #fff;
}
@media screen and (min-width:980px){
	#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn .ec-blockBtn--action{
		height: 35px;
		line-height: 35px;
	}
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn .ec-blockBtn--action:not(:disabled)::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}
#search_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn .ec-blockBtn--action:disabled{
	width: 100%;
	border: solid 1px #e65328;
	background: none;
	color: #e65328;
}

/* ------------------------------------------------------------
    ec-productRole
------------------------------------------------------------ */
.ec-productRole{
	margin: 0 auto;
	padding: 0;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 100%;
}
.ec-productRole #pr_detail{
	margin: 0 0 45px;
}
@media screen and (min-width:980px){
	.ec-productRole #pr_detail .ec-grid2{
		width: 90vw;
		margin: 0 auto;
	}
}
.ec-productRole #pr_detail .ec-grid2 .ec-sliderItemRole{
	margin: 0 0 35px;
}
@media screen and (min-width:980px){
	.ec-productRole #pr_detail .ec-grid2 .ec-sliderItemRole{
		padding: 0;
	}
}
#page_product_detail .slick-slider{
	width: 330px;
	margin: 0 auto;
	padding: 0 30px;
}
@media screen and (min-width:980px){
	#page_product_detail .slick-slider{
		width: 98%;
		margin: 0 auto;
		padding: 0 30px;
	}
}
#page_product_detail .ec-productRole a.slick-prev.slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 2.5rem;
	line-height: 1.0;
	height: 25px;
	z-index: 1;
}
#page_product_detail .ec-productRole a.slick-next.slick-arrow{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 2.5rem;
	line-height: 1.0;
	height: 25px;
}
#page_product_detail .slick-slider .slick-dots{
	display: none !important;
}
.ec-productRole #pr_detail .ec-grid2 .ec-sliderItemRole .item_nav{
    display: none;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile{
	background: #fff;
	width: 330px;
	margin: 0 auto;
	padding: 50px 30px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
@media screen and (min-width:980px){
	.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile{
		width: 100%;
	}
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title{
	margin: 0 0 30px;
	text-align: center;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title::before{
	content: "";
	background: url(/html/template/karicojp/assets/img/top/hedding_line.png) center no-repeat;
	background-size: auto 7px;
	-webkit-background-size: auto 7px;
	-moz-background-size: auto 7px;
	width: 46px;
	height: 7px;
	display: block;
	margin: 0 auto 13px;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title::after{
	content: "";
	background: #000;
	width: 1px;
	height: 15px;
	display: block;
	margin: 10px auto 0;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title .ec-headingTitle{
	font-size: 2.3rem;
	margin: 0 0 15px;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title .ec-productRole__priceRegular,
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title .ec-productRole__price{
	font-size: 1.1rem;
	margin: 0;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title .ec-productRole__priceRegular .ec-price,
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .ec-productRole__title .ec-productRole__price .ec-price{
	margin: 0 0 10px;
}
.ec-productRole #pr_detail .ec-grid2 .ec-productRole__profile .input-form{
	margin: 30px 0 0;
}
.ec-productRole .ec-productRole__actions{
	padding: 0;
}
#page_product_detail .ec-productRole .ec-numberInput span{
	position: absolute;
	margin-top: 6px;
	margin-left: 10px;
}
#page_product_detail .ec-productRole .ec-numberInput input[type='number']{
	width: 100%;
	text-align: right;
	padding: 6px 12px;
	box-sizing: border-box;
	border: none;
	border-bottom: #000 solid 1px;
	max-width: 100%;
}
#page_product_detail .ec-productRole .ec-productRole__btn{
	width: 55%;
	margin: 15px auto 0;
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action{
	background: #c8a091;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
    color: #fff;
    border: none;
}
@media screen and (min-width:980px){
	#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--action{
		height: 58px;
		line-height: 58px;
	}
}
#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel{
	background: none;
	border: #000 solid 1px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
	text-align: center;
	color: #000;
}
@media screen and (min-width:980px){
	#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel{
		height: 58px;
		line-height: 58px;
	}
}

/* ------------------------------------------------------------
    how_to_select
------------------------------------------------------------ */
#how_to_select{
	background: #fffcf8;
	padding: 75px 0;
	position: relative;
}
#how_to_select::before{
	content: "";
	background: url(../../../template/karicojp/assets/img/common/bg.jpg);
	width: -webkit-calc(35vw - 1px);
	width: calc(35vw - 1px);
	height: 35vw;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
#how_to_select::after{
	content: "";
	border-bottom: 35vw solid #334651;
	border-left: 35vw solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
#how_to_select .hedding_main{
	margin: 0 0 50px;
	position: relative;
	z-index: 1;
}
#how_to_select .selectlist{
	margin: 0 50px;
}
@media screen and (min-width:980px){
	#how_to_select .selectlist{
		width: 90vw;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
	}
}
#how_to_select .selectlist::before{
	content: "";
	border-bottom: 35vw solid #fffcf8;
	border-left: 35vw solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width:980px){
	#how_to_select .selectlist li{
		position: relative;
		z-index: 1;
	}
	#how_to_select .selectlist li:not(:last-of-type){
		padding: 0 45px 0 0;
		margin: 0 45px 0 0;
		border-right: #000 solid 1px;
	}
}
@media screen and (max-width:979px){
	#how_to_select .selectlist li:not(:last-of-type){
		padding: 0 0 45px;
		margin: 0 0 45px;
		border-bottom: #000 solid 1px;
	}
}
#how_to_select .selectlist li .ItemImage{
	margin: 0 0 12px;
	text-align: center;
}
#how_to_select .selectlist li .ItemName{
	font-size: 1.6rem;
	margin: 0 0 10px;
}
#how_to_select .selectlist li .ItemType{
	font-size: 0.9rem;
}
#how_to_select .selectlist li .ItemType::after{
	content: "";
	background: #000;
	width: 8px;
	height: 1px;
	display: block;
	margin: 5px 0 10px;
}
#how_to_select .selectlist li .ItemDescription{
	font-size: 1.2rem;
}
#how_to_select .selectlist li .ItemSubtext{
	margin: 10px 0 0;
	font-weight: bold ;
}

#how_to_select .sp{
	display: block;
	margin: 30px 5vw 0;
}
#how_to_select .sp h4{
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
#how_to_select .sp h4::after{
	content: "";
	background: #000;
	width: 48px;
	height: 1px;
	display: block;
	margin: 15px auto 0;
}
#how_to_select .sp table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
}
#how_to_select .sp table tr{
	border-bottom: #ddd solid 1px;
}
#how_to_select .sp table tr th,
#how_to_select .sp table tr td{
	padding: 10px 0;
	text-align: center;
}
#how_to_select .sp table tr th:not(:first-of-type){
	background: #2c72b2;
	color: #fff;
	border-left: #fffcf8 solid 1px;
}
#how_to_select .sp table tr td:first-of-type{
	text-align: left;
	font-weight: bold;
}

/* ------------------------------------------------------------
    ec-modal
------------------------------------------------------------ */
.ec-modal .ec-modal-wrap{
	background: #fffcf8;
}
.ec-modal .ec-modal-wrap .ec-modal-box div{
	padding: 0;
}
.ec-inlineBtn--cancel{
    background: none;
    border: #000 solid 1px;
	color: #000;
}
.ec-inlineBtn--action{
    background: #c8a091;
    border-color: #c8a091;
}

.ec-cartRole{
	font-size: 1.1rem;
	color: inherit;
	padding-bottom: 25px;
}
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6{
    background: none;
	margin: 0 0 15px;
    padding: 0;
	font-size: 1.7rem;
    font-weight: normal;
	text-align: center;
}
.ec-rectHeading h1::after,
.ec-rectHeading h2::after,
.ec-rectHeading h3::after,
.ec-rectHeading h4::after,
.ec-rectHeading h5::after,
.ec-rectHeading h6::after{
	content: "";
	background: #000;
	width: 48px;
	height: 1px;
	display: block;
	margin: 15px auto 0;
}
.ec-cartTable{
	border-top: none;
}
.ec-cartRow{
	background: #fff;
	border-bottom: #000 dotted 2px;
}
.ec-cartRow .ec-cartRow__delColumn,
.ec-cartRow .ec-cartRow__contentColumn,
.ec-cartRow .ec-cartRow__amountColumn{
	border-bottom: none;
}
.ec-input input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-select input[disabled],
.ec-birth input[disabled],
.ec-input input[readonly],
.ec-halfInput input[readonly],
.ec-numberInput input[readonly],
.ec-zipInput input[readonly],
.ec-telInput input[readonly],
.ec-select input[readonly],
.ec-birth input[readonly],
fieldset[disabled]
.ec-input input,
fieldset[disabled]
.ec-halfInput input,
fieldset[disabled]
.ec-numberInput input,
fieldset[disabled]
.ec-zipInput input,
fieldset[disabled]
.ec-telInput input,
fieldset[disabled]
.ec-select input,
fieldset[disabled]
.ec-birth input{
    background: none;
	border: none;
	border-bottom: #000 solid 1px;
	border-radius: 0;
}
.searchtop .search_box form .box input[type="text"]::placeholder{
	color: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton{
	border: #000 solid 2px;
}

.flowdetail ol li:not(:first-of-type){
	margin-top: 15px;
}
.flowdetail ol li figure{
	margin: 1rem 0;
}
.faq{
	padding-top: 60px;
}
.faq p + h4 {
    margin-top: 15px;
}
.faq dl dt:not(:first-of-type){
	margin-top: 15px;
}

.faq .caution{
	margin: 60px 0 0;
	text-align: center;
}
.faq .btn_more{
	background: url(/html/template/karicojp/assets/img/top/btn_more.png) center no-repeat;
	background-size: auto 39px;
	-webkit-background-size: auto 39px;
	-moz-background-size: auto 39px;
	width: 103px;
	margin: 30px auto 0;
}
.faq .btn_more a{
	height: 39px;
	display: block;
	font-size: 1rem;
	line-height: 39px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
@media screen and (min-width:980px){
	.faq .btn_more{
		background-size: auto 78px;
		-webkit-background-size: auto 78px;
		-moz-background-size: auto 78px;
		width: 206px;
		margin: 20px auto 0;
	}
	.faq .btn_more a{
		height: 78px;
		display: block;
		font-size: 1rem;
		line-height: 78px;
		text-align: center;
		color: #000;
		font-weight: bold;
	}
}
.faq .btn_more a::after{
	font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
	margin: 0 0 0 5px;
}
