@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: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

#Feature_ .WF1,
#Feature_ .WF1 * {
font-family: "Lato", sans-serif;
font-weight: 300;
font-style: normal;
}


/* 汎用 --------------------------------------------------- */

#Feature_ .Polygon {
clip-path: polygon(0 0, 100% 8%, 95% 91%, 3% 93%);
}

@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.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 {
--c-1: #f31c24;
--c-2: #0051a1;
--c-3: #f6f6f4;
}



/* ■ 領域・背景・文字色（※変数指定不可） ==================================================================================== */

/*
body {
min-width: 1200px;
}
*/

#Feature_ {
width: 100%;
}

#Feature_ {
width: 100%;
color: #000;
background-color: #fff;
}

@media only screen and (max-width: 767px) {

/*
	body {
	min-width: 320px;
	}
*/

}

@media print, screen and (min-width: 768px) {

}



/* ■ キービジュアル ==================================================================================== */

#Feature_ .KV_Photo {
opacity: 0;
animation-name: fadeIn;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#Feature_ .KV_Photo img {
width: 100%;
}

@media only screen and (max-width: 767px) {

}

@media print, screen and (min-width: 768px) {

}



/* ■ 導入 ==================================================================================== */

/*
リード
スケジュール
*/


/* リード --------------------------------------------------- */

#Feature_ .Intro_Mds {
letter-spacing: 0.02em;
text-align: center;
}

#Feature_ .Intro_Lead {
/* font-weight: 500; */
}

@media only screen and (max-width: 767px) {

	#Feature_ .Intro_ {
	margin-top: 12%;
	padding: 0 37.5px 60px;
	}

	#Feature_ .Intro_Mds {
	font-size: 30px;
	line-height: 1.4;
	}

	#Feature_ .Intro_Lead {
	margin-top: 10%;
	font-size: 14px;
	line-height: 2.2;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro_ {
	max-width: 920px;
	margin: 8% auto 0 auto;
	padding: 0 40px;
	}

	#Feature_ .Intro_Mds {
	font-size: 50px;
	line-height: 1.4;
	}

	#Feature_ .Intro_Lead {
	margin-top: 6%;
	font-size: 16px;
	line-height: 2.4;
	}

}


/* スケジュール --------------------------------------------------- */

#Feature_ .Intro_Schedule {
border: 1px solid #dbdbdb;
}

#Feature_ .Intro_Schedule_Mds {
display: flex;
justify-content: center;
align-items: center;
font-weight: 500;
letter-spacing: 0.05em;
color: #fff;
background-color: var(--c-1);
}

#Feature_ .Intro_Schedule_Unit {
text-align: center;
}

#Feature_ .Intro_Schedule_Unit_Mds {
letter-spacing: 0.1em;
font-feature-settings: "palt";
color: var(--c-2);
}

#Feature_ .Intro_Schedule_Unit_Mds .Num {
font-weight: 700;
}

#Feature_ .Intro_Schedule_Unit_Lead {
font-weight: 500;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Intro_Schedule {
	margin-top: 22%;
	padding: 30px 20px;
	}

	#Feature_ .Intro_Schedule_Mds {
	width: 226px;
	height: 50px;
	margin: -50px auto 0;
	padding-bottom: 5px;
	font-size: 16px;
	}

	#Feature_ .Intro_Schedule_Unit_Each:not(:first-of-type) {
	margin-top: 10%;
	border-top: 1px solid #dbdbdb;
	}

	#Feature_ .Intro_Schedule_Unit_Mds {
	margin-top: 10%;
	font-size: 14px;
	}

	#Feature_ .Intro_Schedule_Unit_Mds .Num {
	font-size: 20px;
	}

	#Feature_ .Intro_Schedule_Unit_Lead {
	margin-top: 4%;
	font-size: 15px;
	line-height: 1.7;
	}

	#Feature_ .Intro_Schedule_Unit_Lead small {
	margin-left: 2px;
	font-size: 11px;
	}

	#Feature_ .Intro_Schedule_Unit_Notice {
	margin-top: 2%;
	font-size: 11px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Intro_Schedule {
	margin-top: 12%;
	padding: 50px 30px;
	}

	#Feature_ .Intro_Schedule_Mds {
	width: 330px;
	height: 64px;
	margin: -80px auto 0;
	padding-bottom: 5px;
	font-size: 24px;
	}

	#Feature_ .Intro_Schedule_Unit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	position: relative;
	margin-top: 4%;
	padding: 20px 0;
	}

	#Feature_ .Intro_Schedule_Unit::after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #dbdbdb;
	content: "";
	}

	#Feature_ .Intro_Schedule_Unit_Mds {
	font-size: 20px;
	}

	#Feature_ .Intro_Schedule_Unit_Mds .Num {
	font-size: 30px;
	}

	#Feature_ .Intro_Schedule_Unit_Lead {
	margin-top: 5%;
	font-size: 20px;
	line-height: 1.9;
	}

	#Feature_ .Intro_Schedule_Unit_Lead small {
	margin-left: 2px;
	font-size: 13px;
	}

	#Feature_ .Intro_Schedule_Unit_Notice {
	margin-top: 2%;
	font-size: 13px;
	}

}



/* ■ 通常商品 ==================================================================================== */

#Feature_ .Item_ {
background-color: var(--c-3);
}

#Feature_ .Item_Each {
display: flex;
}

#Feature_ .Item_Mds {
font-weight: 900;
letter-spacing: 0.05em;
text-align: center;
color: var(--c-2);
}

#Feature_ .Item_Detail_Inner {
position: relative;
}

/*
#Feature_ .Item_Lead {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}
*/

#Feature_ .Item_Name {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
}

#Feature_ .Item_Price {
font-weight: 500;
letter-spacing: 0.1em;
font-feature-settings: "palt";
text-align: center;
}

#Feature_ .Item_Price .Num {
font-weight: 700;
letter-spacing: 0.1em;
}

#Feature_ a.Item_Btn {
display: flex;
justify-content: center;
align-items: center;
font-weight: 500;
letter-spacing: 0.05em;
color: #ffe100;
background-color: var(--c-1);
}

/* イラスト */
#Feature_ .Item_Pict {
position: absolute;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Item_ {
	padding: 12% 0 18%;
	}

	#Feature_ .Item_Each {
	flex-flow: column;
	}

	#Feature_ .Item_Each:not(:first-of-type) {
	margin-top: 18%;
	}

	#Feature_ .Item_Detail {
	display: contents;
	}

	#Feature_ .Item_Mds {
	order: 1;
	font-size: 35px;
	}

	#Feature_ .Item_Photo_Main {
	margin-top: 6%;
	order: 2;
	}

	#Feature_ .Item_Detail_Inner {
	order: 3;
	}

	#Feature_ .Item_Photo_Sub {
	margin-top: 4%;
	padding: 0 5%;
	}

	#Feature_ .Item_Lead {
	margin-top: 6%;
	padding: 0 40px;
	font-size: 14px;
	line-height: 1.8;
	}

	#Feature_ .Item_Name {
	margin-top: 8%;
	font-size: 15px;
	}

	#Feature_ .Item_Price {
	margin-top: 2%;
	font-size: 11px;
	}

	#Feature_ .Item_Price .Num {
	font-size: 14px;
	}

	#Feature_ a.Item_Btn {
	width: 250px;
	height: 60px;
	margin: 6% auto 0;
	padding-bottom: 6px;
	font-size: 16px;
	}

	/* イラスト */
	#Feature_ #Item_1 .Item_Pict_1 {
	position: inherit;
	width: 37%;
	margin: -2% auto 0;
	}

	#Feature_ #Item_2 .Item_Pict_1 {
	top: 2%;
	right: 6%;
	width: 21%;
	}

	#Feature_ #Item_2 .Item_Pict_2 {
	position: inherit;
	width: 18%;
	margin-left: 22%;
	margin-top: -6%;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Item_ {
	margin-top: 10%;
	padding: 10% 0;
	}

	#Feature_ .Item_Each:not(:first-of-type) {
	margin-top: 12%;
	}

	#Feature_ .Item_Photo_Main {
	width: 43%;
	}

	#Feature_ .Item_Each:nth-of-type(even) .Item_Photo_Main {
	order: 2;
	}

	#Feature_ .Item_Detail {
	width: 57%;
	padding: 2% 8% 0;
	}

	#Feature_ .Item_Each:nth-of-type(even) .Item_Detail {
	order: 1;
	}

	#Feature_ .Item_Mds {
	font-size: min(4.29vw, 60px);
	line-height: 1.1;
	}

	#Feature_ .Item_Photo_Sub {
	margin: 4% -6% 0;
	}

	#Feature_ .Item_Lead {
	margin-top: 4%;
	font-size: 16px;
	line-height: 2.4;
	}

	#Feature_ .Item_Name {
	margin-top: 6%;
	font-size: 20px;
	}

	#Feature_ .Item_Price {
	margin-top: 2%;
	font-size: 14px;
	}

	#Feature_ .Item_Price .Num {
	font-size: 20px;
	}

	#Feature_ a.Item_Btn {
	width: 330px;
	height: 78px;
	margin: 5% auto 0;
	padding-bottom: 8px;
	font-size: 22px;
	}

	/* イラスト */
	#Feature_ #Item_1 .Item_Pict_1 {
	top: -2%;
	right: -8%;
	width: 30%;
	}

	#Feature_ #Item_2 .Item_Pict_1 {
	top: -11%;
	left: -4%;
	width: 24%;
	}

	#Feature_ #Item_2 .Item_Pict_2 {
	top: -4%;
	right: 2%;
	width: 20%;
	}

}

@media (hover: hover) {

	#Feature_ a.Item_Btn {
	transition: all 0.3s ease 0.01s;
	}

	#Feature_ a.Item_Btn:hover {
	color: #fff;
	background-color: var(--c-2);
	opacity: 1;
	}

}



/* ■ 限定商品 ==================================================================================== */

#Feature_ .Limited_ {
background-color: #fff;
}

#Feature_ .Limited_Catch {
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
color: #fff;
background-color: var(--c-2);
}

#Feature_ .Limited_Mds {
font-weight: 900;
letter-spacing: 0.05em;
text-align: center;
color: var(--c-1);
}

#Feature_ .Limited_Name {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
}

#Feature_ .Limited_Price {
font-weight: 500;
letter-spacing: 0.1em;
font-feature-settings: "palt";
text-align: center;
}

#Feature_ .Limited_Price .Num {
font-weight: 700;
letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Limited_ {
	padding: 12% 0 18%;
	}

	#Feature_ .Limited_Catch {
	width: 320px;
	height: 70px;
	margin: -80px auto 0;
	padding-bottom: 5px;
	font-size: 19px;
	}

	#Feature_ .Limited_Mds {
	margin-top: 8%;
	font-size: 35px;
	}

	#Feature_ .Limited_Photo_Main {
	margin-top: 6%;
	}

	#Feature_ .Limited_Photo_Sub {
	margin-top: 4%;
	padding: 0 5%;
	}

	#Feature_ .Limited_Lead {
	margin-top: 4%;
	padding: 0 40px;
	font-size: 14px;
	line-height: 1.8;
	}

	#Feature_ .Limited_Name {
	margin-top: 8%;
	font-size: 15px;
	}

	#Feature_ .Limited_Price {
	margin-top: 2%;
	font-size: 11px;
	}

	#Feature_ .Limited_Price .Num {
	font-size: 14px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Limited_Inner {
	max-width: 920px;
	margin: 8% auto 0 auto;
	padding: 0 40px 140px;
	}

	#Feature_ .Limited_Catch {
	width: 516px;
	height: 140px;
	margin: -160px auto 0;
	padding-bottom: 5px;
	font-size: 30px;
	}

	#Feature_ .Limited_Mds {
	margin-top: 8%;
	font-size: min(4.29vw, 60px);
	line-height: 1.1;
	}

	#Feature_ .Limited_Photo_Main {
	margin-top: 6%;
	}

	#Feature_ .Limited_Photo_Sub {
	margin-top: -12%;
	padding: 0 8%;
	}

	#Feature_ .Limited_Lead {
	margin-top: 2%;
	padding: 0 4%;
	font-size: 16px;
	line-height: 2.4;
	}

	#Feature_ .Limited_Name {
	margin-top: 4%;
	font-size: 20px;
	}

	#Feature_ .Limited_Price {
	margin-top: 2%;
	font-size: 14px;
	}

	#Feature_ .Limited_Price .Num {
	font-size: 20px;
	}

}

@media print, screen and (min-width: 1110px) {

	#Feature_ .Limited_Catch {
	margin: -24% auto 0;
	}

}



/* ■ イベント ==================================================================================== */

#Feature_ .Event_ {
background-color: #fff;
}

#Feature_ .Event_Mds {
letter-spacing: 0.02em;
text-align: center;
}

#Feature_ .Event_Date {
letter-spacing: 0.1em;
font-feature-settings: "palt";
text-align: center;
color: var(--c-2);
}

#Feature_ .Event_Date .Num {
font-weight: 700;
}

#Feature_ .Event_Place {
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
}

#Feature_ .Event_Link {
text-align: center;
}

#Feature_ a.Event_Btn {
display: inline-block;
border: 1px solid var(--c-1);
font-weight: 700;
letter-spacing: 0.1em;
color: var(--c-1);
background-color: #fff;
background-image: url(../img/Icon_NewWin.png);
background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Event_ {
	margin-top: 12%;
	}

	#Feature_ .Event_Mds {
	font-size: 30px;
	line-height: 1.4;
	}

	#Feature_ .Event_Date {
	margin-top: 4%;
	font-size: 14px;
	}

	#Feature_ .Event_Date .Num {
	font-size: 20px;
	}

	#Feature_ .Event_Place {
	margin-top: 3.5%;
	font-size: 20px;
	}

	#Feature_ .Event_Link {
	margin-top: 6%;
	}

	#Feature_ a.Event_Btn {
	padding: 10px 60px;
	font-size: 13px;
	background-position: top 50% right 12px;
	background-size: 10px 9px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Event_Inner {
	max-width: 920px;
	margin: 8% auto 0 auto;
	padding: 0 40px;
	}

	#Feature_ .Event_Mds {
	font-size: 50px;
	line-height: 1.4;
	}

	#Feature_ .Event_Date {
	margin-top: 4%;
	font-size: 20px;
	}

	#Feature_ .Event_Date .Num {
	font-size: 30px;
	}

	#Feature_ .Event_Place {
	margin-top: 3.5%;
	font-size: 24px;
	}

	#Feature_ .Event_Link {
	margin-top: 4%;
	}

	#Feature_ a.Event_Btn {
	padding: 10px 80px 12px;
	font-size: 15px;
	background-position: top 50% right 12px;
	background-size: 10px 9px;
	}

}

@media (hover: hover) {

	#Feature_ a.Event_Btn:hover {
	background-color: var(--c-3);
	opacity: 1;
	}

}



/* ■ 作品紹介 ==================================================================================== */

#Feature_ .About_ {
background-color: #fff;
}

#Feature_ .About_Inner {
border: 1px solid #dbdbdb;
}

#Feature_ .About_Mds {
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
letter-spacing: 0.1em;
color: #ffe100;
background-color: var(--c-2);
}

@media only screen and (max-width: 767px) {

	#Feature_ .About_ {
	margin-top: 18%;
	padding: 0 37.5px;
	}

	#Feature_ .About_Inner {
	padding: 30px 20px;
	}

	#Feature_ .About_Mds {
	width: 226px;
	height: 50px;
	margin: -55px auto 0;
	padding-bottom: 5px;
	font-size: 16px;
	}

	#Feature_ .About_Lead {
	padding-top: 20px;
	font-size: 15px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .About_ {
	max-width: 920px;
	margin: 8% auto 0 auto;
	padding: 0 40px;
	}

	#Feature_ .About_Inner {
	padding: 50px 60px 50px;
	}

	#Feature_ .About_Mds {
	width: 330px;
	height: 64px;
	margin: -80px auto 0;
	padding-bottom: 5px;
	font-size: 24px;
	}

	#Feature_ .About_Lead {
	padding-top: 30px;
	font-size: 16px;
	line-height: 2.4;
	}

}



/* ■ コピーライト ==================================================================================== */

#Feature_ .Copyright_ {
display: flex;
align-items: center;
background-color: #fff;
}

#Feature_ .Copyright_Lead:nth-child(2) {
margin-left: auto;
text-align: right;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Copyright_ {
	padding: 10% 37.5px 8%;
	}

	#Feature_ .Copyright_Lead {
	font-size: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Copyright_ {
	max-width: 920px;
	margin: 0 auto;
	padding: 6% 40px 4%;
	}

	#Feature_ .Copyright_Lead {
	font-size: 16px;
	}

}



/* ■ テクスチャ_1 ==================================================================================== */

#Feature_ .Txture_1_ {
position: relative;
clip-path: inset(0 0 0 0);
width: 100%;
height: 300px;
}

#Feature_ .Txture_1_Bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-image: url(../img/Texture_1.png);
background-position: left center;
background-repeat: repeat;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Txture_1_ {
	height: 150px;
	}

	#Feature_ .Txture_1_Bg {
	background-size: 90px auto;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Txture_1_ {
	height: 300px;
	}

}



/* ■ テクスチャ_1 ==================================================================================== */

#Feature_ .Txture_2_ {
position: relative;
clip-path: inset(0 0 0 0);
width: 100%;
height: 300px;
}

#Feature_ .Txture_2_Bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-image: url(../img/Texture_2.png);
background-position: left center;
background-repeat: repeat;
}

@media only screen and (max-width: 767px) {

	#Feature_ .Txture_2_ {
	height: 150px;
	}

	#Feature_ .Txture_2_Bg {
	background-size: 90px auto;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Txture_2_ {
	height: 300px;
	}

}



/* ■ フッター ==================================================================================== */

#Feature_ .Footer_ {
background-color: var(--c-3);
}

#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;
	}

}