@charset "UTF-8";

/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	margin:0;
	padding:0;
	box-sizing: border-box;
	color:#333;
	
}

header{
	width:100%;
	height:100px;
	position: relative;
}
header img.logo{
	position: absolute;
	left:16px;
	top:25px;
	pointer-events: auto!important;
}
/* click-nav */
#click-nav {
	position: sticky;
	width: 36px;
	height: 15px;
	cursor: pointer;
	float:right;
	margin:42.5px 35px 0 0;
	z-index: 999;
}
#click-nav span ,#click-serch span {
	display: block;
	position: absolute;
	background: #181F6C;
	width: 100%;
	height: 1px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 999;
}
#click-nav .one, #click-serch .one{
	top: 0;
}
#click-nav .two {
	top: 7px;
}
#click-nav .three, #click-serch .three {
	top: 14px;
}
#click-serch .one, #click-serch .three{
	display: none;
}
.online{
	position: sticky;
	float:right;
	font-size:14px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 100px;
	background: url("../images/base/cago.png") no-repeat right center;
	background-size: 20px 20px;
	width:133px;
	margin-right:35px;
}
.online a{
	display: block;
	color:#181F6C;
	
}
.online a:hover{
	text-decoration: none;
}
/****
　リンク要素
****/
a.kasen,a.kasen2{
	position:relative;
	display:inline-block;
	text-decoration: none;
	outline: none;
}
a.kasen::after {
    position: absolute;
    bottom: 36px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #181F6C;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .6s;
}

a.kasen:hover::after {
    transform: scale(1, 1);
}
a.kasen2::after {
    position: absolute;
    right: -5px;
    top:0;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #181F6C;
    transform: scale(1,0);
    transform-origin: left top;
    transition: transform .6s;
}
a.kasen2:hover::after {
    transform: scale(1, 1);
}
/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:5s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay:0.5s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUpTrigger{
    opacity: 0;
}
/****
　フッター
****/
footer{
	width:calc(100% - 20px);
	height: 450px;
	background: url("../images/base/footer_bg.png");
	margin:10px;
	color:#181F6C;
	font-family: 'a-otf-ryumin-pr6n',serif;
}
footer a{
	color:#181F6C;
}
footer .f_menu{
	margin:210px 70px 0 0;
	float:right;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:15px;
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing:4px;
}
footer .f_menu li{
	margin:0 30px;
}
footer .f_menu a{
	color:#181F6C;
}
footer .sns{
	margin:0 0 0 80px;
	padding-top:210px;
}
footer .sns li,#menu-wrap .sns li{
	float: left;
	margin-right:15px;
}
footer h3{
	font-size:22px;
	font-weight: normal;
	margin:25px 0 0 80px;
	letter-spacing:2px;
	font-family: 'Shippori Mincho B1', serif;
}
footer h3 span{
	font-size:16px;
	display: inline-block;
	margin-right:10px;
}
footer p.address{
	margin:15px 0 0 80px;
	font-size:16px;
	letter-spacing:1px;
	line-height: 1.5;
}
footer p.address span{
	font-family: 'EB Garamond', serif;
}
footer p.copyright{
	font-family:  'Cormorant Garamond',serif;
	margin:10px 0 0 80px;
	font-size:13px;
	letter-spacing:0.5px;
	font-weight: 600;
}
footer p.copyright a{
	color:#181F6C;
}
footer p.copyright a.kasen::after {
	bottom:-5px;	
}
footer #pagetop{
	cursor: pointer;
	margin:0 30px 30px 0;
}
/*----------------------------- 
ハンバーガーメニュー
----------------------------- */

body.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}
body.is-fixed a{
	pointer-events: auto;
}
#menu-wrap {
	width: 100%;
	position: fixed;
	top: 0;
	height:100%;
	opacity: 0;
	box-sizing: border-box;
	z-index: 100;
	-webkit-transition: 1s;
	transition: 0.5s;
	font-family: 'a-otf-ryumin-pr6n',serif;
	background: url("../images/base/footer_bg.png");
	pointer-events: none;
}
#menu-wrap.is-active {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}
#click-nav.is-active{
	margin-right:50px!important;
}
#click-nav.is-active .one , #click-serch.is-active .one {
	transform: rotate(25deg);
	top: 7px;
	display: block;
}
#click-nav.is-active .two {
	opacity:0;
}
#click-nav.is-active .three,#click-serch.is-active .three{
	top: 7px;
	transform: rotate(-25deg);
	display: block;
}
#h_logo.is-active{
	display: none;
}
#body-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}
#menu-wrap .online{
	margin-right:120px;
}
#menu-wrap .menu_content{
	display: table;
	height:150px;
	margin:13% auto;
}
#menu-wrap .hamburger_menu,#menu-wrap .hamburger_menu2{
	margin:0 70px 0 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	height:60vh;
	font-size:20px;
	background: url("../images/base/menu_kugiri.png")no-repeat left top;
	background-size: 1.5px auto;
	position: absolute;
	right:200px;
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: 4px;
	font-weight: 500;
}
#menu-wrap .hamburger_menu2{
	font-size:17px;
	margin:0 40px 0 0;
	padding-left:15px;
	position: absolute;
	right:540px;
}
#menu-wrap .hamburger_menu li{
	margin:0 0 0 40px;
	height:60vh;
}
#menu-wrap .hamburger_menu2 li{
	margin:0 0 0 20px;
	height:60vh;
}
#menu-wrap .hamburger_menu a{
	color:#181F6C;
}
#menu-wrap .hamburger_menu2 a{
	color:#181F6C;
}
#menu-wrap img.menu_logo{
	margin: 0 0 0 50px;
	position: absolute;
	right:880px;
	
}
@media screen and (max-width: 1250px) {
	#menu-wrap .hamburger_menu{
		right:30px;
	}
	#menu-wrap .hamburger_menu2{
		right:370px;
	}
	#menu-wrap img.menu_logo{
		right:680px;
	}
}
#menu-wrap .sns{
	position: absolute;
	bottom:40px;
	right:50px;
}
#menu-wrap .sns li{
	float:right;
}
#menu-wrap .lang{
	font-family: 'Cormorant Garamond', serif;
	position: absolute;
	bottom:40px;
	left:40px;
	font-weight:bold;
}
#menu-wrap .lang li{
	float:left;
	width:50px;
	font-size:13px;
	text-align: center;
	position: relative;
}
#menu-wrap .lang li::after{
	content: "/";
	position: absolute;
	right:-5px;
	top:0;
}
#menu-wrap .lang li a{
	color:#181F6C;
}
#menu-wrap .lang li:last-child::after{
	content:none;
}
#menu-wrap .lang a.kasen::after {
	bottom:-5px;
	
}