@charset "UTF-8";

/*
■ リセット
■ 共通

■ 領域・背景
■ キービジュアル
■ 導入
■ ページ内リンク
■ 商品紹介
■ キャンペーン
■ 作品紹介
■ 公式サイト等

■ フッター
■ ページの先頭へ

■ 印刷用設定

■ スライダー
*/


/* ■ リセット ==================================================================================== */

body { min-width: 320px; margin: 0; padding: 0; }

#Feature_ * { margin: 0; padding: 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: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}

#Feature_ .WF1,
#Feature_ .WF1 * {
font-family: "Teko", sans-serif;
font-weight: 500;
font-style: normal;
letter-spacing: 0.05em;
}


/* 汎用 --------------------------------------------------- */

@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;
}



/* ■ 領域・背景 ==================================================================================== */

body {
background-color: #1a1a1a;
}

#Feature_ {
width: 100%;
}

#Feature_::after {
position: fixed;
left: 0;
top: 0;
z-index: -10;
width: 100%;
height: 100%;
background-color: #1a1a1a;
background-image: url(../img/Texture_BodyBg.jpg);
background-repeat: no-repeat;
background-position: left top;
background-size: cover;
content: "";
}

#Feature_ .Container_ {
max-width: 600px;
margin: 0 auto;
background-color: #000;
}

@media only screen and (max-width: 1100px) {

	#Feature_ .Container_ {
	overflow: hidden;
	}

}

@media print, screen and (min-width: 768px) {

}



/* ■ キービジュアル ==================================================================================== */

#Feature_ .KV_ {
position: relative;
}

#Feature_ .KV_Logo {
position: absolute;
bottom: 0;
padding: 0 13%;
}

#Feature_ .KV_Photo {
position: relative;
}

#Feature_ .KV_Photo_2 {
position: absolute;
left: 0;
top: 0;
}

/* フェードイン */
#Feature_ .KV_ {
opacity: 0;
animation-name: fadeIn;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* フェード切り替え */
.KV_Photo_Fade {
animation: KV_Photo_Fade 10s ease-in-out infinite;
}

@keyframes KV_Photo_Fade {
	0%     { opacity: 1; }
	16.66% { opacity: 1; }
	50%    { opacity: 0; }
	66.66% { opacity: 0; }
	100%   { opacity: 1; }
}


@media only screen and (max-width: 767px) {

}

@media print, screen and (min-width: 768px) {

}



/* ■ 導入 ==================================================================================== */

#Feature_ .Intro_ {
position: relative;
color: #fff;
background-color: #393636;
}

#Feature_ .Intro_Mds {
font-weight: 700;
text-align: center;
}

#Feature_ .Intro_Texture_2_Upper {
position: absolute;
width: 85%;
}

#Feature_ .Intro_Texture_2_Lower {
position: absolute;
width: 67%;
}

#Feature_ .Intro_InBox {
position: relative;
z-index: 2;
}

@media only screen and (max-width: 599px) {

	#Feature_ .Intro_ {
	padding: 30% 32px 30%;
	background-image: url(../img/Intro_Texture_1_Lower_SP.png), url(../img/Intro_Texture_1_Middle_SP.png), url(../img/Intro_Texture_1_Upper_SP.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left bottom, left center, left top;
	background-size: contain, contain, contain;
	}

	#Feature_ .Intro_Mds {
	font-size: 18px;
	line-height: 1.8;
	}

	#Feature_ .Intro_Lead {
	margin-top: 5%;
	font-size: 14px;
	line-height: 2.4;
	}

	#Feature_ .Intro_Nav {
	}

	#Feature_ .Intro_Texture_2_Upper {
	right: -16%;;
	top: -8%;
	}
	
	#Feature_ .Intro_Texture_2_Lower {
	left: -16%;;
	bottom: -10%;
	}

}

@media print, screen and (min-width: 600px) {

	#Feature_ .Intro_ {
	padding: 28% 64px 60%;
	background-image: url(../img/Intro_Texture_1_Lower_PC.png), url(../img/Intro_Texture_1_Upper_PC.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, left top;
	background-size: contain, contain;
	}

	#Feature_ .Intro_InBox {
	}

	#Feature_ .Intro_Mds {
	font-size: 34px;
	}

	#Feature_ .Intro_Lead {
	margin-top: 5%;
	font-size: 22px;
	line-height: 2.2;
	}

	#Feature_ .Intro_Texture_2_Upper {
	right: -16%;
	top: -8%;
	}
	
	#Feature_ .Intro_Texture_2_Lower {
	left: -16%;
	bottom: 4%;
	}

}



/* ■ ページ内リンク ==================================================================================== */

#Feature_ .InPageNav_ {
position: relative;
z-index: 2;
}

#Feature_ .InPageNav_Each {
display: block;
position: absolute;
opacity: 0.5;
}

@media only screen and (max-width: 599px) {

	#Feature_ .InPageNav_ {
	margin-top: -15%;
	padding: 0 9% 10%;
	}

	#Feature_ .InPageNav_Each {
	width: 37.5%;
	}

	#Feature_ .InPageNav_1 {
	left: 8.5%;
	top: 13.5%;
	}

	#Feature_ .InPageNav_2 {
	right: 8.5%;
	top: 13.5%;
	}

	#Feature_ .InPageNav_3 {
	left: 8.5%;
	bottom: 6.5%;
	}

	#Feature_ .InPageNav_4 {
	right: 8.5%;
	bottom: 6.5%;
	}

}

@media print, screen and (min-width: 600px) {

	#Feature_ .InPageNav_ {
	margin-top: -40%;
	padding: 0 64px 10%;
	}

	#Feature_ .InPageNav_Each {
	width: 35.5%;
	}

	#Feature_ .InPageNav_1 {
	left: 10.5%;
	top: 13.5%;
	}

	#Feature_ .InPageNav_2 {
	right: 10.5%;
	top: 13.5%;
	}

	#Feature_ .InPageNav_3 {
	left: 10.5%;
	bottom: 6.5%;
	}

	#Feature_ .InPageNav_4 {
	right: 10.5%;
	bottom: 6.5%;
	}

}



/* ■ 商品紹介 ==================================================================================== */

#Feature_ .Item_ {
position: relative;
margin-top: -1px;
color: #fff;
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
}

#Feature_ .Item_:nth-of-type(odd) {
background-color: #e12b26;
}

#Feature_ .Item_:nth-of-type(even) {
background-color: #89be5e;
}

#Feature_ #Item_1 {
background-image: url(../img/Item_1_Texture_Upper.png);
}

#Feature_ #Item_2 {
background-image: url(../img/Item_2_Texture_Upper.png);
}

#Feature_ #Item_3 {
background-image: url(../img/Item_3_Texture_Upper.png);
}

#Feature_ #Item_4 {
background-image: url(../img/Item_2_Texture_Upper.png);
}

#Feature_ .Item_Name {
position: absolute;
z-index: 2;
font-weight: 700;
letter-spacing: 0;
}

#Feature_ .Item_Photo_Main {
position: relative;
z-index: 2;
}

#Feature_ .Item_Photo_Sub_Wrap {
position: relative;
z-index: 2;
}

#Feature_ .Item_Unit {
position: relative;
z-index: 2;
}

#Feature_ .Item_Price {
display: flex;
justify-content: center;
align-items: center;
}

#Feature_ .Item_Buy {
display: flex;
justify-content: center;
align-items: center;
}

#Feature_ .Item_Buy_Btn {
border-radius: 100vh;
line-height: 1;
font-weight: 600;
text-align: center;
color: #000;
background-color: #fff;
}

#Feature_ .Item_Buy_Btn span {
background-image: url(../img/_common/Icon_Cart.png);
background-repeat: no-repeat;
}

#Feature_ .Item_Texture_Fire {
position: absolute;
max-width: 100%;
}

/* 背景_1 */
#Feature_ .BgWipe_1_Target {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 101%;
background-color: #000;
}

#Feature_ .BgWipe_1_On {
animation: BgWipe_1_On 0.75s forwards cubic-bezier(0.5, 0, 1, 1);
animation-delay: 1.25s;
}

@keyframes BgWipe_1_On {
  0%   { transform: translateY(0%); }
  100% { transform: translateY(100%); }
}

/* 背景_2 */
#Feature_ .BgWipe_2_Target {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 101%;
background-color: #e12b26;
}

#Feature_ .BgWipe_2_On {
animation: BgWipe_2_On 0.75s forwards cubic-bezier(0.5, 0, 1, 1);
animation-delay: 1.25s;
}

@keyframes BgWipe_2_On {
  0%   { transform: translateY(0%); }
  100% { transform: translateY(100%); }
}

/* 背景_3 */
#Feature_ .BgWipe_3_Target {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 101%;
background-color: #89be5e;
}

#Feature_ .BgWipe_3_On {
animation: BgWipe_3_On 0.75s forwards cubic-bezier(0.5, 0, 1, 1);
animation-delay: 1.25s;
}

@keyframes BgWipe_3_On {
  0%   { transform: translateY(0%); }
  100% { transform: translateY(100%); }
}

/* マスクワイプ_LR_1 */
#Feature_ .MaskWipe_LR_1_Target {
mask-image: linear-gradient(270deg, transparent 50%, black 50%);
mask-size: 200% 100%;
mask-position: 100% 0%;
}

#Feature_ .MaskWipe_LR_1_On {
animation: MaskWipe_LR_1_On 1.25s forwards ease;
}

@keyframes MaskWipe_LR_1_On {
	from {
		mask-position: 100% 0%;
	}
	to {
		mask-position: 0% 0%;
	}
}

/* マスクワイプ_LR_2 */
#Feature_ .MaskWipe_LR_2_Target {
mask-image: linear-gradient(270deg, transparent 50%, black 50%);
mask-size: 200% 100%;
mask-position: 100% 0%;
}

#Feature_ .MaskWipe_LR_2_On {
animation: MaskWipe_LR_2_On 0.75s forwards ease;
animation-delay: 0.75s;
}

@keyframes MaskWipe_LR_2_On {
	from {
		mask-position: 100% 0%;
	}
	to {
		mask-position: 0% 0%;
	}
}

/* マスクワイプ_LR_3 */
#Feature_ .MaskWipe_LR_3_Target {
mask-image: linear-gradient(270deg, transparent 50%, black 50%);
mask-size: 200% 100%;
mask-position: 100% 0%;
}

#Feature_ .MaskWipe_LR_3_On {
animation: MaskWipe_LR_3_On 1s forwards ease;
}

@keyframes MaskWipe_LR_3_On {
	from {
		mask-position: 100% 0%;
	}
	to {
		mask-position: 0% 0%;
	}
}

/* マスクワイプ_RL_1 */
#Feature_ .MaskWipe_RL_1_Target {
mask-image: linear-gradient(90deg, transparent 50%, black 50%);
mask-size: 200% 100%;
}

#Feature_ .MaskWipe_RL_1_On {
animation: MaskWipe_RL_1_On 1.25s forwards ease;
}

@keyframes MaskWipe_RL_1_On {
	from {
		mask-position: 0% 0%;
	}
	to {
		mask-position: 100% 0%;
	}
}

/* マスクワイプ_RL_2 */
#Feature_ .MaskWipe_RL_2_Target {
mask-image: linear-gradient(90deg, transparent 50%, black 50%);
mask-size: 200% 100%;
}

#Feature_ .MaskWipe_RL_2_On {
animation: MaskWipe_RL_2_On 0.75s forwards ease;
animation-delay: 0.75s;
}

@keyframes MaskWipe_RL_2_On {
	from {
		mask-position: 0% 0%;
	}
	to {
		mask-position: 100% 0%;
	}
}

/* マスクワイプ_RL_3 */
#Feature_ .MaskWipe_RL_3_Target {
mask-image: linear-gradient(90deg, transparent 50%, black 50%);
mask-size: 200% 100%;
}

#Feature_ .MaskWipe_RL_3_On {
animation: MaskWipe_RL_3_On 1s forwards ease;
}

@keyframes MaskWipe_RL_3_On {
	from {
		mask-position: 0% 0%;
	}
	to {
		mask-position: 100% 0%;
	}
}


@media only screen and (max-width: 767px) {

	/* 商品_1 */
	#Feature_ #Item_1 {
	padding: 1px 0 40%;
	}

	#Feature_ #Item_1 .Item_Name {
	top: -0.4%;
	right: -4.8%;
	width: 60%;
	}

	#Feature_ #Item_1 .Item_Photo_Main {
	margin-left: -35%;
	margin-top: -5%;
	}

	#Feature_ #Item_1 .Item_Photo_Main img {
	width: 80%;
	}

	#Feature_ #Item_1 .Item_Unit {
	margin-top: -42%;
	}

	#Feature_ #Item_1 .Item_Texture_Fire {
	right: -19%;
	top: 38%;
	}

	/* 商品_2 */
	#Feature_ #Item_2 {
	padding: 1px 0 15%;
	}

	#Feature_ #Item_2 .Item_Name {
	top: 0.5%;
	left: -4.8%;
	width: 104.5%;
	}

	#Feature_ #Item_2 .Item_Photo_Main {
	margin-left: -17%;
	margin-top: -32%;
	}

	#Feature_ #Item_2 .Item_Photo_Main img {
	width: 100%;
	}

	#Feature_ #Item_2 .Item_Unit {
	margin-top: -20%;
	}

	#Feature_ #Item_2 .Item_Texture_Fire {
	left: -19%;
	top: 43%;
	}

	/* 商品_3 */
	#Feature_ #Item_3 {
	padding: 1px 0 12%;
	}

	#Feature_ #Item_3 .Item_Name {
	top: 2.5%;
	right: -2.5%;
	width: 64%;
	}

	#Feature_ #Item_3 .Item_Photo_Main {
	margin-left: -19%;
	margin-top: -5%;
	}

	#Feature_ #Item_3 .Item_Photo_Main img {
	width: 80%;
	}

	#Feature_ #Item_3 .Item_Unit {
	margin-top: -41%;
	}

	#Feature_ #Item_3 .Item_Texture_Fire {
	right: -16%;
	top: 38%;
	}

	#Feature_ #Item_3 .Item_Texture_Fire {
	right: -20%;
	top: 42%;
	}

	/* 商品_4 */
	#Feature_ #Item_4 {
	padding: 1px 0 18%;
	}

	#Feature_ #Item_4 .Item_Name {
	top: -0.1%;
	left: -1%;
	width: 80%;
	}

	#Feature_ #Item_4 .Item_Photo_Main {
	margin-left: 38.5%;
	margin-right: -9%;
	margin-top: 13%;
	}

	#Feature_ #Item_4 .Item_Photo_Main img {
	width: 100%;
	}

	#Feature_ #Item_4 .Item_Unit {
	margin-top: -3%;
	}

	#Feature_ #Item_4 .Item_Texture_Fire {
	left: -19%;
	top: 43%;
	}

	/* 商品情報 */
	#Feature_ .Item_Unit {
	padding: 0 25px 0;
	}

	#Feature_ .Item_Info {
	margin-top: 15%;
	}

	#Feature_ .Item_Lead {
	padding: 0 15px;
	font-size: 14px;
	line-height: 2;
	}

	#Feature_ .Item_Notice {
	margin-top: 3%;
	padding: 0 15px;
	font-size: 11px;
	}

	#Feature_ .Item_Price {
	margin-top: 8%;
	font-size: 30px;
	}

	#Feature_ .Item_Price small {
	padding-left: 4px;
	font-size: 20px;
	}

	#Feature_ .Item_Buy {
	margin-top: 2%;
	}

	#Feature_ .Item_Buy_Btn {
	width: 240px;
	padding: 12px 8px 8px 0;
	font-size: 30px;
	}

	#Feature_ .Item_Buy_Btn span {
	padding-left: 25px;
	background-position: 0 38%;
	background-size: 20px 20px;
	}

}

@media print, screen and (min-width: 768px) {

	/* 商品_1 */
	#Feature_ #Item_1 {
	padding: 1px 0 40%;
	}

	#Feature_ #Item_1 .Item_Name {
	top: -0.4%;
	right: -4.8%;
	width: 60%;
	}

	#Feature_ #Item_1 .Item_Photo_Main {
	margin-left: -35%;
	margin-top: -5%;
	}

	#Feature_ #Item_1 .Item_Photo_Main img {
	width: 80%;
	}

	#Feature_ #Item_1 .Item_Unit {
	margin-top: -42%;
	}

	#Feature_ #Item_1 .Item_Texture_Fire {
	right: -19%;
	top: 38%;
	}

	/* 商品_2 */
	#Feature_ #Item_2 {
	padding: 1px 0 15%;
	}

	#Feature_ #Item_2 .Item_Name {
	top: 0.5%;
	left: -4.8%;
	width: 104.5%;
	}

	#Feature_ #Item_2 .Item_Photo_Main {
	margin-left: -17%;
	margin-top: -32%;
	}

	#Feature_ #Item_2 .Item_Photo_Main img {
	width: 100%;
	}

	#Feature_ #Item_2 .Item_Unit {
	margin-top: -20%;
	}

	#Feature_ #Item_2 .Item_Texture_Fire {
	left: -19%;
	top: 43%;
	}

	/* 商品_3 */
	#Feature_ #Item_3 {
	padding: 1px 0 15%;
	}

	#Feature_ #Item_3 .Item_Name {
	top: 2.5%;
	right: -2.5%;
	width: 64%;
	}

	#Feature_ #Item_3 .Item_Photo_Main {
	margin-left: -19%;
	margin-top: -5%;
	}

	#Feature_ #Item_3 .Item_Photo_Main img {
	width: 80%;
	}

	#Feature_ #Item_3 .Item_Unit {
	margin-top: -41%;
	}

	#Feature_ #Item_3 .Item_Texture_Fire {
	right: -20%;
	top: 42%;
	}

	/* 商品_4 */
	#Feature_ #Item_4 {
	padding: 1px 0 18%;
	}

	#Feature_ #Item_4 .Item_Name {
	top: -0.1%;
	left: -1%;
	width: 80%;
	}

	#Feature_ #Item_4 .Item_Photo_Main_Wrap {
	overflow-x: hidden;
	overflow-y: visible;
	}

	#Feature_ #Item_4 .Item_Photo_Main {
	margin-left: 38.5%;
	margin-right: -9%;
	margin-top: 13%;
	}

	#Feature_ #Item_4 .Item_Photo_Main img {
	width: 100%;
	}

	#Feature_ #Item_4 .Item_Unit {
	margin-top: -3%;
	}

	#Feature_ #Item_4 .Item_Texture_Fire {
	left: -19%;
	top: 43%;
	}

	/* 商品情報 */
	#Feature_ .Item_Unit {
	padding: 0 40px 0;
	}

	#Feature_ .Item_Info {
	margin-top: 15%;
	}

	#Feature_ .Item_Lead {
	padding: 0 20px;
	font-size: 22px;
	line-height: 2;
	}

	#Feature_ .Item_Notice {
	margin-top: 3%;
	padding: 0 20px;
	font-size: 16px;
	}

	#Feature_ .Item_Price {
	margin-top: 8%;
	font-size: 40px;
	}

	#Feature_ .Item_Price small {
	padding-left: 4px;
	font-size: 20px;
	}

	#Feature_ .Item_Buy {
	margin-top: 2%;
	}

	#Feature_ .Item_Buy_Btn {
	width: 300px;
	padding: 15px 8px 10px 0;
	font-size: 40px;
	}

	#Feature_ .Item_Buy_Btn span {
	padding-left: 34px;
	background-position: 0 40%;
	background-size: 28px 28px;
	}

}



/* ■ キャンペーン ==================================================================================== */

#Feature_ .Campaign_ {
position: relative;
color: #fff;
background-color: #000;
background-image: url(../img/Campaign_Texture.png?ver=250903);
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
}

#Feature_ .Campaign_Mds {
line-height: 1;
font-weight: 600;
letter-spacing: 0.01em;
text-align: center;
}

#Feature_ .Campaign_Catch {
font-weight: 600;
text-align: center;
}

#Feature_ .Campaign_Link {
display: flex;
justify-content: center;
align-items: center;
}

#Feature_ .Campaign_Link_Btn {
border-radius: 100vh;
line-height: 1;
font-weight: 600;
text-align: center;
color: #000;
background-color: #fff;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Campaign_ {
	padding: 1px 0 12%;
	}

	#Feature_ .Campaign_Mds {
	margin-top: 30%;
	font-size: 46px;
	}

	#Feature_ .Campaign_Info {
	margin-top: 8%;
	padding: 0 40px;
	}

	#Feature_ .Campaign_Catch {
	font-size: 22px;
	}

	#Feature_ .Campaign_Lead {
	margin-top: 6%;
	font-size: 14px;
	line-height: 2;
	}

	#Feature_ .Campaign_Link {
	margin-top: 9%;
	}

	#Feature_ .Campaign_Link_Btn {
	width: 240px;
	padding: 12px 0 14px;
	font-size: 18px;
	}Z

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Campaign_ {
	padding: 1px 0 12%;
	}

	#Feature_ .Campaign_Mds {
	margin-top: 30%;
	font-size: 76px;
	}

	#Feature_ .Campaign_Info {
	margin-top: 8%;
	padding: 0 65px;
	}

	#Feature_ .Campaign_Catch {
	font-size: 36px;
	}

	#Feature_ .Campaign_Lead {
	margin-top: 8%;
	font-size: 22px;
	line-height: 2;
	}

	#Feature_ .Campaign_Link {
	margin-top: 10%;
	}

	#Feature_ .Campaign_Link_Btn {
	width: 300px;
	padding: 12px 0 15px;
	font-size: 28px;
	}

}



/* ■ 作品紹介 ==================================================================================== */

#Feature_ .About_ {
position: relative;
background-color: #fff;
background-image: url(../img/About_Texture.png?ver=250909);
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
}

#Feature_ .About_Mds {
line-height: 1;
font-weight: 600;
letter-spacing: 0.01em;
text-align: center;
}

#Feature_ .About_Lead {
font-weight: 500;
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

#Feature_ .About_Lead strong {
font-weight: 700;
color: #da634b;
}

/* 動画埋め込み */
#Feature_ .MovieWrap {
position: relative;
width: 100%;
padding-top: 56.25%;
overflow: hidden;
}

#Feature_ .MovieWrap iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 0;
}

/* ALL ITEMボタン */
#Feature_ .All_Item {
position: relative;
text-align: center;
}

#Feature_ .All_Item_Btn {
display: inline-block;
border-radius: 100vh;
line-height: 1;
font-weight: 600;
text-align: center;
color: #fff;
background-color: #e12b26;
}

@media only screen and (max-width: 767px) {

	#Feature_ .About_ {
/* 	padding: 15% 0 10%; */
	padding: 4% 0 10%;
	}

	#Feature_ .About_Mds {
	margin-top: 24%;
	font-size: 46px;
	}

	#Feature_ .About_Lead {
	margin-top: 5%;
	padding: 0 45px;
	font-size: 16px;
	line-height: 2;
	}

	#Feature_ .About_Movie {
	margin-top: 10%;
	padding: 0 15px;
	}

	#Feature_ .About_Logo {
	margin-top: 9%;
	padding: 0 10%;
	}

	/* ALL ITEMボタン */
	#Feature_ .All_Item {
	margin-top: -2%;
	}
	
	#Feature_ .All_Item_Btn {
	width: 300px;
	padding: 12px 0 8px;
	border: 3px solid #000;
	font-size: 30px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .About_ {
/* 	padding: 15% 0 10%; */
	padding: 4% 0 10%;
	}

	#Feature_ .About_Mds {
	margin-top: 24%;
	font-size: 76px;
	}

	#Feature_ .About_Lead {
	margin-top: 5%;
	padding: 0 65px;
	font-size: 24px;
	line-height: 2.2;
	}

	#Feature_ .About_Movie {
	margin-top: 10%;
	padding: 0 15px;
	}

	#Feature_ .About_Logo {
	margin-top: 9%;
	padding: 0 8%;
	}

	/* ALL ITEMボタン */
	#Feature_ .All_Item {
	margin-top: -2%;
	}
	
	#Feature_ .All_Item_Btn {
	width: 400px;
	padding: 15px 0 10px;
	border: 5px solid #000;
	font-size: 40px;
	}

}



/* ■ 公式サイト等 ==================================================================================== */

#Feature_ .Info_ {
position: relative;
text-align: center;
color: #fff;
background-color: #000;
background-image: url(../img/Info_Texture.png);
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
}

#Feature_ .Info_Link a {
display: inline-block;
position: relative;
border-bottom: 1px solid #fff;
}

#Feature_ .Info_Link a::after {
position: absolute;
background: url(../img/_common/Icon_NewWin_White.png) no-repeat;
background-size: cover;
content: "";
}

#Feature_ .Info_SNS {
display: flex;
justify-content: center;
align-items: center;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Info_ {
	padding: 32% 0 16%;
	}

	#Feature_ .Info_Link {
	padding-right: 12px;
	font-size: 14px;
	}

	#Feature_ .Info_Link a {
	padding-bottom: 3px;
	}

	#Feature_ .Info_Link a::after {
	top: 4px;
	right: -20px;
	width: 14px;
	height: 12px;
	}

	#Feature_ .Info_SNS {
	margin-top: 8%;
	}

	#Feature_ .Info_SNS li {
	margin: 0 20px;
	}

	#Feature_ .Info_SNS img {
	width: 40px;
	}

	#Feature_ .Info_SNS li:nth-child(1) img {
	width: 35px;
	}

	#Feature_ .Info_Copyright {
	margin-top: 8%;
	font-size: 11px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Info_ {
	padding: 34% 0 18%;
	}

	#Feature_ .Info_Link {
	padding-right: 20px;
	font-size: 18px;
	}

	#Feature_ .Info_Link a {
	padding-bottom: 3px;
	}

	#Feature_ .Info_Link a::after {
	top: 6px;
	right: -23px;
	width: 17px;
	height: 15px;
	}

	#Feature_ .Info_SNS {
	margin-top: 8%;
	}

	#Feature_ .Info_SNS li {
	margin: 0 20px;
	}

	#Feature_ .Info_SNS img {
	width: 45px;
	}

	#Feature_ .Info_SNS li:nth-child(1) img {
	width: 40px;
	}

	#Feature_ .Info_Copyright {
	margin-top: 8%;
	font-size: 14px;
	line-height: 2;
	}

}



/* ■ フッター ==================================================================================== */

#Feature_ .Footer_ {
position: relative;
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 #fff;
border-radius: inherit;
background-color: inherit;
opacity: 1;
cursor: pointer;
}

#Feature_ .swiper-pagination-bullet-active {
background-color: #fff;
}

@media only screen and (max-width: 767px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -30px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 8px;
	}

}

@media print, screen and (min-width: 768px) {

	/* ページネーション	 */
	#Feature_ .swiper-pagination {
	bottom: -40px;
	}

	#Feature_ .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	}

}