body{
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	color: #1D1D1B;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
}

body.en{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;	
}

.card-ttl,
.ttl-2,
.ttl-3,
.ttl-4 p,
.ttl-4-subttl,
.font-srf {
  font-family: "Noto Serif JP", serif;
}

body.en .card-ttl,
body.en .ttl-2,
body.en .ttl-3,
body.en .ttl-4 p,
body.en .ttl-4-subttl,
body.en .font-srf{
	font-family: "Playfair Display", serif;
}


p{
	margin: 0;
	padding: 0;
}

.wrap{
	max-width: 1100px;
	margin: auto;
	padding: 0 20px;
	position: relative;
}

.row{
	padding: 100px 0;
}

.pd-bg-lgrey .row{
	padding: 90px 0;
}

.row-lines{
	padding-bottom: 50px;
}

.row-lines>.wrap>.row{
	border-bottom: solid 1px #E0E0E0;
}

.row-lines>.wrap>.row:last-child{
	border-bottom: none;
}

.btm-line{
	border-bottom: solid 1px #C5AD60;
}

.text-wrap p{
	margin: 0;
	padding: 0;
	display: block;
}

.line-bx-vt{
	margin: 10px 0 0 0;
	padding: 50px 0 0 50px;
	position: relative;
}

.line-bx-vt:before,
.line-bx-vt:after{
	content: "";
    position: absolute;
}

.line-bx-vt:before {
    left: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: 0;
    background-color: #C8C8C8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.line-bx-vt:after {
	left: -.5px;
	top: 0;
    width: 2px;
    height: 0;
    background-color: #C5AD60;
}


.line-bx-vt.anm.scrld:before{
	opacity: 1;
}


.line-bx-vt.anm.scrld:after {
    animation: ht30 0.8s forwards .7s;
}

.pd-bg-lgrey{
	position: relative;
}

.pd-bg-lgrey:before{
	content: "";
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	position: absolute;
	background-color: #fff;
	left: 20px;
	top: 20px;
	z-index: -1;
}

.pd-bg-lgrey.anm.scrld:before{
	animation: fadeGrey 1s forwards 1s;
}

section img{
	width: 100%;
	height: auto;
	display: block;
}

header img{
	margin: auto;
	height: auto;
	display: block;
}

a{
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hd-top{
	background-color: #004070;
	padding: 15px;
	animation: fadeInUp 1s forwards;
}

.hd-top img{
	width: 150px;
}

.hd-btm{
	background-color: #fff;
	padding: 70px 20px;
	text-align: center;
	animation: logoAnm 2s forwards .6s;
	opacity: 0;
}

.hd-btm img{
	width: 40vw;
	max-width: 220px;
}

.hero{
	text-align: center;
}

.hero.col-wrap{
	gap: 0
}


.hero-img{
	flex-basis: 60%;
	opacity: 0;
	animation: fadeIn 1s forwards 1s;
}

.hero-text{
	background-image: url(../img/hero-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	flex-basis: 40%;
	opacity: 0;
	animation: fadeInRt 1s forwards 1.3s;
}

.hero-text h1{
	margin: 0;
    font-size: inherit;
    font-weight: 300;
}

.hero-rm{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	font-size: 13px;
	font-weight: bold;
}

.hero-rm span{
	width: 1px;
	height: 80px;
	background-color: #C8C8C8;
	bottom: 5px;
	margin: 15px auto 0 auto;
	display: block;
	position: relative;
}

.hero-rm span:after{
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	width: 3px;
	height: 40px;
	background-color: #C5AD60;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hero-rm a{
	display: block;
}

.hero-rm a:hover span:after{
	top: 40px;
}

.hero-text .text-wrap{
	margin: 3vw 0 0 0;
}

.ttl-wrap{
	margin-bottom: 20px;
}

.ttl-wrap:after{
	content: "";
	background-color: #BEBEBE;
	height: 1px;
	display: block;
	margin-top: 20px;
}

.ttl-1{
	font-size: clamp(23px, 2.5vw, 30px);
	color: #C5AD60;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin: 0;
	line-height: 1.6;
}


.ttl-2{
	font-style: normal;
	font-size: clamp(25px, 3.5vw, 30px);
	text-align: center;
	margin: 0 0 40px 0;
	font-weight: 400;
	line-height: 1.7;
}

.ttl-2.font-en{
	font-size: clamp(30px, 4vw, 36px);
	line-height: 1.4;
}

.ttl-3{
	font-size: 19px;
	color: #C5AD60;
	letter-spacing: 0.5px;
	margin: 0;
	line-height: 1.7;
	margin-top: 40px;
}

.nomt{
	margin-top: 0;
}

.ttl-4{
	font-size: clamp(22px, 4vw, 24px);
	color: #C5AD60;
	letter-spacing: 0.5px;
	margin: 0;
	line-height: 1.7;
	font-weight: 400;
	position: relative;
	padding-top: 30px;
}

body.en .ttl-4{
	font-size: clamp(26px, 4vw, 29px);
}

.ttl-4.with-line{
	text-align: center;
}

.ttl-4 span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-size: clamp(62px, 6vw, 80px);
	line-height: 1;
	color: rgba(224, 224, 224, .3);
	z-index: 0;
	font-weight: 400;
	opacity: 0;
}

.ttl-4.anm.scrld span{
	animation: zoomOut 0.8s forwards .3s;
}

.ttl-4.with-line:after{
	content: "";
	height: 1px;
	width: 0;
	margin: 20px auto;
	display: block;
	background-color: #C5AD60;
}

.ttl-4.with-line.anm.scrld:after{
	animation: wd50 0.8s forwards .7s;
}

.ttl-4-subttl{
	display: inline-block;
	font-size: 70%;
	margin-left: 20px;
}

.ttl-5{
	font-size: clamp(23px, 3vw, 30px);
	margin: 0 0 30px 0;
	font-weight: 400;
}

body.en .ttl-5 {
    font-size: clamp(23px, 3vw, 27px);
    line-height: 1.6;
}

.ttl-6 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 30px 0;
    font-size: clamp(25px, 4.5vw, 36px);
    letter-spacing: 1px;
    line-height: 1.5;
}

.ttl-6.font-srf{
	font-size: clamp(25px, 3.5vw, 27px);
}

.ttl-6-sml{
	font-size: 30px;
}

sup{
	font-size: 40%;
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: text-top;
}

.ttl-7{
	font-size: 17px;
	marign: 0 0 30px 0;
	color: #023100;
	font-weight: 500;
}

.ttl-7-red{
	color: #460031;
}

.font-en{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.rm-link a{
	color: #C5AD60;
	line-height: 2;
	padding-bottom: 3px;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.rm-link a img{
	width: 8px;
	height: auto;
	display: inline-block;
	vertical-align: unset;
	margin: 0 0 0 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.rm-link a:after{
	height: 1px;
	width: 100%;
	left: 0;
	position: absolute;
	content: "";
	background-color: #C5AD60;
	bottom: 0;
}

.rm-link a:hover img{
	-webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.btm-link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.cta a{
	display: block;
    width: 180px;
    color: #fff;
    background-color: #C5AD60;
    padding: 7px 34px;
    border-radius: 4px;
    text-align: center;
    position: relative;
}

#online-shop a:after,
.cta a:after{
	content: "";
	width: 14px;
	height: 9px;
	background-image: url(../img/arrow-right.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}


.cta a:after{
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	
}

.en .cta a {
    width: 230px;
    padding: 7px 10px;
}

.en .cta a:after{
	right: 12px;
}

#online-shop a:hover:after,
.cta a:hover:after{
	-webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.cta a:hover{
	background-color: #1D1D1B;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px 2px rgba(0,0,0,.2);
}

.cta-wrap{
	display: flex;
	gap: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#quote{
	padding: 80px 0;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	font-size: 17px;
	position: relative;
}

body.en #quote{
	font-size: 21px;
	font-style: normal;
}

#quote .font-sml{
	font-style: normal;
}

.quote-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.quote-bg img{
	object-fit: cover;
}

.quote-wrap{
	margin: 0 0 30px 0;
	position: relative;
	padding: 2em 70px;
}

.quote-wrap:before,
.quote-wrap:after{
	content: "";
	width: 60px;
	height: 50px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	opacity: 0;
}

.quote-wrap:before{
	background-image: url(../img/quote-open.png);
	left: 0;
	top: 0;
}

.quote-wrap:after{
	background-image: url(../img/quote-close.png);
	right: 0;
	bottom: 0;
}

.quote-wrap.anm.scrld:before{
	animation: zoomIn 0.8s forwards .2s;
}

.quote-wrap.anm.scrld:after{
	animation: zoomIn 0.8s forwards 1.2s;
}

.zoomOut{
	transform: scale(.9);
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-khtml-transform: scale(.9);
	-o-transform: scale(.9);
	opacity: 0;
}

.anm.scrld .zoomOut{
	animation: zoomOut 1s forwards .3s;
}


#link-area .col-wrap>.col-50:nth-child(2).anm.scrld .zoomOut{
	animation: zoomOut 1s forwards .6s;
}

.quote-ft{
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
}

.quote-ft .font-sml{
	font-family: "Noto Sans JP", sans-serif;
}

.quote-ft span{
	font-style: normal;
	font-size: 21px;
}

.font-mid{
	font-size: 90%;
}

.font-sml{
	font-size: 70%;
}


.line-bx{
	padding-top: 50px;
	position: relative;
}

.line-bx:before,
.line-bx:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

.line-bx:before{
	background-color: #EAEAEA;
	height: 1px;
	width: 100%;
	top: .5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.line-bx:after{
	width: 0;
	background-color: #C5AD60;
	height: 2px;
	top: 0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.line-bx.anm.scrld:after {
    animation: wd35 0.8s forwards .7s;
}

.cd-beige>div{
	background-color: #F7F5F1;
	padding: 20px;
}

.card-ttl{
	font-size: clamp(21px, 3.5vw, 26px);
	margin: 0 0 20px 0;
	text-align: center;
}

.card-ttl span{
	display: block;
	color: rgba(197, 173, 96, .45);
	font-size: 18px;
}

.pd-side{
	padding: 0 20px;
	margin: 0 0 30px 0;
}

.cards>div{
	margin: 30px 0 0 0;
	opacity: 0;
}

.cards>div.anm.scrld{
	animation: cardAnm 0.8s forwards .2s;
}

.cards>div.anm.scrld:nth-child(2){
	animation: cardAnm 0.8s forwards .5s;
}

.cards>div.anm.scrld:nth-child(3){
	animation: cardAnm 0.8s forwards .8s;
}

.cards>div.anm.scrld:nth-child(4){
	animation: cardAnm 0.8s forwards 1.1s;
}

#instagram{
	padding: 20px;
	margin: 30px 0 150px 0;
}

.instagram-inner{
	background-color: #1D1D1B;
	color: #fff;
	text-align: center;
	position: relative;
}

.instagram-inner:before{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 100%;
	background-image: url(../img/instagram-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.instagram-inner.anm.scrld:before {
    animation: fadeInRt 0.8s forwards .4s;
}


.insta-text{
	padding: 80px 0;
}

.insta-text>img{
	max-width: 30px;
	margin: auto;
}

.insta-img{
	margin: auto;
	width: 250px!important;
	height: auto;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.insta-img .ab-center{
	position: absolute;
	margin: auto;
	width: 250px!important;
	height: auto;
}

#instagram .rm-link img{
	width: 14px;
}

#instagram .rm-link a:hover img {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}

#news{
	font-size: 14px;
	line-height: 1.5;
}

.news-date{
	color: #6D6D6D;
	margin: 7px 0 15px;
}

.news-tag{
	color: #fff;
	background-color: #000;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	text-align: center;
	display: inline-block;
}

.dtl-link{
	text-decoration: underline;
	margin: 20px 0 0 0;
	display: block;
}

.dtl-link:after{
	content: "";
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	background-image: url(../img/arrow-right2.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.card-img{
	overflow: hidden;
	width: 100%;
	padding-bottom: 65%;
	position: relative;
	background-color: #000;
}

.card-img img{
	object-fit: cover;
	position: absolute;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

#news .cards>div a{
	display: block;
}


#link-area .col-wrap{
	gap: 0;
	color: #fff;
	text-align: center;
}

.la-link{
	padding: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.btn{
	width: 260px;
	margin: 30px auto 0 auto;
}

.btn a{
	display: block;
	padding: 10px 20px;
	border-radius: 30px;
	border: solid 1px #fff;
	background-color: rgba(255, 255, 255, .2);
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.link-ds{
	pointer-events: none;
}

#online-shop{
	background-image: url(../img/wts_bnr.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: clamp(23px, 3vw, 36px);
	font-weight: 500;
	line-height: 1.7;
	background-color: #1c3458;
	margin: 30px 0;
}

body.en #online-shop {
    font-size: clamp(30px, 3vw, 41px);
    line-height: 1.5;
 }

#online-shop .wrap{
	position: relative;
	height: 30vw;
}

#online-shop .os-logo{
	max-width: 140px;
	margin: 0 0 30px 0;
}

#online-shop .osimg-mb{
	display: none;
}

#online-shop a{
	display: block;
	font-size: initial;
	margin: 30px 0 0 0;
	font-weight: normal;
}

#online-shop a:after{
	margin-left: 10px;
}

footer{
	color: #fff;
}

footer .relax{
	z-idex:1;
}

#ft-section{
	background-color: #1D1D1B;
	color: #fff;
	position: relative;
}

#ft-section:before{
	position: absolute;
	content: "";
	background-color: #004070;
	width: 100%;
	height: 100%;
	bottom: -100px;
	left: 0;
	display: block;
	z-index: -1;
}

#ft-section .col-wrap{
	gap: 0;
	justify-content: space-between;
}

.fts-text{
	padding: 50px 40px 50px 0;
	position: relative;
	flex: 1;
}

.fts-img{
	position: relative;
	flex-basis: 50%;
	background-image: url(../img/ft-sec.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.ft-top{
	background-color: #004070;
	font-size: 14px;
	padding: 60px 20px;
	text-align: center;
	position: relative;
	
}

.ft-top img{
	width: 160px;
	margin: 30px auto 0 auto;
	display: block;
}

.ft-btm{
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	font-size: 13px;
}

.ft-btm .col-wrap{
	justify-content: space-between;
}

.ft-btm a img{
	width: 66px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.scrl{
   opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);

}


.scrl.scrld{
    animation: scrlanm 1s forwards .2s;
}

.fadein,
.fadein-down,
.fadein-up,
.fadein-rt,
.fadein-lt{
	opacity: 0;
}

.fadein.anm.scrld{
	animation: fadeIn 0.8s forwards .4s;
}

.fadein-lt.anm.scrld{
	animation: fadeInLt 0.8s forwards .4s;
}

.fadein-rt.anm.scrld{
	animation: fadeInRt 0.8s forwards .4s;
}

.fadein-up.anm.scrld{
	animation: fadeInUp 0.8s forwards .7s;
}

.fadein-down.anm.scrld{
	animation: fadeInDown 0.8s forwards .7s;
}

.rtt{
	-webkit-transform: rotate(-10deg);
	  -moz-transform: rotate(-10deg);
	  -ms-transform: rotate(-10deg);
	  -o-transform: rotate(-10deg);
	  transform: rotate(-10deg);
	  opacity: 0;
}

.rtt.anm.scrld{
	animation: rotateAn 0.8s forwards .7s;
}

@keyframes rotateAn {
	0% {
		opacity: 0;
	   -webkit-transform: rotate(-4deg);
	  -moz-transform: rotate(-4deg);
	  -ms-transform: rotate(-4deg);
	  -o-transform: rotate(-4deg);
	  transform: rotate(-4deg);
	}
	100% {
		opacity: 1;
	   -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}

}

@keyframes logoAnm {
	0% {
	   opacity: 0;
	}
	100% {
	   opacity: 1;
	}

}

@keyframes cardAnm {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes scrlanm {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes wd50 {
	0% {
	   width: 0;
	}
	100% {
	   width: 50px;
	}
}

@keyframes wd35 {
	0% {
	   width: 0;
	}
	100% {
	   width: 35%;
	}
}


@keyframes ht30 {
	0% {
	   height: 0;
	}
	100% {
	   height: 30%;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes fadeInLt {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-moz-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		-o-transform: translateX(-40px);
		transform: translateX(-40px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes fadeInRt {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}



@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-khtml-transform: scale(1.5);
		-o-transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-o-transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		opacity: 0;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
		transform: scale(.9);
		-moz-transform: scale(.9);
		-webkit-transform: scale(.9);
		-khtml-transform: scale(.9);
		-o-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-o-transform: scale(1);
	}
}

@keyframes fadeGrey {
	0% {
	   background-color: #fff;
	}

	50% {
	   background-color: #ececec;
	}

	100% {
	   background-color: #F8F8F8;
	}
}


@media all and (min-width:768px){
.ttl-2 br{
	display: none;
}

.ttl-bx {
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    padding: 30px 0 30px 100px;
    margin-left: -100px;
    z-index: 3;
}

.ab-center-tb{
	width: calc(100% - 20px);
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}

.cards,
.col-wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis:  auto;
    gap: 50px;
}

#brand-story .col-wrap{
	align-items: flex-start;
}

.cards{
	gap: 0;
	justify-content: space-between;
}

.cards>div{
	width: 31%;
	margin: 0;

}

[class^="col"],
[class*=" col"] {
	position: relative;
}

.col-rev{
	flex-direction: row-reverse;
}

.col-50{
	width: 50%;
}

#news .cards>div a:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-khtml-transform: scale(1.05);
	-o-transform: scale(1.05);
	opacity: .6;
}


#news .cards>div a:hover .dtl-link{
	color: #C5AD60;
}

#news .cards>div a:hover .dtl-link:after{
	-webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}


}

@media all and (min-width:1101px){

.ab-center{
	width: calc(100% - 20px);
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}

.ttl-wrap:after{
	width: calc(100% + 20px);
}

.mns-mg{
	margin-top: -30px;
}	

.tb-center{
	width: calc(100% - 20px);
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(--50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

.pd-side{
	position: relative;
	width: calc((100vw/2) - (100vw - 1120px)/2);
	margin-left: calc((100vw - 1100px)/2 + 20px);
}

.col-rev .pd-side{
	margin-right: calc((100vw - 1000px)/2);
	margin-left: 0;
}

.fts-img:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 50px;
    height: 100%;
    background: rgb(29, 29, 27);
    background: -moz-linear-gradient(90deg, rgba(29, 29, 27, 1) 1%, rgba(8, 22, 35, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29, 29, 27, 1) 1%, rgba(8, 22, 35, 0) 100%);
    background: linear-gradient(90deg, rgba(29, 29, 27, 1) 1%, rgba(8, 22, 35, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#081623",GradientType=1);
}
}


@media all and (max-width:1100px){
#ft-section .col-wrap{
	display: block;
}

.fts-text{
	padding: 50px 20px 10px 20px;
}

.fts-img{
	height: 50vw;
	background-size: 100% auto;
	background-position: top center;
}

.fts-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    height: 50px;
    width: 100%;
    background: rgb(29,29,27);
	background: -moz-linear-gradient(180deg, rgba(29,29,27,1) 1%, rgba(8,22,35,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(29,29,27,1) 1%, rgba(8,22,35,0) 100%);
	background: linear-gradient(180deg, rgba(29,29,27,1) 1%, rgba(8,22,35,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#081623",GradientType=1);
}


.hero-text{
	padding: 40px 20px 170px 20px;
}

.hero-img img{
	height: 100%;
    object-fit: cover;
}

#quote{
	font-size: 16px;
}

body.en #quote{
	font-size: 18px;
}

.quote-wrap {
    padding: 2em 45px;
}


.quote-wrap:before,
.quote-wrap:after{
	width: 40px;
	height: 33px;
}

.text-wrap p{
	display: inline;
}

.rm-link{
	text-align: right;
	position: relative;
}

#instagram .rm-link{
	text-align: center;
}

.line-bx-vt {
    padding: 30px 0 0 30px;
    margin: 20px 0 40px 0;
}

#online-shop .tb-center{
	padding: 30px 0
}

#online-shop .os-logo{
	margin: 0 0 20px 0;
}

#online-shop a{
	margin: 20px 0 0 0;
}

/*.fadein.anm.scrld{
	animation: fadeIn 0.8s forwards .2s;
}

.fadein-lt.anm.scrld{
	animation: fadeInLt 0.8s forwards .2s;
}

.fadein-rt.anm.scrld{
	animation: fadeInRt 0.8s forwards .2s;
}

.fadein-up.anm.scrld{
	animation: fadeInUp 0.8s forwards .2s;
}

.fadein-down.anm.scrld{
	animation: fadeInDown 0.8s forwards .2s;
}*/



.line-bx.anm.scrld:after,
.line-bx-vt.anm.scrld:after,
.fadein.anm.scrld,
.fadein-lt.anm.scrld,
.fadein-rt.anm.scrld,
.fadein-up.anm.scrld,
.fadein-down.anm.scrld{
	animation-delay: 0.2s;
}

.pd-bg-lgrey.anm.scrld:before{
	animation-delay: 0.4s;
}

.hero-img{
   animation-delay: 0.5s;
}

.hero-text{
   animation-delay: 0.8s;
}

.cards>div.anm.scrld{
	animation-delay: 0s;
}

.cards>div.anm.scrld:nth-child(2){
	animation-delay: 0.2s;
}

.cards>div.anm.scrld:nth-child(3){
	animation-delay: 0.4s;
}

.cards>div.anm.scrld:nth-child(4){
	animation-delay: 0.6;
}

.cta-wrap{
	gap: 10px;
}

.cta a {
    width: 165px;
    padding: 7px;
}

.cta a:after {
    position: absolute;
    right: 10px;
}

}


@media all and (max-width:1000px){
.en .cta-wrap{
	display: block;
	bottom: -50px;
}

.en .cta-wrap .cta{
	margin: 10px 0 0 0;
}

}

@media all and (max-width:767px){
.ttl-6 br{
	display: none;
}

.col-wrap>.col-50{
	margin-bottom: 40px;
}

.col-wrap>.col-50:last-child{
	margin-bottom: 0;
}

#instagram .col-wrap>.col-50{
	margin-bottom: 0;
}

#link-area .col-wrap>.col-50{
	margin-bottom: 0;
}

.la-link{
	padding: 70px 30px;
}

.pd-bg-lgrey .col-wrap{
	padding: 0 20px;
}

.pd-bg-lgrey .row {
    padding: 90px 0 0 0;
}

.btm-link{
	position: relative;
}

.en .cta-wrap .cta,
.cta{
	margin: 30px auto 0 auto;
	width: 100%;
    max-width: 480px;
}

.en .cta-wrap .cta a,
.cta a{
	width: 100%;
	padding: 15px;
}

#instagram{
	padding: 0 20px;
}

.instagram-inner{
	margin: 0 0 50px 0;
}

.instagram-inner:before {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 50%;
}

.insta-img {
    position: relative;
    width: 170px !important;
    bottom: -40px;
}

.insta-text {
    padding: 40px 0 0 0;
}

#online-shop{
	background-image: none;
    text-align: center;
}

#online-shop .wrap{
    height: auto;
}

#online-shop .os-logo{
	margin: 0 auto 30px auto;
}


#online-shop .osimg-mb{
	display: block
}

.cta-wrap{
	display: block;
	position: relative;
}

.en .cta a:after,
.cta a:after {
    right: 18px;
}

.en .cta-wrap{
	bottom: auto;
}


}
