:root {
	--font-family-base: Noto Sans JP,sans-serif;
	--font-gothic: "Yu Gothic","YuGothic","游ゴシック","Yu Gothic UI",sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--font-size-base: min(0.9722222222vw,14px);
	--color-primary: #45b2c2;
	--color-warning: red;
	--color-text: #231815;
	--color-main-red: #b2483d;
	--color-main-sliver: #d8d8d8;
	--color-main-blue: #065795;
	--color-main-pink: #f0e8dc;
	--input-border-color: #e6e6e6;
	--input-border-width: min(0.0694444444vw,1px);
	--input-font-size: 14px;
	--input-font-weight: 400;
	--input-background: #fff;
}

* {
	box-sizing: border-box;
}

html {
	font-size: .694vw;
	overflow-x: hidden;
}

html.noscroll {
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 100%;
}

body {
	background-color: #fff;
	color: var(--color-text);
	font-family: var(--font-family-base);
	font-feature-settings: "palt" 1,"pkna" 1,"pwid" 1,"pkna" 1;
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	line-height: var(--lineheight-base);
	overflow-x: hidden;
	position: relative;
	text-align: left;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

dl,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none!important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

figure {
	display: block;
	margin: 0;
	padding: 0;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: min(85.4166666667vw,1230px);
	padding-left: min(1.0416666667vw,15px);
	padding-right: min(1.0416666667vw,15px);
	width: 100%;
}

.d-none {
	display: none!important;
}

.d-block {
	display: block!important;
}

.d-flex {
	display: flex!important;
}

.text-justify {
	text-align: justify!important;
}

.text-wrap {
	white-space: normal!important;
}

.text-nowrap {
	white-space: nowrap!important;
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.text-underline {
	text-decoration: underline;
}

.animate_animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.animate__imageScale {
	animation-name: imageScale;
}

.animation-clip-path {
	clip-path: inset(0 100% 0 0);
	transition: all 1s ease;
}

.animation-clip-path.active {
	clip-path: inset(0);
}

.animation-clip-path-deplay {
	clip-path: inset(0 100% 0 0);
	transition: all 1s ease 1.8s;
}

.animation-clip-path-deplay.active {
	clip-path: inset(0);
}

.btn {
	background-color: transparent;
	border: 1px solid transparent;
	color: #1e1e1e;
	display: inline-block;
	font-family: Noto Sans JP,sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.btn.focus,
.btn:focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: .6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-more,
.btn-more--custom {
	align-items: center;
	border: 2px solid var(--color-text);
	border-radius: 6.7rem;
	display: inline-flex;
	height: 6.6rem;
	justify-content: center;
	padding: 1rem 1.4rem 1rem 2.2rem;
	width: 27.5rem;
}

.btn-more img,
.btn-more--custom img {
	display: block;
	transition: all .5s ease;
}

.btn-more--custom {
	border-color: #fff;
}

.header {
	background-color: #000;
	height: 60px;
	width: 100%;
}

.form-control {
	background-clip: padding-box;
	background-color: var(--input-background);
	border: var(--input-border-width) solid var(--input-border-color);
	color: #000;
	display: block;
	font-family: var(--font-family-base);
	font-size: var(--input-font-size);
	font-weight: var(--input-font-weight);
	height: min(4.1666666667vw,60px);
	line-height: 1.5;
	padding: min(.3472222222vw,5px) min(.6944444444vw,10px);
	width: 100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.form-control::-moz-placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.form-control::placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #1e1e1e;
	opacity: 1;
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table {
	width: 100%;
}

.title-1 {
	color: var(--color-text);
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .7rem;
	line-height: 1.9;
	margin-bottom: 1.5rem;
}

.text-1 {
	color: var(--color-text);
	font-family: var(--font-gothic);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .2rem;
	line-height: 2.4;
}

.nospace:after,
.nospace:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.nospace:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.nospace:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.font-gothic {
	font-family: var(--font-gothic);
}

@media (min-width:576px) {

.d-sm-none {
	display: none!important;
}

.d-sm-block {
	display: block!important;
}

.d-sm-flex {
	display: flex!important;
}

.text-sm-left {
	text-align: left!important;
}

.text-sm-right {
	text-align: right!important;
}

.text-sm-center {
	text-align: center!important;
}

}

@media (min-width:768px) {

.d-sp-none {
	display: none!important;
}

.d-sp-block {
	display: block!important;
}

.d-sp-flex {
	display: flex!important;
}

.text-sp-left {
	text-align: left!important;
}

.text-sp-right {
	text-align: right!important;
}

.text-sp-center {
	text-align: center!important;
}

}

@media (min-width:992px) {

:root {
	--font-size-base: min(1.1111111111vw,16px);
}

.d-md-none {
	display: none!important;
}

.d-md-block {
	display: block!important;
}

.d-md-flex {
	display: flex!important;
}

.text-md-left {
	text-align: left!important;
}

.text-md-right {
	text-align: right!important;
}

.text-md-center {
	text-align: center!important;
}

.sp {
	display: none;
}

}

@media (min-width:1025px) {

.d-lg-none {
	display: none!important;
}

.d-lg-block {
	display: block!important;
}

.d-lg-flex {
	display: flex!important;
}

.text-lg-left {
	text-align: left!important;
}

.text-lg-right {
	text-align: right!important;
}

.text-lg-center {
	text-align: center!important;
}

.btn-more--custom:hover img,
.btn-more:hover img {
	animation: animation-button-more 1s forwards;
}

}

@media (min-width:1200px) {

.d-xl-none {
	display: none!important;
}

.d-xl-block {
	display: block!important;
}

.d-xl-flex {
	display: flex!important;
}

.text-xl-left {
	text-align: left!important;
}

.text-xl-right {
	text-align: right!important;
}

.text-xl-center {
	text-align: center!important;
}

}

@media (min-width:1441px) {

html {
	font-size: 10px;
}

.d-xxl-none {
	display: none!important;
}

.d-xxl-block {
	display: block!important;
}

.d-xxl-flex {
	display: flex!important;
}

.text-xxl-left {
	text-align: left!important;
}

.text-xxl-right {
	text-align: right!important;
}

.text-xxl-center {
	text-align: center!important;
}

}

@media (max-width:991px) {

html {
	font-size: 2.667vw;
}

.btn-more,
.btn-more--custom {
	height: 4.5rem;
	padding: 1rem 2.3rem 1rem 3.3rem;
	width: 19.5rem;
}

.header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}

#wrapper {
	padding-top: 60px;
}

.title-1 {
	font-size: 2.6rem;
	letter-spacing: .6rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.text-1 {
	font-size: 1.3rem;
	line-height: 2.25;
}

.pc {
	display: none;
}

}

@keyframes imageScale {

0% {
	transform: scale(1.1);
}

to {
	transform: scale(1);
}

}

@keyframes animation-button-more {

0% {
	clip-path: inset(0 100% 0 0);
}

to {
	clip-path: inset(0);
}

}

@keyframes animation-opacity {

0% {
	opacity: 0;
}

to {
	opacity: 1;
}

}

