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

@font-face {
	font-family: "futura";
	src: url(../font/Futura.ttc);
}

body {
	color: #1E2380;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: none;
}

main {
	background-color: #fff;
}

html {
	background: url(../images/pattern.jpg) center center/37.5rem repeat;
	background-color: #DA005C;
	position: relative;
}

html {
	font-size: 4.2666666667vw;
}

/* 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;
	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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-title {
	padding-top: 1.625rem;
	position: relative;
	text-align: center;
}

.c-title p {
	color: #28282B;
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.c-title h2 {
	font-size: 3.125rem;
	text-transform: uppercase;
}

.c-title::before {
	background: url(../images/icon_ttl.svg) center center/contain no-repeat;
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1.125rem;
}

.l-cv {
	margin-top: 3rem;
}

.l-feature {
	margin-top: -1.875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-mode {
	margin-top: 3.5625rem;
}

.l-totop {
	margin-top: 3.5rem;
}

.p-app {
	background: linear-gradient(to bottom, white 15.0625rem, #DA005C 15.0625rem);
	overflow: hidden;
	padding-bottom: 5.1875rem;
	padding-top: 3rem;
}

.p-app__inner {
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.p-app__title .c-title {
	padding-top: 0;
}

.p-app__title .c-title::before {
	display: none;
}

.p-app__title .c-title p {
	color: #1E2380;
}

.p-app__title .c-title h2 {
	font-size: 1.75rem;
	font-weight: 900;
}

.p-app__slider {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	width: 21.4375rem;
}

.p-app__slider .slick-list {
	overflow: visible;
	overflow: initial;
}

.p-app__slider .slider-dots {
	bottom: -2.5rem;
}

.p-app__slider .slide-arrow {
	bottom: -3.25rem;
}

.p-app__sliderItem {
	height: auto !important;
	border: 2px solid #F1F1F1;
}

.p-app__sliderItem {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.05);
	margin-left: 0.375rem;
	margin-right: 0.375rem;
	padding: 1.25rem 1rem;
	position: relative;
	width: 21.4375rem;
}

.p-app__sliderItem::before {
	background: url(../images/detail/bg.png) center center/contain no-repeat;
	bottom: 0.9375rem;
	content: "";
	height: 8.4375rem;
	position: absolute;
	right: 0.9375rem;
	width: 8.875rem;
}

.p-app__wrap {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 6.875rem 1fr;
}

.p-app__tag {
	grid-gap: 0.25rem;
	align-items: center;
	display: grid;
	font-size: 0.875rem;
	font-weight: bold;
	gap: 0.25rem;
	grid-template-columns: 1.125rem 1fr;
}

.p-app__tag span {
	aspect-ratio: 1;
	background-color: #DA005C;
	border-radius: 50%;
	padding: 0.125rem;
}

.p-app__bigText {
	font-size: 1rem;
	font-weight: 900;
	margin-top: 0.5rem;
}

.p-app__bigText span {
	font-size: 0.8rem;
	/* font-weight: normal; */
}

.p-app__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 0.5rem;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-track {
	display: flex;
}

.p-cv {
	background-color: #1E2380;
	border-radius: 1.125rem;
	box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.05);
	margin-left: auto;
	margin-right: auto;
	max-width: 21.4375rem;
	padding: 1.5rem 1rem 2rem;
}

.p-cv__title {
	font-size: 1.25rem;
	font-weight: 900;
	text-align: center;
}

.p-cv__wrap {
	align-items: flex-start;
	display: flex;
	gap: 1.3125rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.p-cv__logo {
	width: 5.625rem;
}

.p-cv__btns {
	width: 8rem;
}

.p-cv__btn+.p-cv__btn {
	margin-top: 0.5rem;
}

.p-cv__btn a {
	display: block;
}

.p-download {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100dvh;
	justify-content: center;
	position: fixed;
	right: 0;
	width: calc((100% - 25.4375rem) / 2);
}

.p-download__title {
	color: #fff;
	font-size: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-download__title::before {
	background-color: #fff;
	border-radius: 0.1875rem;
	content: "";
	height: 1.875rem;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-30deg);
	width: 0.1875rem;
}

.p-download__title::after {
	background-color: #fff;
	border-radius: 0.1875rem;
	content: "";
	height: 1.875rem;
	position: absolute;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
	width: 0.1875rem;
}

.p-download__cards {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.p-download__card {
	background-color: #fff;
	border-radius: 0.75rem;
	padding: 0.875rem;
}

.p-download__card>img {
	margin-left: auto;
	margin-right: auto;
	width: 6.25rem;
}

.p-download__card a {
	display: block;
	margin-top: 0.75rem;
	width: 8.75rem;
}

.p-feature {
	background: url(../images/feature/bg_feature.jpg) center center/cover no-repeat;
	overflow: hidden;
	padding-top: 4rem;
}

.p-feature__main {
	margin-top: 1.375rem;
	position: relative;
}

.p-feature__main::before {
	background-color: #1E2380;
	border-radius: 1.5rem 0 0 0;
	content: "";
	height: 19.6875rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 11.8125rem;
	width: calc(100vw - 20px);
}

.p-feature__main::after {
	background: url(../images/feature/bg_feature.png) center center/contain no-repeat;
	content: "";
	height: 24.25rem;
	left: 50%;
	position: absolute;
	top: 7.5rem;
	transform: translateX(-50%);
	width: 24.5625rem;
}

.p-feature__slider {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 19.625rem;
	z-index: 1;
}

.p-feature__slider .slide-arrow {
	top: 28.5rem;
}

.p-feature__slider .slider-dots {
	top: 29.1875rem;
}

.p-feature__sliderItem {
	position: relative;
	width: 19.625rem;
}

.p-feature__en {
	font-size: 1.125rem;
	left: 0;
	position: absolute;
	top: 4.6875rem;
	transform: rotate(-90deg);
}

.p-feature__fukidashi {
	background-color: #1E2380;
	border-radius: 0.25rem;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.3;
	min-width: 10.375rem;
	opacity: 0;
	padding: 0.875rem 0.5rem;
	position: absolute;
	right: 0;
	text-align: center;
	transform: translateY(50%);
}

.p-feature__sliderItem.slick-current .p-feature__fukidashi {
	animation: fukidashi 0.8s 0.2s ease 1 forwards;
}

.p-feature__fukidashi::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #1E2380;
	bottom: -0.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.875rem;
}

.p-feature__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 13.5rem;
	width: 100%;
}

.p-feature__content {
	margin-top: 5rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-feature__bigText {
	font-size: 1.375rem;
	font-weight: 900;
}

.p-feature__text {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 0.5rem;
}

.p-feature__enSlider {
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 19.6875rem;
	width: 100vw;
}

.p-feature__enSlider p {
	font-size: 4rem;
	font-weight: 500;
	margin-left: 0.5em;
	opacity: 0.1;
}

.p-feature__linearSlider {
	margin-left: calc(50% - 50vw);
	margin-top: 2.25rem;
	width: 100vw;
}

.p-feature__linearSlider+.p-feature__linearSlider {
	margin-top: 0.5rem;
}

.p-feature__linearSlider picture {
	width: 10.125rem;
}

.p-feature__linearSlider picture+picture {
	margin-left: 0.5rem;
}

.p-float {
	background-color: #fff;
	bottom: 0;
	height: 4.5rem;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.p-float__btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}

.p-float__btn {
	height: 100%;
}

.p-float__btn a {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	font-weight: 900;
	gap: 0.25rem;
	height: 100%;
	justify-content: center;
	line-height: 1.2;
}

.p-float__btn img {
	-o-object-fit: contain;
	height: 1.5rem;
	object-fit: contain;
	width: 1.5rem;
}

.p-footer {
	background-color: #DA005C;
	padding-bottom: 6.5rem;
	padding-top: 2rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 5rem;
}

.p-footer__sns {
	margin-top: 1rem;
}

.p-footer__snsTitle {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.p-footer__snsLists {
	align-items: center;
	background-color: #fff;
	border-radius: 4rem;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	padding: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__snsList a {
	display: block;
	width: 2.75rem;
}

.p-footer__text {
	font-size: 0.75rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-mode {
	overflow: hidden;
}

.p-mode__title {
	background: url(../images/bg_intro.png) center center/100% 100% no-repeat;
	padding-bottom: 3.125rem;
	position: relative;
	z-index: 1;
}

.p-mode__main {
	margin-top: -2.5rem;
	padding-bottom: 3rem;
	padding-top: 4rem;
	position: relative;
	transition: all 0.3s;
}

.p-mode__main.stadium {
	background: url(../images/bg_mode.jpg) center center/cover no-repeat;
}

.p-mode__main.normal {
	background: url(../images/bg_normal.png) center center/cover no-repeat;
}

.p-mode__tabs {
	background-color: #fff;
	border-radius: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 3rem;
	position: relative;
}

.p-mode__tabs::before {
	background-color: #DA005C;
	border-radius: 1.25rem;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.11);
	content: "";
	height: 2.5rem;
	left: 0.3125rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	width: 10.5rem;
}

.p-mode__tabs.normal::before {
	background-color: #1E2380;
	left: 10.1875rem;
}

.p-mode__tab a {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
	z-index: 1;
}

.p-mode__tab:nth-child(1) a {
	color: #DA005C;
}

.p-mode__tab:nth-child(2) a {
	color: #1E2380;
}

.p-mode__tab.is-active a {
	color: #fff;
}

.p-mode__blocks {
	margin-top: 1.5rem;
}

.p-mode__block:nth-child(2) {
	display: none;
}

.p-mode__lead {
	font-size: 1.125rem;
	font-weight: 900;
	text-align: center;
}

.p-mode__slider {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 19.4375rem;
	position: relative;
	z-index: 2;
}

.p-mode__slider .slider-dots {
	top: 30.8125rem;
}

.p-mode__slider .slide-arrow {
	top: 30rem;
}

.p-mode__sliderItem {
	width: 19.4375rem;
}

.p-mode__img {
	margin-left: auto;
	margin-right: auto;
	width: 15.125rem;
}

.p-mode__text {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 3.5rem;
}

.p-mv {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.p-mv__main {
	position: relative;
}

.p-mv__slider {
	bottom: 0;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	transform: translateX(-50%);
	width: 16.625rem;
}

.p-mv__slider::before {
	background: url(../images/kv/kv_frame.png) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 35.5rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 23.4375rem;
	z-index: 1;
}

.p-mv__slider picture {
	width: 100%;
}

.p-mv__text {
	background: url(../images/bg_intro.png) center center/100% 100% no-repeat;
	color: #28282B;
	font-size: 1.5rem;
	font-weight: 900;
	padding-bottom: 2.8125rem;
	padding-top: 2.5rem;
	text-align: center;
}

.p-mv__text span {
	background-color: #DA005C;
	display: inline-block;
	margin-right: 0.1875rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.p-nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100dvh;
	justify-content: center;
	position: fixed;
	width: calc((100% - 25.4375rem) / 2);
}

.p-nav__icon {
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.p-nav__title h2 {
	font-size: 1.875rem;
	font-weight: 900;
	margin-top: 0.375rem;
	text-align: center;
}

.p-nav__btns {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-nav__btn {
	height: 6.25rem;
	width: 12.5rem;
}

.p-nav__btn a {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	height: 100%;
	justify-content: center;
	transition: all 0.45s;
}

.p-nav__btn a:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.375rem);
}

.p-nav__btn a img {
	height: 2.375rem;
	width: 2.375rem;
}

.p-totop {
	align-items: center;
	background-color: #BF9C46;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	gap: 0.25rem;
	justify-content: center;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.p-totop img {
	width: 1.25rem;
}

.slide-arrow {
	background: url(../images/icon_arrow.svg) center center/contain no-repeat;
	cursor: pointer;
	height: 2rem;
	position: absolute;
	transition: all 0.45s;
	width: 2rem;
	z-index: 2;
}

.prev-arrow {
	left: 4rem;
}

.next-arrow {
	right: 4rem;
	transform: rotate(180deg);
}

.slider-dots {
	display: flex;
	gap: 0.25rem;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.slider-dots li {
	background-color: #fff;
	border-radius: 50%;
	height: 0.5rem;
	list-style: none;
	opacity: 0.4;
	transition: all 0.3s;
	width: 0.5rem;
}

.slider-dots li.slick-active {
	opacity: 1;
}

.slider-dots button {
	display: none;
}

.u-white {
	color: #fff;
}

.u-cerezo {
	color: #DA005C;
}

.u-en-font {
	font-family: "futura", sans-serif;
}

@media (hover: hover) {

	.p-totop:hover {
		opacity: 0.8;
	}

	.slide-arrow:hover {
		opacity: 0.6;
	}

}

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

	.u-desktop {
		display: block;
	}

	.u-mobile {
		display: none;
	}

	.p-wrapper__main {
		background-color: #fff;
		box-shadow: 0 0.25rem 3.125rem rgba(0, 0, 0, 0.15);
		margin-left: auto;
		margin-right: auto;
		max-width: 25.4375rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	html {
		font-size: 1.25vw;
	}

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

	a:hover {
		opacity: 0.8;
	}

	.p-feature__main::before {
		margin-right: -20px;
		width: calc(23.4375rem - 20px);
	}

	.p-wrapper {
		display: grid;
		grid-template-columns: 1fr 25.4375rem 1fr;
	}

}

@media (min-width: 1281px) {

	html {
		font-size: 16px;
	}

}

@keyframes fukidashi {

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

}


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