@charset "UTF-8";
.normal {
	margin-bottom: var(--margin-section);
}
.normal:last-child {
	margin-bottom: 0;
}
.normal_title {}
.normal_text {
	margin-bottom: 1.733em;
}
.normal_text:last-child {
	margin-bottom: 0;
}
.normal_table {
	margin-top: 40px;
}
.normal_table > tbody {}
.normal_table > tbody > tr {}
.normal_table > tbody > tr > th {}
.normal_table > tbody > tr > td {}
.normal_cTbl {}
.normal_cTbl > tbody {}
.normal_cTbl > tbody > tr {}
.normal_cTbl > tbody > tr > th {
	white-space: nowrap;
	text-align: right;
	font-weight: inherit;
	padding-right: 0.5em;
}
.normal_cTbl > tbody > tr > td {}
.normal_headline {
	font-weight: inherit;
	color: var(--color-green-main);
	font-size: inherit;
	margin-bottom: 6px;
	margin-top: 20px;
}
.normal_headline:first-child {
	margin-top: 0;
}
.normal_text_hidden {
	visibility: hidden;
}
.normal_alert {
	color: var(--color-red);
	margin-bottom: 0.7em;
}
.newsList {
	list-style: none;
	border-top: 1px solid var(--color-gray-light);
	max-width: 960px;
	margin: 0 auto;
}
.newsList > li {
	border-bottom: 1px solid var(--color-gray-light);
}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.newsList_item {
	display: flex;
	padding: 10px 19px;
	box-sizing: border-box;
	min-height: 89px;
	align-items: center;
}
.newsList_update {
	width: 100px;
}
.newsList_title {
	width: calc(100% - 100px);
}
.news {
	max-width: 960px;
	margin: 87px auto 0;
}
.news_head {
	border-bottom: 1px solid var(--color-gray-light);
	padding: 0 19px 35px;
	margin-bottom: 35px;
}
.news_title {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 19px;
}
.news_update {}
.news_body {
	border-bottom: 1px solid var(--color-gray-light);
	padding: 0 19px 73px;
}
.news_link {
	max-width: 220px;
	margin: 60px auto 0;
}
.anchorNav {
	margin-bottom: 77px;
}
.anchorNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.anchorNav_list > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}
.anchorNav_list > li:nth-child(n+5) {
	margin-top: 19px;
}
.anchorNav_list > li > a {
	text-decoration: none;
	border: 1px solid var(--color-green-main);
	background-color: var(--color-green-main);
	color: #fff;
	min-height: 60px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
	height: 100%;
	font-size: 14px;
	line-height: 1.5;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.faqBox {
	margin-bottom: var(--margin-section);
}
.faqBox_title {
	margin-bottom: 0;
}
.faq {
	border-bottom: 1px solid var(--color-gray-light);
	font-size: 18px;
}
.faq_title {
	font-size: inherit;
	font-weight: inherit;
}
.faq_title_btn {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 23px 45px;
	padding-right: 60px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.faq_mark {
	font-family: var(--font-mincho);
	position: absolute;
	top: calc(23px + 0.8665em);
	transform: translateY(-50%) scale(1.11);
	left: 21px;
}
.faq_mark-q {
	color: var(--color-green-main);
}
.faq_title_icon {
	width: 20px;
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translateY(-50%);
	background-color: currentColor;
}
.faq_title_icon::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	transform: rotate(90deg);
	transition-duration: .3s;
	transition-property: transform;
}
.faq_title_btn.isShow .faq_title_icon::before {
	transform: rotate(0deg);
}
.faq_body {
	display: none;
	padding: 0 45px 23px;
	position: relative;
	z-index: 0;
	margin-top: -10px;
}
.faq_body.isShow {
	display: block;
}
.faq_mark-a {
	top: 0.8665em;
}
.faq_body_inner {}
.faq-text-link {}
.topCampaign {
	background-color: var(--color-green-pale);
	padding: 81px 0 99px;
}
.topCampaign_inner {}
.topCampaign_title {}
.topCampaign_slide {
	font-size: 0;
	margin-left: -20px;
	margin-right: -20px;
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: opacity;
}
.topCampaign_slide.slick-initialized {
	opacity: 1;
}
.topCampaign_slide_item {
	box-sizing: border-box;
	padding: 0 20px;
}
.topCampaign_bnr {}
.topCampaign_bnr > a {
	text-decoration: none;
	color: inherit;
}
.topCampaign_image {
	transition-duration: .3s;
	transition-property: opacity;
}
.topCampaign_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topCampaign_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	color: var(--color-green-main);
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
}
.topCampaign_tagList > li {}
.topCampaign_tagList > li:nth-last-child(n+2) {
	margin-right: 1em;
}
.topCampaign_name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.topCampaign_slide .slick-list {
	overflow: visible;
}
.topCampaign_slide_btn {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid var(--color-text);
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	top: 120px;
	position: absolute;
	transform: translateY(-50%);
	z-index: 10;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.topCampaign_slide_btn_icon {}
.topCampaign_slide_btn-next {
	right: 0;
	margin-right: -5px;
}
.topCampaign_slide_btn-prev {
	left: 0;
	margin-left: -5px;
}
.topCampaign_slide_btn_arrow {
	margin: 0 auto;
}
.topVis {
	margin-bottom: 82px;
}
.topVis_slide {
	font-size: 0;
	transition-duration: 1s;
	transition-property: opacity;
	opacity: 0;
}
.topVis_slide.slick-initialized {
	opacity: 1;
}
.topVis_slide_item {}
.topVis_slide_item > a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.topVis_image {
	width: 840px;
	position: relative;
}
.topVis_image > img {
	display: block;
	position: relative;
}
.topvis_dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.topvis_dots > li {}
.topvis_dots > li > button {
	display: block;
	width: 10px;
	height: 10px;
	border: 4px solid rgba(255, 255, 255, 0);
	background-clip: content-box;
	box-sizing: content-box;
	background-color: var(--color-gray);
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topvis_dots > li.slick-active > button {
	background-color: var(--color-green-main);
}
.topNews {
	margin-bottom: 88px;
	margin-top: 58px;
}
.topNews_inner {}
.topNews_box {
	background-color: var(--color-gray-pale);
	padding: 45px 30px;
}
.topNews_box_inner {
	max-width: 1045px;
	margin: 0 auto;
}
.topNews_cols {
	display: flex;
	align-items: center;
}
.topNews_col {}
.topNews_col-ttl {
	width: 220px;
}
.topNews_title {
	text-align: left;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.topNews_title_main {
	margin-bottom: 0;
	margin-right: 0.3em;
}
.topNews_title_sub {
	position: relative;
	top: 0.5em;
}
.topNews_link {}
.topNews_col-list {
	list-style: none;
	width: calc(100% - 240px);
	margin-left: auto;
	max-width: 766px;
}
.topNews_load {}
.product {
	position: relative;
}
.product_bg {
	position: absolute;
	z-index: 0;
	width: 1508px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.product_bg > img {
	display: block;
}
.product_inner {
	position: relative;
	z-index: 1;
}
.product_title {}
.product_cells {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	justify-content: center;
}
.product_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
}
.product_cell_anchor {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
}
.product_image {
	transition-duration: .3s;
	transition-property: opacity;
}
.product_image > img {
	display: block;
}
.product_headline {
	font-size: 18px;
	font-family: var(--font-mincho);
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 37px;
}
.product_headline::after {
	content: "";
	display: block;
	width: 99px;
	height: 1px;
	background-color: var(--color-gray-text);
	margin: 20px auto 0;
}
.product_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	margin-left: -12px;
	margin-right: -12px;
}
.product_tagList > li {
	background-color: var(--color-green-pale);
	border-radius: 100px;
	min-height: 42px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 18px;
	line-height: 1.4;
	margin: 5px 4px;
}
.product_title_main {
	font-size: 24px;
}
.product_title_sub {
	font-size: 18px;
}
.newsList-top {
	border-top: none;
}
.newsList-top > li {
	border-bottom: none;
}
.newsList_item-top {
	min-height: 45px;
}
.aboutIntro {
	margin-bottom: 91px;
}
.aboutIntro_image {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 71px;
	padding-bottom: 400px;
	background-color: #eeeeee;
}
.aboutIntro_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutIntro_title {
	text-align: center;
}
.aboutIntro_text {
	text-align: center;
	max-width: 766px;
	margin: 0 auto;
	line-height: 2.13;
}
.about {
	margin-bottom: 120px;
}
.about_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_cols-rev {
	flex-direction: row-reverse;
	align-items: flex-end;
}
.about_col {}
.about_col-txt {
	width: 472px;
}
.about_title {}
.about_text {
	line-height: 2.13;
}
.about_col-img {
	width: calc(100% - 510px);
	max-width: 560px;
}
.about_image {
	width: 720px;
}
.about_image > img {
	display: block;
}
.about_figs {
	position: relative;
	z-index: 1;
	padding-bottom: 73.21%;
}
.about_fig {
	width: 58.4%;
	position: absolute;
	top: 0;
	left: 0;
}
.about_fig-no1 {}
.about_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.about_fig-no2 {
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
	z-index: 2;
}
.about_col-imgRev {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 580px;
}
.rule {}
.rule_title {}
.rule_headline {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 14px;
	margin-top: 25px;
}
.rule_headline:first-child {
	margin-top: 0;
}
.rule_inner {}
.rule_text {}
.rule_oList {
	padding-left: 1.4em;
}
.rule_oList > li {}
.rule_oListBracket {
	list-style: none;
	counter-reset: number;
}
.rule_oListBracket > li {
	position: relative;
	padding-left: 27px;
}
.rule_oListBracket > li::before {
	content: '('counter(number)')';
	counter-increment: number;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.rule_oListBracket > li:nth-child(n+10) {
	padding-left: 38px;
}
.pointItem {
	margin-bottom: 92px;
}
.pointItem_title {}
.pointItem_text {}
.pointItem_cells {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
	justify-content: space-between;
}
.pointItem_cells-center {
	justify-content: center;
}
.pointItem_cell {
	width: 33.33%;
	max-width: 360px;
}
.pointItem_point {
	width: 90px;
	height: 90px;
	background-color: var(--color-green-main);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-mincho);
	white-space: nowrap;
	margin-bottom: -46px;
	position: relative;
	z-index: 2;
}
.pointItem_point-blue {
	background-color: var(--color-blue);
}
.pointItem_point_main {
	font-size: 24px;
}
.pointItem_point_sub {
	display: block;
	position: relative;
	top: 0.2em;
	margin-left: .1em;
}
.pointItem_image {}
.pointItem_image > img {
	display: block;
}
.pointItem_link {
	max-width: 275px;
	margin: 46px auto 0;
}
.pointItem_link > a {
	min-height: 50px;
}
.exchange {
	margin-bottom: 82px;
}
.exchange_title {}
.exchange_inner {
	max-width: 960px;
	margin: 0 auto;
}
.exchange_step {
	display: flex;
	border: 1px solid var(--color-green-main);
	border-radius: 100px;
	align-items: center;
	margin-bottom: 45px;
	padding-right: 25px;
	margin-top: 35px;
}
.exchange_step_num {
	width: 100px;
	height: 100px;
	background-color: var(--color-green-main);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	font-family: var(--font-mincho);
	line-height: 1;
}
.exchange_step_num_sub {
	display: block;
	margin-bottom: 0.3em;
}
.exchange_step_num_main {
	font-size: 26px;
	display: block;
}
.exchange_step_text {
	width: calc(100% - 130px);
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 790px;
}
.exchange_headline {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 11px;
}
.exchange_text {}
.pointService {
	margin-bottom: 80px;
}
.pointService_title {}
.pointService_headline {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 21px;
}
.pointService_text {}
.pointService_cols {
	display: flex;
	margin-top: 40px;
	max-width: 1130px;
}
.pointService_col {}
.pointService_col-img {}
.pointSave {
	display: flex;
	align-items: center;
}
.pointSave_image {
	margin-right: 33px;
}
.pointSave_image > img {
	display: block;
}
.pointSave_text {
	font-size: 18px;
	line-height: 40px;
}
.pointSave_text_yen {
	font-size: 22px;
	color: var(--color-green-main);
	font-weight: 500;
}
.pointSave_text_main {
	font-size: 24px;
	font-weight: bold;
}
.pointSave_text_num {
	color: var(--color-green-main);
	font-size: 35px;
}
.pointSave_text_point {
	color: var(--color-green-main);
}
.pointService_col-ex {
	width: calc(100% - 380px);
	margin-left: auto;
	max-width: 687px;
	padding-top: 19px;
}
.pointEx {
	background-color: var(--color-green-pale);
	border-radius: 5px;
	padding: 50px 20px 36px;
	position: relative;
}
.pointEx_title {
	width: 121px;
	height: 40px;
	background-color: var(--color-green-main);
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: -10px;
}
.pointEx_title::before {
	content: "";
	border: 5px solid rgba(255, 255, 255, 0);
	border-right-color: #218D63;
	border-top-color: #218D63;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
}
.pointEx_inner {
	max-width: 592px;
	margin: 0 auto;
}
.pointEx_cells {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pointEx_cell {}
.pointEx_sub {}
.pointEx_text {
	line-height: 1.2;
	font-feature-settings: "palt";
}
.pointEx_text_yen {
	font-size: 28px;
	font-weight: 500;
}
.pointEx_arrow {
	border: 14px solid rgba(255, 255, 255, 0);
	border-left-color: var(--color-green-main);
	border-left-width: 24px;
	border-right-width: 0;
	display: block;
}
.pointEx_get {
	font-size: 28px;
	font-weight: bold;
}
.pointEx_get_main {
	color: var(--color-green-main);
}
.pointEx_get_num {
	font-size: 42px;
}
.pointService_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.gift {
	position: relative;
	padding: 64px 0 75px;
	margin-bottom: 80px;
}
.gift_bg {
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 320px;
	background-color: var(--color-green-pale);
}
.gift_inner {
	position: relative;
	z-index: 1;
}
.gift_title {
	text-align: center;
	margin-bottom: 32px;
}
.gift_msg {
	text-align: center;
}
.gift_cols {
	display: flex;
	margin-top: 49px;
	margin-bottom: 91px;
}
.gift_col {
	width: 47%;
}
.gift_col-txt {
	padding-top: 18px;
}
.gift_headline {
	font-size: 24px;
	color: var(--color-green-main);
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.gift_headline_main {
	display: flex;
	height: 36px;
	width: 91px;
	background-color: var(--color-green-main);
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	margin-right: 12px;
}
.gift_headline_sub {}
.gift_text {}
.gift_text > sup {}
.gift_list {
	list-style: none;
	font-size: 13px;
	line-height: 1.615;
	margin-top: 45px;
}
.gift_list > li {
	display: flex;
}
.gift_list_mark {
	white-space: nowrap;
}
.gift_col-img {
	width: 48.3%;
	max-width: 560px;
	margin-left: auto;
}
.gift_image {}
.gift_image > img {
	display: block;
}
.used {}
.used_title {
	text-align: center;
	font-weight: inherit;
	font-family: var(--font-mincho);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
}
.used_cols {
	display: flex;
}
.used_col {
	width: calc((100% - 80px) / 3);
	background-color: #fff;
	padding: 70px 40px 38px;
	box-sizing: border-box;
}
.used_col-no1 {}
.used_image {
	max-width: 131px;
	margin: 0 auto 50px;
}
.used_image > img {
	display: block;
}
.used_text {}
.used_arrow {
	width: 70px;
	height: 70px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	z-index: 3;
	top: 167px;
	left: 50%;
	transform: translateX(-50%);
}
.used_arrow_icon {
	display: block;
	width: 23px;
	height: 23px;
	stroke-width: 1px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke: currentColor;
}
.used_col-no2 {}
.used_note {
	font-size: 13px;
	margin-top: 7px;
}
.used_col-no3 {}
.used_msg {
	background-color: var(--color-green-main);
	color: #fff;
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	min-height: 70px;
	box-sizing: border-box;
	margin-top: 40px;
}
.used_arrowWrap {
	width: 40px;
	position: relative;
}
.regCourse {
	margin-bottom: 105px;
}
.regCourse_title {}
.regCourse_cols {
	display: flex;
	justify-content: space-between;
	margin-top: 54px;
	max-width: 1051px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
.regCourse_col {}
.regCourse_col-item {
	display: flex;
	width: 47.2%;
}
.regCourse_image {
	width: 140px;
}
.regCourse_image > img {
	display: block;
}
.regCourse_areaText {
	width: calc(100% - 170px);
	margin-left: auto;
	max-width: 300px;
	padding-top: 7px;
}
.regCourse_headline {
	font-size: 24px;
	font-family: var(--font-mincho);
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 19px;
}
.regCourse_normal {
	margin-bottom: 6px;
	display: flex;
	position: relative;
}
.regCourse_normal > del {
	text-decoration: none;
	position: relative;
}
.regCourse_normal > del::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-red);
}
.regCourse_dList {
	list-style: none;
	margin-bottom: 10px;
}
.regCourse_dList > dt {}
.regCourse_dList > dd {
	line-height: 1;
}
.regCourse_dList_yen {
	font-size: 32px;
	font-weight: bold;
	color: var(--color-red);
	margin-right: 0.2em;
}
.regCourse_dList_off {
	display: inline-flex;
	width: 110px;
	height: 33px;
	background-color: var(--color-red);
	color: #fff;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 500;
	vertical-align: baseline;
	margin-left: 0.6em;
}
.regCourse_link {
	margin-top: 15px;
}
.regCourse_link > a {
	min-height: 53px;
}
.regCourse_link_icon {
	width: 31px;
	height: 31px;
	fill: currentColor;
	margin-right: 9px;
}
.regCourse_arrow {}
.regCourse_arrow_icon {
	display: block;
	width: 77px;
	height: 130px;
	fill: #FFF146;
}
.regCourse_arrow_icon > path {
	white-space: nowrap;
}
.regCourse_arrow_icon > patd {}
.regCourse_col-price {
	width: 32.5%;
}
.regCourse_box {
	border: 2px solid var(--color-red);
	border-radius: 5px;
	padding: 54px 20px;
}
.regCourse_price {
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	line-height: 45px;
}
.regCourse_price > sup {}
.regCourse_price_yen {
	color: var(--color-red);
	font-size: 23px;
	font-weight: bold;
}
.regCourse_price_num {
	font-size: 37px;
}
.regCourse_caution {
	font-size: 11px;
	margin-top: 11px;
}
.pointCourse {
	margin-bottom: 126px;
}
.pointCourse_title {
	text-align: center;
	margin-bottom: 39px;
}
.pointCourse_cells {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 143px;
}
.pointCourse_cell {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
}
.pointCourse_cell:nth-child(n+3) {
	margin-top: 35px;
}
.pointCourse_point {
	width: 100px;
	height: 100px;
	background-color: var(--color-green-main);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-family: var(--font-mincho);
	font-size: 18px;
	line-height: 1.2;
}
.pointCourse_point_sub {
	display: block;
}
.pointCourse_point_num {
	display: block;
	font-size: 26px;
}
.pointCourse_areaText {
	width: calc(100% - 125px);
}
.pointCourse_headline {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 11px;
}
.pointCourse_text {}
.special {}
.special_cols {
	display: flex;
	justify-content: space-between;
}
.special_col {
	width: 30.7%;
}
.special_col-no1 {}
.special_title {
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	background-color: var(--color-green-main);
	color: #fff;
	font-family: var(--font-mincho);
	font-weight: normal;
	font-size: 18px;
	margin: 0 auto 24px;
	position: relative;
}
.special_title::before {
	content: "";
	border: 22px solid rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border-right-width: 0;
	border-left-width: 10px;
	border-left-color: #fff;
}
.special_title::after {
	content: "";
	border: 22px solid rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	border-left-width: 0;
	border-right-width: 10px;
	border-right-color: #fff;
}
.special_title_sub {
	display: block;
	position: relative;
}
.special_title_main {
	font-size: 24px;
	display: block;
	margin-left: 4px;
	position: relative;
	top: -0.1em;
}
.special_image {
	max-width: 180px;
	margin: 0 auto 13px;
}
.special_image > img {
	display: block;
}
.special_headline {
	font-size: 18px;
	font-weight: inherit;
	text-align: center;
	margin-bottom: 14px;
}
.special_text {}
.special_col-no2 {}
.special_col-no3 {}
.regVis {
	position: relative;
	background-image: linear-gradient(to right, #fcfcfa, #e7e9ee);
	margin-bottom: 91px;
}
.regVis_areaText {
	position: relative;
	z-index: 1;
	padding: 70px 70px 50px;
	min-height: 474px;
	box-sizing: border-box;
}
.regVis_title {
	font-size: 40px;
	line-height: 1.425;
	font-weight: normal;
	font-family: var(--font-mincho);
	letter-spacing: 0.04em;
	margin-bottom: 29px;
}
.regVis_text {
	font-size: 17px;
	line-height: 1.94;
	margin-bottom: 1.94em;
}
.regVis_text:last-child {
	margin-bottom: 0;
}
.regVis_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.regVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_linkList {
	list-style: none;
	margin-top: 55px;
}
.product_linkList > li {}
.product_linkList > li > a {
	min-height: 69px;
	font-size: 20px;
	padding-left: 28px;
	padding-right: 72px;
}
.product_linkList > li:nth-child(n+2) {
	margin-top: 24px;
}
.product_linkLis_arrow {
	right: 34px;
}
.itemCart {
	position: relative;
}
.itemCart_image {
	max-width: 260px;
	margin: 0 auto;
}
.itemCart_image > img {
	display: block;
	margin: 0 auto;
}
.itemCart_title {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	font-family: var(--font-mincho);
	margin-top: -4px;
	margin-bottom: 17px;
}
.itemCart_title::after {
	content: "";
	display: block;
	width: 91px;
	height: 1px;
	background-color: var(--color-gray-light);
	margin: 16px auto 0;
}
.itemCart_price {
	text-align: center;
}
.itemCart_box {
	padding: 22px 18px;
	background-color: var(--color-green-pale);
	border-radius: 3px;
	margin-top: 16px;
}
.itemCart_info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 13px;
}
.itemCart_label {}
.itemCart_selWrap {
	margin: 0 10px;
}
.itemCart_suffix {}
.itemCart_btn {
	font-family: var(--font-gothic);
	min-height: 40px;
	border-radius: 2px;
	font-size: 14px;
	padding: 5px 10px;
}
.itemCart_btn > svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: currentColor;
	margin-right: 7px;
}
.itemCart_note {
	position: absolute;
	z-index: 1;
	min-height: 36px;
	font-weight: 500;
	background-color: var(--color-green-main);
	color: #fff;
	align-items: center;
	display: flex;
	line-height: 1.2;
	padding: 0 9px;
}
.items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 40px;
}
.items_cell {
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
}
.items_cell:nth-child(n+5) {
	margin-top: 44px;
}
.itemCart_price_off {
	color: var(--color-red);
	font-weight: 500;
}
.prodVis {
	position: relative;
	padding: 40px 40px;
	min-height: 474px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 91px;
}
.prodVis_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prodVis_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prodVis_used {
	position: absolute;
	z-index: 2;
	width: 145px;
	bottom: 8%;
	right: 3.2%;
}
.prodVis_used > img {
	display: block;
}
.prodVis_inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}
.prodVis_areaText {}
.prodVis_title {
	margin-bottom: 17px;
	position: relative;
	left: 15px;
}
.prodVis_title > img {
	display: block;
}
.prodVis_link {
	max-width: 365px;
}
.prodVis_link > a {}
.prodInfo {
	margin-bottom: 85px;
}
.prodInfo_title {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font-gothic);
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.prodInfo_dList {
	list-style: none;
}
.prodInfo_dList > dt {}
.prodInfo_dList > dd {}
.prodInfo_box {
	background-color: var(--color-gray-pale);
	border-radius: 3px;
	padding: 30px 30px;
	margin-top: 17px;
}
.prodInfo_list {
	list-style: none;
}
.prodInfo_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.voice {
	position: relative;
	padding: 45px 0 31px;
	margin-bottom: 80px;
}
.voice_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-color: var(--color-green-pale);
	transform: translateX(-50%);
}
.voice_inner {
	position: relative;
	z-index: 1;
}
.voice_title {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	font-family: var(--font-mincho);
	margin-bottom: 29px;
}
.voice_cells {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.voice_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
}
.voice_box {
	height: 100%;
	background-color: #fff;
	padding: 21px 30px 26px;
	box-sizing: border-box;
}
.voice_text {
	line-height: 37px;
	background-image: linear-gradient(to top, var(--color-gray-light) 1px, rgba(255, 255, 255, 0) 1px);
	background-size: 1px 37px;
	background-repeat: repeat;
	background-position: center bottom;
}
.voice_text_inner {
	background-image: linear-gradient(to top, #ccc 1px, rgba(255, 255, 255, 0) 1px);
}
.voice_name {
	text-align: right;
	margin-top: 14px;
}
.voice_caution {
	text-align: right;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
	margin-top: 23px;
}
.pioneer {
	position: relative;
	padding: 69px 0 45px;
}
.pioneer_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: var(--color-gray-pale);
}
.pioneer_inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.pioneer_image {
	margin-bottom: 29px;
}
.pioneer_image > img {
	display: block;
}
.pioneer_title {
	font-size: 24px;
	font-weight: normal;
	font-family: var(--font-mincho);
	line-height: 1.5;
	margin-bottom: 21px;
}
.pioneer_text {}
.prodIntro {
	margin-bottom: 85px;
}
.prodIntro_title {}
.prodIntro_inner {
	max-width: 960px;
	margin: 0 auto;
}
.prodIntro_text {
	margin-bottom: 1.733em;
}
.prodIntro_text:last-child {
	margin-bottom: 0;
}
.prodIntro_image {
	margin-bottom: 42px;
}
.prodIntro_image > img {
	display: block;
}
.prodIntro_hr {
	height: 1px;
	background-color: var(--color-gray-light);
	border: none;
	margin: 64px 0;
}
.prodIntro_headline {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
.prodIntro_cols {
	display: flex;
	align-items: center;
	margin: 38px 0;
}
.prodIntro_col {}
.prodIntro_col-img {
	width: 360px;
}
.prodIntro_fig {}
.prodIntro_fig > img {
	display: block;
}
.prodIntro_col-txt {
	width: calc(100% - 400px);
	margin-left: auto;
}
.prodIntro_msg {
	font-size: 18px;
	line-height: 1.94;
	margin-bottom: 66px;
}
.prodIntro_link {
	max-width: 365px;
	margin: 61px auto 0;
}
.prodIntro_link > a {}
.prodIntro_link > a::after {
	transform: translateY(-50%) rotate(-135deg);
	margin-top: 4px;
}
.product_title-l {
	text-align: left;
}
.product_title_main-l {
	font-size: 40px;
	margin-bottom: 0.5em;
}
.product_title_sub-l {}
.g-recaptcha {
	visibility: hidden;
	pointer-events: none;
}
.nagoProblem {
	margin-bottom: 50px;
}
.nagoProblem_inner {}
.nagoProblem_headline {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	font-family: var(--font-mincho);
	line-height: 1.6;
	margin-bottom: 25px;
	letter-spacing: 0.03em;
}
.nagoProblem_headline_point {
	position: relative;
	display: inline-block;
}
.nagoProblem_headline_point::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background-size: 1em 4px;
	background-repeat: repeat-x;
	background-position: 2px 0;
	background-image: radial-gradient(circle at center center, currentcolor 0px, currentcolor 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
}
.nagoProblem_list {
	list-style: none;
	display: flex;
	max-width: 975px;
	margin: 0 auto;
}
.nagoProblem_list > li {
	width: 33.3%;
	border-right: 1px solid rgba(112, 112, 112, 0.39);
	box-sizing: border-box;
	padding: 11px 20px 8px;
}
.nagoProblem_list > li:last-child {
	width: 33.4%;
	border-right: none;
}
.nagoProblem_fig {}
.nagoProblem_fig > figcaption {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	margin-bottom: 26px;
}
.nagoProblem_fig > img {
	display: block;
	margin: 0 auto;
}
.nagoGaba {
	margin-bottom: 75px;
}
.nagoGaba_inner {
	max-width: 888px;
}
.nagoGaba_title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	font-family: var(--font-mincho);
	display: flex;
	justify-content: center;
	line-height: 1.6;
	margin-bottom: 20px;
}
.nagoGaba_title_main {
	display: block;
	background-image: linear-gradient(to top, var(--color-yellow) 33px, rgba(255, 255, 255, 0) 33px);
	padding-bottom: 0px;
	letter-spacing: 0.04em;
}
.nagoGaba_title_point {
	font-size: 60px;
	color: var(--color-blue-light);
}
.nagoGaba_text {
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 44px;
}
.nagoGaba_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.nagoGaba_list > li {
	width: 426px;
}
.nagoGaba_headline {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background-image: linear-gradient(to right, #d10505, #ff0b0b 51.7%, #d50404 100%);
	color: var(--color-white);
	padding: 7px 10px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.nagoGaba_headline-blue {
	background-image: linear-gradient(to right, #00489a, #0065d8 51.7%, #004490 100%);
}
.nagoGaba_image {}
.nagoGaba_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.nagoGaba_note {
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
}
.nagoImprove {
	margin-bottom: 45px;
	position: relative;
}
.nagoImprove_inner {
	max-width: 896px;
}
.nagoImprove_cell {
	margin-bottom: 70px;
}
.nagoImprove_cell:last-child {
	margin-bottom: 0;
}
.nagoImprove_title {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	font-family: var(--font-mincho);
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding-left: 0.04em;
}
.nagoImprove_title_point {
	color: var(--color-red-vivid);
}
.nagoImprove_title > sup {
	font-size: 14px;
	vertical-align: super;
	margin-left: 5px;
}
.nagoImprove_areaData {
	background-color: var(--color-white);
	padding: 45px 20px 70px;
	margin-bottom: 50px;
}
.nagoImprove_areaData:last-child {
	margin-bottom: 0;
}
.nagoImprove_dataBox {
	max-width: 726px;
	margin: 0 auto 70px;
}
.nagoImprove_dataBox:last-child {
	margin-bottom: 0;
}
.nagoImprove_headline {
	font-size: 18px;
	color: var(--color-white);
	background-image: linear-gradient(to left, #5ca8ff, #013f8e);
	font-weight: 600;
	padding: 8px 20px;
	line-height: 1.5;
	margin-bottom: -25px;
	letter-spacing: 0.04em;
}
.nagoImprove_headline-hasMb {
	margin-bottom: 19px;
}
.nagoImprove_chart {
	padding-left: 23px;
}
.nagoImprove_chart > img {
	display: block;
	margin: 0 auto;
}
.nagoImprove_note {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 18px;
	letter-spacing: 0.04em;
}
.nagoImprove_msgBox {
	max-width: 730px;
	margin: 0 auto 70px;
	background-image: url(/assets/img/products_nagomin/bg-grad.svg);
	box-sizing: border-box;
	padding: 51px 40px 44px;
	width: 731px;
	min-height: 194px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	background-size: cover;
}
.nagoImprove_msgBox_txt {
	font-size: 20px;
	line-height: 1.75;
	text-align: center;
	font-weight: 500;
	color: var(--color-white);
}
.nagoImprove_areaTbl {
	max-width: 740px;
	margin: 0 auto;
}
.nagoImprove_tblWrap {}
.nagoImprove_table {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #BCBCBC;
	line-height: 1.58;
}
.nagoImprove_table > thead {}
.nagoImprove_table > thead > tr {}
.nagoImprove_table > thead > tr > th {
	white-space: nowrap;
	text-align: center;
	background-color: var(--color-blue-sky);
	padding: 13px 10px;
	border-left: 1px solid #BCBCBC;
}
.nagoImprove_table > thead > tr > th:first-child {
	width: 15%;
}
.nagoImprove_table > thead > tr > td {}
.nagoImprove_table > tbody {}
.nagoImprove_table > tbody > tr {}
.nagoImprove_table > tbody > tr > td {
	border-left: 1px solid #BCBCBC;
	border-top: 1px solid #BCBCBC;
	text-align: left;
	padding: 13px 15px;
	vertical-align: top;
}
.nagoImprove_table > tbody > tr > td:last-child {
	text-align: right;
	width: 31%;
}
.nagoImprove_tbl_tdNote {
	font-size: 14px;
	margin-left: 20px;
}
.nagoImprove_tblNone {
	font-size: 14px;
	margin-top: 14px;
	line-height: 1.79;
}
.nagoFeat {
	margin-bottom: 48px;
	margin-top: 100px;
	position: relative;
}
.nagoFeat_inner {
	max-width: 896px;
}
.nagoFeat_title {
	font-size: 49px;
	font-family: var(--font-mincho);
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
}
.nagoFeat_title_more {
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.nagoFeat_title_more::before {
	content: "";
	display: block;
	width: 1px;
	height: 53px;
	background-color: currentColor;
	transform: rotate(-28deg);
	margin-right: 20px;
}
.nagoFeat_title_more::after {
	content: "";
	display: block;
	width: 1px;
	height: 53px;
	background-color: currentColor;
	transform: rotate(28deg);
	margin-left: 20px;
}
.nagoFeat_title_main {
	display: block;
}
.nagoFeat_title_point {
	font-size: 112%;
	color: var(--color-blue-light);
}
.nagoFeat_title_number {
	color: var(--color-red-vivid);
}
.nagoFeat_title_number > b {
	font-size: 163%;
	font-weight: inherit;
}
.nagoFeat_areaCell {
	background-color: var(--color-white);
	padding: 50px 30px;
}
.nagoFeat_cells {}
.nagoFeat_cell {
	max-width: 740px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
	min-height: 216px;
	display: flex;
	align-items: center;
}
.nagoFeat_cell:last-child {
	margin-bottom: 0;
}
.nagoFeat_areaTxt {
	position: relative;
	z-index: 1;
	color: var(--color-white);
}
.nagoFeat_number {
	font-size: 55px;
	font-family: var(--font-times);
	line-height: 1;
	font-weight: normal;
	margin-bottom: 18px;
}
.nagoFeat_text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
}
.nagoFeat_text_point {
	font-size: 38px;
	font-weight: bold;
	font-family: var(--font-mincho);
}
.nagoFeat_col-img {
	width: calc(100% - 435px);
	position: relative;
	z-index: 0;
}
.nagoFeat_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 29.19%;
	box-sizing: border-box;
}
.nagoFeat_bg > img {}
.nagoFeat_cell_inner {
	padding: 20px 30px;
	height: 100%;
	width: 100%;
}
.nagoFeat_text_point-small {
	font-size: 32px;
}
.nagoSafe {
	margin-bottom: 170px;
}
.nagoSafe_inner {
	max-width: 743px;
}
.nagoSafe_title {
	font-family: var(--font-mincho);
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 33px;
}
.nagoSafe_title_small {
	display: block;
	font-size: 85.7%;
}
.nagoSafe_title_main {
	display: block;
}
.nagoSafe_title_main > b {
	font-size: 143%;
	font-weight: inherit;
}
.nagoSafe_message {
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-mincho);
	margin-bottom: 25px;
}
.nagoSafe_message_main {
	display: block;
	background-color: #FFFF00;
	padding: 5px 40px;
	min-width: 377px;
	box-sizing: border-box;
	text-align: center;
}
.nagoSafe_headline {
	font-size: 30px;
	font-family: var(--font-mincho);
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.nagoSafe_image {
	margin-top: 52px;
}
.nagoSafe_image-mtMinus {
	margin-top: -80px;
	margin-bottom: 52px;
}
.nagoSafe_image > img {
	display: block;
	margin: 0 auto;
}
.nagoCoat {
	margin-bottom: 33px;
	position: relative;
}
.nagoCoat_inner {
	max-width: 902px;
}
.nagoCoat_title {
	font-family: var(--font-mincho);
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 39px;
}
.nagoCoat_title_main {
	display: block;
	letter-spacing: 0.04em;
}
.nagoCoat_title_main > sup {
	font-size: 14px;
	vertical-align: top;
	position: relative;
	top: 15px;
	margin-left: 1px;
}
.nagoCoat_title_point {
	display: block;
	background-image: linear-gradient(45deg, #004490, #0065d8 51.7%, #00489a 100%);
	color: var(--color-white);
	font-size: 125%;
	padding: 19px 40px;
	margin: 18px 0;
}
.nagoCoat_arrowImg {
	margin-bottom: 28px;
}
.nagoCoat_arrowImg > img {
	display: block;
	margin: 0 auto;
}
.nagoCoat_text {
	line-height: 1.94;
	font-size: 18px;
}
.nagoCoat_noteList {
	list-style: none;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 16px;
	margin-bottom: 7px;
}
.nagoCoat_noteList > li {}
.nagoCoat_image {}
.nagoCoat_image > img {
	display: block;
	margin: 0 auto;
}
.nagoBuyNav {
	margin-bottom: 118px;
	margin-top: 95px;
}
.nagoBuyNav_inner {}
.nagoBuyNav_box {
	background-color: #F7F7F8;
	padding: 36px 30px 55px;
}
.nagoBuyNav_message {
	color: var(--color-blue-vivid);
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 22px;
}
.nagoBuyNav_message_sub {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.nagoBuyNav_message_main {
	display: block;
	font-family: var(--font-mincho);
}
.nagoBuyList {
	list-style: none;
	max-width: 366px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nagoBuyList > li {
	width: 366px;
}
.nagoBuyList > li > a {
	text-decoration: none;
	color: var(--color-white);
	background-color: var(--color-blue-vivid);
	display: flex;
	align-items: center;
	border-radius: 36px;
	justify-content: center;
	font-size: 24px;
	box-sizing: border-box;
	min-height: 72px;
	border: 1px solid var(--color-blue-vivid);
	transition-duration: .3s;
	transition-property: color, background-color;
}
.nagoAbout {
	padding-bottom: 157px;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 80px;
}
.nagoAbout_inner {
	max-width: 902px;
}
.nagoAbout_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.nagoAbout_table {
	width: 100%;
	border: 1px solid #BCBCBC;
	font-size: 16px;
	line-height: 1.5625;
}
.nagoAbout_table > tbody {}
.nagoAbout_table > tbody > tr {
	border-bottom: 1px solid #BCBCBC;
}
.nagoAbout_table > tbody > tr:last-child {
	border-bottom: none;
}
.nagoAbout_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #EDF7FD;
	text-align: left;
	vertical-align: top;
	padding: 17px 16px;
	width: 156px;
	box-sizing: border-box;
	border-right: 1px solid #BCBCBC;
	font-weight: inherit;
}
.nagoAbout_table > tbody > tr > td {
	text-align: left;
	padding: 17px 20px;
}
.nagoAbout_table > tbody > tr > td > a {
	color: var(--color-blue-light);
}
.nagoAbout_tblTxt {
	margin-bottom: 30px;
}
.nagoAbout_tblTxt:last-child {
	margin-bottom: 0;
}
.product_inner {}
.nagoVis {}
.nagoVis-top {
	position: relative;
	margin-bottom: 34px;
	padding-top: 87px;
}
.nagoVis_ribbon {
	position: absolute;
	top: 0;
	left: -10px;
	width: 249px;
}
.nagoVis_ribbon > img {
	display: block;
}
.nagoVis_inner {
	max-width: 900px;
}
.nagoVis_cells {
	display: grid;
	grid-template-columns: 60% 36.2%;
	justify-content: space-between;
	grid-template-rows: auto auto;
	row-gap: 7px;
	position: relative;
}
.nagoVis_cell {}
.nagoVis_cell-ttl {
	padding-top: 11px;
}
.nagoVis_cell-img {
	grid-row: span 2;
}
.nagoVis_cell-about {}
.nagoVis_title {}
.nagoVis_title > img {
	display: block;
}
.nagoVis_note {
	font-size: 12px;
	margin-top: 12px;
}
.nagoVis_mainImg {
	margin-bottom: 15px;
}
.nagoVis_mainImg > img {
	display: block;
}
.nagoVis_name {}
.nagoVis_name > img {
	display: block;
}
.nagoVisItem {
	margin-bottom: 10px;
}
.nagoVisItem:last-child {
	margin-bottom: 0;
}
.nagoVisItem_headline {
	font-size: 16px;
	color: var(--color-white);
	background-image: linear-gradient(to right, #0057BA, #0057BA 61.3%, rgba(255, 255, 255, 0));
	padding: 2px 13px;
	margin-bottom: 8px;
}
.nagoVisItem_headline-course {
	background-image: linear-gradient(to right, #FF0B0B, #FF0B0B 61.3%, rgba(255, 255, 255, 0));
}
.nagoVisItem_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.nagoVisItem_col {}
.nagoVisItem_col-no1 {}
.nagoVisItem_text {
	font-size: 20px;
	font-weight: 500;
}
.nagoVisItem_col-no2 {}
.nagoVisItem_price {
	display: flex;
	align-items: center;
}
.nagoVisItem_price_txt {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 6px;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
.nagoVisItem_price_main {
	display: block;
	font-family: var(--font-times);
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
}
.nagoVisItem_price_sub {
	line-height: 1;
	text-align: center;
	font-size: 27px;
	font-weight: 500;
	margin-left: 5px;
}
.nagoVisItem_price_sub_tax {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.nagoVisItem_col-no3 {
	width: 49%;
}
.nagoVisItem_col-no4 {
	width: 49%;
	display: flex;
	justify-content: flex-end;
}
.nagoGaba_title_main_small {}
.nagoVis_spRibbon {
	display: none;
}
.nagoVis_spRibbon_sub {}
.nagoProblem_title {
	background-color: var(--color-blue-light);
}
.nagoCourse {
	margin-bottom: 74px;
}
.nagoCourse_inner {}
.nagoCourse_cols {
	display: flex;
	justify-content: space-between;
}
.nagoCourse_col {
	border: 1px solid #65C4FF;
	border-radius: 5px;
	padding: 27px 20px 32px;
	background-color: var(--color-white);
	box-sizing: border-box;
}
.nagoCourse_col-many {
	width: 350px;
	padding-top: 39px;
}
.nagoCourse_col-course {
	width: calc(100% - 365px);
	max-width: 785px;
}
.nagoCourse_areaTxt {}
.nagoCouItem {}
.nagoCouItem_title {
	margin-bottom: 27px;
}
.nagoCouItem_title:after {
	background-color: var(--color-blue-light);
}
.nagoCouItem_cols {
	display: flex;
	justify-content: space-between;
}
.nagoCouItem_col {}
.nagoCouItem_col-img {
	width: 23%;
}
.nagoCouItem_image {}
.nagoCouItem_image > img {
	display: block;
}
.nagoCouItem_col-txt {
	width: 73.6%;
	padding-top: 36px;
}
.nagoCouItem_areaTxt {}
.nagoCourse_areaTxt_inner {
	max-width: 773px;
	margin: 0 auto;
}
.nagoCouItem_headline {
	font-size: 24px;
	font-weight: normal;
	font-family: var(--font-mincho);
	line-height: 1.6;
	margin-bottom: 10px;
	text-indent: -0.5em;
}
.nagoCouItem_normal {
	margin-bottom: 10px;
}
.nagoCouItem_normal > del {
	position: relative;
}
.nagoCouItem_normal > del::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-red);
}
.nagoCouItem_priceCols {
	display: flex;
}
.nagoCouItem_priceCol {
	width: 150px;
}
.nagoCouItem_priceCol-no1 {
	margin-right: 26px;
}
.nagoCouItem_priceCol-no2 {}
.nagoCouItem_note {
	font-size: 11px;
}
.nagoCourse_cCols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.nagoCourse_cCol {}
.nagoCourse_cCol-txt {
	width: 59%;
}
.nagoCourse_cCol-link {
	width: 39%;
}
.nagoCourse_price {
	font-size: 21px;
	font-weight: 500;
	line-height: 45px;
}
.nagoCourse_price > sup {
	font-size: 50%;
	vertical-align: top;
	top: 8px;
	line-height: 1;
}
.nagoCourse_price_yen {
	color: var(--color-red);
	font-size: 23px;
	font-weight: bold;
	margin-left: 18px;
	letter-spacing: 0.02em;
}
.nagoCourse_price_num {
	font-size: 37px;
}
.nagoCourse_price_num:last-child {
	margin-left: 7px;
}
.regCourse_link-nago {
	margin-top: 0;
}
.regCourse_link-nago > a {
	background-color: var(--color-blue-light);
	border-color: var(--color-blue-light);
	font-family: var(--font-gothic);
}
.regCourse_link_icon-nago {}
.regCourse_dList_off-nago {
	display: flex;
	margin-left: 0;
	margin-top: 13px;
	width: auto;
}
.itemCart_price_point {
	color: var(--color-red-vivid);
}
.itemCart_box-nago {
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	border-radius: 0;
	margin-top: 22px;
}
.itemCart_btn-nago {
	background-color: var(--color-blue-light);
	border-color: var(--color-blue-light);
	border-radius: 5px;
	min-height: 52px;
	font-size: 18px;
}
.itemCart_title-hasMt {
	margin-top: 16px;
}
.nagoVis_misty {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.nagoVis_misty > img {
	width: 100%;
	height: auto;
}
.nagoImprove_misty {
	position: absolute;
	top: 140px;
	width: 100%;
	min-width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.nagoImprove_misty > img {
	width: 100%;
	height: auto;
}
.nagoFeat_misty {
	position: absolute;
	top: -521px;
	width: 100%;
	min-width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.nagoFeat_misty > img {
	width: 100%;
	height: auto;
}
.nagoCoat_misty {
	position: absolute;
	top: -90px;
	width: 100%;
	min-width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.nagoCoat_misty > img {
	width: 100%;
	height: auto;
}
.product_cat {}
.topVis_cat {}
.fixCartNav {
	position: fixed;
	z-index: 1001;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 20px 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.fixCartNav.isHidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.fixCartNav_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 860px;
}
.fixCartNav_title {
	font-family: var(--font-mincho);
	color: var(--color-blue-vivid);
	font-size: 26px;
}
.fixCartNav_list {
	list-style: none;
	display: flex;
	width: calc(100%);
	margin-left: auto;
}
.fixCartNav_list > li {
	width: 80%;
	margin-left: 80%;
}
.fixCartNav_list > li:first-child {
	margin-left: 0;
}
.fixCartNav_list > li > a {
	height: 100%;
}
.nagoVis_msg {
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
	margin-top: 45px;
}
.nagoSingle {
	max-width: 290px;
	margin: 0 auto;
}
.nagoSingle_image {
	max-width: 137px;
	margin: 0 auto 21px;
}
.nagoSingle_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.nagoSingle_dList {
	list-style: none;
}
.nagoSingle_dList > dt {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 1em;
}
.nagoSingle_dList > dd {
	display: inline-block;
	font-size: 15px;
}
.nagoSingle_num {
	font-size: 24px;
	font-weight: bold;
}
.nagoSingle_cancelWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 35px;
}
.nagoSingle_text {}
.nagoSingle_cancel {}
.nagoSingle_cancel > del {
	position: relative;
}
.nagoSingle_cancel > del::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-red);
}
.nagoSingle_priceWrap {
	display: flex;
	justify-content: space-between;
}
.nagoSingle_price {
	line-height: 1;
}
.nagoSingle_price_num {
	font-size: 32px;
	font-weight: bold;
	color: var(--color-red);
	margin-right: 0.2em;
	display: inline-block;
}
.nagoSingle_off {
	display: flex;
	width: 128px;
	height: 33px;
	background-color: var(--color-red);
	color: #fff;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 500;
	vertical-align: baseline;
}
.itemCart_info-nagomin {
	margin-bottom: 0;
	background-color: #DCF1FF;
	padding: 7px;
	margin-bottom: 2px;
}
.itemCart_btn-nago > svg {
	width: 31px;
	height: 31px;
}
.product_cols {
	display: flex;
	max-width: 930px;
	margin: 0 auto;
	justify-content: space-between;
}
.product_col {
	border: 1px solid #D8D8D8;
	padding: 12px 14px;
	background-color: var(--color-white);
	max-width: 391px;
	box-sizing: border-box;
}
.product_col-no1 {}
.product_col-no2 {}
.product_cell-fit {
	width: auto;
	padding: 0;
}
.pointItem_caption {
	font-family: var(--font-mincho);
	text-align: center;
	font-size: 18px;
}
.nagoInfo {
	font-size: 14px;
	line-height: 1.785;
	max-width: 737px;
	margin: 0 auto 0;
}
.nagoInfo_title {
	font-size: inherit;
	font-weight: inherit;
}
.nagoInfo_headline {
	font-size: inherit;
	font-weight: inherit;
	margin-top: 1.785em;
}
.nagoInfo_text {}
.normal_cauList {
	list-style: none;
}
.normal_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.normal_cauList > li > strong {
	color: #e00;
	font-weight: inherit;
}
.normal_box {
	border: 1px solid #ccc;
	padding: 20px 20px;
	margin-top: 21px;
}
.normal_text_strong {
	color: #e00;
	font-weight: inherit;
}
.normal_image {
	margin-bottom: 12px;
	margin-top: 10px;
}
.normal_image > img {
	display: block;
}
@media screen and (max-width:1199px) {
	.product_tagList > li {
		padding: 5px 18px;
		margin: 4px 4px;
	}
	.pointEx_get {
		font-size: 24px;
	}
	.itemCart_title {
		font-size: 16px;
	}
	.items_cell {
		padding: 0 10px;
	}
	.items {
		margin-left: -10px;
		margin-right: -10px;
	}
	.nagoVis-top {
		padding-top: 150px;
	}
	.nagoCourse_price_yen {
		margin-left: 0;
	}
}
@media screen and (max-width:1149px) {
	.nagoCourse_cCols {
		display: block;
		margin-top: 27px;
	}
	.nagoCourse_cCol-txt {
		width: auto;
	}
	.nagoCourse_cCol-link {
		width: auto;
		margin-top: 11px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.nagoBuyList > li > a:hover {
		background-color: var(--color-white);
		color: var(--color-blue-vivid);
	}
	.itemCart_btn:hover {}
	.prodVis_link > a:hover {}
	.regCourse_link > a:hover {}
	.regCourse_link-nago > a:hover {
		color: var(--color-blue-light);
	}
	.topCampaign_bnr > a:hover {}
	a:hover .topCampaign_image {
		opacity: .7;
	}
	.topCampaign_slide_btn:hover {
		border-color: var(--color-green-main);
		color: var(--color-green-main);
	}
	.topVis_slide_item > a:hover {
		opacity: .7;
	}
	.topvis_dots > li > button:hover {
		background-color: var(--color-green-main);
	}
	a:hover .product_image {
		opacity: .7;
	}
	.faq_title_btn:hover {
		color: var(--color-green-main);
	}
	.anchorNav_list > li > a:hover {
		background-color: #fff;
		color: var(--color-green-main);
	}
	.newsList > li > a:hover {
		color: var(--color-green-main);
	}
	.itemCart_btn-nago:hover {
		color: var(--color-blue-light);
	}
}
@media screen and (max-width:999px) {
	.normal {}
	.normal:last-child {}
	.normal_title {}
	.normal_text {}
	.normal_table {}
	.normal_table > tbody {}
	.normal_table > tbody > tr {}
	.normal_table > tbody > tr > th {}
	.normal_table > tbody > tr > td {}
	.normal_cTbl {}
	.normal_cTbl > tbody {}
	.normal_cTbl > tbody > tr {}
	.normal_cTbl > tbody > tr > th {}
	.normal_cTbl > tbody > tr > td {}
	.normal_headline {}
	.normal_text_hidden {}
	.normal_alert {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {}
	.newsList_update {}
	.newsList_title {}
	.news {}
	.news_head {}
	.news_title {}
	.news_update {}
	.news_body {}
	.news_link {}
	.anchorNav {}
	.anchorNav_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.anchorNav_list > li {
		padding: 0 5px;
	}
	.anchorNav_list > li:nth-child(n + 5) {}
	.anchorNav_list > li > a {
		padding: 10px 10px;
	}
	.faqBox {}
	.faqBox_title {}
	.faq {
		font-size: 16px;
	}
	.faq_title {}
	.faq_title_btn {}
	.faq_mark {}
	.faq_mark-q {}
	.faq_title_icon {}
	.faq_title_icon::before {}
	.faq_title_btn.isShow .faq_title_icon::before {}
	.faq_body {}
	.faq_body.isShow {}
	.faq_mark-a {}
	.faq_body_inner {}
	.faq-text-link {}
	.topCampaign {
		padding: 60px 0;
	}
	.topCampaign_inner {}
	.topCampaign_title {}
	.topCampaign_slide {
		margin-left: -10px;
		margin-right: -10px;
	}
	.topCampaign_slide_item {
		padding: 0 10px;
	}
	.topCampaign_bnr {}
	.topCampaign_bnr > a {}
	.topCampaign_image {}
	.topCampaign_image > img {}
	.topCampaign_tagList {
		font-size: 12px;
	}
	.topCampaign_tagList > li {}
	.topCampaign_tagList > li:nth-last-child(n + 2) {}
	.topCampaign_name {
		font-size: 16px;
	}
	.topCampaign_slide .slick-list {}
	.topCampaign_slide_btn {
		top: 75px;
		width: 40px;
		height: 40px;
	}
	.topCampaign_slide_btn_icon {}
	.topCampaign_slide_btn-next {}
	.topCampaign_slide_btn-prev {}
	.topCampaign_slide_btn_arrow {}
	.topVis {}
	.topVis_slide {}
	.topVis_slide.slick-initialized {}
	.topVis_slide_item {}
	.topVis_slide_item > a {}
	.topVis_image {
		width: 700px;
	}
	.topVis_image > img {}
	.topvis_dots {}
	.topvis_dots > li {}
	.topvis_dots > li > button {}
	.topvis_dots > li.slick-active > button {}
	.topNews {}
	.topNews_inner {}
	.topNews_box {
		padding: 25px 25px;
	}
	.topNews_box_inner {}
	.topNews_cols {}
	.topNews_col {}
	.topNews_col-ttl {
		width: 200px;
	}
	.topNews_title {}
	.topNews_title_main {}
	.topNews_title_sub {}
	.topNews_link {}
	.topNews_col-list {
		width: calc(100% - 220px);
	}
	.topNews_load {}
	.product {}
	.product_bg {}
	.product_bg > img {}
	.product_inner {}
	.product_title {}
	.product_cells {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product_cell {
		padding: 0 10px;
	}
	.product_cell_anchor {}
	.product_image {}
	.product_image > img {}
	.product_headline {}
	.product_headline::after {}
	.product_tagList {}
	.product_tagList > li {
		font-size: 13px;
		padding: 3px 11px;
		min-height: 31px;
		margin: 3px;
	}
	.product_title_main {}
	.product_title_sub {}
	.newsList-top {}
	.newsList-top > li {}
	.newsList_item-top {}
	.aboutIntro {
		margin-bottom: 60px;
	}
	.aboutIntro_image {
		padding-bottom: 300px;
	}
	.aboutIntro_image > img {}
	.aboutIntro_title {}
	.aboutIntro_text {
		text-align: left;
	}
	.about {
		max-width: 768px;
		margin: 0 auto 60px;
	}
	.about_cols {
		display: block;
	}
	.about_cols-rev {}
	.about_col {
		width: auto;
		max-width: none;
	}
	.about_col-txt {}
	.about_title {}
	.about_text {}
	.about_col-img {
		max-width: 520px;
		margin: 40px auto 0;
	}
	.about_image {
		width: auto;
	}
	.about_image > img {}
	.about_figs {}
	.about_fig {}
	.about_fig-no1 {}
	.about_fig > img {}
	.about_fig-no2 {}
	.about_col-imgRev {}
	.rule {}
	.rule_title {}
	.rule_headline {}
	.rule_headline:first-child {}
	.rule_inner {}
	.rule_text {}
	.rule_oList {}
	.rule_oList > li {}
	.rule_oListBracket {}
	.rule_oListBracket > li {}
	.rule_oListBracket > li::before {}
	.rule_oListBracket > li:nth-child(n + 10) {}
	.pointItem {}
	.pointItem_title {}
	.pointItem_text {}
	.pointItem_cells {}
	.pointItem_cell {}
	.pointItem_point {
		width: 70px;
		height: 70px;
		font-size: 14px;
	}
	.pointItem_point_main {
		font-size: 19px;
	}
	.pointItem_point_sub {}
	.pointItem_image {}
	.pointItem_image > img {}
	.pointItem_link {}
	.exchange {}
	.exchange_title {}
	.exchange_inner {}
	.exchange_step {}
	.exchange_step_num {}
	.exchange_step_num_sub {}
	.exchange_step_num_main {}
	.exchange_step_text {}
	.exchange_headline {}
	.exchange_text {}
	.pointService {}
	.pointService_title {}
	.pointService_headline {
		margin-bottom: 10px;
	}
	.pointService_text {}
	.pointService_cols {
		display: block;
	}
	.pointService_col {
		width: auto;
	}
	.pointService_col-img {}
	.pointSave {
		justify-content: center;
		margin-bottom: 25px;
	}
	.pointSave_image {}
	.pointSave_image > img {}
	.pointSave_text {}
	.pointSave_text_yen {}
	.pointSave_text_main {}
	.pointSave_text_num {}
	.pointSave_text_point {}
	.pointService_col-ex {}
	.pointEx {}
	.pointEx_title {}
	.pointEx_title::before {}
	.pointEx_inner {}
	.pointEx_cells {}
	.pointEx_cell {}
	.pointEx_sub {}
	.pointEx_text {}
	.pointEx_text_yen {}
	.pointEx_arrow {}
	.pointEx_get {}
	.pointEx_get_main {}
	.pointEx_get_num {}
	.pointService_inner {}
	.gift {}
	.gift_bg {}
	.gift_inner {}
	.gift_title {}
	.gift_msg {}
	.gift_cols {
		display: block;
	}
	.gift_col {
		width: auto;
	}
	.gift_col-txt {}
	.gift_headline {}
	.gift_headline_main {}
	.gift_headline_sub {}
	.gift_text {}
	.gift_text > sup {}
	.gift_list {}
	.gift_list > li {}
	.gift_list_mark {}
	.gift_col-img {
		max-width: 500px;
		margin: 30px auto 0;
	}
	.gift_image {}
	.gift_image > img {}
	.used {}
	.used_title {}
	.used_cols {}
	.used_col {
		padding: 50px 20px 20px;
		width: calc((100% - 40px) / 3);
	}
	.used_col-no1 {}
	.used_image {
		max-width: 100px;
		margin-bottom: 25px;
	}
	.used_image > img {}
	.used_text {}
	.used_arrow {
		width: 50px;
		height: 50px;
	}
	.used_arrow_icon {}
	.used_col-no2 {}
	.used_note {}
	.used_col-no3 {}
	.used_msg {
		font-size: 16px;
	}
	.used_arrowWrap {
		width: 20px;
	}
	.regCourse {
		margin-bottom: 100px;
	}
	.regCourse_title {}
	.regCourse_cols {
		display: block;
	}
	.regCourse_col {
		width: auto;
	}
	.regCourse_col-item {
		max-width: 500px;
		margin: 0 auto 0;
	}
	.regCourse_image {}
	.regCourse_image > img {}
	.regCourse_areaText {}
	.regCourse_headline {}
	.regCourse_normal {}
	.regCourse_normal > del {}
	.regCourse_normal > del::before {}
	.regCourse_dList {}
	.regCourse_dList > dt {}
	.regCourse_dList > dd {}
	.regCourse_dList_yen {}
	.regCourse_dList_off {}
	.regCourse_link {}
	.regCourse_link > a {}
	.regCourse_link_icon {}
	.regCourse_arrow {}
	.regCourse_arrow_icon {
		margin: 0 auto;
		transform: rotate(90deg);
		width: 50px;
		height: 85px;
	}
	.regCourse_arrow_icon > path {}
	.regCourse_arrow_icon > patd {}
	.regCourse_col-price {}
	.regCourse_box {
		padding: 20px 20px;
	}
	.regCourse_price {}
	.regCourse_price > sup {}
	.regCourse_price_yen {}
	.regCourse_price_num {}
	.regCourse_caution {}
	.pointCourse {
		margin-bottom: 100px;
	}
	.pointCourse_title {}
	.pointCourse_cells {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 100px;
	}
	.pointCourse_cell {
		padding: 0 10px;
	}
	.pointCourse_cell:nth-child(n + 3) {}
	.pointCourse_point {
		width: 80px;
		height: 80px;
		font-size: 16px;
	}
	.pointCourse_point_sub {}
	.pointCourse_point_num {
		font-size: 24px;
	}
	.pointCourse_areaText {
		width: calc(100% - 100px);
	}
	.pointCourse_headline {}
	.pointCourse_text {}
	.special {}
	.special_cols {}
	.special_col {
		width: 32%;
	}
	.special_col-no1 {}
	.special_title {}
	.special_title::before {}
	.special_title::after {}
	.special_title_sub {}
	.special_title_main {}
	.special_image {
		max-width: 130px;
	}
	.special_image > img {}
	.special_headline {
		font-size: 17px;
	}
	.special_text {}
	.special_col-no2 {}
	.special_col-no3 {}
	.regVis {
		margin-bottom: 50px;
	}
	.regVis_areaText {
		padding: 35px 35px;
		min-height: 0;
	}
	.regVis_title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.regVis_text {
		font-size: 15px;
	}
	.regVis_text:last-child {}
	.regVis_image {}
	.regVis_image > img {}
	.product_linkList {
		margin-top: 35px;
	}
	.product_linkList > li {}
	.product_linkList > li > a {
		font-size: 16px;
		padding-left: 25px;
		min-height: 60px;
		padding-right: 46px;
	}
	.product_linkList > li:nth-child(n + 2) {
		margin-top: 10px;
	}
	.product_linkLis_arrow {
		right: 14px;
	}
	.itemCart {}
	.itemCart_image {}
	.itemCart_image > img {}
	.itemCart_title {}
	.itemCart_title::after {}
	.itemCart_price {}
	.itemCart_box {}
	.itemCart_info {}
	.itemCart_label {}
	.itemCart_selWrap {}
	.itemCart_suffix {}
	.itemCart_btn {}
	.itemCart_btn > svg {}
	.itemCart_note {
		font-size: 13px;
	}
	.items {}
	.items_cell {
		width: 33.33%;
	}
	.items_cell:nth-child(n + 4) {
		margin-top: 35px;
	}
	.itemCart_price_off {}
	.prodVis {
		padding: 25px 25px;
		min-height: 360px;
		margin-bottom: 60px;
	}
	.prodVis_bg {}
	.prodVis_bg > img {}
	.prodVis_used {
		width: 110px;
	}
	.prodVis_used > img {}
	.prodVis_inner {}
	.prodVis_areaText {}
	.prodVis_title {
		max-width: 300px;
	}
	.prodVis_title > img {}
	.prodVis_link {
		max-width: 320px;
	}
	.prodVis_link > a {}
	.prodInfo {}
	.prodInfo_title {}
	.prodInfo_dList {}
	.prodInfo_dList > dt {}
	.prodInfo_dList > dd {}
	.prodInfo_box {}
	.prodInfo_list {}
	.prodInfo_list > li {}
	.voice {}
	.voice_bg {}
	.voice_inner {}
	.voice_title {}
	.voice_cells {
		margin-left: -10px;
		margin-right: -10px;
	}
	.voice_cell {
		padding: 0 10px;
	}
	.voice_box {}
	.voice_text {}
	.voice_text_inner {}
	.voice_name {}
	.voice_caution {}
	.pioneer {}
	.pioneer_bg {}
	.pioneer_inner {}
	.pioneer_image {}
	.pioneer_image > img {}
	.pioneer_title {}
	.pioneer_text {}
	.prodIntro {}
	.prodIntro_title {}
	.prodIntro_inner {}
	.prodIntro_text {}
	.prodIntro_text:last-child {}
	.prodIntro_image {}
	.prodIntro_image > img {}
	.prodIntro_hr {}
	.prodIntro_headline {}
	.prodIntro_cols {}
	.prodIntro_col {}
	.prodIntro_col-img {}
	.prodIntro_fig {}
	.prodIntro_fig > img {}
	.prodIntro_col-txt {}
	.prodIntro_msg {
		font-size: inherit;
		line-height: inherit;
	}
	.prodIntro_link {}
	.prodIntro_link > a {}
	.prodIntro_link > a::after {}
	.product_title-l {}
	.product_title_main-l {}
	.product_title_sub-l {}
	.nagoProblem {}
	.nagoProblem_inner {}
	.nagoProblem_headline {
		font-size: 26px;
	}
	.nagoProblem_headline_point {}
	.nagoProblem_headline_point::before {}
	.nagoProblem_list {}
	.nagoProblem_list > li {}
	.nagoProblem_list > li:last-child {}
	.nagoProblem_fig {}
	.nagoProblem_fig > figcaption {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.nagoProblem_fig > img {
		max-width: 145px;
	}
	.nagoGaba {
		margin-bottom: 55px;
	}
	.nagoGaba_inner {}
	.nagoGaba_title {
		font-size: 25px;
	}
	.nagoGaba_title_main {
		background-image: linear-gradient(to top, var(--color-yellow) 20px, rgba(255, 255, 255, 0) 20px);
	}
	.nagoGaba_title_point {
		line-height: 1;
	}
	.nagoGaba_text {}
	.nagoGaba_list {}
	.nagoGaba_list > li {
		width: 48%;
	}
	.nagoGaba_headline {}
	.nagoGaba_headline-blue {}
	.nagoGaba_image {}
	.nagoGaba_image > img {}
	.nagoGaba_note {}
	.nagoImprove {}
	.nagoImprove_inner {}
	.nagoImprove_cell {}
	.nagoImprove_cell:last-child {}
	.nagoImprove_title {
		font-size: 35px;
	}
	.nagoImprove_title_point {}
	.nagoImprove_title > sup {}
	.nagoImprove_areaData {}
	.nagoImprove_dataBox {}
	.nagoImprove_dataBox:last-child {}
	.nagoImprove_headline {}
	.nagoImprove_headline-hasMb {}
	.nagoImprove_chart {}
	.nagoImprove_chart > img {}
	.nagoImprove_note {}
	.nagoImprove_msgBox {}
	.nagoImprove_msgBox_txt {}
	.nagoImprove_areaTbl {}
	.nagoImprove_tblWrap {}
	.nagoImprove_table {}
	.nagoImprove_table > thead {}
	.nagoImprove_table > thead > tr {}
	.nagoImprove_table > thead > tr > th {}
	.nagoImprove_table > thead > tr > td {}
	.nagoImprove_table > tbody {}
	.nagoImprove_table > tbody > tr {}
	.nagoImprove_table > tbody > tr > td {}
	.nagoImprove_table > tbody > tr > td:last-child {}
	.nagoImprove_tbl_tdNote {}
	.nagoImprove_tblNone {}
	.nagoFeat {}
	.nagoFeat_inner {}
	.nagoFeat_title {
		font-size: 38px;
	}
	.nagoFeat_title_more {}
	.nagoFeat_title_more::before {}
	.nagoFeat_title_more::after {}
	.nagoFeat_title_main {}
	.nagoFeat_title_point {}
	.nagoFeat_title_number {}
	.nagoFeat_title_number > b {}
	.nagoFeat_areaCell {}
	.nagoFeat_cells {}
	.nagoFeat_cell {}
	.nagoFeat_cell:last-child {}
	.nagoFeat_areaTxt {}
	.nagoFeat_number {}
	.nagoFeat_text {}
	.nagoFeat_text_point {}
	.nagoFeat_col-img {}
	.nagoFeat_bg {}
	.nagoFeat_bg > img {}
	.nagoFeat_cell_inner {}
	.nagoFeat_text_point-small {}
	.nagoSafe {
		margin-bottom: 120px;
	}
	.nagoSafe_inner {}
	.nagoSafe_title {
		font-size: 28px;
	}
	.nagoSafe_title_small {}
	.nagoSafe_title_main {}
	.nagoSafe_title_main > b {}
	.nagoSafe_message {}
	.nagoSafe_message_main {}
	.nagoSafe_headline {}
	.nagoSafe_image {
		margin-top: 30px;
	}
	.nagoSafe_image-mtMinus {
		margin-top: -30px;
	}
	.nagoSafe_image > img {}
	.nagoCoat {}
	.nagoCoat_inner {}
	.nagoCoat_title {
		font-size: 36px;
	}
	.nagoCoat_title_main {}
	.nagoCoat_title_main > sup {}
	.nagoCoat_title_point {}
	.nagoCoat_arrowImg {}
	.nagoCoat_arrowImg > img {}
	.nagoCoat_text {
		font-size: 17px;
	}
	.nagoCoat_noteList {}
	.nagoCoat_noteList > li {}
	.nagoCoat_image {}
	.nagoCoat_image > img {}
	.nagoBuyNav {
		margin-top: 80px;
		margin-bottom: 90px;
	}
	.nagoBuyNav_inner {}
	.nagoBuyNav_box {}
	.nagoBuyNav_message {}
	.nagoBuyNav_message_sub {}
	.nagoBuyNav_message_main {}
	.nagoBuyList {}
	.nagoBuyList > li {
		width: 48%;
	}
	.nagoBuyList > li:first-child {}
	.nagoBuyList > li > a {
		font-size: 20px;
	}
	.nagoAbout {
		padding-bottom: 160px;
	}
	.nagoAbout_inner {}
	.nagoAbout_title {}
	.nagoAbout_table {}
	.nagoAbout_table > tbody {}
	.nagoAbout_table > tbody > tr {}
	.nagoAbout_table > tbody > tr:first-child {}
	.nagoAbout_table > tbody > tr:last-child {}
	.nagoAbout_table > tbody > tr > th {}
	.nagoAbout_table > tbody > tr > td {}
	.nagoAbout_table > tbody > tr > td > a {}
	.nagoAbout_tblTxt {}
	.nagoAbout_tblTxt:last-child {}
	.product_inner {}
	.nagoVis {}
	.nagoVis-top {
		padding-top: 80px;
		margin-bottom: 90px;
	}
	.nagoVis_ribbon {}
	.nagoVis_ribbon > img {}
	.nagoVis_inner {}
	.nagoVis_cells {
		display: block;
		max-width: 540px;
		margin: 0 auto;
	}
	.nagoVis_cell {}
	.nagoVis_cell-ttl {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.nagoVis_cell-img {
		max-width: 300px;
		margin: 0 auto 18px;
	}
	.nagoVis_cell-about {}
	.nagoVis_title {}
	.nagoVis_title > img {
		margin: 0 auto;
	}
	.nagoVis_note {}
	.nagoVis_mainImg {}
	.nagoVis_mainImg > img {}
	.nagoVis_name {}
	.nagoVis_name > img {}
	.nagoVisItem {}
	.nagoVisItem:last-child {}
	.nagoVisItem_headline {}
	.nagoVisItem_headline-course {}
	.nagoVisItem_cols {}
	.nagoVisItem_col {}
	.nagoVisItem_col-no1 {}
	.nagoVisItem_text {}
	.nagoVisItem_col-no2 {}
	.nagoVisItem_price {}
	.nagoVisItem_price_txt {}
	.nagoVisItem_price_main {}
	.nagoVisItem_price_sub {}
	.nagoVisItem_price_sub_tax {}
	.nagoVisItem_col-no3 {}
	.nagoVisItem_col-no4 {}
	.nagoGaba_title_main_small {}
	.nagoVis_spRibbon {}
	.nagoVis_spRibbon_sub {}
	.nagoProblem_title {}
	.nagoCourse {}
	.nagoCourse_inner {}
	.nagoCourse_cols {
		display: block;
	}
	.nagoCourse_col {
		width: auto;
	}
	.nagoCourse_col-many {
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.nagoCourse_col-course {
		margin-right: auto;
		margin-left: auto;
	}
	.nagoCourse_areaTxt {}
	.nagoCouItem {}
	.nagoCouItem_title {}
	.nagoCouItem_title:after {}
	.nagoCouItem_cols {}
	.nagoCouItem_col {}
	.nagoCouItem_col-img {}
	.nagoCouItem_image {}
	.nagoCouItem_image > img {}
	.nagoCouItem_col-txt {}
	.nagoCouItem_areaTxt {}
	.nagoCourse_areaTxt_inner {}
	.nagoCouItem_headline {}
	.nagoCouItem_normal {}
	.nagoCouItem_normal > del {}
	.nagoCouItem_normal > del::before {}
	.nagoCouItem_priceCols {}
	.nagoCouItem_priceCol {}
	.nagoCouItem_priceCol-no1 {}
	.nagoCouItem_priceCol-no2 {}
	.nagoCouItem_note {}
	.nagoCourse_cCols {}
	.nagoCourse_cCol {}
	.nagoCourse_cCol-txt {}
	.nagoCourse_cCol-link {}
	.nagoCourse_price {}
	.nagoCourse_price > sup {}
	.nagoCourse_price_yen {}
	.nagoCourse_price_num {}
	.nagoCourse_price_num:last-child {}
	.regCourse_link-nago {}
	.regCourse_link-nago > a {}
	.regCourse_link_icon-nago {}
	.regCourse_dList_off-nago {}
	.itemCart_price_point {}
	.itemCart_box-nago {}
	.itemCart_btn-nago {}
	.itemCart_title-hasMt {}
	.product_cat {}
	.topVis_cat {}
	.fixCartNav {}
	.fixCartNav_inner {}
	.fixCartNav_title {
		font-size: 20px;
	}
	.fixCartNav_list {
		width: calc(100% - 170px);
	}
	.fixCartNav_list > li {}
	.fixCartNav_list > li > a {}
	.nagoVis_msg {
		font-size: inherit;
		text-align: left;
	}
	.nagoSingle {}
	.nagoSingle_image {}
	.nagoSingle_image > img {}
	.nagoSingle_dList {}
	.nagoSingle_dList > dt {}
	.nagoSingle_dList > dd {}
	.nagoSingle_num {}
	.nagoSingle_cancelWrap {}
	.nagoSingle_text {}
	.nagoSingle_cancel {}
	.nagoSingle_cancel > del {}
	.nagoSingle_cancel > del::before {}
	.nagoSingle_priceWrap {}
	.nagoSingle_price {}
	.nagoSingle_price_num {}
	.nagoSingle_off {}
	.itemCart_info-nagomin {}
	.itemCart_btn-nago > svg {}
	.product_cols {}
	.product_col {
		width: 47%;
	}
	.product_col-no1 {}
	.product_col-no2 {}
	.product_cell-fit {
		padding: 0;
		width: auto;
	}
	.pointItem_caption {
		font-size: 16px;
	}
	.nagoInfo {}
	.nagoInfo_title {}
	.nagoInfo_headline {}
	.nagoInfo_text {}
}
@media screen and (max-width: 767px) {
	.normal {}
	.normal:last-child {}
	.normal_title {}
	.normal_text {}
	.normal_table {
		margin-top: 30px;
		font-size: 14px;
	}
	.normal_table > tbody {}
	.normal_table > tbody > tr {}
	.normal_table > tbody > tr > th {}
	.normal_table > tbody > tr > td {}
	.normal_cTbl {}
	.normal_cTbl > tbody {}
	.normal_cTbl > tbody > tr {}
	.normal_cTbl > tbody > tr > th {}
	.normal_cTbl > tbody > tr > td {}
	.normal_headline {}
	.normal_text_hidden {}
	.normal_alert {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {
		display: block;
		padding: 14px 0;
		min-height: 0;
	}
	.newsList_update {
		width: auto;
	}
	.newsList_title {
		width: auto;
	}
	.news {
		margin-top: 25px;
	}
	.news_head {
		padding: 0 0 15px;
		margin-bottom: 15px;
	}
	.news_title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.news_update {}
	.news_body {
		padding: 0 0 35px;
	}
	.news_link {
		margin-top: 35px;
	}
	.anchorNav {
		margin-bottom: 40px;
	}
	.anchorNav_list {
		margin-left: -2px;
		margin-right: -2px;
	}
	.anchorNav_list > li {
		width: 50%;
		padding: 0 2px;
	}
	.anchorNav_list > li:nth-child(n + 3) {
		margin-top: 4px;
	}
	.anchorNav_list > li > a {
		padding: 5px 10px;
		font-size: 13px;
		min-height: 50px;
		line-height: 1.2;
	}
	.faqBox {}
	.faqBox_title {}
	.faq {
		font-size: inherit;
	}
	.faq_title {}
	.faq_title_btn {
		padding: 10px 29px;
	}
	.faq_mark {
		left: 6px;
	}
	.faq_mark-q {
		top: calc(10px + 0.8665em);
	}
	.faq_title_icon {
		right: 0;
		width: 14px;
	}
	.faq_title_icon::before {}
	.faq_title_btn.isShow .faq_title_icon::before {}
	.faq_body {
		margin-top: 0;
		padding: 0 29px 20px;
	}
	.faq_body.isShow {}
	.faq_mark-a {}
	.faq_body_inner {}
	.faq-text-link {}
	.topCampaign {}
	.topCampaign_inner {}
	.topCampaign_title {
		margin-bottom: 20px;
	}
	.topCampaign_slide {}
	.topCampaign_slide_item {}
	.topCampaign_bnr {
		width: 285px;
	}
	.topCampaign_bnr > a {}
	.topCampaign_image {}
	.topCampaign_image > img {
		width: 100%;
	}
	.topCampaign_tagList {
		margin-top: 15px;
	}
	.topCampaign_tagList > li {}
	.topCampaign_tagList > li:nth-last-child(n + 2) {}
	.topCampaign_name {}
	.topCampaign_slide .slick-list {}
	.topCampaign_slide_btn {
		width: 36px;
		height: 36px;
		top: 95px;
		left: 50%;
		margin: 0;
		transform: translate(-50%, -50%);
	}
	.topCampaign_slide_btn_icon {}
	.topCampaign_slide_btn-next {
		margin-left: 143px;
	}
	.topCampaign_slide_btn-prev {
		margin-left: -143px;
	}
	.topCampaign_slide_btn_arrow {}
	.topVis {
		margin-bottom: 27px;
	}
	.topVis_slide {}
	.topVis_slide.slick-initialized {}
	.topVis_slide_item {}
	.topVis_slide_item > a {}
	.topVis_image {
		width: auto;
	}
	.topVis_image > img {}
	.topvis_dots {
		margin-top: 13px;
	}
	.topvis_dots > li {}
	.topvis_dots > li > button {}
	.topvis_dots > li.slick-active > button {}
	.topNews {
		margin-top: 98px;
		background-color: var(--color-gray-pale);
		padding: 40px 0;
		margin-bottom: 0;
	}
	.topNews_inner {}
	.topNews_box {
		background-color: rgba(255, 255, 255, 0);
		padding: 0;
	}
	.topNews_box_inner {}
	.topNews_cols {
		display: block;
		position: relative;
		padding-bottom: 64px;
	}
	.topNews_col {
		width: auto;
	}
	.topNews_col-ttl {
		margin-bottom: 6px;
	}
	.topNews_title {
		margin-bottom: -0;
	}
	.topNews_title_main {}
	.topNews_title_sub {}
	.topNews_link {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 220px;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topNews_col-list {}
	.topNews_load {}
	.product {}
	.product_bg {
		display: none;
	}
	.product_bg > img {}
	.product_inner {}
	.product_title {}
	.product_cells {
		display: block;
		margin: 0;
	}
	.product_cell {
		padding: 0;
		width: auto;
	}
	.product_cell:nth-last-child(n + 2) {
		margin-bottom: 50px;
	}
	.product_cell_anchor {
		max-width: 325px;
		margin: 0 auto;
	}
	.product_image {
		padding-bottom: 100%;
		position: relative;
	}
	.product_image > img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.product_headline {
		margin-top: 17px;
	}
	.product_headline::after {
		display: none;
	}
	.product_tagList {
		margin-top: 7px;
		margin-left: 0;
		margin-right: 0;
	}
	.product_tagList > li {
		font-size: 15px;
		min-height: 42px;
		margin: 5px;
	}
	.product_title_main {}
	.product_title_sub {
		font-size: 16px;
	}
	.newsList-top {}
	.newsList-top > li {}
	.newsList_item-top {
		padding: 11px 0;
	}
	.aboutIntro {
		margin-bottom: 45px;
	}
	.aboutIntro_image {
		padding-bottom: 160px;
		margin-bottom: 26px;
	}
	.aboutIntro_image > img {}
	.aboutIntro_title {}
	.aboutIntro_text {
		line-height: inherit;
	}
	.about {
		margin-bottom: 45px;
	}
	.about_cols {}
	.about_cols-rev {}
	.about_col {}
	.about_col-txt {}
	.about_title {}
	.about_text {
		line-height: inherit;
	}
	.about_col-img {
		margin-top: 24px;
	}
	.about_image {
		margin-left: -20px;
	}
	.about_image > img {}
	.about_figs {
		margin-right: -20px;
	}
	.about_fig {}
	.about_fig-no1 {}
	.about_fig > img {}
	.about_fig-no2 {}
	.about_col-imgRev {}
	.rule {}
	.rule_title {}
	.rule_headline {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.rule_headline:first-child {}
	.rule_inner {}
	.rule_text {}
	.rule_oList {}
	.rule_oList > li {}
	.rule_oListBracket {}
	.rule_oListBracket > li {}
	.rule_oListBracket > li::before {}
	.rule_oListBracket > li:nth-child(n + 10) {}
	.pointItem {
		margin-bottom: 60px;
	}
	.pointItem_title {}
	.pointItem_text {}
	.pointItem_cells {
		display: block;
	}
	.pointItem_cell {
		width: auto;
		margin: 15px auto 0;
	}
	.pointItem_point {}
	.pointItem_point_main {}
	.pointItem_point_sub {}
	.pointItem_image {}
	.pointItem_image > img {}
	.pointItem_link {}
	.exchange {
		margin-bottom: 45px;
	}
	.exchange_title {}
	.exchange_inner {}
	.exchange_step {
		display: block;
		border-radius: 15px;
		padding: 0 20px 20px;
		margin-top: 57px;
	}
	.exchange_step_num {
		width: 80px;
		height: 80px;
		font-size: 15px;
		margin: 0 auto 0;
		position: relative;
		z-index: 3;
		top: -40px;
		margin-bottom: -30px;
	}
	.exchange_step_num_sub {}
	.exchange_step_num_main {
		font-size: 20px;
	}
	.exchange_step_text {
		width: auto;
		padding: 0;
	}
	.exchange_headline {}
	.exchange_text {}
	.pointService {
		margin-bottom: 45px;
	}
	.pointService_title {}
	.pointService_headline {
		font-size: 16px;
	}
	.pointService_text {}
	.pointService_cols {}
	.pointService_col {}
	.pointService_col-img {}
	.pointSave {}
	.pointSave_image {
		width: 60px;
		margin-right: 15px;
	}
	.pointSave_image > img {}
	.pointSave_text {
		font-size: 14px;
		line-height: 31px;
	}
	.pointSave_text_yen {
		font-size: 18px;
	}
	.pointSave_text_main {
		font-size: 19px;
	}
	.pointSave_text_num {
		font-size: 30px;
	}
	.pointSave_text_point {}
	.pointService_col-ex {}
	.pointEx {
		padding: 28px 20px 20px;
	}
	.pointEx_title {
		width: 100px;
		height: 36px;
		font-size: 16px;
	}
	.pointEx_title::before {}
	.pointEx_inner {}
	.pointEx_cells {
		display: block;
	}
	.pointEx_cell {}
	.pointEx_sub {
		text-align: center;
	}
	.pointEx_text {
		text-align: center;
		margin-left: -10px;
		margin-right: -10px;
	}
	.pointEx_text_yen {
		font-size: 25px;
	}
	.pointEx_arrow {
		margin: 10px auto 6px;
		width: 0;
		height: 0;
		transform: rotate(90deg);
	}
	.pointEx_get {
		line-height: 1;
		text-align: center;
		font-size: 18px;
	}
	.pointEx_get_main {}
	.pointEx_get_num {
		font-size: 35px;
	}
	.pointService_inner {}
	.gift {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.gift_bg {}
	.gift_inner {}
	.gift_title {
		margin-bottom: 16px;
	}
	.gift_msg {
		text-align: left;
	}
	.gift_cols {
		margin-top: 25px;
		margin-bottom: 60px;
	}
	.gift_col {
		padding: 0;
	}
	.gift_col-txt {}
	.gift_headline {
		font-size: 18px;
		margin-bottom: 8px;
		flex-wrap: wrap;
	}
	.gift_headline_main {
		width: 45px;
		height: 20px;
		font-size: 12px;
		margin-right: 7px;
	}
	.gift_headline_sub {}
	.gift_text {}
	.gift_text > sup {}
	.gift_list {
		font-size: 12px;
		margin-top: 15px;
	}
	.gift_list > li {}
	.gift_list_mark {}
	.gift_col-img {}
	.gift_image {}
	.gift_image > img {}
	.used {}
	.used_title {}
	.used_cols {
		display: block;
	}
	.used_col {
		width: auto;
		padding: 30px 20px 20px;
	}
	.used_col-no1 {}
	.used_image {}
	.used_image > img {}
	.used_text {}
	.used_arrow {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin: 0 auto 0;
		transform: rotate(90deg);
	}
	.used_arrow_icon {}
	.used_col-no2 {}
	.used_note {}
	.used_col-no3 {}
	.used_msg {
		font-size: 14px;
		margin-top: 20px;
	}
	.used_arrowWrap {
		width: auto;
		margin: -10px 0;
	}
	.regCourse {
		margin-bottom: 60px;
	}
	.regCourse_title {
		margin-bottom: 35px;
	}
	.regCourse_cols {
		margin-top: 0;
		display: block;
	}
	.regCourse_col {
		display: block;
		width: auto;
		max-width: none;
	}
	.regCourse_col-item {}
	.regCourse_image {
		margin: 0 auto 0;
		width: 80px;
	}
	.regCourse_image > img {}
	.regCourse_areaText {
		padding: 0;
		width: auto;
		margin: 25px 0 0;
		max-width: none;
	}
	.regCourse_headline {
		font-size: 20px;
	}
	.regCourse_normal {}
	.regCourse_normal > del {}
	.regCourse_normal > del::before {}
	.regCourse_dList {}
	.regCourse_dList > dt {}
	.regCourse_dList > dd {}
	.regCourse_dList_yen {}
	.regCourse_dList_off {}
	.regCourse_link {
		margin-top: 20px;
	}
	.regCourse_link > a {}
	.regCourse_link_icon {}
	.regCourse_arrow {}
	.regCourse_arrow_icon {}
	.regCourse_arrow_icon > path {}
	.regCourse_arrow_icon > patd {}
	.regCourse_col-price {}
	.regCourse_box {}
	.regCourse_price {}
	.regCourse_price > sup {}
	.regCourse_price_yen {}
	.regCourse_price_num {}
	.regCourse_caution {}
	.pointCourse {
		margin-bottom: 60px;
	}
	.pointCourse_title {
		margin-left: -10px;
		margin-right: -10px;
	}
	.pointCourse_cells {
		display: block;
		margin: 0 0 60px;
	}
	.pointCourse_cell {
		width: auto;
		padding: 0;
	}
	.pointCourse_cell:nth-child(n + 2) {
		margin-top: 25px;
	}
	.pointCourse_point {}
	.pointCourse_point_sub {}
	.pointCourse_point_num {}
	.pointCourse_areaText {}
	.pointCourse_headline {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.pointCourse_text {}
	.special {}
	.special_cols {
		display: block;
	}
	.special_col {
		width: auto;
		margin-bottom: 35px;
	}
	.special_col-no1 {}
	.special_title {}
	.special_title::before {}
	.special_title::after {}
	.special_title_sub {}
	.special_title_main {}
	.special_image {}
	.special_image > img {}
	.special_headline {}
	.special_text {}
	.special_col-no2 {}
	.special_col-no3 {
		margin-bottom: 0;
	}
	.regVis {
		background-image: none;
		margin-bottom: 35px;
	}
	.regVis_areaText {
		padding: 0;
	}
	.regVis_title {
		font-size: 24px;
	}
	.regVis_text {
		line-height: inherit;
		margin-bottom: 1.733em;
	}
	.regVis_text:last-child {}
	.regVis_image {
		position: relative;
		padding-bottom: 50%;
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
		height: auto;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.regVis_image > img {}
	.product_linkList {
		margin-top: 15px;
	}
	.product_linkList > li {}
	.product_linkList > li > a {}
	.product_linkList > li:nth-child(n + 2) {}
	.product_linkLis_arrow {}
	.itemCart {}
	.itemCart_image {}
	.itemCart_image > img {}
	.itemCart_title {
		font-size: 18px;
	}
	.itemCart_title::after {}
	.itemCart_price {}
	.itemCart_box {}
	.itemCart_info {}
	.itemCart_label {}
	.itemCart_selWrap {}
	.itemCart_suffix {}
	.itemCart_btn {}
	.itemCart_btn > svg {}
	.itemCart_note {}
	.items {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.items_cell {
		width: auto;
		padding: 0;
	}
	.items_cell:nth-child(n + 2) {
		margin-top: 35px;
	}
	.itemCart_price_off {}
	.prodVis {
		display: block;
		min-height: 0;
		padding: 0;
		margin-bottom: 45px;
	}
	.prodVis_bg {
		position: relative;
		width: auto;
		height: auto;
		padding-bottom: 50%;
		margin-left: -20px;
		margin-right: -20px;
	}
	.prodVis_bg > img {}
	.prodVis_used {
		left: 15px;
		top: 15px;
		right: auto;
		bottom: auto;
		width: 29%;
		max-width: 110px;
	}
	.prodVis_used > img {}
	.prodVis_inner {
		margin-top: -5.6%;
	}
	.prodVis_areaText {}
	.prodVis_title {
		left: 0;
		max-width: 200px;
		margin-bottom: 29px;
	}
	.prodVis_title > img {}
	.prodVis_link {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
	.prodVis_link > a {}
	.prodInfo {
		margin-bottom: 60px;
	}
	.prodInfo_title {}
	.prodInfo_dList {}
	.prodInfo_dList > dt {}
	.prodInfo_dList > dd {}
	.prodInfo_box {
		padding: 20px 20px;
	}
	.prodInfo_list {}
	.prodInfo_list > li {}
	.voice {
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.voice_bg {}
	.voice_inner {}
	.voice_title {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.voice_cells {
		display: block;
		margin: 0;
	}
	.voice_cell {
		width: auto;
		padding: 0;
		margin-top: 15px;
	}
	.voice_box {
		padding: 20px 20px;
	}
	.voice_text {}
	.voice_text_inner {}
	.voice_name {
		margin-top: 10px;
	}
	.voice_caution {
		font-size: 12px;
		text-align: left;
		margin-top: 10px;
	}
	.pioneer {
		padding: 60px 0;
	}
	.pioneer_bg {}
	.pioneer_inner {}
	.pioneer_image {}
	.pioneer_image > img {}
	.pioneer_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pioneer_text {}
	.prodIntro {
		margin-bottom: 60px;
	}
	.prodIntro_title {}
	.prodIntro_inner {}
	.prodIntro_text {}
	.prodIntro_text:last-child {}
	.prodIntro_image {
		margin-bottom: 25px;
	}
	.prodIntro_image > img {}
	.prodIntro_hr {
		margin: 25px 0;
	}
	.prodIntro_headline {
		font-size: 16px;
	}
	.prodIntro_cols {
		display: block;
		margin: 20px 0;
	}
	.prodIntro_col {
		width: auto;
	}
	.prodIntro_col-img {
		max-width: 260px;
		margin: 0 auto 17px;
	}
	.prodIntro_fig {}
	.prodIntro_fig > img {}
	.prodIntro_col-txt {}
	.prodIntro_msg {
		margin-bottom: 25px;
	}
	.prodIntro_link {
		max-width: 300px;
		margin-top: 25px;
	}
	.prodIntro_link > a {}
	.prodIntro_link > a::after {}
	.product_title-l {}
	.product_title_main-l {
		font-size: 30px;
		margin-bottom: 0.3em;
	}
	.product_title_sub-l {}
	.nagoProblem {
		margin-bottom: 24px;
	}
	.nagoProblem_inner {}
	.nagoProblem_headline {
		font-size: 19px;
		margin-bottom: 12px;
	}
	.nagoProblem_headline_point {}
	.nagoProblem_headline_point::before {}
	.nagoProblem_list {
		display: block;
	}
	.nagoProblem_list > li {
		width: auto;
		padding: 20px 20px 0px;
		border-right: none;
		border-top: 1px solid rgba(112, 112, 112, 0.39);
		margin-bottom: 20px;
	}
	.nagoProblem_list > li:last-child {
		margin-bottom: 0;
		width: 100%;
		border-bottom: 1px solid rgba(112, 112, 112, 0.39);
		padding-bottom: 10px;
	}
	.nagoProblem_fig {}
	.nagoProblem_fig > figcaption {}
	.nagoProblem_fig > img {
		max-width: 165px;
	}
	.nagoGaba {
		margin-bottom: 43px;
	}
	.nagoGaba_inner {}
	.nagoGaba_title {
		font-size: 31px;
		margin-bottom: 18px;
	}
	.nagoGaba_title_main {
		background-image: linear-gradient(to top, var(--color-yellow) 35px, rgba(255, 255, 255, 0) 35px);
		padding-bottom: 10px;
	}
	.nagoGaba_title_point {}
	.nagoGaba_text {
		font-size: 15px;
		margin-bottom: 27px;
	}
	.nagoGaba_list {
		display: block;
		max-width: 333px;
		margin: 0 auto;
	}
	.nagoGaba_list > li {
		width: auto;
		margin-bottom: 25px;
	}
	.nagoGaba_list > li:last-child {
		margin-bottom: 0;
	}
	.nagoGaba_headline {
		font-size: 16px;
		padding: 4px 10px;
		margin-bottom: 6px;
	}
	.nagoGaba_headline-blue {}
	.nagoGaba_image {}
	.nagoGaba_image > img {}
	.nagoGaba_note {
		font-size: 10px;
		max-width: 333px;
		margin-top: 0px;
	}
	.nagoImprove {
		margin-bottom: 60px;
	}
	.nagoImprove_inner {}
	.nagoImprove_cell {
		margin-bottom: 34px;
	}
	.nagoImprove_cell:last-child {}
	.nagoImprove_title {
		font-size: 30px;
		line-height: 1.28;
	}
	.nagoImprove_title_point {}
	.nagoImprove_title > sup {}
	.nagoImprove_areaData {
		padding: 20px 15px 40px;
		margin-bottom: 8px;
	}
	.nagoImprove_dataBox {
		margin-bottom: 30px;
	}
	.nagoImprove_dataBox:last-child {}
	.nagoImprove_headline {
		font-size: 14px;
		padding: 3px 15px;
		margin-bottom: 6px;
	}
	.nagoImprove_headline-hasMb {
		margin-bottom: 6px;
	}
	.nagoImprove_chart {
		padding-left: 10px;
	}
	.nagoImprove_chart > img {}
	.nagoImprove_note {
		font-size: 10px;
		margin-top: 17px;
		margin-bottom: 3px;
	}
	.nagoImprove_msgBox {
		width: auto;
		padding: 15px 20px;
		min-height: 130px;
		margin-bottom: 20px;
		max-width: 320px;
	}
	.nagoImprove_msgBox_txt {
		font-size: 16px;
	}
	.nagoImprove_areaTbl {}
	.nagoImprove_tblWrap {}
	.nagoImprove_table {
		font-size: 13px;
	}
	.nagoImprove_table > thead {}
	.nagoImprove_table > thead > tr {}
	.nagoImprove_table > thead > tr > th {
		padding: 10px 8px;
	}
	.nagoImprove_table > thead > tr > th:first-child {
		width: 18%;
	}
	.nagoImprove_table > thead > tr > td {}
	.nagoImprove_table > tbody {}
	.nagoImprove_table > tbody > tr {}
	.nagoImprove_table > tbody > tr > td {
		padding: 10px 8px;
	}
	.nagoImprove_table > tbody > tr > td:last-child {
		width: 23%;
	}
	.nagoImprove_tbl_tdNote {
		font-size: 10px;
		margin-left: 10px;
	}
	.nagoImprove_tblNone {
		font-size: 11px;
	}
	.nagoFeat {
		margin-top: 60px;
		margin-bottom: 35px;
	}
	.nagoFeat_inner {}
	.nagoFeat_title {
		font-size: 31px;
		margin-bottom: 30px;
	}
	.nagoFeat_title_more {}
	.nagoFeat_title_more::before {
		height: 38px;
	}
	.nagoFeat_title_more::after {
		height: 38px;
	}
	.nagoFeat_title_main {}
	.nagoFeat_title_point {}
	.nagoFeat_title_number {}
	.nagoFeat_title_number > b {}
	.nagoFeat_areaCell {
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		max-width: 360px;
		margin: 0 auto;
	}
	.nagoFeat_cells {}
	.nagoFeat_cell {
		min-height: 105px;
		margin-bottom: 10px;
	}
	.nagoFeat_cell:last-child {}
	.nagoFeat_areaTxt {}
	.nagoFeat_number {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.nagoFeat_text {
		font-size: 13px;
	}
	.nagoFeat_text_point {
		font-size: 20px;
	}
	.nagoFeat_col-img {}
	.nagoFeat_bg {
		padding-bottom: 29.5%;
	}
	.nagoFeat_bg > img {}
	.nagoFeat_cell_inner {
		padding: 10px 10px;
	}
	.nagoFeat_text_point-small {}
	.nagoSafe {
		margin-bottom: 61px;
	}
	.nagoSafe_inner {}
	.nagoSafe_title {
		font-size: 18px;
		font-feature-settings: "palt";
		letter-spacing: -0.04em;
		margin-bottom: 30px;
	}
	.nagoSafe_title_small {}
	.nagoSafe_title_main {}
	.nagoSafe_title_main > b {
		font-size: 26px;
	}
	.nagoSafe_message {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.nagoSafe_message_main {
		min-width: 185px;
		padding: 5px 20px;
	}
	.nagoSafe_headline {
		font-size: 16px;
	}
	.nagoSafe_image {
		margin-top: 12px;
	}
	.nagoSafe_image-mtMinus {
		margin-top: -10px;
		margin-bottom: 25px;
	}
	.nagoSafe_image > img {}
	.nagoCoat {}
	.nagoCoat_inner {}
	.nagoCoat_title {
		font-size: 21px;
		margin-bottom: 33px;
	}
	.nagoCoat_title_main {}
	.nagoCoat_title_main > sup {}
	.nagoCoat_title_point {
		padding: 10px 10px;
		margin: 13px 0;
		width: 100%;
		box-sizing: border-box;
		font-size: 29px;
	}
	.nagoCoat_arrowImg {
		max-width: 290px;
		margin: 0 auto 26px;
	}
	.nagoCoat_arrowImg > img {}
	.nagoCoat_text {
		font-size: 15px;
		line-height: 1.87;
	}
	.nagoCoat_noteList {
		font-size: 10px;
		margin-top: 35px;
		margin-bottom: 12px;
	}
	.nagoCoat_noteList > li {}
	.nagoCoat_image {}
	.nagoCoat_image > img {}
	.nagoBuyNav {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.nagoBuyNav_inner {}
	.nagoBuyNav_box {
		padding: 30px 20px 40px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.nagoBuyNav_message {
		font-size: 26px;
	}
	.nagoBuyNav_message_sub {
		font-size: 14px;
	}
	.nagoBuyNav_message_main {}
	.nagoBuyList {
		display: block;
		max-width: 330px;
	}
	.nagoBuyList > li {
		width: auto;
		margin-top: 10px;
	}
	.nagoBuyList > li:first-child {
		margin-top: 0;
	}
	.nagoBuyList > li > a {
		min-height: 62px;
	}
	.nagoAbout {
		padding-bottom: 90px;
		margin-bottom: 60px;
	}
	.nagoAbout_inner {}
	.nagoAbout_title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.nagoAbout_table {
		font-size: 12px;
	}
	.nagoAbout_table > tbody {}
	.nagoAbout_table > tbody > tr {}
	.nagoAbout_table > tbody > tr:first-child {}
	.nagoAbout_table > tbody > tr:last-child {}
	.nagoAbout_table > tbody > tr > th {
		width: 70px;
		padding: 10px 8px;
	}
	.nagoAbout_table > tbody > tr > td {
		padding: 10px 8px;
	}
	.nagoAbout_table > tbody > tr > td > a {}
	.nagoAbout_tblTxt {
		margin-bottom: 15px;
	}
	.nagoAbout_tblTxt:last-child {}
	.product_inner {}
	.nagoVis {}
	.nagoVis-top {
		padding-top: 0;
		margin-bottom: 48px;
	}
	.nagoVis_ribbon {
		display: none;
	}
	.nagoVis_ribbon > img {}
	.nagoVis_inner {}
	.nagoVis_cells {}
	.nagoVis_cell {}
	.nagoVis_cell-ttl {
		max-width: 320px;
		margin: 0 auto 14px;
	}
	.nagoVis_cell-img {
		max-width: 290px;
	}
	.nagoVis_cell-about {}
	.nagoVis_title {}
	.nagoVis_title > img {}
	.nagoVis_note {
		font-size: 10px;
	}
	.nagoVis_mainImg {
		margin-bottom: 0;
	}
	.nagoVis_mainImg > img {}
	.nagoVis_name {
		position: relative;
		margin-top: -20px;
	}
	.nagoVis_name > img {}
	.nagoVisItem {
		margin-bottom: 5px;
	}
	.nagoVisItem:last-child {}
	.nagoVisItem_headline {
		font-size: 14px;
		line-height: 1.5;
		padding: 2px 9px;
	}
	.nagoVisItem_headline-course {}
	.nagoVisItem_cols {
		padding: 0;
		padding-left: 10px;
	}
	.nagoVisItem_col {}
	.nagoVisItem_col-no1 {}
	.nagoVisItem_text {
		font-size: 13px;
	}
	.nagoVisItem_col-no2 {}
	.nagoVisItem_price {}
	.nagoVisItem_price_txt {
		font-size: 12px;
	}
	.nagoVisItem_price_main {
		font-size: 40px;
		font-feature-settings: "palt";
		letter-spacing: -0.02em;
	}
	.nagoVisItem_price_sub {
		font-size: 18px;
	}
	.nagoVisItem_price_sub_tax {
		font-size: 9px;
	}
	.nagoVisItem_col-no3 {
		width: 47%;
	}
	.nagoVisItem_col-no4 {
		width: 52%;
	}
	.nagoGaba_title_main_small {
		display: block;
		font-size: 19px;
	}
	.nagoVis_spRibbon {
		display: block;
		color: #013F8E;
		padding: 5px 20px;
		background-image: linear-gradient(to right, #f5d10b, #fef186 53.7%, #f4ce00);
		font-size: 15px;
		font-weight: bold;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		margin-bottom: 25px;
	}
	.nagoVis_spRibbon_sub {
		font-size: 12px;
		font-weight: 500;
		margin-left: 10px;
	}
	.nagoProblem_title {}
	.nagoCourse {
		margin-bottom: 50px;
	}
	.nagoCourse_inner {}
	.nagoCourse_cols {}
	.nagoCourse_col {
		padding: 20px 20px;
	}
	.nagoCourse_col-many {}
	.nagoCourse_col-course {
		max-width: 400px;
		margin: 0 auto;
	}
	.nagoCourse_areaTxt {}
	.nagoCouItem {}
	.nagoCouItem_title {}
	.nagoCouItem_title:after {}
	.nagoCouItem_cols {
		display: block;
	}
	.nagoCouItem_col {
		width: auto;
	}
	.nagoCouItem_col-img {
		max-width: 140px;
		margin: 0 auto 20px;
	}
	.nagoCouItem_image {}
	.nagoCouItem_image > img {}
	.nagoCouItem_col-txt {
		padding-top: 0;
	}
	.nagoCouItem_areaTxt {}
	.nagoCourse_areaTxt_inner {}
	.nagoCouItem_headline {
		font-size: 20px;
	}
	.nagoCouItem_normal {}
	.nagoCouItem_normal > del {}
	.nagoCouItem_normal > del::before {}
	.nagoCouItem_priceCols {
		display: block;
	}
	.nagoCouItem_priceCol {
		width: auto;
	}
	.nagoCouItem_priceCol-no1 {}
	.nagoCouItem_priceCol-no2 {}
	.nagoCouItem_note {}
	.nagoCourse_cCols {
		margin-top: 30px;
		display: block;
	}
	.nagoCourse_cCol {
		width: auto;
	}
	.nagoCourse_cCol-txt {}
	.nagoCourse_cCol-link {
		margin-top: 10px;
	}
	.nagoCourse_price {
		text-align: center;
	}
	.nagoCourse_price > sup {}
	.nagoCourse_price_yen {}
	.nagoCourse_price_num {}
	.nagoCourse_price_num:last-child {}
	.regCourse_link-nago {
		margin-top: 0;
	}
	.regCourse_link-nago > a {}
	.regCourse_link_icon-nago {}
	.regCourse_dList_off-nago {
		display: inline-flex;
		width: 110px;
		margin-left: 6px;
	}
	.itemCart_price_point {}
	.itemCart_box-nago {}
	.itemCart_btn-nago {}
	.itemCart_title-hasMt {}
	.product_cat {}
	.topVis_cat {}
	.fixCartNav {}
	.fixCartNav_inner {
		display: block;
	}
	.fixCartNav_title {
		font-size: 18px;
		text-align: center;
		margin-bottom: 8px;
	}
	.fixCartNav_list {
		width: auto;
	}
	.fixCartNav_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.fixCartNav_list > li > a {
		line-height: 1;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
	}
	.nagoVis_msg {
		margin-top: 25px;
	}
	.nagoSingle {}
	.nagoSingle_image {}
	.nagoSingle_image > img {}
	.nagoSingle_dList {}
	.nagoSingle_dList > dt {}
	.nagoSingle_dList > dd {}
	.nagoSingle_num {}
	.nagoSingle_cancelWrap {}
	.nagoSingle_text {}
	.nagoSingle_cancel {}
	.nagoSingle_cancel > del {}
	.nagoSingle_cancel > del::before {}
	.nagoSingle_priceWrap {}
	.nagoSingle_price {}
	.nagoSingle_price_num {}
	.nagoSingle_off {
		width: 107px;
	}
	.itemCart_info-nagomin {}
	.itemCart_btn-nago > svg {}
	.product_cols {
		display: block;
		max-width: 391px;
		margin: 0 auto;
	}
	.product_col {
		width: auto;
		max-width: none;
	}
	.product_col-no1 {
		margin-bottom: 20px;
	}
	.product_col-no2 {}
	.product_cell-fit {}
	.pointItem_caption {}
	.nagoInfo {
		font-size: 13px;
	}
	.nagoInfo_title {}
	.nagoInfo_headline {}
	.nagoInfo_text {}
}
@media screen and (max-width:374px) {
	.prodVis_inner {}
	.nagoVis_cell-about {
		max-width: 275px;
		margin: 0 auto;
	}
	.nagoVisItem_cols {
		display: block;
		padding: 0 20px;
	}
	.nagoVisItem_col {
		width: auto;
		display: flex;
		justify-content: flex-end;
	}
	.nagoVisItem_price {
		justify-content: center;
	}
	.nagoGaba_title_point {
		font-size: 48px;
	}
	.nagoImprove_title {
		font-size: 28px;
	}
	.nagoImprove_table {
		font-size: 12px;
	}
	.nagoImprove_table > tbody > tr > td:last-child {
		width: 20%;
	}
	.nagoImprove_table > thead > tr > th:first-child {
		width: 20%;
	}
	.nagoFeat_bg {
		padding-bottom: 36%;
	}
	.nagoCoat_title_point {
		font-size: 24px;
	}
	.nagoSingle_dList > dt {
		font-size: 15px;
	}
	.nagoSingle_num {
		font-size: 20px;
	}
	.nagoSingle_dList > dd {
		font-size: 14px;
	}
	.nagoSingle_price_num {
		font-size: 26px;
	}
	.nagoSingle_off {
		width: 90px;
	}
}
