@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(http://use.typekit.net/pop5rrv.css);

body {
	color: #000;
	font-family: "Noto Sans Japanese", sans-serif;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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: optimizeLegibility;
}

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

/* ホバー */

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

.accordion__q {
	cursor: pointer;
	padding: 1.125rem 1.5625rem 1.125rem 2.1875rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.accordion__q.js-open {
	transition: all 0.3s ease 0s;
}

.accordion__q p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	position: relative;
}

.accordion__q::before,
.accordion__q::after {
	background-color: #666666;
	content: "";
	height: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 1rem;
}

.accordion__q::before {
	right: 1.5625rem;
	transform: rotate(90deg);
}

.accordion__q::after {
	right: 0;
}

.accordion__q.js-open:before {
	opacity: 1;
	transform: rotate(0deg);
}

.accordion__q::after {
	right: 1.5625rem;
}

.accordion__q.js-open::after {
	transform: rotate(180deg);
}

.accordion__a {
	display: none;
	padding: 1.9375rem 1.875rem 1.6875rem 1.5625rem;
}

.accordion__a.js-open {
	display: block;
}

.accordion__img {
	aspect-ratio: 355/205;
	background-color: #ccc;
	margin-top: 1.5625rem;
}

.accordion__img iframe {
	width: 100%;
}

.accordions__one + .accordions__one {
	border-bottom: 0.0625rem solid #666666;
}

.accordions__one:first-child {
	border-bottom: 0.0625rem solid #666666;
	border-top: 0.0625rem solid #666666;
}

.cat {
	display: none;
	max-width: 4.625rem;
	position: fixed;
	right: 0;
	top: 60%;
	width: 18.9743589744%;
	z-index: 999;
}

.cat.js-scroll {
	animation: show 0.5s linear 0s;
	display: block;
}

.contents-wrap.js-active {
	overflow-y: scroll;
}

.fit {
	background-color: #fff;
	padding-bottom: 3.125rem;
}

.inner.fit__inner {
	margin-top: 1.375rem;
	max-width: 37.5rem;
	padding-bottom: 1.3125rem;
}

.fit__heading {
	aspect-ratio: 390/168;
	position: relative;
}

.fit__topWrap {
	aspect-ratio: 390/135;
	position: relative;
}

.fit__ico {
	align-items: center;
	bottom: 0;
	display: flex;
	gap: 0.25rem;
	position: absolute;
	right: 0.625rem;
}

.fit__ico span {
	background-color: #F5CCE0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	height: 1.75rem;
	line-height: 1;
	padding-top: 0.1875rem;
	text-align: center;
	width: 1.75rem;
}

.fit__ico span.js-active {
	background-color: #CF0062;
}

.fit__number {
	bottom: 0;
	color: #CF0062;
	font-family: "din-2014", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
}

.fit__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.fit__img {
	margin-top: 1.5rem;
}

.fit__img--flex {
	display: flex;
	justify-content: center;
}

.fit__img--flex img {
	width: 50%;
}

.fit__wrapper {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2rem;
}

.fit__wrapper--many {
	flex-direction: column;
}

.fit__wrapper button {
	max-width: 8.25rem;
	width: 50%;
}

.fit__wrapper--many button {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.fit__answer {
	background-color: #CF0062;
	border-radius: 1.25rem;
	padding: 2.1875rem 0 2.6875rem;
}

.fit__answer img {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.fit__animeImg {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
	width: 50.2564102564%;
}

.fit__answer--03 img:nth-child(1) {
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.fit__answer--03 img:nth-child(2) {
	position: relative;
}

.fit__q03 {
	background-color: #fff;
	margin: 1.375rem auto 2.5625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.fit__btn {
	margin: 1.25rem auto 0;
	max-width: 22.375rem;
	width: 91.7948717949%;
}

footer {
	background-color: #F8D9E7;
	padding-bottom: 4.7%;
}

.footer__inner > a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
}

.footer__copy {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.label + .label {
	margin-top: 1.5625rem;
}

.label__top {
	background-color: #E780B0;
	padding: 0.25rem 0.875rem;
}

.label__top p {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
}

.label__contents {
	margin-top: 0.8125rem;
	padding-left: 0.875rem;
}

.label__contents p,
.label__contents p a {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
}

.label__contents p a {
	cursor: pointer;
}

.more-btn {
	animation: anime1 0.6s ease 0s infinite alternate;
	background-color: #000;
	border-radius: 2.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.more-btn span {
	color: #FFFF00;
}

.more-btn:hover {
	transform: scale(0.95);
}

.more-btn::after {
	background: transparent url(../images/common/ico-arrow.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.mv-bg {
	background: transparent url(../images/common/mv-bg_pc2.webp) no-repeat center center/cover;
	height: 100vh;
}

.mv-bg.js-active {
	background: transparent;
}

.mv-pc__wrap {
	display: none;
}

.next-btn {
	background-color: #000;
	border-radius: 3.75rem;
	box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding: 1.125rem 0.3125rem;
	transition: 0.3s;
	width: 100%;
}

.next-btn--select {
	position: relative;
}

.next-btn--select.next-btn::after {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: rotate(45deg) translateY(-45%);
	width: 0.75rem;
}

.next-btn span {
	color: #fff;
	font-family: "din-2014", sans-serif;
	font-size: 2.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.next-btn:hover {
	box-shadow: none;
	transform: translateY(0.125rem);
}

.slider-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 70%;
}

.slider-dots li {
	display: inline-block;
	margin: 0 2px;
	width: calc(25% - 8px);
}

.slider-dots button {
	background-color: #ccc;
	border: 0;
	font-size: 0;
	height: 2px;
	position: relative;
	width: 100%;
}

.slider-dots button:after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0%;
}

.slider-dots .slick-active button:after {
	animation: progress 5.5s linear forwards;
	background-color: #000;
}

.start-btn {
	animation: anime1 0.6s ease 0s infinite alternate;
	display: inline-block;
	transform-origin: center;
	transition: 0.3s;
	width: 100%;
}

.start-btn:hover {
	opacity: 0.7;
}

.tab {
	border: 0.1875rem solid #000;
	border-radius: 0.625rem;
	cursor: pointer;
	display: block;
	font-size: 1.3125rem;
	font-weight: 700;
	opacity: 1;
	outline: 0;
	padding: 1rem 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 3;
}

.tab__item {
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.tab:hover .tab__item::before {
	opacity: 1;
}

.tab.js-active {
	background-color: #FAE5EF;
	border-color: #CF0062;
	color: #CF0062;
	z-index: 2;
}

.tab.js-disabled {
	pointer-events: none;
}

.thanks-wrap.js-active {
	background-color: #fff;
}

.thanks {
	padding-bottom: 2.5rem;
}

.thanks__mv {
	position: relative;
}

.thanks__mv {
	aspect-ratio: 390/477;
}

.thanks__heading {
	aspect-ratio: 253/126;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6%;
	max-width: 31.25rem;
	width: 65.641025641%;
}

.thanks__top {
	background: linear-gradient(to top, #CF0062 95%, #fff 5%);
	margin-bottom: 10%;
	margin-top: 10.5%;
	padding-bottom: 10%;
}

.thanks__top figure:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	width: 87.1794871795%;
}

.thanks__top figure:nth-of-type(2) {
	display: block;
	margin: 1.875rem auto 0;
	max-width: 18.75rem;
	width: 76.6666666667%;
}

.inner.thanks__btn {
	max-width: 37.5rem;
}

.thanks__deco1 {
	aspect-ratio: 390/184;
	margin: 2.1875rem auto 0;
	max-width: 37.5rem;
}

.thanks__body {
	padding-top: 2.9375rem;
	position: relative;
}

.thanks__body::after {
	background-color: #f8d9e7;
	content: "";
	height: 100%;
	max-width: 4rem;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.thanks__title {
	color: #CF0062;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.8181818182;
	text-align: center;
}

.thanks__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin: 3.125rem auto 0;
	width: 81.2820512821%;
}

.thanks__img {
	margin-top: 2.25rem;
}

.thanks__deco2 {
	aspect-ratio: 390/184;
	margin: 1.4375rem auto 0;
	max-width: 37.5rem;
}

.thanks__contents {
	margin-top: 1.6875rem;
}

.top-wrap {
	position: relative;
}

.top {
	position: relative;
}

.top__wrap {
	height: 100%;
	margin: 1.875rem auto 0;
	width: 100%;
}

.inner.top__inner {
	max-width: 50rem;
	padding-right: 0;
	position: relative;
	z-index: 1;
}

.top__top {
	max-width: 270px;
	padding-top: max(1.25rem, min(4.2vh, 1.75rem));
	width: 40%;
	z-index: 2;
}

.top__bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 90%;
}

.top__img {
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
}

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

.top.js-active {
	display: none;
}

.top__logo {
	aspect-ratio: 1/1;
	position: absolute;
	right: 0;
	top: 0;
	width: 16.4102564103%;
	z-index: 3;
}

.top__copy {
	margin: 20% auto 0;
	max-width: 500px;
	position: relative;
	z-index: 3;
}

.top__copy > img {
	margin-left: auto;
	margin-right: auto;
	width: 76.9230769231%;
}

.top__btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

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

html {
	font-size: 1.4545454545vw;
}

.inner {
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
}

.thanks__top {
	padding-bottom: 5%;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.accordion__a {
	padding: 0.9375rem 2.1875rem 1.625rem 1.125rem;
}

.cat {
	right: 3.4722222222%;
	top: 18.75rem;
}

.contents-wrap {
	height: 82.8571428571%;
	max-height: 100%;
	max-width: 27.0833333333%;
	position: absolute;
	right: 3.4722222222%;
	top: 3.125rem;
	width: 34.0277777778%;
}

.fit-wrap {
	aspect-ratio: 390/580;
	height: auto;
	overflow: scroll;
}

.inner.fit__inner {
	max-width: none;
	max-width: initial;
}

.fit__ico span {
	font-size: 1rem;
	height: 1.25rem;
	padding-top: 0.125rem;
	width: 1.25rem;
}

.fit__number {
	font-size: 2.625rem;
}

.fit__title {
	font-size: 97%;
}

.fit__img {
	aspect-ratio: 360/196;
}

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

.fit__answer.inner {
	max-width: none;
	max-width: initial;
}

.footer__copy {
	font-size: 0.9375rem;
}

.more-btn {
	font-size: 0.9375rem;
}

.more-btn::after {
	right: 0.8125rem;
}

.mv-bg {
	height: auto;
}

.mv-bg.js-active {
	background-image: url(../images/common/mv-bg_pc2.webp);
}

.mv-pc {
	display: flex;
	height: 100vh;
	position: relative;
	width: 100%;
}

.mv-pc__wrap {
	display: flex;
	height: 100%;
	position: relative;
	width: 65.9722222222%;
}

.mv-pc__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.mv-pc__contents {
	height: 100%;
	position: absolute;
	right: 10%;
	width: 54.3157894737%;
}

.mv-pc__en {
	left: 0;
	position: absolute;
	top: 5.5714285714%;
}

.mv-pc__bottom {
	left: 5.9770114943%;
	position: absolute;
	top: 55.4285714286%;
}

.next-btn--select.next-btn::after {
	top: 44%;
}

.next-btn span {
	font-size: 1.375rem;
}

.tab {
	font-size: 1.0625rem;
}

.thanks__top {
	padding-bottom: 10%;
}

.top {
	aspect-ratio: 390/580;
	background: transparent url(../images/common/mv-bg.webp) no-repeat center center/cover;
	background-image: url(../images/common/testmv_pc.webp);
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}

.top__wrap {
	margin: 0;
	max-height: 95.7142857143%;
	position: absolute;
	top: 0;
}

.inner.top__inner {
	height: 100%;
	max-width: none;
	max-width: initial;
	position: static;
}

.top__top {
	width: 53%;
}

.top__bottom {
	display: none;
}

.top__img {
	display: none;
}

.top__copy {
	bottom: auto;
	left: 50%;
	margin: 0;
	max-width: 82.8205128205%;
	top: 75%;
	transform: translateX(-50%);
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes anime1 {

from {
	transform: scale(0.9);
}

to {
	transform: scale(1, 1);
}

}

@keyframes poyopoyo {

0%,40%,60%,80% {
	transform: scale(1);
}

50%,70% {
	transform: scale(0.85);
}

}

@keyframes show {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes progress {

from {
	width: 0%;
}

to {
	width: 100%;
}

}


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