@charset "UTF-8";

/* ***** headerトップページ用 ********** */
.top-header{
    background: #333;
    /*background-image: url(../images/black-alpha-bg.png);
    background-color:rgba(255,255,255,0.2);*/
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
  z-index: 9999;
    /*border-bottom: 2px solid #4eb233;*/
}
.top-header.fixed{
    position: fixed;
    top: 0;
	z-index: 9999;
}

/*----共通h2----*/
h2 {
	font-size: 36px;
  font-weight: bold;
	line-height: 1;
	color: #000;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 60px 0 15px 0;
}
h2 span {
	display: block;
	font-size: 18px;
	letter-spacing: 0.02em;
	margin-top: 10px;
}

/*----共通h3----*/
h3 {
	font-size: 28px;
  font-weight: bold;
	/*line-height: 1;*/
	color: #000;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 20px 0 20px 0;
}

/*----共通moreボタン----*/
.btn_more {
	display: block;
	width: 250px;
	margin: 30px auto;
	border: solid 1px #b5b5b5;
	background: #000;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}
.btn_more a {
	color: #fff;
}
.btn_more::after {
	display: inline-block;
	content:"\025b6";
	font-size: 10px;
	color: #f8d40c;
	padding-left: 5px;
	vertical-align: middle;	 
}
@media screen and (max-width: 768px)  {
h2 {
	padding: 50px 0 15px 0;
}
}	
@media screen and (max-width: 480px)  {
h2 {
	font-size: 30px;
}
  h3{
  	font-size: 22px;
  }
}	

/* ***** メインビジュアル ********** */
.hero {
	background: #fff;
	text-align: center;
}
.hero img {
	width: 1100px;
	height: 450px;
}
@media screen and (max-width: 1024px)  {
	.hero {
		width: 100%;
	}
	.hero img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 768px)  {
	.hero {
		background: #fff;
		padding-top: 40px;
	}
}

/* ********** News ********** */

/*----PC/Tablet----*/
#News {
	background: #f7f6fb;
	margin-top: 60px;
	padding: 0 0 80px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 2);
  line-height: 30px;
  height: 40px;
  color: #444;
  font-size: 18px;
  border-bottom: 10px solid #c9c9c9;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  font-weight: normal;
}
.tab_item:hover {
  opacity: 0.75;
	cursor: pointer; 
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#topics:checked ~ #topics_content,
#press:checked ~ #press_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {color: #000;font-weight: bold;border-bottom: 10px solid #000;}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 30px 0;
  clear: both;
  overflow: hidden;
}
.tab_content dt {
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 10px 0 2px; 
}
.tab_content dd {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 10px;
}
.tab_content dl a, .tab_content dl a:visited {
	color: #000;
	text-decoration: underline;
}
.scroll {
	min-height: 200px;
	max-height: 350px;
	overflow-y: auto;
}
.scroll::-webkit-scrollbar{
  width: 10px;
}
.scroll::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #cccccc; 
}
.scroll::-webkit-scrollbar-thumb{
  background: #cccccc;
  border-radius: 10px;
  box-shadow: none;
}
#News .btn_more {
	margin: 30px auto 0;
}
/*----SP----*/
@media screen and (max-width: 768px)  {
#News {
	background: #f7f6fb;
	margin-top: 0;
	padding: 0 0 40px;
}
}		

@media screen and (max-width: 480px)  {
.tab_item {
  line-height: 30px;
  height: 35px;
  font-size: 16px;
}
.tab_content {
  padding: 20px 20px 0;
}
}
		

/* ********** Products ********** */

/*----PC/Tablet----*/
#Products {
	margin-top: -60px;
	padding: 60px 0;
}

.item_box {
	display: table;
	margin-top: 20px;
}
.cate_ttl_left {
	display: table-cell;
	max-width: 365px;
	vertical-align: top;
}

.item_list_right {
	display: table-cell;
	max-width: 800px;
	vertical-align: top;
	padding-left: 55px;
}

/*アイテム詳細*/
.productsList {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productsList li {
	width: 50%;
	vertical-align: top;
	padding-bottom: 50px;
}

.productsList .items {
	border-top: solid 1px #c9c9c9;
	margin: 0 25px;
}
.icon_mark {
	display: block;
	margin: 2px 0 0 auto;
	padding: 6px 0 4px 0;
	width: 30%;
	max-width: 80px;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.03em;
	text-align: center;
}
	.indica {background: #673191;}
	.sativa {background: #f79526;}
	.hybrid {background: #0f6b3a;}

.productsList .item_image {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.productsList .item_detail {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	margin: 15px 0 0 10px;
}

.productsList .items .name {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	color: #000;
}
.productsList .items .name span{
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.productsList .items price {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1;
	color: #000;
}
.productsList .items price span{
	font-size: 13px;
	line-height: 1.5;
}

/*カートボタン*/
.bttn_black {
	margin-top: 20px;
	position: relative;
	width: 165px;
	height: 35px;
	border: solid 1px #000000;
	background: #ffffff;
}
.bttn_black a {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 165px;
	height: 25px;
	background: #000000;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing: 0.03em;
	padding-top: 10px;
}
.bttn_black a::before {
	content: '';
    display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 20px;
    background: url("../images/icon_cart_w.png") no-repeat;
	background-size: 17px auto;
	margin-top: -3px;
}
.bttn_black a:hover {
	opacity: inherit;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}
.pcimg {display: block;}
.spimg {display: none;}

@media screen and (min-width: 1500px)  {
.item_list_right {
	max-width: 1000px;
}
.productsList .item_image img {
	max-width: 120px;
}
}
@media screen and (min-width: 1800px)  {
.item_list_right {
	max-width: 1200px;
}
.productsList .item_image img {
	max-width: 130px;
}
}
@media screen and (max-width: 1024px)  {
.cate_ttl_left {
	max-width: 300px;
}
.item_list_right {
	padding-left: 40px;
}
}

/*----SP----*/
@media screen and (max-width: 768px)  {
#Products {
	margin-top: 0;
	padding: 0 0 20px;
}
.cate_ttl_left {
	max-width: 280px;
}

.item_list_right {
	padding-left: 20px;
}	
.productsList .items {
	margin: 0 15px;
}	
.icon_mark {
	font-size: 15px;
}
.productsList .item_image {
	display: block;
	width: 100%;
	text-align: center;
}
.productsList .item_image img {
	height: 150px;
	width: auto;
}
.productsList .item_detail {
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
}
}
@media screen and (max-width: 480px)  {
.item_box {
	margin-top: 10px;
}
.cate_ttl_left {
	display: block;
	width: 100%;
	max-width: 100%;
}
.item_list_right {
	display: block;
	padding-left: 0;
}	
.productsList .items {
	margin: 0 10px;
}	
.icon_mark {
	font-size: 14px;
	width: 40%;
}
.productsList .item_detail {
	display: block;
}

.productsList .items .name {
	font-size: 17px;
}
.productsList .items .name span{
	display: block;
	font-size: 13px;
}
.productsList .items price {
	margin-top: 7px;
	font-size: 17px;
}
.productsList .items price span{
	display: block;
	font-size: 12px;
}
.bttn_black {
	width: 125px;
	height: 35px;
	margin-top: 10px;
}
.bttn_black a {
	width: 125px;
	height: 25px;
	font-size: 14px;
}
.bttn_black a::before {
	width: 20px;
	height: 20px;
	background-size: 15px auto;
	margin-top: -1px;
}
.pcimg {display: none;}
.spimg {display: block;}
}

		

/* ********** About VAPEN ********** */

/*----PC/Tablet----*/
#aboutVAPEN {
	margin-top: -60px;
	padding-top: 60px;
}
#aboutVAPEN .inner {
	background: #222222;
	padding-bottom: 30px;
}

#aboutVAPEN h2 {
	color: #fff;
}

.block01, .block02 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-top: 30px;
}

.block01 .read_txt {
	margin: 20px 45px 20px 0;
}

#aboutVAPEN h3 {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.03em
}
.block01 .h3_txt {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 15px;
}

.block02 .read_txt {
	margin: 20px 0 20px 45px;
	text-align: right;
}
.block02 .h3_txt {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	text-align: left;
	margin-top: 15px;
}

/*----SP----*/
@media screen and (max-width: 768px)  {
#aboutVAPEN {
	background: #222222;
	margin-top: 0;
	padding: 40px 0 20px;
}
#aboutVAPEN .inner {
	padding-bottom: 0;
}
#aboutVAPEN h2 {
	padding-top: 0;
}
}
@media screen and (max-width: 480px)  {
.block01, .block02 {
	display: block;
	width: 100%;
	padding-top: 20px;
}
.block01 .read_txt {
	margin: 10px 20px 10px 0;
}

#aboutVAPEN h3 {
	font-size: 18px;
}
.block01 .h3_txt {
	font-size: 15px;
}

.block02 .read_txt {
	margin: 10px 0 10px 20px;
}
.block02 .h3_txt {
	font-size: 15px;
}

}
		

/* ********** About CBD ********** */

/*----PC/Tablet----*/
#aboutCBD {
	margin-top: -60px;
	padding: 60px 0 30px;
}
#aboutCBD h2 {
	padding: 70px 0 5px 0;
}
#aboutCBD .container  {
	width: 90%;
	max-width: 870px;
	margin: auto;
}
#aboutCBD .box_left {
	display: table-cell;
	width: 40%;
	text-align: center;
	vertical-align: top;
}
#aboutCBD .box_left img {
	max-width: 250px;
}
#aboutCBD .box_right {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	padding-right: 30px;
}
.pointCBD {
	display: flex;
	margin-top: 20px;
}
.pointCBD li {
	width: 33%;
	min-height: 185px;
	vertical-align: top;
	margin-right: 25px;
	background: url("../images/top_aboutcbd_img02.png") top right no-repeat;
	backgound-size: 185px auto;
}
.pointCBD li:last-child {
	margin-right: 0;
}
.pointCBD h3 {
	font-size: 18px;
	line-height: 1;
	color: #000;
	font-weight: 800;
	padding-top: 5px;
}
.pointCBD .h3_txt {
	width: 80%;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin-top: 18px;
}

#aboutCBD .btn_more {
	margin: 40px auto;
}
	
/*----SP----*/
@media screen and (max-width: 768px)  {
#aboutCBD {
	margin-top: 0;
	padding: 0 0 30px;
}

}
@media screen and (max-width: 480px)  {
#aboutCBD h2 {
	padding: 40px 0 5px 0;
}
#aboutCBD .box_left {
	display: block;
	width: 100%;
}
#aboutCBD .box_left img {
	max-width: 250px;
}
#aboutCBD .box_right {
	display: block;
	width: 100%;
	font-size: 15px;
	padding-right: 0;
}
.pointCBD {
	display: inherit;
	width: 100%;
	margin: 10px auto;
}
.pointCBD li {
	display: block;
	width: 100%;
	min-height: 150px;
	margin-right: 0;
	backgound-size: 80px auto !important;
}
.pointCBD li:nth-child(2) {
	background-color: #f7f6fb;
}
.pointCBD h3 {
	font-size: 17px;
	padding: 15px 0 0 15px;
}
.pointCBD .h3_txt {
	width: 80%;
	font-size: 15px;
	margin: 18px 0 0 15px;
}

#aboutCBD .btn_more {
	margin: 40px auto 0;
}

}	
		

/* ********** Instagram ********** */

/*----PC/Tablet----*/
#Instagram {
	background: #ffffff;
	padding: 0 0 60px;
}

#Instagram .container  {
	width: 90%;
	max-width: 600px;
	margin: auto;
}




