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

body{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
	color:rgba(105,105,105,1.00);
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 0.01em;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
a{
	text-decoration: none;
	color:rgba(36,36,36,1.00);
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
}
.sorts_mill_goudy{
	font-family: 'Sorts Mill Goudy', serif!important;
}

@font-face {
	font-family: 'logo_font';
	src: url('../font/logo_font.woff') format('woff');
}
.logo_font {
	font-family: 'logo_font';
}
.pc_display_none{
	display: none!important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


/*--ロードでフェードイン--*/
.load-fade {
	opacity : 0;
	transition : all 2.2s;
}
.load-up{
	opacity: 0; 
	transform: translateY(40px);
	transition: all 2.2s;
}
.load-up.done, .load-fade.done{
	opacity : 1; 
	transform : translate(0, 0);
}

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(50px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


/*header
------------------------------------*/
.header{
	padding-top: 108px;
}
.sub_nav_wrapper{
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 15px;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #fff;
	width: 100%;
}
.sub_nav_wrapper a{
	text-align: center;
	line-height: 1.4em;
	color: #c3b076;
	font-size: 16px;
	margin: 0 15px;
	font-weight: 600;
	transition: .2s;
}
.sub_nav_wrapper a:hover{
	opacity: 0.6;
}
.sub_nav{
	display: flex;
}
.nav_en{
	font-size: 14px;
	font-weight: normal;
}
.nav_store{
    display: flex;
}
.online_store{
	color: #fff!important;
	background-color: #c3b076;
	padding: 4px 5px;
	margin: 0!important;
	transition: .2s;
    display: block;
    min-width: 180px;
    border: solid 1px #fff;
    box-sizing: border-box;
}
/*.nav_store .online_store:first-of-type{
    margin-right: 15px!important;
	color: #c3b076!important;
	background-color: #fff;
    border: solid 1px #c3b076;
}*/
.online_store:hover{
	opacity: 0.7;
}
.online_store_inside{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 10px 20px;
	line-height: 1.3em;
}
/*.nav_store .online_store:first-of-type .online_store_inside{
	border-top: 1px solid #c3b076;
	border-bottom: 1px solid #c3b076;
}*/
.sub_nav_logo{
	width: 50px;
	height: auto;
}
.header_img{
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.header_main p:last-child{
	}
.header_main{
	position: relative;
}
.header_title{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
	width: auto;
	min-width: 500px;
	color: #fff;
	font-size: 30px;
	padding: 0 80px 0px;
	text-shadow: 2px 3px 10px #000;
}
.header_title h1{
	border-bottom: solid 1px #fff;
	padding: 0 10px 14px;
	letter-spacing: 0.1em;
}
.header_title_ja{
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	display: inline-block;
	padding-top: 10px;
	text-shadow: 2px 2px 7px #000;
}


/*main
------------------------------------*/
h2{
	font-size: 26px;
	color: #c3b076;
	text-align: center;
	letter-spacing: 0.05em;
	padding-bottom: 45px;
}
.h2_ja{
	font-size: 14px;
}





/*footer
------------------------------------*/
footer{
	background-color: #D4D7DE;
	color: #fff;
	padding-top: 60px;
	font-weight: 600;
}
.footer_01{
	display: flex;
    padding-bottom: 60px;
    width: 60%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
}
.footer_01 .right{
	text-align: right;
	font-size: 14px;
	line-height: 1.6em;
}
.footer_01 a{
	display: block;
}
.footer_contact{
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-align: center;
	display: block;
	border: solid 1px #fff;
	padding: 14px 40px;
	transition: .3s;
	width: 260px;
}
.footer_contact:hover{
	background-color: #fff;
	color: #caced7;
}
.footer_contact_ja{
	font-size: 13px;
	display: block;
}
.sitemap{
	display: flex;
	padding-bottom: 30px;
	justify-content: space-between;
}
.sitemap a{
	color: #fff;
	font-size: 14px;
	transition: .3s;
}
.sitemap a:hover{
	opacity: .6;
}
.footer_logo{
	width: 80px;
	height: auto;
}
.footer_02{
	background-color: #b0bad2;
	font-size: 11px;
	padding: 6px 0;
}
.footer_02 span{
	display: flex;
	justify-content: flex-end;
	width: 60%;
	max-width: 1100px;
	margin: 0 auto;
}
.footer_02 span a{
	color: #fff;
	padding-right: 30px;
}




@media screen and (max-width : 770px){
	
	body{
		font-size: 14px;
		line-height: 1.7em;
	}

	.pc_display_none{
		display: block!important;
	}
	.sp_display_none{
		display: none!important;
	}
	/*header
	------------------------------------*/
	.sub_nav_wrapper{
		display: none;
	}
	.header{
		padding-top: 0;
	}
	.header_img {
		padding: 10px;
	}
	.header_main p:first-child{
		display: none;
	}
	.header_main p:last-child{
		display: block;
	}
	.header_title{
		top: 52%;
		width: auto;
		min-width: 250px;
		padding: 0;
		font-size: 19px;
		text-shadow: 3px 3px 8px #000;
	}
	.header_title h1 {
		padding: 0 10px 10px;
	}
	.header_title_ja {
		font-size: 14px;
		text-shadow: 2px 2px 5px #000;
	}
	
	
	
	/*sp_nav
	------------------------------------*/
	.sp_global-nav {
	  display: block;
	  position: fixed;
	  right: -320px;
	  top: 0;
	  width: 300px;
	  height: 100vh;
	  padding-top: 80px;
	  background-color: #fff;
	  opacity: 0.93;
	  transition: all .6s;
	  z-index: 200;
	  overflow-y: auto;
	}
	.hamburger {
		display: block;
		position: fixed;
		right: 15px;
		top: 15px;
		width: 60px;
		height: 60px;
		border-radius: 48px;
		cursor: pointer;
		z-index: 300;
		background-color: rgba(187,167,104,0.8);
	}
	.global-nav__list {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.global-nav__item {
	  text-align: center;
	  padding: 0 14px;
	}
	.global-nav__item a {
	  display: block;
	  padding: 15px 0;
	  color: #c3b076;
	}
	.global-nav__item a:hover {
	  background-color: #eee;
	}
	.hamburger__line {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 1px;
	background-color: #fff;
	transition: all .6s;
	}
	.hamburger__line--1 {
	  top: 22px;
	}
	.hamburger__line--2 {
	  top: 30px;
	}
	.hamburger__line--3 {
	  top: 38px;
	}
	.black-bg {
	  display: block;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  background-color: #000;
	  opacity: .2;
	  visibility: hidden;
	  transition: all .6s;
	  cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .sp_global-nav {
	  right: 0;
	}
	.nav-open .black-bg {
	  opacity: .5;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 30px;
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 30px;
	}
	.sp_nav_en{
	  font-size: 21px;
		display: inline-block;
	}
	.sp_nav_jp{
	  font-size: 13px;
	}
	.nav_cart{
		width: 28px;
		height: auto;
	}
	.nav_online_store{
		position: fixed;
		top: 83px;
		right: 15px;
		z-index: 30;
		background-color: rgba(187,167,104,0.8);
		padding: 10px;
		border-radius: 60px;
		align-items: center;
    	display: flex!important;
        justify-content: center;
		width: 60px;
  	    height: 60px;	
        color: #fff;
        text-align: center;
	}
    /*.nav_online_store:last-of-type{
		top: 151px;
    }*/
    .nav_online_store span{
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.04em;
        font-family: 'Sorts Mill Goudy', serif;
        line-height: 0.9em;
    }
    .nav_online_store:first-of-type span{
        font-size: 17px;
    }
    
    
	
	/*main
	------------------------------------*/
	h2{
		font-size: 18px;
		color: #c3b076;
		text-align: center;
		letter-spacing: 0.05em;
		padding-bottom: 30px;
		line-height: 1.2em;
	}
	.h2_ja{
		font-size: 12px;
	}

	
	

	/*footer
	------------------------------------*/
	.footer_contact{
		display: none!important;
	}
	footer{
		padding-top: 40px;
	}
	.footer_01{
		display: block;
		padding-bottom: 60px;
		width: 80%;
		max-width: 600px;
		margin: 0 auto;
		text-align: right;
	}
	.footer_01 .right{
		line-height: 1.8em;
	}
	.footer_logo{
		width: 60px;
		height: auto;
	}
	.footer_02 span{
		justify-content: center;
		width: 90%;
		max-width: 600px;
	}
	.sitemap {
		display: block;
	}

















}






























