@charset "UTF-8";

/*font*/
@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?77964563');
      src: url('../fonts/fontello.eot?77964563#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?77964563') format('woff'),
           url('../fonts/fontello.ttf?77964563') format('truetype'),
           url('../fonts/fontello.svg?77964563#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }


.icon-facebook:before {
	content: '\e802';
}
.icon-instagram:before {
	content: '\e803';
}
.icon-line:before {
	content: '\e804';
}

.ft_josefin {
	font-family: 'Josefin Sans', sans-serif;
}

.ft_arapey {
	font-family: 'Arapey', serif;
}

.ft-sawarabi {
	font-family: "Sawarabi Gothic";
}

.wf-notosansjapanese {
	font-family: "Noto Sans JP";
}

.ft_12 {
	font-size: 12px;
}

.ft_18 {
	font-size: 18px;
}

.ft_tracking {
	letter-spacing: 1px;
}

a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}


body {
    font-family: 'Avenir','Century Gothic', 'Quicksand', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 13px; 
    color: #686661;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
} 

#wrapper {
	overflow: hidden;
}

.inview_before{
	opacity: 0;
}
.inview_after{
	opacity: 1.0;
}

/*------------------ drag background------------------*/
::selection {
    background: rgba(73,126,150,0.6);
    color: #fff;
}

::-moz-selection {
    background: rgba(73,126,150,0.6);
    color: #fff;
}

/* clearfix */ 
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  

.clearfix {
    display: inline-table;
}  

/* Hides from IE-mac */ 
* html .clearfix {
    height: 1%;
}  
.clearfix {
    display: block;
}  
/* End hide from IE-mac */  

/*------------------ Frame ------------------*/

html:before,html:after,body:before,body:after{
	content:"";
	background:#898886;
	position:fixed;
	display:block;
	z-index:100;
}

/* ...and position them! */
html:before{
	height:8px;
	left:0;
	right:0;
	top:0;
}
html:after{
	width:8px;
	top:0;
	right:0;
	bottom:0;
}
body:before{
	height:8px;
	right:0;
	bottom:0;
	left:0;
}
body:after{
	width:8px;
	top:0;
	bottom:0;
	left:0;
}


/*------------------ Wrapper ------------------*/

#wrapper {
    width: 90vw;
    margin: 0 auto;
	background-color: #fff;
}

@media screen 
	and (max-width:1049px) {
		
#wrapper {
    width: 100vw;
}
	
} /***** end media screen 1049 *****/



/*------------------ MOBILE NAVI ------------------*/
.gnavi_mobile {
	display: none;
}

@media screen 
	and (max-width:1049px) {

.gnavi_mobile {
	display: inline-block;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}

.nav-item {
	text-decoration: none;
}
/*--mobile nav css------------------------------------------*/

/* Toggle Functionality */
#toggle {
  display: none;
}

#toggle:checked ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 1200px rgba(137,136,134,1), inset 0 0 0 20px rgba(137,136,134,1);
}
#toggle:checked ~ .toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked ~ .nav {
  margin-bottom: 100px;
  pointer-events: auto;
  transform: translate(50px, 50px);
}
#toggle:checked ~ .nav .nav-item {
  color: #fff;
  letter-spacing: 0.1em;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  transition: 0.5s, opacity 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1) {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1):before {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3) {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4) {
  transition-delay: 0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4):before {
  transition-delay: 0s;
}
#toggle:checked ~ .nav .nav-item:before {
  opacity: 0;
}
#toggle:checked ~ ＃mobile_title {
  padding-top: 30px;
}
#toggle:checked ~ ＃mobile_title:before {
  background-color: rgba(137,136,134,0.5);
}

/* Toggle Button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.6s;
}
.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(137,136,134,0.5), inset 0 0 0 20px rgba(137,136,134,0.5);
}
.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
  transform: translateY(50%) rotate(-45deg) scale(0);
}

/* Menu */
.nav {
  display: inline-block;
  margin: 25px;
  pointer-events: none;
  transition: 0.5s;
}

.nav-item {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: transparent;
  font-size: 14px;
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleY(0.2);
  transition: 0.5s, opacity 1s;
}
.nav-item:nth-child(1) {
  transition-delay: 0s;
}
.nav-item:nth-child(1):before {
  transition-delay: 0s;
}
.nav-item:nth-child(2) {
  transition-delay: 0.05s;
}
.nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}
.nav-item:nth-child(3) {
  transition-delay: 0.1s;
}
.nav-item:nth-child(3):before {
  transition-delay: 0.1s;
}
.nav-item:nth-child(4) {
  transition-delay: 0.15s;
}
.nav-item:nth-child(4):before {
  transition-delay: 0.15s;
}
.nav-item:nth-child(1) {
  letter-spacing: -3px;
}
.nav-item:nth-child(2) {
  letter-spacing: -7.2px;
}
.nav-item:nth-child(3) {
  letter-spacing: -7.2px;
}
.nav-item:nth-child(n+4) {
  letter-spacing: -10px;
  margin-top: -7px;
  opacity: 0;
}
.nav-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #898886;
  transform: translateY(-50%) scaleY(5);
  transition: 0.5s;
}


#mobile_title {
  position: relative;
  text-align: center;
  transition: 0.5s;
}
		
#mobile_title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
  transition: 0.5s;
}

.sns_icon_mobile {
	line-height: 5em;
	font-size: 20px;
	margin: 20px 16px 0 -8px;
}

} /***** end media screen 1049 *****/

/*------------------ HEADER ------------------*/

#left_box {
	margin: 50px 50px 10px 0px;
	width: 18vw;
	position: fixed;
}



#left_box h1 {
	display: none;
}

#header_logo {
	margin-left: 1.6vw;
	padding-bottom: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#header_logo::after {
	content: '';
	position: absolute;
	left: 40%;
	bottom: -30px;
	display: inline-block;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	background-color: #898886;
	opacity: 0.8;
}

#header_logo img {
	width: 14vw;	
	max-width: 230px;
}

#left_box_caption {
	margin-top: 75px;
	height: 800px;
}


/**
#header_caption::after {
	content: '';
	position: absolute;
	right: -17%;
	top: -50px;
	display: inline-block;
	width: 1px;
	height: 530px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #898886;
	opacity: 0.9;
}
**/


#header_caption p {
	line-height: 2.5em;
	letter-spacing: 1px;
	color: #686661;
	width: 18vw;
	height: 
	overflow-y: scroll;
}

#header_caption #caption_jp {
	margin-top: 50px;
}

#header_sns {
	margin: 50px 2vh 0 0;
	width: 18vw;
}

#header_sns p {
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	font-size: 13.5px;
}

#header_title {
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	font-size: 13.5px;
}

p#header_sns_url {
	line-height: 3em;
	font-size: 13px;
}

#header_sns ul {
	text-align: center;
	margin-top: 10px;
}

#header_sns ul li {
	display: inline-block;
	font-size: 21px;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#header_sns ul li:hover {
	opacity: 0.6;
}

.br_mobile {
	display: none;
}

@media screen 
	and (max-width:1049px) {
		
#left_box {
	margin: 0 auto;
	padding-top: 50px;
	width: 80vw;
	position: static;
	opacity: 0.8;
}
		
#left_box h1 {
	display: none;
}

#header_logo {
	text-align: center;
}

#header_logo::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	display: inline-block;
	width: 40px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #898886;
	opacity: 0.8;
}

#header_logo img {
	width: 40vw;	
	max-width: 230px;
}

#left_box_caption {
	margin-top: 75px;
	height: auto;
	overflow-y: hidden;
}

#header_caption p {
	color: #686661;
	width: 80vw;
	text-align: center;
}


#header_sns {
	margin: 50px auto 0;
	width: 80vw;
}

.br_mobile {
	display: inherit;
}
		
} /***** end media screen 1049 *****/

/*------------------ right_box ------------------*/

#right_box {
	margin-left: 26vw;
}

@media screen 
	and (max-width:1049px) {
		
#right_box {
	width: 90vw;
	margin: 0 auto;
}

} /***** end media screen 1049 *****/


/*------------------ inview ------------------*/
.inview_before {
	transition: 0.8s;
	transition-delay: 0.3s
}


/*------------------ TOP ------------------*/

#mobile_top {
	display: none;
}

#top {
	height: 80vh;
	min-height: 40vw;
	position: relative;
	padding-top: 280px;
}

#nav_img ul li {
	list-style: none;
	letter-spacing: 1px;
	display: inline-block;
	color: #898886;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#nav_img ul li:hover {
	filter: grayscale(100%);
	opacity: 0.8;
}

#nav_img ul li img {
	width: 11vw;
	max-width: 225px;
}

#nav_text {
	padding-top: 30px;
}

#nav_text ul li {
	list-style: none;
	letter-spacing: 1px;
	display: inline-block;
	color: #898886;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#nav_text ul li:hover {
	filter: grayscale(100%);
	opacity: 0.8;
}

#nav_text ul li p {
	width: 11vw;
	max-width: 225px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 12px;
	opacity: 0.8;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 31vw;
  z-index: 2;
  width: 100%;
}

@media screen 
	and (max-width:1049px) {

#nav_img, #nav_text {
	display: none;
}
		
#mobile_top {
	display: inherit;
	text-align: center;
}

#top {
	height: 700px;
	position: relative;
	padding-top: 10vh;
}

		
#mobile_top ul li {
	list-style: none;
	letter-spacing: 1px;
	display: inline-block;
	color: #898886;
	margin: 50px 10px 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#mobile_top ul li:hover {
	filter: grayscale(100%);
	opacity: 0.8;
}

#mobile_top ul li img {
	width: 30vw;
	max-width: 225px;
}


#mobile_top ul li p {
	width: 30vw;
	max-width: 225px;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	opacity: 0.8;
}
	
} /***** end media screen 1049 *****/

@media screen 
	and (max-width:929px) {
		
#top {
	height: 900px;

}

} /***** end media screen 929 *****/

@media screen 
	and (max-width:549px) {

#top {
	height: 600px;
}

} /***** end media screen 599 *****/

/*------------------ ABOUT ------------------*/

#about {
	padding-top: 100px;
	margin-left: 3vw;
	margin-bottom: 150px;
	width: 50vw;
}

#about h2 {
	display: block;
	line-height: 2em;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
}

#about h2::after{
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background-color: #898886;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
}

#about h3 {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1.5px;
}


#about img {
	display: inline-block;
	transition: 0.8s;
	transition-delay: 0.3s;
	width: 80px;
}

#about p {
	color: #898886;
	line-height: 230%;
	letter-spacing: 1.5px;
}

#about_me h3 {
	margin-left: 15vw;
	margin-top: 80px;
}

#about_me p {
	margin-left: 15vw;
	margin-top: 20px;
}

.about_right {
	margin-left: 15vw;
}

#about_kurumiaroma p {
	margin-top: 20px;
}

#about_ruh p {
	margin-top: 20px;
}

#about_kurumiaroma {
	position: relative;
	margin-top: 50px;
}

#about_kurumiaroma img {
	position: absolute;
	top: 40px;
	left: 5vw;
}

#about_ruh {
	position: relative;
	margin-top: 50px;
}

#about_ruh img {
	position: absolute;
	top: 30px;
	left: 5vw;
}


#about_text {
	transition: 0.8s;
	transition-delay: 0.3s
}

.link_hover {
	background: linear-gradient(transparent 60%, rgba(73,126,150,0.4) 60%);
}

.br_pc {
	display: inherit;
}

@media screen 
	and (max-width:1049px) {
		
#about {
	padding-top: 60px;
	margin: 0 auto 150px;
	width: 80vw;
}

#about_me h3 {
	margin: 80px 8vw 0 10vw;
}

#about_me p {
	margin: 20px 8vw 0 10vw;
}

.about_right {
	margin-left: 10vw;
}

#about_kurumiaroma p {
	margin: 20px 8vw 0 0;
}

#about_ruh p {
	margin: 20px 8vw 0 0;
}

#about_kurumiaroma {
	position: static;
}

#about_kurumiaroma img {
	position: static;
	margin: 0 0 20px 10vw;
}

#about_ruh {
	position: static;
}

#about_ruh img {
	position: static;
	margin: 0 0 20px 10vw;
}

.br_pc {
	display: none;
}

} /***** end media screen 1049 *****/
		
/*------------------ INFORMATION ------------------*/

#information {
	padding-top: 100px;
	margin-left: 3vw;
	margin-bottom: 100px;
	width: 50vw;
}

#information h2 {
	display: block;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	margin-left: 1vw;
	position: relative;
}

#information h2::after{
	content: "";
	display: block;
	width: 140px;
	height: 1px;
	background-color: #898886;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
}

#information p {
	color: #898886;
	line-height: 230%;
	letter-spacing: 1.5px;
	margin-top: 60px;
	text-align: center;
	font-size: 13px;
}

@media screen 
	and (max-width:1049px) {
		
#information {
	padding-top: 60px;
	margin: 0 auto 100px;
	width: 50vw;
}

} /***** end media screen 1049 *****/

/*------------------ AROMATIQUE ------------------*/

#aromatique {
	padding-top: 100px;
	margin-left: 3vw;
	margin-bottom: 100px;
	width: 50vw;
}

#aromatique h2 {
	display: block;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	margin-left: 1vw;
	position: relative;
}

#aromatique h2::after{
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	background-color: #898886;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
}

#aromatique ul {
	margin: 80px 0 50px 3vw;
	height: 250px;
}

#aromatique ul li {
	list-style: none;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	letter-spacing: 6px;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.8vw;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#aromatique ul li span {
	font-size: 13px;
}

#aromatique ul li:hover {
	color: rgba(73,126,150,0.6);
}

#aromatique p {
	text-align: center;
}

#aromatique img {
	display: inline-block;
	text-align: center;
	width: 60vw;
	max-width: 600px;
	margin-top: 50px;
}


@media screen 
	and (max-width:1049px) {

#aromatique {
	padding-top: 60px;
	margin: 0 auto 100px;
	width: 90vw;
}


#aromatique ul {
	margin: 80px auto 0;
	text-align: center;
	height: 300px;
}

#aromatique ul li {
	letter-spacing: 2px;
	margin: 0 2.8vw;
	font-size: 13px;
}

#aromatique p {
	text-align: center;
}

#aromatique img {
	width: 80vw;
	margin-top: 0;
}


} /***** end media screen 1049 *****/


/*------------------ STORE ------------------*/

#store {
	padding-top: 100px;
	margin-left: 3vw;
	margin-bottom: 100px;
	width: 50vw;
}

#store h2 {
	display: block;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	margin-left: 1vw;
	position: relative;
}

#store h2::after{
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #898886;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
}

#store h3 {
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	font-size: 14px;
	margin: 80px 0 5px 17vw;
}

#store h3 a {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#store h3 a:hover {
	color: rgba(73,126,150,0.6);
}

#store p {
	line-height: 2em;
	letter-spacing: 1.5px;
	margin-left: 18vw;
}

#store p a {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#store p a:hover {
	color: rgba(73,126,150,0.6);
}

@media screen 
	and (max-width:1049px) {
		
#store {
	padding-top: 60px;
	margin: 0 auto 100px;
	width: 80vw;
}

#store h3 {
	margin: 80px 0 5px 14vw;
}

#store p {
	margin-left: 15vw;
}

} /***** end media screen 1049 *****/

/*------------------ CONTACT ------------------*/

#contact {
	padding-top: 100px;
	margin-left: 3vw;
	height: 100vh;
	min-height: 900px;
	width: 50vw;
}

#contact h2 {
	display: block;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	margin-left: 1vw;
	position: relative;
}

#contact h2::after{
	content: "";
	display: block;
	width: 92px;
	height: 1px;
	background-color: #898886;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%);
}


#contact p a {
	text-decoration: none;
	color: #898886;
	font-size: 12px;
}

/* FORM */
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"], textarea {
	background-color: rgba(137,136,134,0.1);
	line-height: 28px;
	padding: 5px 10px 2px;
	width: 400px;
	font-size: 12px;
	letter-spacing: 1px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	width: 240px;
	height: 36px;
	display: block;
	background-color: #fff;
	background-size: 100% auto;
	border: 2px solid rgba(73,126,150,0.6);
	cursor: pointer;
	margin-left: 106px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: rgba(73,126,150,0.6);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

input[type="submit"]:hover {
	color: #fff;
	background: rgba(73,126,150,0.6);
	border: none;
}


#formWrap {
	width: 535px;
	margin: 80px auto 0;
	color: #898886;
	letter-spacing: 1px;
	line-height: 200%;
}

#formWrap p {
	text-align: left;
}

table.formTable{
	width:100%;
	margin:0 auto;
	text-align: left;
}

table.formTable td,table.formTable th{
	padding:10px;
	font-weight: normal;
}

.form_comment {
	vertical-align: top;
}

input:focus,
textarea:focus {
	background-color: #dce6ea;
}

/* Chrome */
::-webkit-input-placeholder {
	color: #cacccd;
	vertical-align: central;
}

/* Firefox */
::-moz-placeholder {
	color: #cacccd;
	vertical-align: central;
}

/* IE */
:-ms-input-placeholder {
	color: #cacccd;
	vertical-align: central;
}

#privacypolicy p {
	text-align: right;
	margin-right: 10px;
	padding-bottom: 40px;
}

#privacypolicy p a {
	letter-spacing: 1.5px;
	font-size: 11px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	transition: 0.8s;
	transition-delay: 0.3s
}

#privacypolicy p a:hover {
	color: rgba(73,126,150,0.6);
}

#caution #caution_title {
	margin-bottom: 5px;
}

#caution #caution_title span {
	font-weight: normal;
	font-size: 110%;
	letter-spacing: 1.5px;
	line-height: 200%;
	color: rgba(73,126,150,0.6);
}

#caution #caption {
	font-size: 12px;
	letter-spacing: 1.6px;
}

#caution #caption a {
	color: rgba(73,126,150,0.4);
}

@media screen 
	and (max-width:1049px) {

#contact {
	padding-top: 60px;
	margin: 0 auto 100px;
	width: 80vw;
}


		
input[type="text"], textarea {
	width: 280px;
}

input[type="submit"] {
	width: 300px;
	height: 34px;
	margin-left: 0;
	margin-top: 20px;
}

#contact {
	height: 960px;
}
#formWrap {
	width:300px;
	padding-left: 0px;
}
		
table.formTable td,table.formTable th{
	display: block;
	padding: 0px;
}

table.formTable th {
	margin-top: 16px;
}
		
#privacypolicy p {
	margin-right: 0px;
}
		
#caution {
	margin-bottom: 10px;
}
} /***** end media screen 1049 *****/	




/*------------------ Footer ------------------*/
/*
#footer {
    position: fixed;
    bottom: 3vh;
    right: 2.2vw;
    transform: rotate( 90deg );
    -moz-transform:    rotate( 90deg ); 
    -webkit-transform: rotate( 90deg ); 
    -o-transform:      rotate( 90deg ); 
    -ms-transform:     rotate( 90deg ); 
	transform-origin: right top;
}
*/

#footer {
	margin-bottom: 20px;
}

#footer p {
	display: block;
	text-align: center;
	color: #898886;
	opacity: 0.6;
	font-size: 11px;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	font-family: 'Avenir','Century Gothic', 'Quicksand', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}



/*================= Sub  =================*/

#sub_close {
	position: fixed;
	top: 25px;
	right: 20px;
}

#btn_close {
	display: inline-block;
	vertical-align: middle;
	color: #898886;
	line-height: 1;
	width: 20px;
	height: 1px;
	background: currentColor;
	border-radius: 1px;
	position: relative;
	transform: rotate(45deg);
}

#btn_close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

#sub_close a {
	width: 20px;
	height: 20px;
}

#sub_wrapper {
	width: 90%;
	text-align: center;
	margin: 40px auto 80px;
}

#sub_wrapper img {
	width: 80%;
	max-width: 300px;
	padding-top: 80px
}

#sub_wrapper h1 {
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	letter-spacing: 6px;
	margin: 30px auto 20px;
	font-size: 14px;
}

#sub_wrapper h2 {
	font-weight: normal;
	letter-spacing: 2px;
	position: relative;
}

#sub_wrapper h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 20px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #898886;
	opacity: 0.8;
}

.sub_caption {
	margin-top: 50px;
	line-height: 2.5em;
	letter-spacing: 2px;
}

.sub_oil {
	color: #e7aeb1;
	line-height: 2.5em;
	letter-spacing: 2px;
}

.btn_buy {
	margin: 30px auto 30px;
	width: 50px;
	height: 18px;
	line-height: 1.8em;
	letter-spacing: 2px;
	display: block;
	border: 1px solid #898886;
	font-size: 11px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.btn_buy:hover {
	color: #fff;
	background: #e7aeb1;
	border: 1px solid #fff;
}

#sub_footer {
	margin-bottom: 20px;
}

#sub_footer p {
	display: block;
	text-align: center;
	color: #898886;
	opacity: 0.6;
	font-size: 10px;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	font-family: 'Avenir','Century Gothic', 'Quicksand', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


@media screen 
	and (max-width:1049px) {
		
		
} /***** end media screen 1049 *****/


/*================= Privacy Policy =================*/

.privacy_content {
	margin: 60px 100px 40px;
	transition: 0.8s;
	transition-delay: 0.3s
}

.privacy_content h1 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #898886;
	margin: 20px 0;
	line-height: 150%;
}

.privacy_content h2 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #898886;
	margin: 60px 0 20px;
}

.privacy_content p {
	line-height: 200%;
	color: #898886;
	letter-spacing: 2px;
}

.sub_logo_privacy img {
	width: 30vw;
	max-width: 230px;
	margin: 40px 0 0 100px;
}


.sub_copyright {
	display: block;
	text-align: center;
	color: #898886;
	opacity: 0.6;
	font-size: 10px;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-family: 'Avenir','Century Gothic', 'Quicksand', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen 
	and (max-width:1049px) {

.sub_logo_privacy img {
	width: 160px;
	margin: 40px 0 0 10vw;
}

.privacy_content {
	width: 80vw;
	margin: 60px auto 40px;
}
		
.privacy_content h1 {
	font-size: 18px;
}

.privacy_content h2 {
	font-size: 16px;
}

}

