@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

html {
	font-family: 'Zen Kaku Gothic New', 'Yu Gothic', 'YuGothic', 'MS PGothic', 'sans-serif';
	line-height: 2;
	/* ラバーバンド無効 */
	overscroll-behavior: none;
}

body {
	width: 100%;
	min-height: var(--vh, 100vh);
	min-height: 100vh;
	min-height: 100dvh;
	/* padding-bottom: 60px; */
	/* position: static; */
	display: flex;
	flex-direction: column;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior: none;
}

body.fixed {
	overflow: hidden;
}

table {
	width: 90%;
	border-collapse: collapse;
	margin: 20px;
}

th,
td {
	/* border: solid #bbb 1px; */
	padding: 5px;
	text-align: left;
}

h3 {
	position: relative;
	display: block;
	font-family: 'Kiwi Maru', sans-serif;
	color: #f3eaea;
	margin: 20px 0;
}

div.bg {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -5;
	background-color: #5a756ec9;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><g fill-rule='evenodd'><g fill='%2349454e' fill-opacity='0.42'><path opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/><path d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/></g></g></svg>");
	background-repeat: repeat;
}

section#content {
	height: 100%;
}

section#product {
	height: 100%;
}

.head-container {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 80px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.head-contents {
	display: flex;
	position: absolute;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#top_link {
	height: 80px;
}

#top_link img {
	height: 60px;
	margin: 10px;
}

.menu {
	font-size: 0px;
	height: 100%;
	margin-left: auto;
}

.top-image {
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.garally {
	display: flex;
	justify-content: space-around;
}

div.hover-and-scale {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}

div.hover-and-scale img {
	height: auto;
	transition: transform .5s ease;
}

div.hover-and-scale:hover img {
	transform: scale(1.1);
}

#container {
	width: 100%;
	min-height: calc(100vh - 250px);
	min-height: calc(100dvh - 250px);
	margin: 0 auto;
	margin-top: 150px;
	background-color: #222;
	color: #f3eaea;
	z-index: 3;
}

#container-hp {
	padding: 50px auto;
	z-index: 3;
}

.foot-container {
	width: 100%;
	height: 80px;
	margin-top: auto;
	font-size: small;
	color: #333;
	text-shadow: 0px 0px 10px #ddd;
	z-index: 4;
	position: relative;
}

.foot-container div {
	position: absolute;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 2em;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.foot-container span {
	padding: 0 10px;
	background-image: url('../img/underline.png');
	background-size: 100% 100%;
}

.update-info {
	counter-reset: list;
	list-style-type: none;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	width: 90%;
}

.update-info li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 15px 0 15px 0px;
	border-bottom: dashed 1px #616161;
}

.update-info li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #b3b3b3;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.view-all a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 50px;
	margin-left: auto;
	width: 130px;
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}

span.arrow {
	background-color: #cccccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	transition: transform .2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
}

span.arrow::after {
	content: '';
	position: absolute;
	top: 35%;
	left: 35%;
	width: 30%;
	height: 30%;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}

.post-image {
	width: 100%;
	height: 100%;
	text-align: center;
	background-size: cover;
}

.post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-text {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.post-text p {
	padding: 10px 10px 20px;
}

.each-post p {
	text-align: center;
	color: inherit;
}

.title-image {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.title-image::before {
	content: '';
	display: block;
	padding-top: 100px;
}

.title-image img {
	position: absolute;
	width: 100%;
	top: 0;
}

h1.image-header {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
}

.normal-header {
	border-bottom: 3px solid #cecece;
	margin: 30px 0;
}

.normal-header span {
	display: inline-block;
	position: relative;
	padding: 0 .4em .2em;
	color: #f3eaea;
	font-family: 'Kiwi Maru', sans-serif;
}

.normal-header span::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: lightseagreen;
	content: '';
}

.header-en {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: min(36px, 7vw);
	z-index: 5;
}

.header-en::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(224, 66, 114, 0.6);
	font-size: 80px;
	font-weight: 400;
	font-family: 'Cedarville Cursive', cursive;
	font-style: italic;
	z-index: -1;
}

.title-h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.title-h2 span {
	color: #f3eaea;
	display: inline-block;
	line-height: 1.5;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Kiwi Maru', sans-serif;
	padding-bottom: 1.0rem;
	background-image: url('../img/dot.svg');
	background-size: 0.5rem;
	background-repeat: repeat-x;
	background-position: bottom left;
}

h2.index-title {
	position: relative;
	padding: 15px 30px;
	text-align: center;
}

h2.index-title:before,
h2.index-title:after {
	position: absolute;
	content: '';
}

h2.index-title:after {
	top: 0;
	left: calc(50% - 100px);
	width: 50px;
	height: 50px;
	border-top: 2px solid #7a7c00;
	border-left: 2px solid #7a7c00;
}

h2.index-title:before {
	right: calc(50% - 100px);
	bottom: 0;
	width: 50px;
	height: 50px;
	border-right: 2px solid #7a7c00;
	border-bottom: 2px solid #7a7c00;
}


div.content {
	width: 90%;
	max-width: 1200px;
	padding-bottom: 50px;
	margin: 0 auto;
}

ul.heading-checked {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

ul.heading-checked li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none !important;
	/*ポチ消す*/
}

ul.heading-checked li:before {
	content: "\02713";
	position: absolute;
	left: 1em;
	/*左端からのアイコンまで*/
	color: #e98a05;
	/*アイコン色*/
}

div.breadcrumbs {
	font-size: 14px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	z-index: 6;
	color: #f3eaea;
}

div.breadcrumbs span:not(:last-of-type)::after {
	content: '>';
	padding: 0 15px;
}

div.breadcrumbs span a {
	text-decoration: none;
	transition: .3s;
	color: #f3eaea;
	background: linear-gradient(#02abfa, #02abfa) 0 100%/0 2px no-repeat;
}

div.tile {
	max-width: 1300px;
	padding: 50px 0;
	margin: 0 auto;
}


.wpcf7-text,
.wpcf7-textarea {
	border: solid #999 1px;
	border-radius: 4px;
	width: 100%;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	border: solid #7099ff 1px;
	border-radius: 4px;
}

.wpcf7-submit {
	display: block;
	background-color: #02abfa;
	color: whitesmoke;
	border-radius: 4px;
	padding: 5px 15px;
	margin: 20px auto;
	width: 150px;
}

.wpcf7-submit:hover {
	background-color: #7099ff;
}

.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

span.must {
	padding: 5px;
	margin-right: 5px;
	background-color: chocolate;
	color: whitesmoke;
	font-size: small;
	border-radius: 4px;
}

div.map {
	position: relative;
	max-width: 500px;
	width: 70%;
	padding-top: 60%;
}

div.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#spacer {
	height: 50px;
	/* head_container の高さ */
}

div#video-area video {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin: auto;
}

.fadein {
	opacity: 0;
	transform: translateY(-100px);
	animation: box-slide-in 2s cubic-bezier(.17, .67, .82, .23) forwards;
}

@keyframes box-slide-in {
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

section.hp-fixed-section {
	z-index: -1;
	position: sticky;
	width: 100%;
	top: 0;
}

section.hp-unfixed-section {
	position: relative;
	width: 100%;
	/* iOSバグ対策 */
	/* transform: translateZ(1px); */
}

div.hr {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: auto;
}

div.hr img {
	width: 100%;
	height: 50px;
	position: absolute;
	top: -50px;
}

div.foot-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #dbe5e2;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><g fill-rule='evenodd'><g fill='%2349454e' fill-opacity='0.42'><path opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/><path d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/></g></g></svg>");
	background-repeat: repeat;
}

div.foot-bg-wrapper {
	position: relative;
	top: 0;
	height: 0;
	z-index: 0;
}

div.td-style-1 {
	padding-left: 20px;
}

/* section.hp-unfixed-section::after {
	content: '';
	display: block;
	width: 50%;
	height: 0;
	border-bottom: 1px solid #555;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
} */