@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*firstshop_detail Page -PC-
/*
/* +++++++++++++++++++++++++ */
header {
	position: relative;
	width: 100%;
	height: 100px;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
header .inner {
	display: flex;
	align-items: center;
	width: 100%;
}
.header-logo {
	width: 130px;
}
.header-logo img {
	width: 100%;
	height: auto;
}
.header-gallery {
	margin-left: 40px;
}
.header-gallery ul {
	display: flex;
	align-items: center;
	font-size: 20px;
	height: 100px;
}
.header-gallery ul li.gallery-name {
	font-size: 12px;
	padding-left: 30px;
}
.header-gallery ul li.gallery-name::before {
	content: '';
	border-left: 1px solid #797979;
	height: 18px;
	padding-left: 16px;
}
/* menu-btn */
.menu-btn {
	position: absolute;
	cursor: pointer;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 60px;
	z-index: 20;
}
.menu-btn.active {
	position: fixed;
}
.menu-btn p {
	color: #282828;
	font-family: 'Century Gothic','Questrial','Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.menu-btn.active p {
	color: #fff;
}
.menu-btn .menu-btn-item span {
	position: absolute;
	background-color: #282828;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 2;
}
.menu-btn .menu-btn-item span:nth-of-type(1) {
	top: 30px;
}
.menu-btn .menu-btn-item span:nth-of-type(2) {
	top: 45px;
	margin-top: -1px;
}
.menu-btn .menu-btn-item span:nth-of-type(3) {
	bottom: 0;
}
.menu-btn.active .menu-btn-item span {
	background-color: #fff;
}
.menu-btn.active .menu-btn-item span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-325deg);
	transform: translateY(15px) rotate(-325deg);
	margin-top: -1px;
}
.menu-btn.active .menu-btn-item span:nth-of-type(2) {
	opacity: 0;
}
.menu-btn.active .menu-btn-item span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(325deg);
	transform: translateY(-15px) rotate(325deg);
	margin-top: -1px;
}
/* menu */
.menu {
	position: fixed;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	width: 300px;
	height: 100vh;
	background: rgba(40, 40, 40, 0.9);
	padding-top: 100px;
	z-index: 1;
}
.menu_item {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
.menu_item:first-of-type {
	border-top: 1px solid #fff;
}
.menu_item a {
	position: relative;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 26px 30px;
}
.menu_item a::after {
	content: '';
	position: absolute;
	display: block;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
	top: 50%;
	right: 30px;
	width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
/* アニメーション前のメニューの状態 */
.menu {
	transform: translateX(110vw);
	transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active {
	transform: translateX(0);
}

#gallery-msg {
	margin-top: 60px;
	margin-bottom: 100px;
}
#gallery-msg .inner {
	max-width: 970px;
}
#gallery-msg .inner .txt {
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto 80px;
}

#eventinfo2 .btn a {
	width: 480px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 40px 0 50px 0;
	text-align: center;
	display: block;
	background: url('../images/btn_back.png') no-repeat center;
	text-decoration: none;
	color: #fff;
	font-size: 2.1rem;
}

#concept {
	background: #ecebea;
	padding: 100px 0;
}
.movei-box {
	width: calc((100% - 30px) / 2);
	max-width: 570px;
}
.movei-box + .movei-box {
	margin-left: 30px;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.movei-box .movei-ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.unit01 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.unit-ttl {
	margin-bottom: 30px;
	font-family: 'Noto serif JP', serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
}
.unit01-area {
	display: flex;
	justify-content: space-between;
}
.unit01-box {
	background: #fff;
	width: calc((100% - 30px) / 2);
	max-width: 570px;
	padding: 65px 60px;
}
.unit01-box + .unit01-box {
	margin-left: 30px;
}
.unit01-box .box-ttl {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Noto serif JP', serif;
	text-align: center;
	margin-bottom: 65px;
}
.unit01-box .box-txt {
	margin-bottom: 55px;
}
.more-btn a {
	display: inline-block;
	position: relative;
	background: #fff;
	color: #282828;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
	font-size: 18px;
	text-decoration: none;
	width: 370px;
	padding: 20px 110px;
	text-align: center;
}
.more-btn a:before {
	position: absolute;
	right: 50px;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #282828;
}

section#store-name {
  padding: 0 15px;
}
#store-name .ttl01 {
	margin-bottom: 100px;
}
.SR-txt .name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 50px;
}
.SR-txt .flex-ce .txt {
  width: 400px;
}
.SR-txt .flex-ce .fig {
	width: 670px;
}
.SR-txt .fig img {
  width: 670px;
}
.store-logo {
	text-align: center;
	margin-top: 125px;
}
#store-name .store-logo p.kworks {
	font-size: 15px;
	margin-bottom: 20px;
}
.store-logo img {
	width: 170px;
	height: auto;
}
.store-logo p {
	line-height: 1.4;
	margin-top: 10px;
}

footer {
	width: 100%;
	padding: 10px 0 25px;
	margin: 0 auto;
	text-align: left;
}
footer .flex {
	position: relative;
	border-top: 1px solid #231815;
	padding-top: 20px;
}
.link_area {
	font-size: 11px;
	line-height: 1.8;
	margin-left: 25px;
}
.link_area ul {
	display: flex;
	align-items: center;
	border-left: 1px solid #231815;
	list-style: none;
	margin-bottom: 10px;
}
.link_area ul li {
	border-right: 1px solid #231815;
	height: 11px;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.link_area ul li a {
	text-decoration: none;
}
.f_sns {
	display: flex;
	position: absolute;
	width: 170px;
	height: 20px;
	top: 15px;
	right: 0;
}