html {
	position: relative;
	min-width: 1240px;
	width: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 255px;
}

.wf-loading body {
	opacity: 0;
}

.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}

body {
	color: #1b1b1b;
	width: 100%;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	width: 100%;
	padding: 235px 0 0;
	overflow-x: hidden;
	font-feature-settings: normal;
}

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

@media print {
	a[href]:after {
		content: "" !important;
	}

	abbr[title]:after {
		content: "" !important;
	}
}

a {
	color: #e97c9e;
}

a:hover {
	transition: 0.2s;
}

a:hover img {
	opacity: 0.7;
	transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.eng {
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	width: calc(100% - 8dvw);
	margin: 0 auto;
	min-width: calc(1240px - 8dvw);
	box-sizing: border-box;
	height: 160px;
	padding: 0px 0 0;
	position: fixed;
	top: 0px;
	left: 4dvw;
	z-index: 10000;
	background: #fcfcfc;
	box-shadow: 0 5px 1px #f4f4f4;
	border-radius: 5px;
}

#header_inner {
	padding: 0 35px;
	gap: 10px;
	display: flex;
	justify-content: space-between;
}

header h1 {
	width: 325px;
	height: 100%;
	box-sizing: border-box;
}

header h1 a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 15px;
}

header h1 a img {
	display: block;
	width: 100%;
	flex: none;
	margin: 10px 0;
}

#hnav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 20px;
	margin: 0 0 20px;
}

#hnav a {
	color: #1b1b1b;
	text-decoration: none;
}

#hnav a:hover {
	color: #e97c9e;
}

#hnav ul {
	display: flex;
	gap: 30px;
	justify-content: flex-end;
}

#hnav ul a img {
	vertical-align: middle;
	margin-right: 5px;
}

#hnav2 a {
	font-size: 21px;
	font-weight: 700;
}

.searchbox {
	position: relative;
}

#s-box {
	width: 100px;
	height: 30px;
	border-radius: 15px;
	position: relative;
	border: 1px solid #1b1b1b;
}

#s-btn-area {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 0;
	right: 10px;
	top: 5px;
	background: url('../images/common/icon_search.svg') no-repeat center center;
}

#gnav {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#gnav ul {
	gap: 60px;
	display: flex;
	line-height: 40px;
	justify-content: center;
}

#gnav a {
	display: block;
	font-size: 21px;
	text-decoration: none;
	color: #1b1b1b;
	white-space: nowrap;
	font-weight: 700;
	position: relative;
	overflow: visible;
}

#gnav a:hover {
	color: #e97c9e;
}

#gnav a:hover:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #e97c9e;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
	transform: rotate(45deg);
}

#wrapper {
	padding: 0px 0 0;
}

main {
	position: relative;
	width: 100%;
}

mains section {
	line-height: 1.8em;
}

#bottom_banner {
	padding: 120px 0 125px;
}

#bottom_banner ul {
	list-style: none;
	padding: 0;
	gap: 20px;
	display: flex;
	justify-content: center;
}

#bottom_banner ul li img {
	display: block;
}

footer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 55px 0;
}

footer:before {
	display: block;
	height: 1px;
	background: #ccc;
	content: "";
	width: 100%;
	position: absolute;
	top: 3px;
	left: 0;
}

footer:after {
	display: block;
	height: 1px;
	background: #ccc;
	content: "";
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
}

#footer_inner {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#fnav {
	font-size: 16px;
}

#fnav li {
	margin-bottom: 15px;
}

#fnav a {
	position: relative;
	display: block;
	color: #1b1b1b;
	text-decoration: none;
	line-height: 1.8em;
}

#fnav a:hover {
	color: #e04977;
}

footer address {
	font-size: 16px;
	font-style: normal;
	line-height: 1.8em;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 45px 20px 20px;
	position: relative;
	overflow: hidden;
}

footer address dt {
	background: #999;
	color: #fff;
	position: absolute;
	width: 130px;
	text-align: center;
	top: 0px;
	left: 0px;
	border-radius: 9px 0 0 0;
}

.gotop {
	width: 92px;
	height: 95px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.gotop a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.gotop img {
	display: block;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	color: #777777;
}

img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

figure.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

figure.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

figure.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.slick-slider {
	padding: 0 0 40px;
}

.slick-slide {
	border: 1px solid #858585;
	padding: 10px;
	height: 165px !important;
	box-sizing: border-box;
}

.slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.slick-slide a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slick-track {
	gap: 10px;
	display: flex !important;
}

.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #b7b7b7;
	border-radius: 50%;
	cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #777777;
}

.slick-dots li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
	border: 0;
	background: #b7b7b7;
}

.slick-prev {
	width: 32px;
	height: 32px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background: url('../images/common/arrow_l.svg') no-repeat center center;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 200px;
	margin: auto;
}

.slick-next {
	width: 32px;
	height: 32px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background: url('../images/common/arrow_r.svg') no-repeat center center;
	position: absolute;
	bottom: -10px;
	left: 200px;
	right: 0;
	margin: auto;
}

.sp_only {
	display: none;
}

/*
main section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-in {
	opacity: 1;
	transform: translateY(0);
}
*/