@charset "utf-8";

/* --------------------------------------------------
import
---------------------------------------------------*/
@import "import/reset.css";
@import "import/util.css";
@import "import/font-awesome.min.css";
/* WEB FONTS */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

/*はんなり明朝*/
@font-face {
	font-family: "hannari";
	src: url(../font/hannari/hannari.eot);
	src: url(../font/hannari/hannari.eot?#iefix) format('embedded-opentype'),  url(../font/hannari/hannari.otf) format('opentype'),  url(../font/hannari/hannari.woff) format('woff'),  url(../font/hannari/hannari.ttf) format('truetype'),  url(../font/hannari/hannari.svg#fontset) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --------------------------------------------------
MEDIA QUERY FORMAT
---------------------------------------------------*/
@media screen and (max-width: 959px) {
}

@media screen and (max-width: 480px) {
}

/* --------------------------------------------------
base layout
---------------------------------------------------*/
/** {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}*/

/*
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
*/

html {
	font-size: 62.5% !important; /* 62.5% = 10px = 1.0rem */
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

/*#scrollFilter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000000;
    overflow: hidden;
    display: none;
}*/

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: #fff;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

#loading .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 55px;
	text-align: center;
}

#loading .inner .image { margin-bottom: 10px; }

#loading .inner span { letter-spacing: 1px; }

.page {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "hannari", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	letter-spacing: normal;
}

@media screen and (max-width: 480px) {

.page { border-top: 115px solid #000; }
}

.translated-ltr font {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0 !important;
}

/* --------------------------------------------------
sys
---------------------------------------------------*/
.serif { font-family: "hannari", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.sans { font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: underline;
}

.on a,
.off a {
	cursor: default;
	pointer-events: none;
}

.cap,
.caption {
	background: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	line-height: 1.5rem;
}

.cap { padding-top: 5px; }

img {
	width: auto;
	max-width: 100%;
	line-height: 1;
}

.ph { position: relative; }

.off { opacity: .3; }

.ph img { width: 100%; }

.ph span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-size: 1rem;
	line-height: 15px;
	line-height: 1.5rem;
	text-shadow: 1px 0 2px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.3), 2px 0 2px rgba(0,0,0,.3), 0 2px 2px rgba(0,0,0,.3), -1px 0 2px rgba(0,0,0,.3), 0 -1px 2px rgba(0,0,0,.3), -2px 0 2px rgba(0,0,0,.3), 0 -2px 2px rgba(0,0,0,.3);
}

.wrap {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	position: relative;
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.wrap3 {
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

/* --------------------------------------------------
header
---------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	zoom: 1;
	z-index: 9999 !important;
}

@media screen and (max-width: 959px) {

header {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,.9);
	width: 100%;
	z-index: 9999 !important;
}

header .wrap {
	width: 100%;
	margin: 0 auto;
}
}

h1.siteTitle {
	text-align: left;
	padding: 20px 30px;
	opacity: 0;
}

header h1.siteTitle img { max-height: 60px; }

@media screen and (max-width: 959px) {

h1.siteTitle {
	text-align: left;
	padding: 5px 10px;
}

h1.siteTitle img { max-height: 46px; }

h1.siteTitle { opacity: 1; }
}

@media screen and (max-width: 480px) {

h1.siteTitle {
	text-align: center;
	padding: 10px 0 5px 0;
}

h1.siteTitle img { max-height: 50px; }
}

h1.siteTitle a { display: inline-block; }

header {
	/*position: fixed;*/
	transition: background-color .3s ease-in;
	-webkit-transition: background-color .3s ease-in;
	-moz-transition: background-color .3s ease-in;
	-ms-transition: background-color .3s ease-in;
	-o-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}
header.fixed {
	position: fixed;
	background: rgba(0,0,0,.9);
}

header.fixed h1.siteTitle { opacity: 1; }

.mvLogo {
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 55%;
	margin: auto;
	z-index: 1000;
}

@media only screen and (min-width:960px) {

.tel2 { display: none; }
}

@media screen and (max-width: 959px) {

header.fixed h1.siteTitle { padding: 5px 10px; }
}

@media screen and (max-width: 480px) {

header.fixed h1.siteTitle {
	text-align: center;
	padding: 10px 10px 5px 10px;
}
}

@media screen and (max-width: 959px) {

header h1.siteTitle img { max-height: 46px; }

header.fixed h1.siteTitle img { max-height: 46px; }

.mvLogo { display: none; }
}

/*
@media screen and (max-width: 480px) {

header.fixed h1.siteTitle img {
  max-height: 50px;
	}
}
*/

/* --------------------------------------------------
nav format
---------------------------------------------------*/
nav ul,
.nav ul {
	text-align: center;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
}

nav ul li,
.nav ul li {
	display: inline-block;
	vertical-align: middle;
}

nav ul li:hover a,
nav ul li.on a,
.nav ul li:hover a,
.nav ul li.on a { text-decoration: underline; }

nav ul li.on a:hover,
.nav ul li.on a:hover { text-decoration: none; }

nav ul li.off,
.nav ul li.off {
	pointer-events: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	zoom: 1;
}

/* --------------------------------------------------
pNav
---------------------------------------------------*/
#pNav {
	position: absolute;
	top: 20px;
	right: 20px;
}

#pNav ul { text-align: right; }

#pNav ul li { padding: 0 5px; }

#pNav ul li span {
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	line-height: 3rem;
}

#pNav ul li a { color: #fff; }

#pNav ul li.menu,
#pNav ul li.tel span { display: none; }

#pNav ul li.menu { width: 44px; }

@media screen and (max-width: 959px) {

#pNav {
	top: 3px;
	right: 5px;
}

#pNav ul li { padding: 0; }

#pNav ul li.tel { display: none; }

#pNav ul li.tel2,
#pNav ul li.mail,
#pNav ul li.translation,
#pNav ul li.facebook,
#pNav ul li.instagram,
#pNav ul li.menu {
	display: inline-block;
	padding: 0 5px;
}

#pNav ul li span {
	font-size: 40px;
	font-size: 4rem;
	line-height: 50px;
	line-height: 5rem;
}

#pNav ul li.tel span { display: inline; }

#pNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
}

@media screen and (max-width: 480px) {

#pNav {
	position: relative;
	top: auto;
	right: auto;
}

#pNav ul {
	width: 100%;
	text-align: center;
}

#pNav ul li.tel2 { display: none; }
}

@media screen and (max-width: 320px) {

#pNav ul li.translation,
#pNav ul li.facebook,
#pNav ul li.instagram,
#pNav ul li.menu {
	display: inline-block;
	padding: 0 4px;
}
}

/* --------------------------------------------------
gNav
---------------------------------------------------*/
#gNav {
	position: fixed;
	top: 56px;
	width: 100%;
	margin: 0 auto;
/*
	transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
*/
	opacity: 0;
}

@media only screen and (max-width:959px) {

#gNav { opacity: 1; }
}

header.fixed #gNav { opacity: 1; }

.nav {
	position: absolute;
	top: 35%;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	z-index: 1000;
	opacity: 1;
}

.fixed + main .nav { opacity: 0; }

@media screen and (max-width: 959px) {

#gNav {
	display: none;
	position: fixed;
	/*top: 70px;*/
	border-top: 1px solid #fff;
	background: rgba(0,0,0,.9);
	z-index: 10;
}
}

@media screen and (max-width: 480px) {

#gNav {
	display: none;
	position: fixed;
	top: 110px;
	border-top: 1px solid #ddd;
	background: rgba(0,0,0,.9);
	z-index: 10;
}

header.fixed #gNav { top: 115px; }
}

.nav ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 30px 0 0;
}

#gNav ul {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	padding: 0 30px 0 0;
}

header.fixed #gNav ul { }

#gNav ul li,
.nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

#gNav ul li::before,
.nav ul li::before {
	display: inline-block;
	vertical-align: middle;
	content: "｜";
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	line-height: 3rem;
	letter-spacing: 0;
}

#gNav ul li:first-child::before,
.nav ul li:first-child::before { display: none; }

#gNav ul li a,
.nav ul li a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	line-height: 3rem;
	letter-spacing: .15em;
	text-indent: 0.06em;
}

#gNav ul li.contact a span,
#gNav ul li.plan a span { color: #ecd89c; }

#gNav ul li.facebook,
#gNav ul li.instagram,
#gNav ul li.close { display: none; }

@media screen and (max-width: 959px) {

header.fixed #gNav ul {
	text-align: center;
	padding: 0;
}

#gNav ul li,
#gNav ul li.close {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#gNav ul li::before { display: none; }

#gNav ul li a {
	display: block;
	color: #fff;
	line-height: 40px;
	line-height: 4rem;
}

#gNav ul li.on,
#gNav ul li:hover { background: rgba(0,0,0,.1); }

.nav { display: none; }

#gNav ul {
	text-align: center;
	padding: 0;
}
}

@media screen and (max-width: 480px) {

#gNav ul li.facebook,
#gNav ul li.instagram { display: inline-block; }

#gNav ul li.facebook i,
#gNav ul li.instagram i {
	display: inline-block;
	padding: 0 5px 0 0;
}
}

/* --------------------------------------------------
footer
---------------------------------------------------*/
footer {
	width: 100%;
	zoom: 1;
}

/* --------------------------------------------------
copyright
---------------------------------------------------*/
#copyright {
	font-family: 'EB Garamond', serif;
	background: #a6904f;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	font-size: 1rem;
	line-height: 40px;
	line-height: 4rem;
}

/* --------------------------------------------------
h2.sttl
---------------------------------------------------*/
h2.sttl {
	position: relative;
	text-align: center;
	font-size: 40px;
	font-size: 4rem;
	line-height: 90px;
	line-height: 9rem;
	letter-spacing: 0.2em;
	width: 100%;
	padding: 100px 0;
}

h2.sttl em {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
	line-height: 90px;
	line-height: 9rem;
	padding: 0 0.2em;
}

h2.sttl span {
	display: inline-block;
	color: #a6904f;
}

h2.sttl::after {
	display: block;
	content: "";
	width: 150px;
	height: 5px;
	background: #000;
	margin: 25px auto 0 auto;
}

@media screen and (max-width: 959px) {

h2.sttl {
	font-size: 30px;
	font-size: 3rem;
	line-height: 60px;
	line-height: 6rem;
	padding: 65px 0;
}

h2.sttl em {
	font-size: 20px;
	font-size: 2rem;
	line-height: 60px;
	line-height: 6rem;
}

h2.sttl::after {
	width: 120px;
	height: 4px;
	margin: 15px auto 0 auto;
}
}

@media screen and (max-width: 480px) {

h2.sttl {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	letter-spacing: 0;
	padding: 35px 0 !important;
}

h2.sttl em {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
	padding: 0;
}

h2.sttl::after {
	width: 100px;
	height: 3px;
	margin: 10px auto 0 auto;
}
}

/* --------------------------------------------------
ul.clmBox
---------------------------------------------------*/
ul.clmBox {
	text-align: center;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
}

ul.clmBox li {
	display: inline-block;
	vertical-align: top;
}

/* --------------------------------------------------
box
---------------------------------------------------*/
.box {
	position: relative;
	padding: 60px 0;
}

@media screen and (max-width: 768px) {

#manufacture .box2 { padding: 5px 0 0 0 !important; }

.box { padding: 10px 0 0; }
}

.box .left { float: left; }

.box .right { float: right; }

@media screen and (max-width: 599px) {

#sensation .box1 .left { margin: 0; }

#sensation .box .left,
#sensation .box .right { margin: 0; }

.box .left,
.box .right {
	float: none;
	width: 100%!important;
	max-width: 500px!important;
	padding: 0 !important;
	margin: 0 auto 25px;/*margin-bottom: 50px;*/
}
}

.box hr.line {
	background: #a6904f;
	border: none;
	width: 100%;
	height: 1px;
	margin: 25px 0 35px 0;
}

@media screen and (max-width: 768px) {

.box hr.line { margin: 15px 0; }
}

.box .title {
	font-size: 60px;
	font-size: 6rem;
	line-height: 80px;
	line-height: 8rem;
	letter-spacing: -0.1em;
	margin-top: -0.2em;
}

.box .title2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 50px;
	line-height: 5rem;
	letter-spacing: -0.1em;
	margin-top: -0.4em;
	padding: 0 0 1rem 0;
}

.box .title i,
.box .title2 i {
	color: #a6904f;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
}

.box .title span {
	display: block;
	font-family: 'EB Garamond', serif;
	color: #a6904f;
	font-size: 20px;
	font-size: 2rem;
	line-height: 60px;
	line-height: 6rem;
	letter-spacing: 0.6em;
}

.box .title em {
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.8em;
}

.box .text {
	font-size: 14px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem;
	text-align: justify;
	letter-spacing: -0.12em;
	padding-bottom: 40px;
}

@media screen and (max-width: 768px) {

.box .title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 40px;
	line-height: 4rem;
	letter-spacing: -0.1em;
	margin-top: 0;
	padding: 20px 0 0 0 !important;
}

.box .title span {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	line-height: 2rem;
}

.box .title br { display: none; }

.box .text {
	line-height: 24px;
	line-height: 2.4rem;
	letter-spacing: 0;
	padding: 0 0 20px 0 !important;
}

.box .ph { padding: 0 !important; }
}

/*.goog-te-menu-value {
    height: 10px !important;
}*/



.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] { width: 100% !important; }

#pageplugin {
	text-align: center!important;
	margin: 0 auto!important
}

/* = Selected Text
----------------------------------------------- */
::selection { background: #a6904f; /* Safari */ }

::-moz-selection {
 background:#a6904f; /* Firefox */
}
