@charset "utf-8";


/*		Contents
-------------------------------------------------------

	01.Home					[ index.html ]

	02.ABOUT				[ about.html ]
	
	03.BRAND												[ /brand/index.html ]
	03-2. ブランド詳細ページ			[/brand/xxx.html]
	
	04.DOWNLOAD						[ /download/index.html ]
	
	05.SHOP											[ shop.html ]
	
	06.RECRUIT								[ /recruit/index.html ]
	06-2. RECRUIT 個別ページ
	
	07.OEM											[ /oem/index.html ]
	08.CONTACT							[ /contact/index.html ]
	09.ONLINE SHOP				[ onlineshop.html ]	
	10.PRIVACY POLICY			[ privacy.html ]
	11.404 NOT FOUND		[ 404.html ]
-------------------------------------------------------*/


/* ========================================================================
	01.Home			[ index.html ]
======================================================================== */

/* FV
--------------------------------------------------------------- */
#index-fv{
	position: relative;
	/*max-width: 1200px;*/
	width: 100%;
	max-height: 700px;
	overflow: hidden;
	margin: 0 auto 90px auto;
	justify-content: center;
	align-items: center;
}
#index-fv #fv-message{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content:center;
	z-index: 100;
}
#fv-message-inner{
	text-align: center;
	margin: 0 0 5% 0;
}
#index-fv #fv-message p.main{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
#index-fv #fv-message p.sub{
	display: inline-block;
	font-family: quasimoda,sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
}

#slide_wrap {
  position: relative;
  overflow: hidden;
}
#slide_wrap .slide_item {
	display: flex;
	align-items: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}

#slide_wrap .slide_item img {
	width: 100%;
	object-fit: cover;
}


/*  スマホのみ ================ */
@media (max-width:640px){
#index-fv{
	margin: 0 auto 40px auto;
}
#index-fv #fv-message p.main{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 2px;
}
#index-fv #fv-message p.sub{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
}
}



/* index-news
--------------------------------------------------------------- */
#index-news{
	max-width: 600px;
	padding: 0 50px;
	margin: 0 auto 160px auto;
}
#index-news-content{
}
#index-news .text-box h3{
	color: #4D4D4D;
	font-size: 20px;
	letter-spacing: 1.8px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 3% 0;
}
#index-news .text-box p{
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height:  2.4;
	margin: 0 0 30px 0;
}
#index-news .text-box p.adress{
	line-height:  1.8;
	text-align: center;
}


/*  スマホのみ ================ */
@media (max-width:640px){
#index-news{
	padding: 0 20px;
	margin: 0 auto 60px auto;
}
#index-news .text-box h3{
	font-size: 16px;
	margin: 0 0 25px 0;
}
#index-news .text-box p{
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height:  2.0;
	margin: 0 0 8% 0;
}

}





/* index-about
--------------------------------------------------------------- */
#index-about{
	max-width: 1000px;
	padding: 0 50px;
	margin: 0 auto 200px auto;
}

#index-about-content{
	display: flex;
	justify-content: space-between;
}

#index-about .text-box{
	width: 600px;
	margin: 0 auto;
}
#index-about .text-box h3{
	color: #4D4D4D;
	font-size: 20px;
	letter-spacing: 1.8px;
	font-weight: 400;
	margin: 0 0 3% 0;
}
#index-about .text-box p.text{
	color: #4D4D4D;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height:  2.6;
	margin: 0 0 8% 0;
}
#index-about .text-box .btn{
	text-align: right;
}
#index-about .text-box .btn .fa-caret-right{
	padding: 0 8px 0 0;
}

/*  スマホのみ ================ */
@media (max-width:640px){
#index-about{
	padding: 0 20px;
	margin: 0 auto 50px auto;
}
#index-about .text-box h3{
	font-size: 16px;
	margin: 0 0 25px 0;
}
#index-about .text-box p.text{
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height:  2.0;
	margin: 0 0 8% 0;
}

}


/* index-brand
--------------------------------------------------------------- */
#index-brand{
	max-width: 900px;
	padding: 0 50px;
	margin: 0 auto 250px auto;
}

#index-brand .brand-list{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#index-brand .brand-list li{
	width: 24.8%;
	margin: 0 0 0.5% 0;
}
#index-brand .brand-list li a{
	background-color: #fff;
	border: #E5E7E3 2px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	transition: all 0.8s;
	max-height: 180px;
}

#index-brand .brand-list p.logo{
	text-align: center;
	padding: 3% 0;
}
#index-brand .brand-list p.logo img{
}
#index-brand .brand-list p.logo.magnet img{
	width: 80px;
	height: auto;
}
#index-brand .brand-list p.logo.hunt9 img{
	width: 85px;
	height: auto;
}
#index-brand .brand-list p.logo.ns img{
	width: 70px;
	height: auto;
}
#index-brand .brand-list p.logo.adnil-land img{
	width: 95px;
	height: auto;
}
#index-brand .brand-list p.logo.healsi img{
	width: 110px;
	height: auto;
}
#index-brand .brand-list p.logo.from_to_ img{
	width: 85px;
	height: auto;
}
#index-brand .brand-list p.logo.sagradamadre img{
	width: 90px;
	height: auto;
}
#index-brand .brand-list p.logo.zeze img{
	width: 110px;
	height: auto;
}
#index-brand .brand-list p.logo.wishing img{
	width: 110px;
	height: auto;
}
#index-brand .brand-list p.logo.warmgreytail img{
	width: 150px;
	height: auto;
}


/*  PCのみ ================ */
@media (min-width:640px){
#index-brand .brand-list li a:hover{
	border: #C5D700 2px solid;
}
}


/*  スマホのみ ================ */
@media (max-width:640px){
#index-brand{
	padding: 0 20px;
	margin: 0 auto 60px auto;
}
#index-brand .brand-list{
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
#index-brand .brand-list li{
	width: 49%;
	margin: 0 0 0.5% 0;
}
/*
#index-brand .brand-list li:nth-child(3),
#index-brand .brand-list li:nth-child(4),
#index-brand .brand-list li:nth-child(5){
	width: 33%;
}
#index-brand .brand-list li:nth-child(3) a,
#index-brand .brand-list li:nth-child(4) a,
#index-brand .brand-list li:nth-child(5) a{
	height: 120px;
}
*/
}


/* ========================================================================
	02.ABOUT		[ about.html ]
======================================================================== */
#about{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 30px auto;
}

.about-message{
	position: relative;
	margin: 0 0 50px 0;
}
.about-message p{
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.0;
	letter-spacing: 1.5px;
	margin: 0 0 35px 0;
}
.about-message p.main{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 50px 0;
}


.about-message .composition p{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	width: 150px;
	height: 150px;
  overflow: hidden;
}
.about-message .composition p.item01{
	background: url("../../img/about/item01.png") no-repeat left top;
	background-size: contain;
}
.about-message .composition p.item02{
	background: url("../../img/about/item02.png") no-repeat left top;
	background-size: contain;
}
.about-message .composition p.item03{
	background: url("../../img/about/item03.png") no-repeat left top;
	background-size: contain;
}

.about-mean{
	display: flex;
	margin:  0 0 30px 0;
}
.about-mean table{
	display: inline-block;
}
.about-mean th{
	width: 4em;
	font-size: 16px;
	padding: 0 0 10px 0;
}
.about-mean td{
	font-size: 14px;
	padding: 0 0 10px 0;
}


/* about-gallery */
.about-gallery{
	margin: 0 0 50px 0;
}
.about-gallery .gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-gallery .gallery li{
	width: 33%;
	margin: 0 0 0.5% 0;
}
.about-gallery .gallery img{
	width: 100%;
}

/* PCのみ ================ */
@media (min-width:640px){
	.about-gallery .gallery li{
		overflow:hidden;
	}
	.about-gallery .gallery a img{
		transition:0.5s all;
	}
	.about-gallery .gallery a:hover img{
		transform:scale(1.1,1.1);
		transition:0.5s all;
	}
}



.about-outline{
	padding: 50px 0 0 0;
	margin: 0 0 50px 0;
}

.about-outline dl{
	display: flex;
	max-width: 800px;
	flex-wrap: wrap;
	margin: 0 auto;
}
.about-outline dl dt{
	width: 16%;
	font-size: 14px;
	font-weight: 500;
	border-bottom: #BBCC04 1px solid;
	padding: 4% 2%;
}
.about-outline dl dd{
	width: 76%;
	font-size: 14px;
	font-weight: 300;
	border-bottom: #ccc 1px solid;
	padding: 4% 2%;
}
.about-outline dl dd a{
	border: none;
	color: #000;
	text-decoration:  none;
	transition: all 0.5s;
}
.about-outline dl dd a:hover{
	text-decoration:  underline;
}

#about-access{
	margin: 0 0 200px 0;
}

.about-outline .address {
	text-align: center;
	margin: -30px 0 20px 0;
}
.about-outline .address p{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}

.about-outline .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: #ccc 1px solid;
	max-width: 800px;
	margin: 0 auto 25px auto;
}
.about-outline .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: none;
}
.about-outline .gmap-link {
	width: 260px;
	text-align: center;
	margin: 0 auto;
}
.about-outline .gmap-link a{
	background-color: #fff;
	border-bottom: none;
}
.about-outline .gmap-link a i{
	padding: 0 8px 0 0;
}



/*  PCのみ ================ */
@media (min-width:640px){
.about-message .composition {
	position: absolute;
	left: 640px;
	top: 50px;
}
.about-message .composition p{
	font-weight: 600;
}
.about-message .composition .item01{
	position: absolute;
	left: 90px;
	top: 0;
}
.about-message .composition .item02{
	position: absolute;
	left: 0px;
	top: 150px;
}
.about-message .composition .item03{
	position: absolute;
	left: 190px;
	top: 160px;
}
.about-outline .gmap-link a:hover{
	background: none;
}

}


/*  スマホのみ ================ */
@media (max-width:640px){
.about-message p.main{
	font-size: 18px;
	margin: 0 0 40px 0;
}
.about-message p{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 1.5px;
	margin: 0 0 25px 0;
}
.about-message .composition {
	margin: 0 0 15px 0;
}
.about-message .composition p{
}
.about-message .composition .item01{
	margin: 0 0 0 35%;
}
.about-message .composition .item02{
	margin: -10% 0 0 0;
}
.about-message .composition .item03{
	margin: -30% 0 0 50%;
}
#about-access{
	margin: 0 0 100px 0;
}
.about-outline .gmap-link a{
	padding: 5px 10px;
		text-decoration: none;
}

.about-outline dl dt{
	width: 20%;
}
.about-outline dl dd{
	width: 72%;
}

}





/* ========================================================================
	03.BRAND		[ brand.html ]
======================================================================== */
#brand{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 100px auto;
}

#brand .brand-list{
}
#brand .brand-list li{
	margin: 0 0 40px 0;
}
#brand .logo-description{
	background-color: #fff;
}
#brand .brand-list .logo{
	width: 50%;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#brand .brand-list .logo.magnet img{
	width: 80px;
}
#brand .brand-list .logo.hunt9 img{
	width: 70px;
}
#brand .brand-list .logo.ns img{
	width: 60px;
}
#brand .brand-list .logo.adnil-land img{
	width: 100px;
}
#brand .brand-list .logo.from_to_ img{
	width: 100px;
}
#brand .brand-list .logo.healsi img{
	width: 120px;
}
#brand .brand-list .logo.sagradamadre img{
	width: 120px;
}
#brand .brand-list .logo.wishing img{
	width: 120px;
}
#brand .brand-list .logo.warmgreytail img{
	width: 180px;
}


#brand .brand-list .text{
	width: 45%;
	padding: 30px 5% 30px 0;
}
#brand .brand-list .text h2{
	font-family: quasimoda,sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#brand .brand-list .text h2 span{
	font-size: 10px;
	padding: 0 0 0 10px;
}
#brand .brand-list .text .description{
	margin: 0 0 5px;
}
#brand .brand-list .text .description p{
	font-size: 12px;
	line-height: 2.0;
}
#brand .brand-list .btn{
	float: right;
}
#brand .brand-list .btn i{
	padding: 0 5px 0 0;
}



/* PCのみ ================ */
@media (min-width:640px){
	#brand .logo-description{
		display: flex;
	}
	#brand .brand-list .slide-item li{
		overflow:hidden;
	}
	#brand .brand-list .slide-item a img{
		transition:0.5s all;
	}
	#brand .brand-list .slide-item a:hover img{
		transform:scale(1.1,1.1);
		transition:0.5s all;
	}
}

/*  スマホのみ ================ */
@media (max-width:640px){
#brand{
	padding: 50px 15px 0 15px;
	margin: 0 auto 50px auto;
}
#brand .brand-list li{
	margin: 0 0 15px 0;
}
#brand .brand-list .logo{
	width: 100%;
	padding: 20px 0 20px 0;
	display: block;
	text-align: center;
}
#brand .brand-list .text{
	width: 90%;
	padding: 0 5% 30px 5%;
}

}



/* ========================================================================
	03-2. ブランド詳細ページ			[/brand/xxx.html]
======================================================================== */
/* 上部のスライド */
.brand-upper-slide {
  width: 100%;
	margin: -1px auto 0 auto;
	overflow: hidden;
}
.slide-item li img{
	width: 100%;
}
.slick-dots li{
	margin: 0 3px;
}
.slick-dots li button::before {
	font-size: 8px;
}


/* 商品詳細ページのスライド */
.brand-detail-slide {
  width: 90%;
	margin: -40px auto 0 auto;
	overflow: hidden;
}
.brand-detail-slide .slide-item{
	margin: 0 0 15px 0;
}
.brand-detail-slide .slide-item li img,
.brand-detail-slide .slide-item li video{
	width: 100%;
}
.brand-detail-slide .slide-item li p{
	background-color: #fff;
	padding: 5px;
	text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* スライドのサムネイル */
.brand-detail-slide .thumb{
	width: 90%;
	margin: 0 auto 30px auto;
}
.brand-detail-slide .thumb img{
	width: 100%;
}
.brand-detail-slide .thumb img:hover{
	cursor: pointer;
}
.brand-detail-slide .thumb .slick-slide{
	margin: 0 8px 0 0;
}

.brand-detail-slide .thumb .slick-slide img{
	border: #ccc 1px solid;
	padding: 1px;
}
.brand-detail-slide .thumb .slick-slide.slick-current img{
	border: #B3CA00 1px solid;
}

#brand-detail{
	position: relative;
	max-width: 1000px;
	padding: 60px 20px 0 20px;
	margin: 0 auto 100px auto;
}
#brand-detail .btn-back{
	position: absolute;
	left: 0;
	top: 0;
}
#brand-detail .headline-h1-content{
	margin: 0 0 80px 0;
}
#brand-detail .headline-h1-content h1{
	margin: 0 0 5px 0;
}
#brand-detail .headline-h1-content p.concept{
	font-size: 14px;
	line-height: 1.8;
	padding: 35px 0 0 0;
	margin: 0 0 -25px 0;
}

.brand-links{
	text-align: center;
	margin: 40px 0 -40px 0;
}
.brand-links li{
	display: inline-block;
	font-size: 24px;
	margin: 0 10px 0 0;
}
.brand-links li .desktop{
	font-size: 22px;
}
.brand-links li a{
	color: #292929;
  transition: 0.3s;
}
.brand-links li a:hover{
	color: #666666;
}


#item-spec{
	box-sizing: border-box;
	max-width: 910px;
	background-color: #fff;
	padding: 25px 25px 10px 25px;
	margin: 0 auto 100px auto;
}
#item-spec h2{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
#item-spec .description{
}
#item-spec .description p{
	font-size: 14px;
	margin: 0 0 15px 0;
}

#brand-select{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px;
}
#brand-select li{
	width: 24.6%;
	margin: 0 0 0.4% 0;
}
#brand-select.download li{
	width: 32.8%;
}



#brand-select li a{
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 14px;
	text-align: center;
	border: none;
	text-decoration: none;
	padding: 12px 10px;
	transition: 0.5s all;
}
#brand-select li a:last-child{
}
#brand-select li a.now{
	background-color: #B3CA00;
	color: #fff;
}

/* 準備中 */
#brand-select .preparation{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	background-color: #ccc;
}

/* YouTube動画 */
.youtube-content{
	max-width: 900px;
	margin: -60px auto 100px auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.brand-item-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -3% 0 0;
}
.brand-item-list li{
	width: 22%;
	margin: 0 3% 25px 0;
}
/*
.brand-item-list li:nth-child(5n){
	margin: 0 0 20px 0;
}*/

.brand-item-list li a{
	text-decoration: none;
}
.brand-item-list li a .image{
	border: #ccc 1px solid;
	display: block;
}
.brand-item-list li a:hover .image{
	border: #B3CA00 1px solid;
}
.brand-item-list .image{
	margin: 0 0 5px 0;
}
.brand-item-list .image img{
	width: 100%;
}
.brand-item-list h3{
	font-size: 14px;
	font-weight: 300;
}
.brand-item-list .price{
	font-size: 14px;
	font-weight: 300;
}


/* PCのみ ================ */
@media (min-width:640px){
#brand-select li a:hover{
	color: #fff;
}
.brand-item-list .image{
		overflow:hidden;
	}
	.brand-item-list a .image img{
		transition:0.5s all;
	}
	.brand-item-list a:hover .image img{
		transform:scale(1.1,1.1);
		transition:0.5s all;
	}
	.brand-item-list a h3{
		display: inline;
		line-height:  1.2;
		padding-bottom: 0.1em;
		background: linear-gradient(#000, #ccc) 0 100%/0 1px no-repeat;
		transition: background .4s;
		text-decoration: none;
	}
	.brand-item-list a:hover h3 {
		background-size: 100% 1px;
	}
}



/*  スマホのみ ================ */
@media (max-width:640px){
#brand-detail{
	padding: 60px 10px 0 10px;
	margin: 0 auto 60px auto;
}

#brand-select{
	margin: 0 0 30px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#brand-select li{
	width: 24%;
	margin: 0 1% 5px 0;
}
#brand-select li:nth-child(4n){
	margin: 0 0 5px 0;
}

/*
#brand-select li:nth-child(3){
	margin: 0 0 5px 0;
}
#brand-select li:nth-child(4){
	width: 49%
}
#brand-select li:nth-child(5){
	width: 49%;
	margin: 0 0 5px 0;
}
*/
.brand-item-list{
	margin: 0 0 0 0;
}
.brand-item-list li{
	width: 32%;
	margin: 0 2% 25px 0;
}
.brand-item-list li:nth-child(3n){
	margin: 0 0 25px 0;
}

.brand-item-list h3{
	font-size: 12px;
	font-weight: 300;
}

.brand-detail-slide {
  width: 100%;
}
.brand-detail-slide .thumb{
  width: 85%;
}
#brand-detail .headline-h1-content p.concept br{
	display: none;
	}
}



/* Adnil LAND用
--------------------------------------------------------------- */
#adnil-page-content{
  margin: 0 calc(50% - 50vw);
  width: 99vw;
  background-image: url('../../img/brand/adnil-land/bg02.jpg');
  background-attachment: fixed;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	overflow-x: hidden;
}
#adnil-page-content-inner{
	width: 1000px;
	margin: 0 auto;
	background-color: rgba(233,205,207,0.8);
	text-align: center;
}

#adnil-page-content h2{
	padding: 80px 0 60px 0;
}

#adnil-page-content #index-fv{
	width: 860px;
	margin: 0 auto 80px auto;
}


#adnil-page-content .message{
	margin: 0 0 80px 0;
}
#adnil-page-content .commitment{
	margin: 0 0 50px 0;
}
#adnil-page-content .commitment-list{
	width: 850px;
	margin: 0 auto 50px auto;
}
#adnil-page-content .commitment-list img{
	width: 100%;
}
#adnil-page-content .commitment-list .list-01{margin: 0 0 50px 0;}
#adnil-page-content .commitment-list .list-02{margin: 0 0 40px 0;}
#adnil-page-content .commitment-list .list-03{margin: 0 0 150px 0;}
#adnil-page-content .commitment-list .list-04{margin: 0 0 200px 0;}

#adnil-page-content .btn-instagram{
	width: 280px;
	margin: 0 auto 40px auto;
}
#adnil-page-content .btn-instagram img{
	width: 100%;
}

#adnil-page-content .btn-instagram a:hover{
	opacity: 0.7;
}

/*  スマホのみ ================ */
@media (max-width:640px){
#adnil-page-content{
	width: 98vm;
}
#adnil-page-content-inner{
	width: 100%;
}
#adnil-page-content img{
	width: 100%;
}
#adnil-page-content h2{
	width: 80%;
	padding: 60px 0 40px 0;
	margin: 0 auto;
}

#adnil-page-content #index-fv{
	width: 90%;
	margin: 0 auto 50px auto;
}
#adnil-page-content #index-fv img{
	width: 100%;
}

#adnil-page-content .message{
	margin: 0 10% 50px 10%;
}

#adnil-page-content .commitment-list{
	width: 100%;
	margin: 0 auto 30px auto;
}
#adnil-page-content .commitment-list .list-01{
	width: 80%;
	margin: 0 auto 60px auto;
}
#adnil-page-content .commitment-list .list-02{
	width: 90%;
	margin: 0 auto 60px auto;
}
#adnil-page-content .commitment-list .list-03{
	width: 90%;
	margin: 0 auto 60px auto;
}
#adnil-page-content .commitment-list .list-04{
	width: 90%;
	margin: 0 auto 60px auto;
}

#adnil-page-content .btn-instagram{
	width: 40%;
	margin: 0 auto 70px auto;
}

}






/* healsi用
--------------------------------------------------------------- */
#healsi-content{
	background-color: #fff;
	overflow: hidden;
}

.healsi-slide{
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
.healsi-slide .thumb{
	width: 90%;
	margin: 15px auto 30px auto;
}
.healsi-slide .thumb img{
	width: 100%;
}
.healsi-slide .thumb img:hover{
	cursor: pointer;
}
.healsi-slide .thumb .slick-slide{
	margin: 0 8px 0 0;
}

.healsi-slide .thumb .slick-slide img{
	border: #ccc 1px solid;
	padding: 1px;
}
.healsi-slide .thumb .slick-slide.slick-current img{
	border: #B3CA00 1px solid;
}


/* PCのみ ================ */
@media (min-width:640px){
#healsi-content .about{
	padding: 80px 50px 20px 50px;
}
#healsi-content .about p.logo{
	width: 150px;
	margin: 0 auto 80px auto;
}
#healsi-content .about p.logo img{
	width: 100%;
}

#healsi-content .about-content{
	display: flex;
	justify-content: space-between;
}
#healsi-content .about-content .about-text{
	width: 55%;
	padding: 60px 0 0 0;
}
#healsi-content .about-content .about-text p{
	line-height: 2.5;
	margin: 0 0 50px 0;
}

#healsi-content .about-content .about-image{
	width: 35%;
}
#healsi-content .about-content .about-image p{
	margin: 0 0 25px 0;
}
#healsi-content .about-content .about-image img{
	width: 100%;
}

#healsi-content .silica{
	background:  url("../../img/brand/healsi/silica.jpg") no-repeat left top;
	background-size: cover;
	padding: 120px 0 500px 70px;
}

#healsi-content .silica p{
	width: 350px;
	color: #fff;
	line-height: 2.5;
	margin: 0 0 80px 0;
}
#healsi-content .silica table{
	width: 350px;
}
#healsi-content .silica table tr{
	border-bottom: #fff 1px solid;
}
#healsi-content .silica table th{
	color: #fff;
	text-align: left;
	padding: 8px 0;
}
#healsi-content .silica table td{
	color: #fff;
	text-align: right;
	padding: 8px 0;
}

#healsi-content .efficacy{
	background:  url("../../img/brand/healsi/efficacy.jpg") no-repeat left top;
	background-size: cover;
	padding: 50px 0 50px 50px;
}
#healsi-content .efficacy h2{
	font-size: 26px;
	margin: 0 0 80px 0;
	text-align: center;
}

#healsi-content .efficacy ul{
	width: 500px;
}
#healsi-content .efficacy ul li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
#healsi-content .efficacy ul li .image{
	width: 200px;
}
#healsi-content .efficacy ul li .image img{
	width: 100%;
}
#healsi-content .efficacy ul li .text{
	width: 250px;
}
#healsi-content .efficacy ul li .text h3{
	font-size: 16px;
	margin: 0 0 10px 0;
}
#healsi-content .efficacy ul li .text p{
	line-height: 1.7;
}

#healsi-content .lineup{
	background-color:#F6F7F7;
	padding: 50px 50px 50px 50px;
}
#healsi-content .lineup h2{
	font-size: 26px;
	text-align: center;
	margin: 0 0 80px 0;
}
#healsi-content .lineup ul{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 110px 0;
}
#healsi-content .lineup ul:last-child{
	margin: 0 0 20px 0;
}

#healsi-content .lineup ul li{
	text-align: center;
}
#healsi-content .lineup h3{
	display: inline-block;
	border-bottom: #2E2E2E 1px solid;
	margin: 0 0 10px 0;
}
#healsi-content .lineup .image{
	margin: 0 0 10px 0;
}
#healsi-content .lineup ul li{
	margin-right: 40px;
}

}


/*  スマホのみ ================ */
@media (max-width:640px){
#healsi-content .about{
	padding: 50px 15px 30px 15px;
}
#healsi-content .about p.logo{
	width: 140px;
	margin: 0 auto 40px auto;
}
#healsi-content .about p.logo img{
	width: 100%;
}

#healsi-content .about-content{
}
#healsi-content .about-content .about-text{
	padding: 10px 0 0 0;
}
#healsi-content .about-content .about-text p{
	line-height: 2.5;
	margin: 0 0 30px 0;
}
#healsi-content .about-content .about-image{
}
#healsi-content .about-content .about-image p{
	margin: 0 0 15px 0;
}
#healsi-content .about-content .about-image img{
	width: 100%;
}

#healsi-content .silica{
	background:  url("../../img/brand/healsi/silica.jpg") no-repeat left top;
	background-size: cover;
	padding: 30px 15px 40px 15px;
}

#healsi-content .silica p{
	color: #fff;
	line-height: 2.5;
	margin: 0 0 50px 0;
}
#healsi-content .silica table{
	width: 80%;
}
#healsi-content .silica table tr{
	border-bottom: #fff 1px solid;
}
#healsi-content .silica table th{
	color: #fff;
	text-align: left;
	padding: 8px 0;
}
#healsi-content .silica table td{
	color: #fff;
	text-align: right;
	padding: 8px 0;
}

#healsi-content .efficacy{
	background:  url("../../img/brand/healsi/efficacy.jpg") no-repeat right top;
	background-size: cover;
	padding: 35px 15px 20px 15px;
}
#healsi-content .efficacy h2{
	font-size: 26px;
	margin: 0 0 50px 0;
	text-align: center;
}

#healsi-content .efficacy ul{
}
#healsi-content .efficacy ul li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
#healsi-content .efficacy ul li .image{
	width: 160px;
	padding: 0 15px 0 0;
}
#healsi-content .efficacy ul li .image:nth-child(even){
	padding: 0 0 0 15px;
}

#healsi-content .efficacy ul li .image img{
	width: 100%;
}
#healsi-content .efficacy ul li .text{
	width: 250px;
}
#healsi-content .efficacy ul li .text h3{
	font-size: 16px;
	margin: 0 0 10px 0;
}
#healsi-content .efficacy ul li .text p{
	line-height: 1.7;
}

#healsi-content .lineup{
	background-color:#F6F7F7;
	padding: 50px 20px 20px 20px;
}
#healsi-content .lineup h2{
	font-size: 24px;
	text-align: center;
	margin: 0 0 60px 0;
}
#healsi-content .lineup ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 110px 0;
}
#healsi-content .lineup ul:last-child{
	margin: 0 0 20px 0;
}

#healsi-content .lineup ul li{
	text-align: center;
	width: 50%;
	margin: 0 0 30px 0;
}
#healsi-content .lineup h3{
	display: inline-block;
	border-bottom: #2E2E2E 1px solid;
	margin: 0 0 10px 0;
}
#healsi-content .lineup .image{
	margin: 0 0 10px 0;
}

}


/* ZEZE用
--------------------------------------------------------------- */
#zeze-content{
	background-color: #0C2F8C;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#zeze-content .about{
	padding: 20px;
	margin: 0 0 100px 0;
}
#zeze-content .about-inner{
	background-color: #F2E737;
	padding: 15px;
}
#zeze-content .about-inner2{
	border: #0C2F8C 2px solid;
	padding: 70px;
}
#zeze-content .logo{
	text-align: right;
	margin: 0 0 300px 0;
}
#zeze-content .about-text{
	width: 520px;
}
#zeze-content .about-text h2{
	color: #102E8C;
	font-size: 22px;
	font-weight:  bold;
	margin: 0 0 60px 0;
}
#zeze-content .about-text p{
	color: #102E8C;
	line-height: 2.0;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 40px 0;
}


#zeze-content .detail{
	padding: 30px;
}
#zeze-content .detail h3{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
#zeze-content .detail p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}


/* PCのみ ================ */
@media (min-width:640px){

#zeze-content .detail-01{
	display: flex;
	justify-content: space-between;
	margin: 0 0 120px 0;
}
#zeze-content .detail-01 .text{
	width: 48%;
}
#zeze-content .detail-01 .image{
	width: 48%;
	text-align: right;
}
#zeze-content .detail-01.reverse{
	flex-direction: row-reverse;
}

#zeze-content .detail-02{
	margin: 0 0 100px 0;
}


}



/*  スマホのみ ================ */
@media (max-width:640px){
#zeze-content .about{
	padding: 10px;
	margin: 0 0 50px 0;
}
#zeze-content .about-inner{
	background-color: #F2E737;
	padding: 10px;
}
#zeze-content .about-inner2{
	border: #0C2F8C 2px solid;
	padding: 15px;
}
#zeze-content .logo{
	text-align: right;
	margin: 0 0 100px 0;
}
#zeze-content .logo img{
	width: 200px;
}

#zeze-content .about-text{
	width: 100%;
}
#zeze-content .about-text h2{
	font-size: 20px;
	margin: 0 0 30px 0;
}
#zeze-content .about-text p{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#zeze-content .detail{
	padding: 10px;
}
#zeze-content .detail h3{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#zeze-content .detail p{
	font-size: 14px;
	margin: 0 0 15px;
}
#zeze-content .detail img{
	width: 100%;
}
#zeze-content .detail-01{
	margin: 0 0 60px 0;
}
#zeze-content .detail-02{
	margin: 0 0 60px 0;
}

}



/* Sagradamadre用
--------------------------------------------------------------- */
#sagrada-content{
	background-color: #3B3837;
	overflow: hidden;
}
#sagrada-content p,
#sagrada-content h2,
#sagrada-content h3{
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 400;
	color: #fff;
  font-style: normal;
}

#sagrada-content  .brand-message{
	position: relative;
}
#sagrada-content  .brand-message .text{
	position: absolute;
	right: 20px;
	bottom: 0px;
	text-align: right;
}
#sagrada-content  .brand-message .text p{
	font-size: 16px;
	margin: 0 0 30px 0;
}


#sagrada-content .headline{
	font-size: 26px;
	margin: 0 0 80px 0;
	display: flex;
	align-items: center;
}
#sagrada-content .headline.gallery{
	margin: 0 0 30px 0;
}

#sagrada-content .headline:before,
#sagrada-content .headline:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	margin: 0 20px;
	background-color: #FBDBB6;
}

#sagrada-content .head-border:before {
    margin-right: 1rem;
}

#sagrada-content .head-border:after {
    margin-left: 1rem;
}
	

#sagrada-content .lineup{
padding: 0 30px 30px 30px;
}
#sagrada-content .lineup h2{
	font-size: 24px;
	border-bottom: #FBDBB6 1px solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#sagrada-content .lineup p{
	line-height: 2.0;
	margin: 0 0 20px 0;
}
#sagrada-content .lineup p.description{
	line-height: 1.5;
	margin: 0 0 30px 0;
}

#sagrada-content .lineup ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap:  wrap;
	margin: 0 0 110px 0;
}

#sagrada-content .lineup ul li{
	width: 21%;
	margin-right: 4%;
	margin-bottom: 15px;
}
#sagrada-content .lineup h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}
#sagrada-content .lineup .image{
	margin: 0 0 10px 0;
}
#sagrada-content .lineup .image img{
	width: 100%;
}
#sagrada-content .lineup .text{
	font-size: 12px;
	line-height: 1.3;
	border-top: #999 1px solid;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}



/* PCのみ ================ */
@media (min-width:640px){

#sagrada-content .about{
	margin:  0 0 80px 0;
}

#sagrada-content .text-box01{
	display: flex;
	justify-content: space-between;
	padding: 30px 40px 30px 40px;
}
#sagrada-content .text-box01.reverse{
	flex-direction: row-reverse;
}


#sagrada-content .text-box01 .text.size01{ width: 55%;	}
#sagrada-content .text-box01 .text.size02{ width: 50%;	}

#sagrada-content .text-box01 .image.size01{ width: 40%; }
#sagrada-content .text-box01 .image.size02{ width: 45%; }


#sagrada-content .text-box01 .text h3{
	font-size: 24px;
	margin: 0 0 20px 0;
}
#sagrada-content .text-box01 .text p{
	line-height: 2.0;
	margin: 0 0 20px 0;
}

#sagrada-content .text-box01 .image img{
	width: 100%;
}

}



/*  スマホのみ ================ */
@media (max-width:640px){

#sagrada-content  .brand-message .text{
	position: absolute;
	right: 10px;
	bottom: 0px;
	text-align: right;
}
#sagrada-content  .brand-message .text p{
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}
#sagrada-content  .brand-message .text p br{
	display:  none;
}

#sagrada-content .about{
	margin:  0 0 30px 0;
}
#sagrada-content .text-box01{
	padding: 20px;
}
#sagrada-content .text-box01 .text h3{
	font-size: 20px;
	margin: 0 0 20px 0;
}
#sagrada-content .text-box01 .text p{
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#sagrada-content .text-box01 .image img{
	width: 100%;
}

#sagrada-content .headline{
	font-size: 20px;
	margin: 0 0 50px 0;
	display: flex;
	align-items: center;
}
#sagrada-content .headline.gallery{
	margin: 0 0 30px 0;
}	

#sagrada-content .lineup{
padding: 0 15px 0px 15px;
}
#sagrada-content .lineup h2{
	font-size: 18px;
}
#sagrada-content .lineup p{
	line-height: 1.5;
}
#sagrada-content .lineup p.description{
	line-height: 1.5;
}

#sagrada-content .lineup ul{
	margin: 0 0 50px 0;
}
#sagrada-content .lineup ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
#sagrada-content .lineup ul li:nth-child(2n){
	margin-right: 0;
}

}



/*WARMGREY TAIL用
--------------------------------------------------------------- */
#wgt-content{
	background-color: #F3F1E5;
	overflow: hidden;
}
#wgt-content .image img{
	width: 100%;
}

#wgt-content .about{
	text-align: center;
	padding: 90px 90px 10px 90px;
}
#wgt-content .about h2{
	font-size: 20px;
	margin: 0 0 30px 0;
}
#wgt-content .about .logo{
	margin: 0 0 150px 0;
}
#wgt-content .about .logo img{
	width: 70%;	/* 78%*/
}
#wgt-content .about p{
	font-size: 18px;
	line-height: 2.0;
	margin: 0 0 50px 0;
}
#wgt-content .about .illust{
	text-align: left;
	padding: 100px 0 0 0;
}

#wgt-content .responsibility{
	background-color: #F6F7F7;
	text-align: left;
	padding: 80px 50px 10px 50px;
}
#wgt-content .responsibility.right{
	text-align: right;
}
#wgt-content .responsibility.center{
	text-align: center;
}

#wgt-content .responsibility .content{
	margin: 0 0 100px 0;
}
#wgt-content .responsibility.center .content{
	margin: 0 0 10px 0;
}

#wgt-content .responsibility .content p{
	font-size: 18px;
	width: 90%;
	line-height: 2.0;
	margin: 0 0 50px 0;
}
#wgt-content .responsibility.right .content p{
	padding: 0 0 0 10%;
}
#wgt-content .responsibility.center .content p{
	width: 80%;
	padding: 0 10% 0 10%;
}

#wgt-content .illust-content{
	padding: 70px 50px 15px 50px;
}
#wgt-content .illust-content.right{
	text-align: right;
}
#wgt-content .illust-content.center{
	text-align: center;
}

#wgt-content .message{
	background-color:  #F6F7F7;
	padding: 5% 5% 1% 5%;
}



/* PCのみ ================ */
@media (min-width:640px){

}


/*  スマホのみ ================ */
@media (max-width:640px){
#wgt-content .about{
	text-align: center;
	padding: 50px 10px 10px 10px;
}
#wgt-content .about h2{
	font-size: 16px;
	margin: 0 0 30px 0;
}
#wgt-content .about .logo{
	margin: 0 0 100px 0;
}
#wgt-content .about .logo img{
	width: 90%;	/* 78%*/
}
#wgt-content .about p{
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}
#wgt-content .about .illust{
	text-align: left;
	padding: 70px 0 0 0;
}
#wgt-content .about .illust img{
	width: 80%;
}

#wgt-content .responsibility{
	background-color: #F6F7F7;
	text-align: left;
	padding: 30px 15px 10px 15px;
}
#wgt-content .responsibility.right{
	text-align: right;
}
#wgt-content .responsibility.center{
	text-align: center;
}

#wgt-content .responsibility .content{
	margin: 0 0 50px 0;
}
#wgt-content .responsibility.center .content{
	margin: 0 0 10px 0;
}

#wgt-content .responsibility .content p{
	font-size: 14px;
	width: 90%;
	line-height: 2.0;
	margin: 0 0 50px 0;
}
#wgt-content .responsibility.right .content p{
	padding: 0 0 0 10%;
}
#wgt-content .responsibility.center .content p{
	width: 80%;
	padding: 0 10% 0 10%;
}

#wgt-content .illust-content{
	padding: 50px 20px 10px 20px;
}
#wgt-content .illust-content.right{
	text-align: right;
}
#wgt-content .illust-content img{
	width: 45%;
}
#wgt-content .message{
	background-color:  #F6F7F7;
	padding: 5% 5% 1% 5%;
}


}



/* ========================================================================
	04.DOWNLOAD 		[ /download/index.html ]
======================================================================== */
#download{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 100px auto;
}
#download .dl-message{
	text-align: center;
	line-height: 1.8;
	margin: -40px 0 60px 0;
}

#download-list{
}
#download-list li{
	margin: 0 0 30px 0;
}
#download-list li a{
	display: block;
	background-color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.2px;
	border: none;
	padding: 20px 0;
}
#download-list li a:hover{
	display: block;
	background-color: #C6D700;
}

#download-list li a span{
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 2px 0 0 0;
}

/* 準備中 */
#download-list li.preparation{
	display: block;
	color: #666;
	background-color: #ccc;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.2px;
	border: none;
	padding: 20px 0;
}
#download-list li.preparation span{
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 2px 0 0 0;
}

.download-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.download-list li a{
	text-decoration: none;
}
.download-list li a .image{
	border: #ccc 1px solid;
	display: block;
	margin: 0 0 3px 0;
}

.download-list .image{
}
.download-list .image img{
	width: 100%;
}
.download-list .time{
	font-size: 12px;
	padding: 2px 0 2px 8px;
}
.download-list h3{
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}
.download-list .price{
	font-size: 14px;
	font-weight: 300;
}

.dl-subnav{
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: -20px auto 50px auto;
}
.dl-subnav li{
	width: 24%;
}
.dl-subnav a{
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 14px;
	text-align: center;
	border: none;
	text-decoration: none;
	padding: 12px 10px;
	transition: 0.5s all;
}
.dl-subnav a:last-child{
}
.dl-subnav a.now{
	background-color: #B3CA00;
	color: #fff;
}



/* PCのみ ================ */
@media (min-width:640px){
	.download-list .image{
		overflow:hidden;
	}
	.download-list a .image img{
		transition:1s all;
	}
	.download-list a:hover .image img{
		transform:scale(1.1,1.1);
		transition:1s all;
	}
	.download-list a h3{
		display: inline;
		line-height:  1.2;
		padding-bottom: 0.1em;
		background: linear-gradient(#000, #ccc) 0 100%/0 1px no-repeat;
		transition: background .4s;
		text-decoration: none;
		text-align: center;
	}
	.download-list a:hover h3 {
		background-size: 100% 1px;
	}

.download-list li{
	width: 18%;
	margin: 0 2% 2% 0;
}
.download-list li:nth-child(5n){
	margin: 0 0 2% 0;
}

.download-list li a{
	text-decoration: none;
}
.download-list li a .image{
	border: #ccc 1px solid;
	display: block;
	margin: 0 0 3px 0;
}
.download-list li a:hover .image{
	border: #B3CA00 1px solid;
}


}


/*  スマホのみ ================ */
@media (max-width:640px){
#download{
	padding: 50px 10px 0 10px;
	margin: 0 auto 60px auto;
}
.download-list li{
	width: 31%;
	margin: 0 3% 3% 0;
}
.download-list li:nth-child(3n){
	margin: 0 0 3% 0;
}

}



/* ========================================================================
	05.SHOP						[ shop.html ]
======================================================================== */
#shop{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}
#shop .headline-h1-content{
	margin: 0 0 80px 0;
}

.shop-key{
	max-width: 1400px;
	max-height: 600px;
	overflow: hidden;
	margin: 0 auto;
}
.shop-key img{
	display: block;
	width: 100%;
}

.shop-content{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 60px auto;
}
.shop-content .message{
	max-width: 600px;
	margin: 0 auto 80px auto;
}
.shop-content .message p{
	font-size: 14px;
	line-height: 2.0;
	margin: 0 0 30px 0;
}

.shop-content .image-box{
	margin: 0 0 100px 0;
}
.shop-content .image-box img{
	width: 100%;
}


#shop .section{
	margin: 0 0 100px 0;
}
#shop .description{
	font-size: 14px;
	line-height: 2.0;
	text-align: center;
	margin: 0 0 30px 0;
}

.shop-content h2{
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px 0;
	text-align: center;
}


.shop-content .map{
	width: 100%;
	margin: 0 0 10px 0;
}
.shop-content .gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
border: #ccc 1px solid;
}
.shop-content .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: none;
}
.shop-content a.tel-link{
	text-decoration: none;
	border: none;
}
.shop-content .address {
	padding: 5px 0 0 0;
}

/*  PCのみ ================ */
@media (min-width:640px){
	#shop-description{
		display: flex;
		max-width: 1200px;
		padding: 100px 20px 100px 20px;
		margin: 0 auto;
	}
	#shop-description .logo{
		width: 300px;
		display: flex;
		justify-content: center;
		align-items:center;
	}
	#shop-description .logo img{
		width: 150px;
	}
	#shop-description .text{
		width: 700px;
	}
	#shop-description .text p{
		font-size: 14px;
		margin: 0 0 20px 0;
	}

	.shop-brand{
		display: flex;
		max-width: 1200px;
		padding: 50px 0;
		margin: 0 auto 80px auto;
	}
	.shop-brand .logo{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
	}
	.shop-brand .logo img.hunt9{		width: 100px;	}
	.shop-brand .logo img.ns{		width: 80px;	}
	.shop-brand .logo img.adnil-land{		width: 100px;	}
	.shop-brand .text{
		display: flex;
		width: 700px;
		align-items: center;
	}

}

/*  スマホのみ ================ */
@media (max-width:640px){
	#shop-description{
		padding: 30px 10px 20px 20px;
	}
	#shop-description .logo{
		display: flex;
		justify-content: center;
		align-items:center;
		margin: 0 0 30px 0;
	}
	#shop-description .logo img{
			width: 40%;
		}
	#shop-description .text p{
		margin: 0 0 25px 0;
	}
	.shop-content .message{
		margin: 0 auto 50px auto;
	}
	.shop-content .image-box{
		margin: 0 0 50px 0;
	}

	.shop-brand{
		padding: 20px 15px 50px 15px;
		margin: 0 auto 80px auto;
	}
		.shop-brand:last-child{
		margin: 0 auto 0 auto;
	}

	.shop-brand .logo{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 10px 0;
	}
	.shop-brand .logo img.hunt9{		width: 100px;	}
	.shop-brand .logo img.ns{		width: 70px;	}
	.shop-brand .logo img.adnil-land{		width: 90px;	}
	.shop-brand .text{
		display: flex;
		align-items: center;
	}

}





/* ========================================================================
	06.RECRUIT			[ /recruit/index.html ]
======================================================================== */
#recruit{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 80px auto;
}
.comingsoon{
	padding: 50px 50px 200px 50px;
	text-align: center;
}

#recruit-index{
}
#recruit-index h2{
	font-size: 20px;
	font-weight: 600;
	line-height: 2.0;
	text-align:  center;
	margin: 0 0 60px 0;
}
#recruit-index h2.job-headline{
	margin: 0 0 30px 0;
}
#recruit-index .message p{
	font-size: 16px;
	text-align:  center;
	margin: 0 0 25px 0;
}

.recruit-image{
	margin: 50px 0 100px 0;
	overflow: hidden;
}

.job-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
.job-list li{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #CCC;
	color: #565656;
	width: 32%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	margin: 0 0 15px 0;
}
.job-list li span{
	width: 100%;
	font-size: 12px;
	padding: 5px 0 0 0;
}
.job-list li.btn-style02{
	padding: 0;
}
.job-list li.btn-style02 a{
	display: block;
	padding: 30px;
	width: 100%;
	background-color: #fff;
	border-bottom: none;
	text-decoration: none;
}

/*  スマホのみ ================ */
@media (max-width:640px){
.job-list li{
	width: 48%;
	}
}




/* ========================================================================
	06-2. RECRUIT 個別ページ
======================================================================== */
.headline-recruit-content{
	text-align:  center;
	margin: -40px 0 30px 0;
}
.headline-recruit-content h2{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
}


#recruit-key-text{
	background-color: #fff;
}
#recruit-key-text h3{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom: #B3CA00 1px solid;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
}
#recruit-key-text p{
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
#recruit-key-image div{
  width: 100%;
  background-size: cover;
  background-position: center;
}
#recruit-key-image img{
	max-width: 100%;
}

#recruit-key-image.oversea div{
	background-image: url("../../img/recruit/oversea/key.jpg");
}
#recruit-key-image.retail div{
	background-image: url("../../img/recruit/retail/key.jpg");
}
#recruit-key-image.product div{
	background-image: url("../../img/recruit/commodity/key.jpg");
}
#recruit-key-image.ec div{
	background-image: url("../../img/recruit/ec/key.jpg");
}
#recruit-key-image.account div{
	background-image: url("../../img/recruit/account/key.jpg");
}
#recruit-key-image.design div{
	background-image: url("../../img/recruit/design/key.jpg");
}
#recruit-key-image.sales div{
	background-image: url("../../img/recruit/sales/key.jpg");
}

.recruit-content{
	margin: 0 0 80px 0;
}
.recruit-content h3{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 25px 0;
}

.recruit-content-box{
	margin: 0 0 40px 0;
}
.recruit-content-box h4{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
.recruit-content-box p{
	margin: 0 0 15px 0;
}



.recruit-content  ul.list{
	padding:  0 20px;
}
.recruit-content .list li{
	text-indent: -1em;
	margin: 0 0 12px 0.5em;
}

/* リストの「・」 */
.recruit-content .list li:before {
	content:  ""; 
	width:  4px;
	height:  4px;
	display:  inline-block;
	background-color: #666;
	border-radius:  50%;
	position:  relative;
	top: -1px; 
	margin-right: 0.5em; 
}

.recruit-flow{
	padding: 30px 20px 0 20px;
}
.recruit-flow li{
	padding: 0 0 40px 0;
	border-bottom: #ccc 1px solid;
	margin: 0 0 40px 0;
}

.recruit-flow .text span{
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.recruit-flow .text p{
	line-height: 1.6;
	margin: 0 0 15px 0;
}

.recruit-entry{
	text-align: center;
	margin: 0 0 80px 0;
}
.recruit-entry p a{
	background-color: #fff;
	border-bottom: none;
	text-decoration: none;
	padding: 10px 50px;
}


/* デザイン部 */
.recruit-design-business img{
	width: 100%;
}
.recruit-design-business li{
	box-sizing: border-box;
	width: 31%;
	background-color: #fff;
	padding: 3%;
}
.recruit-design-business li h4{
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 20px 0;
}

.recruit-design-business-text{
}
.recruit-design-business-text li{
	width: 100%;
	padding: 0;
	margin: 0 0 8px 0;
}
.recruit-design-business-text li:before {
	content:  ""; 
	width:  4px;
	height:  4px;
	display:  inline-block;
	background-color: #666;
	border-radius:  50%;
	position:  relative;
	top: -1px; 
	margin-right: 0.5em; 
}

.recruit-design-voice-title{
	width: 640px;
	margin: 80px auto 80px auto;
}
.recruit-design-voice-title img{
	width: 100%;
}

.recruit-design-voice{
	overflow: hidden;
	margin: 0 0 100px 0;
}

.recruit-design-voice li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
}
.recruit-design-voice .image{
	width: 22%;
}
.recruit-design-voice .image img{
	width: 100%;
}
.recruit-design-voice .image .name{
	font-size: 16px;
	text-align: center;
	padding: 5px 0 0 0;
}

/* 吹き出し */
.balloon {
	box-sizing: border-box;
	width: 75%;
  position: relative;
  display: inline-block;
  padding: 30px 40px 10px 40px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #B5D463;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 25px solid #B5D463;
}
.balloon p {
	font-size: 18px;
	line-height: 1.7;
  margin: 0 0 20px 0;
}

.balloon.right {
  margin: 1.5em 15px 1.5em 0;
}
.balloon.left {
  margin: 1.5em 0 1.5em 15px;
}
.balloon.left:before {
  top: 50%;
  left: -30px;
  border: 10px solid transparent;
  border-right: 25px solid #B5D463;
}


.recruit-design-works{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit-design-works li{
	width: 31%;
	margin: 0 0 3%;
}
.recruit-design-works li img{
	width: 100%;
}


/*  PCのみ ================ */
@media (min-width:640px){

#recruit-key{
	display: flex;
	margin: 0 0 80px 0;
}
#recruit-key-text{
	padding: 30px;
	width: 40%;
	min-height: 350px;
}

#recruit-key-image{
  width: 60%;
}
#recruit-key-image div{
  width: 100%;
  height: 100%;
}

.recruit-flow li{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.recruit-flow .text{
	width: 60%;
}
.recruit-flow .text span{
	font-size: 18px;
}

.recruit-flow .image{
	width: 35%;
}
.recruit-entry p a:hover{
	background: none;
}
.recruit-design-business{
	display: flex;
	justify-content: space-between;
}

}


/*  スマホのみ ================ */
@media (max-width:640px){
.headline-recruit-content{
	margin: -10px 0 20px 0;
}
.headline-recruit-content h2{
	font-size: 22px;
}

#recruit-key{
	display: flex;
	flex-direction: column-reverse;
	margin: 0 0 60px 0;
}
#recruit-key-text{
	padding: 20px 20px 5px 20px;
}
#recruit-key-text h3{
	font-size: 18px;
}

#recruit-key-image div{
  width: 100%;
  min-height: 240px;
}

.recruit-content.design-business{
	margin: 0 0 30px 0;
}
.recruit-content h3{
	font-size: 18px;
}
.recruit-flow{
	padding: 30px 0 0 0;
}
.recruit-flow li{
	margin: 0 0 30px 0;
}
.recruit-design-voice-title{
	width: 96%;
	margin: -20px auto 40px auto;
}

.recruit-design-voice{
	margin: 0 0 0px 0;
}

.recruit-design-business li{
	width: 100%;
	background-color: #fff;
	padding: 10px;
	margin: 0 0 15px 0;
}
.recruit-design-business li h4{
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 10px 0;
}

.recruit-design-business-image{
	width: 40%;
}
.recruit-design-business-text{
	width: 50%;
}
.recruit-design-business-text li{
	width: 100%;
	padding: 0;
	margin: 0 0 3px 0;
}

.recruit-design-voice .image .name{
	font-size: 14px;
	text-align: center;
	padding: 5px 0 0 0;
}

.balloon {
  padding: 15px 15px 5px 15px;
  font-size: 16px;
}
.balloon:before {
  top: 20%;
}
.balloon p {
	font-size: 16px;
	line-height: 1.5;
  margin: 0 0 10px 0;
}
.balloon.right {
  margin: 0 15px 1.5em 0;
}
.balloon.left {
  margin: 0 0 1.5em 15px;
}
.balloon.left:before {
  top: 20%;
}

.business-list{
	display: flex;
}

.recruit-design-works li{
	width: 48%;
	margin: 0 0 3%;
}

}





/* ========================================================================
	07.OEM											[ /oem/index.html ]
======================================================================== */
#oem{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 50px auto;
}
#oem .message{
	max-width: 640px;
	margin: 0 auto 30px auto;
}
#oem .message h2{
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 35px;
}
#oem .message p{
	font-size: 16px;
	line-height: 2.0;
	margin: 0 0 30px 0;
}
#oem .btn01{
	margin: 50px 0 100px 0;
}

#oem .btn{
	text-align: center;
}
#oem .btn a{
	background-color: #fff;
	padding: 5px 14px;
	border-bottom: none;
}
#oem .btn a:hover{
	background: none;
}
#oem .btn a i{
	padding: 0 8px 0 0;
}

.oem-flow{
	max-width: 640px;
	background-color: #fff;
	padding: 50px 100px 30px 100px;
	margin: 0 auto 80px auto;
}
.oem-flow .headline{
	max-width: 400px;
	text-align: center;
	border-bottom: #C7D800 2px dashed;
	margin: 0 auto 50px auto;
}
.oem-flow .headline h2{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.0px;
	margin: 0 0 5px 0;
}
.oem-flow .headline p{
	font-size: 16px;
	margin: 0 0 15px 0;
}
.oem-flow img{
	width: 100%;
}
.oem-flow .caution{
	text-align: right;
	padding: 30px 0 0 0;
}

.oem-works{
	max-width: 840px;
	margin: 0 auto;
}
.oem-works h2 {
  position: relative;
	font-size: 18px;
  text-align: center;
	padding: 0 65px;
	margin: 0 0 20px 0;
}

.oem-works h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.oem-works h2 span {
  position: relative;
  padding: 0 50px;
  background: #E5E7E3;
}

.oem-works ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.oem-works ul li{
	width: 45%;
	margin: 0 0 50px 0;
}
.oem-works ul li h3{
	font-size: 16px;
	margin: 0 0 5px 0;
}
.oem-works ul li img{
	margin: 0 0 10px 0;
}
.oem-works ul li p{
	font-size: 12px;
}

#oem .btn02{
	margin: 0 0 150px 0;
}


/*  スマホのみ ================ */
	@media (max-width:640px){
#oem .message p{
	font-size: 14px;
	margin: 0 0 20px 0;
}
.oem-flow{
	padding: 25px;
	margin: 0 auto 50px auto;
}
.oem-flow .headline{
	max-width: 400px;
	text-align: center;
	border-bottom: #C7D800 2px dashed;
	margin: 0 auto 50px auto;
}
.oem-flow .headline h2{
	font-size: 20px;
}
.oem-flow .headline p{
	font-size: 14px;
}
.oem-flow .caution{
	text-align: left;
	padding: 30px 0 0 0;
}
#oem .btn a{
	text-decoration: none;
}
.oem-works ul li h3{
	font-size: 14px;
}

}



/* ========================================================================
	08.CONTACT			[ /contact/index.html ]
======================================================================== */
#contact{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 50px auto;
}

#contact h2{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 20px 0;
}
#contact h2.form-error{
	color: #D70306;
	font-weight: 600;
	margin: -40px 0 20px 0;
}
#contact h2.form-confirm{
	margin: -40px 0 20px 0;
}
#contact h2.form-end{
	margin: -40px 0 20px 0;
}

#contact p strong.caution{
	color: #D70306;
	font-weight: 600;
}

#contact .form-message{
	background-color: #fff;
	max-width: 680px;
	padding: 20px 26px 10px 26px;
	border-radius: 6px;
	margin: 0	auto 20px	auto;
}
#contact .form-message p{
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 10px 0;
}
#contact .form-message p a{
	color: #000000;
}

#contact .form-message-caution{
	background-color: #FEEBEB;
	max-width: 680px;
	padding: 20px 26px 15px 26px;
	border-radius: 6px;
	border: #FA3636 1px solid;
	margin: 0	auto 20px	auto;
}




/* form-table */
#form-table{
	box-sizing: border-box;
	max-width: 700px;
	margin: 0 auto;
}
#form-table.confirm tr{
	border-bottom: #ccc 1px solid;
}

#form-table th{
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	width: 12em;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 15px 10px;
}
#form-table th span{
	background-color: #9AA000;
	color: #fff;
	font-size: 10px;
	border-radius: 2px;
	padding: 2px 5px;
	margin: 0 0 0 3px;
}
#form-table td{
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	padding: 15px 10px;
}
#form-table td label{
	margin: 0 10px 0 0;
}
#form-table td span{
	font-size: 14px;
}

#form-table td textarea{
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	min-height: 150px;
	padding: 10px;
}

.form-name,
.form-kana,
.form-company,
.form-email,
.form-tel,
.form-address,
.form-url{
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}
.form-age{
	box-sizing: border-box;
	width: 6em;
	font-size: 16px;
	padding: 10px;
}
.form-job{
cursor: pointer;
	font-size: 16px;
	padding: 10px;
}


#contact-form .btn{
	text-align:  center;
	padding: 30px 0 0 0;
}
#contact-form .btn input{
	outline: none;
	background-color: #B3CA00;
	border: none;
	font-size: 16px;
	color: #fff;
	padding: 10px 60px;
	cursor: pointer;
}

.inquiry-message{
	background-color: #FBF9CD;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 20px;
	border-radius: 6px;
	margin: 20px 0 0 0;
}
#contact-form td .msg{
	color: #D70306;
	font-weight: 500;
	font-size: 16px;
}

#contact-form .inquiry-complete{
	margin: -30px 0 30px 0;
	padding: 0 10px;
}
#contact-form .inquiry-complete p{
	font-size: 16px;
	line-height: 1.6;
	margin:  0 0 15px 0;
}

/*  PCのみ ================ */
@media (min-width:640px){
.form-qusetion1 br{
	display: none;
}
}

/*  スマホのみ ================ */
	@media (max-width:640px){
	#form-table{
		width: 100%;
	}
	#form-table th{
		display: block;
		font-weight: 500;
		width: 100%;
		padding: 10px 10px 0 10px;
	}
	#form-table td{
		display: block;
		width: 100%;
		padding: 5px 10px 5px 10px;
		margin: 0 0 10px 0;
	}
	#contact-form .btn{
		text-align:  center;
		padding: 5px 0 0 0;
	}
	.form-name,
	.form-kana,
	.form-company,
	.form-email,
	.form-tel,
	.form-url{
		width: 100%;
	}
	
}



/* ========================================================================
	09.ONLINE SHOP				[ onlineshop.html ]	
======================================================================== */
#onlineshop{
	max-width: 1000px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 80px auto;
}

#online-content{
	display: flex;
	justify-content: center;
	align-items: center;
}
#online-content .shopify{
	padding: 0 30px 0 30px;
	border-right: #ccc 1px solid;
}
#online-content .b-cart{
	padding: 0 30px 0 30px;
}
#online-content h2{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#online-content .image{
	margin: 0 0 30px 0;
}
#online-content a .hover-image{
	border: #ccc 1px solid;
	transition: 0.5s all;
}
#online-content a:hover .hover-image{
	border: #333 1px solid;
}
#online-content img{
	width: 100%;
}
#online-content .btn{
	text-align: center;
}
#online-content .btn a{
	padding: 8px 14px;
	border-bottom: none;
	text-decoration: none;
	background-color: #fff;
}
#online-content .btn a i{
	padding: 0 8px 0 0;
}


/*  PCのみ ================ */
@media (min-width:640px){
#online-content .btn a:hover{
	background: none;
}
}


/*  スマホのみ ================ */
@media (max-width:640px){
#onlineshop{
	padding: 50px 0 0 0;
	margin: 0 auto 50px auto;
}
#online-content h2{
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#online-content .shopify{
	padding: 0 15px 0 15px;
}
#online-content .b-cart{
	padding: 0 15px 0 15px;
}
#online-content .btn a{
	display: flex;
	text-decoration: none;
	align-items: center;
}

}



/* ========================================================================
	10.PRIVACY POLICY			[ privacy.html ]
======================================================================== */
#privacy{
	max-width: 800px;
	padding: 50px 20px 0 20px;
	margin: 0 auto 100px auto;
}

#privacy-content{
}
#privacy-content p.description{
	margin: 0 0 50px 0;
}
#privacy-content .section{
	margin:  0 0 50px 0;
}

#privacy-content h2{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
#privacy-content p{
	line-height: 1.8;
	margin: 0 0 10px 0;
}

#privacy-content ol{
	margin: 0 0 10px 30px;
}
#privacy-content ol li{
	list-style-type: decimal;
	padding: 0 0 0 5px;
}
#privacy-content ol ol{
	margin: 10px 0 10px 30px;
}

/*  スマホのみ ================ */
@media (max-width:640px){
	#privacy-content h2{
		font-size: 16px;
	}
	#privacy-content ol{
		margin: 0 0 10px 25px;
	}
}


/* ========================================================================
	11.404 NOT FOUND		[ 404.html ]
======================================================================== */
#notfound{
	max-width: 800px;
	text-align: center;
	padding: 100px 20px 0 20px;
	margin: 0 auto 100px auto;
}

#notfound h2{
	font-family: quasimoda,sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 15px 0;
}





