@charset "UTF-8";
a {
	color: #000;
	text-decoration: none;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

blockquote {
	margin: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	margin: 0;
}

caption {
	text-align: left;
}

code,
kbd,
samp {
	font-family: sans-serif;
	font-size: 100%;
}

dd {
	margin-left: 0;
}

del,
ins {
	text-decoration: none;
}

dl,
form,
p {
	margin-bottom: 0;
	margin-top: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

input,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: bottom;
}

legend {
	padding: 0;
}

li {
	list-style: none;
}

ol,
ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

pre {
	font-family: sans-serif;
	font-size: 100%;
	margin-bottom: 0;
	margin-top: 0;
}

q:after,
q:before {
	content: "";
}

strong {
	font-weight: normal;
}

sub {
	vertical-align: text-bottom;
}

sup {
	vertical-align: text-top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**** base ****/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	color: #fff;
}

.js-non-touch-device a:hover {
	opacity: 0.5;
}

img {
	height: auto;
	width: 100%;
}

sup {
	font-size: 70%;
	vertical-align: super;
}

body {
	background: #000000;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
	body {
		word-break: break-all;
		word-wrap: break-word;
	}
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

@media screen and (min-width: 751px) {
	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 1040px;
	}
}

@media screen and (max-width: 750px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 751px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
}

/**** header ****/
#header {
	position: relative;
}

#header .link a {
	background-color: transparent;
	position: absolute;
}

@media screen and (min-width: 751px) {
	#header .link a {
		height: 16.44%;
		left: 2.81%;
		top: 73.6%;
		width: 51.17%;
	}
}

@media screen and (max-width: 750px) {
	#header .link a {
		height: 13.34%;
		left: 6.93%;
		top: 41.15%;
		width: 86.4%;
	}
}

/**** content ****/
/**** main ****/
/**** pagetop ****/
#pagetop {
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	text-indent: -999em;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	z-index: 99;
}

@media screen and (min-width: 751px) {
	#pagetop {
		bottom: 20px;
		position: fixed;
		right: 20px;
	}
}

@media screen and (max-width: 750px) {
	#pagetop {
		bottom: 15px;
		margin: 6px 10px -46px auto;
		position: sticky;
		width: 40px;
	}
}

#pagetop.js-visible {
	opacity: 1;
	pointer-events: auto;
}

#pagetop a {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #5cd2fe;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (min-width: 751px) {
	#pagetop a {
		height: 46px;
		width: 46px;
	}
}

@media screen and (max-width: 750px) {
	#pagetop a {
		height: 40px;
		width: 40px;
	}
}

#pagetop a span {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.4' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M10.6 7.4L6 2.8 1.4 7.4 0 6l6-6 6 6z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
	#pagetop a span {
		height: 11px;
		margin-top: -4px;
		width: 18px;
	}
}

@media screen and (max-width: 750px) {
	#pagetop a span {
		height: 8px;
		margin-top: -2px;
		width: 12px;
	}
}

/**** footer ****/
@media screen and (min-width: 751px) {
	#footer {
		margin-top: 200px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 750px) {
	#footer {
		margin-top: 100px;
		padding-bottom: 30px;
	}
}

#footer .logo {
	margin-left: auto;
	margin-right: auto;
	width: 182px;
}

#footer .copyright {
	display: block;
	line-height: 1;
	margin-top: 60px;
	text-align: center;
}

@media screen and (min-width: 751px) {
	#footer .copyright {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 750px) {
	#footer .copyright {
		font-size: 14px;
		line-height: 25px;
	}
}

#footer .copyright:before, #footer .copyright:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#footer .copyright:before {
		margin-bottom: -4px;
	}
	#footer .copyright:after {
		margin-top: -4px;
	}
}

@media screen and (max-width: 750px) {
	#footer .copyright:before {
		margin-bottom: -6px;
	}
	#footer .copyright:after {
		margin-top: -6px;
	}
}

/**** button ****/
.button {
	margin-top: 50px;
}

.button a {
	background-color: #ce4d65;
	border-radius: 12px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 16px;
	padding-top: 16px;
	text-align: center;
}

/**** list ****/
.list li {
	padding-left: 1em;
	position: relative;
}

.list li:before {
	content: "●";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}

/**** note ****/
.note {
	font-size: 14px;
}

@media screen and (min-width: 751px) {
	.note {
		margin-top: 15px;
	}
}

@media screen and (max-width: 750px) {
	.note {
		margin-top: 10px;
	}
}

.note li {
	padding-left: 1em;
	position: relative;
}

.note li:before {
	content: "※";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}

/**** introduction ****/
#introduction {
	background-color: #5cd2fe;
}

#introduction .wrapper {
	color: #000000;
}

@media screen and (min-width: 751px) {
	#introduction .wrapper {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

@media screen and (max-width: 750px) {
	#introduction .wrapper {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

#introduction h2 {
	display: block;
	font-weight: bold;
}

@media screen and (min-width: 751px) {
	#introduction h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (max-width: 750px) {
	#introduction h2 {
		font-size: 20px;
		line-height: 30px;
	}
}

#introduction h2:before, #introduction h2:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#introduction h2:before {
		margin-bottom: -7.5px;
	}
	#introduction h2:after {
		margin-top: -7.5px;
	}
}

@media screen and (max-width: 750px) {
	#introduction h2:before {
		margin-bottom: -5px;
	}
	#introduction h2:after {
		margin-top: -5px;
	}
}

@media screen and (min-width: 751px) {
	#introduction .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 50px;
	}
}

@media screen and (max-width: 750px) {
	#introduction .row {
		margin-top: 30px;
	}
}

@media screen and (min-width: 751px) {
	#introduction .row .text {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width: 750px) {
	#introduction .row .text {
		font-size: 16px;
		line-height: 25px;
	}
}

#introduction .row .text p + p {
	margin-top: 30px;
}

@media screen and (min-width: 751px) {
	#introduction .row .image {
		padding-left: 46px;
	}
}

@media screen and (max-width: 750px) {
	#introduction .row .image {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 80%;
	}
}

@media screen and (min-width: 751px) {
	#introduction .row .image img {
		width: 258px;
	}
}

/**** products ****/
@media screen and (max-width: 750px) {
	#products {
		margin-top: 140px;
	}
}

@media screen and (min-width: 751px) {
	#products .wrapper > ul > li {
		margin-top: 200px;
	}
}

@media screen and (max-width: 750px) {
	#products .wrapper > ul > li {
		margin-top: 100px;
	}
}

#products .title {
	border-bottom: 6px solid #5cd2fe;
	border-top: 6px solid #5cd2fe;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 751px) {
	#products .title {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media screen and (max-width: 750px) {
	#products .title {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

#products .title .sub {
	display: block;
	font-weight: bold;
}

@media screen and (min-width: 751px) {
	#products .title .sub {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (max-width: 750px) {
	#products .title .sub {
		font-size: 20px;
		line-height: 30px;
	}
}

#products .title .sub:before, #products .title .sub:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .title .sub:before {
		margin-bottom: -7.5px;
	}
	#products .title .sub:after {
		margin-top: -7.5px;
	}
}

@media screen and (max-width: 750px) {
	#products .title .sub:before {
		margin-bottom: -5px;
	}
	#products .title .sub:after {
		margin-top: -5px;
	}
}

#products .title h3 {
	display: block;
	font-weight: bold;
	margin-top: 22px;
}

@media screen and (min-width: 751px) {
	#products .title h3 {
		font-size: 36px;
		line-height: 60px;
	}
}

@media screen and (max-width: 750px) {
	#products .title h3 {
		font-size: 28px;
		line-height: 42px;
	}
}

#products .title h3:before, #products .title h3:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .title h3:before {
		margin-bottom: -12px;
	}
	#products .title h3:after {
		margin-top: -12px;
	}
}

@media screen and (max-width: 750px) {
	#products .title h3:before {
		margin-bottom: -7px;
	}
	#products .title h3:after {
		margin-top: -7px;
	}
}

#products .title .pop {
	background-color: #5cd2fe;
	border-radius: 50%;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
}

@media screen and (min-width: 751px) {
	#products .title .pop {
		font-size: 24px;
		height: 236px;
		left: -35px;
		top: -100px;
		width: 236px;
	}
}

@media screen and (max-width: 750px) {
	#products .title .pop {
		font-size: 14px;
		height: 130px;
		left: -5px;
		top: -120px;
		width: 130px;
	}
}

@media screen and (min-width: 751px) {
	#products .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
	}
}

@media screen and (max-width: 750px) {
	#products .row {
		margin-top: 30px;
	}
}

@media screen and (min-width: 751px) {
	#products .row .image {
		width: 399px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .image {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
}

@media screen and (min-width: 751px) {
	#products .row .image > img {
		width: 399px;
	}
}

@media screen and (min-width: 751px) {
	#products .row .image #slider .slide-item img {
		width: 399px;
	}
}

#products .row .image #thumbnail_slider .thumbnail-item:hover {
	cursor: pointer;
}

#products .row .image #thumbnail_slider .slick-track {
	width: 100% !important;
}

#products .row .image #thumbnail_slider .slick-slide {
	width: calc(100% / 7) !important;
}

@media screen and (min-width: 751px) {
	#products .row .text {
		padding-left: 99px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .text {
		margin-top: 30px;
	}
}

#products .row .text .lead {
	display: block;
}

@media screen and (min-width: 751px) {
	#products .row .text .lead {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .text .lead {
		font-size: 18px;
		line-height: 25px;
	}
}

#products .row .text .lead:before, #products .row .text .lead:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .text .lead:before {
		margin-bottom: -5px;
	}
	#products .row .text .lead:after {
		margin-top: -5px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .text .lead:before {
		margin-bottom: -4px;
	}
	#products .row .text .lead:after {
		margin-top: -4px;
	}
}

#products .row .set {
	display: block;
	background-color: #fff;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
	padding: 8px;
}

@media screen and (min-width: 751px) {
	#products .row .set {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .set {
		font-size: 18px;
		line-height: 25px;
	}
}

#products .row .set:before, #products .row .set:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .set:before {
		margin-bottom: -5px;
	}
	#products .row .set:after {
		margin-top: -5px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .set:before {
		margin-bottom: -4px;
	}
	#products .row .set:after {
		margin-top: -4px;
	}
}

#products .row .list {
	margin-top: 30px;
	display: block;
}

@media screen and (min-width: 751px) {
	#products .row .list {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .list {
		font-size: 14px;
		line-height: 25px;
	}
}

#products .row .list:before, #products .row .list:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .list:before {
		margin-bottom: -4px;
	}
	#products .row .list:after {
		margin-top: -4px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .list:before {
		margin-bottom: -6px;
	}
	#products .row .list:after {
		margin-top: -6px;
	}
}

#products .row .price {
	display: block;
	font-weight: bold;
	margin-top: 50px;
}

@media screen and (min-width: 751px) {
	#products .row .price {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .price {
		font-size: 20px;
		line-height: 30px;
	}
}

#products .row .price:before, #products .row .price:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .price:before {
		margin-bottom: -7.5px;
	}
	#products .row .price:after {
		margin-top: -7.5px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .price:before {
		margin-bottom: -5px;
	}
	#products .row .price:after {
		margin-top: -5px;
	}
}

#products .row .price span {
	display: block;
	display: inline-block;
	font-weight: normal;
}

@media screen and (min-width: 751px) {
	#products .row .price span {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .price span {
		font-size: 18px;
		line-height: 25px;
	}
}

#products .row .price span:before, #products .row .price span:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .price span:before {
		margin-bottom: -5px;
	}
	#products .row .price span:after {
		margin-top: -5px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .price span:before {
		margin-bottom: -4px;
	}
	#products .row .price span:after {
		margin-top: -4px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .price {
		font-size: 30px;
	}
}

#products .row .limit {
	display: block;
	background-color: #fff;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	margin-top: 50px;
	padding: 15px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 751px) {
	#products .row .limit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .limit {
		font-size: 18px;
		line-height: 25px;
	}
}

#products .row .limit:before, #products .row .limit:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .limit:before {
		margin-bottom: -5px;
	}
	#products .row .limit:after {
		margin-top: -5px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .limit:before {
		margin-bottom: -4px;
	}
	#products .row .limit:after {
		margin-top: -4px;
	}
}

#products .row .limit p:not(:first-child) {
	margin-top: 20px;
}

#products .row .limit p.note {
	display: block;
	font-weight: normal;
	margin-top: 5px;
}

@media screen and (min-width: 751px) {
	#products .row .limit p.note {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .limit p.note {
		font-size: 14px;
		line-height: 25px;
	}
}

#products .row .limit p.note:before, #products .row .limit p.note:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	#products .row .limit p.note:before {
		margin-bottom: -4px;
	}
	#products .row .limit p.note:after {
		margin-top: -4px;
	}
}

@media screen and (max-width: 750px) {
	#products .row .limit p.note:before {
		margin-bottom: -6px;
	}
	#products .row .limit p.note:after {
		margin-top: -6px;
	}
}

#products .row .limit .important {
	color: #f30;
}

@media screen and (min-width: 751px) {
	#products .row .button a {
		width: 316px;
	}
}

#products .button.fujisaki {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

@media screen and (min-width: 751px) {
	#products .button.fujisaki {
		width: 600px;
	}
}

@media screen and (max-width: 750px) {
	#products .button.fujisaki a {
		line-height: 1.2;
	}
}

.remodal-wrapper .title {
	margin-top: 10px;
}

.remodal-wrapper .title h3 {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

@media screen and (min-width: 751px) {
	.remodal-wrapper .title h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 750px) {
	.remodal-wrapper .title h3 {
		font-size: 18px;
		line-height: 25px;
	}
}

.remodal-wrapper .title h3:before, .remodal-wrapper .title h3:after {
	content: "";
	display: block;
	height: 0.001px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	.remodal-wrapper .title h3:before {
		margin-bottom: -5px;
	}
	.remodal-wrapper .title h3:after {
		margin-top: -5px;
	}
}

@media screen and (max-width: 750px) {
	.remodal-wrapper .title h3:before {
		margin-bottom: -4px;
	}
	.remodal-wrapper .title h3:after {
		margin-top: -4px;
	}
}

@media screen and (min-width: 751px) {
	.remodal-wrapper img {
		max-height: 500px;
		width: auto;
	}
}

/*# sourceMappingURL=common.css.map */
