@charset "UTF-8";

/*
■ リセット
■ 共通

■ 背景・文字色
■ キービジュアル
■ 導入1
■ 導入2
■ 商品紹介
■ 美術館紹介

■ フッター
■ ページの先頭へ

■ 印刷用設定

■ スライダー
*/


/* ■ リセット ==================================================================================== */

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;
}

/* パンくず調整 */
@media only screen and (max-width: 767px) {

	.block-topic-path {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}

}



/* ■ 共通 ==================================================================================== */

/*
フォント
汎用
変数
*/


/* フォント --------------------------------------------------- */

#Feature_ * {
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 400;
}

#Feature_ .WF1,
#Feature_ .WF1 * {
font-family: helvetica-neue-lt-pro, sans-serif;
font-weight: 400;
}

#Feature_ .WF2,
#Feature_ .WF2 * {
font-family: neue-frutiger-world, sans-serif;
font-weight: 200;
}

#Feature_ .WF3,
#Feature_ .WF3 * {
font-family: yu-mincho-pr6n, sans-serif;
font-weight: 400;
}

#Feature_ .WF4,
#Feature_ .WF4 * {
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
}


/* 汎用 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#Feature_ .PC {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .SP {
	display: none;
	}

}

@media (hover: hover) {

	#Feature_ a {
	transition: all 0.3s ease-in-out 0.01s;
	}

	#Feature_ a:hover {
	opacity: 0.7;
	}

}

/* 非アクティブ */
#Feature_ a.Disabled, 
#Feature_ a.Disabled * {
pointer-events: none;
}

#Feature_ .Disabled:hover {
opacity: 1;
}


/* 変数 --------------------------------------------------- */

:root {
--color-1: #504747;
--color-2: #faf148;
--color-3: #106635;
}



/* ■ 背景・文字色（※変数指定不可） ==================================================================================== */

#Feature_ {
color: #504747;
background-color: #f9f8ef;
}



/* ■ キービジュアル ==================================================================================== */

#Feature_ .KV_Unit {
position: relative;
}

#Feature_ .KV_Mds {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
animation-name: fadeIn;
animation-duration: 3s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#Feature_ .KV_Photo img {
width: 100%;
}

#Feature_ .KV_Copyright {
text-align: right;
}

@media only screen and (max-width: 767px) {

	#Feature_ .KV_Unit {
	border-bottom: 4px solid var(--color-2)
	}

	#Feature_ .KV_Mds {
	width: 65%;
	}

	#Feature_ .KV_Copyright {
	margin-top: 10px;
	padding-right: 10px;
	font-size: 9px;
	line-height: 1.5;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .KV_Unit {
	border-bottom: 8px solid var(--color-2)
	}

	#Feature_ .KV_Mds {
	width: 30%;
	}

	#Feature_ .KV_Copyright {
	margin-top: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 1.5;
	}

}

/*
@media print, screen and (min-width: 1366px) {

	#Feature_ .KV_Photo img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 50% 50%;
	}

}
*/



/* ■ 導入1 ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_ .Intro_Mds {
	margin-top: 20%;
	padding: 0 18%;
	}

	#Feature_ .Intro_LeadUnit {
	margin-top: 20%;
	padding: 0 10%;
	text-align: center;
	}

	#Feature_ .Intro_Lead {
	margin-top: 6%;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .Intro_Lead_Shop {
	margin-top: 14%;
	font-size: 13px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro_Mds {
	max-width: 820px;
	margin: 2% auto 0 auto;
	padding: 0 40px;
	}

	#Feature_ .Intro_LeadUnit {
	max-width: 1080px;
	margin: 5% auto 0 auto;
	padding: 0 40px;
	text-align: center;
	}

	#Feature_ .Intro_Lead {
	margin-top: 2%;
	font-size: 15px;
	line-height: 2.2;
	}

	#Feature_ .Intro_Lead_Shop {
	margin-top: 4%;
	font-size: 15px;
	line-height: 2.2;
	}

}



/* ■ 導入2 ==================================================================================== */

#Feature_ .Intro2_Mds_Sub {
line-height: 1;
}

#Feature_ .Intro2_Mds {
line-height: 1;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Intro2_ {
	margin-top: 24%;
	padding: 0 10%;
	}

	#Feature_ .Intro2_Mds_Sub {
	margin-top: 8%;
	font-size: 12px;
	}

	#Feature_ .Intro2_Mds {
	margin-top: 3%;
	font-size: 28px;
	}

	#Feature_ .Intro2_Lead {
	margin-top: 6%;
	font-size: 13px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro2_ {
	display: flex;
	align-items: flex-end;
	max-width: 1080px;
	margin: 6% auto 0 auto;
	padding: 0 40px;
	}

	#Feature_ .Intro2_Photo {
	width: 55%;
	}

	#Feature_ .Intro2_LeadUnit {
	width: 45%;
	padding-left: 8%;
	}

	#Feature_ .Intro2_Mds_Sub {
	font-size: 16px;
	}

	#Feature_ .Intro2_Mds {
	margin-top: 4%;
	font-size: 42px;
	}

	#Feature_ .Intro2_Lead {
	margin-top: 8%;
	font-size: 15px;
	line-height: 2.2;
	}

}



/* ■ 商品紹介 ==================================================================================== */

#Feature_ .Item_Photo {
position: relative;
}

#Feature_ .Item_Photo img {
width: 100%;
}

#Feature_ .Item_Name {
font-weight: 400;
}

#Feature_ .Item_PriceBuy {
display: flex;
align-items: center;
}

#Feature_ .Item_Price {
line-height: 1;
font-weight: 200;
}

#Feature_ .Item_Buy_Btn {
display: block;
border: 1px solid var(--color-1);
border-radius: 100vh;
line-height: 1;
letter-spacing: 0.1em;
color: var(--color-1);
background-color: var(--color-2);
}

@media only screen and (max-width: 767px) {

	#Feature_ .Item_Wrap {
	margin-top: 18%;
	padding: 0 10%;
	}

	#Feature_ .Item_ {
	padding: 14% 0;
	}

	#Feature_ .Item_Num {
	margin-top: 14%;
	font-size: 12px;
	}

	#Feature_ .Item_Name {
	margin-top: 2%;
	font-size: 14px;
	line-height: 1.4;
	}

	#Feature_ .Item_Name small {
	font-size: 14px;
	}

	#Feature_ .Item_PriceBuy {
	margin-top: 6%;
	}

	#Feature_ .Item_Price {
	font-size: 16px;
	white-space: nowrap;
	}

	#Feature_ .Item_Price small {
	font-size: 11px;
	}

	#Feature_ .Item_Price small:nth-child(2) {
	margin-left: 5px;
	}

	#Feature_ .Item_Buy {
	margin-left: auto;
	}

	#Feature_ .Item_Buy_Btn {
	padding: 4px 24px;
	font-size: 13px;
	}

	#Feature_ .Item_Buy_Btn.Disabled {
	padding: 4px 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Item_Wrap {
	max-width: 1080px;
	margin: 6% auto 0 auto;
	padding: 0 40px;
	}

	#Feature_ .Item_ {
	display: flex;
	align-items: flex-end;
	padding: 9% 0;
	}

	#Feature_ .Item_:nth-of-type(1) .Item_Photo {
	order: 2;
	width: 55%;
	}

	#Feature_ .Item_:nth-of-type(1) .Item_Info {
	width: 45%;
	padding-right: 8%;
	}

	#Feature_ .Item_:nth-of-type(2) .Item_Photo {
	width: 60%;
	}

	#Feature_ .Item_:nth-of-type(2) .Item_Info {
	width: 40%;
	padding-left: 4%;
	}

	#Feature_ .Item_:nth-of-type(3) .Item_Photo {
	order: 2;
	width: 60%;
	}

	#Feature_ .Item_:nth-of-type(3) .Item_Info {
	width: 40%;
	padding-right: 4%;
	}

	#Feature_ .Item_:nth-of-type(4) .Item_Photo {
	width: 55%;
	}

	#Feature_ .Item_:nth-of-type(4) .Item_Info {
	width: 45%;
	padding-left: 10%;
	}

	#Feature_ .Item_Num {
	font-size: 14px;
	}

	#Feature_ .Item_Name {
	margin-top: 4%;
	font-size: 17px;
	line-height: 1.4;
	}

	#Feature_ .Item_Name small {
	font-size: 17px;
	}

	#Feature_ .Item_PriceBuy {
	margin-top: 6%;
	}

	#Feature_ .Item_Price {
	font-size: 16px;
	white-space: nowrap;
	}

	#Feature_ .Item_Price small {
	font-size: 11px;
	}

	#Feature_ .Item_Price small:nth-child(2) {
	margin-left: 5px;
	}

	#Feature_ .Item_Buy {
	margin-left: auto;
	}

	#Feature_ .Item_Buy_Btn {
	padding: 4px 24px;
	font-size: 13px;
	}

	#Feature_ .Item_Buy_Btn.Disabled {
	padding: 4px 10px;
	}

}

@media (hover: hover) {

	#Feature_ .Item_Buy_Btn:hover {
	color: #fff;
	background-color: var(--color-1);
	opacity: 1;	
	}

	#Feature_ .Item_Photo .swiper:hover {
	opacity: 1;	
	}

}


/* ■ 美術館紹介 ==================================================================================== */

#Feature_ .About_ {
text-align: center;
}

#Feature_ .About_Mds {
font-weight: 600;
letter-spacing: 0.1em;
}

#Feature_ .About_Lead {
text-align: justify;
}

#Feature_ .About_URL {
display: flex;
justify-content: center;
}

#Feature_ .About_Copyright {
letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {

	#Feature_ .About_ {
	margin-top: 18%;
	padding: 0 10% 20%;
	}

	#Feature_ .About_MdsSub {
	padding: 0 15%;
	}

	#Feature_ .About_Mds {
	margin-top: 5%;
	font-size: 14px;
	}

	#Feature_ .About_Photo {
	margin-top: 14%;
	}

	#Feature_ .About_Lead {
	margin-top: 6%;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .About_URL {
	margin-top: 12%;
	}

	#Feature_ .About_URL img {
	width: 34px;
	}

	#Feature_ .About_Copyright {
	margin-top: 13%;
	font-size: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .About_ {
	padding: 6% 0 8%;
	}

	#Feature_ .About_MdsSub {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 40px;
	}

	#Feature_ .About_Mds {
	margin-top: 1%;
	font-size: 16px;
	}

	#Feature_ .About_InBox {
	max-width: 400px;
	margin: 0 auto;
	}

	#Feature_ .About_Photo {
	margin-top: 15%;
	}

	#Feature_ .About_Lead {
	margin-top: 6%;
	font-size: 16px;
	line-height: 2;
	}

	#Feature_ .About_URL {
	margin-top: 10%;
	}

	#Feature_ .About_URL img {
	width: 34px;
	}

	#Feature_ .About_Copyright {
	margin-top: 4%;
	font-size: 15px;
	}

}



/* ■ フッター ==================================================================================== */

#Feature_ .Footer_ {
color: #fff;
background-color: var(--color-1);
}

#Feature_ .Footer_Logo {
display: flex;
justify-content: center;
}

#Feature_ .Footer_SNS {
display: flex;
justify-content: center;
align-items: center;
}

#Feature_ .Footer_Copyright {
display: flex;
justify-content: center;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Footer_ {
	padding-top: 50px;
	padding-bottom: 60px;
	}

	#Feature_ .Footer_Logo img {
	width: 120px;
	}

	#Feature_ .Footer_SNS {
	margin-top: 30px;
	}

	#Feature_ .Footer_SNS a {
	margin: 0 15px;
	}

	#Feature_ .Footer_SNS img {
	width: 26px;
	}

	#Feature_ .Footer_Copyright {
	margin-top: 30px;
	font-size: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Footer_ {
	padding-top: 80px;
	padding-bottom: 80px;
	}

	#Feature_ .Top_Wrapping_ .Footer_ {
	margin-left: -60px;
	margin-right: -60px;
	}

	#Feature_ .Footer_Logo img {
	width: 140px;
	}

	#Feature_ .Footer_SNS {
	margin-top: 30px;
	}

	#Feature_ .Footer_SNS a {
	margin: 0 15px;
	}

	#Feature_ .Footer_SNS img {
	width: 26px;
	}

	#Feature_ .Footer_Copyright {
	margin-top: 30px;
	font-size: 10px;
	}

}



/* ■ ページの先頭へ ==================================================================================== */

#Feature_ #PageTop {
display: none;
position: fixed;
z-index: 10000;
opacity: 0.8;
}

@media only screen and (max-width: 767px) {

	#Feature_ #PageTop {
	bottom: 15px;
	right: 15px;
	width: 40px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ #PageTop {
	bottom: 30px;
	right: 30px;
	width: 60px;
	}
	
}



/* ■ 印刷用設定 ==================================================================================== */

@media print {

}



/* ■ スライダー ==================================================================================== */

/* ページネーション	 */
#Feature_ .swiper-pagination {
display: flex;
justify-content: center;
}

#Feature_ .swiper-pagination-bullet {
display: block;
border: 1px solid var(--color-1);
border-radius: 100vh;
background-color: var(--color-1);
opacity: 1;
cursor: pointer;
}

#Feature_ .swiper-pagination-bullet-active {
background-color: var(--color-2);
}

@media only screen and (max-width: 767px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -25px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	}

}

@media print, screen and (min-width: 768px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -35px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	}

}