@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;
}

/* パンくず調整 */
@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;
font-style: normal;
}

#Feature_ .WF1 {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
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;
}


/* 変数 --------------------------------------------------- */

:root {
--color-1: #231815;
--color-2: #d7487c;
--color-3: #106635;
}



/* ■ 背景 ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_::after {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../img/Texture_Bg_1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: contain;
	content: "";
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ {
	background-color: #000;
	background-image: url(../img/Texture_Bg_1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
	}

}


/* ■ キービジュアル ==================================================================================== */

#Feature_ .KV_Photo {
opacity: 0;
animation-name: fadeIn;
animation-duration: 2s;
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_Photo {
	padding: 15% 15%;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .KV_Photo {
	padding: 8% 25%;
	}

}



/* ■ 導入 ==================================================================================== */

#Feature_ .Intro_ {
color: #fff;
}

#Feature_ .Intro_Mds {
text-align: center;
}

#Feature_ .Intro_EventInfo {
border: 2px solid #fff;
text-align: center;

}

#Feature_ .Intro_EventInfo_Mds {
font-weight: 600;
letter-spacing: 0.2em;
}

#Feature_ .Intro_EventInfo_Link a {
padding-bottom: 6px;
border-bottom: 1px solid #fff;
color: #fff;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Intro_InBox {
	padding: 0 30px 40px;
	}

	#Feature_ .Intro_Mds {
	font-size: 22px;
	line-height: 1.6;
	}

	#Feature_ .Intro_Lead_Unit {
	margin-top: 30px;
	}

	#Feature_ .Intro_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .Intro_EventInfo {
	margin-top: 30px;
	padding: 20px 20px 25px;
	}

	#Feature_ .Intro_EventInfo_Mds {
	font-size: 20px;
	}

	#Feature_ .Intro_EventInfo_Lead {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Feature_ .Intro_EventInfo_Link {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro_InBox {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 60px 140px;
	}

	#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;
	}

	#Feature_ .Intro_EventInfo {
	margin-top: 60px;
	padding: 40px;
	}

	#Feature_ .Intro_EventInfo_Mds {
	font-size: 34px;
	}

	#Feature_ .Intro_EventInfo_Lead {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2.2;
	}

	#Feature_ .Intro_EventInfo_Link {
	font-size: 16px;
	line-height: 2.2;
	}

}



/* ■ 商品紹介 ==================================================================================== */

#Feature_ .Item_Wrap {
background-color: #fff;
background-image: url(../img/Texture_Bg_2.jpg);
background-repeat: repeat;
background-position: left top;
background-size: contain;
}

#Feature_ .Item_Photo_Sub_Wrap {
position: relative;
background-color: #000;
}

#Feature_ .Item_Name {
font-weight: 600;
}

#Feature_ .Item_PriceBuy {
display: flex;
}

#Feature_ .Item_Price {
flex: 1;
}

#Feature_ .Item_Buy {
margin-left: auto;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Item_Wrap {
	margin: 0 4%;
	padding: 2% 0;
	}

	#Feature_ .Item_ {
	padding: 6% 4%;
	}

	#Feature_ .Item_Photo_Sub_Wrap {
	margin-top: -30px;
	}

	#Feature_ .Item_:nth-of-type(odd) .Item_Photo_Sub_Wrap {
	margin-left: 15%;
	margin-right: 6%;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Photo_Sub_Wrap {
	margin-left: 6%;
	margin-right: 15%;
	}

	#Feature_ .Item_Info {
	padding: 20% 10% 0;
	}

	#Feature_ .Item_Name {
	font-size: 16px;
	}

	#Feature_ .Item_Lead {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Feature_ .Item_PriceBuy {
	margin-top: 15px;
	}

	#Feature_ .Item_Price {
	font-size: 16px;
	}

	#Feature_ .Item_Price small {
	margin-left: 5px;
	font-size: 12px;
	}

	#Feature_ .Item_Buy img {
	width: 80px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Item_Wrap {
	margin: 0 30px;
	padding: 6% 0;
	}

	#Feature_ .Item_ {
	display: flex;
	}

	#Feature_ .Item_:nth-of-type(odd) {
	padding: 4% 8%;
	}

	#Feature_ .Item_:nth-of-type(even) {
	padding: 4% 8% 8%;
	}

	#Feature_ .Item_Photo_Main {
	width: 60%;
	}

	#Feature_ .Item_Unit {
	display: flex;
	flex-flow: column;
	width: 40%;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Photo_Main {
	order: 2;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Unit {
	order: 1;
	}

	#Feature_ .Item_:nth-of-type(odd) .Item_Photo_Sub_Wrap {
	margin-left: -30px;
	margin-top: -30px;
	margin-right: 30px;
	}

	#Feature_ .Item_:nth-of-type(odd) .Item_Info {
	padding-left: 10%;
	padding-top: 20%;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Photo_Sub_Wrap {
	order: 2;
	margin-left: 30px;
	margin-right: -30px;
	}

	#Feature_ .Item_:nth-of-type(even) .Item_Info {
	order: 1;
	padding-right: 10%;
	padding-bottom: 10%;
	}

	#Feature_ .Item_Name {
	font-size: 22px;
	}

	#Feature_ .Item_Lead {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.8;
	}

	#Feature_ .Item_PriceBuy {
	margin-top: 30px;
	}

	#Feature_ .Item_Price {
	font-size: 20px;
	}

	#Feature_ .Item_Price small {
	margin-left: 5px;
	font-size: 14px;
	}

	#Feature_ .Item_Buy img {
	width: 120px;
	}

}



/* ■ ノベルティ ==================================================================================== */

#Feature_ .Novelty_InBox {
background-color: #f1f1f1;
background-repeat: no-repeat, no-repeat;
background-position: left top, left bottom;
}

#Feature_ .Novelty_Mds {
font-weight: 600;
letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Novelty_InBox {
	padding: 10% 12% 10% 20%;
	margin: 4% 4% 0 0;
	border-radius: 0 8px 8px 0;
	background-image: url(../img/Novelty_Frame_Upper_SP.png), url(../img/Novelty_Frame_Lower_SP.png);
	background-size: 30px auto, 30px auto;
	}

	#Feature_ .Novelty_Photo {
	margin-top: 20px;
	}

	#Feature_ .Novelty_Photo img {
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
	}

	#Feature_ .Novelty_Mds {
	margin-left: 5px;
	font-size: 30px;
	text-align: center;
	}

	#Feature_ .Novelty_Lead_1 {
	margin-top: 30px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Feature_ .Novelty_Lead_2 {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Feature_ .Novelty_Notice {
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Novelty_InBox {
	display: flex;
	align-items: center;
	padding: 6% 15%;
	margin: 30px;
	border-radius: 0 10px 10px 0;
	background-image: url(../img/Novelty_Frame_Upper_PC.png), url(../img/Novelty_Frame_Lower_PC.png);
	background-size: 50px auto, 50px auto;
	}

	#Feature_ .Novelty_Photo {
	width: 40%;
	}

	#Feature_ .Novelty_Photo img {
	transform: rotate(-10deg);
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
	}

	#Feature_ .Novelty_Info {
	width: 60%;
	margin-top: -5%;
	padding-left: 15%;
	}

	#Feature_ .Novelty_Mds {
	font-size: 54px;
	}

	#Feature_ .Novelty_Lead_1 {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.8;
	}

	#Feature_ .Novelty_Lead_2 {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.8;
	}

	#Feature_ .Novelty_Notice {
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.8;
	}

}



/* ■ 作品紹介 ==================================================================================== */

#Feature_ .About_ {
text-align: center;
color: #fff;
}

#Feature_ .About_Mds {
font-weight: 600;
letter-spacing: 0.1em;
}

#Feature_ .About_Lead {
text-align: left;
}

#Feature_ .About_Date img {
display: inline-block;
}

#Feature_ .About_URL a {
color: #fff;
}

@media only screen and (max-width: 767px) {

	#Feature_ .About_ {
	padding: 12% 5% 12%;
	}

	#Feature_ .About_InBox {
	padding: 0 8%;
	}

	#Feature_ .About_Mds {
	font-size: 30px;
	}

	#Feature_ .About_Catch {
	margin-top: 10px;
	font-size: 13px;
	}

	#Feature_ .About_Photo {
	margin-top: 20px;
	}

	#Feature_ .About_Photo_Copyright {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 10px;
	}

	#Feature_ .About_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .About_Date {
	margin-top: 40px;
	}

	#Feature_ .About_Date img {
	width: 120px;
	}

	#Feature_ .About_URL {
	margin-top: 30px;
	font-size: 13px;
	}

	#Feature_ .About_Copyright {
	margin-top: 40px;
	font-size: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .About_ {
	padding: 6% 0 8%;
	}

	#Feature_ .About_InBox {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 60px;
	}

	#Feature_ .About_Mds {
	font-size: 54px;
	}

	#Feature_ .About_Catch {
	margin-top: 20px;
	font-size: 24px;
	}

	#Feature_ .About_Photo {
	margin-top: 30px;
	}

	#Feature_ .About_Photo_Copyright {
	margin-top: 15px;
	margin-bottom: 50px;
	font-size: 12px;
	}

	#Feature_ .About_Lead {
	margin-top: 30px;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .About_Date {
	margin-top: 70px;
	}

	#Feature_ .About_Date img {
	width: 200px;
	}

	#Feature_ .About_URL {
	margin-top: 30px;
	font-size: 16px;
	}

	#Feature_ .About_Copyright {
	margin-top: 60px;
	font-size: 12px;
	}

}



/* ■ フッター ==================================================================================== */

#Feature_ .Footer_ {
background-color: #fff;
}

#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 #000;
border-radius: 100vh;
background-color: #fff;
opacity: 1;
cursor: pointer;
}

#Feature_ .swiper-pagination-bullet-active {
background-color: #000;
}

@media only screen and (max-width: 767px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -30px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	}

}

@media print, screen and (min-width: 768px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -30px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	}

}