@charset "UTF-8";

/*intro
----------------------------------------*/
body.is-intro {
	overflow: hidden;
}

#intro {
	position: fixed;
	inset: 0;
	background: #151515;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;

	opacity: 1;
	visibility: visible;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

#intro.is-hide {
	opacity: 0;
	visibility: hidden;
}

#intro h1 img {
	width: 26rem;
}

@media only screen and (max-width: 768px) {
	#intro h1 img {
		width: 15.6rem;
	}

}


/*mv
----------------------------------------*/
.mv {
	z-index: 0;
}
.mv_img {
	width: 100%;
	height: 78.8rem;
}
.mv_img img,
.mv_img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
}

.mv_txt {
	position: absolute;
	top: 25.3rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 120rem;
}
.mv_txt img {
	width: 100%;
}

.mv_slide {
	max-width: 44.3rem;
	overflow: hidden;
	position: absolute;
	background: #000;
	bottom: -32.4rem;
	left: 0;
	right: 0;
	margin: auto;
}
.mv_slide figure {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 768px) {
	.mv_img {
		height: 62.4rem;
	}

	.mv_txt {
		top: 14.1rem;
		max-width: 100%;
	}

	.mv_slide {
		max-width: 24.2rem;
		bottom: 0;
	}
}

/*essence
----------------------------------------*/
.essence {
	z-index: 2;
	padding-top: 39.7rem;
	padding-bottom: 11rem;
}

.essence_video {
	position: absolute;
	max-width: 29.8rem;
	top: 11rem;
	left: calc(50% + 13rem);
}
/*.essence_video::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	mix-blend-mode: color;
	opacity: .85;
}*/

.essence_ttl {
	margin-bottom: 7.3rem;
}
.essence_ttl img {
	height: 8.6rem;
}
.essence_ttl::before {
	content: "";
	position: absolute;
	width: 68rem;
	height: 1px;
	background: #403E3E;
	left: 0;
	bottom: 0;
}

.essence_txt {
	max-width: 100rem;
	margin: 0 0 0 auto;
}
.essence_txt h3 {
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.86;
}
.essence_txt h3 span {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: inherit;
	display: block;
	margin-bottom: 1.5rem;
}
.essence_txt h3 span.en {
	font-size: 1.3rem;
	font-weight: 100;
	margin-top: .6rem;
	margin-bottom: 0;
	color: #A99D5D;
}
.essence_txt p {
	font-size: 1.4rem;
	margin-top: 3rem;
	line-height: 2.14;
}

@media only screen and (max-width: 768px) {
	.essence {
		padding-top: 9rem;
		padding-bottom: 5rem;
	}

	.essence_video {
		max-width: 15.4rem;
		top: -13.7rem;
		left: inherit;
		right: -1.4rem;
	}
	.essence_video video {
		width: 100%;
	}
	.essence_ttl {
		margin-bottom: 5.7rem;
	}
	.essence_ttl img {
		width: auto;
		height: 4.5rem;
	}
	.essence_ttl::before {
		width: 27.3rem;
	}

	.essence_txt {
		padding: 0 3rem;
		margin: 0 auto;
	}
	.essence_txt h3 {
		font-size: 2.5rem;
		line-height: 1.68;
		white-space: nowrap;
	}
	.essence_txt h3 span {
		font-size: 1.3rem;
		margin-bottom: 1.5rem;
	}
	.essence_txt h3 span.en {
		font-size: 1.4rem;
		white-space: break-spaces;
	}
	.essence_txt p {
		margin-top: 1.5rem;
	}
}


/*arrival
----------------------------------------*/
.arrival {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 11rem;
	z-index: 1;
}

.arrival h2 {
	width: 28.6rem;
	text-align: right;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.arrival h2 span {
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 0.6rem;
}

.arrival_item {
	max-width: 100rem;
}

.arrival_slide {
	overflow: hidden;
	margin-bottom: 3rem;
}
.arrival_slide .slick-dots {
	display: flex;
	padding-top: 2.5rem;
	column-gap: .6rem;
	width: 100%;
}
.arrival_slide .slick-dots button {
	border: none;
	font-size: 0;
	width: .8rem;
	height: .8rem;
	background: #CFCCBC;
	border-radius: 50%;
}
.arrival_slide .slick-dots .slick-active button {
	background: #A99D5D;
}

.arrival_slide_item {
	float: left;
	width: 30.5rem;
	margin-right: 1rem;
}

.arrival_slide_item figure {
	margin-bottom: 1rem;
	aspect-ratio: 1/1;
}
.arrival_slide_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.arrival_slide_item .ttl {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: .8rem;
}
.arrival_slide_item .pay {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	.arrival {
		display: block;
		margin-bottom: 8.4rem;
		padding-left: 3rem;
	}

	.arrival h2 {
		width: 100%;
		text-align: left;
		margin-bottom: 2.4rem;
	}

	.arrival h2 span {
		margin-bottom: 0.4rem;
	}

	.arrival_item {
		max-width: 100%;
	}

	.arrival_slide {
		margin-bottom: 2.5rem;
	}
	.arrival .btn_online {
		padding-right: 3rem;
	}
}



/*story
----------------------------------------*/
.story {
	padding-bottom: 13rem;
	color: #fff;
}
.story::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 209.6rem;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(23,23,23,.5) 31%, rgba(23,23,23,1.00) 79%);
	z-index: 0;
}
.story > figure {
	position: absolute;
	max-width: 20.8rem;
	left: 0;
	bottom: 13rem;
}

.story_main {
	margin-bottom: 5rem;
}
.story_main h2 {
	position: absolute;
	height: 8.4rem;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
.story_main h2 img {
	height: 8.4rem;
}
.story_main .story_video {
	max-width: 100rem;
	margin: 0 0 0 auto;
	aspect-ratio: 1000 / 570;
}
.story_main .story_video img,
.story_main .story_video video  {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story_txt {
	max-width: 100rem;
	margin: 0 0 0 auto;
}
.story_txt h3 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.86;
}
.story_txt h3 span {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: inherit;
	display: block;
	margin-bottom: 1.5rem;
}
.story_txt h3 span.en {
	font-size: 1.3rem;
	font-weight: 100;
	margin-top: .6rem;
	margin-bottom: 0;
	color: #A99D5D;
}
.story_txt p {
	font-size: 1.4rem;
	margin-top: 3rem;
	line-height: 2.14;
	margin-bottom: 2.5rem;
}


@media only screen and (max-width: 768px) {
	.story {
		padding-bottom: 9rem;
	}
	.story::before {
		height: 211.7rem;
	}
	.story > figure {
		display: none;
	}
	
	.story_main h2 {
		height: 10rem;
		top: inherit;
		bottom: 5.4rem;
	}
	.story_main h2::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;
	}
	.story_main h2 img {
		height: 10rem;
		width: auto;
	}
	.story_main .story_video  {
		max-width: 100%;
		margin: 0;
		aspect-ratio: 1/1;
	}
	.story_main .story_video img,
	.story_main .story_video video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.story_txt {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 3rem;
	}
	.story_txt h3 span.en {
		font-size: 1.4rem;
	}
	.story_txt p {
		margin-top: 2rem;
		margin-bottom: 4.4rem;
	}
}



/*vanilla
----------------------------------------*/
.vanilla {
	min-height: 187.2rem;
	color: #fff;
}
.vanilla_video {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
}
.vanilla_video img,
.vanilla_video video {
	height: 105dvh;
	width: 100%;
	object-fit: cover;
}

.vanilla_inner {
	padding-top: 15.6rem;
	padding-bottom: 12.8rem;
	position: absolute;
	top: 0;
	width: 100%;
}
.vanilla_main {
	margin-bottom: 2.4rem;
}
.vanilla_main h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 31.8rem;
	margin: auto;
}
.vanilla_main h2 img {
	height: 9.1rem;
	margin: 0 auto;
}
.vanilla_img {
	max-width: 40.2rem;
	margin: 0 auto;
}

.vanilla_txt {
	width: 100%;
	max-width: 87.3rem;
	margin: 0 0 0 auto;
	margin-bottom: 10.4rem;
}

.vanilla_txt h3 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.86;
}
.vanilla_txt h3 span.en {
	font-size: 1.3rem;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
	color: #A99D5D;
	display: block;
}
.vanilla_txt p {
	font-size: 1.4rem;
	margin-top: 1.4rem;
	line-height: 2.14;
	margin-bottom: 1.9rem;
}

.vanilla_product h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.vanilla_product h2::before {
	content: "";
	position: absolute;
	width: 67.8rem;
	height: 1px;
	background: #403E3E;
	left: 0;
	bottom: 0;
}
.vanilla_product h2 img {
	height: 16.2rem;
}
.vanilla_product_item {
	max-width: 87.3rem;
	margin: 0 0 0 auto;
}
.vanilla_product_slide {
	overflow: hidden;
	margin-bottom: 3.2rem;
	height: 45.5rem;
	margin-right: -7.5rem;
}
.vanilla_product_slide figure {
	width: 100%;
	float: left;
	margin-right: .5rem;
}

.vanilla_product_item p {
	font-size: 1.4rem;
	line-height: 2.14;
	margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
	.vanilla {
		min-height: 170rem;
	}

	.vanilla_inner {
		padding-top: 8.8rem;
		padding-bottom: 10.5rem;
	}
	.vanilla_main h2 {
		top: 22.4rem;
	}
	.vanilla_main h2 img {
		width: 100%;
		height: auto;
	}
	.vanilla_img {
		max-width: 29rem;
	}

	.vanilla_txt {
		padding: 0 5.3rem;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 6.2rem;
	}

	.vanilla_txt h3 {
		font-size: 2.2rem;
	}
	.vanilla_txt h3 span.en {
		font-size: 1.4rem;
	}
	.vanilla_txt p {
		margin-bottom: 2.9rem;
	}

	.vanilla_product h2 {
		position: relative;
	}
	.vanilla_product h2::before {
		width: 100%;
	}
	.vanilla_product h2 img {
		width: auto;
		height: 10rem;
	}
	.vanilla_product_item {
		max-width: 100%;
		padding: 0 5rem;
	}
	.vanilla_product_slide {
		margin-bottom: 3.6rem;
		height: 31.3rem;
		margin-right: -14rem;
	}
	.vanilla_product_slide figure {
		margin-right: .4rem;
	}

	.vanilla_product_item p {
		margin-bottom: 2.5rem;
	}
}



/*store
----------------------------------------*/
.store {
	color: #fff;
}
.store_main {
	overflow: hidden;
	z-index: 0;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
}
.store_slide {
	overflow: hidden;
	z-index: 0;
}
.store_slide figure {
	width: 100%;
	float: left;
}
.store_inner {
	padding-bottom: 15.7rem;
}
.store_inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 7.1rem);
	top: 7.1rem;
	background: #403E3E;
}
.store_inner h2 {
	margin: auto;
	text-align: center;
	z-index: 1;
	margin-top: -7.1rem;
}
.store_inner h2 img {
	height: 7.1rem;
	margin: 0 auto;
}
.store_inner h2 span {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 3.18rem;
}

.store_product {
	max-width: 125rem;
	margin: 0 auto;
	padding: 8.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6.2rem 1rem;
	margin-bottom: 6.2rem;
}

.store_product_item {
	width: 24.4%;
}
.store_product_item figure {
	margin-bottom: 1.1rem;
	margin-bottom: 1rem;
	aspect-ratio: 1/1;
}
.store_product_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store_product_item p.ttl {
	font-size: 1.3rem;
	text-decoration: underline;
	letter-spacing: 0.1em;
	margin-bottom: .8rem;
	line-height: 2.23;
}
.store_product_item p.pay {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.store .btn_online {
	margin: 0 auto;
}
.store .btn_online a {
	color: #A99D5D;
	border-color: #A99D5D;
}
.store .btn_online a::before {
	filter: inherit;
}

@media only screen and (max-width: 768px) {
	.store_main {
		position: relative;
	}
	.store_inner {
		padding-bottom: 9rem;
	}
	.store_inner::before {
		height: calc(100% - 10rem);
		top: 10rem;
	}
	.store_inner h2 {
		margin-top: -10rem;
	}
	.store_inner h2 img {
		height: 10rem;
	}
	.store_inner h2 span {
		margin-top: 1.9rem;
	}

	.store_product {
		max-width: 100%;
		padding: 3.2rem 2rem 0;
		gap: 2.2rem 1.1rem;
		margin-bottom: 5.5rem;
	}

	.store_product_item {
		width: 48.2%;
	}
	.store_product_item figure {
		margin-bottom: 0;
	}
	.store_product_item p.ttl {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.store_product_item p.pay {
		letter-spacing: 0.05em;
	}
	.store .btn_online {
		margin: 0 auto;
	}
}



/*shop
----------------------------------------*/
.shop {
	background: url("../../img/index/shop_bg_01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 10.5rem;
}

.shop_inner {
	max-width: 110.7rem;
	margin: 0 0 0 auto;
	display: flex;
	column-gap: 12.1rem;
}
.shop_img {
	max-width: 42.3rem;
}

.shop_text {
	padding-top: 14.5rem;
	color: #fff;
}
.shop_text h2 {
	margin-left: -19.5rem;
	margin-bottom: 4.7rem;
}
.shop_text h2 img {
	height: 6.4rem;
}
.shop_text h2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.shop_text p {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 2.4rem;
}

.shop_list {
	margin-bottom: 3.6rem;
}
.shop_list dt {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: .5rem;
}
.shop_list dt span.en {
	font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 0;
}
.shop_list dd {
	font-size: 1.3rem;
	line-height: 1.84;
}
.shop_list dd + dt {
	margin-top: 3.2rem;
}

@media only screen and (max-width: 768px) {
	.shop {
		background: url("../../img/index/shop_bg_01_sp.jpg") no-repeat;
		background-position: center;
		background-size: cover;
		padding-top: 0;
		padding-bottom: 8.4rem;
	}

	.shop_inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 19rem 3rem 0;
		display: block;
	}
	.shop_img {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 23.2rem;
	}

	.shop_text {
		padding-top: 0;
	}
	.shop_text h2 {
		margin-left: 0;
		margin-bottom: 3rem;
	}
	.shop_text h2 img {
		width: auto;
		height: 5rem;
	}
	.shop_text h2::before {
		width: 22.1rem;
	}
	.shop_text p {
		margin-bottom: 1.6rem;
	}

	.shop_list {
		margin-bottom: 4.6rem;
	}
	.shop_list dd + dt {
		margin-top: 2.4rem;
	}
	
}


/*journal
----------------------------------------*/
.journal {
	display: flex;
	align-items: flex-start;
	gap: 8.6rem;
	padding: 14.9rem 0 17.3rem;
}
.journal h2 {
	flex: 1;
	padding-left: 8.3rem;
	margin-top: 1.1rem;
}
.journal h2::before {
	content: "";
	position: absolute;
	width: 40.8rem;
	height: 1px;
	background: #151515;
	top: 45%;
	left: 0;
}
.journal h2 img {
	height: 9.8rem;
}
.journal_list {
	width: calc(50% + 18.5rem);
}
.journal_list ul {
	margin-bottom: 3.8rem;
}
.journal_list li {
	border-bottom: .1rem solid rgba(21, 21, 21, .5);
	margin-bottom: 1.65rem;
	padding-bottom: 1.65rem;
}
.journal_list a {
	display: flex;
	align-items: center;
	gap: 6.1rem;
}
.journal_list a figure {
	width: 15rem;
}
.journal_list a figure img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.journal_txt {
	flex: 1;
	padding-bottom: .7rem;
}
.journal_txt time {
	font-size: 1.5rem;
	letter-spacing: .1em;
}
.journal_category {
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #A99D5D;
	margin: .5rem 0 .9rem;
}
.journal h3 {
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: .1em;
	text-decoration: underline;
	text-underline-offset: .2rem;
}
@media only screen and (max-width: 768px) {
	.journal {
		display: block;
		padding: 7.5rem 0 14rem 2rem;
	}
	.journal::before {
		width: 39rem;
		height: 20.7rem;
		right: 0;
		bottom: -12.5rem;
		background-image: url(../../img/index/journal_bg_01-sp.png);
	}
	.journal h2 {
		padding-left: 0;
		margin-top: 0;
	}
	.journal h2::before {
		width: 34rem;
		top: 45%;
		left: -2rem;
	}
	.journal h2 img {
		width: auto;
		height: 10rem;
	}
	.journal_list {
		width: auto;
		margin-top: 4.5rem;
	}
	.journal_list li {
		margin-bottom: 2.6rem;
		padding-bottom: 2.6rem;
	}
	.journal_list a {
		gap: 2.9rem;
	}
	.journal_list a figure {
		width: 12.5rem;
	}
	.journal_txt {
		padding: .8rem 2rem 0 0;
		margin-bottom: -.4rem;
	}
	.journal_category {
		margin: .4rem 0 .2rem;
	}
	.journal h3 {
		line-height: 1.8462;
	}
	.journal .btn_more {
		margin-left: 1rem;
	}
}
