@charset "utf-8";
/* main visual #mavisual */
#mavisual{
	width: 100%;
}
#mavisualinner{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	ex-direction: column-reverse;
	background: rgba(255,255,255,0.75);
 }

.mavbox{
	width: 100%;
	padding:6.4% 0;
	background:#1e1e1e;
	box-sizing: border-box;
}
#mavboxinner{
	max-width: 800px;
	padding: 0 6.4%;
	margin: 0 auto;
	box-sizing: border-box;
}

#mavisual ul{
	box-sizing: border-box;
	margin: 0 auto;
	letter-spacing: 0.145em;
	font-size: 1.25em !important;
	color: #FFF;
}
#mavisual ul li{
	padding-top: 0.1em;
	line-height: 1.2em;
}
#mavisual ul li:nth-child(1){
	font-size: 2.4em;
}
#mavisual ul li:nth-child(1) h1{
	line-height: 1.4em;
}
#mavisual ul li:nth-child(2){}



/* #contents */
/* main content start end border */
#main_cnt{
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
}
#main_cnt::before{
	width: 100%;
	content: "";
	background: #efefef;
	display: block;
	margin-top: 8px;
	height: 1px;
}
#main_cnt::after{
	width: 100%;
	content: "";
	background: #efefef;
	display: block;
	margin-bottom: 8px;
	height: 1px;
}

#main_cnt > div{
	padding-bottom: 16%;
}

#main_cnt > div:last-child{}


/* text base page */
.content_base{}
/* caption,bodytext  */
.content_1{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

/* -- main contents -- #main_cnt -- */
.content_1 h2{
	width: 100%;
	padding: 4.8% 0 2%;
	line-height: 1em;
	font-size: 1.3em;
	letter-spacing: 0.075em;
	box-sizing: border-box;
}
.content_1 > h2 span{}

.content_1 > p{
	color:#747474;
}


.content_1 dl{
	width: 100%;
	position: relative;
	margin-bottom: 6.4%;
}
.content_1 dl dt{
	border-bottom: dotted 1px #efefef;
	box-sizing: border-box;
	font-size: 0.9em;
	display: block;
	line-height: 1.2em;
	padding-bottom: 2.8%;
}
.content_1 dl dd{
	width: 100%;
	margin-bottom: 6.4%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 2em;
}
.content_1 dl dd{}

dd.noimgbox{
	font-size: 0 !important ;
	padding-top: 0 !important;
}


/* 下層MV  */
.mvbg_allpost{
	background: url(
	../images/img_material/images.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}


/* content_1 ul under image */
.content_1 dl dd ul{
	width: 100%;
	height: 100%;
	padding: 4.8%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.85);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.content_1 dl dd ul li{}
.content_1 dl dd ul li:nth-child(1){
	width: 100%;
	font-size: 0;
	line-height: 1;
	text-align: center;

}
.content_1 dl dd ul li:nth-child(1) img{
	vertical-align: middle;
}
.content_1 dl dd ul li:nth-child(2){}
.content_1 dl dd ul li:nth-child(3){}
.content_1 dl dd ul li:nth-child(4){}

.content_1 dl.right_img{
	width: 11%;
	position: absolute;
	left: 0;
	top: 0;
}
.content_1 dl.left_img{
	width: 11%;
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	right: 0;
}


/* #cnt_cannabinoid_dictionary ------ */
#cd_searchbox{
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 12%;
}
@media(min-width:768px){
	#cd_searchbox{}	
}

@media(min-width:641px){
	#cd_searchbox{}
}
#cd_searchbox form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#cd_searchbox form label{
	display: none;
}
#cd_searchbox form input{
	height: 44px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
}
#cd_searchbox form input[type="text"]{
	width: 80%;
	background:rgba(247,255,248,1.00);
	padding-left: 3.2%;
	border:solid 1px #efefef;
}
#cd_searchbox form input[type="submit"]{
	width: 20%;
	cursor: pointer;
}
#cd_searchbox form input[type="submit"]:hover{
	background: #0C0B0B;
	color: #fff;
}



.cd_pagelink{
	width: 100%;
	margin-bottom: 12%;
}
.cd_pagelink ol{
	width: 100%;
	background: rgba(250,255,249,1.00);
	box-sizing: border-box;
	padding: 2.4% 4.8% 6.4%;
	border-radius: 3.5px;
}
.cd_pagelink ol li{
	margin-bottom: 2.4%;
}
.cd_pagelink ol li:last-child{
	margin-bottom: 0 !important;
}
.cd_pagelink ol li a{
	width: 100%;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	padding: 0 3.2%;
	display: block;
	border-bottom: solid 1px #588d6a;
	position:relative;
	color:#588d6a;
}
.cd_pagelink ol li a::after{
	color: #B5B5B5;
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	margin: 0 0 0 0;
	border-top: solid 1px #588d6a;
	border-right: solid 1px  #588d6a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: calc( 6.4% - 3px );
	top: calc( 50% - 1.5px );
}
a.a_btn:hover{
	text-decoration: underline;
}
a.a_btn:hover::after{}






.tagspace{
	width: 100%;
	font-size: 14px;
	margin-bottom: 2.4%;
}
.tagspace span{
	color: #fff;
	background: rgba(94,189,126,1.00);
	padding: 4px 4px 3px;
	box-sizing: border-box;
}

.first_txt{
	width: 100%;
	border-bottom: dotted 1px rgba(136,136,136,1.00);
	margin-bottom: 4.8%;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
}

.undertxt{
	width: 100%;
	border-bottom: dotted 1px rgba(136,136,136,1.00);
	margin-bottom: 4.8%;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
}
.soucelink{
	width: 60%;
	margin-left: 40%;
	padding-top: 2.8%;
	box-sizing: border-box;
	font-size: 14px;
	text-align: right;
	line-height: 1em;
}
.soucelink a{
	width: 100%;
	color:#00c3e5;
	display: block;
}



.ca_dic_ol{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.ca_dic_ol li{
	width: 47.6%;
	box-sizing: border-box;
	border: solid 1px #efefef;
	margin-bottom:4.8%;
}
.ca_dic_ol li a{
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 8px 8px calc( 8px - 0.1em );
}
.ca_dic_ol li a p{
	overflow: hidden;
}
.ca_dic_ol li a p:nth-child(1){
	font-size: 0;
}
.ca_dic_ol li a p:nth-child(2){
	padding-top: 8px;
	font-size: 12px;
	line-height: 1.7em;
}



/* privacypolicy */
#privacypolicy{}

#content_privacy > dl{}

#content_privacy > dl > dd{
	margin-bottom: 6.4%;
	height: auto !important;
}

ul.pri_ul1{
	margin-bottom: 12.8%;
}
ul.pri_ul1 li{}
ul.pri_ul1 li:nth-child(1){}
ul.pri_ul1 li dl{}
ul.pri_ul1 li dl dt{}
ul.pri_ul1 li dl dd{
	font-size: 14px;
	margin-bottom: 6.4%;
}



/* contact */
div.form{}
div.form form{
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	background:#F9F9F9;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
.formdesc{
	margin-bottom: 24px;
}
.form_promotion{
	font-size: 0;
	margin-bottom: 12px;
}
.form_promotion img{
	vertical-align: bottom;
}
dl.formbase{
	width: 100%;
	clear:both;
	overflow: hidden;
	padding:24px;
	box-sizing: border-box;
	background:#FDFDFD url(../images/page_corporate/prob-2_img.png) no-repeat;
	background-size: 120px auto;
	background-position: 24px center;
}
dl.formbase dt{
	width: 32%;
	padding:3.6%;
	clear: both;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	margin-bottom: 8px;
	line-height: 1em;
	height: 88px;
	position: relative;
}
dl.formbase dt label{}
.checkbox{}
.ft_checkbox{
	font-size: 1.35em;
	color: #FFF;
}
.ft_checkboxruby{
	position: absolute;
	bottom: 22px;
	left: 24px;
	color: #FFF;
}
dl.formbase dd{
	line-height: 1em;
	width: 68%;
	box-sizing: border-box;
	float: right;
	display: block;
	height: 88px;
	background: #FFF;
	vertical-align: bottom;
	font-family:"ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.ft_price{
	font-size: 2.4em !important;
	padding-right: 2px;
	letter-spacing: 0!important;
	font-weight: bold !important;

}
.yori{
	font-weight: bold !important;
	vertical-align:text-top;
	padding-left: 4px;
	font-size: 1.25em!important;
	
}
.yen{
	font-weight: bold !important;
	vertical-align:text-top;
	font-size: 1.25em!important;
}
.regularprice{
	padding-top: 16px;
	height: 2em !important;
}
.discountprice{
	line-height: 1.6em;
}
.ft_reg_price{
	font-size: 1.6em;
	text-decoration:line-through #C83436;
}
.reg_yen{
	font-size: 1em;
	font-weight: bold !important;
	vertical-align:baseline;
}
.cv{
	width: 80%;
	margin: 36px auto 0;
	padding:20px 24px;
	box-sizing: border-box;
	background:#F38688;
	color: #FFF;
	font-size: 1.1em;
}



/* lower page txt margin */
.lower_txtmargin{
	margin-bottom: 12%;
}

.lowerbase{}
.lowerbase ul{
	margin-bottom: 9.6%;
}
.lowerbase ul:last-child{
	margin-bottom: 0 !important;
}
.lowerbase h3{
	font-size: 1.7rem;
	line-height: 1.4em;
	padding-bottom: 2.4%;
}



/* over view */
#overview{}
#overview .content_overview{}
#overview .content_overview .ovcntbox{}
#overview .content_overview .ovcntbox ul{}
#overview #content_overview .ovcntbox ul li{}

.fontdeco1{
	font-weight: bold;
	font-size: 1.8rem;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
}



/* about ads */
.content_aboutads{}
.content_aboutads .aboutadsbox{}



div.newsbox{
	width: 100%;
	position: relative;
}
div.newsboxinner{
}

.news_title{
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	line-height: 44px;
	box-sizing: border-box;
	padding:0px 12px 0px;
	position: relative;
	border-top: solid 1px #efefef;
}

.topicbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	box-sizing: border-box;
}

.topicbox a{
	width:100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding:3.2% 6.4% 3.2% 3.2%;
	border-top: solid 1px #efefef;
}

.topicbox a:nth-last-child(1),.topicbox a:nth-last-child(2){
	border-bottom: solid 1px #efefef;
}
.topicbox a:nth-child(3),.topicbox a:nth-child(1){}
.topicbox a:hover{
	background:#efefef;
}
.topicbox a::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 41%;
	right: 3.2%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px #1e1e1e;
   	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);	
}
.topicbox a:hover:after{}

.topicbox dl{
	box-sizing: border-box;
}
.topicbox dl:nth-last-child{
	margin-bottom:0!important;
}
.topicbox dl dt{
	line-height: 1em;
	font-size:12px;
	color:#9C9C9C;

}
.topicbox dl dd{
	line-height: 1.5em;
	font-size: 1em;
}

.topicbox dl dd h2{
	width: 100%;
	display: block;
	padding:2.4% 0 0;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: normal !important;
	line-height: 1.2em;
}
