﻿@charset "utf-8";


/*		Contents
-------------------------------------------------------
	01.Home   [ index.html ]

	02.ABOUT   [ /about.html ]
	03.PRODUCTS   [	/products.html	]
	04.FAQ   [	faq.html	]
	05.お問い合わせ   [	/inquiry/index.html	]
-------------------------------------------------------*/


/* ========================================================================
	01.Home   [ index.html ]
======================================================================== */

/* スライダー
--------------------------------------------------------------- */
.slider{
	overflow: hidden;
}
.flexslider{
	border: none !important;
}

/* index-message
--------------------------------------------------------------- */
#index-message{
	padding: 150px 0 0 0;
	text-align: center;
}
#index-message h2{
	font-family: "Montserrat", sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin:  0 0 50px 0;
}
#index-message p{
	line-height: 2.0;
	margin: 0 0 30px 0;
}
#index-message p.text{
	padding: 0 10px;
}

#index-message p.more-link{
	margin: 0 0 150px 0;
}

/* YouTube埋め込み */
.youtube-content{
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto 30px auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*  スマホのみ ================ */
@media (max-width:640px){
#index-message{
	padding: 30px 0 0 0;
}
#index-message p.more-link{
	margin: 0 0 80px 0;
}

}


/* index-about
--------------------------------------------------------------- */
#index-about{
	display: flex;
	justify-content: space-between;
	width: 96%;
	padding: 0 2%;
	margin: 0 0 50px 0;
}
#index-about li{
	width: 32%;
	overflow: hidden;
}

.c-bnr {
  display: inline-block;
  width: 100%;
  height: 650px;
}
.about01{
  background: url("../../img/index/index-about_01.jpg") no-repeat center center / cover;
}
.about02{
  background: url("../../img/index/index-about_02.jpg") no-repeat center center / cover;
}
.about03{
  background: url("../../img/index/index-about_03.jpg") no-repeat center center / cover;
}
 
.c-bnr.practice03 {
  position: relative;
	transform:scale(1.05,1.05);
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-bnr.practice03::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.c-bnr.practice03::before {
  background: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
}
.c-bnr.practice03:hover::before,
.c-bnr.practice03:hover::after {
  opacity: 1;
}
.c-bnr.practice03:hover::after {
  letter-spacing: 0.1em;
}
.c-bnr.practice03:hover {
	transform:scale(1.0,1.0);
}

#index-about a {
	color: #000;
	text-decoration: none;
}
#index-about a h3{
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat", sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	z-index: 50;
	letter-spacing: 2px;
	background-color: #000;
	width: 10em;
	padding: 2px 20px;
}
#index-about a:hover h3{
	color: #000;
	background-color: #fff;
	width: 100%;
	transition: all 0.3s;
}


/*  スマホのみ ================ */
@media (max-width:640px){
.c-bnr {
  height: 350px;
}
}


/*
index-products
------------------------------------------------------------------------ */
#index-products{
	overflow: hidden;
	background-color: #000000;
	padding: 120px 0 80px 0;
	text-align: center;
}
#index-products h2,
#index-products p{
	color: #fff;
	line-height: 2.0;
}
#index-products h2{
	font-family: "Montserrat", sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 45px 0;
}

#index-products ul{
	display: flex;
	width: 100%;
	padding: 60px 0 0 0;
	margin: 0 0 60px 0;
}
#index-products ul li{
	width: 25%;
}
#index-products ul li img{
	width: 100%;
}
#index-products .name{
	font-family: "Montserrat", sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

/*  スマホのみ ================ */
@media (max-width:640px){
#index-products{
	padding: 50px 0 50px 0;
}
#index-products p{
	padding: 0 15px;
}

}



/* ========================================================================
	02.ABOUT   [ /about.html ]
======================================================================== */
#second-title{
	font-family: "Montserrat", sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	padding:  50px 0 5px 0;
}
#second-title::after{
	content: "";
  height: 0;
  display: block;
  border-bottom: #707070 2px solid;
  width: 26px;
  margin: 10px auto 30px;
}

.about-content{
}
.about-content h2{
	font-family: "Montserrat", sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px 0;
}
.about-content p{
	max-width: 800px;
	text-align: center;
	line-height: 1.8;
	padding: 0 15px;
	margin: 0 auto 20px auto;
}

.about-spec{
	background: url("../../img/about/spec.jpg") no-repeat left center;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	padding: 80px 80px 80px 0;
	margin: 50px 0 50px 0;
}
.about-spec table{
	width: 20em;
}
.about-spec table tr{
	border-bottom: #ccc 1px solid;
}
.about-spec table th{
	text-align: left;
	padding: 8px 0;
}
.about-spec table td{
	text-align: right;
	padding: 8px 0;
}

/*  スマホのみ ================ */
@media (max-width:640px){
.about-spec{
	padding: 30px 30px 30px 0;
}
}


/* シリカの効能 */
.about-efficacy{
	position: relative;
	margin: 0 0 50px 0;
}
.about-efficacy.left{
	padding: 0 5%;
}
.about-efficacy.right{
	display: flex;
	justify-content: flex-end;
	padding: 0 5%;
}

.about-content.efficacy{
	margin: 0 0 150px 0;
}
.about-content.efficacy h2{
	font-size: 20px;
	padding: 30px 0 0 0;
}

.about-efficacy .image{
	width: 40%;
}
.about-efficacy .image img{
	width: 100%;
}
.about-efficacy .text{
	background-color: #fff;
	width: 40%;
	padding: 5rem;
}
.about-efficacy .text h3{
	margin: 0 0 15px 0;
}

.about-efficacy .text p{
	text-align: left;
	margin: 0;
	padding: 0;
}

.about-efficacy.left .text{
	position: absolute;
	left: 30%;
	top: 20%;
	z-index: 60;
}
.about-efficacy.right .text{
	position: absolute;
	right: 30%;
	top: 20%;
	z-index: 60;
}

/*  スマホのみ ================ */
@media (max-width:640px){
.about-efficacy.left{
	padding: 0 10px;
}
.about-efficacy.right{
	padding: 0 10px;
}
.about-efficacy .image{
	width: 50%;
}
.about-efficacy .text{
	width: 50%;
	padding: 15px;
}
.about-efficacy.left .text{
	left: 40%;
	top: 15%;
}
.about-efficacy.right .text{
	right: 40%;
	top: 15%;
}

}


/* detail */
#about-detail{
	background-color: #000000;
	display: flex;
	align-items: center;
	padding: 0 10%;
	margin: 100px 0 0 0;
}
#about-detail .image{
	width: 46%;
	padding: 2% 2%;
}
#about-detail ul{
	width: 50%;
}
#about-detail ul li{
	margin: 0 0 70px 0;
}
#about-detail ul h3{
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px 0;
}
#about-detail ul p{
	color: #fff;
}

/*  スマホのみ ================ */
@media (max-width:640px){
#about-detail{
	padding: 5% 5% 5% 1%;
	margin: 100px 0 0 0;
}
#about-detail ul li{
	margin: 0 0 20px 0;
}
#about-detail ul h3{
	margin: 0 0 5px 0;
}

}




/* ========================================================================
	03.PRODUCTS   [	/products.html	]
======================================================================== */
#product{
	margin: 0 0 100px 0;
}
#product h2{
	max-width: 1000px;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0 4%;
	margin: 0 auto 30px auto;
}

.product-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto 150px auto;
}
.product-list li{
	width: 18%;
	padding: 0 2.5% 0 0;
	text-align: center;
}
.product-list li:last-child{
	padding: 0;
}
.product-list li img{
	width: 80%;
	margin: 0 0 15px 0;
}
.product-list li .code{
	display: inline-block;
	background-color: #000000;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
	margin:  0 0 10px 0;
}
.product-list li .name{
	margin:  0 0 5px 0;
}

#product .more-link{
	text-align: center;
	margin: -60px 0 0 0;
}

/*  スマホのみ ================ */
@media (max-width:640px){
#product{
	margin: 0 0 60px 0;
}
.product-list{
	margin: 0 auto 80px auto;
}
#product .more-link{
	text-align: center;
	margin: -20px 0 0 0;
}

}


/* ========================================================================
	04.FAQ   [	faq.html	]
======================================================================== */
.accordion{
	padding: 0 15px;
	margin: 0 0 60px 0;
}
.accordion_container {
  max-width: 900px;
  margin: 0 auto 20px auto;
}
.accordion_title {
  background-color: #dfdfdf;
  font-size: 14px;
	color: #000;
  padding: 20px 50px 20px 15px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_title:hover {
  opacity: .8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_title.default .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.default .icon_wrap .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_title.default.open .icon_wrap .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_title.default.open .icon_wrap {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.accordion_title.default .icon_wrap .icon:before {
  content: none;
}
.accordion_title.open .icon_wrap .icon:before {
  content: none;
}
.accordion_title.default.open .icon_wrap .icon:before {
  content: "";
}
.accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_title.default.open .icon_wrap .icon:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_inner {
  display: none;
  padding: 15px 15px 5px 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.accordion_inner.default {
  display: block;
}
.txt_a_ac p{
  margin: 0 0 10px 0;
}




/* ========================================================================
	05.お問い合わせ   [	/inquiry/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: #DFDFDF;
	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;
}
#contact .form-clip{
	width: 100%;
}



/* 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){
#contact{
	padding: 20px 10px 0 10px;
	margin: 0 auto 50px auto;
}

	#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%;
	}
	
}






