@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0 0 40px;
	background: #fff;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 300 !important;
	line-height: 1.5 !important;
}
img {
	line-height: 1;
	vertical-align: bottom;
}
@media only screen and (max-width:999px) {
	.pc-only {
		display: none !important;
	}
}
@media print, screen and (min-width:1000px) {
	body {
		font-size: 1.8rem;
	}
	.sp-only {
		display: none !important;
	}
	a:hover {
		color: #ff8680;
	}
	a img {
		transition: opacity .2s;
	}
	a:hover img {
		opacity: .8;
	}
}
.wrapper-contents {
	max-width: 800px;
	margin: 0 auto !important;
}
/*
#popup_required_field_check.pc {
	box-sizing: content-box !important;
}
.form_main_container_ec div.form_group_ec input {
	box-sizing: content-box !important;
}
.form_main_container_sp_ec div.form_group_sp_ec input{
	box-sizing: content-box !important;
}
*/
.intro {
	margin: 0 0 20px ;
}
.title {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}
.catch {
	margin: 20px 0;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
}
.point {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.point-title {
	margin: .25em 0 1em;
	line-height: 1.25;
}
.spec {
	max-width: 800px;
	margin: 40px auto;
	text-align: center;
}
/*---------------------------------------------------------------------
swiper common setting
----------------------------------------------------------------------*/
.swiper-wrapper {
	transition-timing-function: ease-out !important;
}
.swiper-button-prev {
	left: 14px;
}
.swiper-button-next {
	right: 14px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: Caladea;
	content: '';
	width: 28px;
	height: 28px;
	border: solid #ccc;
}
.swiper-button-next:after {
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}
.swiper-button-prev:after {
	border-width: 1px 0 0 1px;
	transform: rotate(-45deg);
}

.swiper-controller {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.swiper-controller .swiper-pagination {
	position: inherit;
	top: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
	max-width: 80%;
	height: 100%;
	margin: 0 6px;
}
.swiper-controller .swiper-pagination .swiper-pagination-bullet {
	margin: 4px;
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
	position: relative;
	left: inherit;
	right: inherit;
	top: inherit;
	bottom: inherit;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.swiper-controller .swiper-button-prev {
	border: solid #ccc;
	border-width: 4px 0 0 4px;
	transform: rotate(-45deg);
}
.swiper-controller .swiper-button-next {
	border: solid #ccc;
	border-width: 4px 4px 0 0;
	transform: rotate(45deg);
}
.swiper-controller .swiper-button-prev::before,
.swiper-controller .swiper-button-next::before,
.swiper-controller .swiper-button-prev:after,
.swiper-controller .swiper-button-next:after {
	content: none;
}
.swiper-controller .swiper-pagination {
	z-index: 100;
}
.swiper-controller .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.swiper-controller .swiper-pagination-bullet-active,
.swiper-controller .swiper-pagination-bullet-active:hover {
	background: #4ec4eb;
	cursor: default;
}
@media screen and (min-width:768px) {
	.swiper-controller {
		padding: 20px 0;
	}
	.swiper-controller .swiper-button-prev:hover,
	.swiper-controller .swiper-button-next:hover {
		border-color: #4ec4eb;
	}
	.swiper-controller .swiper-pagination-bullet:hover {
		background: #ccc;
	}
	.gallery-products img {
		max-width: 480px;
	}
}
.kv {
	margin: 40px 0 0;
}
.kv .swiper-slide {
	max-width: 800px;
	height: auto;
}
.kv .swiper-slide-next,
.kv .swiper-slide-prev {
	pointer-events: none;
	opacity: .05;
}
.itemname {
	font-size: 2.3rem;
	margin: 20px 0 0;
}
.price-catch {
	margin: 20px 0 6px;
	text-align: center;
}
.price-regular {
	position: relative;
	display: block;
	color: #737373;
	font-size: 1.4rem;
	font-weight: 300;
}
.price-regular::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6em;
	height: 1px;
	background: #737373;
}
.price {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 0;
	font-size: 3rem;
	font-weight: 500;
}
.price::before,
.price::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 280px;
	height: 1px;
	background: #000;
	margin: 0 auto;
}
.price::before {
	top: 0;
}
.price::after {
	bottom: 0;
}
.tax {
	margin-left: 2px;
	font-size: 1.2rem;
	font-weight: 300;
}
.shipping {
	margin-left: 6px;
	font-size: 1.4rem;
	font-weight: 300;
}
.video {
	max-width: 800px;
	margin: 40px auto 0;
}
.aftercare {
	background: #f5f1ef;
	margin: 16px 0 80px;
	padding: 24px 15px 40px;
}
.btn-download a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 280px;
	height: 44px;
	margin: 1em auto;
	background: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none !important;
	transition: .4s;
}
@media only screen and (max-width:767px) {
	.intro {
		padding: 0 16px;
	}
	.point > li {
		width: 50%;
		padding: 16px;
	}
	.point > li:nth-child(2),
	.point > li:nth-child(3),
	.point > li:nth-child(6) {
		background: #f5f1ef;
	}
}
@media print, screen and (min-width:768px) {
	.kv {
		margin: 60px 0 0;
	}
	.intro {
		margin: 0 0 40px;
	}
	.catch {
		margin: 40px 0;
		font-size: 3rem;
	}
	.point > li {
		width: 33.3333333333%;
		width: calc( ( 100% - 0 ) / 3 );
		padding: 20px;
	}
	.point > li:nth-child(even) {
		background: #f5f1ef;
	}
	.itemname {
		margin: 40px 0 0;
	}
	.price::before,
	.price::after {
		width: 280px;
	}
}
/* form */
#AmazonPayOneClickOrderArea,
.line_alert_ec,
.line_alert_sp_ec,
.line_ec,
.line_sp_ec,
.g-recaptcha {
	display: none !important;
}
#lp-form {
	margin-top: -40px;
	color: #000 !important;
	font-size: 1.6rem !important;
	font-family: inherit !important;
}
#popup_required_field_check.required_field_exists {
	background: #4ec4ebe6 !important;
	font-size: 1.6rem !important;
}
p.login_message_wrapper_sp_ec {
	padding: 0 15px;
	font-size: 1.6rem !important;
	text-align: left !important;
}
p.login_message_wrapper_ec {
	font-size: 1.6rem !important;
}
.login_message_ec,
.purchase_message_ec,
.login_message_sp_ec,
.purchase_message_sp_ec {
	font-size: 1.6rem !important;
	font-weight: 300 !important;
}
.landing_form_label_ec,
.landing_form_label_sp_ec {
	background: #000 !important;
}
.landing_form_ec th,
.form_box_label_sp_ec {
	background: #e6edef !important;
}
.form_box_label_sp_ec {
	padding: 6px 15px !important;
	border: 0 !important;
}
input,
select,
option,
textarea {
	color: #000 !important;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 300 !important;
	line-height: 1.5 !important;
}
.form_main_container_ec div.form_group_ec input,
.form_main_container_sp_ec div.form_group_sp_ec select,
.form_main_container_sp_ec div.form_group_sp_ec input,
#product_container .input_option_type,
.input_required_ec,
input[class*='input_box'],
select,
textarea {
	background: #fff !important;
	padding: 6px !important;
	border: 1px solid #ccc !important;
}
input[class*='input_box'],
select {
	height: 44px !important;
}
p.input_product_ec,
#product_container .form_group_sp_ec p.input_product_sp_ec,
p.form_box_label_ec strong,
p.form_box_label_sp_ec strong {
	font-size: 1.6rem !important;
	font-weight: 400 !important;
}
.form_main_container_ec,
p.caution_ec,
p.caution_sp_ec,
div.scheduled_delivery_date_text_ec {
	font-size: 1.6rem !important;
}
div.form_group_ec span,
div.form_group_sp_ec span {
	font-weight: 300 !important;
}
.form_container_ec,
.login_message_box_ec,
.landing_form_ec {
	width: 100% !important;
}
span.form_required_ec,
span.form_required_sp_ec {
	padding: 0 4px 2px !important;
	background: #bf0000 !important;
	font-size: 1.4rem !important;
	font-weight: 300 !important;
}
#product_container .input_box_quantity_ec,
#product_container .form_group_sp_ec select.quantity_select {
	margin-top: 10px;
}
.form_main_container_ec div.form_group_ec select,
select.input_box_pref_ec {
	width: auto !important;
	background: #fff !important;
}
#product_container .form_group_sp_ec .input_option_type_container label,
#product_container .form_group_sp_ec .quantity_number {
	font-size: 1.3rem !important;
}
#lp-form ul,
#lp-form ol {
	padding-left: 1.5em !important;
	list-style: disc !important;
}
.scheduled_delivery_date_text_sp_ec {
	padding: 15px !important;
	font-size: 1.6rem !important;
}
@media print, screen and (min-width:768px) {
	#lp-form ul,
	#lp-form ol {
		padding-left: 2.5em !important;
	}
}
/* footer */
.footer {
	border-top: 1px solid #e7e7e7;
	margin: 60px 0 0;
	padding: 60px 0 0;
	text-align: center;
}
.logo-footer {
	width: 70px;
	margin: 0 auto;
}
.footer a {
	color: #000;
}
.copyright {
	margin: 20px 0 0;
	font-size: 1.2rem;
}
@media only screen and (max-width:999px) {
	.footer .nav-text {
		margin-top: 40px;
		border-top: 1px solid #e7e7e7;
	}
	.footer .nav-text a {
		position: relative;
		display: flex;
		width: 100%;
		height: 50px;
		align-items: center;
		padding: 0 1em;
		border-bottom: 1px solid #e7e7e7;
		font-size: 1.4rem;
		text-align: left;
		text-decoration: none;
	}
	.footer .nav-text a::after {
		position: absolute;
		right: 12px;
		top: 50%;
		transform: rotate(45deg) translateX(-50%);
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		border: solid #999;
		border-width: 1px 1px 0 0;
	}
}
@media print, screen and (min-width:1000px) {
	.footer {
		margin: 80px 0 20px;
	}
	.footer .nav-text {
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}
	.footer .nav-text > li:nth-child(n+2) {
		margin-left: 1em;
	}
	.footer .nav-text a {
		font-size: 1.2rem;
		text-decoration: none;
	}
	.footer .nav-text a:hover {
		text-decoration: underline;
	}
}
