@charset "UTF-8";

/*
■ リセット
■ 共通

■ 領域・背景
■ キービジュアル
■ 動画
■ 導入
■ メッセージ
■ アイテム
■ ギフト
■ ラッピング
■ ABOUT

■ 雪

■ フッター
■ ページの先頭へ

■ エフェクト
*/



/* ■ リセット ==================================================================================== */

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 {
margin-bottom: 0;
padding-bottom: 0;
}

body.page-page .pane-contents {
letter-spacing: inherit;
}

.pane-contents .container {
display: block;
padding-bottom: 0;
}

.pane-main {
margin-bottom: 0;
}

.block-page-freespace--caption {
margin-bottom: 0;
padding-top: 0;
}

.block-page-block--frame {
margin-bottom: 0;
padding: 0;
}

.block-page-block--contents {
display: block;
max-width: 100%;
}

.block-page-block--contents-text {
padding: 0;
}

.block-page-block--contents-body-text-1column {
width: 100%;
margin: 0;
}

.block-page-block--contents-body-text-1column div {
padding: 0;
}

.block-page-block--contents-body-text-1column img {
margin-inline: initial;
}

.block-page-freespace--caption img,
.block-pagecategory-freespace--top img,
.block-pagecategory-freespace--bottom img,
.block-page-block--frame img {
border-radius: inherit;
}

/* JSのZoom処理をリセット */
#Feature_ {
zoom: var(--body-reset-zoom); 
}

@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;
letter-spacing: 0.05em;
}



/* 汎用 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#Feature_ .PC {
	display: none !important;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .SP {
	display: none !important;
	}

}

@media (hover: hover) {

	#Feature_ a {
	transition: all 0.2s 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 {
--c1: #060000;
--c2: #d9231e;
--c3: #c8ad8c;
}


/* ボタン --------------------------------------------------- */

#Feature_ a.Btn {
display: flex;
align-items: center;
border: 1px solid #fff;
color: #fff;
}

#Feature_ .Btn_Arrow {
position: relative;
display: inline-block;
width: 12.5px;
height: 20.3px;
margin-left: auto;
}

#Feature_ .Btn_Arrow::before,
#Feature_ .Btn_Arrow::after {
position: absolute;
top: calc(50% - 0.5px);
right: 0;
width: 16px;
height: 1.5px;
border-radius: 9999px;
background-color: #fff;
transform-origin: calc(100% - 0.5px) 50%;
content: "";
}

#Feature_ .Btn_Arrow::before {
transform: rotate(40deg);
}

#Feature_ .Btn_Arrow::after {
transform: rotate(-40deg);
}

@media only screen and (max-width: 767px) {

	#Feature_ a.Btn {
	padding: 18px 30px;
	font-size: 17px;
	}

	#Feature_ .Btn_Arrow::before,
	#Feature_ .Btn_Arrow::after {
	width: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ a.Btn {
	padding: 26px 30px;
	font-size: 20px;
	}

	#Feature_ .Btn_Arrow::before,
	#Feature_ .Btn_Arrow::after {
	width: 16px;
	}

}




/* ■ 領域・背景 ==================================================================================== */

#Feature_ {
position: relative;
width: 100%;
color: #eee;
background-color: #060000;
}

#Feature_ .Top_Wrap {
max-width: 560px;
margin: 0 auto;
}

@media only screen and (max-width: 1100px) {

	#Feature_ .Top_Wrap {
	overflow: hidden;
	}

}

@media print, screen and (min-width: 768px) {

}


/* ■ キービジュアル ==================================================================================== */

#Feature_ .KV_ {
position: relative;
z-index: 2;
}

#Feature_ .KV_Photo img {
width: 100%;
opacity: 0;
}

#Feature_ .KV_Photo.Loaded img {
animation-name: fadeIn_Photo;
animation-duration: 2s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fadeIn_Photo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#Feature_ .KV_Mds {
opacity: 0;
}

#Feature_ .KV_Mds.Loaded {
animation-name: fadeIn_Mds;
animation-duration: 2.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
animation-delay: 1s;
}

@keyframes fadeIn_Mds {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {

	#Feature_ .KV_Mds {
	margin-top: -43%;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .KV_Mds {
	margin-top: -25%;
	padding: 0 20%;
	}

}



/* ■ 動画 ==================================================================================== */

#Feature_ .Movie_ {
position: relative;
z-index: 2;
}

#Feature_ .Movie_Wrap {
width: 100%;
aspect-ratio: 9 / 16;
background-color: var(--c1);
}

#Feature_ .Movie_Wrap iframe {
width: 100%;
height: 100%;
border: 0;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Movie_ {
	margin-top: 8%;
	padding: 0 5%;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Movie_ {
	margin-top: 5%;
	}

}



/* ■ 導入 ==================================================================================== */

#Feature_ .Intro_Lead {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {

	#Feature_ .Intro_ {
	padding: 12% 10% 12%;
	}

	#Feature_ .Intro_Lead {
	margin-top: 8%;
	font-size: 15px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro_ {
	padding: 10% 8% 11%;
	}

	#Feature_ .Intro_Lead {
	margin-top: 6%;
	font-size: 17px;
	line-height: 2;
	}

}



/* ■ メッセージ ==================================================================================== */

#Feature_ .Message_InBox {
position: relative;
z-index: 2;
border-radius: 15px;
color: var(--c3);
background-color: var(--c2);
background-image: url(/special/christmas/assets_2025/img/top/Texture_Red_Upper.png), url(/special/christmas/assets_2025/img/top/Texture_Red_Lower.png);
background-repeat: repeat-x, repeat-x;
background-position: left 0 top -80px, left 0 bottom -30px;
background-size: 570px auto, 570px auto;
}

#Feature_ .Message_Mds,
#Feature_ .Message_Mds * {
font-weight: 500;
}

#Feature_ .Message_Lead {
font-weight: 600;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Message_ {
	padding: 6% 4% 4%;
	}

	#Feature_ .Message_InBox {
	padding: 13% 6% 15%;
	}

	#Feature_ .Message_Mds {
	padding-bottom: 4%;
	font-size: 35px;
	line-height: 1.1;
	}

	#Feature_ .Message_Mds small {
	font-size: 24px;
	}

	#Feature_ .Message_Lead {
	margin-top: 4%;
	font-size: 13px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Message_ {
	padding: 4% 4% 4%;
	}

	#Feature_ .Message_InBox {
	padding: 13% 6% 15%;
	}

	#Feature_ .Message_Mds {
	padding-bottom: 4%;
	font-size: 40px;
	line-height: 1.1;
	}

	#Feature_ .Message_Mds small {
	font-size: 28px;
	}

	#Feature_ .Message_Lead {
	margin-top: 4%;
	font-size: 15px;
	line-height: 2;
	}

}



/* ■ アイテム ==================================================================================== */

#Feature_ .Item_ {
position: relative;
}

#Feature_ .Item_Catch {
position: absolute;
left: 0;
top: 0;
}

#Feature_ .Item_InBox {
position: relative;
z-index: 2;
}

#Feature_ .Item_Lead {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {

	#Feature_ .Item_ {
	margin-top: 15%;
	}

	#Feature_ .Item_InBox {
	padding: 20% 10% 4%;
	}

	#Feature_ .Item_MdsSub {
	font-size: 17px;
	}

	#Feature_ .Item_Mds {
	margin-top: 2%;
	font-size: 36px;
	line-height: 1.3;
	}

	#Feature_ .Item_Lead {
	margin-top: 6%;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .Item_Date {
	margin-top: 2%;
	padding-bottom: 4%;
	font-size: 17px;
	}

	#Feature_ .Item_Name {
	margin-top: 14%;
	font-size: 17px;
	}

	#Feature_ .Item_Color {
	margin-top: 8%;
	font-size: 17px;
	}

	#Feature_ .Item_Price {
	display: flex;
	align-items: center;
	margin-top: 1%;
	font-size: 17px;
	}

	#Feature_ .Item_Price span {
	margin-right: 1px;
	padding-top: 2px;
	font-size: 15px;
	}

	#Feature_ .Item_Price small {
	margin-left: 3px;
	padding-top: 2px;
	font-size: 10px;
	}

	#Feature_ .Item_Btn {
	margin-top: 10%;
	}

	#Feature_ .Item_Btn a.Btn {
	width: 50%;
	}

	#Feature_ .Item_Photo {
	margin-top: 10%;
	border-radius: 20px;
	background-color: var(--c1);
	}

	#Feature_ .Item_Photo img {
	border: 4px solid #fff;
	border-radius: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Item_ {
	margin-top: 15%;
	}

	#Feature_ .Item_InBox {
	padding: 20% 10% 4%;
	}

	#Feature_ .Item_MdsSub {
	font-size: 24px;
	}

	#Feature_ .Item_Mds {
	margin-top: 2%;
	font-size: 42px;
	line-height: 1.3;
	}

	#Feature_ .Item_Lead {
	margin-top: 6%;
	font-size: 17px;
	line-height: 2;
	}

	#Feature_ .Item_Date {
	margin-top: 2%;
	padding-bottom: 4%;
	font-size: 20px;
	}

	#Feature_ .Item_Name {
	margin-top: 14%;
	font-size: 20px;
	}

	#Feature_ .Item_Color {
	margin-top: 8%;
	font-size: 20px;
	}

	#Feature_ .Item_Price {
	display: flex;
	align-items: center;
	margin-top: 1%;
	font-size: 20px;
	}

	#Feature_ .Item_Price span {
	margin-right: 1px;
	padding-top: 2px;
	font-size: 18px;
	}

	#Feature_ .Item_Price small {
	margin-left: 3px;
	padding-top: 2px;
	font-size: 12px;
	}

	#Feature_ .Item_Btn {
	margin-top: 10%;
	}

	#Feature_ .Item_Btn a.Btn {
	width: 45%;
	}

	#Feature_ .Item_Photo {
	margin-top: 10%;
	border-radius: 20px;
	background-color: var(--c1);
	}

	#Feature_ .Item_Photo img {
	border: 4px solid #fff;
	border-radius: 20px;
	}

}



/* ■ ギフト ==================================================================================== */

#Feature_ .Gift_ {
position: relative;
}

#Feature_ .Gift_Catch {
position: absolute;
left: 0;
top: 0;
}

#Feature_ .Gift_InBox {
position: relative;
z-index: 2;
}

#Feature_ .Gift_Lead {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

#Feature_ .Gift_Btn a.Btn {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {

	#Feature_ .Gift_ {
	margin-top: 15%;
	}

	#Feature_ .Gift_InBox {
	padding: 20% 10% 4%;
	}

	#Feature_ .Gift_MdsSub {
	font-size: 17px;
	}

	#Feature_ .Gift_Mds {
	margin-top: 4%;
	padding-bottom: 6%;
	font-size: 36px;
	line-height: 1.2;
	}

	#Feature_ .Gift_Lead {
	margin-top: 8%;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .Gift_Btn {
	margin-top: 12%;
	}

	#Feature_ .Gift_Btn a.Btn {
	padding: 26px 20px;
	font-size: 15px;
	}

	#Feature_ .Gift_Photo {
	margin-top: 10%;
	border-radius: 20px;
	background-color: var(--c1);
	}

	#Feature_ .Gift_Photo img {
	border: 4px solid #fff;
	border-radius: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Gift_ {
	margin-top: 15%;
	}

	#Feature_ .Gift_InBox {
	padding: 20% 10% 4%;
	}

	#Feature_ .Gift_MdsSub {
	font-size: 24px;
	}

	#Feature_ .Gift_Mds {
	margin-top: 2%;
	padding-bottom: 6%;
	font-size: 40px;
	line-height: 1.3;
	}

	#Feature_ .Gift_Lead {
	margin-top: 4%;
	font-size: 17px;
	line-height: 2;
	}

	#Feature_ .Gift_Btn {
	margin-top: 12%;
	padding: 0 2%;
	}

	#Feature_ .Gift_Photo {
	margin-top: 10%;
	border-radius: 20px;
	background-color: var(--c1);
	}

	#Feature_ .Gift_Photo img {
	border: 4px solid #fff;
	border-radius: 20px;
	}

}



/* ■ ラッピング ==================================================================================== */

#Feature_ .Wrapping_ {
position: relative;
}

#Feature_ .Wrapping_Catch {
position: absolute;
left: 0;
top: 0;
}

#Feature_ .Wrapping_InBox {
position: relative;
z-index: 2;
}

#Feature_ .Wrapping_Lead {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

#Feature_ .Wrapping_Notice {
padding: 0;
}

#Feature_ .Wrapping_Notice li {
position: relative;
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

#Feature_ .Wrapping_Notice li::before {
position: absolute;
left: 0;
top: 0;
content: "※";
}

@media only screen and (max-width: 767px) {

	#Feature_ .Wrapping_ {
	margin-top: 15%;
	}

	#Feature_ .Wrapping_InBox {
	padding: 20% 10% 4%;
	}

	#Feature_ .Wrapping_MdsSub {
	font-size: 17px;
	}

	#Feature_ .Wrapping_Mds {
	margin-top: 2%;
	font-size: 36px;
	line-height: 1.3;
	}

	#Feature_ .Wrapping_Lead {
	margin-top: 10%;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .Wrapping_Photo {
	margin-top: 14%;
	border-radius: 20px;
	background-color: var(--c1);
	}

	#Feature_ .Wrapping_Photo img {
	border: 4px solid #fff;
	border-radius: 20px;
	}

	#Feature_ .Wrapping_Notice {
	margin-top: 6%;
	padding: 0;
	}

	#Feature_ .Wrapping_Notice li {
	margin-top: 5px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.5;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Wrapping_ {
	margin-top: 15%;
	}

	#Feature_ .Wrapping_InBox {
	padding: 20% 10% 4%;
	}

	#Feature_ .Wrapping_MdsSub {
	font-size: 24px;
	}

	#Feature_ .Wrapping_Mds {
	margin-top: 2%;
	font-size: 42px;
	line-height: 1.3;
	}

	#Feature_ .Wrapping_Lead {
	margin-top: 10%;
	font-size: 17px;
	line-height: 2;
	}

	#Feature_ .Wrapping_Photo {
	margin-top: 12%;
	border-radius: 20px;
	background-color: var(--c1);
	}

	#Feature_ .Wrapping_Photo img {
	border: 4px solid #fff;
	border-radius: 20px;
	}

	#Feature_ .Wrapping_Notice {
	margin-top: 4%;
	padding: 0;
	}

	#Feature_ .Wrapping_Notice li {
	margin-top: 5px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.5;
	}

}



/* ■ ABOUT ==================================================================================== */

#Feature_ .About_ {
position: relative;
z-index: 2;
color: #c8ad8c;
background-color: #d9231e;
background-image: url(/special/christmas/assets_2025/img/top/Texture_Red_Upper.png);
background-repeat: repeat-x;
background-position: left 0 top 0;
background-size: 570px auto;
}

#Feature_ .About_Mds,
#Feature_ .About_Mds * {
font-weight: 500;
}

#Feature_ .About_Lead,
#Feature_ .About_Link a,
#Feature_ .About_MdsInfo,
#Feature_ .About_List li {
font-weight: 600;
}

#Feature_ .About_List li {
font-size: 13px;
line-height: 1.5;
}

#Feature_ .About_Link a {
color: #c8ad8c;
}

#Feature_ .About_List {
margin: 0;
padding: 0;
}

@media only screen and (max-width: 767px) {

	#Feature_ .About_ {
	margin-top: 20%;
	padding: 18% 10% 12%;
	}

	#Feature_ .About_Mds {
	font-size: 36px;
	}

	#Feature_ .About_Mds small {
	font-size: 17px;
	}

	#Feature_ .About_Photo  {
	margin-top: 6%;
	margin: 6% -3% 0 -3%;
	padding-bottom: 4%;
	}

	#Feature_ .About_Photo img {
	border-radius: 18px;
	}

	#Feature_ .About_Lead,
	#Feature_ .About_Link {
	margin-top: 4%;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .About_MdsInfo {
	margin-top: 4%;
	font-size: 13px;
	line-height: 2;
	}

	#Feature_ .About_List li {
	font-size: 13px;
	line-height: 1.5;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .About_ {
	margin-top: 20%;
	padding: 18% 10% 12%;
	}

	#Feature_ .About_Mds {
	font-size: 40px;
	}

	#Feature_ .About_Mds small {
	font-size: 24px;
	}

	#Feature_ .About_Photo  {
	margin-top: 6%;
	margin: 6% -3% 0 -3%;
	padding-bottom: 4%;
	}

	#Feature_ .About_Photo img {
	border-radius: 18px;
	}

	#Feature_ .About_Lead,
	#Feature_ .About_Link {
	margin-top: 4%;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .About_MdsInfo {
	margin-top: 4%;
	font-size: 15px;
	line-height: 2;
	}

	#Feature_ .About_List li {
	font-size: 15px;
	line-height: 1.5;
	}

}



/* ■ 雪 ==================================================================================== */

/*
ページ管理用
*/


#snowCanvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}

@media only screen and (max-width: 767px) {

	#snowCanvas {
	opacity: 0.6;
	}

}

@media print, screen and (min-width: 768px) {

	#snowCanvas {
	opacity: 0.8;
	}

}


/* ページ管理用 --------------------------------------------------- */

.block-header-top,
.block-header-banner,
.header-banner,
.pane-topic-path,
.pane-footer {
position: relative;
z-index: 2;
}



/* ■ フッター ==================================================================================== */

#Feature_ .Footer_ {
position: relative;
z-index: 2;
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;
color: #000;
}

@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: 42px;
	padding-bottom: 40px;
	}

	#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;
	}
	
}



/* ■ エフェクト ==================================================================================== */

/*
フェード_1
フェード_2
フェード_3
*/


/* フェード_1 --------------------------------------------------- */

#Feature_ .Effect_Fade_1_Target {
opacity: 0;
}

#Feature_ .Effect_Fade_1_On {
animation-name: fade_1;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fade_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* フェード_2 --------------------------------------------------- */

#Feature_ .Effect_Fade_2_Target {
opacity: 0;
}

#Feature_ .Effect_Fade_2_On {
animation-name: fade_2;
animation-duration: 2.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fade_2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* フェード_3 --------------------------------------------------- */

#Feature_ .Effect_Fade_3_Target {
opacity: 0;
}

#Feature_ .Effect_Fade_3_On {
animation-name: fade_3;
animation-duration: 2.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fade_3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}