.u-pc {
	display: none;
}

body {
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	animation: fadeIn 1.5s ease 0s 1 normal;
	color: #000;
	font-family: "Noto Sans", sans-serif;
}

body.is-hidden {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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

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

.top-achievement {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.achievement__container {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.achievement__icons {
	-moz-column-gap: 10px;
	row-gap: 4px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	display: grid;
	grid-auto-flow: dense; /* 隙間を埋めながら配置 */
	grid-template-columns: repeat(4, 1fr); /* カラム数を設定 */
	place-items: center;
}

.achievement__icon {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.achievement__icon:first-child {
	grid-column: 1/2;
	grid-row: 1/2;
	width: 57px;
	width: 3.5625rem;
}

.achievement__icon:nth-child(2) {
	grid-column: 2/4;
	grid-row: 1/2;
	width: 138px;
	width: 8.625rem;
}

.achievement__icon:nth-child(3) {
	grid-column: 4/5;
	grid-row: 1/2;
	width: 85px;
	width: 5.3125rem;
}

.achievement__icon:nth-child(4) {
	grid-column: 1/2;
	grid-row: 2/3;
	width: 50px;
	width: 3.125rem;
}

.achievement__icon:nth-child(5) {
	grid-column: 2/3;
	grid-row: 2/3;
	width: 60px;
	width: 3.75rem;
}

.achievement__icon:nth-child(6) {
	grid-column: 3/4;
	grid-row: 2/3;
	width: 60px;
	width: 3.75rem;
}

.achievement__icon:nth-child(7) {
	grid-column: 4/5;
	grid-row: 2/3;
	width: 100px;
	width: 6.25rem;
}

.achievement__icon:nth-child(8) {
	grid-column: 1/2;
	grid-row: 3/4;
	width: 50px;
	width: 3.125rem;
}

.achievement__icon:nth-child(9) {
	grid-column: 2/3;
	grid-row: 3/4;
	width: 40px;
	width: 2.5rem;
}

.achievement__icon:nth-child(10) {
	grid-column: 3/4;
	grid-row: 3/4;
	width: 66px;
	width: 4.125rem;
}

.achievement__icon:nth-child(11) {
	grid-column: 4/5;
	grid-row: 3/4;
	width: 50px;
	width: 3.125rem;
}

.achievement__icon:nth-child(12) {
	grid-column: 1/2;
	grid-row: 4/5;
	width: 75px;
	width: 4.6875rem;
}

.achievement__icon:nth-child(13) {
	grid-column: 2/3;
	grid-row: 4/5;
	width: 58px;
	width: 3.625rem;
}

.achievement__icon:nth-child(14) {
	grid-column: 3/4;
	grid-row: 4/5;
	width: 56px;
	width: 3.5rem;
}

.achievement__icon:nth-child(15) {
	width: 56px;
	width: 3.5rem;
}

.btn {
	margin-inline: auto;
	background-color: #4d4d4d;
	border-radius: 0.25rem;
	color: #fff;
	display: grid;
	font-weight: 700;
	max-width: 520px;
	max-width: 32.5rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	place-items: center;
	width: 100%;
}

.contact {
	background-color: #f6f6f6;
	padding-bottom: 66px;
	padding-bottom: 4.125rem;
	padding-top: 24px;
	padding-top: 1.5rem;
	position: relative;
}

.contact__body {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.contact__text {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 2.1;
}

.contact__attention-wrap {
	color: #4d4d4d;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
	text-align: left;
}

.contact__form {
	margin-top: 26px;
	margin-top: 1.625rem;
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
	position: relative;
}

.contact__form::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8);
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.contact__form::after {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8);
	bottom: 0;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.event {
	background-color: #e6e6e6;
	padding-bottom: 34px;
	padding-bottom: 2.125rem;
	padding-top: 26px;
	padding-top: 1.625rem;
}

.event__container {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.event__cards {
	gap: 28px;
	gap: 1.75rem;
	display: grid;
}

.f-nav {
	gap: 11px;
	gap: 0.6875rem;
	display: grid;
}

.f-nav__item {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
}

.f-nav__item a {
	padding: 10px;
	padding: 0.625rem;
}

.features-bottom {
	padding-bottom: 42px;
	padding-bottom: 2.625rem;
	padding-top: 52px;
	padding-top: 3.25rem;
	position: relative;
	z-index: 0;
}

.features-bottom::before {
	background: transparent;
	background-image: url(../images/common/features-bottom-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
	-webkit-filter: blur(1px);
	filter: blur(1px);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.features-bottom__container {
	margin: auto;
	max-width: 76%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.features-bottom__content1 img {
	aspect-ratio: 335/242;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features-bottom__btn {
	margin-top: 29px;
	margin-top: 1.8125rem;
	text-align: center;
}

.features-top {
	background: #f6f6f6;
	padding-bottom: 67px;
	padding-bottom: 4.1875rem;
	padding-top: 56px;
	padding-top: 3.5rem;
	position: relative;
}

.features-top::before {
	background-image: url(../images/common/mission-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 47px;
	height: 2.9375rem;
	position: absolute;
	right: 0;
	width: 290px;
	width: 18.125rem;
}

.features__box1,
.features-top__box1 {
	margin-inline: auto;
	display: block;
	position: relative;
	width: 90%;
	z-index: 1;
}

.features__box1::before,
.features__box1::after,
.features-top__box1::before,
.features-top__box1::after {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 22px;
	position: absolute;
	width: 22px;
}

.features__box1::before {
	background-image: url(../images/common/top-left-sp.png);
	left: 0;
	top: 20px;
}

.features__box1::after {
	background-image: url(../images/common/top-right-sp.png);
	right: 0;
	top: 20px;
}

.features-top__box1::before {
	background-image: url(../images/common/bottom-left-sp.png);
	bottom: -50px;
	left: 0;
}

.features-top__box1::after {
	background-image: url(../images/common/bottom-right-sp.png);
	bottom: -50px;
	right: 0;
}

.features-top__contents {
	margin-inline: auto;
	width: 89%;
}

.features-top__title {
	-webkit-background-clip: text; /* WebKit ブラウザ向けの設定 */
	background-clip: text;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8);
	color: transparent; /* テキストの色を透明にする */
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
	text-transform: uppercase;
}

.features-top__title::after {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8); /* レインボーの下線 */
	bottom: -3px; /* テキストの下に下線を描画するために適切な位置を調整 */
	content: "";
	height: 1px; /* 下線の高さ */
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 98%;
}

.features-top__message {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: medium;
	line-height: 1.5;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.features-top__message-text1,
.features-top__message-text2 {
	display: inline-block;
	font-weight: 500;
	padding-left: 10px;
	padding-left: 0.625rem;
	position: relative;
	z-index: 1;
}

.features-top__message-text1 {
	letter-spacing: 0.18em;
	padding-right: 3px;
	padding-right: 0.1875rem;
}

.features-top__message-text2 {
	letter-spacing: 0.12em;
}

.features-top__message-text1::after,
.features-top__message-text2::after {
	background-color: #fff;
	content: "";
	height: 80%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.features-top__text-block {
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 650px;
	max-width: 40.625rem;
	width: 100%;
}

.features-top__text {
	color: #4d4d4d;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 2.33;
}

.features-top__img,
.features-top__img img {
	display: contents;
}

.features {
	position: relative;
}

.features__cta {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	text-align: center;
}

.form__inner {
	margin: auto;
	max-width: 520px;
	max-width: 32.5rem;
	width: 100%;
}

table.form__items {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

.form__item {
	border-bottom: 1px solid #a6a6a6;
	border-bottom: 0.0625rem solid #a6a6a6;
	display: grid;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.form__item:last-child {
	border-bottom: none;
}

.form__item dt,
.form__item th {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.7142857143;
	width: 100%;
}

.form__item th {
	text-align: left;
}

.form__item span {
	background-color: #ff288d;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-right: 8px;
	margin-right: 0.5rem;
	padding: 0 13px;
	padding: 0 0.8125rem;
}

.form__item dd,
.form__item td {
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 100%;
}

.form__item--flex {
	-moz-column-gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__item input[type=text],
.form__item input[type=email] {
	background-color: #fff;
	border-radius: 0.25rem;
	display: block;
	height: 40px;
	height: 2.5rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 16px;
	padding-right: 1rem;
	width: 100%;
}

dd.form__item-inner,
td.form__item-inner {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.form__item input[type=checkbox] {
	background-color: #fff;
	border: 2px solid #a6a6a6;
	border-radius: 0.25rem;
	cursor: pointer;
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 15px;
	height: 0.9375rem;
	margin: 0;
	margin: initial;
	margin-right: 10px;
	margin-right: 0.625rem;
	vertical-align: sub;
	width: 15px;
	width: 0.9375rem;
}

.form__item label {
	color: #4d4d4d;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
}

.form__item textarea {
	background-color: #fff;
	border-radius: 0.25rem;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

::-moz-placeholder {
	color: #a6a6a6;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: #a6a6a6;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

::-ms-input-placeholder {
	color: #a6a6a6;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

::placeholder {
	color: #a6a6a6;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

.form__item input[type=checkbox],
.form__confirm input[type=checkbox] {
	position: relative;
}

.form__item input[type=checkbox]::after {
	border-bottom: 2.5px solid #a6a6a6;
	border-bottom: 0.15625rem solid #a6a6a6;
	border-left: 2.5px solid #a6a6a6;
	border-left: 0.15625rem solid #a6a6a6;
	content: "";
	display: block;
	height: 4px;
	height: 0.25rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-40deg) translateX(-50%);
	transform: rotate(-40deg) translateX(-50%);
	width: 10px;
	width: 0.625rem;
}

.form__item input[type=checkbox]:checked::after {
	opacity: 1; /*チェック後表示*/
}

.form__btn {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.influencers {
	overflow: hidden;
	padding-top: 27px;
	padding-top: 1.6875rem;
	position: relative;
}

.influencers__container {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.influencers__cards {
	-moz-column-gap: 0.625rem;
	row-gap: 10px;
	row-gap: 0.625rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.influencers__attribute {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 30px;
	margin-top: 1.875rem;
}

.influencers__attribute-inner {
	margin-inline: auto;
	width: 100%;
}

.influencers__attribute-inner img {
	aspect-ratio: 375/319;
	-o-object-fit: cover;
	height: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	object-fit: cover;
	width: 100%;
}

.influencers__sub-title-block {
	text-align: center;
}

.influencers__sub-title {
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	position: relative;
}

.influencers__sub-title::before,
.influencers__sub-title::after {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	width: 26px;
	width: 1.625rem;
}

.influencers__sub-title::before {
	left: -44px;
	left: -2.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.influencers__sub-title::after {
	right: -42px;
	right: -2.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.influencers__icons {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.influencers__icons-wrap1,
.influencers__icons-wrap2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.influencers__icons-wrap2 {
	margin-inline: auto;
	margin-top: 16px;
	margin-top: 1rem;
	width: 76%;
}

.influencers__line {
	margin-top: 80px;
	margin-top: 5rem;
}

.js-fade {
	display: none;
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.modal__overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.is-fixed {
	inset: 0;
	position: fixed;
}

.movie {
	background-color: #f6f6f6;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 33px;
	padding-top: 2.0625rem;
}

.movie__inner {
	margin: auto;
	max-width: 1100px;
	max-width: 68.75rem;
	width: 100%;
}

.movie__head img {
	aspect-ratio: 500/50;
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
	width: 100%;
	width: 100%;
}

.movie__container {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.movie__content {
	margin: auto;
	max-width: 540px;
	max-width: 33.75rem;
	width: 100%;
}

.movie__content iframe {
	aspect-ratio: 1080/610;
	-o-object-fit: cover;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, .1);
	box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, .1);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv {
	height: 100%;
	margin-top: -65px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mv picture img {
	aspect-ratio: 375/560;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv::before,
.mv::after {
	-webkit-animation: fadeIn 2s forwards;
	-webkit-animation-delay: 1.2s;
	animation: fadeIn 2s forwards;
	animation-delay: 1.2s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	opacity: 0; /* 初期状態では透明 */
	position: absolute;
	width: 100%;
}

.mv::before {
	background-image: url(../images/common/mv_text01_sp.svg);
	height: 161px;
	height: 10.0625rem;
	top: 84px;
	top: 5.25rem;
	width: 86px;
	width: 5.375rem;
}

.mv::after {
	background-image: url(../images/common/mv_text02_sp.svg);
	bottom: 4px;
	bottom: 0.25rem;
	height: 96px;
	height: 6rem;
	right: 18px;
	right: 1.125rem;
	width: 234px;
	width: 14.625rem;
}

.mv__scrolldown {
	height: 100px;
	position: absolute;
	right: 0;
	top: 52%;
	width: 20px;
}

.scrolldown span {
	color: #fff;
	font-size: 9px;
	font-size: 0.5625rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	position: absolute;
	text-transform: uppercase;
	top: -89px;
	top: -5.5625rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.scrolldown::before {
	-webkit-animation: circlemove1 1.8s infinite;
	animation: circlemove1 1.8s infinite;
	background: linear-gradient(135deg, #ff288d 0%, #00ccf8 100%);
	border-radius: 50%;
	bottom: 38px;
	bottom: 2.375rem;
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	width: 9px;
	width: 0.5625rem;
	z-index: 1;
}

.scrolldown::after {
	background: #fff;
	bottom: 38px;
	bottom: 2.375rem;
	content: "";
	height: 90px;
	left: 7px;
	left: 0.4375rem;
	position: absolute;
	width: 1px;
}

.pc-nav__item {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1428571429;
}

.pc-nav__item a {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.pc-nav__item:last-child a {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.pc-nav__item.is-active {
	color: #00ccf8;
}

.pc-nav__item:hover {
	color: #00ccf8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pc-nav__item:last-child {
	margin-inline: auto;
	height: 57px;
	height: 3.5625rem;
	width: 57px;
	width: 3.5625rem;
}

.pc-nav__item:last-child img {
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.problem {
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 23px;
	padding-top: 1.4375rem;
}

.problem__container {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.problem__lang {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}

.problem__lang--ja {
	color: #ff288d;
}

.problem__lang--en {
	display: inline-block;
	margin-left: 5px;
	margin-left: 0.3125rem;
	padding-left: 7px;
	padding-left: 0.4375rem;
	position: relative;
}

.problem__lang--en::before {
	background-color: #000;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	width: 0.0625rem;
}

.problem__content {
	border-radius: 0.3125rem;
}

.problem__content img {
	aspect-ratio: 336/194;
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.solution {
	background-color: #f5f5f5;
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 32px;
	padding-top: 2rem;
}

.solution__container {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.solution__cards {
	gap: 22px;
	gap: 1.375rem;
	display: grid;
	margin: auto;
	max-width: 540px;
	max-width: 33.75rem;
	width: 100%;
}

.sp-nav {
	inset: 0;
	background: linear-gradient(45deg, #ff288d 0%, #00ccf8 100%);
	height: 100%;
	position: fixed;
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	width: 100%;
	z-index: 100;
}

.sp-nav__items {
	color: #fff;
	display: grid;
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	place-items: center;
}

.sp-nav__item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1428571429;
}

.sp-nav__item a {
	display: block;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

.sp-nav__item:last-child {
	height: 45px;
	height: 2.8125rem;
	margin: auto;
	width: 45px;
	width: 2.8125rem;
}

.sp-nav__item:last-child a {
	padding: 16px 0;
	padding: 1rem 0;
}

.sp-nav__item:last-child img {
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.strong-point {
	background-color: #e6e6e6;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.strong-point__head {
	text-align: center;
}

.strong-point__container {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.strong-point__cards {
	gap: 46px;
	gap: 2.875rem;
	display: grid;
	margin: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	width: 100%;
}

.thanks {
	inset: 0;
	background: rgba(0, 0, 0, .8);
	padding-bottom: 100px;
	padding-top: 100px;
	position: fixed;
}

.thanks__frame {
	background: linear-gradient(135deg, #ff288d 0%, #00ccf8 100%);
	border-radius: 8px;
	padding: 3px;
}

.thanks__inner {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}

.thanks__text {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.thanks__btn {
	margin-top: 30px;
}

.voice {
	background-color: #f5f5f5;
	grid-template-columns: 1fr 1fr 1fr;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-top: 37px;
	padding-top: 2.3125rem;
	position: relative;
}

.voice__inner {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 96%;
}

.voice__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.voice__img img {
	aspect-ratio: 375/711;
	-o-object-fit: cover;
	height: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	object-fit: cover;
	width: 100%;
}

.voice__container {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.voice__cards {
	gap: 24px;
	gap: 1.5rem;
	display: grid;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.attribute {
	margin-inline: auto;
	width: 78px;
	width: 4.875rem;
}

.attribute__tag {
	font-size: 8px;
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	text-align: center;
	width: 95%;
}

.attribute__tag p {
	background-color: #fff;
	white-space: nowrap;
}

.contact-btn {
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	max-width: 164px;
	max-width: 10.25rem;
	padding: 8px 0;
	padding: 0.5rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.cta-btn {
	display: inline-block;
	max-width: 290px;
	max-width: 18.125rem;
	width: 100%;
}

.cta-btn img {
	aspect-ratio: 540/110;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.event-card {
	background-color: #fff;
	border-radius: 0.4375rem;
}

.event-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.event-card__body-top {
	border-radius: 0.4375rem 0.4375rem 0 0;
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
	padding-top: 56px;
	padding-top: 3.5rem;
}

.event-card__img {
	border-radius: 0.4375rem 0.4375rem 0 0;
}

.event-card:first-child .event-card__body-top {
	background-color: #ff288d;
}

.event-card:nth-child(2) .event-card__body-top {
	background-color: #D181FF;
}

.event-card:nth-child(3) .event-card__body-top {
	background-color: #00ccf8;
}

.event-card__img img {
	aspect-ratio: 252/68;
	-o-object-fit: contain;
	border-radius: 0.4375rem 0.4375rem 0 0;
	height: 100%;
	margin: auto;
	max-width: 220px;
	max-width: 13.75rem;
	object-fit: contain;
	width: 100%;
}

.event-card__btn-top {
	margin-top: -8px;
	margin-top: -0.5rem;
	text-align: center;
}

.event-card__body {
	background-color: #fff;
	padding: 15px 4px 0;
	padding: 0.9375rem 0.25rem 0;
	text-align: center;
}

.event-card__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625;
}

.event-card__text-block {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.event-card__text {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.4285714286;
}

.event-card__btn-bottom {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	text-align: center;
}

.event-card__btn {
	background-color: #4d4d4d;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.125;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 11px 0;
	padding: 0.6875rem 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.event-card__btn span {
	position: relative;
}

.event-card__btn span::after {
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	border-top: 2px solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	display: block;
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: -57px;
	right: -3.5625rem;
	top: 44%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.event-card:nth-child(2) .event-card__btn span::after {
	right: -20px;
	right: -1.25rem;
}

.person-card {
	border-radius: 0.4375rem;
	position: relative;
}

.person-card__img {
	border-radius: 0.4375rem;
	margin: auto;
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

.person-card__img img {
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.person-card__name-block {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
	border-radius: 0 0 0.4375rem 0.4375rem;
	bottom: 0;
	left: 0;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.person-card__name {
	color: #fff;
	font-size: 9px;
	font-size: 0.5625rem;
	font-weight: 800;
	margin-left: 6px;
	margin-left: 0.375rem;
}

.person-card:first-child .person-card__img img {
	-o-object-position: left;
	object-position: left;
}

.person-card:nth-child(2) .person-card__img img,
.person-card:nth-child(4) .person-card__img img,
.person-card:nth-child(9) .person-card__img img,
.person-card:nth-child(14) .person-card__img img,
.person-card:nth-child(14) .person-card__img img,
.person-card:nth-child(16) .person-card__img img,
.person-card:nth-child(19) .person-card__img img,
.person-card:nth-child(20) .person-card__img img,
.person-card:nth-child(21) .person-card__img img,
.person-card:nth-child(22) .person-card__img img,
.person-card:nth-child(23) .person-card__img img,
.person-card:nth-child(26) .person-card__img img {
	-o-object-position: top;
	object-position: top;
}

.point-card {
	background-color: #fff;
	border-radius: 0.375rem;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, .1);
	box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, .1);
	padding: 16px 16px 22px 22px;
	padding: 1rem 1rem 1.375rem 1.375rem;
}

.point-card:nth-child(3) {
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}

.point-card__inner {
	position: relative;
}

.point-card:first-child .point-card__logo {
	margin-inline: auto;
	max-width: 50px;
	max-width: 3.125rem;
	width: 100%;
}

.point-card:not(:first-child) .point-card__logo {
	margin-inline: auto;
	max-width: 56px;
	max-width: 3.5rem;
	width: 100%;
}

.point-card:nth-child(3) .point-card__title {
	letter-spacing: normal;
	letter-spacing: initial;
	text-indent: 0;
	text-indent: initial;
}

.point-card__logo img {
	aspect-ratio: 120/100;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.point-card__logo {
	left: 50%;
	position: absolute;
	top: -60px;
	top: -3.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.point-card__body {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.point-card__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.625;
	text-align: center;
}

.point-card__text-block {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.point-card__text {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8;
}

.point-card__text span {
	font-weight: 700;
}

.point-card__text--small {
	color: #3C3C3C;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
}

.point-card__bold {
	font-weight: 700;
}

.section-title1__en {
	font-family: "Barlow", sans-serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.section-title1__ja {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.19em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 21px;
	padding-left: 1.3125rem;
	position: relative;
}

.section-title1__ja::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	width: 1.0625rem;
}

.section-title2 {
	text-align: center;
}

.section-title2__en {
	-webkit-background-clip: text; /* WebKit ブラウザ向けの設定 */
	background-clip: text;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8);
	color: transparent; /* テキストの色を透明にする */
	display: inline-block;
	font-family: "Barlow", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.section-title2__en--big {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 800;
}

.section-title2__ja {
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.165em;
	line-height: 1.8;
	text-indent: 0.2em;
}

.section-title2__ja--small {
	font-size: 16px;
	font-size: 1rem;
}

.solution-card {
	background-color: #fff;
	border-radius: 0.4375rem;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, .1);
	box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	padding: 24px 24px 20px 24px;
	padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}

.solution-card__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solution-card__theme-en {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8);
	color: transparent;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.solution-card__theme-ja {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.8;
}

.solution-card__number {
	margin-top: -10px;
	margin-top: -0.625rem;
	max-width: 42px;
	max-width: 2.625rem;
	width: 100%;
}

.solution-card:not(:first-child) .solution-card__number {
	max-width: 54px;
	max-width: 3.375rem;
}

.solution-card__number img {
	aspect-ratio: 42/37;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.solution-card__logo {
	margin-inline: auto;
	max-width: 84px;
	max-width: 5.25rem;
	width: 100%;
}

.solution-card__logo img {
	aspect-ratio: 100/100;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.solution-card__body {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.solution-card__title {
	font-family: "Barlow", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
}

.solution-card__text-block {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.solution-card__text {
	color: #3C3C3C;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.006em;
	line-height: 1.7;
}

.voice-card {
	border-radius: 0.3125rem;
}

.voice-card__inner {
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 170px;
	min-height: 10.625rem;
}

.voice-card__img {
	border-radius: 0.3125rem 0.3125rem 0 0;
}

.voice-card__img img {
	aspect-ratio: 320/200;
	-o-object-fit: cover;
	border-radius: 0.3125rem 0.3125rem 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card:first-child .voice-card__img img {
	margin-left: -1px;
	margin-left: -0.0625rem;
}

.voice-card__company {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0 0 0.3125rem 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
	min-height: 40px;
	min-height: 2.5rem;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.voice-card__name {
	color: #040000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
}

.voice-card__notes {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	font-size: 0.5625rem;
	font-weight: 700;
	margin-right: 8px;
	margin-right: 0.5rem;
	padding: 3px 5px;
	padding: 0.1875rem 0.3125rem;
}

.voice-card:first-child .voice-card__logo img,
.voice-card:nth-child(4) .voice-card__logo img {
	height: 20px;
	max-width: 46px;
}

.voice-card:nth-child(2) .voice-card__logo img {
	max-width: 96px;
	max-width: 6rem;
}

.voice-card:nth-child(3) .voice-card__logo img {
	max-width: 40px;
	max-width: 2.5rem;
}

.voice-card:nth-child(5) .voice-card__logo img {
	max-width: 70px;
	max-width: 4.375rem;
}

.voice-card:nth-child(6) .voice-card__logo img {
	max-width: 58px;
	max-width: 3.625rem;
}

.voice-card:nth-child(7) .voice-card__logo img {
	max-width: 75px;
	max-width: 4.6875rem;
}

.voice-card:nth-child(8) .voice-card__logo img {
	max-width: 72px;
	max-width: 4.5rem;
}

.voice-card:nth-child(9) .voice-card__logo img {
	max-width: 60px;
	max-width: 3.75rem;
}

.footer {
	background-color: #4d4d4d;
	color: #fff;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
	padding-top: 23px;
	padding-top: 1.4375rem;
}

.footer__info {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
}

.footer__creators {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.footer__creators dt {
	width: 19%;
}

.footer__creators dd {
	margin-left: 16px;
	margin-left: 1rem;
}

.footer__creators-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__body {
	margin-inline: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 79%;
	padding-left: 3px;
	width: 100%;
}

.footer__logo {
	margin-inline: auto;
	width: 280px;
	width: 17.5rem;
}

.footer__logo img {
	aspect-ratio: 220/50;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__sns {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.footer__sns-items {
	-moz-column-gap: 2.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 2.875rem;
	column-gap: 2.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__sns-item {
	width: 26px;
	width: 1.625rem;
}

.footer__copyright {
	margin-top: 56px;
	margin-top: 3.5rem;
	text-align: center;
}

.footer__copyright small {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.1666666667;
}

.header {
	background: transparent;
	height: 65px;
	overflow: hidden;
	padding-top: 14px;
	padding-top: 0.875rem;
	position: relative;
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
	z-index: 10;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.header__logo {
	display: grid;
	margin-top: -18px;
	margin-top: -1.125rem;
	place-items: center;
	position: relative;
	width: 156px;
	width: 9.75rem;
	z-index: 150;
}

.header__logo img {
	aspect-ratio: 184/50;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__link {
	height: inherit;
}

.header__nav {
	display: grid;
	height: inherit;
	place-items: center;
}

.header__btn {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 34px;
	height: 2.125rem;
	position: relative;
	right: -11px;
	right: -0.6875rem;
	top: -13px;
	top: -0.8125rem;
	width: 34px;
	width: 2.125rem;
	z-index: 500;
}

.header__btn span {
	background-color: #fff;
	content: "";
	display: block;
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	width: 16px;
	width: 1rem;
}

.header__btn span:first-child {
	left: 8px;
	left: 0.5rem;
	top: 10px;
	top: 0.625rem;
}

.header__btn span:nth-child(2) {
	left: 8px;
	left: 0.5rem;
	top: 18px;
	top: 1.125rem;
}

.header__btn.is-open span:first-child {
	left: 8px;
	left: 0.5rem;
	top: 14px;
	top: 0.875rem;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.header__btn.is-open span:nth-child(2) {
	left: 8px;
	left: 0.5rem;
	top: 14px;
	top: 0.875rem;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.header__sp-nav {
	inset: 0;
	height: 100%;
	position: fixed;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.header__sp-nav.is-open {
	inset: 0;
	display: block;
	height: 100%;
	position: fixed;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.js-header.is-fixed.header::after {
	background: linear-gradient(135deg, #ff288d 0%, #00ccf8 100%);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.js-header.is-fixed {
	background-color: rgba(0, 0, 0, .3);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.25vw;
}

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

a:hover {
	opacity: 0.8;
}

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

.top-achievement {
	margin-top: 4.9375rem;
}

.achievement {
	padding-bottom: 3.5rem;
}

.achievement__container {
	margin-top: 4.625rem;
}

.achievement__icons {
	row-gap: 0;
	-moz-column-gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 85px;
	column-gap: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

.achievement__icon {
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.achievement__icon:first-child {
	width: 10rem;
}

.achievement__icon:nth-child(2) {
	width: 23.75rem;
}

.achievement__icon:nth-child(3) {
	width: 16.25rem;
}

.achievement__icon:nth-child(4) {
	width: 7.5rem;
}

.achievement__icon:nth-child(5) {
	width: 9.375rem;
}

.achievement__icon:nth-child(6) {
	width: 16.25rem;
}

.achievement__icon:nth-child(7) {
	width: 16.25rem;
}

.achievement__icon:nth-child(8) {
	width: 7.5rem;
}

.achievement__icon:nth-child(9) {
	width: 7.5rem;
}

.achievement__icon:nth-child(10) {
	width: 7.5rem;
}

.achievement__icon:nth-child(11) {
	width: 7.5rem;
}

.achievement__icon:nth-child(12) {
	width: 12.5rem;
}

.achievement__icon:nth-child(13) {
	width: 10.625rem;
}

.achievement__icon:nth-child(14) {
	width: 10.625rem;
}
.achievement__icon:nth-child(15) {
	width: 10.625rem;
}

.btn {
	font-size: 1.25rem;
	max-width: 53.125rem;
}

.contact {
	padding-bottom: 6.125rem;
	padding-top: 5.875rem;
}

.contact__inner.inner {
	margin-inline: auto;
	max-width: 53.125rem;
	width: 100%;
}

.contact__body {
	margin-top: 2.375rem;
}

.contact__text {
	font-size: 1rem;
	line-height: 2.5;
}

.contact__attention-wrap {
	margin-inline: auto;
	margin-top: 1.875rem;
	width: 78%;
}

.contact__form {
	margin-top: 6.375rem;
	padding-bottom: 4.0625rem;
	padding-top: 2.6875rem;
}

.event {
	padding-bottom: 10rem;
	padding-top: 5.8125rem;
}

.event__container {
	margin-top: 2.875rem;
}

.event__cards {
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.f-nav {
	gap: 1.875rem;
}

.f-nav__item {
	font-size: 0.875rem;
	line-height: 1.1428571429;
}

.features-bottom {
	padding-bottom: 4.1875rem;
	padding-top: 5.8125rem;
}

.features-bottom::before {
	background-image: url(../images/common/features-bottom-bg.jpg);
	background-position: center;
}

.features-bottom__container {
	max-width: 52.0833333333%;
}

.features-bottom__content1 img {
	aspect-ratio: 904/382;
	-o-object-fit: contain;
	object-fit: contain;
}

.features-bottom__btn {
	margin-top: 3.75rem;
}

.features-top {
	padding-bottom: 11.875rem;
	padding-top: 11.1875rem;
}

.features-top::before {
	bottom: -1.125rem;
	height: 13.75rem;
	width: 62.9%;
}

.features__box1,
.features-top__box1 {
	width: 95%;
}

.features__box1::before,
.features__box1::after,
.features-top__box1::before,
.features-top__box1::after {
	height: 50px;
	width: 50px;
}

.features__box1::before {
	background-image: url(../images/common/top-left.png);
	top: 50px;
}

.features__box1::after {
	background-image: url(../images/common/top-right.png);
	top: 50px;
}

.features-top__box1::before {
	background-image: url(../images/common/bottom-left.png);
	bottom: -90px;
}

.features-top__box1::after {
	background-image: url(../images/common/bottom-right.png);
	bottom: -90px;
}

.features-top__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.features-top__title {
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	line-height: 64/20;
}

.features-top__message {
	font-size: 4.4375rem;
	letter-spacing: 0.2em;
	line-height: 107/71;
	margin-top: 1.5625rem;
}

.features-top__message-text1,
.features-top__message-text2 {
	padding-left: 1.4375rem;
}

.features-top__message-text1 {
	letter-spacing: 0.2em;
	padding-right: 0;
}

.features-top__message-text2 {
	letter-spacing: 0.14em;
}

.features-top__message-text1::after,
.features-top__message-text2::after {
	height: 84%;
}

.features-top__text-block {
	margin-top: 3.125rem;
}

.features-top__text {
	font-size: 1rem;
	letter-spacing: 0.19em;
	line-height: 2.48;
}

.features-top__img,
.features-top__img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	width: 100%;
}

.features-top__img {
	margin-right: 1.875rem;
}

.features-top__img img {
	aspect-ratio: 550/520;
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.features__cta {
	padding-bottom: 3.75rem;
	padding-top: 4.1875rem;
}

.form__inner {
	max-width: 53.125rem;
}

.form__item {
	padding-bottom: 2.25rem;
	padding-top: 1.375rem;
}

.form__item dt,
.form__item th {
	font-size: 1rem;
	letter-spacing: -0.01em;
}

.form__item span {
	font-size: 0.75rem;
	margin-right: 0.75rem;
	padding: 0.0625rem 1.125rem 0 1.125rem;
}

.form__item dd,
.form__item td {
	margin-top: 1.25rem;
}

.form__item--flex {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.form__item input[type=text],
.form__item input[type=email] {
	border-radius: 0.5rem;
	height: 2.125rem;
	padding-left: 1rem;
}

dd.form__item-inner,
td.form__item-inner {
	row-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 1.5rem;
	width: 75%;
}

.form__item input[type=checkbox] {
	height: 1.25rem;
	width: 1.25rem;
}

.form__item textarea {
	height: 12.5rem;
}

.form__item input[type=checkbox]::after {
	height: 0.3125rem;
	left: 40%;
	width: 0.5625rem;
}

.form__btn {
	margin-top: 1.875rem;
}

.influencers {
	overflow: visible;
	overflow: initial;
	padding-top: 5.125rem;
}

.influencers::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8); /* レインボーの下線 */
	bottom: 0;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.influencers__container {
	margin-top: 5.375rem;
}

.influencers__cards {
	-moz-column-gap: 1.25rem;
	row-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(5, 1fr);
}

.influencers__attribute {
	border-radius: 0.4375rem;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 4.625rem;
}

.influencers__attribute-inner {
	max-width: 62.5rem;
}

.influencers__attribute-inner img {
	aspect-ratio: 1000/325;
	margin-inline: auto;
	max-width: 62.5rem;
}

.influencers__sub-title {
	font-size: 2.25rem;
	line-height: 2.7777777778;
	margin-left: -1.5rem;
}

.influencers__sub-title::before,
.influencers__sub-title::after {
	width: 2.75rem;
}

.influencers__sub-title::before {
	left: -4.8125rem;
}

.influencers__sub-title::after {
	right: -4.3125rem;
}

.influencers__icons {
	-moz-column-gap: 0.0625rem;
	row-gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.0625rem;
	column-gap: 0.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: -0.3125rem;
}

.influencers__icons-wrap1,
.influencers__icons-wrap2 {
	display: contents;
}

.influencers__line {
	margin-top: 5.6875rem;
}

.movie {
	padding-bottom: 6.125rem;
	padding-top: 6rem;
}

.movie__head img {
	max-width: 43%;
}

.movie__container {
	margin-top: 1.875rem;
}

.movie__content {
	max-width: 67.5rem;
}

.movie__content img {
	border-radius: 20px;
}

.mv {
	margin-top: -115px;
}

.mv picture img {
	aspect-ratio: 1920/1094;
}

.mv::before {
	background-image: url(../images/common/mv_text01.svg);
	height: 22.625rem;
	left: 6.4%;
	top: 12.9375rem;
	width: 6.375rem;
}

.mv::after {
	background-image: url(../images/common/mv_text02.svg);
	bottom: 0;
	height: 16.875rem;
	left: auto;
	left: initial;
	right: 4.2%;
	width: 30%;
}

.mv__scrolldown {
	height: 130px;
	right: 1.875rem;
	right: 1.6875rem;
	top: 49%;
}

.scrolldown span {
	font-size: 0.75rem;
	left: -0.5625rem;
}

.scrolldown::before {
	-webkit-animation: circlemove2 1.8s infinite;
	animation: circlemove2 1.8s infinite;
	bottom: 0;
	height: 0.75rem;
	left: -0.3125rem;
	width: 0.75rem;
}

.scrolldown::after {
	bottom: 0.5rem;
	height: 120px;
	left: 0;
}

.pc-nav {
	-moz-column-gap: 2.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 2.125rem;
	column-gap: 2.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	text-align: left;
	text-align: initial;
}

.pc-nav__item {
	letter-spacing: 0.083em;
}

.pc-nav__item:last-child {
	margin-inline: initial;
}

.problem {
	padding-bottom: 6.5rem;
	padding-top: 5.3125rem;
}

.problem__container {
	margin-top: 0.5rem;
}

.problem__lang {
	font-size: 36px;
}

.problem__lang--en {
	margin-left: 1.0625rem;
	padding-left: 0.875rem;
}

.problem__lang--en::before {
	height: 1.625rem;
}

.problem__content img {
	aspect-ratio: 1280/720;
}

.solution {
	padding-bottom: 5.625rem;
	padding-top: 4.1875rem;
}

.solution__container {
	margin-top: 2.9375rem;
}

.solution__cards {
	grid-template-columns: repeat(3, 1fr);
	max-width: 67.625rem;
}

.strong-point {
	padding-bottom: 8rem;
	padding-top: 5.8125rem;
	position: relative;
}

.strong-point::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8); /* レインボーの下線 */
	bottom: 0;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.strong-point__container {
	margin-top: 3.125rem;
}

.strong-point__cards {
	gap: 1.5rem;
}

.thanks__text {
	font-size: 20px;
}

.thanks__btn {
	margin-top: 40px;
}

.voice {
	padding-bottom: 7.125rem;
	padding-top: 7.125rem;
}

.voice::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff288d), to(#00ccf8));
	background-image: linear-gradient(90deg, #ff288d, #00ccf8); /* レインボーの下線 */
	bottom: 0;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.voice__inner {
	width: auto;
	width: initial;
}

.voice__inner.inner {
	max-width: 66.25rem;
}

.voice__img {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.voice__img img {
	aspect-ratio: 1000/430;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.voice__container {
	margin-top: 4.625rem;
}

.voice__cards {
	row-gap: 0.8125rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.8125rem;
}

.attribute {
	width: auto;
	width: initial;
}

.attribute__tag {
	font-size: 1.125rem;
}

.contact-btn {
	font-size: 1.375rem;
	line-height: 1.9090909091;
	max-width: 21.6875rem;
	padding: 0.625rem 0;
}

.contact-btn::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 5rem;
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 0.625rem;
}

.cta-btn {
	max-width: 49.4505494505%;
}

.cta-btn img {
	-o-object-fit: contain;
	object-fit: contain;
}

.event-card__body-top {
	padding-bottom: 3.25rem;
	padding-top: 3.9375rem;
}

.event-card__title {
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.event-card__text-block {
	margin-top: 0.5rem;
}

.event-card__text {
	font-size: 1rem;
	line-height: 2.125;
}

.event-card__btn-bottom {
	margin-top: 0.125rem;
}

.event-card__btn {
	max-width: 19.375rem;
	padding: 0.75rem 0;
}

.person-card__img {
	max-width: 25.625rem;
}

.person-card__img img {
	border-radius: 0.4375rem;
}

.person-card__name-block {
	padding-bottom: 0.25rem;
}

.person-card__name {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-left: 1.375rem;
}

.point-card {
	padding-bottom: 2.875rem;
	padding-left: 7.3125rem;
	padding-top: 1.875rem;
}

.point-card__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.point-card:first-child .point-card__logo {
	margin-inline: initial;
	max-width: 5.625rem;
}

.point-card:not(:first-child) .point-card__logo {
	margin-inline: initial;
	max-width: 6.5625rem;
}

.point-card:first-child {
	padding-bottom: 2.75rem;
	padding-left: 8.125rem;
	padding-top: 2.6875rem;
}

.point-card:first-child .point-card__body {
	margin-left: 3.9375rem;
}

.point-card:first-child .point-card__text-block {
	margin-top: 0.625rem;
}

.point-card:nth-child(3) {
	padding-bottom: 2.25rem;
	padding-top: 2.6875rem;
}

.point-card:nth-child(3) .point-card__text-block {
	margin-top: 0.75rem;
}

.point-card:nth-child(2) {
	padding-bottom: 2.75rem;
	padding-left: 8.125rem;
	padding-top: 2.875rem;
}

.point-card:nth-child(2) .point-card__body {
	margin-left: 3.0625rem;
}

.point-card:nth-child(2) .point-card__text-block {
	margin-top: 0.8125rem;
}

.point-card__logo {
	left: auto;
	left: initial;
	position: static;
	position: initial;
	top: auto;
	top: initial;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.point-card__body {
	margin-left: 2.75rem;
	margin-top: 0;
	max-width: 43.75rem;
}

.point-card__title {
	font-size: 1.125rem;
	letter-spacing: 0.17em;
	line-height: 32/18;
	text-align: left;
}

.point-card__text-block {
	margin-top: 1.5rem;
}

.point-card__text {
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	line-height: 2;
}

.point-card__text--small {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 2;
}

.section-title1__en {
	font-size: 5rem;
	letter-spacing: 0.09em;
}

.section-title1__ja {
	font-size: 1.375rem;
	letter-spacing: 0.2em;
	margin-top: 0.8125rem;
	padding-left: 1.8125rem;
}

.section-title1__ja::before {
	width: 1.1875rem;
}

.section-title2__en {
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.section-title2__en--big {
	font-size: 5.3125rem;
	line-height: 1.375;
}

.section-title2__ja {
	font-size: 2.125rem;
	letter-spacing: 0.165em;
	margin-top: 0.4375rem;
}

.section-title2__ja--small {
	font-size: 1.375rem;
	font-weight: 400;
	margin-top: -0.875rem;
}

.solution-card {
	padding-bottom: 1rem;
	padding-left: 1.875rem;
	padding-right: 1.75rem;
	padding-top: 1.875rem;
}

.solution-card__theme-en {
	font-size: 1rem;
}

.solution-card__theme-ja {
	font-size: 1.5rem;
}

.solution-card__number {
	max-width: 4.375rem;
}

.solution-card:not(:first-child) .solution-card__number {
	max-width: 4.375rem;
}

.solution-card__number img {
	aspect-ratio: 75/60;
}

.solution-card__logo {
	max-width: 6.875rem;
}

.solution-card__body {
	margin-top: 1.4375rem;
}

.solution-card__title {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.solution-card__text-block {
	margin-top: 0.6875rem;
}

.solution-card__text {
	letter-spacing: 0.2em;
	line-height: 1.9;
}

.voice-card__inner {
	min-height: 15rem;
}

.voice-card__img img {
	aspect-ratio: 320/194;
	border-radius: 0.375rem 0.375rem 0 0;
}

.voice-card:first-child .voice-card__company {
	margin-inline: auto;
	width: 99.9%;
}

.voice-card__company {
	min-height: 3.125rem;
	padding: 0.625rem 0.75rem 0.625rem 1.125rem;
}

.voice-card__name {
	letter-spacing: 0.04em;
}

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

.footer__inner.inner {
	margin: auto;
	max-width: 77.25rem;
	padding-left: 0;
	width: 100%;
}

.footer__info {
	font-size: 0.875rem;
	line-height: 2.2857142857;
}

.footer__creators {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-top: 2.75rem;
}

.footer__creators dd {
	margin-left: 1.875rem;
}

.footer__body {
	margin-top: 2.5rem;
	max-width: 32%;
	padding-left: 24px;
}

.footer__logo {
	margin-top: 1.0625rem;
	width: 29.5rem;
}

.footer__logo img {
	margin-left: 0.8125rem;
}

.footer__sns {
	margin-top: 5.25rem;
}

.footer__sns-items {
	-moz-column-gap: 4.0625rem;
	-webkit-column-gap: 4.0625rem;
	column-gap: 4.0625rem;
	margin-left: 30px;
}

.footer__sns-item {
	width: 2.5rem;
}

.footer__copyright {
	margin-right: -60px;
	margin-top: 1.375rem;
	text-align: right;
}

.header {
	height: 100px;
	padding-top: 0.4375rem;
}

.header__inner {
	padding-left: 2.375rem;
	padding-right: 2.375rem;
}

.header__logo {
	margin-top: 0;
	width: 15.125rem;
}

}

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

.features-top__box1::before {
	bottom: -138px;
}

.features-top__box1::after {
	bottom: -138px;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes circlemove1 {

0% {
	bottom: 120px;
}

100% {
	bottom: 30px;
}

}

@keyframes circlemove1 {

0% {
	bottom: 120px;
}

100% {
	bottom: 30px;
}

}

@-webkit-keyframes circlemove2 {

0% {
	bottom: 130px;
}

100% {
	bottom: 6px;
}

}

@keyframes circlemove2 {

0% {
	bottom: 130px;
}

100% {
	bottom: 6px;
}

}


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