body {
	color: #5d5d5d;
	font-family: "Noto Sans JP", sans-serif;
}

main {
	overflow-x: hidden;
}

.no_scroll {
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	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: blur(10px);
}

/* フォームリセット */

input,
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;
}

.bg--red,
.bg--yellow,
.bg--blue,
.bg--green {
	position: relative;
	z-index: 2;
}

.bg--red::before,
.bg--yellow::before,
.bg--blue::before,
.bg--green::before {
	border: 0.5333333333vw solid #000;
	content: "";
	height: 99%;
	left: 1.8666666667vw;
	position: absolute;
	right: 0;
	top: 2.9333333333vw;
	width: 100%;
	z-index: -1;
}

.bg--red::before {
	background: #ff0012;
}

.bg--yellow::before {
	background: #f7ce23;
}

.bg--blue::before {
	background: #005cff;
}

.bg--green::before {
	background: #ace736;
}

.button {
	background: #fff;
	border: 0.5333333333vw solid #000;
	border-radius: 624.9375rem;
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.40625;
	max-width: 62vw;
	padding-bottom: 4vw;
	padding-left: 2.6666666667vw;
	padding-right: 2.6666666667vw;
	padding-top: 4vw;
	position: relative;
	text-align: center;
	width: 100%;
}

.button:hover {
	opacity: 1;
}

.button-red,
.button-blue,
.button-green,
.button-yellow {
	position: relative;
}

.button-red::before,
.button-blue::before,
.button-green::before,
.button-yellow::before {
	border: 0.5333333333vw solid #000;
	border-radius: 624.9375rem;
	content: "";
	height: 100%;
	left: 2.6666666667vw;
	position: absolute;
	right: 0;
	top: 2.6666666667vw;
	width: 100%;
	z-index: -1;
}

.button-red::before {
	background: #ff0012;
}

.button-red:hover::before {
	background: #f7ce23;
}

.button-blue::before {
	background: #005cff;
}

.button-blue:hover::before {
	background: #ff0012;
}

.button-green::before {
	background: #ace736;
}

.button-yellow::before {
	background: #f7ce23;
}

.button-yellow:hover::before {
	background: #005cff;
}

.button-red::after,
.button-blue::after,
.button-green::after,
.button-yellow::after {
	content: "";
	height: 18.8vw;
	left: 50%;
	position: absolute;
	top: -16vw;
	transform: translateX(-50%);
	width: 32vw;
	z-index: 3;
}

.button-red::after {
	background: url(./../images/common/gokart-red.png) no-repeat center center/contain;
}

.button-red:hover::after {
	background: url(./../images/common/gokart-yellow.png) no-repeat center center/contain;
}

.button-blue::after {
	background: url(./../images/common/gokart_blue.png) no-repeat center center/contain;
}

.button-blue:hover::after {
	background: url(./../images/common/gokart-red.png) no-repeat center center/contain;
}

.button-green::after {
	background: url(./../images/common/gokart-green.png) no-repeat center center/contain;
}

.button-green:hover::after {
	background: url(./../images/common/gokart-green.png) no-repeat center center/contain;
}

.button-yellow::after {
	background: url(./../images/common/gokart-yellow.png) no-repeat center center/contain;
}

.button-yellow:hover::after {
	background: url(./../images/common/gokart_blue.png) no-repeat center center/contain;
}

.car {
	background-color: #ace736;
	margin-top: -0.125rem;
	padding-bottom: 14.9333333333vw;
	padding-top: 20.2666666667vw;
}

.car-top {
	margin-top: 34.6666666667vw;
	position: relative;
}

.car-top__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 64vw;
	width: 100%;
}

.car-top__img-around {
	animation: rotate 30s linear infinite;
	max-width: 41.0666666667vw;
	width: 100%;
}

.car-top__img-around-content {
	animation: rotate 30s linear reverse infinite;
	height: 100%;
	width: 100%;
}

.car-top__img--around1 {
	left: 25%;
	position: absolute;
	top: -50%;
	transform-origin: center 150%;
}

.car-top__img--around2 {
	left: 75%;
	position: absolute;
	top: 15%;
	transform-origin: -50% center;
}

.car-top__img--around3 {
	left: 25%;
	position: absolute;
	top: 85%;
	transform-origin: center -50%;
}

.car-top__img--around4 {
	left: -20%;
	position: absolute;
	top: 20%;
	transform-origin: 150% center;
}

.car-box {
	background-color: #fff;
	border: 0.5333333333vw solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28.8vw;
	max-width: 42.0625rem;
	width: 100%;
}

.car-box-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 4.2666666667vw 4vw;
}

.car-box-bottom {
	border-top: 0.5333333333vw solid #000;
	padding-bottom: 5.0666666667vw;
	padding-top: 4vw;
}

.car-box-bottom__item {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.9333333333vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.85;
	margin-left: 4vw;
	margin-right: 4vw;
	padding-left: 3.2vw;
	padding-right: 3.2vw;
	position: relative;
}

.car-box-bottom__item::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #bfe64c;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 2.9333333333vw;
	left: 0;
	position: absolute;
	top: 1.3333333333vw;
	width: 2.5333333333vw;
}

.car-box-bottom-note {
	margin-top: 2.1333333333vw;
	padding-left: 2.9333333333vw;
	padding-right: 2.9333333333vw;
}

.car-box-bottom-note__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4vw;
	font-weight: 400;
	line-height: 1.5;
}

.car-bottom {
	margin-top: 34.2666666667vw;
	position: relative;
	text-align: center;
	z-index: 2;
}

.cta {
	background: url(./../images/common/cta-bg.png) no-repeat center center/cover;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.cta__inner {
	align-items: center;
	display: flex;
	gap: 2.8vw;
	justify-content: center;
	padding-bottom: 6.1333333333vw;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6.1333333333vw;
}

.cta__contact-button,
.cta__tell-button {
	position: relative;
	z-index: 2;
}

.cta__contact-button::before {
	background: #f7ce23;
	border: 0.5333333333vw solid #000;
	content: "";
	height: 100%;
	left: 1.8666666667vw;
	position: absolute;
	right: 0;
	top: 1.8666666667vw;
	width: 100%;
	z-index: -1;
}

.cta__tell-button::before {
	background: #f2add2;
	border: 0.5333333333vw solid #000;
	content: "";
	height: 100%;
	left: 1.8666666667vw;
	position: absolute;
	right: 0;
	top: 1.8666666667vw;
	width: 100%;
	z-index: -1;
}

.cta__contact-button:hover,
.cta__tell-button:hover {
	left: 1.8666666667vw;
	top: 1.8666666667vw;
}

.cta__contact-button:hover a,
.cta__tell-button:hover a {
	opacity: 1;
}

.cta__contact-button:hover::before,
.cta__tell-button:hover::before {
	left: 0;
	top: 0;
}

.cta__contact-button-link,
.cta__tell-button-link {
	background-color: #fff;
	border: 0.5333333333vw solid #000;
	color: #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8vw;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 3.2vw;
	padding-left: 2.6666666667vw;
	padding-right: 1.3333333333vw;
	padding-top: 3.2vw;
	text-align: center;
	width: min(45vw, 460px);
}

.cta__contact-button-link {
	position: relative;
}

.cta__contact-button-link::before {
	background: url(./../images/common/mail-icon.png) center center/contain no-repeat;
	content: "";
	height: 2.1333333333vw;
	left: 2.6666666667vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2vw;
}

.cta__contact-button-link::after {
	background: url(./../images/common/arrow-icon.png) center center/contain no-repeat;
	content: "";
	height: 2.6666666667vw;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2vw;
}

.cta__tell-button-link {
	font-size: 3.0666666667vw;
	letter-spacing: 0.1em;
	padding-bottom: 3.2vw;
	padding-left: 2.6666666667vw;
	padding-right: 1.3333333333vw;
	padding-top: 3.2vw;
	position: relative;
}

.cta__tell-button-link::before {
	background: url(./../images/common/tell-icon.png) center center/contain no-repeat;
	content: "";
	height: 2.1333333333vw;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2vw;
}

.cta__tell-button-link::after {
	background: url(./../images/common/arrow-icon.png) center center/contain no-repeat;
	content: "";
	height: 2.6666666667vw;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2vw;
}

.example {
	background-color: #ace736;
	padding-top: 16.4vw;
}

.example__items {
	display: flex;
	flex-direction: column;
	gap: 6.1333333333vw;
	margin-top: 7.4666666667vw;
	padding-right: 1.8666666667vw;
}

.example__item {
	background-color: #fff;
}

.example__item-text {
	background-color: #fff;
	border: 0.5333333333vw solid #000;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.7333333333vw;
	font-weight: 500;
	line-height: 1;
	padding: 3.4666666667vw 1.3333333333vw;
	text-align: center;
}

.example__item-container {
	display: flex;
	flex-direction: column;
}

.example__item-container-img {
	border-bottom: 0.5333333333vw solid #000;
	border-left: 0.5333333333vw solid #000;
	border-right: 0.5333333333vw solid #000;
	width: 100%;
}

.example__item-container-img img {
	-o-object-fit: cover;
	aspect-ratio: 654/519;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.example__item-container-lists {
	grid-gap: 0rem;
	border-bottom: 0.5333333333vw solid #000;
	border-left: 0.5333333333vw solid #000;
	border-right: 0.5333333333vw solid #000;
	display: grid;
	flex: 1;
	gap: 0rem;
	grid-template-columns: repeat(1, 1fr);
	width: 100%;
}

.example__item-container-wrap {
	align-items: center;
	display: flex;
}

.example__item-container-wrap + .example__item-container-wrap {
	background-color: #fff;
	border-top: 1px dotted #000;
}

.example__item-container-title {
	border-right: 0.0625rem dotted #000;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.9333333333vw;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-bottom: 2.1333333333vw;
	padding-left: 2.1333333333vw;
	padding-right: 2.1333333333vw;
	padding-top: 2.1333333333vw;
	width: 17.8666666667vw;
}

.example__item-container-title--pink {
	background-color: #f6b2b8;
}

.example__item-container-title--yellow {
	background-color: #fdf0bd;
}

.example__item-container-title--blue {
	background-color: #b2ceff;
}

.example__item-container-description {
	background-color: #fff;
	color: #000;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.9333333333vw;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.2272727273;
	padding-bottom: 2.1333333333vw;
	padding-left: 3.0666666667vw;
	padding-right: 3.0666666667vw;
	padding-top: 2.1333333333vw;
	width: 17.8666666667vw;
}

.flow {
	background-color: #e9e7d7;
	padding-bottom: 12.5333333333vw;
	padding-top: 32.6666666667vw;
	position: relative;
}

.flow::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #ace736;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	height: 26.6666666667vw;
	left: 50%;
	position: absolute;
	top: -0.125rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.flow-line-box {
	background-color: #000;
	border-radius: 624.9375rem;
	left: -13.3333333333vw;
	opacity: 0;
	padding: 4vw;
	position: absolute;
	top: 10.9333333333vw;
	transform: rotate(-14.5deg);
	width: 150%;
	z-index: 2;
}

.flow-line {
	position: relative;
}

.flow-line__img {
	content: "";
	height: 22.6666666667vw;
	left: 2.6666666667vw;
	position: absolute;
	top: -8.2666666667vw;
	transform: translateY(-50%) rotate(10.6deg);
	width: 29.3333333333vw;
}

.flow__items {
	grid-gap: 0rem;
	display: grid;
	gap: 0rem;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vw;
	width: 100%;
}

.flow__item {
	width: 42.9333333333vw;
}

.flow__item:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/2;
}

.flow__item:nth-child(2) {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-top: 5.6vw;
}

.flow__item:nth-child(3) {
	grid-column: 1/2;
	grid-row: 2/3;
}

.flow__item:nth-child(4) {
	grid-column: 2/3;
	grid-row: 2/3;
	margin-top: 5.6vw;
}

.flow__item:nth-child(5) {
	grid-column: 1/2;
	grid-row: 3/4;
}

.flow__item:nth-child(6) {
	grid-column: 2/3;
	grid-row: 3/4;
	margin-top: 5.6vw;
}

.flow-bottom {
	margin-top: 22.4vw;
}

.flow-bottom__title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	line-height: 1.8888888889;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.flow-bottom__title::before,
.flow-bottom__title::after {
	background: #f7ce23;
	bottom: 0;
	content: "";
	height: 28.8vw;
	position: absolute;
	width: 0.6666666667vw;
}

.flow-bottom__title::before {
	left: 0;
	transform: rotate(-16deg);
}

.flow-bottom__title::after {
	right: 0;
	transform: rotate(16deg);
}

.flow-bottom__title-box {
	position: relative;
}

.flow-bottom__title-box::before {
	animation: mochimochi 1s infinite;
	background: url(./../images/common/more-icon.png) no-repeat center center/contain;
	content: "";
	height: 12.6666666667vw;
	left: 50%;
	position: absolute;
	top: -13.3333333333vw;
	transform: translateX(-50%);
	width: 22.4vw;
}

.flow-bottom__title-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.8vw;
	max-width: 28.6666666667vw;
	width: 100%;
}

.flow-bottom__title-img img {
	-o-object-fit: cover;
	aspect-ratio: 215/215;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flow-bottom__items {
	grid-gap: 9.3333333333vw;
	display: grid;
	gap: 9.3333333333vw;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 12.2666666667vw;
}

.flow-bottom__item {
	margin: 0 calc(50% - 50vw);
	opacity: 0;
	width: 100vw;
}

.flow-bottom__item:nth-child(2n-1) {
	margin-left: calc(25% - 50vw);
	width: 130%;
}

.poyoyon1.active {
	animation: poyoyon1 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
	opacity: 1;
}

.poyoyon2.active {
	animation: poyoyon2 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
	opacity: 1;
}

.flow-bottom__item:nth-child(2n) {
	margin-left: 0.6666666667vw;
	width: 147%;
}

.flow-lunk {
	position: relative;
	text-align: center;
	z-index: 2;
}

.flow-link__button {
	margin-top: 32.8vw;
}

.footer {
	margin-top: 16vw;
	padding-bottom: 5.3333333333vw;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 4.9333333333vw;
}

.footer-left {
	width: 100%;
}

.footer-left__logo {
	max-width: 38.4vw;
	width: 100%;
}

.footer-left__logo img {
	-o-object-fit: cover;
	aspect-ratio: 288/41;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-left__adress {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, 0.571rem + 0.895vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.75;
	margin-top: 4vw;
}

.footer-left__adress-box {
	margin-top: 1.3333333333vw;
}

.footer-left__adress-box a {
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
}

.footer-left__adress-box a:hover {
	color: #359bf0;
}

.footer-link {
	align-items: center;
	display: flex;
	gap: 4.4vw;
	margin-top: 4vw;
}

.footer-link__instagram {
	max-width: 4.1333333333vw;
	width: 100%;
}

.footer-link__tell {
	max-width: 3.2vw;
	width: 100%;
}

.footer-right {
	width: 100%;
}

.footer-right iframe {
	-o-object-fit: cover;
	aspect-ratio: 560/405;
	border: none;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-copy {
	color: #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 8vw;
	text-align: center;
}

.fv {
	background-color: #e9e7d7;
	height: 169.8666666667vw;
	position: relative;
	width: 100%;
}

.fv::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	background: #ace736;
	bottom: -0.125rem;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	content: "";
	height: 21.3333333333vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.fv__goKart {
	animation: 1s fv__goKart forwards 3.8s;
	content: "";
	height: auto;
	opacity: 0;
	position: absolute;
	right: calc(50% - min(40.5vw, 40rem));
	top: 4vw;
	width: 47.2vw;
}

.fv__family {
	animation: 1s fv__family forwards 3.7s;
	content: "";
	height: auto;
	left: calc(50% - min(30vw, 60rem));
	opacity: 0;
	position: absolute;
	top: 30vw;
	width: 18.6666666667vw;
}

.fv__title {
	animation: 2.5s fv-title forwards 2.8s;
	height: auto;
	left: 4.8vw;
	position: absolute;
	top: 28vw;
	transform: translate(120%, -120%);
	width: 91.6vw;
	z-index: 5;
}

.fv__title img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__course {
	animation: 1s fv__course forwards 4.1s;
	content: "";
	height: auto;
	left: calc(50% - min(-1.5vw, 20rem));
	opacity: 0;
	position: absolute;
	top: 98.6666666667vw;
	transform: translate(-50%, -50%);
	width: 81.8666666667vw;
	z-index: 5;
}

.fv__main-kart1 {
	animation: 3s fv__main-kart1 forwards 3.4s, fuwafuwa-kart 2s 7s infinite;
	content: "";
	opacity: 0;
	position: absolute;
	right: calc(50% - min(45.5vw, 35rem));
	top: 49.6vw;
	width: 30.4vw;
	z-index: 6;
}

.fv__main-kart2 {
	animation: 3s fv__main-kart2 forwards 3.7s;
	content: "";
	height: auto;
	opacity: 0;
	position: absolute;
	right: calc(50% - min(48vw, 33rem));
	top: 58.1333333333vw;
	width: 36vw;
	z-index: 2;
}

.fv__left {
	animation: 1s fv__left forwards 3.9s;
	content: "";
	height: auto;
	left: calc(50% - min(52.5vw, 50rem));
	opacity: 0;
	position: absolute;
	top: 89.3333333333vw;
	width: 32vw;
	z-index: 6;
}

.fv__right {
	animation: 1s fv__right forwards 4.2s;
	content: "";
	height: auto;
	opacity: 0;
	position: absolute;
	right: calc(50% - min(52.5vw, 33rem));
	top: 111.4666666667vw;
	width: 80vw;
	z-index: 4;
}

.fv-text-box {
	animation: 2s fv-text-move2 forwards 2.8s;
	background-color: #000;
	border-radius: 624.9375rem;
	bottom: 9.375vw;
	left: -13.3333333333vw;
	padding: 2.6666666667vw;
	position: absolute;
	transform: rotate(11.5deg);
	transform: translate(-108%, -680%) rotate(12.5deg);
	width: 123%;
	z-index: 10;
}

.fv-text {
	animation: 18s fv-text-loop1 6s linear forwards, 20s fv-text-loop2 22s linear infinite;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4vw;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13.3333333333vw;
	padding-right: 13.3333333333vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.fv-text::before {
	background: url(./../images/common/ill_gokart_blue.png) center center/contain no-repeat;
	content: "";
	height: 16vw;
	left: -4vw;
	position: absolute;
	top: -90%;
	transform: translateY(-50%) rotate(-10deg);
	width: 16vw;
}

.fv-text::after {
	background: url(./../images/common/ill_gokart_yellow.png) center center/contain no-repeat;
	content: "";
	height: 16vw;
	position: absolute;
	right: 0;
	top: -90%;
	transform: translateY(-50%) rotate(-10deg);
	width: 16vw;
}

.goCart-swiper {
	margin-top: -13.3333333333vw;
}

/* calrse */

.goCart-swiper {
	padding: 0;
}

.myRoundabout {
	list-style: none;
	margin: 0;
}

.myRoundabout li {
	list-style-type: none;
}

.roundabout-holder {
	height: 100vw;
	list-style: none; /*全体表示幅*/
	margin: auto;
	width: 100%;
}

.roundabout-moveable-item {
	cursor: pointer; /*アイテムの大きさ*/
	max-width: 96vw;
	width: 100%;
}

.roundabout-moveable-item img {
	border: none; /*画像の大きさ*/
	max-width: 96vw;
	width: 100%;
}

.roundabout-in-focus {
	cursor: auto;
}

.goCart {
	background-color: #ace736;
	margin-top: -0.125rem;
	padding-bottom: 14.1333333333vw;
	padding-top: 14.9333333333vw;
	position: relative;
}

.goCart__text {
	margin-top: 6.2666666667vw;
}

.goCart__text-small {
	margin-top: 2.6666666667vw;
}

.goCart__bottom {
	margin-top: 37.6vw;
	position: relative;
	text-align: center;
	z-index: 2;
}

.header {
	background-color: #e9e7d7;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	position: relative;
	width: 100%;
}

.header__logo {
	content: "";
	height: auto;
	position: absolute;
	top: 5.3333333333vw;
	width: 42.6666666667vw;
	z-index: 100;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.leave {
	margin-top: 9.7333333333vw;
}

.leave__items {
	grid-gap: 0.8125rem 1.4375rem;
	display: grid;
	gap: 0.8125rem 1.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 14.4vw;
	width: 100%;
}

.slideInRight,
.slideInLeft,
.fadeUp {
	opacity: 0;
}

.slideInRight.active {
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-name: slideInRight;
	opacity: 1;
}

.slideInLeft.active {
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-name: slideInLeft;
	opacity: 1;
}

.fadeUp.active {
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-name: fadeUp;
	opacity: 1;
}

.leave__item img {
	-o-object-fit: cover;
	aspect-ratio: 308/308;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.loading-box {
	position: relative;
	width: 100%;
	z-index: 2000;
}

.loading1 {
	animation: loading1 1.2s forwards;
	content: "";
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 66.6666666667vw;
	transform: translate(-50%, -50%);
	width: 53.0666666667vw;
}

.loading2 {
	animation: loading2 1.5s both 1.3s;
	content: "";
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 53.3333333333vw;
	transform: translate(-50%, -50%);
	width: 30.6666666667vw;
}

.popular {
	margin-top: 11.2vw;
	padding-bottom: 53.3333333333vw;
	position: relative;
}

.popular::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	background: #ace736;
	bottom: -0.125rem;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	content: "";
	height: 24.9333333333vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.popular__movie {
	margin-left: auto;
	margin-right: auto;
	margin-top: 13.3333333333vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.popular__movie::before {
	background: #005cff;
	border: 0.5333333333vw solid #000;
	content: "";
	height: 100%;
	left: 1.8666666667vw;
	position: absolute;
	right: 0;
	top: 1.8666666667vw;
	width: 100%;
	z-index: -1;
}

.popular__movie video {
	-o-object-fit: cover;
	aspect-ratio: 954/536;
	border: 0.5333333333vw solid #000;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 100%;
}

.popular-bottom {
	margin-top: 35.4666666667vw;
	position: relative;
	text-align: center;
	z-index: 2;
}

.recommend {
	background-color: #ace736;
	padding-top: 8.5333333333vw;
	position: relative;
}

.recommend-line-box {
	background-color: #000;
	border-radius: 624.9375rem;
	left: -13.3333333333vw;
	opacity: 0;
	padding: 4vw;
	position: absolute;
	top: -19.2vw;
	transform: rotate(14.2deg);
	width: 160%;
	z-index: 2;
}

.recommend-line {
	position: relative;
}

.recommend-line__img {
	content: "";
	height: 22.6666666667vw;
	position: absolute;
	right: 1.3333333333vw;
	top: -8.2666666667vw;
	transform: translateY(-50%) rotate(-14.6deg);
	width: 29.3333333333vw;
}

.recommend-items {
	grid-gap: 3.4666666667vw 4.1333333333vw;
	display: grid;
	gap: 3.4666666667vw 4.1333333333vw;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 10vw;
	padding-right: 0.875rem;
}

.recommend-item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.recommend-item--red,
.recommend-item--yellow,
.recommend-item--blue,
.recommend-item--green {
	position: relative;
	z-index: 2;
}

.recommend-item--red::before,
.recommend-item--yellow::before,
.recommend-item--blue::before,
.recommend-item--green::before {
	border: 0.5333333333vw solid #000;
	content: "";
	height: 100%;
	left: 1.8666666667vw;
	position: absolute;
	right: 0;
	top: 1.8666666667vw;
	width: 100%;
	z-index: -1;
}

.recommend-item--red::before {
	background: #ff0012;
}

.recommend-item--yellow::before {
	background: #f7ce23;
}

.recommend-item--blue::before {
	background: #005cff;
}

.recommend-item--green::before {
	background: #ace736;
}

.recommend-item-top {
	align-items: center;
	background-color: #fff;
	border: 0.5333333333vw solid #000;
	display: flex;
	gap: 1.0666666667vw;
	padding: 0.8vw 1.0666666667vw;
}

.recommend-item-top__icon {
	width: 8.9333333333vw;
}

.recommend-item-top__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recommend-item-top__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6666666667vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3333333333;
}

.recommend-item-img {
	border-bottom: 0.5333333333vw solid #000;
	border-left: 0.5333333333vw solid #000;
	border-right: 0.5333333333vw solid #000;
}

.recommend-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 310/184;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.secret {
	padding-top: 35.4666666667vw;
	position: relative;
}

.secret-line-box {
	background-color: #000;
	border-radius: 624.9375rem;
	left: -13.3333333333vw;
	padding: 4vw;
	position: absolute;
	top: 10.9333333333vw;
	transform: rotate(14.5deg);
	width: 150%;
	z-index: 2;
}

.secret-line {
	position: relative;
}

.secret-line__img {
	content: "";
	height: 22.6666666667vw;
	position: absolute;
	right: 2.6666666667vw;
	top: -8.2666666667vw;
	transform: translateY(-50%) rotate(-14.6deg);
	width: 29.3333333333vw;
}

.secret::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	background: #e9e7d7;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	content: "";
	height: 26.6666666667vw;
	left: 50%;
	position: absolute;
	top: -0.125rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.secret-top {
	margin-top: 8.5333333333vw;
}

.secret-top__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.2vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8333333333;
	margin-top: 3.3333333333vw;
	text-align: center;
}

.secret-top__subTitle-box {
	margin-top: 20.2666666667vw;
	position: relative;
}

.secret-top__subTitle-box::before {
	animation: mochimochi 1s infinite;
	background: url(./../images/common/more-icon2.png) no-repeat center center/contain;
	content: "";
	height: 12.6666666667vw;
	left: 50%;
	position: absolute;
	top: -13.3333333333vw;
	transform: translateX(-50%);
	width: 22.4vw;
}

.secret-top__subTitle {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8888888889;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.secret-top__subTitle::before,
.secret-top__subTitle::after {
	background: #f7ce23;
	content: "";
	height: 19.6vw;
	position: absolute;
	top: -9%;
	width: 0.6666666667vw;
}

.secret-top__subTitle::before {
	left: 0;
	transform: translateY(-50%) rotate(-22deg);
}

.secret-top__subTitle::after {
	right: 0;
	transform: translateY(-50%) rotate(22deg);
}

.secret-top__subTitle-icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0666666667vw;
	width: 17.7333333333vw;
}

.secret-top__subTitle-icon img {
	-o-object-fit: cover;
	aspect-ratio: 133/157;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.secret-top__items {
	grid-gap: 3.6vw;
	display: grid;
	gap: 3.6vw;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 8vw;
	width: 54.6666666667vw;
}

.secret-bottom {
	margin-top: 8.4vw;
}

.secret-bottom__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.2vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8333333333;
	margin-top: 3.4666666667vw;
	text-align: center;
}

.secret-bottom__subTitle-box {
	margin-top: 2.1333333333vw;
}

.secret-bottom__subTitle {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8888888889;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.secret-bottom__subTitle::before,
.secret-bottom__subTitle::after {
	background: #f7ce23;
	content: "";
	height: 20.9333333333vw;
	position: absolute;
	top: 50%;
	width: 0.6666666667vw;
}

.secret-bottom__subTitle::before {
	left: 0;
	transform: translateY(-50%) rotate(-22deg);
}

.secret-bottom__subTitle::after {
	right: 0;
	transform: translateY(-50%) rotate(22deg);
}

.secret-bottom__subTitle-icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.6666666667vw;
	max-width: 48vw;
	width: 100%;
}

.secret-bottom__img {
	margin: 0 calc(50% - 50vw);
	margin-top: -3.2vw;
	position: relative;
	width: 100vw;
}

.spot,
.signboard,
.staff,
.pop,
.novelty {
	animation: fuwafuwa2 2s infinite;
	content: "";
	cursor: pointer;
	height: 15.0666666667vw;
	position: absolute;
	width: 27.0666666667vw;
	z-index: 2;
}

.spot {
	background: url(./../images/common/sb_spot.png) no-repeat center center/contain;
	left: calc(50% - min(30vw, 1000rem));
	top: 6.2666666667vw;
}

.signboard {
	background: url(./../images/common/signboard.png) no-repeat center center/contain;
	left: calc(50% - min(24vw, 1000rem));
	top: 28.4vw;
}

.staff {
	background: url(./../images/common/sb_staff.png) no-repeat center center/contain;
	left: calc(50% - min(49vw, 1000rem));
	top: 46.5333333333vw;
}

.pop {
	background: url(./../images/common/pop.png) no-repeat center center/contain;
	right: calc(50% - min(38vw, 1000rem));
	top: 28vw;
}

.novelty {
	background: url(./../images/common/novelty.png) no-repeat center center/contain;
	right: calc(50% - min(28.5vw, 1000rem));
	top: 3.4666666667vw;
}

.spot.change,
.signboard.change,
.staff.change,
.pop.change,
.novelty.change {
	height: 40vw;
	width: 40vw;
	z-index: 5;
}

.spot.change {
	background: url(./../images/common/spot--back.png) no-repeat center center/contain;
	left: calc(50% - min(37vw, 1000rem));
	top: 3.4666666667vw;
}

.signboard.change {
	background: url(./../images/common/signboard--back.png) no-repeat center center/contain;
	left: calc(50% - min(27vw, 1000rem));
	top: 28.4vw;
}

.staff.change {
	background: url(./../images/common/staff--back.png) no-repeat center center/contain;
	left: calc(50% - min(49vw, 1000rem));
	top: 28vw;
}

.pop.change {
	background: url(./../images/common/pop--back.png) no-repeat center center/contain;
	right: calc(50% - min(48vw, 1000rem));
	top: 28vw;
}

.novelty.change {
	background: url(./../images/common/novelty--back.png) no-repeat center center/contain;
	right: calc(50% - min(46vw, 1000rem));
	top: 3.4666666667vw;
}

.secret__campaign {
	margin-top: 24vw;
}

.secret__campaign__title {
	color: #000;
	a:hover { color: #999; }
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8888888889;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vw;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.secret__campaign__title::before,
.secret__campaign__title::after {
	background: #f7ce23;
	content: "";
	height: 20.9333333333vw;
	position: absolute;
	top: 60%;
	width: 0.6666666667vw;
}

.secret__campaign__title::before {
	left: 0;
	transform: translateY(-50%) rotate(-22deg);
}

.secret__campaign__title::after {
	right: 0;
	transform: translateY(-50%) rotate(22deg);
}

.secret__campaign-link {
	margin-top: 25.3333333333vw;
	position: relative;
	text-align: center;
	z-index: 2;
}

.section-title-dot {
	text-align: center;
}

.section-title-dot-desktop {
	display: none;
}

.section-title-dot-mobile {
	background-image: radial-gradient(circle at center, #f7ce23 15%, transparent 15%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.5555555556;
	padding-top: 1.3333333333vw;
}

.section-title-flag {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.5555555556;
	padding-left: 17.3333333333vw;
	padding-right: 17.3333333333vw;
	position: relative;
	text-align: center;
}

.section-title-flag::before,
.section-title-flag::after {
	content: "";
	height: 10.6666666667vw;
	position: absolute;
	top: 0;
	width: 20vw;
}

.section-title-flag::before {
	background: url(./../images/common/flag_left.png) center center/contain no-repeat;
	left: 0;
}

.section-title-flag::after {
	background: url(./../images/common/flag_right.png) center center/contain no-repeat;
	right: 0;
}

.section-title-flag2 {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.5555555556;
	margin-left: auto;
	margin-right: auto;
	padding-left: 11.4666666667vw;
	padding-right: 11.4666666667vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.section-title-flag2::before,
.section-title-flag2::after {
	content: "";
	height: 7.7333333333vw;
	position: absolute;
	top: 0;
	width: 10.5333333333vw;
}

.section-title-flag2::before {
	background: url(./../images/common/flag_left-black.png) center center/contain no-repeat;
	left: 0;
}

.section-title-flag2::after {
	background: url(./../images/common/flag_right-black.png) center center/contain no-repeat;
	right: 0;
}

.section-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.5555555556;
	text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
	height: 5.7333333333vw;
	width: 5.7333333333vw;
}

.swiper-button-prev {
	left: -3px;
	left: var(--swiper-navigation-sides-offset, -3px);
}

.swiper-button-next {
	right: -3px;
	right: var(--swiper-navigation-sides-offset, -3px);
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.7333333333vw;
	margin: auto;
	width: 5.7333333333vw;
}

/* 前への矢印カスタマイズ */

.swiper-button-prev::after {
	background: url(./../images/common/arrow_left.png) no-repeat center center/contain;
}

/* 次への矢印カスタマイズ */

.swiper-button-next::after {
	background: url(./../images/common/arrow_right.png) no-repeat center center/contain;
}

/* 画像サイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

.text-big {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4vw;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.8666666667;
	text-align: center;
}

.text-small {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.2vw;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.8333333333;
	text-align: center;
}

.title-line {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8888888889;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10.6666666667vw;
	padding-right: 10.6666666667vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.title-line::before,
.title-line::after {
	background: #f7ce23;
	bottom: 0;
	content: "";
	height: 28.8vw;
	position: absolute;
	width: 0.6666666667vw;
}

.title-line::before {
	left: 0;
	transform: rotate(-20deg);
}

.title-line::after {
	right: 0;
	transform: rotate(20deg);
}

.title-line2 {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8888888889;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10.6666666667vw;
	padding-right: 10.6666666667vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.title-line2::before,
.title-line2::after {
	background: #f7ce23;
	bottom: 0;
	content: "";
	height: 28.8vw;
	position: absolute;
	width: 0.6666666667vw;
}

.title-line2::before {
	left: 0;
	transform: rotate(-20deg);
}

.title-line2::after {
	right: 0;
	transform: rotate(20deg);
}

.title-wave {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.8vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2.6666666667vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.title-wave::after {
	background: url(./../images/common/line_wave.png) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 1.8666666667vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28.6666666667vw;
}

.top-movie {
	background-color: #ace736;
	padding-top: 8.9333333333vw;
}

.top-movie-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.0666666667vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.top-movie-box::before {
	background: #f7ce23;
	border: 0.5333333333vw solid #000;
	content: "";
	height: 100%;
	left: 1.6vw;
	position: absolute;
	right: 0;
	top: 1.0666666667vw;
	width: 100%;
	z-index: -1;
}

.top-movie-box video {
	-o-object-fit: cover;
	aspect-ratio: 954/536;
	border: 0.5333333333vw solid #000;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 100%;
}

.trouble {
	padding-top: 28.5333333333vw;
	position: relative;
}

.trouble::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #ace736;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	height: 26.4vw;
	left: 50%;
	position: absolute;
	top: -0.0625rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -2;
}

.trouble-line-box {
	background-color: #000;
	border-radius: 624.9375rem;
	left: -13.3333333333vw;
	padding: 4vw;
	position: absolute;
	top: 10.9333333333vw;
	transform: rotate(-14.5deg);
	width: 140%;
	z-index: 2;
}

.trouble-line {
	position: relative;
}

.trouble-line__img {
	content: "";
	height: 22.6666666667vw;
	left: 1.3333333333vw;
	position: absolute;
	top: -8.2666666667vw;
	transform: translateY(-50%) rotate(10.4deg);
	width: 29.3333333333vw;
}

.trouble__img-box {
	margin-top: 8vw;
	position: relative;
	z-index: 2;
}

.trouble__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 46.1333333333vw;
	max-width: 20.5333333333vw;
	width: 100%;
}

.trouble__img img {
	-o-object-fit: cover;
	aspect-ratio: 154/300;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.trouble__content {
	animation: poyon 1.2s infinite;
	width: 37.3333333333vw;
}

.trouble__content img {
	-o-object-fit: cover;
	aspect-ratio: 246/232;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.trouble__content01,
.trouble__content02,
.trouble__content03,
.trouble__content04 {
	content: "";
	position: absolute;
	z-index: -1;
}

.trouble__content01 {
	left: calc(50% - min(45vw, 22rem));
	top: -6%;
}

.trouble__content02 {
	left: calc(50% - min(43vw, 30rem));
	top: -93%;
}

.trouble__content03 {
	right: calc(50% - min(45vw, 22rem));
	top: -6%;
}

.trouble__content04 {
	right: calc(50% - min(43vw, 30rem));
	top: -93%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	width: 100%;
}

.inner2 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
	width: 100%;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1228070175vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.bg--red::before,
.bg--yellow::before,
.bg--blue::before,
.bg--green::before {
	border: 0.25rem solid #000;
	left: 0.875rem;
	top: 0.875rem;
}

.button {
	border: 0.25rem solid #000;
	font-size: 2rem;
	max-width: 29.375rem;
	padding-bottom: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.875rem;
}

.button-red::before,
.button-blue::before,
.button-green::before,
.button-yellow::before {
	border: 0.25rem solid #000;
	left: 1.25rem;
	top: 1.25rem;
}

.button-red::after,
.button-blue::after,
.button-green::after,
.button-yellow::after {
	height: 8.8125rem;
	top: -7.625rem;
	width: 15rem;
}

.car {
	padding-bottom: 1rem;
	padding-top: 9.125rem;
}

.car-top {
	margin-top: 16.875rem;
}

.car-top__img {
	max-width: 30rem;
}

.car-top__img-around {
	max-width: 19.25rem;
}

.car-top__img--around1 {
	left: 40%;
	top: -48%;
}

.car-top__img--around2 {
	left: 62%;
	top: 20%;
}

.car-top__img--around3 {
	left: 40%;
	top: 88%;
}

.car-top__img--around4 {
	left: 15%;
	top: 20%;
}

.car-box {
	border: 0.25rem solid #000;
	margin-top: 12.5rem;
	max-width: 61.375rem;
}

.car-box-text {
	font-size: 1.875rem;
	padding: 1.875rem 1.875rem;
}

.car-box-bottom {
	border-top: 0.25rem solid #000;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.car-box-bottom__item {
	font-size: 1.375rem;
	line-height: 1.9;
	margin-left: 2.25rem;
	margin-right: 2.25rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.car-box-bottom__item::before {
	height: 1.375rem;
	top: 0.625rem;
	width: 1.1875rem;
}

.car-box-bottom-note {
	margin-top: 1rem;
	padding-left: 2.0625rem;
	padding-right: 2.0625rem;
}

.car-box-bottom-note__text {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
}

.car-bottom {
	margin-top: 15.875rem;
}

.cta__inner {
	gap: 2.0625rem;
	padding-bottom: 4.1875rem;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4.1875rem;
}

.cta__contact-button::before {
	border: 0.25rem solid #000;
	left: 0.875rem;
	top: 0.875rem;
}

.cta__tell-button::before {
	border: 0.25rem solid #000;
	left: 0.875rem;
	top: 0.875rem;
}

.cta__contact-button:hover,
.cta__tell-button:hover {
	left: 0.875rem;
	top: 0.875rem;
}

.cta__contact-button-link,
.cta__tell-button-link {
	border: 0.25rem solid #000;
	font-size: 2rem;
	padding: 2rem 2.3125rem;
	width: min(31.25vw, 460px);
}

.cta__contact-button-link::before {
	height: 1.5625rem;
	left: 1.25rem;
	width: 2.3125rem;
}

.cta__contact-button-link::after {
	height: 1.5625rem;
	right: 2.375rem;
	width: 1.4375rem;
}

.cta__tell-button-link {
	font-size: 2.25rem;
	padding: 2rem 2.3125rem 2rem 3.625rem;
}

.cta__tell-button-link::before {
	height: 1.9375rem;
	left: 3.75rem;
	width: 1.5rem;
}

.cta__tell-button-link::after {
	height: 1.5625rem;
	right: 2.625rem;
	width: 1.4375rem;
}

.example {
	padding-top: 8.5rem;
}

.example__items {
	gap: 2.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.25rem;
	max-width: 60.25rem;
	padding-right: 0.875rem;
	width: 100%;
}

.example__item-text {
	border: 0.25rem solid #000;
	font-size: 1.75rem;
	letter-spacing: 0.05em;
	padding: 1.5rem 1.75rem;
}

.example__item-container {
	flex-direction: row;
}

.example__item-container-img {
	border-bottom: 0.25rem solid #000;
	border-left: 0.25rem solid #000;
	border-right: 0.25rem solid #000;
	max-width: 45%;
}

.example__item-container-img img {
	aspect-ratio: 429/385;
}

.example__item-container-lists {
	border-bottom: 0.25rem solid #000;
	border-left: 0.25rem solid #000;
	border-left: none;
	border-right: 0.25rem solid #000;
}

.example__item-container-title {
	font-size: 1.375rem;
	padding-bottom: 0rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0rem;
	width: 8.375rem;
}

.example__item-container-description {
	font-size: 1.3125rem;
	padding-bottom: 0.125rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0.125rem;
	width: 8.375rem;
}

.flow {
	padding-bottom: 3.125rem;
	padding-top: 31.25rem;
}

.flow::before {
	height: 26.0416666667vw;
}

.flow-line-box {
	padding: 2.125rem;
	top: 10.4166666667vw;
}

.flow-line__img {
	height: 10.625rem;
	left: 11.25rem;
	top: -3.4375rem;
	width: 13.75rem;
}

.flow__inner.inner {
	max-width: 100%;
	padding-left: 0rem;
	padding-right: 0rem;
	width: 100%;
}

.flow__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 0.5rem;
	justify-content: center;
	margin-top: 3.75rem;
	max-width: 62.5rem;
}

.flow__item {
	text-align: center;
	width: calc((100% - 1rem) / 3);
}

.flow__item:nth-child(2) {
	margin-top: 2.75rem;
}

.flow__item:nth-child(3) {
	margin-top: 5.5rem;
}

.flow__item:nth-child(4) {
	margin-top: -2.0625rem;
}

.flow__item:nth-child(5) {
	margin-top: 0.6875rem;
}

.flow__item:nth-child(6) {
	margin-top: 3.4375rem;
}

.flow-bottom {
	margin-top: 13rem;
}

.flow-bottom__title {
	font-size: 2.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.flow-bottom__title::before,
.flow-bottom__title::after {
	height: 14.375rem;
	width: 0.3125rem;
}

.flow-bottom__title-box::before {
	height: 5.9375rem;
	top: -6.25rem;
	width: 10.5rem;
}

.flow-bottom__title-img {
	margin-top: 1.75rem;
	max-width: 13.4375rem;
}

.flow-bottom__items {
	gap: 3.3125rem;
	margin-top: 6.625rem;
}

.flow-bottom__item:nth-child(2n-1) {
	margin-left: 0;
	width: 63.75vw;
}

.flow-bottom__item:nth-child(2n) {
	margin-left: auto;
	margin-right: 0;
	width: 71.875vw;
}

.flow-link__button {
	margin-top: 17.375rem;
}

.footer {
	margin-top: 9.25rem;
	padding-bottom: 2.5rem;
}

.footer__inner {
	align-items: flex-start;
	flex-direction: row;
	gap: 5.25rem;
	justify-content: center;
}

.footer-left {
	max-width: 21.25rem;
}

.footer-left__logo {
	max-width: 18rem;
}

.footer-left__adress {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 2.3125rem;
}

.footer-left__adress-box {
	margin-top: 0.625rem;
}

.footer-link {
	gap: 2.0625rem;
	margin-top: 2.25rem;
}

.footer-link__instagram {
	max-width: 1.9375rem;
}

.footer-link__tell {
	max-width: 1.5rem;
}

.footer-right {
	max-width: 35rem;
}

.footer-right iframe {
	aspect-ratio: 560/420;
}

.footer-copy {
	margin-top: 6.875rem;
}

.fv {
	height: 67.7083333333vw;
}

.fv::after {
	height: 20.3125vw;
}

.fv__goKart {
	left: calc(50% - min(53vw, 350rem));
	top: 6.7708333333vw;
	width: 25vw;
}

.fv__family {
	left: calc(50% - min(18vw, 320rem));
	top: 5.2083333333vw;
	width: 11.4583333333vw;
}

.fv__title {
	left: 23.75vw;
	top: 4.0625vw;
	width: 53.59375vw;
}

.fv__course {
	left: 47.5%;
	top: 38.1333333333vw;
	width: 37.2916666667vw;
}

.fv__main-kart1 {
	right: calc(50% - min(32vw, 320rem));
	top: 14.5833333333vw;
	width: 18.6458333333vw;
}

.fv__main-kart2 {
	right: calc(50% - min(34vw, 320rem));
	top: 19.53125vw;
	width: 22.7083333333vw;
}

.fv__left {
	left: calc(50% - min(37vw, 320rem));
	top: 30.7291666667vw;
	width: 13.0208333333vw;
	z-index: 4;
}

.fv__right {
	right: calc(50% - min(40vw, 320rem));
	top: 32.2916666667vw;
	width: 36.4583333333vw;
}

.fv-text-box {
	animation: 2s fv-text-move forwards 2.8s;
	bottom: 6.7708333333vw;
	padding: 1.875rem;
	transform: rotate(11.5deg);
	transform: translate(-108%, -300%) rotate(12.5deg);
	width: 120%;
}

.fv-text {
	font-size: 1.8229166667vw;
	padding-left: 13.5416666667vw;
	padding-right: 13.5416666667vw;
}

.fv-text::before {
	height: 8.8020833333vw;
	left: -1.0416666667vw;
	width: 11.25vw;
}

.fv-text::after {
	height: 8.8020833333vw;
	right: 1.0416666667vw;
	width: 11.25vw;
}

.goCart-swiper {
	margin-top: -6.875rem;
}

.roundabout-holder {
	height: 50rem;
	width: min(60vw, 1375px);
}

.roundabout-moveable-item {
	max-width: 52.5rem;
}

.roundabout-moveable-item img {
	max-width: 45.9375rem;
}

.goCart {
	padding-bottom: 0;
	padding-top: 7.5rem;
}

.goCart__text {
	margin-top: 2.75rem;
}

.goCart__text-small {
	margin-top: 1.4375rem;
}

.goCart__bottom {
	margin-top: 20rem;
}

.header__inner {
	max-width: 51.0416666667vw;
}

.header__logo {
	top: 2.0833333333vw;
	width: 16.6666666667vw;
}

.leave {
	margin-top: 3.75rem;
}

.leave__items {
	margin-top: 5.75rem;
	max-width: 41.625rem;
}

.loading1 {
	left: 50%;
	top: 22.3958333333vw;
	width: 20.7291666667vw;
}

.loading2 {
	left: 50%;
	top: 16.6666666667vw;
	width: 11.9791666667vw;
}

.popular {
	margin-top: 8rem;
	padding-bottom: 25.3125vw;
}

.popular__movie {
	margin-top: 4.0625rem;
	max-width: min(50vw, 954px);
	width: 100%;
}

.popular__movie::before {
	border: 0.25rem solid #000;
	left: 1.125rem;
	top: 1rem;
}

.popular__movie video {
	border: 0.25rem solid #000;
	max-width: min(50vw, 954px);
}

.popular-bottom {
	margin-top: 15.75rem;
}

.recommend {
	padding-top: 2.625rem;
}

.recommend-line-box {
	padding: 2.125rem;
	top: -15.625vw;
}

.recommend-line__img {
	height: 10.625rem;
	right: 6.25rem;
	top: -3.4375rem;
	width: 13.75rem;
}

.recommend-items {
	gap: 1.0625rem 0.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.375rem;
	max-width: 62.5rem;
	width: 100%;
}

.recommend-item--red::before,
.recommend-item--yellow::before,
.recommend-item--blue::before,
.recommend-item--green::before {
	border: 0.25rem solid #000;
	left: 0.625rem;
	top: 0.6875rem;
}

.recommend-item-top {
	border: 0.25rem solid #000;
	gap: 0.5625rem;
	padding: 0.375rem 0.5rem;
}

.recommend-item-top__icon {
	width: 4.1875rem;
}

.recommend-item-top__text {
	font-size: 1.3125rem;
}

.recommend-item-img {
	border-bottom: 0.25rem solid #000;
	border-left: 0.25rem solid #000;
	border-right: 0.25rem solid #000;
}

.secret {
	padding-top: 26.0416666667vw;
}

.secret-line-box {
	padding: 2.125rem;
	top: 15.625vw;
}

.secret-line__img {
	height: 10.625rem;
	right: 11.25rem;
	top: -3.4375rem;
	width: 13.75rem;
}

.secret::before {
	height: 26.0416666667vw;
}

.secret-top {
	margin-top: 4rem;
}

.secret-top__text {
	font-size: 1.5rem;
	margin-top: 1.375rem;
}

.secret-top__subTitle-box {
	margin-top: 9.375rem;
}

.secret-top__subTitle-box::before {
	height: 5.9375rem;
	top: -6.25rem;
	width: 10.5rem;
}

.secret-top__subTitle {
	font-size: 2.25rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.secret-top__subTitle::before,
.secret-top__subTitle::after {
	height: 9.375rem;
	width: 0.3125rem;
}

.secret-top__subTitle-icon {
	margin-top: 0rem;
	width: 8.3125rem;
}

.secret-top__items {
	gap: 2.25rem 4.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.4375rem;
	max-width: 56.25rem;
	width: 100%;
}

.secret-bottom {
	margin-top: 10.125rem;
}

.secret-bottom__text {
	font-size: 1.5rem;
	margin-top: 2.3125rem;
}

.secret-bottom__subTitle-box {
	margin-top: 2.5rem;
}

.secret-bottom__subTitle {
	font-size: 2.25rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.secret-bottom__subTitle::before,
.secret-bottom__subTitle::after {
	height: 9.375rem;
	width: 0.3125rem;
}

.secret-bottom__subTitle-icon {
	margin-top: 1.25rem;
	max-width: 22.5rem;
}

.secret-bottom__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -2.375rem;
	max-width: 120rem;
	width: 100%;
}

.spot,
.signboard,
.staff,
.pop,
.novelty {
	animation: fuwafuwa 2s infinite;
	height: 8.875rem;
	width: min(13.2291666667vw, 245px);
}

.spot {
	left: calc(50% - min(20vw, 25rem));
	top: calc(50% - min(22vw, 25.5rem));
}

.signboard {
	left: calc(50% - min(19.5vw, 24rem));
	top: calc(50% - min(0vw, -1rem));
}

.staff {
	left: calc(50% - min(39.5vw, 47rem));
	top: min(44.7916666667vw, 860px);
}

.pop {
	right: calc(50% - min(28vw, 34rem));
	top: calc(50% - min(2vw, 2rem));
}

.novelty {
	right: calc(50% - min(33.5vw, 40rem));
	top: calc(50% - min(26vw, 31rem));
}

.spot.change,
.signboard.change,
.staff.change,
.pop.change,
.novelty.change {
	height: min(18.2291666667vw, 350px);
	width: min(18.2291666667vw, 350px);
}

.spot.change {
	left: calc(50% - min(23vw, 29rem));
	top: calc(50% - min(22vw, 25.5rem));
}

.signboard.change {
	left: calc(50% - min(22.5vw, 27.5rem));
	top: calc(50% - min(0vw, -1rem));
}

.staff.change {
	left: calc(50% - min(42.5vw, 50rem));
	top: min(44.7916666667vw, 860px);
}

.pop.change {
	right: calc(50% - min(30vw, 37rem));
	top: calc(50% - min(2vw, 2rem));
}

.novelty.change {
	right: calc(50% - min(35.5vw, 44rem));
	top: calc(50% - min(26vw, 31rem));
}

.secret__campaign {
	margin-top: 7.625rem;
}

.secret__campaign__title {
	font-size: 2.25rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.secret__campaign__secretariat {
	 line-height: 1.5;
	font-size: 1.5rem;
	text-decoration:underline;
	margin-top: -0.2em;
}

.secret__campaign__title::before,
.secret__campaign__title::after {
	height: 9.375rem;
	top: 50%;
	width: 0.3125rem;
}

.secret__campaign-link {
	margin-top: 11.75rem;
}

.section-title-dot-desktop {
	background-image: radial-gradient(circle at center, #f7ce23 15%, transparent 15%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.5555555556;
	padding-top: 0.625rem;
}

.section-title-dot-mobile {
	display: none;
}

.section-title-flag {
	font-size: 2.25rem;
	padding-left: 18.75rem;
	padding-right: 18.75rem;
}

.section-title-flag::before,
.section-title-flag::after {
	height: 10rem;
	width: 18.75rem;
}

.section-title-flag2 {
	font-size: 2.25rem;
	padding-left: 5.375rem;
	padding-right: 5.375rem;
}

.section-title-flag2::before,
.section-title-flag2::after {
	height: 3.625rem;
	width: 4.9375rem;
}

.section-title {
	font-size: 2.25rem;
}

.swiper-button-prev,
.swiper-button-next {
	height: 2.6875rem;
	width: 2.6875rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	height: 2.6875rem;
	width: 2.6875rem;
}

.text-big {
	font-size: 1.875rem;
}

.text-small {
	font-size: 1.5rem;
}

.title-line {
	font-size: 2.25rem;
	padding-left: 5.875rem;
	padding-right: 5.875rem;
}

.title-line::before,
.title-line::after {
	height: 14.375rem;
	width: 0.3125rem;
}

.title-line2 {
	font-size: 2.25rem;
	padding-left: 5.875rem;
	padding-right: 5.875rem;
}

.title-line2::before,
.title-line2::after {
	height: 14.375rem;
	width: 0.3125rem;
}

.title-wave {
	font-size: 2.25rem;
	padding-bottom: 1.5rem;
}

.title-wave::after {
	height: 0.875rem;
	width: 13.4375rem;
}

.top-movie {
	padding-top: 4rem;
}

.top-movie-box {
	margin-top: 3.125rem;
	max-width: min(50vw, 954px);
	width: 100%;
}

.top-movie-box::before {
	border: 0.25rem solid #000;
	left: 1.25rem;
	top: 1.0625rem;
}

.top-movie-box video {
	border: 0.25rem solid #000;
	max-width: min(50vw, 954px);
}

.trouble {
	padding-top: 28.3333333333vw;
}

.trouble::after {
	height: 26.0416666667vw;
}

.trouble-line-box {
	padding: 2.125rem;
	top: 10.4166666667vw;
}

.trouble-line__img {
	height: 10.625rem;
	left: 5rem;
	top: -3.4375rem;
	width: 13.75rem;
}

.trouble__img-box {
	margin-top: 3.75rem;
}

.trouble__img {
	margin-top: 22.0625rem;
	max-width: 9.625rem;
}

.trouble__content {
	width: 17.875rem;
}

.trouble__content01 {
	left: calc(50% - min(33vw, 31rem));
	top: -16%;
}

.trouble__content02 {
	left: calc(50% - min(21vw, 20rem));
	top: -90%;
}

.trouble__content03 {
	right: calc(50% - min(33vw, 31rem));
	top: -16%;
}

.trouble__content04 {
	right: calc(50% - min(21vw, 20rem));
	top: -90%;
}

.inner {
	max-width: 1475px;
	padding-left: 25px;
	padding-right: 25px;
}

.inner2 {
	max-width: min(75vw, 1425px);
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 1425px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 2000px) {

.fv-text-box {
	bottom: 10.5vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes rotate {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes mochimochi {

0% {
	transform: translateX(-50%) scale(1, 0.8);
}

20% {
	transform: translateX(-50%) scale(0.8, 1.1);
}

90% {
	transform: translateX(-50%) scale(1, 1);
}

100% {
	transform: translateX(-50%) scale(1, 0.8);
}

}

@keyframes poyoyon1 {

0% {
	opacity: 0;
	transform: translateX(-8.75rem);
}

50% {
	transform: translateX(0);
}

65% {
	transform: translateX(-1.875rem);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes poyoyon2 {

0% {
	opacity: 0;
	transform: translateX(8.75rem);
}

50% {
	transform: translateX(0);
}

65% {
	transform: translateX(1.875rem);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fv__goKart {

0% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes fv__family {

0% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes fv-title {

0% {
	opacity: 1;
	transform: translate(120%, -120%) rotate(0deg);
}

40% {
	opacity: 1;
	transform: translate(0, 0) rotate(0deg);
}

85% {
	transform: translate(0, 0) rotate(0deg);
}

86% {
	transform: translate(0, 0) rotate(8deg);
}

87% {
	transform: translate(0, 0) rotate(8deg);
}

88% {
	transform: translate(0, 0) rotate(8deg);
}

89% {
	transform: translate(0, 0) rotate(-8deg);
}

90% {
	transform: translate(0, 0) rotate(-8deg);
}

91% {
	transform: translate(0, 0) rotate(-8deg);
}

92% {
	transform: translate(0, 0) rotate(8deg);
}

93% {
	transform: translate(0, 0) rotate(8deg);
}

94% {
	transform: translate(0, 0) rotate(8deg);
}

95% {
	transform: translate(0, 0) rotate(-8deg);
}

96% {
	transform: translate(0, 0) rotate(-8deg);
}

97% {
	transform: translate(0, 0) rotate(-8deg);
}

100% {
	opacity: 1;
	transform: translate(0, 0) rotate(0deg);
}

}

@keyframes fv__course {

0% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes fv__main-kart1 {

0% {
	opacity: 1;
}

89% {
	opacity: 1;
	transform: translateY(0rem);
}

89.5% {
	opacity: 1;
	transform: translateY(-3.125rem);
}

93% {
	opacity: 1;
	transform: translateY(0rem);
}

96.5% {
	opacity: 1;
	transform: translateY(-3.125rem);
}

100% {
	opacity: 1;
	transform: translateY(0rem);
}

}

@keyframes fuwafuwa-kart {

0% {
	transform: translateY(0px);
}

50% {
	transform: translateY(-1.875rem);
}

100% {
	transform: translateY(0px);
}

}

@keyframes fv__main-kart2 {

0% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes fv__left {

0% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes fv__right {

0% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

@keyframes fv-text-move {

from {
	opacity: 1;
	transform: translate(-108%, -530%) rotate(12deg); /* 斜め方向の始点 */
}

to {
	opacity: 1;
	transform: translate(0, 0) rotate(12deg); /* 斜め方向の終点 */
}

}

@keyframes fv-text-move2 {

from {
	opacity: 1;
	transform: translate(-108%, -400%) rotate(12.5deg); /* 斜め方向の始点 */
}

to {
	opacity: 1;
	transform: translate(0, 0) rotate(12.5deg); /* 斜め方向の終点 */
}

}

@keyframes fv-text-loop1 {

0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(130%);
}

}

@keyframes fv-text-loop2 {

0% {
	transform: translateX(-120%);
}

100% {
	transform: translateX(116%);
}

}

@keyframes slideInRight {

0% {
	opacity: 0;
	transform: translateX(-150%);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(120px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes slideInLeft {

0% {
	opacity: 0;
	transform: translateX(150%);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes loading1 {

0% {
	opacity: 0;
}

99% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes loading2 {

0% {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

1% {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg);
}

9% {
	transform: translate(-50%, -50%) rotate(0deg);
}

10% {
	transform: translate(-50%, -50%) rotate(15deg);
}

14% {
	transform: translate(-50%, -50%) rotate(15deg);
}

15% {
	transform: translate(-50%, -50%) rotate(-15deg);
}

19% {
	transform: translate(-50%, -50%) rotate(-15deg);
}

20% {
	transform: translate(-50%, -50%) rotate(15deg);
}

24% {
	transform: translate(-50%, -50%) rotate(15deg);
}

25% {
	transform: translate(-50%, -50%) rotate(-15deg);
}

29% {
	transform: translate(-50%, -50%) rotate(-15deg);
}

30% {
	transform: translate(-50%, -50%) rotate(0deg);
}

99% {
	opacity: 1;
}

100% {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

}

@keyframes mochimochi {

0% {
	transform: translateX(-50%) scale(1, 0.8);
}

20% {
	transform: translateX(-50%) scale(0.8, 1.1);
}

90% {
	transform: translateX(-50%) scale(1, 1);
}

100% {
	transform: translateX(-50%) scale(1, 0.8);
}

}

@keyframes fuwafuwa {

0% {
	transform: translateY(0px);
}

50% {
	transform: translateY(-1.875rem);
}

100% {
	transform: translateY(0px);
}

}

@keyframes fuwafuwa2 {

0% {
	transform: translateY(0px);
}

50% {
	transform: translateY(-2.6666666667vw);
}

100% {
	transform: translateY(0px);
}

}

@keyframes poyon {

0% {
	transform: scale(1, 1) translate(0%, 0%);
}

15% {
	transform: scale(0.95, 0.95) translate(0%, 2%);
}

30% {
	transform: scale(1, 0.9) translate(0%, 5%);
}

50% {
	transform: scale(0.9, 1) translate(0%, -5%);
}

70% {
	transform: scale(1, 0.95) translate(0%, 2%);
}

100% {
	transform: scale(1, 1) translate(0%, 0%);
}

}


/*# sourceMappingURL=style.css.map */
