@charset "UTF-8";
/* リセットcss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: 'FOT-TsukuAOldMinPr6-R', sans-serif;
	color: #3f3a39;
	background-color: #cff8e1;
}

.story_bg {
	width: 100%;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER（ナビゲーション）

--------------------------------------------------------------------------------------------- */

#header {
/* box-shadow: 0px 3px 15px rgba(0,0,0,0.2); */
z-index: 99;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(207, 248, 225, 0.47);
border-bottom: solid 2px #3f3a39;
}
#gNav a:hover {
color: #999;
}
nav li a {
	color: #3f3a39;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-family: 'fot-matisse-pron', sans-serif, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

nav .sub-menu,.mean-container .mean-nav ul ul {
background: #fff;
background-image: linear-gradient(to top, #efeee9 0%, #f3e3e1 100%);
}

@media only screen and ( max-width : 768px ) {
  #header {
	padding: 10px 0;
	height: 40px;
}
.h_logo {
    width: 150px;
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 100;
}
.h_logo img {
	width: 100px;
}
  #gNav .nav {
overflow-y: auto;
height: 100vh;
  }
  .mean-nav .container {
padding: 0;
  }
  nav li .fa {
display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
#header {
	height: 80px;
}

.h_logo img {
	width: 100px;
}

#h_top {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#gNav ul {
	position: relative;
	display: flex;
	font-family: 'Cormorant Garamond', 'Noto Serif SC', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#gNav li {
	position: relative;
	margin-right: 3em;
}
 
#gNav li:last-child {
	margin-right: 0;
}
  #gNav li i {
font-size: 16px;
margin-left: 5px;
  }
  #gNav li a {
position: relative;
display: block;
text-align: center;
line-height: 80px;
  }
  #gNav .sub-menu {
visibility: hidden;
opacity: 0;
z-index: 1;
display: block;
position: absolute;
top: 50px;
left: 50%;
margin-left: -100px;
width: 200px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
  }
  #gNav .sub-menu a {
padding: 10px;
display: block;
border-bottom: none;
padding: 20px;
line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
content: none;
  }
  #gNav .sub-menu li {
display: block;
font-size: 16px;
padding: 0;
margin: 0;
  }
  #gNav .sub-menu li:last-child {
border-bottom: none;
  }
  #gNav ul > li:hover {
-webkit-transition: all .5s;
transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
color: #6bcbba;
  }
  #gNav li:hover ul.sub-menu {
top: 80px;
visibility: visible;
opacity: 1;
z-index: 9999;
  }
  #gNav li ul li:after {
content: none;
  }
 #gNav li:hover ul.sub-menu a {
color: #111;
  }
  #gNav .sub-menu li a:hover {
background: #fff;
  }
  #gNav .contact_btn a:hover {
color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SNS

--------------------------------------------------------------------------------------------- */
.header_l {
	display: flex;
	align-items: baseline;
}

.sns ul {
	display: flex;
    justify-content: space-around;
    font-size: 1.5em;
    width: 80px;
    margin-left: 20px;
}

.sns a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #3f3a39;
}

.sns_resp {
	display: none;
}

@media only screen and ( max-width : 768px) {
.sns {
	display: none;
}

.sns_resp {
	display: block;
}

.sns_resp {
    width: 100px;
    float: right;
    margin-right: 60px;
    position: relative;
    z-index: 101;
}

.sns_resp ul {
	display: flex;
    justify-content: flex-end;
    font-size: 1.5em;
}

.sns_resp ul li {
	margin-left: 10px;
}
.sns_resp a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #3f3a39;
}
} 

/* ----------------------------------------------

 * スクロールダウン

---------------------------------------------- */
.down {
	position: relative;
	top: 1000px;
}

.down a {
  padding-top: 70px;
  color: #3f3a39;
}
.down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #3f3a39;
  border-bottom: 3px solid #3f3a39;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* ----------------------------------------------

 * トップページ

---------------------------------------------- */
.hero_top_inn {
    background-image: url(../img/hero.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.hero_text {
	position: relative;
	
}

.hero_top_inn h1 img {
	position: relative;
	top: 45px;
}

.hero_top_inn p,
.concept_inn p {
	font-family: 'fot-tsukuardgothic-std', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 2em;
}

.subtitle {
	position: absolute;
    top: 650px;
    width: 100%;
    text-align: center;
}

.concept_inn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/woman_s.jpg");
	background-position: center;
    background-size: cover;
    text-align: center;
	height: 80vh;
}

.concept_inn h2 {
    margin-bottom: 50px;
    font-family: fot-matisse-pron, sans-serif;
    font-weight: bold;
    font-size: 40px;
    font-style: italic;
}

.inn_container img {
	height: 300px;
}

.concept_inn h3 {
	margin: 20px 0 20px 0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size: 30px;
}


.inn_container {
	background-color: rgba(255, 255, 255, 0.43137254901960786);
    padding: 35px;
}

.keypoint_inn {
	display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 50px 0 50px 0;
    width: 100%;
    background-color: #cff8e1;
}

.keypoint_inn h4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline #33ff66;
	padding: 0 3px 0 3px;
}

.key_a, .key_b, .key_c, .key_d {
	margin: 20px;
}

.key_title {
    line-height: 2;
	height: 100px;
}

.key_d .key_title {
	min-height: 100px;
}

.key_a img, .key_b img, .key_c img, .key_d img {
	width: 100%;
}

.keypoint_inn .text_box {
	display: flex;
	justify-content: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16px;
	line-height: 2em;
	margin-top: 20px;
}

.product_desc_inn {
	background-image: url("../img/botanical_bg.jpg");
	background-position: center;
    background-size: cover;
    text-align: center;
	height: auto;
}

.product_desc_inn img {
	width: 300px;
	height: auto;
}

.product_desc_inn h4 {
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
    font-weight: bold;
    text-decoration: underline #33ff66;
    padding: 0 3px 0 3px;
    text-align: left;
}

.product_desc_inn .text_box p {
    text-align: left;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    line-height: 2em;
    margin-top: 30px;
}

.desc_container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 70%, rgb(207, 248, 225) 100%);
}

.desc_container_inn {
	display: flex;
    margin: 50px;
	align-items: center;
}

.desc_topic {
	width: 150px;
    height: 150px;
    border: solid 1px #3f3a39;
    border-radius: 50%;
    padding: 10px;
    margin-top: 30px;
    margin-left: 10px;
	position: relative;
}

.desc_topic p {
    font-family: fot-tsukuardgothic-std, sans-serif;
	width: 150px;
    height: 100px;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.5;
    display: inline-grid;
}

.desc_topic_box {
	display: flex;
	justify-content: space-between;
}

/* ----------------------------------------------

 * フッター

---------------------------------------------- */

.foot_inn {
	margin: 50px 0 50px 0;
}

.foot_signiture {
	display: flex;
	justify-content: center;
	align-items: center;
}

.w_line {
	flex: 1;
    border-bottom: double 4px #3f3a39;
    margin-left: 15px;
    margin-right: 15px;
}

.signiture {
	max-width: 150px;
	height: auto;
	text-align: center;
}

.signiture img {
	width: 100%;
}

.comp_ad p {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	margin: 50px 0 50px 0;
	font-family: "FOT-TsukuARdGothicStd-R", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";

}

.copyright {
	font-family: "FOT-TsukuARdGothicStd-R", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

/* ----------------------------------------------

 * TOPへ戻る

---------------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background: rgba(0,0,0,0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background: rgba(255,255,255,0.5);
	width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
    padding:10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* ----------------------------------------------

 * 消臭剤

---------------------------------------------- */
.hero_diffuser_inn {
	display: flex;
	justify-content: center;
	background-image: url("../img/hero.jpg");
	background-position: center;
    background-size: cover;
    text-align: center;
	height: 80vh;
		
}

/* ----------------------------------------------

 * スキンケア

---------------------------------------------- */
.hero_skincare_inn {
	display: flex;
	justify-content: center;
	background-image: url("../img/hero.jpg");
	background-position: center;
    background-size: cover;
    text-align: center;
	height: 80vh;
		
}

/* ----------------------------------------------

 * ミラブル

---------------------------------------------- */
	.hero_mirable_inn {
	display: flex;
	justify-content: center;
	background-image: url("../img/hero.jpg");
	background-position: center;
    background-size: cover;
    text-align: center;
	height: 80vh;
		
}

/* ----------------------------------------------

 * メディアクエリ 

---------------------------------------------- */
@media only screen and (max-width: 1230px) {
.keypoint_inn {
	flex-wrap: wrap;
}

.key_a, .key_b, .key_c, .key_d {
    margin: 15px 10px 5px 10px;
    background-color: #ebf9f1;
    padding: 20px;
    height: auto;
	flex: 40%;
}
}

@media only screen and (max-width: 768px) {
.hero_top_inn {
    height: 50vh;
}

.inn_container img {
    width: 80%;
	height: auto;
}

.keypoint_inn h4 {
    font-size: 18px;
}

.desc_container_inn {
	display:block;
}

.product_desc_inn img {
	width:200px;
}
	
.product_desc_inn h4 {
    text-align: center;
}

.product_desc_inn .text_box p {
	text-align: center;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.5);
    box-shadow: 1px 1px 10px 10px rgba(255,255,255,0.5);
    padding: 10px;
}

.product_desc_inn {
    background-position: right;
}

.desc_container {
    background: linear-gradient(to bottom, rgba(195, 249, 222, 0.74) 70%, rgb(207, 248, 225) 100%);
}

.desc_topic_box {
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.desc_topic {
    margin: 5px 10px 5px 20px;
	background: rgba(255,255,255,0.5);
}
}

@media only screen and (max-width: 480px) {
.down {
	position: relative;
	top: 490px;
}	

.hero_top_inn {
    background-image: url(../img/hero_sp.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.concept_inn {
    height: 70vh;
}

.concept_inn h2 {
    font-size: 24px;
}

.keypoint_inn .text_box {
    font-size: 14px;
}

.desc_container_inn {
    margin: 30px;
}

.product_desc_inn h4 {
    font-size: 18px;
    line-height: 2;
}

.break {
	display: block;
}
	
.desc_topic {
    margin: 10px;
}
	
.product_desc_inn .text_box p {
	font-size: 14px;
}

.inn_container img {
    width: 100%;
    height: auto;
}

.inn_container {
	padding: 5px;
}
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
section {
text-align: center;
}

#sec01 {
background: #cadffa;
}

#sec02 {
background: #99c1f3;
}

#sec03 {
background: #7ea7d9;
}

#sec04 {
background: #618bbe;
}

.btn {
display: block;
background: #fff;
color: #618bbe;
padding: 0.8em 1em;
text-align: center;
margin: 0 auto;
border-radius: 100px;
}

.btn:before {
content: "\f104";
font-family: "FontAwesome";
margin-right: 5px;
}

@media only screen and ( max-width : 768px ) {
  #main {
padding-top: 58px;
  }
  .btn {
width: 60%;
}
}

@media only screen and ( max-width : 480px ) {
  .btn {
width: 100%;
}

.top_hero {
    min-height: 180px;
	margin-bottom: 100px;
}
}

@media print, screen and ( min-width : 769px ) {
  #main {
	padding-top: 80px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .btn {
width: 300px;
  }
}

