.u-pc {
	display: none;
}

body {
	background-color: #fff;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Serif", Meiryo, sans-serif;
	font-size: max(10px, 16px);
	font-size: max(10px, 1rem);
	height: 100%;
	word-wrap: anywhere;
}

img,
a {
	margin-inline: auto;
	display: block;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.site-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100svh;
	overflow-x: hidden;
}

.l-footer {
	background-color: #928b88;
	height: 13.3333333333vw;
	width: 100%;
}

.l-footer__inner {
	height: inherit;
}

.l-footer__nav {
	height: inherit;
}

.l-footer__nav ul {
	gap: 5.0666666667vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav ul a {
	padding-block: 7px;
	padding-block: 0.4375rem;
	display: block;
}

.l-footer__nav ul li:not(:first-child) {
	position: relative;
}

.l-footer__nav ul li:not(:first-child)::before {
	background-color: #fff;
	content: "";
	height: 2.9333333333vw;
	left: -2.5333333333vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5px;
}

.l-footer__item1-img {
	max-width: 30.1333333333vw;
}

.l-footer__item2-img {
	max-width: 23.2vw;
}

.l-footer__item3-img {
	max-width: 11.3333333333vw;
}

.l-inner {
	margin-inline: auto;
	height: inherit;
	max-width: 92%;
	width: 100%;
}

/*==================================
//# セクション共通
===================================*/

body {
	font-family: "Noto Sans JP", sans-serif;
}

.box {
	position: relative;
}

.cta {
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 91.4%;
}

section + section {
	margin-top: -2px;
}

.top {
	overflow-x: hidden;
}

.sec__relative {
	position: relative;
}

/*==================================
//# セクション個別
===================================*/

.sec1__cta {
	bottom: 2.5%;
}

.sec5__img2,
.sec5__img3 {
	margin-top: -2px;
}

.sec7__movie-wrap {
	height: 51.4666666667vw;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 91.46666667%;
}

.sec7__movie-wrap iframe {
	aspect-ratio: 686/386;
	height: 100%;
	width: 100%;
}

.sec7__movie-wrap.--01 {
	top: 13.5%;
}

.sec7__movie-wrap.--02 {
	top: 44.5%;
}

.sec7__movie-wrap.--03 {
	top: 75.2%;
}

.sec8__cta {
	top: 63.3%;
}

.sec10__cta {
	bottom: 17%;
}

.fix-btn {
	bottom: 0;
	display: none;
	display: block;
	position: fixed;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 98%;
	z-index: 10;
}

/*アニメーション*/

.--anima {
	-webkit-animation: poyon 2s infinite;
	animation: poyon 2s infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@media screen and (min-width: 768px) {

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.l-footer {
	height: 6.25vw;
}

.l-footer__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav ul {
	gap: 2.2916666667vw;
}

.l-footer__nav ul li:not(:first-child)::before {
	height: 1.25vw;
	left: -1.1458333333vw;
}

.l-footer__item1-img {
	max-width: 13.125vw;
}

.l-footer__item2-img {
	max-width: 10.1041666667vw;
}

.l-footer__item3-img {
	max-width: 4.8958333333vw;
}

.l-inner {
	max-width: 62.5%;
}

.cta {
	width: 39.85416667%;
}

.sec1__cta {
	bottom: 4.3%;
	left: auto;
	right: 10.4%;
	width: 16%;
}

.sec7__movie-wrap {
	height: 26.40625vw;
	width: 46.875%;
}

.sec7__movie-wrap iframe {
	aspect-ratio: 900/507;
}

.sec7__movie-wrap.--01 {
	top: 12%;
}

.sec7__movie-wrap.--02 {
	top: 42.5%;
}

.sec7__movie-wrap.--03 {
	top: 73%;
}

.sec8__cta {
	top: 59.3%;
}

.sec10__cta {
	bottom: 16%;
}

.fix-btn {
	display: none;
	right: 0%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	width: 16%;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1920px) {

.l-footer {
	height: 7.5rem;
}

.l-footer__nav ul {
	gap: 2.75rem;
}

.l-footer__nav ul li:not(:first-child)::before {
	height: 1.5rem;
	left: -1.375rem;
}

.l-footer__item1-img {
	max-width: 15.75rem;
}

.l-footer__item2-img {
	max-width: 12.125rem;
}

.l-footer__item3-img {
	max-width: 5.875rem;
}

}

@media (max-width: 767.9px) {

.page-wrap {
	position: relative;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes poyon {

0% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

15% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

30% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

50% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

70% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

100% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

}

@keyframes poyon {

0% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

15% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

30% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

50% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

70% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

100% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

}


/*# sourceMappingURL=style.css.map */
