@charset "UTF-8";

/*
■ リセット
■ 共通

■ キービジュアル
■ 導入
■ 商品紹介
■ アーティスト紹介

■ 印刷用設定

■ スライダー
*/


/* ■ リセット ==================================================================================== */

body { min-width: 320px; margin: 0; padding: 0; }

#Feature_ div, #Feature_ section { margin: 0; color: inherit; word-break: normal; }
#Feature_ h1, #Feature_ h2, #Feature_ h3, #Feature_ h4, #Feature_ h5, #Feature_ p { margin: 0; padding: 0; letter-spacing: inherit; color: inherit; word-break: normal; }
#Feature_ dl, #Feature_ dt, #Feature_ dd { margin: 0; padding: 0; color: inherit; word-break: normal; }
#Feature_ *, #Feature_ *:before, #Feature_ *:after, #Feature_ *::before, #Feature_ *::after { box-sizing: border-box; }
#Feature_ *:focus { outline: none; }
#Feature_ figure,#Feature_ img,#Feature_ picture,#Feature_ video,#Feature_ canvas,#Feature_ svg { display: block; max-width: 100%; height: auto; border: none; vertical-align: bottom; }
#Feature_ form { margin: 0; padding: 0; }
#Feature_ li { list-style-type: none; }
#Feature_ table { width: 100%; border-collapse: collapse; border-spacing: 0; }
#Feature_ strong, #Feature_ em { font-style: normal; }
#Feature_ input, #Feature_ select, #Feature_ textarea, #Feature_ button { border-style: none; font-size: inherit; }
#Feature_ button { cursor: pointer; }
#Feature_ h2 { border: none; }

#Feature_ a:link {
text-decoration: none;
}

#Feature_ a:active {
text-decoration: none;
}

#Feature_ a:visited {
text-decoration: none;
}

#Feature_ a:hover {
text-decoration: none;
}

/* ページ管理用 */
.pane-contents {
padding-bottom: 0;
}

body.page-page .pane-contents {
letter-spacing: inherit;
}

.pane-contents .container {
display: block;
}

.block-page-block--frame {
margin-bottom: 0;
}

.block-page-freespace--caption {
padding-top: 0;
}

.block-page-block--contents-body-text-1column {
width: 100%;
margin: 0;
}

.block-page-block--contents-body-text-1column div {
max-width: 100%;
padding: 0;
}



/* ■ 共通 ==================================================================================== */

/*
背景
フォント
汎用
変数
*/


/* 背景 --------------------------------------------------- */


#Feature_ {
background-color: #f7f4ed;
}


/* フォント --------------------------------------------------- */

#Feature_ * {
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 400;
font-style: normal;
}

#Feature_ .WF_1,
#Feature_ .WF_1 * {
font-family: biz-udmincho, sans-serif;
font-weight: 400;
font-style: normal;
}


/* 汎用 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#Feature_ .PC {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .SP {
	display: none;
	}

}

/* 非アクティブ */
#Feature_ .Disabled {
opacity: 0.3;
pointer-events: none;
}

#Feature_ .Disabled:hover {
opacity: 0.3;
}

#Feature_ .Disabled2 {
pointer-events: none;
}



/* ■ キービジュアル ==================================================================================== */

/*
visumo
*/

#Feature_ .KV_ {
opacity: 0;
animation-name: fadeIn;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {

	#Feature_ .KV_ {
	min-height: 500px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .KV_ {
	min-height: 500px;
	}

	#Feature_ .KV_Movie {
	position: relative;
	width: 100vw;
	overflow: hidden;
	}
	
	#Feature_ .KV_Movie video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

}


/* visumo --------------------------------------------------- */

#Feature_ .hacobune-unit-video-outline {
padding: 0 !important;
}

#Feature_ .hacobune-app-container {
max-width: 100% !important;
width: 100% !important;
margin: 0 auto;
padding: 0 !important;
overflow: hidden !important;
background: transparent !important;
}

#Feature_ .hacobune-video-js {
background: transparent !important;
}

/*
@media only screen and (max-width: 767px) {

	#Feature_ .hacobune-app-container {
	width: 100% !important;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .hacobune-app-container {
	width: 100% !important;
	}

}
*/



/* ■ 導入 ==================================================================================== */

#Feature_ .Intro_Mds {
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Intro_InBox {
	padding: 40px 30px 30px;
	}

	#Feature_ .Intro_Mds {
	font-size: 22px;
	}

	#Feature_ .Intro_Lead_Unit {
	margin-top: 30px;
	}

	#Feature_ .Intro_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro_InBox {
	max-width: 940px;
	margin: 0 auto;
	padding: 120px 60px 80px;
	}

	#Feature_ .Intro_Mds {
	font-size: 28px;
	}

	#Feature_ .Intro_Lead_Unit {
	margin-top: 40px;
	}

	#Feature_ .Intro_Lead {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
	}

}



/* ■ 商品紹介 ==================================================================================== */

.Item_Photo_Sub_Wrap {
position: relative;
}

#Feature_ .Item_Buy {
display: flex;
align-items: center;
}

#Feature_ .Item_Buy_Btn {
display: inline-block;
border: 1px solid #000;
line-height: 1;
font-weight: 600;
color: #000;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Item_ {
	padding: 40px 30px;
	}

	#Feature_ .Item_Info {
	margin-top: 20px;
	}

	#Feature_ .Item_Num {
	margin-top: 60px;
	font-size: 12px;
	}

	#Feature_ .Item_Name {
	font-size: 16px;
	}

	#Feature_ .Item_Lead {
	margin-top: 20px;
	font-size: 13px;
	}

	#Feature_ .Item_Buy {
	justify-content: flex-end;
	margin-top: 30px;
	}

	#Feature_ .Item_Buy_Price {
	font-size: 16px;
	}

	#Feature_ .Item_Buy_Price small {
	margin-left: 4px;
	font-size: 12px;
	}

	#Feature_ .Item_Buy_Btn {
	margin-left: 15px;
	padding: 6px 24px;
	font-size: 16px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Item_ {
	padding: 70px 0;
	}

	#Feature_ .Item_InBox {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	}

	#Feature_ .Item_Photo_Main_Wrap {
	width: 54%;
	}

	#Feature_ .Item_Info {
	width: 46%;
	padding-left: 60px;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Photo_Main_Wrap {
	order: 2;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Info {
	order: 1;
	padding-left: 0;
	padding-right: 60px;
	}

	#Feature_ .Item_Num {
	margin-top: 70px;
	font-size: 14px;
	}

	#Feature_ .Item_Name {
	font-size: 20px;
	}

	#Feature_ .Item_Lead {
	margin-top: 25px;
	font-size: 15px;
	}

	#Feature_ .Item_Buy {
	justify-content: flex-end;
	margin-top: 30px;
	}

	#Feature_ .Item_Buy_Price {
	font-size: 18px;
	}

	#Feature_ .Item_Buy_Price small {
	margin-left: 4px;
	font-size: 12px;
	}

	#Feature_ .Item_Buy_Btn {
	margin-left: 15px;
	padding: 6px 24px;
	font-size: 18px;
	}

}



/* ■ アーティスト紹介 ==================================================================================== */

#Feature_ .About_ {
background-color: #fff;
}

#Feature_ .About_Mds {
display: flex;
justify-content: center;
}

#Feature_ .About_Link {
display: flex;
justify-content: center;
align-items: center;
}

#Feature_ .About_Copyright {
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Feature_ .About_ {
	margin-top: 30px;
	padding: 60px 30px 20px;
	}

	#Feature_ .About_Mds img {
	height: 30px;
	}

	#Feature_ .About_Photo {
	margin-top: 30px;
	}

	#Feature_ .About_Catch {
	margin-top: 30px;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .About_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .About_Link {
	margin-top: 40px;
	}

	#Feature_ .About_Link a {
	margin: 0 10px;
	}

	#Feature_ .About_Link img {
	height: 30px;
	}

	#Feature_ .About_Copyright {
	margin-top: 20px;
	font-size: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .About_ {
	margin-top: 80px;
	padding: 100px 0;
	}

	#Feature_ .About_InBox {
	max-width: 720px;
	margin: 0 auto;
	}

	#Feature_ .About_Mds img {
	height: 60px;
	}

	#Feature_ .About_Photo {
	margin-top: 60px;
	}

	#Feature_ .About_Lead {
	margin-top: 40px;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .About_Link {
	margin-top: 60px;
	}

	#Feature_ .About_Link a {
	margin: 0 10px;
	}

	#Feature_ .About_Link img {
	height: 40px;
	}

	#Feature_ .About_Copyright {
	margin-top: 40px;
	font-size: 12px;
	}

}



/* ■ スライダー ==================================================================================== */

/* ページネーション	 */
#Feature_ .swiper-pagination {
display: flex;
justify-content: center;
}

#Feature_ .swiper-pagination-bullet {
display: block;
border: 1px solid #231815;
border-radius: 100vh;
background-color: #fff;
opacity: 1;
cursor: pointer;
}

#Feature_ .swiper-pagination-bullet-active {
background-color: #231815;
}

@media only screen and (max-width: 767px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -30px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	}

}

@media print, screen and (min-width: 768px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -40px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	}

}