@charset "UTF-8";

/*
■ リセット（「ページ管理」用）
■ テキスト・フォント設定
■ 変数設定

■ タイトル
■ 導入
■ アイテム
■ プロフィール等
■ スライダー
*/



/* ■ リセット（「ページ管理」用） ==================================================================================== */

.pane-contents {
padding-bottom: 0;
}

.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;
}

#Feature_ * {
margin: 0;
padding: 0;
color: inherit;
}

#Feature_ h2 {
border: none;
}



/* ■ テキスト・フォント設定 ==================================================================================== */

#Feature_ * {
font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",Sans-Serif;
}


#Feature_ .WF1,
#Feature_ .WF1 * {
font-weight: 500;
font-family: 'Oswald', sans-serif;
}

#Feature_ .WF2,
#Feature_ .WF2 * {
font-weight: 500;
font-family: 'Teko', sans-serif;
}



/* ■ 汎用 ==================================================================================== */

#Feature_ .Disabled {
opacity: 0.3;
pointer-events: none;
}

@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:hover {
	transition: all 0.2s ease 0.01s;
	}

	#Feature_ a:hover {
	opacity: 0.7;
	}

}

@media only screen and (max-width: 767px) {
	.featureText{
		
	}
}

@media print, screen and (min-width: 768px) {
	.featureText{
	max-width: 840px !important;
    margin: 0 auto !important;
	}
}


/* ■ タイトル ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_ .Feature_TitleIntro_Wrap {
	padding: 25px 30px 50px;
	background-color: #000;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(47,34,65) 50%, rgb(12,18,48) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(47,34,65) 50%, rgb(12,18,48) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(47,34,65) 50%, rgb(12,18,48) 100%);
	}

	#Feature_ .Feature_Title_Mds {
	margin-top: 30px;
	text-align: center;
	}

	#Feature_ .Feature_Title_Mds img {
	width: 210px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Feature_Title_Wrap {
	padding: 90px 0 160px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(47,34,65) 50%, rgb(12,18,48) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(47,34,65) 50%, rgb(12,18,48) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(47,34,65) 50%, rgb(12,18,48) 100%);
	}

	#Feature_ .Feature_Title {
	display: flex;
	align-items: center;
	max-width: 1050px;
	margin: 0 auto;
	}

	#Feature_ .Feature_Title_Photo {
	order: 2;
	width: 50%;
	}

	#Feature_ .Feature_Title_Mds {
	order: 1;
	width: 50%;
	}

	#Feature_ .Feature_Title_Mds img {
	width: 320px;
	}

}



/* ■ 導入 ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_ .Feature_Intro {
	color: #fff;
	}

	#Feature_ .Feature_Intro_Mds {
	margin-top: 60px;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 900;
	text-align: center;
	}

	#Feature_ .Feature_Intro_Lead {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.8;
	}

	#Feature_ .Feature_Intro_Photo {
	margin-top: 40px;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Feature_Intro_Wrap {
	padding-bottom: 170px;
	background-color: #000;
	}

	#Feature_ .Feature_Intro {
	max-width: 784px;
	margin: 0 auto;
	color: #fff;
	}

	#Feature_ .Feature_Intro_Mds {
	font-size: 36px;
	line-height: 1.4;
	font-weight: 900;
	text-align: center;
	}

	#Feature_ .Feature_Intro_Lead {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2.2;
	}

	#Feature_ .Feature_Intro_Photo {
	margin-top: 50px;
	}

}



/* ■ アイテム ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_ .Feature_Item_Wrap {
	padding-top: 50px;
	padding-bottom: 40px;
	background-image: url(/special/wednesday/24aw/img/Item_Bg_Middle.png);
	background-repeat: repeat;
	background-size: 100% auto;
	}

	#Feature_ .Feature_Item {
	color: #fff;
	}

	#Feature_ .Feature_Item:not(:first-of-type) {
	margin-top: 70px;
	}

	#Feature_ .Feature_Item_Mds {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: center;
	}

	#Feature_ .Feature_Item_Photo {
	margin-top: 35px;
	}

	#Feature_ .Feature_Item_Photo_Main {
	padding: 0 30px;
	}

	#Feature_ .Feature_Item_Photo_Sub {
	margin-top: 35px;
	padding: 0 70px;
	}

	#Feature_ .Feature_Item_Lead {
	margin-top: 60px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 1.8;
	}

	#Feature_ .Feature_Item_Price {
	margin-top: 20px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	}

	#Feature_ .Feature_Item_Price span {
	font-size: 16px;
	}

	#Feature_ .Feature_Item_Buy {
	margin-top: 25px;
	text-align: center;
	}

	#Feature_ .Feature_Item_Buy a {
	display: inline-block;
	width: 240px;
	height: 50px;
	padding-right: 10px;
	border-radius: 100vh;
	font-size: 26px;
	line-height: 54px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	}

	#Feature_ .Feature_Item_Buy a span {
	padding-left: 24px;
	background: url(/special/wednesday/24aw/img/Icon_Cart.png) no-repeat;
	background-size: 17px 16px;
	background-position: 0 40%;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Feature_Item_Wrap {
	padding-top: 140px;
	padding-bottom: 200px;
	background-image: url(/special/wednesday/24aw/img/Item_Bg_Middle.png);
	background-repeat: repeat;
	}

	#Feature_ .Feature_Item {
	color: #fff;
	}

	#Feature_ .Feature_Item:not(:first-of-type) {
	margin-top: 180px;
	}

	#Feature_ .Feature_Item_Mds {
	font-size: 50px;
	letter-spacing: 0.02em;
	text-align: center;
	}

	#Feature_ .Feature_Item_Photo {
	display: flex;
	align-items: center;
	max-width: 1050px;
	margin: 80px auto 0;
	}

	#Feature_ .Feature_Item_Photo_Main {
	width: 580px;
	}

	#Feature_ .Feature_Item_Photo_Sub {
	flex: 1;
	}

	#Feature_ .Feature_Item:nth-of-type(odd) .Feature_Item_Photo_Sub {
	padding-left: 110px;
	}

	#Feature_ .Feature_Item:nth-of-type(even) .Feature_Item_Photo_Main {
	order: 2;
	}

	#Feature_ .Feature_Item:nth-of-type(even) .Feature_Item_Photo_Sub {
	order: 1;
	padding-right: 110px;
	}

	#Feature_ .Feature_Item_Lead {
	max-width: 800px;
	margin: 60px auto 0;
	font-size: 15px;
	line-height: 2.2;
	}

	#Feature_ .Feature_Item_Price {
	margin-top: 40px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	}

	#Feature_ .Feature_Item_Price span {
	font-size: 16px;
	}

	#Feature_ .Feature_Item_Buy {
	margin-top: 40px;
	text-align: center;
	}

	#Feature_ .Feature_Item_Buy a {
	display: inline-block;
	width: 240px;
	height: 50px;
	padding-right: 10px;
	border-radius: 100vh;
	font-size: 26px;
	line-height: 54px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	}

	#Feature_ .Feature_Item_Buy a span {
	padding-left: 24px;
	background: url(/special/wednesday/24aw/img/Icon_Cart.png) no-repeat;
	background-size: 17px 16px;
	background-position: 0 40%;
	}

}



/* ■ プロフィール等 ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_ .Feature_Profile_Wrap {
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #000;
	}
	
	#Feature_ .Feature_Profile {
	color: #fff;
	}

	#Feature_ .Feature_Profile_Mds1 {
	text-align: center;
	}

	#Feature_ .Feature_Profile_Mds1 img {
	width: 210px;
	}

	#Feature_ .Feature_Profile_Photo {
	margin-top: 35px;
	padding: 0 30px;
	}

	#Feature_ .Feature_Profile_Mds2 {
	margin-top: 35px;
	font-size: 25px;
	letter-spacing: 0.02em;
	text-align: center;
	}

	#Feature_ .Feature_Profile_Lead {
	margin-top: 20px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 2;
	}
	
	#Feature_ .Feature_Profile_Note {
	margin-top: 35px;
	font-size: 10px;
	font-family: "Helvetica Neue",Arial,Sans-Serif;
	text-align: center;
	transform: scale(0.9);
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .Feature_Profile_Wrap {
	padding-top: 140px;
	padding-bottom: 70px;
	background-color: #000;
	}
	
	#Feature_ .Feature_Profile {
	color: #fff;
	}

	#Feature_ .Feature_Profile_Mds1 {
	text-align: center;
	}

	#Feature_ .Feature_Profile_Mds1 img {
	width: 320px;
	}

	#Feature_ .Feature_Profile_Photo {
	width: 490px;
	margin: 50px auto 0;
	}

	#Feature_ .Feature_Profile_Mds2 {
	margin-top: 40px;
	font-size: 36px;
	letter-spacing: 0.02em;
	text-align: center;
	}

	#Feature_ .Feature_Profile_Lead {
	max-width: 800px;
	margin: 30px auto 0;
	font-size: 15px;
	line-height: 2.2;
	}
	
	#Feature_ .Feature_Profile_Note {
	margin-top: 80px;
	font-size: 12px;
	font-family: "Helvetica Neue",Arial,Sans-Serif;
	text-align: center;
	}

}



/* ■ スライダー ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Feature_ .bx-wrapper {
	background-color: transparent;
	margin: 0px auto;
	border: none;
	box-shadow: none;
	}
	
	#Feature_ .bx-pager {
	bottom: -30px;
	}

	#Feature_ .bx-pager-link {
	margin: 0 8px;
	border-radius: 0;
	background-color: #808080;
	}

	#Feature_ .bx-pager-link.active {
	background-color: #fff;
	}

}

@media print, screen and (min-width: 768px) {

	#Feature_ .bx-wrapper {
	background-color: transparent;
	margin: 0px auto;
	border: none;
	box-shadow: none;
	}
	
	#Feature_ .bx-pager {
	bottom: -40px;
	}

	#Feature_ .bx-pager-link {
	margin: 0 8px;
	border-radius: 0;
	background-color: #808080;
	}

	#Feature_ .bx-pager-link.active {
	background-color: #fff;
	}

}

