@charset "utf-8";
/* CSS Document */


img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.img100{
  width: 100%;
  height: auto;
}

.img_right{
  margin-left: auto;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.7s;
}



a[href^="tel:"] { cursor: default; }

a:link{
	color: #424242;
	text-decoration: underline;
  -webkit-transition: 0.4s;
}
a:visited{
	color: #424242;
	text-decoration: underline;
}
a:hover{
	color: #636363;
	text-decoration: none;
}

.photo_r{
  float: right;
  margin-left: 30px;
}

.clear{
	clear: both;
}

.text_r{
  text-align: right;
}
.center{
	text-align: center;
}

.text_large{
  font-size: 150%;
}

.maT70{
  margin-top: 70px;
}

.maB20{
  margin-bottom: 20px;
}

.maB30{
  margin-bottom: 20px;
}

.maB50{
  margin-bottom: 50px;
}

.relative{
  position: relative;
}

.spacing{
  letter-spacing: -0.5em;
}

.att{
  text-indent: -0.5em;
  margin-left: 0.5em;
}

.word{
  word-wrap: break-word;
}

/* リスト
------------------------------------------------- */

ul.list{
  margin-left: 20px;
  margin-bottom: 20px;
}

ul.list li{
  margin-bottom: 5px;
}

ol{
  margin-left: 20px;
  margin-bottom: 20px;
}

ol li{
  margin-bottom: 5px;
}


body{
  font-family: Helvetica, sans-serif;
  font-family: "Times New Roman", Times, "serif";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 90%;
	color: #424242;
	line-height: 1.6;
  overflow-x: hidden;
  font-weight: 400;
}


/* ページ推移
------------------------------------------------- */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .4s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity .4s ease;
}

body.fadeout::after {
  opacity: 1;
}



/* ヘッダー
------------------------------------------------- */

header{
  background-color: #FFF;
}

#logo{
  margin: 15px 15px 14px 10px;
  float: left;
}


/* グローバルメニュー
------------------------------------------------- */

ul.menu{
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  background: rgba(255,255,255,1);
  letter-spacing: -0.5em;
  font-size: 90%;
}
ul.menu li{
  display: inline-block;
  letter-spacing: normal;
}

ul.menu li a{
  display: block;
  padding: 25px 21px;
  text-decoration: none;
}

ul.menu li.current a{
  background-color: #151515;
  color: #FFF;
}

ul.menu li.current li a{
  background-color: #ededed;
  color: #424242;
}

ul.menu li a:hover{
  color: #FFF;
}

.border_top{
  border-top: 1px solid #e4e4e4;
}

a.move {
  position: relative;
  z-index: 2;
}
a.move::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background: rgba(0,0,0,.5);
  transition: .3s;
}
a.move:hover::after {
  width: 100%;
}



.mask_move::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  -webkit-animation: mask 0.7s ease-in 1;
  animation: mask 0.8s ease-in 1;
  animation-fill-mode: forwards;
}



@-webkit-keyframes mask {
  0%  { -webkit-transform: scale(1, 1); }
  100% { -webkit-transform: scale(0, 1); }
  
}
@keyframes mask { 
  0%  { transform: scale(1, 1);}
  100% {transform: scale(0, 1); }
}


/* PCのドロップメニュー用
------------------------------------------------- */

.menu {
    position: relative;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 300;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    xbackground: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

ul.menu__second-level li a:hover{
  color: #c2a471;
}


/* 下矢印
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
 */


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: #ededed;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
  display: inline-block;
    border: none;
    box-sizing: border-box;

}


/* 中ページメイン画像のモノクロからカラー
------------------------------------------------- */

#main img{
  width: 100%;
  height: auto;
  vertical-align: top !important;
}

#main img{
animation-name: color;
    animation-duration: 4s;
    animation-timing-function: liner;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@-webkit-keyframes color {
    0% {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
    }

    100% {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
    }
}
 
@-moz-keyframes color {
    0% {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
    }
    100% {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
    }
}
 
@keyframes color {
    0% {
        -webkit-filter:grayscale(100%);
        -moz-filter:grayscale(100%);
        filter:grayscale(100%);
    }
    100% {
        -webkit-filter:grayscale(0%);
        -moz-filter:grayscale(0%);
        filter:grayscale(0%);
    }
}



/* 日本と香文化
------------------------------------------------- */


.contents_pad{
  padding: 5% 0;
}

.wrapper{
  max-width: 560px;
  padding: 4%;
  margin: auto;
}
.wrapper1000{
  max-width: 1000px;
  padding: 4%;
  margin: auto;
}



.bg_smoke::before{
  background:url(../../images/smoke.png) no-repeat center top;
  background-size: contain;
  display: block;
  position: fixed;
  top: -10%;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
  }

.bg_smoke3{
  position: fixed;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 330px;
  height: 911px;
  z-index: -1;
}

.xsmoke {
    -webkit-animation:rotateY 5s linear 0s infinite;
    -moz-animation:rotateY 5s linear 0s infinite;
    animation:rotateY 5s linear 0s infinite;
}

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    25% {
        -webkit-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    50% {
        -webkit-transform:rotateY(180deg);
        transform:rotateY(180deg);
    }
    75% {
        -webkit-transform:rotateY(270deg);
        transform:rotateY(270deg);
    }
    100% {
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg);
    }
}
 
@-moz-keyframes rotateY {
    0% {
        -moz-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    25% {
        -moz-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    50% {
        -moz-transform:rotateY(180deg);
        transform:rotateY(180deg);
    }
    75% {
        -moz-transform:rotateY(270deg);
        transform:rotateY(270deg);
    }
    100% {
        -moz-transform:rotateY(360deg);
        transform:rotateY(360deg);
    }
}
 
@keyframes rotateY {
    0% {
        -webkit-transform:rotateY(0deg);
        -moz-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    25% {
        -webkit-transform:rotateY(90deg);
        -moz-transform:rotateY(90deg);
        transform:rotateY(90deg);
    }
    50% {
        -webkit-transform:rotateY(180deg);
        -moz-transform:rotateY(180deg);
        transform:rotateY(180deg);
    }
    75% {
        -webkit-transform:rotateY(270deg);
        -moz-transform:rotateY(270deg);
        transform:rotateY(270deg);
    }
    100% {
        -webkit-transform:rotateY(360deg);
        -moz-transform:rotateY(360deg);
        transform:rotateY(360deg);
    }
}
 



h1.h1_top{
  text-align: center;
  margin-bottom: 7%;
  font-size: 250%;
  font-weight: normal;
}


h1.h1_top span{
  display: block;
  font-weight: normal;
  margin-top: 10px;
}


.button{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.button a{
  border: solid 1px #000;
  padding: 13px 40px;
  text-decoration: none;
}

.button a:hover{
  color: #FFF;
}


a.button_move {
  position: relative;
  z-index: 2;
  transition: .3s;

}
a.button_move::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  background: rgba(21,21,21,1);
  transition: .3s;
}
a.button_move:hover::after {
  width: 100%;
  height: 100%;
}


/* 5つのこだわり
------------------------------------------------- */

dl.five{
  width: 100%;
  display: table;
  letter-spacing: -0.5em;
  overflow: hidden;
}
dl.five dt{
  display: table-cell;
  width: 40%;
  background-color: #151515;
  letter-spacing: normal;
  color: #FFF;
  vertical-align: middle;
  padding: 3%;
  box-sizing: border-box;
  font-size: 180%;
  
}

dl.five dt img{
  margin-right: 15px;  
}


dl.five dd{
  display: table-cell;
  width: 60%;
  letter-spacing: normal;
}

ul.five_img{
  list-style: none;
}



ul.five_img li{
  margin: 0 0 1% 1%;
  position: relative;
  text-align: right;
}

ul.five_img li span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  color: #FFF;
  letter-spacing: normal;
  right: 4%;
  text-shadow:0px 0px 3px #000000;
}
ul.five_img li:last-child{
  margin: 0 0 0 1%;
}

ul.five_img2{
  list-style: none;
  margin-top: 0.6%;
  width: 100.6%;
  letter-spacing: -0.5em;
  text-align: right;
  margin-left: -0.6%;
  overflow: hidden;
}

ul.five_img2 li{
  width: 32.73%;
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  margin-left: 0.6%;
  position: relative;
}



ul.five_img li span img,
ul.five_img2 li span img{
  margin-bottom: 10px;
  vertical-align: middle;
  display: block;
}

ul.five_img span img:hover,
ul.five_img2 span img:hover{
  -webkit-transform: scale(1);
  transform: scale(1);
}


ul.five_img2 li span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  color: #FFF;
  letter-spacing: normal;
  right: 7%;
  text-shadow:0px 0px 3px #000000;
}


ul.five_img a,
ul.five_img2 a{
  text-decoration: none;
}


/* 香十徳
------------------------------------------------- */

.bg_white{
  background-color: #FFF;
}

.ten_koh{
  display: table;
  width: 100%;
  background-image: url(../../images/jyuttoku_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
}

.ten_koh_l{
  display: table-cell;
  width: 30%;

  color: #FFF;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 4%;
}

.ten_koh_l ul li{
  list-style: none;
  margin: 15px 0;
}


.ten_koh_r{
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

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

.kaori_bg{
  background-image: url(../../images/kaori_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
}


.heal{
  text-align: center;
  margin: 0 6% 4% 6%;
}

.heal img{
  max-width: 100%;
  height: auto;
}



/* 禅
------------------------------------------------- */

ul.harfbox_top{
  letter-spacing: -0.5em;
  list-style: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #FFF;
}

ul.harfbox_top li{
  display: inline-block;
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: middle;
}

ul.harfbox_top li.txt{
  padding: 5% 4%;
}


ul.harfbox_top li img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.harfbox_top li span{
  display: block;
  font-size: 200%;
  margin-bottom: 5%;
}

/* 香成分のベース
------------------------------------------------- */

dl.base{
  border-bottom: 1px solid #dedede;
  padding: 5px;
}


dl.base dt{
  display: inline-block;
  width: 150px;
  font-weight: bold;
  font-size: 110%;
  margin-right: 30px;
}

dl.base dd{
  display: inline-block;
}

/* ニュース
------------------------------------------------- */

h2.h2_top{
  text-align: center;
  margin-bottom: 7%;
  font-size: 250%;
  font-weight: normal
}

ul.news{
  list-style: none;
  text-align: center;
  letter-spacing: -0.5em;
  margin: auto;
  max-width: 1376px;
  box-sizing: border-box;
}

ul.news li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  padding: 0 10px;
  width: 33.333%;
  box-sizing: border-box;
}

ul.news li img{
  width: 100%;
  height: auto;
}

ul.news li span.photo{
  display: block;
  margin-bottom: 20px;
}

ul.news li span.day{
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}


ul.newslist{
  list-style: none;
  text-align: left;
  letter-spacing: -0.5em;
  margin: auto;
  max-width: 1376px;
  box-sizing: border-box;
}

ul.newslist li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  padding: 0 10px 50px 10px;
  width: 33.333%;
  box-sizing: border-box;
}

ul.newslist li img{
  width: 100%;
  height: auto;
}

ul.newslist li span.photo{
  display: block;
  margin-bottom: 20px;
}

ul.newslist li span.day{
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}



h2.news_h2{
  font-size: 250%;
  margin-bottom: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

h2.news_h2 span{
  font-size: 70%;
  display: block;
}


/* youtube
------------------------------------------------- */

.youtube_bg{
  background-color: #000;
  text-align: center;
  padding: 0 0 4% 0;
  color:#FFF;
}


/* footer・バナーなど
------------------------------------------------- */

ul.online{
  list-style: none;
  letter-spacing: -0.5em;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/online_nk.jpg);
  background-attachment: fixed;
  background-size: contain;
  background-position: bottom;
  xbackground-repeat: no-repeat;
  padding: 3.5% 0;
  text-align: center;
}

ul.online li{
  margin: 25px;
}

ul.online li a{
  letter-spacing: normal;
  color: #FFF;
  text-decoration: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  border: solid #adcdd7 1px;
  padding: 15px 30px;
}

ul.online li a:hover{
  background: rgba(255,255,255,0.2);
}



ul.group{
  list-style: none;
  text-align: center;
}

ul.group li{
  display: inline-block;
  margin: 40px 0 0 0;
}

footer{
  padding: 50px 0 0px;
  padding: 0;
}

footer ul{
  list-style: none;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  letter-spacing: -0.5em;
}

footer ul li{
  display: inline-block;
  border-left: solid 1px #e4e4e4;
  letter-spacing: normal;
  width: 220px;
}

footer ul li a{
  padding: 20px 30px;
  display: block;
}

footer ul li a:link{
  text-decoration: none;
}
footer ul li a:visited{
  text-decoration: none;
}
footer ul li a:hover{
  text-decoration: none;
  color: #b29668;
}

footer ul li:last-child{
  border-right: solid 1px #e4e4e4;
}

footer ul.sns{
  list-style: none;
  text-align: center;
  border-top: none;
  letter-spacing: -0.5em;
  background-color: #ededed;
}

footer ul.sns li{
  display: inline-block;
  border-left: none;
  letter-spacing: normal;
  width: auto;
  margin: 20px 20px;
}

footer ul.sns li a{
  padding: 0;
  display: block;
}

footer ul.sns li:last-child{
  border-right: none;
}


address{
  font-style: normal;
  text-align: center;
  font-size: 90%;
  background-color: #151515;
  padding: 30px 10px;
  color: #999;
}

#page-top{
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 86%;
}

#page-top a{
  display: block;
  padding: 36px 15px 24px;
  background-color: #FFF;
  border-top: solid #e4e4e4 1px;
  border-left: solid #e4e4e4 1px;
  text-decoration: none;
  position: relative;
}

#page-top a:before{
display: block;
content: "";
position: absolute;
top: 20px;
left: 0;
right: 0;
margin: auto;
width: 10px;
height: 10px;
border-top: solid 2px #151515;
border-right: solid 2px #151515;
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.mono{
  overflow: hidden;
}


.mono img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.7s;
}


.mono img:hover{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: 0.7s;
}

.mono_zoom{
  overflow: hidden;

}


.mono_zoom img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
    -moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.mono_zoom img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}


.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


label.open{
  display: none;
}

input.on-off{
  display: none;
}




/* 中ページ5つのこだわり
------------------------------------------------- */

h1.page_title{
  text-align: center;
  margin: 7% 0 2% 0;
}


h1.page_title span{
  display: block;
  font-weight: normal;
  margin-top: 10px;
}


h2.page{
  margin: 0 0 7% 0;
  display: table;
}

h2.page span{
  display: table-cell;
  vertical-align: bottom;
  padding-left: 15px;
}

h2.page img{
  display: table-cell;
  vertical-align: bottom;
}

.bg_smoke2{
  background-image: url(../../images/pattern_bg.png);
  background-position: bottom center;
  background-repeat: repeat;
  background-attachment: fixed;
}


.wrapper1200{
  max-width: 1400px;
  padding: 4%;
  margin: auto;
  position: relative;
}
.wrapper1200 p img{
  width: 100%;
  height: auto;
}

dl.feel{
  display: table;
  max-width: 1200px;
  padding: 0 4%;
}

dl.feel dt{
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 4%;
  background-color: #151515;
  color: #ccc;
}

dl.feel dd{
  display: table-cell;
  vertical-align: middle;
}

dl.feel_r{
  display: table;
  max-width: 1200px;
  padding: 0 4%;
  float: right;
}

dl.feel_r dt{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

dl.feel_r dd{
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 4%;
  background-color: #151515;
  color: #ccc;
}


/* 中ページブランド
------------------------------------------------- */

dl.brand_main{
  text-align: center;
  background-image: url(../../brand/images/brand_bg.jpg);
  background-size: contain;
  letter-spacing: -0.5em;
  width: 100%;
}

dl.brand_main dt{
  display: inline-block;
  letter-spacing: normal;
  width: 21%;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  font-size: 300%;
  vertical-align: middle;
}

dl.brand_main dt span{
  display: inline-block;
  text-align: justify;
  text-justify: inter-ideograph;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

dl.brand_main dt span.small{
  display: block;
  font-size: 30%;
    -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: center;
}


dl.brand_main dd{  
  letter-spacing: normal;
  display: inline-block;
  width: 79%;
  vertical-align: middle;
}

dl.brand_main dd img{
  width: 100%;
  height: auto;
}








h1.brand_h1{
  display: inline-block;
  vertical-align: top;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  font-size: 350%;
  width: 10%;
  box-sizing: border-box;
  letter-spacing: normal;
  text-align: center;
  padding: 2% 0;
}

h1.brand_h1 span{
  display: inline-block;
  text-align: justify;
  text-justify: inter-ideograph;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap
}

#brand_main{
  vertical-align: top;
  display: inline-block;
  border-left: 1px solid #e4e4e4;
  width: 90%;
  box-sizing: border-box;
  letter-spacing: normal;
}

.brand_txtcontents{
  margin: 5% 4%;
  max-width: 1600px;
}

h2.brand_h2{
  font-size: 250%;
  margin-bottom: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

ul.brand_image{
  list-style: none;
  letter-spacing: -0.5em;
  background-image: url(../../brand/images/brand_listbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 15%;
}

ul.brand_image li{
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  vertical-align: top;
}

ul.brand_image li:nth-child(1){
  margin-top: -7%;
}

ul.brand_image li:nth-child(2){
  margin-top: 7%;
}

ul.brand_image li img{
  width: 100%;
  height: auto;
} 

ul.brand_other{
  list-style: none;
  letter-spacing: -0.5em;
  margin-top: 7%;
}

ul.brand_other li{
  letter-spacing: normal;
  width: 16.666%;
  width: 20%;
  display: inline-block;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

ul.brand_other li a:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.25);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

ul.brand_other li:hover a:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0);
  }

ul.brand_other li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul.brand_other li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: 0.7s;
}



ul.brand_other li span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 999;
  color: #FFF;
  letter-spacing: normal;
  text-shadow:0px 0px 5px #000000;
  font-size: 130%;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

ul.brand_other li.nolink span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 999;
  color: #FFF;
  letter-spacing: normal;
  text-shadow:0px 0px 3px #000000;
  font-size: 200%;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}



ul.brand_other li a{
  text-decoration: none;
}




ul.brand_other li.nolink img:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}



h3.brandlist{
  font-size: 250%;
  padding: 2%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  text-align: center;
  border-top: 1px solid #e4e4e4;
  background-color: #151515;
  color: #FFF;
  position: relative;
}

ul.brandtable_3box{
  list-style: none;
  display: table;
	border-collapse: collapse;
  margin-bottom: 20px;
}

ul.brandtable_3box li{
  display: table-cell;
  border: solid #e4e4e4 1px;
  width: 33.333%;
  vertical-align: top;
}

ul.brandtable_3box li span{
  display: block;
  margin: 15px;
}

ul.brandtable_3box li span.ttl{
  font-size: 150%;
  color: #c2a471;
}

ul.brandtable_3box li img{
  width: 100%;
  height: auto;
}

ul.brandtable_3box li dl{
  margin: 15px;
}

ul.brandtable_3box li dl dt{
  font-weight: bold;
  font-size: 120%;
}

ul.brandtable_3box li dl dd{
  border-bottom: solid 1px #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.brandtable_3box li dl dd:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}


xh3.brandlist::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 200px;
  background: #FFF;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  -webkit-animation: mask 0.4s ease-in 1;
  animation: mask 0.4s ease-in 1;
  animation-fill-mode: forwards;
}


@-webkit-keyframes mask {
  0%  { -webkit-transform: scale(1, 1); }
  100% { -webkit-transform: scale(0, 1); }
  
}
@keyframes mask { 
  0%  { transform: scale(1, 1);}
  100% {transform: scale(0, 1); }
}  


h3.product{
  font-size: 250%;
  margin: 100px 4% 0 4%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  text-align: center;
}

ul.thumbnail{
  list-style: none;
  margin: 0 auto 30px;
  width: 92%;
  text-align: center;
}

ul.thumbnail li img{
  max-width: 100%;
  height: auto;
}

ul.thumbnail li{
  color: #000;
  text-align: left;
  margin: 0 20px;
}

ul.thumbnail li span{
  display: block;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}


.catalog{
    text-align: center;
    background-image: url("../../brand/images/catalog_bg.gif");
    padding: 3% 4%;
}

.catalog h3{
  font-size: 180%;
  margin-bottom: 10px;
}
.catalog p{
  margin-bottom: 10px;
}

.catalog_in{
  overflow: hidden;
}
.catalog iframe{
  margin-top: -45px;
}


.catalog iframe {
    width: 100%!important;
    height: 50vw;
}

dl.scent{
  margin-bottom: 20px;
  display: table;
}

dl.scent dt{
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

dl.scent dd span{
  display: block;
  font-size: 120%;
  margin-bottom: 10px;
  font-weight: bold;
}

dl.scent dd{
  display: table-cell;
  vertical-align: middle;
}
    
/* 中ページ香文化
------------------------------------------------- */

h2.center_h2{
  text-align: center;
  font-size: 140%;
  padding: 100px 4%;
  background-image: url(../../images/cloud_bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

h2.center_h2:before{
content: '';
position: absolute;
top: 70px;
left: 0;
right: 0;
margin: auto;
display: inline-block;
width: 40px;
height: 1px;
background-color: #000;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}

ul.harfbox{
  letter-spacing: -0.5em;
  list-style: none;
  xborder-bottom: 1px solid #ededed;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #FFF;
}

ul.harfbox li{
  display: inline-block;
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: middle;
}

ul.harfbox li.top{
  vertical-align: top;
}

ul.harfbox li{
  padding: 5% 4%;
}

ul.harfbox li img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.harfbox li span{
  display: block;
  font-size: 200%;
}

ul.harfbox li span.small{
  font-size: 100%;
}

.bg_nami{
  background-image: url(../../images/smoke_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.bg_nami2{
  background-image: url(../../images/smoke_bg2.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.gray_area{
  background-color: #ededed;
  padding: 5% 4%;
}
    
ul.culturetable_5box{
  list-style: none;
  display: table;
	border-collapse: collapse;
  text-align: center;
}

ul.culturetable_5box li{
  display: table-cell;
  border: solid #e4e4e4 1px;
  width: 20%;
  vertical-align: top;
  font-size: 150%;
  color: #c2a471;
  height: 1em;
}

ul.culturetable_5box li.current{
  background-color: #151515;
}

ul.culturetable_5box li.current a:hover{
  background-color: #151515;
}

ul.culturetable_5box li a{
  text-decoration: none;
  color: #c2a471;
  padding: 40px 15px;
  display: block;
  height: 100%;
}

ul.culturetable_5box li a:hover{
  background-color: #ededed;
}
    
h3.culture{
  font-size: 250%;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

h3.culture_sp{
  font-size: 250%;
  margin-top: 5%;
  margin-left: 4%;
  margin-right: 4%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

.bgcolor_harf{
  display: table;
  width: 100%;
  background-color: #ededed;
}
    
.bgcolor_harf_in{
  display: table-cell;
  width: 50%;
  border-right: 1px solid #FFF;
  background-color: #ededed;
  padding: 5% 4%;
}

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


.bgcolor_harf_in:last-child{
  border-right: none;
}

h3.use{
  font-size: 200%;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

h3.use_maT0{
  font-size: 200%;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  text-indent: -1.1em;
  margin-left: 1.1em;
} 

/* 中ページ日本香堂について
------------------------------------------------- */
    
ul.culturetable_4box{
  list-style: none;
  display: table;
	border-collapse: collapse;
  text-align: center;
}

ul.culturetable_4box li{
  display: table-cell;
  border: solid #e4e4e4 1px;
  width: 25%;
  vertical-align: top;
  font-size: 150%;
  color: #c2a471;
  height: 1em;
}

ul.culturetable_4box li.current{
  background-color: #151515;
}

ul.culturetable_4box li.current a:hover{
  background-color: #151515;
}

ul.culturetable_4box li a{
  text-decoration: none;
  color: #c2a471;
  padding: 40px 15px;
  display: block;
  height: 100%;
}

ul.culturetable_4box li a:hover{
  background-color: #ededed;
}

ul.harfbox li dl{
  border-bottom: solid 1px #e4e4e4;
  margin: 10px 0;
  padding: 10px 0;
}

ul.harfbox li dt{
  clear:both;
  float: left;
  width: 130px;
  font-weight: bold;
}

ul.harfbox li dd{
  margin-left: 150px;
}

.btn{
  display: block;
  margin-top: 20px;
}

h3.bggray{
  background-color: #ededed;
  padding: 2% 4%;
  font-size: 150%;
}


/* 中ページ　香道
------------------------------------------------- */


h4.bdrnone{
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 130%;
  border-bottom: none;
}


table.tbl{
  margin-bottom: 20px;
}

table.tbl td{
  border-bottom: solid 1px #e4e4e4;
  padding: 10px 5px;
}

table.tbl th{
  border-bottom: solid 1px #e4e4e4;
  font-weight: bold;
  padding: 10px 5px;
  width: 140px;
  text-align: left;
}

.btn_contact a{
  padding: 10px 30px;
  background-color: #151515;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 50px;
  display: inline-block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.btn_contact a:hover{
	background-color: #666;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.btn_contact img{
  vertical-align: middle;
  margin-right: 10px;
}


/* サイトマップ
------------------------------------------------- */

ul.sitemap{
  list-style: none;
  margin: 5% 4%;
  font-size: 150%;
}

ul.sitemap li{
  margin-bottom: 2%;
}

ul.sitemap li a{
  text-decoration: none;
}


ul.sitemap ul{
  list-style: none;
  margin: 2% 4% 4% 4%;
}

ul.sitemap ul li{
  font-size: 70%;
}



/* 中ページプライバシーポリシー
------------------------------------------------- */

h3.smallline{
  font-size: 200%;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  text-indent: -1.1em;
  margin-left: 1.1em;
} 

h3.smallline_idt{
  font-size: 200%;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  text-indent: -1.7em;
  margin-left: 1.7em;
} 


h4{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 110%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}

/* お問い合わせ
------------------------------------------------- */

table.contact{
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
}

table.contact td,
table.contact th{
  xborder-bottom: solid 1px #e4e4e4;
  padding: 2% 0;
  text-align: left;
  vertical-align: middle;
}

table.contact th{
  width: 20%;
  padding-right: 20px;


}

input,
select,
textarea{
  padding: 10px;
  border: solid 1px #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  min-width: 500px;
  width: 50%;
}

textarea{
  height: 300px;
}

input[type="radio"] ,
input[type="checkbox"] {
  min-width: inherit;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.input_button {
  background-color: #151515;
  color: #FFF;
  border: none;
  padding: 15px 30px;
  margin: 50px 0 0 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  min-width: inherit;
  width: auto;
}

.input_button:hover{
	background-color: #666;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}





/* 環境活動
------------------------------------------------- */

ul.ecolist{
  margin-bottom: 20px;
  list-style: none;
}

ul.ecolist li{
  padding-left: 50px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left;
}

ul.ecolist li.e01{
  background-image: url("../../images/eco_li_01.jpg");
}
ul.ecolist li.e02{
  background-image: url("../../images/eco_li_02.jpg");
}
ul.ecolist li.e03{
  background-image: url("../../images/eco_li_03.jpg");
}
ul.ecolist li.e04{
  background-image: url("../../images/eco_li_04.jpg");
}
ul.ecolist li.e05{
  background-image: url("../../images/eco_li_05.jpg");
}
ul.ecolist li.e06{
  background-image: url("../../images/eco_li_06.jpg");
}












 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* 画像用マスクアニメーション
------------------------------------------------- */
 
.overlay,
.animate-elm.-max-width:before,
.animate-elm.-transform:before {
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.overlay-max-width,
.animate-elm.-max-width:before {
  max-width: 100%;
}

.overlay-transform,
.animate-elm.-transform:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.animate-elm {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.animate-elm.-max-width:before,
.animate-elm.-transform:before {
  content: "";
}

.animate-elm.show.-max-width:before,
.animate-elm.show .overlay-max-width {
  max-width: 0;
}

.animate-elm.show.-transform:before,
.animate-elm.show .overlay-transform {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}


 /* 背景用画像用マスクアニメーション
------------------------------------------------- */




.overlay_bg,
.animate-elm_bg.-max-width_bg:before,
.animate-elm_bg.-transform_bg:before {
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.overlay-max-width_bg,
.animate-elm_bg.-max-width_bg:before {
  max-width: 100%;
}

.overlay-transform_bg,
.animate-elm_bg.-transform_bg:before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.animate-elm_bg {
  margin: 0 auto;
  xwidth: 500px;
  xheight: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.animate-elm_bg.-max-width_bg:before,
.animate-elm_bg.-transform_bg:before {
  content: "";
}

.animate-elm_bg.show_bg.-max-width_bg:before,
.animate-elm_bg.show_bg .overlay-max-width_bg {
  max-width: 0;
}

.animate-elm_bg.show_bg.-transform_bg:before,
.animate-elm_bg.show_bg .overlay-transform_bg {
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}




