@charset "utf-8";

/* ******************************************************************

	--style.css--

	1. Style setting
		1-1. Base styles
		1-2. Structure styles

	2. Layout setting
		2-1. Header styles
			2-1_1. SpNavi
		2-3. Main styles
		2-5. Footer styles
		2-6. Page styles
		
	98. AD setting（広告）
	99. SP

****************************************************************** */

/*==================================================================
	1. Base setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;/* Noto Sans JP Regular */
	line-height: 1.8;
	color: #1D1D1D;
	min-width: 1040px;
}

a { color: #AA3B83; text-decoration: none; outline: none;}
a:hover { color: #C954A0; text-decoration: none;}

a.underline { text-decoration: underline;}
a.underline:hover { text-decoration: none;}

.font_ns_s {
	font-family: 'Noto Serif JP', serif;
}

/* ------------------------------------------------------------------
	1-2. Structure styles
-------------------------------------------------------------------*/
.container_ec {
	margin-top: 120px;
	padding-bottom: 120px;
}
.block {
	padding: 100px 0;
	position: relative;
}
.block_heading {
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.block_heading .f_highlight {
	background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.wrapper {
	width: 1040px;
	margin: 0px auto;
}
.inner {
	padding: 0 85px;
}

/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Header styles
-------------------------------------------------------------------*/
.header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 50px;
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 100;
	background: #FFF;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
	white-space: nowrap;
}
.logo img {
	vertical-align: middle;
	max-height: 40px;
	transition: .3s;
}
.gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}
.gnav_item {
	margin-right: 30px;
}
@media only screen and (max-width: 1400px) {
	.gnav_item {
	margin-right: 2.14vw;
	font-size: 1.14vw;
	}
}
.gnav_item a {
	color: inherit;
	position: relative;
}
.gnav_item a::after {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	background-color: #C954A0;
	bottom: -8px;
	left: 0;
	width: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.gnav_item a:hover::after {
	width: 100%;
}

.header_tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_icon {
	font-size: 20px;
}
.header_icon:not(:first-child) {
	margin-left: 25px;
}
@media only screen and (max-width: 1400px) {
	.header_icon:not(:first-child) {
	margin-left: 1.79vw;
	}
}
.header_icon a {
	display: block;
	color: inherit;
}
.header_icon a:hover {
	color: #C954A0;
}
.header_icon .cart_in {
	background: #FF0000;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
}

header.scroll {
	background: #FFF;
	padding: 15px 50px;
}
header.scroll .logo img {
	max-height: 35px;
}

/* ------------------------------------
	ハンバーガーメニュー／SpNavi
------------------------------------*/
.hamburger,
#sp_nav {
	display: none;
}

/* ------------------------------------------------------------------
	2-3. Main styles
-------------------------------------------------------------------*/
/*
.section {
	margin-bottom: 30px;
}
*/

.page_title {
	border-bottom: 4px solid #F2F2F2;
	width: 1040px;
	margin: 0 auto 80px auto;
	padding-bottom: 80px;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
}
.page_title:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 4px solid #AA3B83;
	bottom: -4px;
	width: 10%;
}

.cta_bnr {
	text-align: center;
}

/* ルビと注釈の説明 */
.note {
	vertical-align: top;
	font-size: 0.5em;
}
.note_text {
	font-size: 10px;
}

/* ボックス配置 */
.section_box { }
.section_thm {
	max-width: 480px;
	text-align: center;
}
.section_thm_left {
	float: left;
	margin: 0 90px 30px 0;
}
.section_thm_right {
	float: right;
	margin: 0 0 30px 90px;
}
.section_body.hidden {
	overflow: hidden;
}

/* ------------------------------------------------------------------
	2-5. Footer styles
-------------------------------------------------------------------*/
.footer {
	background: #d085b7;
	padding-top: 40px;
	color: #FFF;
}
.footer a {
	color: inherit;
}
.footer_cart {
	margin-bottom: 70px;
}
.footer_cart .contents_btn_link_type_02 {
	text-align: center;
}
.footer_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 130px;
}
.footer_unit_1 {
	width: 450px;
}
.footer_logo {
	margin-bottom: 50px;
}
.footer_unit_1 .contents_btn_link a {
	background: #d085b7;
	border: 1px solid #FFF;
}
.footer_unit_1 .contents_btn_link a:hover {
	background: #FFF;
	color: #1D1D1D;
}
.footer_unit_2 {
	margin-left: auto;
}
.fnav_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fnav_list { }
.fnav_list:not(:last-child) {
	margin-right: 70px;
}
.fnav_item {
	margin-bottom: 10px;
	font-size: 18px;
}
.fnav_item a:hover {
	text-decoration: underline;
}
.footer_sns {
	margin-top: 70px;
	font-size: 14px;
}
.footer_sns i {
	vertical-align: middle;
	font-size: 36px;
}
.footer_sns a:not(:last-child) {
	margin-right: 35px;
}
.footer_sns a:hover {
	color: #B53F8D;
}
.copyright {
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
}

/* ------------------------------------------------------------------
	2-6. Page styles
-------------------------------------------------------------------*/

/* ▼▼▼ここにページごとに独自で必要なCSSを追加していきます。▼▼▼ */
/* --------------------------------
	使い方（Howto）ここから
--------------------------------*/
.block_howto {
	background: url(../img/bg_howto.png) no-repeat center 100px;
	padding-top: 270px;
}
.block_howto .block_heading {
	font-size: 50px;
	margin-bottom: 15px;
}
.howto_head {
	margin-bottom: 70px;
	text-align: center;
}
.howto_head_catch {
	background: #AA3B83;
	padding: 5px 0;
	margin-bottom: 15px;
	font-size: 36px;
	color: #FFF;
}
.howto_head_text {
	margin-bottom: 70px;
}
.howto_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.howto_item {
	margin-right: 80px;
	width: calc( ( 100% - 80px ) / 2 );
}
.howto_item:nth-child(2n) {
	margin-right: 0;
}
.howto_thm {
	margin-bottom: 20px;
}
.howto_text { }

/* ポイント */
.howto_point {
	border: 8px solid #F7E9F2;
	border-radius: 30px;
	padding: 80px 77px;
}
.howto_point_head {
	margin-bottom: 70px;
	text-align: center;
}
.howto_point_catch {
	font-size: 48px;
	font-weight: 700;
}
.howto_point_title {
	font-size: 35px;
}
.howto_point_qa:not(:last-child) {
	margin-bottom: 100px;
}
.howto_point_question {
	margin-bottom: 40px;
}
.howto_point_answer {
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	color: #AA3B83;
}
.howto_point_answer span {
	font-size: 50px;
	font-weight: 700;
}
.howto_box_head {
	margin-bottom: 50px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #545454;
}
.howto_box { }
.howto_box_thm {
	float: right;
	width: 300px;
	margin-left: 60px;
}
.howto_box_body {
	overflow: hidden;
}
.howto_box_title {
	border-bottom: 2px solid #cbcbcb;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	color: #545454;
}
.howto_box_text {
	line-height: 2.2;
	font-weight: 300;
}
.howto_box_advice {
	font-size: 18px;
	line-height: 2.2;
	font-weight: 700;
}

@media only screen and (max-width: 640px) {
	.block.block_howto {
	background: url(../img/bg_howto.png) no-repeat center 15vw;
	background-size: 10%;
	padding-top: 40vw;
	}
	.block_howto .block_heading {
	font-size: 5.94vw;
	margin-bottom: 5%;
	}
	.howto_head {
	margin-bottom: 10%;
	}
	.howto_head_catch {
	padding: 3% 0;
	margin-bottom: 5%;
	font-size: 4.07vw;
	}
	.howto_head_text {
	margin-bottom: 6%;
	}
	.howto_list {
	display: block;
	}
	.howto_item {
	margin: 0 0 10% 0;
	width: 100%;
	}
	.howto_thm {
	margin-bottom: 3%;
	}
	.howto_text {
	font-size: 4.07vw;
	}
	
	/* ポイント */
	.howto_point {
	padding: 10% 0;
	}
	.howto_point_head {
	margin-bottom: 6%;
	}
	.howto_point_catch {
	margin-bottom: 3%;
	font-size: 5.63vw;
	line-height: 1.5;
	}
	.howto_point_title {
	font-size: 4.07vw;
	}
	.howto_point_qa:not(:last-child) {
	margin-bottom: 15%;
	}
	.howto_point_question {
	margin-bottom: 8%;
	}
	.howto_point_answer {
	margin-bottom: 5%;
	font-size: 3.13vw;
	}
	.howto_point_answer span {
	font-size: 5vw;
	}
	.howto_box_head {
	margin-bottom: 8%;
	font-size: 5vw;
	}
	.howto_box {
	margin: 0 5%;
	}
	.howto_box_thm {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 8%;
	}
	.howto_box_title {
	padding-bottom: 3%;
	margin-bottom: 3%;
	text-align: center;
	font-size: 4.38vw;
	}
	.howto_box_advice {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.75vw;
	}

}

/* ------------------------------------
	使い方（Howto）ここまで
------------------------------------*/

/* ------------------------------------
	ENDEAストーリーここから
------------------------------------*/
.story_catch {
	margin-bottom: 180px;
	font-size: 38px;
	text-align: center;
}
.story_head {
	border: 1px solid #707070;
	border-radius: 30px;
	padding: 80px 110px;
	width: 700px;
	margin: 0 auto 100px auto;
	text-align: center;
	position: relative;
}
.story_head_catch {
	margin-bottom: 20px;
}
.story_head_title {
	margin-bottom: 50px;
	font-size: 34px;
}
.story_head_logo {
	width: 350px;
	margin: 0 auto 50px auto;
}
.story_origin { }
.story_origin_title {
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.story_origin_text {
	margin-bottom: 10px;
}
.story_head_img {
	position: absolute;
	top: -135px;
	left: 0;
	right: 0;
}

.section_story {
	margin-bottom: 100px;
}
.story_title {
	border-bottom: 4px solid #F2F2F2;
	padding-bottom: 15px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.4;
}
.story_no {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 80px;
	line-height: 1;
	color: #D9D9D9;
}
.story_circle {
	background: #B53B8B;
	border-radius: 50%;
	width: 730px;
	height: 150px;
	margin: 0 auto 50px auto;
	text-align: center;
	position: relative;
}
.story_circle_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 26px;
	line-height: 1.4;
	color: #FFF;
}
.story_voice {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (max-width: 640px) {
	.story_catch {
	margin-bottom: 28vw;
	font-size: 5.32vw;
	}
	.story_head {
	padding: 10% 5%;
	width: 100%;
	margin: 0 auto 10% auto;
	}
	.story_head_catch {
	margin-bottom: 5%;
	}
	.story_head_title {
	margin-bottom: 10%;
	font-size: 5.32vw;
	}
	.story_head_logo {
	width: 60%;
	margin: 0 auto 10% auto;
	}
	.story_origin { }
	.story_origin_title {
		border-bottom: 1px solid #707070;
	padding-bottom: 3%;
	margin-bottom: 3%;
	}
	.story_origin_text {
	margin-bottom: 3%;
	font-size: 2.82vw;
	}
	.story_head_img {
	width: 9.69vw;
	top: -25vw;
	margin: 0 auto;
	}

	.section_story {
	margin-bottom: 15%;
	}
	.story_title {
	padding-bottom: 3%;
	margin-bottom: 5%;
	font-size: 4.69vw;
	}
	.story_no {
	margin-right: 3%;
	font-size: 12.5vw;
	}
	.story_circle {
	width: 100%;
	height: 30vw;
	margin: 0 auto 8% auto;
	}
	.story_circle_text {
	font-size: 4.07vw;
	}
	.story_voice {
	margin-bottom: 8%;
	text-align: center;
	font-size: 3.75vw;
	}
	
}

/* ------------------------------------
	ENDEAストーリーここまで
------------------------------------*/

/* ------------------------------------
	ENDEAについてここから
------------------------------------*/
/* ターンオーバー */
.section_turnover {
	background: #000;
	color: #FFF;
}
.turnover_head {
	background: url(../img/turnover_bg.jpg) no-repeat bottom center;
	padding: 90px 0 440px 0;
	text-align: center;
}
.turnover_title {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5;
}
.turnover_title .day {
	font-size: 50px;
}
.turnover_body {
	padding: 50px 130px 130px 130px;
}
.turnover_catch {
	margin-bottom: 100px;
	text-align: center;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5;
}
.turnover_thm {
	margin-bottom: 90px;
	text-align: center;
}
.turnover_text {
	margin-bottom: 130px;
	font-weight: 300;
}
.turnover_circle {
	background: #B53B8B;
	border-radius: 50%;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.turnover_circle_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 26px;
	line-height: 1.4;
}
.turnover_circle_text span {
	font-size: 22px;
}

/* 成分 */
.block_component { }
.component_head {
	margin-bottom: 60px;
	text-align: center;
}
.component_lead {
	margin-bottom: 50px;
	font-size: 18px;
}
.component_list {
	margin-bottom: 80px;
	font-family: 'Noto Serif JP', serif;
}
.component_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.component_item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.component_thm {
	width: 50%;
}
.component_body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.component_title {
	background: linear-gradient(transparent 80%, #ffff75 0%);
	display: inline-block;
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 1.3;
	font-weight: 400;
}
.component_text {
	padding: 0 60px;
	text-align: left;
	font-size: 18px;
}

@media only screen and (max-width: 640px) {
	/* ターンオーバー */
	.turnover_head {
	background-size: 100%;
	padding: 10% 0 40vw 0;
	}
	.turnover_title {
	font-size: 4.69vw;
	}
	.turnover_title .day {
	font-size: 9.38vw;
	}
	.turnover_title .age {
	font-size: 5.94vw;
	line-height: 1.3;
	}
	.turnover_title .age.age_30 {
	color: #F9C2FF;
	}
	.turnover_title .age.age_40 {
	color: #D56BD1;
	}
	.turnover_body {
	padding: 8% 5%;
	}
	.turnover_catch {
	margin-bottom: 8%;
	font-size: 4.69vw;
	}
	.turnover_thm {
	margin-bottom: 10%;
	}
	.turnover_text {
	margin-bottom: 12%;
	}
	.turnover_circle {
	height: 30vw;
	}
	.turnover_circle_text {
	font-size: 4.07vw;
	}
	.turnover_circle_text span {
	font-size: 3.44vw;
	}

	/* 成分 */
	.component_head {
	margin-bottom: 10%;
	}
	.component_lead {
	margin-bottom: 5%;
	font-size: 3.13vw;
	}
	.component_list {
	margin-bottom: 0;
	}
	.component_item {
	margin-bottom: 10%;
	}
	.component_thm {
	width: 30%;
	}
	.component_title {
	margin-bottom: 5%;
	font-size: 4.69vw;
	}
	.component_text {
	padding: 0 0 0 5%;
	font-size: 3.13vw;
	}
	.component_item:nth-child(even) .component_text {
	padding: 0 5% 0 0;
	}

}


/* ------------------------------------
	ENDEAについてここまで
------------------------------------*/

/* ------------------------------------
	ヒト幹細胞とはここから
------------------------------------*/
/* グロースファクター */
.block_growthfactor {
	background: #F7F7F7;
}
.growthfactor_title {
	border-bottom: 1px solid #FFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5;
}
.growthfactor_text {
	margin-bottom: 60px;
	text-align: center;
}
.growthfactor_thm {
	text-align: center;
}
.growthfactor_catch {
	padding: 80px 0 60px 0;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
}

/* サイトカイン */
.block_cytokine { }
.cytokine_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5;
}
.cytokine_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cytokine_item {
	background: #B53B8B;
	border-radius: 20px;
	margin: 0 22px 20px 0;
	padding: 20px 0;
	width: calc( ( 100% - 44px ) / 2 );
	text-align: center;
	color: #FFF;
}
.cytokine_item:nth-child(2n) {
	margin-right: 0;
}
.cytokine_name {
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	line-height: 1.2;
}
.cytokine_exp {
	font-size: 20px;
}
.cytokine_text {
	font-size: 20px;
	font-weight: 300;
	color: #FFFF00;
}

/* 希少価値 */
.block_rarity {
	text-align: center;
}
.rarity_title {
	margin-bottom: 80px;
	text-align: center;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5;
}
.rarity_lead {
	margin-bottom: 70px;
	font-size: 18px;
}
.rarity_thm {
	margin-bottom: 70px;
}
.annotation_box {
	border: 4px solid #B53B8B;
	padding: 60px;
	text-align: center;
}
.annotation_title {
	padding-bottom: 50px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 400;
	position: relative;
}
.annotation_title:before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 4px;
	content: '';
	background: #B53B8B;
}
.annotation_text {
	padding: 0 90px;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	/* グロースファクター */
	.growthfactor_title {
	padding-bottom: 8%;
	margin-bottom: 8%;
	font-size: 4.07vw;
	}
	.growthfactor_text {
	margin-bottom: 8%;
	text-align: left;
	}
	.growthfactor_catch {
	padding: 5% 0 8% 0;
	text-align: left;
	font-size: 4.07vw;
	}

	/* サイトカイン */
	.block_cytokine { }
	.cytokine_title {
	margin-bottom: 3%;
	font-size: 5.32vw;
	}
	.cytokine_item {
	margin: 0 2% 3% 0;
	padding: 4% 0;
	width: calc( ( 100% - 2% ) / 2 );
	}
	.cytokine_name {
	font-size: 7.82vw;
	}
	.cytokine_exp {
	font-size: 2.5vw;
	}
	.cytokine_text {
	font-size: 2.82vw;
	}

	/* 希少価値 */
	.rarity_title {
	margin-bottom: 8%;
	font-size: 5vw;
	}
	.rarity_lead {
	margin-bottom: 8%;
	font-size: 3.13vw;
	}
	.rarity_thm {
	margin-bottom: 8%;
	}
	.annotation_box {
	padding: 8% 5%;
	}
	.annotation_title {
	padding-bottom: 8%;
	margin-bottom: 8%;
	font-size: 4.07vw;
	}
	.annotation_title:before {
	left: calc(50% - 5vw);
	width: 10vw;
	}
	.annotation_text {
	padding: 0;
	}
	
}

/* ------------------------------------
	ヒト幹細胞とはここまで
------------------------------------*/

/* ------------------------------------
	よくある質問ここから
------------------------------------*/
/* お題リスト */
.qa_nav {
	background: #F7F7F7;
	border-radius: 20px;
	padding: 80px 85px;
	margin-bottom: 80px;
	font-family: 'Noto Serif JP', serif;
}
.qa_nav_item {
	padding: 0 0 20px 30px;
	position: relative;
	font-size: 22px;
}
.qa_nav_item:before {
	position: absolute;
	content: 'Q.';
	top: 0;
	left: 0;
	/*line-height: 1;*/
}
.qa_nav_item a {
	color: inherit;
}
.qa_nav_item a:hover {
	color: #C954A0;
}

/* 質問と回答 */
.qa_list {
	border-top: 2px solid #d6d6d6;
	font-family: 'Noto Serif JP', serif;
}
.qa_item {
	border-bottom: 2px solid #d6d6d6;
	padding: 60px 85px;
}
.qa_title {
	padding: 10px 0 0 70px;
	font-size: 26px;
	position: relative;
}
.qa_title:before {
	position: absolute;
	content: 'Q.';
	top: 0;
	left: 0;
	font-size: 50px;
	line-height: 1;
}
.qa_article {
	padding: 20px 0 0 70px;
	margin-top: 30px;
	line-height: 2.2;
	color: #AA3B83;
	position: relative;
}
.qa_article:before {
	position: absolute;
	content: 'A.';
	top: 0;
	left: 0;
	font-size: 50px;
	line-height: 1;
}

@media only screen and (max-width: 640px) {
	/* お題リスト */
	.qa_nav {
	padding: 8% 5%;
	margin-bottom: 10%;
	}
	.qa_nav_item {
	padding: 0 0 5% 6%;
	font-size: 3.44vw;
	}
	
	/* 質問と回答 */
	.qa_item {
	padding: 10% 0;
	}
	.qa_title {
	padding: 2% 0 0 12%;
	font-size: 3.75vw;
	}
	.qa_title:before {
	font-size: 7.82vw;
	}
	.qa_article {
	padding: 2% 0 0 12%;
	margin-top: 6%;
	}
	.qa_article:before {
	font-size: 7.82vw;
	}

}

/* ------------------------------------
	よくある質問ここまで
------------------------------------*/

/* ------------------------------------
	お買い物ガイドここから
------------------------------------*/
.guide_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.guide_nav_item {
	margin: 0 24px 24px 0;
	width: calc( ( 100% - 48px ) / 3 );
	height: 90px;
}
.guide_nav_item:nth-child(3n) {
	margin-right: 0;
}
.guide_nav_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #B53B8B;
	border-radius: 10px;
	height: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: inherit;
}
.guide_title {
	border-top: 4px solid #F2F2F2;
	border-bottom: 2px solid #F2F2F2;
	padding: 20px 0;
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #B53B8B;
}
.guide_title_sub {
	border-left: 10px solid #B53B8B;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.4;
}
.member_panel {
	border: 1px solid #B53B8B;
	padding: 30px;
	font-size: 18px;
}
.member_panel_title {
	margin-bottom: 15px;
	font-size: 20px;
}
.member_panel_point {
	font-size: 20px;
	font-weight: 700;
	color: #B53B8B;
}
.member_panel_text {
	padding-left: 22px;
}
.member_panel_text:not(:last-child) {
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.guide_nav {
	margin-bottom: 12%;
	}
	.guide_nav_item {
	margin: 0 2% 2% 0;
	width: calc( ( 100% - 2% ) / 2 );
	height: 14.06vw;
	}
	.guide_nav_item:nth-child(3n) {
	margin-right: 2%;
	}
	.guide_nav_item:nth-child(2n) {
	margin-right: 0;
	}
	.guide_nav_item a {
	font-size: 3.13vw;
	}
	.guide_title {
	padding: 3% 0;
	margin-bottom: 5%;
	font-size: 4.69vw;
	}
	.guide_title_sub {
	padding-left: 3%;
	margin-bottom: 5%;
	font-size: 3.75vw;
	}
	.member_panel {
	padding: 5%;
	font-size: 3.13vw;
	}
	.member_panel_title {
	margin-bottom: 3%;
	font-size: 3.44vw;
	}
	.member_panel_point {
	font-size: 3.44vw;
	}
	.member_panel_text {
	padding-left: 3.75vw;
	}
	.member_panel_text:not(:last-child) {
	margin-bottom: 3%;
	}

}

/* ------------------------------------
	お買い物ガイドここまで
------------------------------------*/

/* ------------------------------------
	特定商取引法ここから
------------------------------------*/
.law_list { }
.law_list dt {
	border-top: 1px solid #EDEDED;
	padding-top: 10px;
	font-weight: 700;
	line-height: inherit;/* 230523_追加 */
}
.law_list dd {
	padding-bottom: 20px;
	line-height: inherit;/* 230523_追加 */
}

@media only screen and (max-width: 640px) {
	.law_list dt {
	padding-top: 3%;
	}
	.law_list dd {
	padding-bottom: 5%;
	}
}

/* ------------------------------------
	特定商取引法ここまで
------------------------------------*/

/* ------------------------------------
	キャンペーン終了ページここから
------------------------------------*/
.wrapper.voj {
	width: 640px;
	margin: 0 auto;
}
.voj_head {
	background: #FFF url(../img/bg_voj_head.jpg) no-repeat top center;
	height: 550px;
	position: relative;
}
.voj_head_item {
	position: absolute;
}
.voj_head_img {
	top: 70px;
	left: 70px;
}
.voj_head_catch_1 {
	top: 190px;
	right: 40px;
}
.voj_head_catch_2 {
	top: 360px;
	right: 40px;
	text-align: right;
}
.voj_staff {
	text-align: center;
	padding: 0 40px;
}
.voj_staff_baloon {
	background: #B53B8B;
	border-radius: 15px;
	padding: 20px;
	color: #FFF;
}
.voj_staff a {
	color: #FFF;
}
.voj_list {
	margin: 40px 0;
}
.voj_list_head {
	text-align: center;
	margin-bottom: -25px;
	position: relative;
	z-index: -1;
}
.voj_list_body {
	background: #f6e2f2;
	padding: 60px 40px;
}
.voj_item:not(:last-child) {
	margin-bottom: 40px;
}
.voj_item_name {
	margin-bottom: 10px;
	text-align: right;
	font-size: 18px;
}
.voj_item_nayami {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 10px;
}
.voj_item_voice {
	padding: 10px;
}

@media only screen and (max-width: 640px) {
	.wrapper.voj {
	width: 100%;
	}
	.voj_head {
	background-size: 100%;
	height: 85.94vw;
	}
	.voj_head_img {
	width: 20.47vw;
	top: 10.94vw;
	left: 10.94vw;
	}
	.voj_head_catch_1 {
	width: 55.47vw;
	top: 29.69vw;
	right: 6.25vw;
	}
	.voj_head_catch_2 {
	top: 56.25vw;
	right: 6.25vw;
	}
	.voj_staff {
	padding: 0 5%;
	}
	.voj_staff_baloon {
	padding: 3%;
	}
	.voj_list {
	margin: 5% 0;
	}
	.voj_list_head {
	margin-bottom: -3.91vw;
	}
	.voj_list_body {
	padding: 6% 5%;
	}
	.voj_item:not(:last-child) {
	margin-bottom: 5%;
	}
	.voj_item_name {
	margin-bottom: 2%;
	font-size: 3.44vw;
	}
	.voj_item_nayami {
	padding: 2%;
	}
	.voj_item_voice {
	padding: 2%;
	}

}

/* ------------------------------------
	キャンペーン終了ページここまで
------------------------------------*/

/* ------------------------------------
	商品一覧ここから
------------------------------------*/
.product_head {
	margin-bottom: 90px;
}
.product_head_logo {
	margin-bottom: 60px;
	text-align: center;
}
.product_head_catch {
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
}
.product_head_lead { }

.product_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
}
.product_item {
	margin: 0 40px 80px 0;
	width: calc( ( 100% - 40px ) / 2 );
}
.product_item:nth-child(2n) {
	margin-right: 0;
}
.product_item a {
	color: inherit;
	position: relative;
}
.product_badge {
	width: 130px;
	position: absolute;
	top: -30px;
	left: 15px;
	z-index: 10;
display: none;
}
.product_thm {
	margin-bottom: 10px;
}
.product_title {
	margin-bottom: 10px;
	font-weight: 300;
}
.product_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1.3;
}
.product_price { }
.product_price .price {
	font-size: 24px;
	font-weight: 700;
}
.product_title_sub {
	color: #AA3B83;
}
.product_appeal {
	margin-left: auto;
	text-align: right;
}
.product_appeal_text {
	background: #AA3B83;
	padding: 3px 10px;
	margin-top: 3px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
.product_action {
	margin-top: 20px;
}
.product_add_btn {
	background: #34B501;
	border-radius: 50px;
	padding: 12px 0;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #FFF;
}
.product_add_btn:hover {
	background: #19BE00;
}

/* どこでもカラーミーjsのカートに入れるボタンCSSを上書き */
.cartjs_box {
	padding: 0 !important;
}
.cartjs_product_table {
	display: none;
}
.cartjs_cart_in input[type=submit] {
	background: #34B501 !important;
	border: none;
	border-radius: 50px !important;
	padding: 12px 0 !important;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0 !important;
	font-family: inherit !important;
	font-size: 20px !important;
	line-height: 1.8 !important;
	color: #FFF;
}
.cartjs_cart_in input[type=submit]:hover {
	background: #19BE00 !important;
}
.cartjs_cart_in input[type=submit]:disabled {
	background: #d7d7d7 !important;
	color: #1D1D1D;
	cursor: not-allowed;
}

@media only screen and (max-width: 640px) {
	.product_head {
	margin-bottom: 10%;
	}
	.product_head_logo {
	width: 60%;
	margin: 15% auto;
	}
	.product_head_catch {
	margin-bottom: 8%;
	font-size: 4.38vw;
	}
	.product_list {
	display: block;
	padding-top: 20px;
	}
	.product_item {
	margin: 0 0 60px 0;
	width: 100%;
	}
	.product_badge {
	width: 20.31vw;
	top: -20px;
	}
	.product_thm {
	margin-bottom: 2%;
	}
	.product_title {
	margin-bottom: 2%;
	font-weight: 400;
	}
	.product_price .price {
	font-size: 5vw;
	}
	.product_appeal_text {
	padding: 2% 10px;
	font-size: 3.75vw;
	}
	.product_action {
	margin-top: 3%;
	}
	.product_add_btn {
	padding: 3% 0;
	font-size: 3.13vw;
	}
	
	/* どこでもカラーミーjsのカートに入れるボタンCSSを上書き */
	.cartjs_cart_in input[type=submit] {
	padding: 3% 0 !important;
	font-size: 3.13vw !important;
	}

}

/* ------------------------------------
	商品一覧ここまで
------------------------------------*/

/* ------------------------------------
	商品詳細ここから
------------------------------------*/
.article_product {
	margin-bottom: 70px;
}
.article_product_thm {
	width: 500px;
	float: left;
	margin-right: 65px;
}
.article_product_contents {
	overflow: hidden;
}
.article_product_head {
	font-family: 'Noto Serif JP', serif;
}
.article_product_lead {
	margin-bottom: 20px;
	font-size: 14px;
}
.article_product_title {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
}
/*
.article_product_title span {
	font-size: 34px;
}
*/
.article_product_catch {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 18px;
}
.article_product_body {
	margin-bottom: 40px;
	font-size: 12px;
}
.article_product_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
*/
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1;
}
.article_product_capacity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.article_product_num_label {
	margin-right: 10px;
	font-size: 14px;
}
.article_product_num {
	border: 1px solid #F2F2F2;
	padding: 5px 10px;
	text-align: right;
	width: 60px;
	height: auto;
	font-size: 16px;
	line-height: inherit;
}
.article_product_num_arrow {
	width: 30px;
	text-align: center;
}
.article_product_num_arrow a {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #8f8f8f;
}
.article_product_price {
	color: #FF0000;
}
.article_product_price .price {
	font-size: 34px;
}
/* 通常価格表示箇所 */
.price_attention {
	margin-bottom: 5px;
	font-size: 14px;
	color: #8f8f8f;
}
/* 打ち消し線 */
.strike {
	position: relative;
}
.strike::after {
	content: '';
	transform: rotate(7deg);
	width: 100%;
	border-top: 1px solid #8f8f8f;
	position: absolute;
	top: 50%;
	left: 0;
}
.article_product_action {
	margin-bottom: 30px;
	text-align: center;
}
.article_product_review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	font-size: 14px;
}
.article_product_review_count {
	margin-right: 20px;
}
.article_product_review_count a {
	color: #257DEB;
}
.article_product_review_count a:hover {
	color: #63A8FF;
}
.article_product_review_write a {
	color: inherit;
}
.article_product_review_write a:hover {
	color: #C954A0;
}
.article_product_btn {
	background: #149A00;
	border-radius: 50px;
	padding: 20px 0;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	color: #FFF;
}
.article_product_btn:hover {
	background: #19BE00;
}
.article_product_btn:disabled {
	background: #d7d7d7;
	color: #1D1D1D;
	cursor: not-allowed;
}
.article_product_link {
	font-size: 12px;
}
.article_product_link > li {
	margin-bottom: 10px;
}
.article_product_link a {
	color: inherit;
}
.article_product_link a:hover {
	color: #C954A0;
}
.article_product_note {
	font-size: 12px;
}

/* お気に入りボタン（テスト中） */
.article_product_favorite {
	display: none;
/*
	border: 1px solid #F2F2F2;
	padding: 10px;
*/
}
.article_product_favorite.active {
	color: #AA3B83;
}


/* 商品スライドパート */
.product_slide { }
.product_slide_main_wrap {
	position: relative;
}
.product_slide .thumbnail_slide {
	margin-top: 20px;
}
.product_slide .thumbnail_slide .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	transform: none !important;
}
.product_slide .thumbnail_slide .swiper-slide {
	margin: 0 20px 20px 0;
	width: calc( ( 100% - 60px ) / 4 ) !important;
	height: auto;
	cursor: pointer;
}
.product_slide .thumbnail_slide .swiper-slide:hover img {
	opacity: .8;
}
.product_slide .thumbnail_slide .swiper-slide:nth-child(4n) {
	margin-right: 0;
}

/* 前ページ、次ページボタンのスタイル */
.product_slide_main_wrap .swiper-button-prev,
.product_slide_main_wrap .swiper-button-next {
	background: rgba(0,0,0,.3);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	outline: none;
}
.product_slide_main_wrap .swiper-button-prev:hover,
.product_slide_main_wrap .swiper-button-next:hover {
	background: rgba(0,0,0,.5);
}
.product_slide_main_wrap .swiper-button-prev:after,
.product_slide_main_wrap .swiper-button-next:after {
	display: none;
}
.product_slide_main_wrap .swiper-button-prev:before,
.product_slide_main_wrap .swiper-button-next:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color: #FFF;
}
.product_slide_main_wrap .swiper-button-prev:before {
	content: "\f104";
}
.product_slide_main_wrap .swiper-button-next:before {
	content: "\f105";
}

/* 商品関連付けパート */
.recommend_product {
	margin-bottom: 80px;
}

/* 商品アピールパート */
.appeal_product {
	margin-bottom: 60px;
}
.appeal_product_title {
	border-top: 4px solid #F2F2F2;
	padding: 130px 0 80px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: 400;
	position: relative;
}
.appeal_product_title:before {
	position: absolute;
	content: "";
	display: block;
	border-top: 4px solid #AA3B83;
	top: -4px;
	width: 10%;
}
.appeal_product_text {
	margin-bottom: 40px;
	line-height: 2.2;
	font-weight: 300;
}

/* 商品レビューパート */
.product_review {
	border: 1px solid #DDD;
	padding: 75px 85px;
	margin-bottom: 120px;
}
.product_review_title {
	margin-bottom: 50px;
	font-size: 22px;
}
.review_list {
	border-bottom: 1px solid #DDD;
}
.review_item {
	margin-bottom: 100px;
}
.review_head {
	border-bottom: 5px solid #DDD;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.review_head_parts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.review_rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}
.review_rate img {
	height: 20px;
	margin-right: 3px;
}
.review_name {
	font-size: 18px;
}
.review_date {
	margin-left: auto;
	font-size: 14px;
}
.review_body { }
.review_body_img {
	margin-top: 30px;
}
.review_reply {
	background: #F7F7F7;
	padding: 30px;
	margin-top: 30px;
	font-size: 14px;
}
.review_reply_date {
	margin-top: 10px;
	text-align: right;
}
.product_review_more {
	padding: 20px 0 50px 0;
}
.product_review_btn {
	border: 2px solid #DDD;
	text-align: center;
}
.product_review_btn a {
	background: #FFF;
	display: block;
	padding: 30px 0;
	font-size: 18px;
	color: inherit;
}
.product_review_btn a:hover {
	background: #F7F7F7;
}

@media only screen and (max-width: 640px) {
	.article_product {
	margin-bottom: 10%;
	}
	.article_product_thm {
	width: 100%;
	float: none;
	margin: 0 0 1% 0;
	}
	.article_product_lead {
	margin-bottom: 3%;
	font-size: 2.19vw;
	}
	.article_product_title {
	margin-bottom: 3%;
	font-size: 4.38vw;
	}
/*
	.article_product_title span {
	font-size: 5.32vw;
	}
*/
	.article_product_catch {
	border-top: none;
	padding: 0 0 3% 0;
	margin-bottom: 3%;
	font-size: 3.75vw;
	}
	.article_product_body {
	margin-bottom: 10%;
	font-size: 2.82vw;
	}
	.article_product_info {
	margin-bottom: 4%;
	font-size: 3.44vw;
	}
	.article_product_num_label {
	font-size: 2.82vw;
	}
	.article_product_num {
	width: 9.38vw;
	font-size: 3.13vw;
	}
	.article_product_num_arrow {
	width: 6.25vw;
	}
	.article_product_num_arrow a {
	font-size: 3.13vw;
	}
	.article_product_price .price {
	font-size: 6.72vw;
	}
	/* 通常価格表示箇所 */
	.price_attention {
	margin-bottom: 1%;
	font-size: 2.5vw;
	}
	.article_product_action {
	margin-bottom: 8%;
	}
	.article_product_review {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10%;
	font-size: 3.44vw;
	}
	.article_product_review_count {
	margin-right: 5%;
	}
	.article_product_btn {
	padding: 4% 0;
	font-size: 4.38vw;
	}
	.article_product_link {
	border-top: 1px solid #707070;
	padding-top: 5%;
	font-size: 3.13vw;
	}
	.article_product_link > li {
	margin-bottom: 2%;
	}
	.article_product_note {
	margin-bottom: 5%;
	font-size: 3.13vw;
	}
	
	/* 商品スライドパート */
	.product_slide .thumbnail_slide {
	margin-top: 3%;
	}
	.product_slide .thumbnail_slide .swiper-slide {
	margin: 0 3% 3% 0;
	width: calc( ( 100% - 9% ) / 4 ) !important;
	}

	/* 前ページ、次ページボタンのスタイル */
	.product_slide_main_wrap .swiper-button-prev,
	.product_slide_main_wrap .swiper-button-next {
	width: 8vw;
	height: 8vw;
	margin-top: -4vw;
	}
	.product_slide_main_wrap .swiper-button-prev:before,
	.product_slide_main_wrap .swiper-button-next:before {
	font-size: 3.44vw;
	}

	/* 商品関連付けパート */
	.recommend_product {
	margin-bottom: 10%;
	}

	/* 商品アピールパート */
	.appeal_product {
	margin-bottom: 10%;
	}
	.appeal_product_title {
	padding: 10% 0;
	font-size: 5.32vw;
	}
	.appeal_product_title:before {
	width: 15%;
	}
	.appeal_product_text {
	margin-bottom: 6%;
	}
	
	/* 商品レビューパート */
	.product_review {
	padding: 8% 5% 5% 5%;
	margin-bottom: 10%;
	}
	.product_review_title {
	margin-bottom: 8%;
	font-size: 3.44vw;
	}
	.review_item {
	margin-bottom: 15%;
	}
	.review_head {
	padding-bottom: 3%;
	margin-bottom: 3%;
	display: block;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	}
	.review_head_parts {
	display: block;
	margin-top: -5%;
	}
	.review_rate {
	margin-right: 0;
	margin-bottom: 1%;
	}
	.review_rate img {
	height: 3.13vw;
	margin-right: 1%;
	}
	.review_name {
	font-size: 3.13vw;
	}
	.review_date {
	text-align: right;
	font-size: 2.82vw;
	}
	.review_body_img {
	margin-top: 5%;
	}
	.review_reply {
	padding: 5%;
	margin-top: 5%;
	font-size: 2.5vw;
	}
	.review_reply_date {
	margin-top: 2%;
	}
	.product_review_more {
	padding: 5% 0 10% 0;
	font-size: 3.13vw;
	}
	.product_review_btn a {
	padding: 5% 0;
	font-size: 3.13vw;
	}

}

/* ------------------------------------
	商品詳細ここまで
------------------------------------*/



/* ------------------------------------
	404ページここから
------------------------------------*/
/* ------------------------------------
	404ページここまで
------------------------------------*/

/* ------------------------------------
	○○○ここから
------------------------------------*/
/* ------------------------------------
	○○○ここまで
------------------------------------*/

/* ▲▲▲ここにページごとに独自で必要なCSSを追加していきます。▲▲▲ */








/*==================================================================
	98. AD setting（広告）
===================================================================*/
.ad_space {
	text-align: center;
}

/* 2つ並び広告 */
.ad_area {
	padding: 40px 0;
}
.ad_list {
	font-size: 0;
	text-align: center;
}
.ad_item {
	width: 300px;
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
}










/*==================================================================
	99. SP
===================================================================*/

@media only screen and (max-width: 640px) {

/*==================================================================
	1. Base setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
body {
font-size: 3.13vw;/* 20px/640px */
min-width: 100%;
}
	
/* ------------------------------------------------------------------
	1-2. Structure styles
-------------------------------------------------------------------*/
.container_ec {
margin-top: 60px;
padding-bottom: 10%;
}
.block {
padding: 15% 0;
}
.block_heading {
margin-bottom: 6%;
font-size: 5.94vw;
}
.wrapper {
width: 90%;
}
.inner {
padding: 0;
}


/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Header styles
-------------------------------------------------------------------*/
.header {
padding: 15px 20px;
box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
line-height: 1;
}
.logo img {
max-height: 30px;
transition: none;
}
.gnav {
display: none;
}

.header_tools {
margin: 0 25px 0 auto;
}
.header_icon {
font-size: 21px;
}
.header_icon:not(:first-child) {
	margin-left: 25px;
}

header.scroll {
padding: 15px 20px;
}
header.scroll .logo img {
max-height: 30px;
}

/* ------------------------------------
	ハンバーガーメニュー／SpNavi
------------------------------------*/
.hamburger {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
.hamburger.drawer-toggle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0c9";
	font-size: 21px;
}
.drawer-open .hamburger.drawer-toggle:before {
	content: "\f00d";
}

/* ------------------------------------------------------------------
	2-1_1. SpNavi
-------------------------------------------------------------------*/
#sp_nav {
	display: block;
	/*top: 60px;*/
	width: 80%;
	right: -80%;
	z-index: 102;
}
.drawer--right.drawer-open #sp_nav {
	right: 0;
}
.drawer-overlay {
	background-color: rgba(0,0,0,.4) !important;
	z-index: 101 !important;
}
.drawer-menu {
	position: relative;
}

.sp_nav_head {
	padding: 20px 20px 0 20px;
}
.sp_close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	margin-left: auto;
}
.sp_close.drawer-toggle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0c9";
	font-size: 21px;
}
.drawer-open .sp_close.drawer-toggle:before {
	content: "\f00d";
}

.sp_nav_list {
	padding: 0 5% 5% 5%;
}
.sp_nav_list > li {
	border-bottom: 2px solid #F2F2F2;
	padding: 4% 3%;
}
.sp_nav_list > li a {
	color: inherit;
}
.sp_nav_list > li.js_spnav_trigger {
	position: relative;
}
.sp_nav_list > li.js_spnav_trigger:after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\2b";
	color: #AA3B83;
}
.sp_nav_list > li.js_spnav_trigger.open:after {
	content: '\f068';
}
.sp_nav_item.child {
	padding: 0;
	display: none;
}
.sp_nav_child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3%;
}
.sp_nav_child > li {
	margin: 0 3% 0 0;
	width: calc( ( 100% - 3%  ) / 2 );
	position: relative;
}
.sp_nav_child > li:nth-child(2n) {
	margin-right: 0;
}
.sp_nav_child > li:before {
	position: absolute;
	top: 2%;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f105";
	color: #AA3B83;
}
.sp_nav_child > li a {
	display: block;
	padding: 0 0 3% 8%;
}

.sp_nav_foot {
	padding: 0 5% 100px 5%;
}
.sp_nav_link > li {
	position: relative;
}
.sp_nav_link > li:before {
	position: absolute;
	top: 2%;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f138";
	color: #AA3B83;
}
.sp_nav_link > li a {
	display: block;
	padding: 0 3% 6% 6%;
	color: inherit;
}

/* ------------------------------------------------------------------
	2-3. Main styles
-------------------------------------------------------------------*/
.page_title {
width: 90%;
margin: 0 auto 8% auto;
padding-bottom: 6%;
font-size: 4.69vw;
}
.page_title:after {
width: 15%;
}

/* ルビと注釈の説明 */
.note_text {
font-size: 2.82vw;
}

/* ボックス配置 */
.section_thm {
max-width: 100%;
}
.section_thm_left {
float: none;
margin: 0 0 5% 0;
}
.section_thm_right {
float: none;
margin: 0 0 5% 0;
}

/* ------------------------------------------------------------------
	2-5. Footer styles
-------------------------------------------------------------------*/
.footer {
padding-top: 8%;
}
.footer_cart {
margin-bottom: 5%;
}
.footer_group {
display: block;
margin-bottom: 10%;
}
.footer_unit_1 {
width: 100%;
margin-bottom: 10%;
}
.footer_logo {
display: none;
}
.footer_unit_2 {
text-align: center;
}
.fnav_wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fnav_item {
margin-bottom: 30px;
font-size: 2.82vw;
}
.footer_sns {
margin-top: 5%;
font-size: 2.19vw;
}
.footer_sns i {
font-size: 6.25vw;
}
.footer_sns a:not(:last-child) {
margin-right: 5%;
}
.copyright {
padding: 5% 0;
font-size: 2.19vw;
}









}

