@charset "UTF-8";

/*mv
----------------------------------------*/
.mv {
	z-index: 0;
}
.mv::before {
	content: "";
	position: absolute;
	background: url("../../img/index/bg_img_01.png") no-repeat;
	background-size: 100% 100%;
	width: 91.4rem;
	height: 135rem;
	top: 49rem;
	right: -2.6rem;
	z-index: 1;
}
.mv_img {
	width: 100%;
	max-width: 51.7rem;
	margin: 0 auto;
}

.mv_txt {
	position: absolute;
	top: 28.6rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 71.3rem;
}
.mv_txt img {
	width: 100%;
}
.mv_txt span {
	display: block;
	margin-top: 4.9rem;
	font-size: 2.9rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	color: #848484;
}

@media only screen and (max-width: 768px) {
	.mv::before {
		background: url("../../img/index/bg_img_01_sp.png") no-repeat;
		background-size: 100% 100%;
		width: 38.2rem;
		height: 95.7rem;
		top: 39rem;
		right: 0;
	}
	.mv_img {
		max-width: 29rem;
	}

	.mv_txt {
		top: 21.3rem;
		max-width: 33.3rem;
	}
	.mv_txt span {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
}

/*about
----------------------------------------*/
.about {
	padding-top: 7rem;
	padding-bottom: 12.7rem;
}
.about_inner::before {
	content: "";
	position: absolute;
	background: url("../../img/index/bg_img_02.png") no-repeat;
	background-size: 100% 100%;
	width: 14.6rem;
	height: 89.8rem;
	top: 2.1rem;
	right: 0;
	z-index: 1;
}

.about_ttl h2 {
	text-align: right;
	margin-bottom: 11rem;
}
.about_ttl h2 img {
	height: 7.6rem;
	margin: 0 0 0 auto;
}

.about_inner {
	display: flex;
	flex-wrap: wrap;
}
.about_inner h3 {
	width: 100%;
	max-width: 93rem;
	margin: 0 0 8rem auto;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #B4B4B4;
	line-height: .7;
}
.about_inner h3 span {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 2.5rem;
	letter-spacing: 0.1em;
}

.about_img {
	max-width: 53.4rem;
}
.about_txt {
	margin-left: 15rem;
}
.about_txt h4 {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.76;
	letter-spacing: 0.1em;
	margin-bottom: 2.4rem;
}
.about_txt h4 span {
	display: block;
	font-size: 1.5rem;
	margin: .8rem 0;
	letter-spacing: 0.1em;
}
.about_txt h4 span:first-of-type {
	margin-top: 0;
}
.about_txt h4 span.italic {
	font-style: italic;
}
.about_txt p {
	font-size: 1.4rem;
	line-height: 1.92;
	margin-bottom: 2.4rem;
}
.about_txt p.sttl {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 6rem;
}

.about_txt p.sttl::before {
	content: "";
	position: absolute;
	width: 5.4rem;
	height: 1px;
	background: #B4B4B4;
	bottom: -3rem;
	left: 2.8rem;
}

.about_txt .btn_more {
	margin-top: 3.2rem;
}
.about_txt .btn_more a {
	color: #848484;
	border-color: #848484;
}
.about_txt .btn_more a::after {
	background: #848484;
}

@media only screen and (max-width: 768px) {
	.about {
		margin-top: -1.5rem;
		padding-top: 0;
		padding-bottom: 7rem;
	}
	.about_inner::before {
		background: url("../../img/index/bg_img_02_sp.png") no-repeat;
		background-size: 100% 100%;
		width: 9.6rem;
		height: 17.6rem;
		top: 42.3rem;
		z-index: 0;
	}
	.about_inner::after {
		content: "";
		position: absolute;
		background: url("../../img/index/bg_img_02_2_sp.png") no-repeat;
		background-size: 100% 100%;
		width: 9.6rem;
		height: 25.8rem;
		bottom: -17.6rem;
		right: 0;
		z-index: 0;
	}

	.about_ttl h2 {
		text-align: left;
		margin-bottom: 4rem;
		padding: 0 3rem;
	}
	.about_ttl h2 img {
		width: auto;
		height: 6.1rem;
		margin: 0;
	}
	.about_inner h3 {
		order: 2;
		max-width: inherit;
		margin: 0 0 5.5rem 3rem;
	}
	.about_inner h3 span {
		margin-left: 1.7rem;
	}

	.about_img {
		order: 1;
		width: 100%;
		max-width: 100%;
		padding: 0 3rem;
		margin: 0 auto 7rem;
	}
	.about_txt {
		order: 3;
		margin-left: 0;
		padding: 0 3rem;
	}
	.about_txt h4 {
		font-size: 2rem;
		line-height: 1.65;
		margin-bottom: 2.2rem;
	}
	.about_txt h4 span {
		font-size: 1.3rem;
		margin: 1.4rem 0;
	}
	.about_txt h4 span:first-of-type {
		margin-top: 0;
	}
	.about_txt p {
		font-size: 1.3rem;
		line-height: 2;
		margin-bottom: .9rem;
	}
	.about_txt p.sttl {
		font-size: 1.4rem;
		margin-bottom: 5rem;
	}

	.about_txt p.sttl::before {
		bottom: -2.5rem;
		left: 0;
	}

	.about_txt .btn_more {
		margin-top: 3.5rem;
	}
	
	.about_txt .btn_more a {
		color: #848484;
		border-color: #848484 !important;
	}
	.about_txt .btn_more a::before {
		background: #848484 !important;
	}
}


/*arrival
----------------------------------------*/
.arrival {
	display: flex;
	justify-content: space-between;
	color: #666565;
	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;
	border-bottom: 1px solid #B4B4B4;
}

.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: #B4B4B4;
	border-radius: 50%;
}
.arrival_slide .slick-dots .slick-active button {
	background: #848484;
}

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

.arrival_slide_item figure {
	margin-bottom: 1rem;
	filter: grayscale(1);
	transition: filter 0.3s;
	aspect-ratio: 1/1;
}
.arrival_slide_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.arrival_slide_item a:hover {
	opacity: 1;
}
.arrival_slide_item a:hover figure {
	filter: inherit;
}
.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;
}

.arrival_item .btn_online a {
	color: #666565;
	border-color: #666565;
}
.arrival_item .btn_online a::before {
	filter: invert(41%);
}

@media only screen and (max-width: 768px) {
	.arrival {
		display: block;
		margin-bottom: 13rem;
		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;
	}
}


/*bg_contents_video
----------------------------------------*/
.bg_contents_video {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	z-index: -1;
}
.bg_contents_video img,
.bg_contents_video video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

/*product
----------------------------------------*/
.product_main {
	margin-top: -100vh;
	padding-top: 5.4rem;
}
.product_main::before {
	content: "";
	position: absolute;
	background: url("../../img/index/product_bg_01.png") no-repeat;
	background-size: 100% 100%;
	width: 99.5rem;
	height: 11.3rem;
	top: -5.9rem;
	left: 4.1rem;
	z-index: 1;
}
.product_main h2 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.product_main h2 img {
	width: auto;
	height: 15.3rem;
	margin: 0 0 0 auto;
}

.product_slide {
	overflow: hidden;
	z-index: 0;
}
.product_slide figure {
	width: 100%;
	float: left;
}
.product_slide figure img {
	width: 100%;
}

.product_inner {
	padding-top: 13rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #B4B4B4;
}
.product_inner::before {
	content: "";
	position: absolute;
	background: url("../../img/index/product_bg_02.png") no-repeat;
	background-size: 100% 100%;
	width: 82.3rem;
	height: 82rem;
	bottom: -35rem;
	right: -30rem;
	z-index: 0;
	transform: rotate(-68.17deg);
}
.product_img {
	max-width: 45.6rem;
}
.product_txt {
	width: 100%;
	max-width: 74rem;
}
.product_txt h3 {
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.15em;
	margin-bottom: 1.6rem;
}
.product_txt h3 span {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 1.5rem;
}
.product_txt p {
	font-size: 1.3rem;
	line-height: 1.92;
}
.product_txt .btn_more {
	margin-top: 3.4rem;
}
.product_txt .btn_more a {
	color: #848484;
	border-color: #848484;
}
.product_txt .btn_more a::after {
	background: #848484;
}

.store_inner {
	padding-bottom: 15.2rem;
}
.store_inner::before {
	content: "";
	position: absolute;
	background: url("../../img/index/store_bg_01.png") no-repeat;
	background-size: 100% 100%;
	width: 76rem;
	height: 15.4rem;
	top: -9.7rem;
	right: -7.3rem;
	z-index: 0;
}
.store_inner::after {
	content: "";
	position: absolute;
	background: url("../../img/index/store_bg_02.png") no-repeat;
	background-size: 100% 100%;
	width: 95.6rem;
	height: 10.8rem;
	bottom: 0;
	right: 3.7rem;
	z-index: 0;
}
.store_inner h2 {
	max-width: 74.7rem;
	margin: 0 0 0 auto;
	text-align: right;
	z-index: 1;
	margin-top: -7.1rem;
}
.store_inner h2 img {
	width: auto;
	margin: 0 0 0 auto;
}
.store_inner h2 span {
	text-align: left;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 4.1rem;
}

.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;
	aspect-ratio: 1/1;
}
.store_product_item:not(.img):not(.video) figure {
	filter: grayscale(1);
	transition: filter 0.3s;
}
.store_product_item:not(.img):not(.video) a:hover {
	opacity: 1;
}
.store_product_item:not(.img):not(.video) a:hover figure {
	filter: inherit;
}
.store_product_item figure img,
.store_product_item figure video {
	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_product_item.video figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 15.5rem;
	height: 4.9rem;
}
.product .btn_online {
	margin: 0 auto;
}
.product .btn_online a {
	color: #666565;
	border-color: #666565;
}
.product .btn_online a::before {
	filter: invert(41%);
}

@media only screen and (max-width: 768px) {
	.product_main {
		padding-top: 0;
	}
	.product_main::before {
		background: url("../../img/index/product_bg_01_sp.png") no-repeat;
		background-size: 100% 100%;
		width: 39rem;
		height: 7.1rem;
		top: -7.1rem;
		left: 0;
	}
	.product_main h2 {
		position: absolute;
		right: inherit;
		left: 3rem;
		bottom: -5.2rem;
	}
	.product_main h2 img {
		height: 13.6rem;
		margin: 0;
	}

	.product_inner {
		padding: 9.7rem 3rem 8.7rem;
		display: block;
		border-bottom: none;
	}
	.product_inner::before {
		width: 54.4rem;
		height: 54.2rem;
		bottom: 16.5rem;
		right: -22rem;
		z-index: 1;
	}
	.product_img {
		max-width: inherit;
		margin-bottom: 4rem;
	}
	.product_txt {
		width: 100%;
		max-width: inherit;
	}
	.product_txt h3 {
		font-size: 2.2rem;
		font-weight: 400;
		line-height: 1.8;
		letter-spacing: 0.15em;
		margin-bottom: 1.6rem;
	}
	.product_txt .btn_more {
		margin-top: 3rem;
	}
	.product_txt .btn_more a {
		color: #848484;
		border-color: #848484 !important;
	}
	.product_txt .btn_more a::before {
		background: #848484 !important;
	}

	.store_inner {
		padding-bottom: 12.6rem;
	}
	.store_inner::before {
		width: 48.4rem;
		height: 9.8rem;
		top: -2.5rem;
		right: -10rem;
	}
	.store_inner::after {
		width: 39.8rem;
		height: 7rem;
		right: 0;
	}
	.store_inner h2 {
		max-width: 280rem;
		margin: 0;
		padding: 0 3rem;
		text-align: left;
	}
	.store_inner h2::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background: #B4B4B4;
		left: 0;
		top: 10.3rem;
	}
	.store_inner h2 img {
		margin: 0;
	}
	.store_inner h2 span {
		margin-top: 2.6rem;
	}

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

	.store_product_item {
		width: 48.2%;
	}
	.store_product_item:not(.img):not(.video) figure {
		filter: grayscale(0);
	}
	.store_product_item p.ttl {
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.store_product_item p.pay {
		font-size: 1.3rem;
	}
	.store_product_item.video figcaption {
		width: 7.9rem;
		height: 2.5rem;
	}
}



/*journal
----------------------------------------*/
.journal {
	background: #ECECEC;
	display: flex;
	align-items: flex-start;
	gap: 14.8rem;
	padding: 13.2rem 0 8.4rem;
	border-top: 1px solid #6E5631;
	border-bottom: 1px solid #6E5631;
}
.journal::before {
	content: "";
	position: absolute;
	background: url("../../img/index/bg_img_03.png") no-repeat;
	background-size: 100% 100%;
	width: 86rem;
	height: 127rem;
	top: 30.7rem;
	left: -20.8rem;
	z-index: 0;
}
.journal h2 {
	flex: 1;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
}
.journal h2 span {
	display: block;
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: 1.3rem;
}
.journal_list {
	width: calc(50% + 15rem);
}
.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;
}
.journal .btn_more a {
	color: #848484;
	border-color: #848484;
}
.journal .btn_more a::after {
	background: #848484;
}
@media only screen and (max-width: 768px) {
	.journal {
		display: block;
		padding: 5.6rem 0 7rem 2rem;
	}
	.journal::before {
		background: url("../../img/index/bg_img_03_sp.png") no-repeat;
		background-size: 100% 100%;
		width: 38rem;
		height: 108rem;
		top: 34rem;
		left: 0;
		z-index: 0;
	}
	.journal h2 {
		text-align: left;
	}
	.journal h2 span {
		font-size: 3rem;
		margin-bottom: .4rem;
	}
	.journal_list {
		width: auto;
		margin-top: 3rem;
	}
	.journal_list ul {
		margin-bottom: 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;
	}
	.journal .btn_more a {
		color: #848484;
		border-color: #848484 !important;
	}
	.journal .btn_more a::before {
		background: #848484 !important;
	}
}


/*shop
----------------------------------------*/
.shop {
	background: #ECECEC;
	padding-top: 8.8rem;
	padding-bottom: 8.6rem;
}

.shop_inner {
	padding-left: 52rem;
}
.shop_text h2 {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 1.4rem;
}
.shop_text h2 span {
	display: inline-block;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-right: 2rem;
}

.shop_box dt {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.shop_box dd p {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: .7rem;
}
.shop_box dd .shop_map {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: .1em;
	margin-left: 2rem;
	padding-left: 2rem;
	border-bottom: .1rem solid rgba(21, 21, 21, .5);
	vertical-align: .3rem;
}
.shop_box dd .shop_map::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1.3rem;
	background: url(../../img/common/icon_map.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: .8rem;
}
.shop_text .btn_more {
	margin-top: 1.5rem;
}
.shop_text .btn_more a {
	color: #848484;
	border-color: #848484;
}
.shop_text .btn_more a::after {
	background: #848484;
}
@media only screen and (max-width: 768px) {
	.shop {
		padding: 5rem 2rem 7.2rem;
	}

	.shop_inner {
		padding-left: 0;
	}
	.shop_text h2 {
		margin-bottom: 1.9rem;
	}
	.shop_text h2 span {
		display: block;
		font-size: 3rem;
		margin-right: 0;
		margin-bottom: .6rem;
	}

	.shop_box dd p {
		font-size: 1.3rem;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 1.5rem;
	}
	.shop_box dd .shop_map {
		margin-left: 0;
	}
	.shop_text .btn_more {
		margin-top: 3rem;
	}
	.shop_text .btn_more a {
		color: #848484;
		border-color: #848484 !important;
	}
	.shop_text .btn_more a::before {
		background: #848484 !important;
	}
	
}
