@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Shippori Mincho B1', serif;
	color: #1c1c1c;}
.titleArea{
	width: 100%;
	text-align: center;
	margin: 30px 0 20px;}
.small{
	font-size: 17px;}
.titleArea h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 1em;}
.titleArea h2:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #3A3E33;
	border-radius: 100vh;}
.heading01 {
	position: relative;
	font-size: 22px;
	text-align: center;}
.heading01::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 15px;
	color: #3A3E33;
	font-size: 22px;
	font-weight: 600;}
.heading01::after {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #3A3E33;}
.heading02,
.heading02-2{
	position: relative;
	font-size: 26px;
	text-align: center;}
.heading02::before,
.heading02-2::before{
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #1c1c1c;
	font-size: 25px;
	font-weight: 600;}
.heading02::after {
	content: '';
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #1c1c1c;}
.heading02-2::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #1c1c1c;}
/*　透過　*/
.opacity{
	opacity:1;
	transition: .3s ease-in-out;}
.opacity a:hover{
	opacity:0.8}
/* header */
nav ul {
	list-style: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;}
#header {
	position:fixed;
	padding: 0;
	width: 100%;
	z-index: 115;
	background: #0f1626;}
#header .header-inner {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	height: 80px;
	background: transparent;}
#header .logo {
	width: 250px;
	z-index: 70;}
.logo img{
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: cover;}
.gnavi{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom:8px;}
.gnavi li{
    margin:0;}
.gnavi li a{
	position: relative;
	font-size:18px;
	font-weight:500;
	display: block;
	padding:15px 10px 10px;
	text-decoration: none;
	color:#fff;}
.gnavi li a:hover{
	color:#ab987a;}
#header .contact{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}
#header .c_tel img{
	width: 160px;
	margin-top: 8px;
	margin-right: 10px;}
#header .formArea{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 6px;
	background: #ab987a;
	margin:3px 10px 0 0;
	text-align: center;}
#header .formArea img{
	width: 70%;
	height: auto;
	margin-top: 14px;}
/* メインビュー */
.mainvisual {
	position:relative;
	width: 100%;
	height: 100vh;
	background: url("../images/top_img001.jpg") no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	z-index: -1;}
.mainvisual::after {
	content: "";
	background: url("../images/top_img_f.png") no-repeat center top;
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;}
.copy {
    position: absolute;
    top: 90%;
    left: 20%;
    transform: translate(-20%, -90%);
    z-index: 10;
    width: 70%;}
p.catch span {
	font-weight: bold;
	font-style: normal;
	color: #ad4533;
	padding: 7px 10px;
	margin:0 0 8px 0;
	font-size: 36px;
	line-height: 75px;
	background: rgba(255,255,255,0.8);}
/* アネシスとは */
#concept_area,
#product_area{
	position:relative;
	width: 100%;
	background:rgba(255,255,255,0.7);
	padding:5%;
	z-index: 10;}
#sample_area{
	width: 100%;}
.sampleWrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:center;}
.sampleitem{
	width: 33.3333%;}
.sampleitem img{
	width: 100%;
	height: auto;}
.anesisu_area,
.a_featureWrap{
	width: 90%;
	margin: 0 auto;
	padding: 3%;}
.anesisuWrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;}
.anesius_item{
	width: 48%;}
.anesius_item img{
	width: 100%;
	height: auto;}
.a_title{
	font-weight: 400;
	text-align: center;}
.concept_Wrap{
	width: 800px;
	margin: 0 auto;}
.title{
	width: 350px;
	margin: 0 auto;}
.title p{
	text-align: center;
	font-size: 20px;}
.title img{
	width: 100%;
	height: auto;}
.anesis_detail{
	padding: 30px;
	font-size: 17px;
	line-height: 30px;}
.nayami_area{
	width: 90%;
	margin: 0 auto;
	padding: 1%;}
.pc_item{
	display: block;}
.pc_area{
	position: relative;
	width: 100%;
	margin: 0 auto;}
.pc_area img{
	width: 100%;
	height: auto;}
.fluffy1 img{
	position: absolute;
	top:15%;
	left: 50%;
	-webkit-transform: translate(-50%, -15%);
	-ms-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);}
.fluffy1 img{
	width: 500px;
	height: auto;}
.sp_item{
	display: none;}
#a_feature_area,
#feature_area{
	position:relative;
	width: 100%;
	background:rgba(221,255,221,0.5);
	padding:3%;
	z-index: 10;}
.a_featureWrap{
	width: 80%;
	margin: 0 auto;}
.point_area{
	width: 800px;
	margin: 0 auto;
	text-align: center;}
.point_title_img{
	width: 100%;}
.point_title_img img{
	width:280px;
	height: auto;
	margin-bottom: 10px;}
.point_title{
	font-size: 40px;
	line-height: 48px;
	font-weight:400;
	color:#f7931e;}
.point_area p{
	font-size: 18px;
	padding:10px 30px;
	text-align: left;}
.point1_area{
	width: 700px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;}
.point2_area{
	width: 90%;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;}
.point1_item,
.point2_item{
	width: 100%;}
.point1_item img,
.point2_item img{
	width: 100%;
	height: auto;}
.point1_item p{
	background:#fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 18px;}
.point1_flex{
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;}
.point1_img{
	width: 50%;}
.point1_img img{
	width: 100%;
	height: auto;}
.feature-list{
	width: 90%;
	margin: 30px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;}
.featureBox{
	position: relative;
	width: 24%;
	height: 300px;
	padding:20px;
	text-align: center;
	background:#fff;
	border:1px solid #eee;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 20px -20px rgba(0,0,0,0.2);}
.featureBox2{
	position: relative;
	width: 23%;
	background: #fff;
	border-radius: 10px;
	padding: 15px;}
.featureBox2 img{
	width: 100%;
	height: auto;}
.featureBox h3{
	margin:20px 0;}
.featureBox .text1{
	text-align: left;
	font-size: 17px;
	line-height: 25px;}
.margin{
	margin-bottom: 30px;}
.f_wrap{
	width: 800px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 30px;}
.service-list8{
	width: 90%;
	margin: 0 auto 30px;}
.serviceBox8{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;}
.serviceBox8:nth-child(even) {
  flex-direction: row-reverse;}
.leftBox,
.rightBox{
	width: 48%;}
.leftBox img{
	width: 90%;
	margin: 0 auto;}
.rightBox h3{
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin: 15px 0 0;}
.sub_title8{
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;}
.commentArea8{
	line-height: 25px;
	padding: 15px 0;}
/* ショップリスト */
#shop{
	width: 100%;
	padding: 3%;}
.shop_bar{
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}
.reflection-img img{
	width: 90%;
	height: auto;}
.shop_bar p img{
	padding-top:10px;}
.tel{
	margin-top:50px;
	text-align:center;}
.tel .tel_comment{
	font-size: 20px;
	font-weight:bold;
	color:#000;}
/* 商品詳細 */
.m_detail{
	text-align: center;}
table.tb_dtail {
	width: 70%;
	margin:0 auto 20px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;}
.tb_dtail th {
	width:20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
	background: #ab987a;
	color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}
.tb_dtail td {
	width:50%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}
/* ページの上に戻る */
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 60px;
	margin: 0;
	z-index: 99;}
#pagetop a{
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    background:#ab987a;
    transition: opacity .6s ease;
    color: #FFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 40px;
    border-radius:100%;}
#pagetop a:hover {
    opacity: .8;}
/* footer icon */
.fixed_area,
.bottom-menu{
	display: none;}
/* footerエリア */
#footer {
	width: 100%;
	color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
	background:#0f1626;}
@media screen and (max-width: 1150px) {
#header .header-inner {
	width: 98%;}
.gnavi li a{
	padding:10px;
	font-size: 16px;}
}
@media screen and (max-width: 1070px) {
#header .logo {
	width: 180px;}
.logo img{
	margin: 5px 0 0 5px;}
#g-nav li a{
	font-size: 14px;
	padding:10px 5px;}
#header .c_tel img{
	width: 130px;}
#header .formArea{
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 5px;}
#header .formArea img{
	margin-top: 11px;}
.concept_Wrap{
	width: 100%;}
.anesis_detail{
	padding: 10px;}
.f_wrap{
	width: 90%;}
.service-list8{
	width: 100%;}
.point_area{
	width: 90%;
	margin-bottom: 20px;}
.feature-list{
	width: 95%;}
.p1_area{
	width: 90%;}
.leftBox img{
	width: 100%;}
.featureBox{
	width: 45%;
	margin-bottom: 20px;}
.nayami_area{
	width: 100%;}
.fluffy1 img{
	width: 70%;}
}
@media screen and (max-width: 870px) {
#header .header-inner {
	width: 100%;
	height: 60px;}
.logo img{
	width: 190px;
	height: auto;
	margin: 8px 0 0 10px;}
#header .contact{
	margin-right: 60px;}
#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;
	background:#0f1626;
	transition: all 0.6s;}
#g-nav.panelactive{
    top: 0;}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;}
#g-nav ul {
	display: block;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);}
#g-nav.panelactive ul {
    opacity:1;}
#g-nav li{
	list-style: none;
    text-align: center;}
#g-nav li a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding:15px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;}
#g-nav li a:hover{
	color:#ab987a;}
.openbtn{
	position:fixed;
    z-index: 9999;
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;}	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;}
.openbtn span:nth-of-type(1) {
	top:15px;	}
.openbtn span:nth-of-type(2) {
	top:23px;}
.openbtn span:nth-of-type(3) {
	top:31px;}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;}
.shop_bar{
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}
.mainvisual .copy {
	width: 90%;}
.featureBox2{
	width: 45%;
	margin-bottom: 20px;}
.serviceBox8{
	margin-bottom: 30px;}
.leftBox,
.rightBox{
	width: 90%;}
.point1_area{
	width: 100%;}
}
@media screen and (max-width: 700px) {
p.catch span{
	font-size: 28px;
	line-height: 65px;}
.c_box{
	width: 100%;
	margin: 30px 0 0;}
.title{
	text-align: center;}
#concept_area{
	padding: 3%;}
.nayami_area{
	width: 100%;}
.nayami_area img{
	margin-bottom: 0;}
.pc_item{
	display: none;}
.sp_item{
	display: block;}
.sp_area{
	width: 95%;
	padding: 3%;
	margin: 0 auto;}
.sp_area img{
	width: 100%;
	height: auto;}
.fluffy1 img{
	margin-top: 30px;}
.onayami_dails{
	width: 100%;
	margin: 0 auto;}
.o_list {
    list-style-type: disc;
    list-style-position: inside;
	margin-top: 10px;
    padding: 1em;
    border: 2px solid #267001;}
.o_list li {
    padding: .5em;}
.o_list li:not(:last-child) {
    border-bottom: 1px dashed #267001;}
.o_list li::marker {
    color: #267001;
    font-size: 1.1em;}
.point1_img{
	width: 100%;}
.point2_area{
	width: 100%;}
}
@media screen and (max-width: 650px) {
#header .contact{
	display: none;}
.mainvisual::after {
	content: "";
	background: url("../images/top_img_f.png") no-repeat left top 70px;}
#concept_area{
	padding-bottom: 30px;}
/*footer icon*/
.mini-text{font-size:10px;}
ul.bottom-menu {
    position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items: center;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;
    margin:0;
    padding:0;
    background-color:#ab987a;
    z-index:30;}
ul.bottom-menu li {
    width:50%;
    list-style-type:none;
    text-align:center;
    border-right: 1px solid #fff;}
ul.bottom-menu li:last-child{
	border-right: 0;}
.bottom-menu li a {
    display: block;
    color:#fff;
    margin:3px 0;
    line-height:10px;
    text-decoration:none;}
.bottom-menu li img{
	width: 12%;
	margin-bottom: 5px;}
#footer {
	height: 110px;}
#pagetop {
    bottom: 80px;
	margin: 0;}
#pagetop a{
    width: 50px;
	height: 50px;}
table.tb_dtail {
	width: 95%;}
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;}
.tb_dtail th{
	text-align: center;}
.tb_dtail th,
.tb_dtail td {
	border-bottom: none;
	display: block;
	width: 100%; }
}
@media screen and (max-width: 550px) {
.mainvisual {
	background-attachment:scroll;}
.copy {
    top: 82%;
    left: 30%;
	transform: translate(-30%, -82%);}
p.catch span{
	font-size: 23px;
	line-height: 60px;}
.title{
	width: 250px;
	margin: 0 auto;}
.a_featureWrap{
	width: 100%;}
.featureBox{
	width: 95%;
	height: 260px;}
.featureBox .text1 {
    font-size: 16px;}
.featureBox2{
	width: 95%;}
.shop_bar{
	width: 90%;}
.reflection-img img{
	width: 100%;}
}
@media screen and (max-width: 420px) {
#concept_area{
	padding: 2%;}
#feature_area .titleArea h2 {
	font-size: 26px;}
p.catch span{
	font-size: 21px;
	line-height: 55px;}
.sectionTitle{
	padding: 60px 0 20px;}
.anesis_detail{
	padding: 10px 10px 30px 10px;}
.f_wrap{
	width: 95%;}
.feature-list{
	width: 100%;
	margin: 10px auto ;}
.point_area{
	width: 100%;}
.a_featureWrap{
	padding: 0 0 20px 0;}
.point img{
	width: 230px;
	height: auto;}
.point_title_img img{
	width:200px;}
.point_area p {
    font-size: 16px;
    padding: 10px;}
.tel_comment{
	font-size: 16px;}
.tel img{
	width: 90%;
	height: auto;}
.point_title{
	font-size: 28px;
	line-height: 36px;}
}
@media screen and (max-width: 390px) {
p.catch span{
	font-size: 20px;
	line-height: 50px;}
#g-nav li a{
	font-size: 16px;}	
}
/* 横向き */
@media (orientation: landscape) and (max-width: 870px){
#g-nav{
	top:-130%;}
#g-nav ul {
	display: block;
	opacity: 0;
    position: absolute;
    z-index: 110;
	width: 90%;
	padding: 120px 0 80px;
    top:0;
    left:50%;
	transform: translate(-50%,0);}
.mainvisual {
	background-attachment:scroll;}
}