@charset "utf-8";

/*============================
メニューオープン時
============================*/
body.menu_active {
	overflow: hidden;
}

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
	}
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
 */

/*============================
グローバルメニュー
============================*/
.sp_menu_wrap {
	width: calc(100% - 0.80rem);
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap {
		width: 100%;
		z-index: 5;
	}
}


.sp_menu_wrap .in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap .in {
		position: relative;
		top: 10%;
		left: 0.20rem;
		transform: translate(0, 0);
		flex-wrap: wrap;
		padding-left: 0;
	}
}


.sp_menu_wrap .in .left_box {
	width: 40%;
	min-width: 4.00rem;
}

.sp_menu_wrap .in .right_box {
	width: 60%;
	min-width: 5.00rem;
}

.sp_menu_wrap .in .link {
	padding: 0.20rem 0;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap .in .link {
		padding: 0.15rem 0;
	}
}


.sp_menu_wrap .in .link a {
	font-family: 'Playfair Display';
	font-size: 0.36rem;
	letter-spacing: 0.07em;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap .in .link a {
		font-size: 0.26rem;
	}
}


.sp_menu_wrap .in .link a span {
	font-family: "Noto Serif JP", serif;
}

.sp_menu_wrap .in .link a em {
	font-size: 0.20rem;
	font-style: normal;
	padding-left: 0.7em;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap .in .link a em {
		font-size: 0.14rem;
	}
}

.sp_menu_wrap .in .link a:hover {
	opacity: 0.5;
}

.sp_menu_wrap .in .link.sub_link a {
	pointer-events: none;
}

.sp_menu_wrap .in .link.sub_link .list {
	padding-top: 0.15rem;
}

.sp_menu_wrap .in .link.sub_link .list .text {
	padding: 0.13rem 0;
}

.sp_menu_wrap .in .link.sub_link .list .text a {
	font-size: 0.20rem;
	pointer-events:all;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap .in .link.sub_link .list .text a {
		font-size: 0.15rem;
	}
}


.sp_menu_wrap .in .link.sub_link .list .text a::before {
	content: "";
	display: inline-block;
	width: 0.15rem;
	height: 1px;
	background-color: #FFF;
	margin-right: 0.10rem;
	position: relative;
	top: -0.07rem;
}
@media screen and (max-width: 640px) {
	.sp_menu_wrap .in .link.sub_link .list .text a::before {
		width: 0.10rem;
		top: -0.05rem;
	}
}


.sp_menu_wrap .in .sns_link_wrap {
	display: flex;
	align-items: center;
	margin-top: 0.40rem;
}

.sp_menu_wrap .in .sns_link_wrap .sns_link {
	margin-right: 0.40rem;
	width: 0.24rem;
	height: 0.24rem;
}

.sp_menu_wrap .in .sns_link_wrap .sns_link a {
	display: block;
	height: 0.24rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sp_menu_wrap .in .sns_link_wrap .sns_link a:hover {
	opacity: 0.5;
}

.sp_menu_wrap .in .sns_link_wrap .sns_link.fb a {
	background-image: url(../img/common/icon_fb.svg);
}

.sp_menu_wrap .in .sns_link_wrap .sns_link.insta a {
	background-image: url(../img/common/icon_insta.svg);
}

/*============================
フッター
============================*/
footer .mv {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	footer .mv {
		height: 2.20rem;
	}

	footer .mv img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

footer .cont_wrap {
	max-width: 9.60rem;
	width: 100%;
	margin: auto;
	position: relative;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	padding: 0.80rem 0 1.15rem;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	footer .cont_wrap {
		flex-flow: column;
	}
}


footer .cont_wrap .name {
	font-size: 0.70rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: rgba(255,255,255, 0.2);
}
@media screen and (max-width: 640px) {
	footer .cont_wrap .left_cont {
		display: none;
	}
}


footer .cont_wrap .right_cont {
	display: flex;
	align-items: center;
}

footer .cont_wrap .right_cont .sns {
	padding-left: 0.50rem;
	box-sizing: border-box;
}

footer .cont_wrap .right_cont .sns a:hover {
	opacity: 0.7;
}

footer .cont_wrap .work_name {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 0.24rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
	footer .cont_wrap .work_name {
		font-size: 0.17rem;
		padding-left: 0.40rem;
	}
}


/*============================
コピーライト
============================*/
.copyright {
	position: fixed;
	left: 0.40rem;
	z-index: 100;
	bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	.copyright {
		position: static;
		text-align: center;
		padding: 0.30rem 0;
	}
}

.copyright small {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 0.11rem;
	letter-spacing: 0.15em;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	.copyright small {
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
}


/*============================
共通パーツ
============================*/
/* ボタン */
.btn_common a {
	font-size: 0.14rem;
	color: #fff;
	box-sizing: border-box;
	padding: 0 0.50rem 0.2rem;
	border-bottom: 1px solid #fff;
	/* transition: .3s all; */
	font-family: 'Playfair Display';
}

.btn_common a:hover {
	/* color: transparent; */
	text-shadow: 0 0 5px #fff;
	/* border-bottom-color: transparent; */
}


/*============================
Shop/Contact共通
============================*/
/* セクションタイトル */
#shop .sec_title ,
#contact .sec_title
{
	font-size: 0.50rem;
	letter-spacing: 0.07em;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	#shop .sec_title ,
	#contact .sec_title
	{
		font-size: 0.40rem;
	}
}

#contact .sec_title {
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
	#contact .sec_title {
		margin-bottom: 0.60rem;
	}
}

#shop .sec_title span ,
#contact .sec_title span 
{
	position: relative;
}

#shop .sec_title span::after ,
#contact .sec_title span::after 
{
	content: '';
	display: inline-block;
	width: 2.13rem;
	height: 0.02rem;
	background: #fff;
	position: absolute;
}
@media screen and (max-width: 640px) {
	#contact .sec_title span::after {
		width: 100%;
	}
}

/*============================
Shop
============================*/
#shop {
	margin-top: 1.50rem;
	background: #fff;
}

#shop .mv {
	width: 100%;
	height: 6.00rem;
}
@media screen and (max-width: 640px) {
	#shop .mv {
		height: 2.20rem;
	}
}

#shop .mv img {
	width: 100%;
	height: 100%;
	object-fit: cover
}


#shop .in {
	background: #000;
	margin-top: -0.70rem;
}
@media screen and (max-width: 640px) {
	#shop .in {
		margin-top: -0.30rem;
		width: calc(100% - 0.40rem);
	}
}


#shop .sec_title {
	margin-top: -0.20rem;
	text-align: right;
	position: relative;
	top: -0.30rem;
}

#shop .sec_title span::after {
	bottom: -0.15rem;
	right: 0;
}

#shop .list {
	padding-top: 1.00rem;
	padding-bottom: 0.70rem;
	box-sizing: border-box;
	padding-left: 2.40rem;
}
@media screen and (max-width: 640px) {
	#shop .list {
		padding-top: 0.40rem;
		padding-bottom: 0.30rem;
		box-sizing: border-box;
		padding-left: 0.4rem;
	}
}


#shop .list .item {
	margin-bottom: 0.70rem;
}
@media screen and (max-width: 640px) {
	#shop .list .item {
		margin-bottom: 0.30rem;
	}
}

#shop .list .item a {
	color: #fff;
	font-size: 0.20rem;
	letter-spacing: 0.07em;
	position: relative;
}
@media screen and (max-width: 640px) {
	#shop .list .item a {
		font-size: 0.15rem;
		line-height: 1.5;
	}
}


#shop .list .item a:hover {
	opacity: 0.7;
}

#shop .list .item a::before {
	content: '';
	width: 0.30rem;
	height: 0.01rem;
	display: inline-block;
	position: absolute;
	left: -0.50rem;
	top: 57%;
	background: #fff;
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#shop .list .item a::before {
		content: '';
		width: 0.10rem;
		left: -0.30rem;
		top: 57%;
		background: #fff;
		transition: all .3s;
	}
}

#shop .list .item a:hover::before {
	width: 0.27rem;
}

/*============================
Contact
============================*/
#contact {
	padding-top: 0.60rem;
	padding-bottom: 0.80rem;
	background: #fff;
	color: #000;
}

#contact .sec_title {
	text-align: center;
}

#contact .sec_title span::after {
	bottom: -0.15rem;
	background: #000;
	left: 0;
}

#contact .text {
	margin-top: 0.70rem;
	margin-bottom: 0.40rem;
	text-align: center;
	font-size: 0.13rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 640px) {
	#contact .text {
		margin-top: 0.50rem;
	}
}


#contact .btn {
	text-align: center;
}

#contact .btn a {
	max-width: 4.40rem;
	width: 100%;
	color: #fff;
	background-color: #000;
	text-align: center;
	font-size: 0.20rem;
	display: inline-block;
	padding: 0.30rem 0;
	position: relative;
}
@media screen and (max-width: 640px) {
	#contact .btn a {
		font-size: 0.16rem;
	}
}


#contact .btn a:hover {
	opacity: 0.7;
}

#contact .btn a::after {
	content: '';
	display: inline-block;
	width: 0.27rem;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	right: 0.16rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#contact .btn a::after {
		width: 0.10rem;
	}
}


#contact .btn a:hover::after {
	width: 0.20rem;
}

