@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 {
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;
font-style: normal;
}

#Feature_ .WF1,
#Feature_ .WF1 * {
font-family: tot-shizukardmin-stdn, sans-serif;
font-weight: 400;
font-style: normal;
}

#Feature_ .WF2,
#Feature_ .WF2 * {
font-family: helvetica-neue-lt-pro, sans-serif;
font-weight: 300;
font-style: normal;
}


/* 汎用 --------------------------------------------------- */

@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: #4a5407;
--c2: #aa1f24;
--c3: #fefefe;
--c4: #e3e2e1;
--c5: #c9373c;
}


/* ■ 領域・背景 ==================================================================================== */

#Feature_ {
position: relative;
width: 100%;
color: #000;
background-color: var(--c1);
}

#Feature_ .Gift_Wrap {
max-width: 500px;
margin: 0 auto;
background-color: var(--c1);
}

@media only screen and (max-width: 1100px) {

	#Feature_ .Gift_Wrap {
	overflow: hidden;
	}

}

@media print, screen and (min-width: 768px) {

}


/* ■ キービジュアル ==================================================================================== */

#Feature_ .Gift_KV_ {
position: relative;
z-index: 2;
}

#Feature_ .Gift_KV_Mds {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
transform: translate(-50%, -60%) scale(1.4);
}

#Feature_ .Gift_KV_Mds {
opacity: 0;
}

#Feature_ .Gift_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;
  }
}

#Feature_ .Gift_KV_Photo {
aspect-ratio: 1200 / 1928;
opacity: 0;
}

#Feature_ .Gift_KV_Photo.Loaded {
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;
  }
}

@media only screen and (max-width: 767px) {

}

@media print, screen and (min-width: 768px) {

}



/* ■ 導入 ==================================================================================== */

#Feature_ .Gift_Intro_ {
position: relative;
}

#Feature_ .Gift_Intro_Lead {
position: absolute;
z-index: 2;
font-weight: 500;
color: var(--c2);
}

#Feature_ .Gift_Intro_Texture {
transform: translateY(-0.5px) skewY(-0.5deg);
}

@media only screen and (max-width: 767px) {

	#Feature_ .Gift_Intro_ {
	margin: -16% -5px 0 -5px;
	}

	#Feature_ .Gift_Intro_Lead {
	left: 9%;
	top: 24%;
	right: 9%;
	font-size: 12px;
	line-height: 1.5;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Gift_Intro_ {
	margin: -22% -3px 0 -3px;
	}

	#Feature_ .Gift_Intro_Lead {
	left: 9%;
	top: 35%;
	right: 9%;
	font-size: 13px;
	line-height: 1.9;
	}

}



/* ■ ギフト ==================================================================================== */

/*
レイアウト
ナビ
中身
*/


/* レイアウト --------------------------------------------------- */

#Feature_ .Gift_Menu_ {
margin-top: 5%;
overflow: hidden;
}

@media only screen and (max-width: 767px) {

	.Gift_Menu_Wrap {
	padding: 10px 10px 0;
	}

}

@media print, screen and (min-width: 768px) {

}


/* ナビ --------------------------------------------------- */

#Feature_ .Gift_Menu_Nav a {
display: block;
height: 60px;
background-color: var(--c3);
transition: margin 0.5s ease-in-out 0.01s;
}

#Feature_ .Gift_Menu_Nav a span {
display: flex;
align-items: center;
position: relative;
height: 60px;
padding: 0 20px 0;
border-left: 1px solid var(--c4);
border-top: 1px solid var(--c4);
border-right: 1px solid var(--c4);
background-color: var(--c3);
box-shadow: -2px -2px 1px 0 rgba(0, 0, 0, 0.05);
transition: margin 0.5s ease-in-out 0.01s;
}

#Feature_  .Gift_Menu_1 .Gift_Menu_Nav a {
background-color: #4a5407;
}

#Feature_ .Gift_Menu_1 .Gift_Menu_Nav a span {
margin-left: 16px;
}

#Feature_ .Gift_Menu_1 .Gift_Menu_Nav a span::before {
position: absolute;
right: -4px;
bottom: -600px;
width: 4px;
height: 600px;
border-left: 1px solid var(--c4);
content: "";
}

#Feature_ .Gift_Menu_2 .Gift_Menu_Nav a span {
margin-right: 16px;
}

#Feature_ .Gift_Menu_2 .Gift_Menu_Nav a span::before {
position: absolute;
left: -1px;
bottom: -600px;
width: 4px;
height: 600px;
border-left: 1px solid var(--c4);
background-color: var(--c3);
box-shadow: -2px 0 1px 0 rgba(0, 0, 0, 0.05);
content: "";
}

#Feature_ .Gift_Menu_2 .Gift_Menu_Nav a span::after {
position: absolute;
right: -1px;
bottom: -80px;
width: 4px;
height: 80px;
border-right: 1px solid var(--c4);
background-color: var(--c3);
content: "";
}

#Feature_ .Gift_Menu_3 .Gift_Menu_Nav a span {
margin-left: 16px;
margin-right: 8px;
}

#Feature_ .Gift_Menu_3 .Gift_Menu_Nav a span::before {
position: absolute;
left: -1px;
bottom: -598px;
width: 4px;
height: 600px;
border-left: 1px solid var(--c4);
background-color: var(--c3);
box-shadow: -2px 0 1px 0 rgba(0, 0, 0, 0.05);
content: "";
}

#Feature_ .Gift_Menu_4 .Gift_Menu_Nav a span {
margin-left: 24px;
}

#Feature_ .Gift_Menu_4 .Gift_Menu_Nav a span::before {
position: absolute;
left: -1px;
bottom: -598px;
width: 4px;
height: 600px;
border-left: 1px solid var(--c4);
background-color: var(--c3);
box-shadow: -2px 0 1px 0 rgba(0, 0, 0, 0.05);
content: "";
}

#Feature_ .Gift_Menu_5 .Gift_Menu_Nav a span {
margin-left: 14px;
margin-right: 12px;
}

#Feature_ .Gift_Menu_5 .Gift_Menu_Nav a span::before {
position: absolute;
left: -1px;
bottom: -298px;
width: 4px;
height: 300px;
border-left: 1px solid var(--c4);
background-color: var(--c3);
box-shadow: -2px 0 1px 0 rgba(0, 0, 0, 0.05);
content: "";
}

#Feature_ .Gift_Menu_Nav_Arrow {
position: relative;
display: inline-block;
width: 19.4px;
height: 10.2px;
margin-left: auto;
transition: all 0.2s ease-in-out;
}

#Feature_ .Gift_Menu_Nav_Arrow::before,
#Feature_ .Gift_Menu_Nav_Arrow::after {
position: absolute;
bottom: 0;
left: calc(50% - 0.5px);
width: 2px;
height: 14px;
border-radius: 9999px;
background-color: var(--c2);
transform-origin: 50% calc(100% - 0.5px);
content: "";
}

#Feature_ .Gift_Menu_Nav_Arrow::before {
transform: rotate(40deg);
}

#Feature_ .Gift_Menu_Nav_Arrow::after {
transform: rotate(-40deg);
}

/* カレント */
#Feature_ .Gift_Menu_Nav a.Current,
#Feature_ .Gift_Menu_Nav a.Current span {
margin: 0;
}

#Feature_ .Gift_Menu_Nav a.Current .Gift_Menu_Nav_Arrow {
transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {

	#Feature_ .Gift_Menu_Nav a span img {
	width: 230px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Gift_Menu_Nav a span img {
	width: 250px;
	}

}

@media (hover: hover) {

	#Feature_ .Gift_Menu_Nav a:hover {
	opacity: 1;
	}

	#Feature_ .Gift_Menu_Nav a span img {
	transition: all 0.2s ease-in-out 0.01s;
	}

	#Feature_ .Gift_Menu_Nav a:hover span img {
	opacity: 0.7;
	}

	#Feature_ .Gift_Menu_Nav a.Current:hover span img {
	opacity: 1;
	}

}


/* 中身 --------------------------------------------------- */

#Feature_ .Gift_Menu_Contents {
display: none;
position: relative;
border-left: 1px solid var(--c4);
border-right: 1px solid var(--c4);
background-color: var(--c3);
transition: margin 0.5s ease-in-out 0.01s;
}

#Feature_ .Gift_Menu_Contents::before {
position: absolute;
left: 0;
top: -1px;
width: 100%;
height: 2px;
background-color: var(--c3);
content: "";
}

#Feature_ .Gift_Menu_1 .Gift_Menu_Contents {
margin-left: 16px;
}

#Feature_ .Gift_Menu_2 .Gift_Menu_Contents {
margin-right: 16px;
}

#Feature_ .Gift_Menu_3 .Gift_Menu_Contents {
margin-left: 16px;
margin-right: 8px;
}

#Feature_ .Gift_Menu_4 .Gift_Menu_Contents {
margin-left: 24px;
}

#Feature_ .Gift_Menu_5 .Gift_Menu_Contents {
margin-left: 14px;
margin-right: 12px;
}

#Feature_ .Gift_Menu_Contents.Current {
margin: 0;
}

#Feature_ .Gift_Menu_Photo img {
box-shadow: -2px -2px 1px 0 rgba(0, 0, 0, 0.075);
transform-origin: center;
transition: transform 0.5s ease-in-out 0.01s;
}

#Feature_ .Gift_Menu_1 .Gift_Menu_Contents.Current .Gift_Menu_Photo img,
#Feature_ .Gift_Menu_3 .Gift_Menu_Contents.Current .Gift_Menu_Photo img,
#Feature_ .Gift_Menu_5 .Gift_Menu_Contents.Current .Gift_Menu_Photo img {
transform: rotate(2deg) translate3d(0, 0, 0);
}

#Feature_ .Gift_Menu_2 .Gift_Menu_Contents.Current .Gift_Menu_Photo img,
#Feature_ .Gift_Menu_4 .Gift_Menu_Contents.Current .Gift_Menu_Photo img {
transform: rotate(-2deg) translate3d(0, 0, 0);
}

#Feature_ .Gift_Menu_Btn {
display: flex;
justify-content: center;
}

#Feature_ .Gift_Menu_Btn a {
border: 1px solid var(--c2);
border-radius: 8px;
font-weight: 500;
letter-spacing: 0.05em;
color: var(--c2);
background-color: #fff;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Gift_Menu_Contents {
	padding: 0 20px 40px;
	}

	#Feature_ .Gift_Menu_Mds {
	font-size: 13px;
	transform: translateY(-5px);
	}

	#Feature_ .Gift_Menu_Photo {
	padding: 0 1%;
	}

	#Feature_ .Gift_Menu_1 .Gift_Menu_Contents .Gift_Menu_Photo,
	#Feature_ .Gift_Menu_3 .Gift_Menu_Contents .Gift_Menu_Photo,
	#Feature_ .Gift_Menu_5 .Gift_Menu_Contents .Gift_Menu_Photo {
	margin-top: 7%;
	}
	
	#Feature_ .Gift_Menu_2 .Gift_Menu_Contents .Gift_Menu_Photo,
	#Feature_ .Gift_Menu_4 .Gift_Menu_Contents .Gift_Menu_Photo {
	margin-top: 5%;
	}

	#Feature_ .Gift_Menu_Lead {
	font-size: 13px;
	line-height: 1.8;
	}

	#Feature_ .Gift_Menu_1 .Gift_Menu_Contents .Gift_Menu_Lead,
	#Feature_ .Gift_Menu_3 .Gift_Menu_Contents .Gift_Menu_Lead,
	#Feature_ .Gift_Menu_5 .Gift_Menu_Contents .Gift_Menu_Lead {
	margin-top: 5%;
	}
	
	#Feature_ .Gift_Menu_2 .Gift_Menu_Contents .Gift_Menu_Lead,
	#Feature_ .Gift_Menu_4 .Gift_Menu_Contents .Gift_Menu_Lead {
	margin-top: 7%;
	}

	#Feature_ .Gift_Menu_Btn {
	margin-top: 8%;
	}

	#Feature_ .Gift_Menu_Btn a {
	padding: 10px 50px 10px;
	font-size: 16px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Gift_Menu_Contents {
	padding: 0 20px 60px;
	}

	#Feature_ .Gift_Menu_Mds {
	font-size: 14px;
	transform: translateY(-2px);
	}

	#Feature_ .Gift_Menu_Photo {
	padding: 0 3%;
	}

	#Feature_ .Gift_Menu_1 .Gift_Menu_Contents .Gift_Menu_Photo,
	#Feature_ .Gift_Menu_3 .Gift_Menu_Contents .Gift_Menu_Photo,
	#Feature_ .Gift_Menu_5 .Gift_Menu_Contents .Gift_Menu_Photo {
	margin-top: 5%;
	}
	
	#Feature_ .Gift_Menu_2 .Gift_Menu_Contents .Gift_Menu_Photo,
	#Feature_ .Gift_Menu_4 .Gift_Menu_Contents .Gift_Menu_Photo {
	margin-top: 3%;
	}

	#Feature_ .Gift_Menu_Lead {
	font-size: 14px;
	line-height: 1.8;
	}

	#Feature_ .Gift_Menu_1 .Gift_Menu_Contents .Gift_Menu_Lead,
	#Feature_ .Gift_Menu_3 .Gift_Menu_Contents .Gift_Menu_Lead,
	#Feature_ .Gift_Menu_5 .Gift_Menu_Contents .Gift_Menu_Lead {
	margin-top: 5%;
	}
	
	#Feature_ .Gift_Menu_2 .Gift_Menu_Contents .Gift_Menu_Lead,
	#Feature_ .Gift_Menu_4 .Gift_Menu_Contents .Gift_Menu_Lead {
	margin-top: 6%;
	}

	#Feature_ .Gift_Menu_Btn {
	margin-top: 6%;
	}

	#Feature_ .Gift_Menu_Btn a {
	padding: 10px 50px 10px;
	font-size: 16px;
	}

}

@media (hover: hover) {

	#Feature_ .Gift_Menu_Btn a:hover {
	color: #fff;
	background-color: var(--c2);
	opacity: 1;
	}

}



/* ■ フェア ==================================================================================== */

/*
雪
*/

#Feature_ .Fair_ {
position: relative;
width: 100%;
text-align: center;
color: #fff;
background-color: #060000;
overflow: hidden;
}

#Feature_ .Fair_Mds {
letter-spacing: 0.05em;
}

#Feature_ .Fair_Menu {
position: relative;
z-index: 2;
border-radius: 18px;
background-color: #140007;
}

#Feature_ .Fair_Menu img {
border: 5px solid #fff;
border-radius: 18px;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Fair_ {
	padding: 15% 10% 17%;
	}

	#Feature_ .Fair_MdsSub {
	width: 130px;
	margin: 0 auto;
	}

	#Feature_ .Fair_Mds {
	margin-top: 5%;
	font-size: 20px;
	}

	#Feature_ .Fair_Menu {
	margin-top: 15%;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Fair_ {
	padding: 14% 10% 14%;
	}

	#Feature_ .Fair_MdsSub {
	width: 150px;
	margin: 0 auto;
	}

	#Feature_ .Fair_Mds {
	margin-top: 4%;
	font-size: 24px;
	}

	#Feature_ .Fair_Menu {
	margin-top: 15%;
	}

}

@media (hover: hover) {

	#Feature_ .Fair_Menu a:hover {
	opacity: 1;
	}

	#Feature_ .Fair_Menu a img {
	transition: all 0.2s ease-in-out 0.01s;
	}

	#Feature_ .Fair_Menu a:hover img {
	opacity: 0.7;
	}

}


/* 雪 --------------------------------------------------- */

#snowCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}



/* ■ フッター ==================================================================================== */

#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;
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: 2s;
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;
  }
}


