
@charset "utf-8";
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
	box-sizing: border-box;
}
 
/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class],
ul,
ol  {
	padding: 0;
	margin: 0;
}
 
/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
 
/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #191919;
	font-family: 'shippori-antique', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
/*	font-feature-settings : "palt";*/
	opacity: 0.0;
}
.scroll-stop {
	overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class],
ul,
ol {
	list-style: none;
}
 
/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
	text-decoration-skip-ink: auto;
}
 
/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
	display: block;
	vertical-align: bottom;
}
 
/* Natural flow and rhythm in articles by default */

 
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
	font: inherit;
	appearance: none;
	-webkit-appearance: none;
}
 
/* その他 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
 
/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* PC ================================================== */
@media all and (min-width:960px){
.tablet,
.sp {
	display: none;
}
.pc {
	display: inline-block;
}
.view_sp {
	display: none;
}
.view_tablet {
	display: none;
}
.view_pc {
	display: block;
}
body {
	padding-top: 104px;
	font-size: 16px;
	font-family: 'shippori-antique', sans-serif;
}
h1{}

h2{}
/* sectionの見出し */
.section-heading {
	color: #000000;
	line-height: 1.0;
	letter-spacing: 0.06em;
}
	.section-heading .section-heading_en {
		display: inline-block;
		margin-bottom: 12px;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		color: #B8A967;
	}
	.section-heading .section-heading_ja {
		display: inline-block;
		font-family: 'shippori-antique', sans-serif;
		font-size: 32px;
		font-weight: 400;
		line-height: 1.6;
	}


h3{}

h4{}

h5{}

header {
	width: 100%;
	height: 104px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
	.header--inner {
		width: 92%;
		height: 100%;
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.header-logo {
			width: 255px;
			height: auto;
			margin-top: 7px;
			position: relative;
			z-index: 10;
		}
			.header-logo a {
				display: block;
				width: 100%;
				height: auto;
			}
				.header-logo a img {
					width: 100%;
					height: auto;
				}
		.top-cloud {
			display: none;
		}

		.header-menu {
			height: 40px;
		}
			.header-menu_list {
				height: 100%;
				border-left: dotted 1px #CCCCCC;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
				.header-menu_item {
					border-right: dotted 1px #CCCCCC;
				}
					.header-menu_item-link {
						display:  block;
						height: 100%;
						padding: 0px 18px;
						text-align: center;
						line-height: 1.4;
						letter-spacing: 0.0em;
					}
						.header-menu_item-link_en {
							font-family: 'Montserrat', sans-serif;
							font-size: 10px;
							font-weight: 400;
							color: #B8A867;
						}
						.header-menu_item-link_ja {
							font-family: 'shippori-antique', sans-serif;
							font-size: 14px;
							font-weight: 400;
							color: #000000;
						}

		.sp_header_contents {
			display: none;
		}

.fugu-character {
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 10;
}
	.fugu-character img {
		width: 237px;
		height: auto;
		position: relative;
		top: 40px;
		left: 50%;
		transform: translate(-50%,-100%);
		-webkit-transform: translate(-50%,-100%);
		transition: .8s;
		-webkit-transition: .8s;
		z-index: -1;
		opacity: 0;
	}
	.fugu-character.is-show img {
		top: 27px;
		transform: translate(-50%,-100%);
		-webkit-transform: translate(-50%,-100%);
		opacity: 1;
	}

footer {
	width: 100%;
	padding: 90px 0px 40px;
	background-color: #000000;
	position: relative;
	z-index: 200;
}
	.footer-top_image {
		width: 29.2%;
		max-width: 350px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
		.footer-top_image img {
			width: 100%;
			height: auto;
		}
	
	.footer--inner {
		width: 95%;
		margin: auto auto;
		position: relative;
		z-index: 5;
	}
		.footer-details_container {
			width: 100%;
			margin-bottom: 95px;
			display: flex;
			justify-content: flex-end;
		}
			.footer-details {
				width: 50%;
			}
				.footer-company_name {
					width: 100%;
					margin-bottom: 35px;
					font-size: 36px;
					font-weight: 500;
					color: #ffffff;
					line-height: 1.0;
				}
				.footer-company_address {
					width: 100%;
					margin-bottom: 40px;
					font-size: 16px;
					line-height: 2.0;
					color: #ffffff;
				}
				.footer-contact_txt {
					width: 100%;
					margin-bottom: 20px;
					font-size: 16px;
					color: #ffffff;
				}
				.footer-contact {
					width: 100%;
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
					.footer-contact_btn {
						display: block;
						width: 47.3%;
						height: 82px;
						background-color: #000000;
						border: solid 1px #ffffff;
						font-family: 'shippori-antique', sans-serif;
						font-size: 18px;
						font-weight: 400;
						line-height: 80px;
						text-align: center;
						color: #ffffff;
						transition: .3s;
						-webkit-transition: .3s;
					}
					.footer-contact_btn:hover {
						background-color: #191919;
					}

		.footer-menu_list {
			width: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.footer-menu_item {
				margin-right: 20px;
			}
				.footer-menu_item a {
					font-size: 14px;
					color: #ffffff;
					letter-spacing: 0.03em;
				}


	.footer-bottom_image {
		width: 22.66%;
		height: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
		.footer-bottom_image img {
			width: 100%;
			height: auto;
		}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.pc,
.sp {
	display: none;
}
.tablet {
	display: inline-block;
}
.view_pc {
	display: none;
}
.view_sp {
	display: none;
}
.view_tablet {
	display: block;
}
body {
	font-size: 16px;
	padding-top: 60px;
}
h1{}

h2{}
/* sectionの見出し */
.section-heading {
	color: #000000;
	line-height: 1.0;
	letter-spacing: 0.06em;
}
	.section-heading .section-heading_en {
		display: inline-block;
		margin-bottom: 20px;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color: #B8A967;
	}
	.section-heading .section-heading_ja {
		display: inline-block;
		font-family: 'shippori-antique', sans-serif;
		font-size: 24px;
		font-weight: 400;
	}

h3{}

h4{}

h5{}

header {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
	.header--inner {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		padding-left: 5%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.header-logo {
			width: 180px;
			height: auto;
			margin-top: 3px;
			position: relative;
			z-index: 10;
		}
			.header-logo a {
				display: block;
				width: 100%;
				height: auto;
			}
				.header-logo a img {
					width: 100%;
					height: auto;
				}
		.top-cloud {
			display: none;
		}
		.header-menu {
			display: none;
		}

		.header_nav_button_area {
			width: 60px;
			height: 60px;
		}
			.header_nav_button {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 60px;
				height: 60px;
				padding: 0px;
				border: none;
				outline: none;
				background: none;
			}
				.nav_open_btn span {
					display: block;
					width: 25px;
					height: 1px;
					background-color: #E8D5A7;
					position: relative;
				}
				.nav_open_btn span:before {
					content: '';
					display: block;
					width: 100%;
					height: 1px;
					background-color: #E8D5A7;
					position: absolute;
					top: -8px;
				}
				.nav_open_btn span:after {
					content: '';
					display: block;
					width: 100%;
					height: 1px;
					background-color: #E8D5A7;
					position: absolute;
					bottom: -8px;
				}

		.sp_header_contents {
			display: none;
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
			background-color: #ffffff;
			position: fixed;
			top: 0;
			left: 0;
		}
			.sp_header-top {
				width: 100%;
				height: 60px;
				padding-left: 5%;
				margin-bottom: 20px;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
				.sp_header-logo {
					width: 180px;
					height: auto;
					margin-top: 3px;
				}
					.sp_header-logo a {
						display: block;
						width: 100%;
						height: auto;
					}
						.sp_header-logo a img {
							width: 100%;
							height: auto;
						}

				.sp_header-top .header_nav_button_area {

				}
					.nav_close_btn span {
						display: block;
						width: 25px;
						height: 1px;
						position: relative;
					}
					.nav_close_btn span:before {
						content: '';
						display: block;
						width: 25px;
						height: 1px;
						background-color: #E8D5A7;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.nav_close_btn span:after {
						content: '';
						display: block;
						width: 25px;
						height: 1px;
						background-color: #E8D5A7;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}

				.sp_header-container {
					width: 100%;
					height: 100%;
				}
					.sp_header-menu {
						width: 90%;
						margin: auto auto;
					}
						.sp_header-menu_list {
							width: 100%;
						}
							.sp_header-menu_item {
								border-bottom: dotted 1px #cccccc;
							}
								.sp_header-menu_item-link {
									padding: 13px 0px 11px;
									display: flex;
									justify-content: flex-start;
									align-items: center;
								}
									.sp_header-menu_item-link_ja {
										margin-right: 10px;
										font-size: 14px;
										color: #000000;
									}
									.sp_header-menu_item-link_en {
										font-family: 'Montserrat', sans-serif;
										font-size: 10px;
										font-weight: 400;
										color: #B8A867;
									}

.fugu-character {
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 10;
}
	.fugu-character img {
		width: 170px;
		height: auto;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translate(-50%,0%);
		-webkit-transform: translate(-50%,0%);
		transition: .8s;
		-webkit-transition: .8s;
		z-index: -1;
		opacity: 0;
	}
	.fugu-character.is-show img {
		top: -60px;
		transform: translate(-50%,0%);
		-webkit-transform: translate(-50%,0%);
		opacity: 1;
	}
footer {
	width: 100%;
	padding: 200px 0px 30px;
	background-color: #000000;
	position: relative;
	z-index: 200;
}
	.footer-top_image {
		width: 30%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
		.footer-top_image img {
			width: 100%;
			height: auto;
		}
	
	.footer--inner {
		width: 90%;
		margin: auto auto;
		position: relative;
		z-index: 5;
	}
		.footer-details_container {
			width: 100%;
			margin-bottom: 30px;
		}
			.footer-details {
				width: 100%;
			}
				.footer-company_name {
					width: 100%;
					margin-bottom: 25px;
					font-size: 36px;
					font-weight: 500;
					color: #ffffff;
					line-height: 1.0;
				}
				.footer-company_address {
					width: 100%;
					margin-bottom: 30px;
					font-size: 16px;
					line-height: 2.0;
					color: #ffffff;
				}
				.footer-contact_txt {
					width: 100%;
					margin-bottom: 15px;
					font-size: 16px;
					color: #ffffff;
				}
				.footer-contact {
					width: 100%;
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
					.footer-contact_btn {
						display: block;
						width: 47.3%;
						height: 75px;
						margin-bottom: 20px;
						background-color: #000000;
						border: solid 1px #ffffff;
						font-family: 'shippori-antique', sans-serif;
						font-size: 18px;
						font-weight: 400;
						line-height: 73px;
						text-align: center;
						color: #ffffff;
						transition: .3s;
						-webkit-transition: .3s;
					}
					.footer-contact_btn:hover {
						background-color: #191919;
					}

		.footer-menu_list {
			width: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.footer-menu_item {
				line-height: 1.4;
				margin-right: 20px;
			}
				.footer-menu_item a {
					font-size: 14px;
					line-height: 1.4;
					color: #ffffff;
					letter-spacing: 0.03em;
				}


	.footer-bottom_image {
		width: 40%;
		height: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
		.footer-bottom_image img {
			width: 100%;
			height: auto;
		}
}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,
.tablet {
	display: none;
}
.sp {
	display: inline-block;
}
.view_pc {
	display: none;
}
.view_tablet {
	display: none;
}
.view_sp {
	display: block;
}
body {
	font-size: 15px;
	padding-top: 60px;
}

h1{}

h2{}
/* sectionの見出し */
.section-heading {
	color: #000000;
	line-height: 1.0;
	letter-spacing: 0.06em;
}
	.section-heading .section-heading_en {
		display: inline-block;
		margin-bottom: 12px;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		color: #B8A967;
	}
	.section-heading .section-heading_ja {
		display: inline-block;
		font-family: 'shippori-antique', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0em;
	}

h3{}

h4{}

h5{}

header {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
	.header--inner {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		padding-left: 5%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.header-logo {
			width: 180px;
			height: auto;
			margin-top: 3px;
			position: relative;
			z-index: 10;
		}
			.header-logo a {
				display: block;
				width: 100%;
				height: auto;
			}
				.header-logo a img {
					width: 100%;
					height: auto;
				}
		.top-cloud {
			display: none;
		}
		.header-menu {
			display: none;
		}

		.header_nav_button_area {
			width: 60px;
			height: 60px;
		}
			.header_nav_button {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 60px;
				height: 60px;
				padding: 0px;
				border: none;
				outline: none;
				background: none;
			}
				.nav_open_btn span {
					display: block;
					width: 25px;
					height: 1px;
					background-color: #E8D5A7;
					position: relative;
				}
				.nav_open_btn span:before {
					content: '';
					display: block;
					width: 100%;
					height: 1px;
					background-color: #E8D5A7;
					position: absolute;
					top: -8px;
				}
				.nav_open_btn span:after {
					content: '';
					display: block;
					width: 100%;
					height: 1px;
					background-color: #E8D5A7;
					position: absolute;
					bottom: -8px;
				}

		.sp_header_contents {
			display: none;
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
			background-color: #ffffff;
			position: fixed;
			top: 0;
			left: 0;
		}
			.sp_header-top {
				width: 100%;
				height: 60px;
				padding-left: 5%;
				margin-bottom: 20px;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
				.sp_header-logo {
					width: 180px;
					height: auto;
					margin-top: 3px;
				}
					.sp_header-logo a {
						display: block;
						width: 100%;
						height: auto;
					}
						.sp_header-logo a img {
							width: 100%;
							height: auto;
						}

				.sp_header-top .header_nav_button_area {

				}
					.nav_close_btn span {
						display: block;
						width: 25px;
						height: 1px;
						position: relative;
					}
					.nav_close_btn span:before {
						content: '';
						display: block;
						width: 25px;
						height: 1px;
						background-color: #E8D5A7;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.nav_close_btn span:after {
						content: '';
						display: block;
						width: 25px;
						height: 1px;
						background-color: #E8D5A7;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}

				.sp_header-container {
					width: 100%;
					height: 100%;
				}
					.sp_header-menu {
						width: 90%;
						margin: auto auto;
					}
						.sp_header-menu_list {
							width: 100%;
						}
							.sp_header-menu_item {
								border-bottom: dotted 1px #cccccc;
							}
								.sp_header-menu_item-link {
									padding: 13px 0px 11px;
									display: flex;
									justify-content: flex-start;
									align-items: center;
								}
									.sp_header-menu_item-link_ja {
										margin-right: 10px;
										font-size: 14px;
										color: #000000;
									}
									.sp_header-menu_item-link_en {
										font-family: 'Montserrat', sans-serif;
										font-size: 10px;
										font-weight: 400;
										color: #B8A867;
									}

.fugu-character {
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 10;
}
	.fugu-character img {
		width: 170px;
		height: auto;
		position: absolute;
		top: -50px;
		right: 5%;
		transition: .8s;
		-webkit-transition: .8s;
		z-index: -1;
		opacity: 0;
	}
	.fugu-character.is-show img {
		top: -60px;
		opacity: 1;
	}
footer {
	width: 100%;
	padding: 160px 0px 30px;
	background-color: #000000;
	position: relative;
	z-index: 200;
}
	.footer-top_image {
		width: 48%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
		.footer-top_image img {
			width: 100%;
			height: auto;
		}
	
	.footer--inner {
		width: 80%;
		margin: auto auto;
		position: relative;
		z-index: 5;
	}
		.footer-details_container {
			width: 100%;
			margin-bottom: 30px;
		}
			.footer-details {
				width: 100%;
			}
				.footer-company_name {
					width: 100%;
					margin-bottom: 25px;
					font-size: 36px;
					font-weight: 500;
					color: #ffffff;
					line-height: 1.0;
				}
				.footer-company_address {
					width: 100%;
					margin-bottom: 30px;
					font-size: 16px;
					line-height: 2.0;
					color: #ffffff;
				}
				.footer-contact_txt {
					width: 100%;
					margin-bottom: 15px;
					font-size: 16px;
					color: #ffffff;
				}
				.footer-contact {
					width: 100%;
				}
					.footer-contact_btn {
						display: block;
						width: 100%;
						height: 75px;
						margin-bottom: 20px;
						background-color: #000000;
						border: solid 1px #ffffff;
						font-family: 'shippori-antique', sans-serif;
						font-size: 18px;
						font-weight: 400;
						line-height: 73px;
						text-align: center;
						color: #ffffff;
						transition: .3s;
						-webkit-transition: .3s;
					}
					.footer-contact_btn:hover {
						background-color: #191919;
					}

		.footer-menu_list {
			width: 100%;
		}
			.footer-menu_item {
				line-height: 1.4;
				margin-bottom: 10px;
			}
				.footer-menu_item a {
					font-size: 14px;
					line-height: 1.4;
					color: #ffffff;
					letter-spacing: 0.03em;
				}

	.footer-bottom_image {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
		.footer-bottom_image img {
			width: 100%;
			height: auto;
		}
}