body {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
	letter-spacing: 0.05em;
}

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

li {
	list-style: none;
}

img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.bg {
	background: #FFF7FA;
	padding: 5rem 0;
}

.about__text {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	line-height: 2;
	margin-top: 3.125rem;
	text-align: center;
}

.about__text-top p:nth-child(2) {
	margin-top: 1rem;
}

.about__text-top span {
	color: #FF77A5;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.about__text-top .box {
	background-color: #fff;
	border: 0.0625rem solid #FF77A5;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	margin-right: 0.625rem;
	padding: 0.5rem 0.75rem;
}

.about__text-bottom .marker {
	background-image: linear-gradient(90deg, rgb(254, 146, 183), rgb(253, 177, 136));
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 500;
	margin: 0.625rem 0.625rem 0.625rem 0;
	margin-right: 0.625rem;
	padding: 0.5rem 0.75rem;
	padding: 0 0.75rem;
}

.about__text-bottom .pink {
	color: #FF77A5;
	filter: drop-shadow(0 0.1875rem 0.125rem #FFC7E1);
	font-size: 1.25rem;
	font-weight: 500;
}

.about__greeting {
	margin-top: 3.125rem;
}

.about__message p {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 2rem;
}

.accordion {
	background: #fff;
	border-radius: 1.5625rem;
	filter: drop-shadow(0.1875rem 0.1875rem 0.625rem #FFE3EE);
	margin-bottom: 0.4375rem;
	max-width: 31.25rem;
}

.accordion summary {
	align-items: center;
	color: #333333;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: space-between;
	padding: 1em 1.5em 1em 3em;
	position: relative;
}

.accordion summary::-webkit-details-marker {
	display: none;
}

.accordion summary::after {
	border-bottom: 0.125rem solid #FE92B7;
	border-right: 0.125rem solid #FE92B7;
	content: "";
	height: 0.4375rem;
	margin-left: 0.625rem;
	transform: translateY(-25%) rotate(45deg);
	transition: transform 0.3s;
	width: 0.4375rem;
}

.accordion[open] summary::after {
	transform: rotate(225deg);
}

.accordion p {
	font-size: 0.75rem;
	line-height: 1.8;
	margin: 0;
	opacity: 0;
	padding: 0.3em 2em 1.5em;
	transform: translateY(-0.625rem);
	transition: transform 0.5s, opacity 0.5s;
}

.accordion[open] p {
	opacity: 1;
	transform: none;
}

.accordion summary::before {
	background-image: url(../images/common/icon_q.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.4375rem;
	left: 0.875rem;
	position: absolute;
	top: 0.8125rem;
	width: 1.4375rem;
}

.achievements {
	margin-top: 5rem;
}

.achievements__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.achievements-item {
	padding-bottom: 1.875rem;
	position: relative;
}

.achievements-item__title {
	color: #FF77A5;
	font-size: 1.25rem;
}

.achievements-item img {
	margin-top: 0.625rem;
	width: 100%;
}

.achievements-item__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.achievements-item::after {
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.achievements-item:last-child::after {
	display: none;
}

.faq {
	background: #FFF7FA;
	padding: 5rem 0;
}

.faq__accordion {
	margin-top: 3.125rem;
}

.floating-banner {
	/* background: #FFD9E6; */
	bottom: 0;
	left: 0;
	padding: 0.5rem;
	position: fixed;
	width: 100%;
	z-index: 999;
	display: none;    最初は非表示にする
}

.floating-banner__items {
	display: flex;
	flex-direction: row;
	gap: 2%;
	width: 100%;
}

.floating-banner__item {
	align-content: center;
	align-items: center;
	/* border: 1px solid #333; */
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 24%;
}

.floating-banner__item--line {
	background: #4dc764;
}

.floating-banner__item--instagram {
	background-image: linear-gradient(315deg, rgb(240, 149, 92), rgb(172, 73, 224));
}

.floating-banner__item--x {
	background: #000;
}

.floating-banner__item--manual {
	background: #D3A3FF;
}

.floating-button p {
	color: #fff;
	font-size: 0.75rem;
}

.floating-button__icon {
	height: 2.125rem;
	width: 2.125rem;
}

.floating-button__icon img {
	height: 100%;
	width: 100%;
}

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

.flow__bg {
	background: #FFF7FA;
	padding: 5rem 0;
}

.flow__items {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	margin-top: 3.125rem;
}

.flow__registration {
	background: #fff;
	margin-top: 3.125rem;
}

.future-point01 {
	font-weight: 500;
}

.future-point01__list {
	text-align: center;
}

.future-point01__list p {
	font-size: 1.25rem;
	position: relative;
}

.future-point01__list p::after {
	border-color: #FF77A5 transparent transparent transparent;
	border-style: solid;
	border-width: 1rem 1rem 0 1rem;
	bottom: -1.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.future-point01__box {
	border: 0.0625rem solid #FF77A5;
	border-radius: 0.5rem;
	margin-top: 1.875rem;
	padding: 1.25rem 3.75rem;
	width: 100%;
}

.future-point01__box ul {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding-left: 1.25rem;
	text-align: left;
}

.future-point01__box ul li {
	position: relative;
}

.future-point01__box ul li::before {
	background-image: url(../images/common/check_02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.25rem;
	left: -1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.future-point01__manual {
	margin-top: 1.875rem;
	text-align: center;
}

.future-point01__manual p {
	line-height: 2;
}

.dot-text {
	color: #FF77A5;
	font-size: 1.25rem;
	position: relative;
}

.dot-text::before {
	background: radial-gradient(circle 0.25rem, #FF77A5 50%, transparent 50%);
	background: -moz-radial-gradient(circle 0.25rem, #FF77A5 50%, transparent 50%);
	content: "";
	left: 0;
	margin: auto;
	padding-top: 0.625rem;
	position: absolute;
	right: 0;
	top: -0.375rem;
}

.future-point01__course {
	margin-top: 1.875rem;
}

.future-point01__course .bubble {
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	background: #fff;
	border-radius: 0.625rem;
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	height: auto;
	line-height: 2;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.future-point01__course .bubble::after {
	border: solid transparent;
	border-bottom-width: 0.625rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-width: 0.75rem;
	border-right-width: 0.75rem;
	border-top-color: #fff;
	border-top-width: 1rem;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -0.625rem;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.future-point01__course .bubble span {
	color: #FF77A5;
	font-size: 1.25rem;
}

.future-point01__list-02 {
	margin-top: 1.875rem;
	position: relative;
}

.future-point01__list-02 ul {
	text-align: left;
}

.future-point01__list-02 li {
	line-height: 2.4;
	padding-left: 1.25rem;
	position: relative;
}

.future-point01__list-02 li::before {
	color: #FF77A5;
	content: "★";
	left: 0;
	position: absolute;
	top: 0;
}

.future-point01__list-02::after {
	background-image: url(../images/common/girl_03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 5rem;
	position: absolute;
	right: 0;
	width: 6.875rem;
}

.future-point01__box-02 {
	background: #fff;
	border: 0.125rem solid #FF77A5;
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	margin-top: 1.875rem;
	padding: 0.625rem 0;
	text-align: center;
}

.future-point01__box-02 p {
	color: #FF77A5;
	font-style: normal;
	font-weight: 500;
}

.future-point01__comment {
	margin-top: 1.875rem;
}

.future-point02 {
	text-align: center;
}

.future-point02 p {
	line-height: 2;
}

.future-point02__top .pink {
	color: #FF77A5;
	font-size: 1.25rem;
	font-weight: 500;
}

.future-point02__bottom {
	margin-top: 1.875rem;
	text-align: left;
}

.future-point02__bottom h4 {
	background: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 0.5rem 0 0.5rem 1rem;
	position: relative;
	width: 100%;
}

.future-point02__bottom h4::before {
	background: #FF77A5;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.25rem;
}

.future-point02__bottom p {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.future-point02__comment {
	margin-top: 1.875rem;
}

.future-point03__top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	line-height: 2;
	text-align: center;
}

.future-point03__top .pink {
	color: #FF77A5;
	font-size: 1.25rem;
	font-weight: 500;
}

.future-point03__top .box {
	background: #fff;
	border: 0.0625rem solid #FF77A5;
	color: #FF77A5;
	font-size: 1.25rem;
	margin-right: 0.5rem;
	padding: 0.25rem 0.5rem;
	text-align: center;
}

.future-point03__top .pink-large {
	color: #FF77A5;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}

.future-point03__top .pink-large::before {
	background-image: url(../images/common/effect-line.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.3125rem;
	left: -1.25rem;
	position: absolute;
	top: -0.625rem;
	width: 1.4375rem;
}

.future-point03__bottom {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.875rem;
	text-align: center;
}

.future-point03__bottom p:first-of-type {
	font-size: 0.875rem;
}

.future-point03__bottom .pink {
	color: #FF77A5;
	font-weight: 500;
}

.future-point03__bottom .dot-text {
	color: #FF77A5;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
}

.future-point03__bottom p:last-of-type {
	line-height: 2;
}

.future-point03__bottom .box-pink {
	font-size: 1.375rem;
	margin-right: 0.5rem;
}

.future-point03__comment {
	margin-top: 1.875rem;
}

.future {
	background: #FFF7FA;
	overflow: hidden;
	padding: 5rem 0;
}

.future-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.future-card__wrap {
	background: #fff;
	border-radius: 0.625rem;
	filter: drop-shadow(0.1875rem 0.1875rem 0.5rem #FCD3E1);
	padding-bottom: 1.875rem;
}

.future-card__title {
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	border-radius: 0.625rem 0.625rem 0 0;
	color: #fff;
	font-weight: 800;
	padding: 0.5rem 0;
	text-align: center;
}

.future-card__img {
	height: 8.75rem;
	margin: 3.125rem auto 0;
	text-align: center;
}

.future-card__img img {
	align-self: flex-start;
	display: inline;
	height: 8.75rem;
	width: auto;
}

.future-card__text {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 1.875rem;
	padding: 0 0.625rem;
}

.future-card__text p {
	font-size: 0.875rem;
	line-height: 2;
}

.future-card-button {
	margin-top: 1.875rem;
	text-align: center;
}

.future-card-button a {
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	border: 0.1875rem solid #fff;
	border-radius: 1.5625rem;
	color: #fff;
	display: inline-block;
	filter: drop-shadow(0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.2));
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 0.625rem 2.5rem;
	position: relative;
}

.future-card-button a::after {
	background-image: url(../images/common/button-arrrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.future-contents {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5rem;
}

.future-content {
	padding-top: 6.25rem;
	position: relative;
}

.future-content__eye-catch {
	position: relative;
	z-index: 10;
}

.future-content__group {
	position: relative;
}

.future-content__group::after {
	color: rgba(255, 255, 255, 0.3);
	font-family: "M PLUS 1p", sans-serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 800;
	left: 0;
	position: absolute;
	top: -6.25rem;
	transform: rotate(-7deg);
	z-index: 5;
}

.future-content__group--01::after {
	content: "POINT 01";
}

.future-content__group--02::after {
	content: "POINT 02";
}

.future-content__group--03::after {
	content: "POINT 03";
}

.future-content__eye-catch img {
	border-radius: 0.5rem;
	margin-top: 0.625rem;
	position: relative;
	z-index: 5;
}

.future-content__title {
	position: relative;
	z-index: 1;
}

.future-content__title::before {
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	bottom: 0;
	content: "";
	height: calc(100% + 16.25rem);
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: -7.25rem;
	transform: skewY(-7deg);
	width: 200vw;
	z-index: -1;
}

.future-content__title h3 {
	color: #fff;
	font-size: 1.75rem;
	text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.future-content__area {
	margin-top: 3.125rem;
}

.genre {
	margin-top: 3.125rem;
}

.genre__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.life-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem 4%;
}

.life-items .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 48%;
}

.life-items__bubble {
	-webkit-border-radius: 3.125rem;
	-moz-border-radius: 3.125rem;
	background: #FFFFFF;
	border: 0.125rem solid #868686;
	border-radius: 3.125rem;
	color: #333333;
	font-size: 1rem;
	padding: 0.25rem 0.625rem;
	position: relative;
	text-align: center;
	width: 84%;
}

.life-items__bubble:after,
.life-items__bubble:before {
	border: solid transparent;
	content: "";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.life-items__bubble:after {
	border-bottom-width: 0.3125rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-width: 0.3125rem;
	border-right-width: 0.3125rem;
	border-top-color: #FFFFFF;
	border-top-width: 0.3125rem;
	margin-left: -0.3125rem;
}

.life-items__bubble:before {
	border-bottom-width: 0.4375rem;
	border-color: rgba(134, 134, 134, 0);
	border-left-width: 0.4375rem;
	border-right-width: 0.4375rem;
	border-top-color: #868686;
	border-top-width: 0.4375rem;
	margin-left: -0.4375rem;
	margin-top: 0.0625rem;
}

.life-items__icon {
	background: #fff;
	border-radius: 50%;
	height: 6.25rem;
	margin-top: 0.625rem;
	width: 6.25rem;
}

.link {
	padding: 5rem 0;
}

.link__title {
	font-family: 1.125rem;
	text-align: center;
}

.link__title p {
	font-weight: 500;
}

.link__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem 10%;
	margin-top: 1.875rem;
	padding: 0 1.875rem;
	width: 100%;
}

.link-item a {
	width: 45%;
}

.link-item img {
	height: auto;
	width: 100%;
}

.main {
	position: relative;
}

.mainVisual {
	position: relative;
}

.mainVisual__content {
	padding: 0.9375rem 0;
}

.mainVisual__logo {
	height: 5rem;
	width: 5rem;
}

.mainVisual__logo img {
	height: 100%;
	width: 100%;
}

.mainVisual__textArea {
	font-size: 2rem;
	font-weight: 700;
	margin-top: auto;
	margin-top: 12.5rem;
	position: relative;
	z-index: 20;
}

.mainVisual__title {
	color: #fff;
	margin-left: 0.9375rem;
	text-shadow: 0 0 0.75rem #FA2D72;
}

.mainVisual__title p {
	vertical-align: middle;
}

.mainVisual__title .large {
	-webkit-text-stroke-color: #FA62AE;
	-webkit-text-stroke-width: 0.0625rem;
	font-size: 3rem;
	font-weight: 900;
	margin: 0 0.25rem;
	text-shadow: 0 0 0.75rem #FA2E94;
}

.mainVisual__title .small {
	font-size: 1.75rem;
}

.mainVisual__title .middle {
	font-size: 2.25rem;
	margin-left: 6.25rem;
}

.mainVisual__title p:nth-child(2) {
	margin-left: 2.5rem;
}

.mainVisual__subTitle {
	color: #F15E97;
}

.mainVisual__subTitle {
	margin-top: 1.75rem;
}

.mainVisual__subTitle p {
	align-items: center;
	display: flex;
	font-size: 1rem;
	gap: 0.25rem;
	margin-left: 3.75rem;
}

.mainVisual__subTitle p span {
	background: 0.25rem;
	background-color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	padding: 0.125rem 0.5rem;
}

.mainVisual__subTitle h1 {
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 0.5rem;
	text-align: center;
}

.mainVisual__circle {
	margin-top: 1rem;
}

.mainVisual__button {
	align-items: center;
	display: grid;
	justify-items: center;
	margin-top: 1.5625rem;
	place-items: center;
}

.mainVisual__button a {
	background-image: linear-gradient(90deg, #c390ff, #ff77a5);
	border: 0.125rem solid #fff;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	filter: drop-shadow(0 0.375rem 0.375rem rgba(0, 0, 0, 0.2));
	font-weight: 800;
	padding: 1rem 2.75rem;
}

.mainVisual__slider {
	position: absolute;
	right: 2.5rem;
	top: 1.875rem;
}

.mainVisual__video {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: -1;
}

.mainVisual__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	width: 100%;
}

.pattern {
	margin-top: 3.125rem;
}

.pattern__cards {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.pattern-card {
	background: #fff;
	border-radius: 0.5rem;
	filter: drop-shadow(0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	padding: 1.25rem 0.625rem 1.875rem;
}

.pattern-card__title {
	align-items: center;
	border-bottom: dashed 0.0625rem #C6C6C6;
	display: flex;
}

.pattern-card__title-image {
	height: 2.125rem;
	margin-right: 0.625rem;
	vertical-align: bottom;
	width: 2.125rem;
}

.pattern-card__title-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.pattern-card__title p {
	font-size: 1.5rem;
}

.pattern-card__image {
	height: 6.25rem;
	margin-top: 1.875rem;
	text-align: center;
	width: auto;
}

.pattern-card__image img {
	display: inline-block;
	height: 100%;
	width: auto;
}

.pattern-card__text {
	margin-top: 1.25rem;
	text-align: center;
}

.pattern-card__reward {
	margin: 1.875rem auto 0 auto;
	width: 15rem;
	text-align: center;
}

.pattern-card__reward .box-pink {
	background-color: #FF77A5;
	color: #fff;
	display: inline;
	padding: 0.25rem 0.625rem;
}

.pattern-card__reward-inner {
	margin-top: 0.625rem;
}

.profile {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

.profile__icon {
	height: 100px;
	min-width: 100px;
	width: 100px;
}

.profile__icon img {
	height: 100%;
	width: 100%;
}

.profile__title {
	margin-top: 20px;
	width: 100%;
}

.profile__work p {
	border-bottom: dashed 1px #C6C6C6;
}

.profile__name {
	font-size: 14px;
	margin-top: 20px;
}

.recommend {
	background: #FFF7FA;
	margin-top: 5rem;
	padding-top: 5rem;
}

.recommend__cards {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

#recommend .cards {
	margin-top: 3.125rem;
}

#recommend .card__wrap {
	border-radius: 0.625rem;
	filter: drop-shadow(0.1875rem 0.375rem 0.625rem rgba(51, 51, 51, 0.3));
}

#recommend .card__wrap img {
	border-radius: 0 0 0.625rem 0.625rem;
}

#recommend .card__title {
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	border-radius: 0.625rem 0.625rem 0 0;
	padding: 0.5rem 0;
	text-align: center;
}

#recommend .card__title p {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
}

.recommend__list {
	margin-top: 3.125rem;
}

.recommend__list-title {
	color: #FF77A5;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.recommend__list-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 0;
	margin-top: 1.875rem;
	padding-bottom: 5rem;
}

.recommend__list-wrap li {
	display: inline-block;
	padding-left: 1.5rem;
	position: relative;
	width: 50%;
}

.recommend__list-wrap li::before {
	background-image: url(../images/common/check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.registration-box-item {
	text-align: center;
}

.registration-box-item__title {
	align-items: flex-end;
	display: flex;
}

.registration-box-item p {
	font-size: 0.875rem;
}

.registration-box-item__title-image {
	height: 1.625rem;
	margin-right: 0.5rem;
	width: -moz-fit-content;
}

.registration-box-item__title-image img {
	height: 100%;
	width: auto;
}

.registration-box-item__image {
	margin: 20px auto 0;
	width: 10rem;
}

.registration-box-item__image img {
	display: inline;
	height: auto;
	width: 100%;
}

.registration__top {
	font-weight: 500;
	margin-top: 1.875rem;
}

.registration__text {
	margin-top: 1.25rem;
}

.registration-box {
	border: 0.125rem solid #FF77A5;
	border-radius: 0.5rem;
	margin-top: 1.875rem;
	padding: 1.25rem;
}

.registration-box__title {
	font-size: 0.75rem;
}

.registration-box__items {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.registration__status {
	background: #F0F0F0;
	margin: 0 calc(50% - 50vw);
	margin-top: 3.125rem;
	padding: 1.875rem 0;
}

.registration__reward {
	margin-top: 1.875rem;
}

.reward-table {
	margin-top: 1.875rem;
	width: 100%;
}

.slider {
	height: 29.125rem;
	position: relative;
	width: 15rem;
}

.slider-image {
	height: 100%;
	left: 10px;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.slider-image img {
	border-radius: 1.875rem;
	height: 100%;
	width: 100%;
}

.swiper-wraper {
	height: 29.125rem;
	position: absolute;
	right: 2.5rem;
	top: 1.875rem;
	transform: rotate(7deg);
	width: 15rem;
}

.swiper {
	height: 29.125rem;
	width: 15rem;
}

.swiper-fade .swiper-slide {
	left: 15px;
}

.sns-link {
	background-color: #FFF5F9;
	padding: 3.125rem 0;
}

.sns-link__wrap {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding: 0 4rem;
}

.sns-link__button {
	border-radius: 1.5625rem;
	color: #fff;
	display: inline-block;
	filter: drop-shadow(0 0.375rem 0.375rem rgba(0, 0, 0, 0.2));
	font-weight: 500;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
}

.sns-link__button--instagram {
	background-image: linear-gradient(315deg, rgb(240, 149, 92), rgb(172, 73, 224));
}

.sns-link__button--x {
	background: #000;
}

.sns-link__button::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5625rem;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.sns-link__button--instagram::before {
	background-image: url(../images/common/icon_instagram.png);
}

.sns-link__button--x::before {
	background-image: url(../images/common/icon_x.png);
}

.solution {
	margin-top: 5rem;
	padding: 3.125rem 0;
	position: relative;
}

.solution__text {
	text-align: center;
}

.solution__text p {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 800;
	text-shadow: 0 0 0.625rem #F720A4;
}

.solution__text .box {
	background-color: #fff;
	color: #FF77A5;
	display: inline-block;
	filter: drop-shadow(0 0 0.625rem #FACDD9);
	font-family: "Shippori Mincho", serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 800;
	margin: 0 0.5rem;
	padding: 0 0.375rem;
	text-shadow: none;
}

.solution__video {
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: auto;
	z-index: -1;
}

.solution__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	width: 100%;
}

.solution__image {
	margin-top: 1.25rem;
}

.solution__image img {
	border-radius: 0.625rem;
}

.solution__text .large {
	font-size: 1.75rem;
}

.status__items {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 10%;
	justify-content: center;
	padding: 1.25rem 1.875rem;
}

.status-item {
	height: auto;
	text-align: center;
	width: 40%;
}

.status-item img {
	height: auto;
	width: 100%;
}

.status__title {
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	padding: 0.375rem 3rem 0.375rem 1.5rem;
	position: relative;
	z-index: 1;
}

.status__title::before {
	background: #FF77A5;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(1.2) perspective(1em) rotateX(5deg);
	transform-origin: bottom left;
	z-index: -1;
}

.status__line {
	background-color: #FF77A5;
	height: 0.125rem;
	width: 100%;
}

.table {
	width: 100%;
}

.table .tr {
	display: flex;
	font-size: 0.875rem;
}

.table .th {
	align-items: center;
	background: #FF77A5;
	border-bottom: 0.0625rem solid #fff;
	color: #fff;
	display: flex;
	font-weight: 500;
	justify-content: center;
	justify-items: center;
	min-width: 4.75rem;
	padding: 0 0.625rem;
	place-items: center;
	width: auto;
}

.table .td {
	border-bottom: 0.0625rem solid #ddd;
	border-right: 0.0625rem solid #ddd;
	border-top: 0.0625rem solid #ddd;
	padding: 0.625rem;
	width: 100%;
}

.table .td p {
	font-size: 0.625rem;
}

.table .td .title {
	font-size: 0.875rem;
	font-weight: 500;
}

.table .td .title:nth-child(n+2) {
	margin-top: 0.625rem;
}

.table .td .box {
	border: 0.0625rem solid #ddd;
	padding: 0.25rem;
}

.table .tr:last-of-type .td {
	border-top: none;
}

.table .tr:last-of-type .th {
	border-bottom: #FF77A5;
}

.table .td .line {
	background: #ddd;
	height: 0.0625rem;
	margin: 0.625rem 0;
	width: 100%;
}

.works {
	background: #FFF7FA;
	padding: 5rem 0;
}

.block {
	margin-top: 1.875rem;
}

.works__contents {
	margin-top: 1.875rem;
}

.works__about {
	margin-top: 1.25rem;
}

.works__about p {
	font-size: 1.25rem;
}

.works__about-bubble {
	font-size: 0.875rem;
}

.works__about span {
	color: #FF77A5;
	font-size: 1.5rem;
	font-weight: 500;
}

.works__about-top {
	margin-top: 3.75rem;
	position: relative;
	width: 100%;
}

.works__about-image {
	width: 100%;
}

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

.works__about-bubble p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.works__about-bubble p span {
	color: #FF77A5;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
}

.works__about-bubble {
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	background: #FFFFFF;
	border: 0.125rem solid #FF77A5;
	border-radius: 1.25rem;
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	padding: 0.625rem 1.25rem;
	position: absolute;
	text-align: center;
	top: -2.5rem;
	transform: rotate(-7deg);
}

.works__about-bubble:after,
.works__about-bubble:before {
	border: solid transparent;
	content: "";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.works__about-bubble:after {
	border-bottom-width: 0.75rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-width: 0.5625rem;
	border-right-width: 0.5625rem;
	border-top-color: #FFFFFF;
	border-top-width: 0.75rem;
	margin-left: -0.5625rem;
}

.works__about-bubble:before {
	border-bottom-width: 0.875rem;
	border-color: rgba(30, 144, 255, 0);
	border-left-width: 0.6875rem;
	border-right-width: 0.6875rem;
	border-top-color: #FF77A5;
	border-top-width: 0.875rem;
	margin-left: -0.6875rem;
	margin-top: 0.125rem;
}

.works__about-video {
	margin-top: 1.875rem;
	text-align: center;
	width: auto;
}

.works__about-video p {
	color: #FF77A5;
	display: inline-block;
	font-weight: 500;
	padding: 0 1.875rem;
	position: relative;
}

.works__about-video p::before,
.works__about-video p::after {
	background-color: #FF77A5;
	content: "";
	display: inline-block; /* 線の太さ */
	height: 0.0625rem;
	position: absolute;
	top: 50%; /* 線の幅 */
	width: 1.5rem;
}

/* 線の角度 */

.works__about-video p::before {
	transform: rotate(50deg);
}

.works__about-video p::after {
	transform: rotate(-50deg);
}

/* 線の位置 */

.works__about-video p:before {
	left: 0;
}

.works__about-video p:after {
	right: 0;
}

.video-wrap {
	aspect-ratio: 5/3;
	width: 100%;
}

.video-wrap iframe {
	height: -webkit-fill-available;
	width: 100%;
}

.works__about-promise {
	margin-top: 1.875rem;
	text-align: center;
}

.works__about-promise p {
	font-size: 0.875rem;
}

.works__about-promise p span {
	color: #FF77A5;
}

.works__about-promise .box {
	background: #fff;
	border: 0.125rem solid #FF77A5;
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	margin-top: 1.875rem;
	margin-top: 1.875rem;
	padding: 0.625rem 0;
	text-align: center;
}

.works__about-promise .box p {
	color: #FF77A5;
	font-style: normal;
	font-weight: 500;
}

.works__about-promise .image {
	border-radius: 50%;
	display: inline-block;
	margin-top: 3.125rem;
	position: relative;
	text-align: center;
	width: 80%;
}

.works__about-promise .image .center {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works__about-promise .image .circle {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	height: 6.25rem;
	justify-items: center;
	place-items: center;
	position: absolute;
	width: 6.25rem;
}

.works__about-promise .image .circle-01 {
	background-image: url(../images/common/circle-pink.png);
	left: -1.25rem;
	top: -1.25rem;
}

.works__about-promise .image .circle-02 {
	background-image: url(../images/common/circle-blue.png);
	right: -2.5rem;
	top: 20%;
}

.works__about-promise .image .circle-03 {
	background-image: url(../images/common/circle-yellow.png);
	bottom: -1.25rem;
	left: -1.875rem;
}

.works__about-promise .text-bottom {
	margin-top: 1.875rem;
	text-align: center;
}

.works__about-promise .text-bottom p {
	font-size: 0.875rem;
	line-height: 2;
}

.works__about-promise .text-bottom .dot-text {
	font-size: 1rem;
}

.works__about-promise .text-bottom .pink-box {
	background-color: #FF77A5;
	color: #fff;
	padding: 0.25rem 0.625rem;
}

.works__about-promise .text-bottom .marker {
	background: linear-gradient(transparent 50%, #FDF489 50%);
	color: #333;
}

.works__about-life {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 3.125rem;
}

.works__about-life .title {
	align-items: center;
	display: grid;
	justify-items: center;
	place-items: center;
}

.works__about-life .bubble {
	background: #FFFFFF;
	border: 0.125rem solid #FF77A5;
	border-radius: 1.25rem;
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	padding: 0.625rem 3.125rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
}

.works__about-life .bubble:after,
.works__about-life .bubble:before {
	border: solid transparent;
	content: "";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.works__about-life .bubble::before {
	border-bottom-width: 0.875rem;
	border-color: rgba(30, 144, 255, 0);
	border-left-width: 0.6875rem;
	border-right-width: 0.6875rem;
	border-top-color: #FF77A5;
	border-top-width: 0.875rem;
	margin-left: -0.6875rem;
	margin-top: 0.125rem;
}

.works__about-life .bubble::after {
	border-bottom-width: 0.75rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-width: 0.5625rem;
	border-right-width: 0.5625rem;
	border-top-color: #FFFFFF;
	border-top-width: 0.75rem;
	margin-left: -0.5625rem;
}

.works__about-life .bubble p {
	font-size: 1.875rem;
	position: relative;
}

.works__about-life .bubble p::before {
	background-image: url(../images/common/effect-line.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.3125rem;
	left: -4.375rem;
	position: absolute;
	top: -1.75rem;
	width: 1.4375rem;
}

.works__about-life .title .text {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1.875rem;
}

.works__about-life .text-bottom {
	grid-gap: 1rem;
	display: grid;
	font-size: 0.875rem;
	gap: 1rem;
	text-align: center;
}

.works__about-life .text-bottom p {
	line-height: 2;
}

.works__about-life .text-bottom p {
	line-height: 2;
}

.works__about-life .text-bottom p {
	line-height: 2;
}

.worries {
	margin-top: 5rem;
}

.worries__contents {
	margin-top: 3.125rem;
	position: relative;
}

.worries__list {
	position: relative;
	width: 100%;
}

.worries__list img {
	align-self: flex-start;
	width: 100%;
}

.worries__list-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.worries__list-wrap li {
	background: linear-gradient(transparent 50%, #D3F1FC 50%);
	display: inline-block;
	line-height: 1.5;
}

.worries__list-wrap li span {
	color: #056A90;
	font-weight: 500;
}

.worries__girl {
	-o-object-fit: cover;
	margin-top: 1.25rem;
	object-fit: cover;
	width: 8.75rem;
}

.appeal-circle {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.appeal-circle__item {
	align-items: center;
	background-color: #FFB1CB;
	border-radius: 50%;
	display: flex;
	height: 6.875rem;
	justify-content: center;
	justify-items: center;
	place-items: center;
	text-align: center;
	width: 6.875rem;
}

.appeal-circle__item p {
	color: #fff;
	font-size: 0.775rem;
	font-weight: 500;
	text-shadow: 0px 3px 2px #FF77A5;
}

.block {
	margin-top: 1.875rem;
}

.box-pink {
	background-color: #FF77A5;
	color: #fff;
	padding: 0.25rem 0.625rem;
}

.comment {
	display: flex;
	gap: 1.375rem;
}

.comment__icon {
	height: 4.625rem;
	min-width: 4.625rem;
	position: relative;
	text-align: center;
	width: auto;
}

.comment__icon p {
	bottom: -1.375rem;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.comment img {
	height: 4.625rem;
	width: 4.625rem;
}

.comment__text {
	width: 100%;
}

.comment__bubble {
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	background: #FFFFFF;
	border-radius: 0.625rem;
	font-size: 0.75rem;
	font-weight: bold;
	height: auto;
	padding: 0.625rem;
	position: relative;
	text-align: left;
	width: auto;
}

.comment__bubble:after {
	border: solid transparent;
	border-bottom-width: 0.625rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-width: 0.625rem;
	border-right-color: #FFFFFF;
	border-right-width: 0.625rem;
	border-top-width: 0.625rem;
	content: "";
	height: 0;
	margin-top: -0.625rem;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
}

.comment__bubble p {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
}

.comment__bubble .pink {
	color: #FF77A5;
}

.contents-inner {
	padding: 0 0.625rem;
}

.cta-01 {
	background-image: url(../images/common/cta-01_bg.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.25rem 0;
}

.cta-01__inner {
	position: relative;
}

.cta-01__wrap {
	padding-left: 1.5625rem;
}

.cta-01__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	text-shadow: 0 0 0.625rem #F720A4;
}

.cta-01__text {
	color: #fff;
	font-weight: 800;
	text-shadow: 0 0 0.625rem #F720A4;
}

.cta-01__button {
	margin-top: 0.625rem;
}

.line-button a {
	background: #4dc764;
	border-radius: 1.5625rem;
	color: #fff;
	display: inline-block;
	filter: drop-shadow(0 0.375rem 0.375rem rgba(0, 0, 0, 0.2));
	font-weight: 500;
	padding: 0.625rem 1rem 0.625rem 3rem;
	position: relative;
}

.line-button a::before {
	background-image: url(../images/common/icon_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.375rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.375rem;
}

.cta-01__image {
	left: 74%;
	position: absolute;
	top: 1rem;
	transform: rotate(7deg);
	width: 4.375rem;
}

.cta-01__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-01__text-small {
	color: #fff;
	font-size: 0.625rem;
	margin-top: 1.25rem;
}

.cta-02 {
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	font-weight: 500;
	padding: 1.25rem 0;
}

.cta-02__wrap {
	background: #fff;
	border-radius: 0.25rem;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
}

.cta-02__title {
	color: #FF3B7E;
	font-weight: 800;
}

.cta-02__line {
	margin-top: 0.625rem;
}

.cta-02__line span {
	color: #4dc764;
	font-weight: 800;
}

.cta-02__line p {
	position: relative;
}

.cta-02__line p::after {
	border-color: #FF3B7E transparent transparent transparent;
	border-style: solid;
	border-width: 0.625rem 0.625rem 0 0.625rem;
	bottom: -1rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.cta-02__button {
	margin-top: 1.25rem;
}

.cta-02__text {
	color: #FF77A5;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

.cta-02__image {
	bottom: -0.5rem;
	content: "";
	left: 0.875rem;
	position: absolute;
	width: 3.75rem;
}

.cta-02__image img {
	height: auto;
	width: 100%;
}

.dot {
	border-bottom: dotted 0.1875rem #C6C6C6;
}

.flow-item {
	background: #fff;
	border-radius: 0.625rem;
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	padding: 1.875rem 0 1.25rem;
	position: relative;
}

.flow-item h3 {
	border-bottom: dashed 0.0625rem #C6C6C6;
	font-weight: 400;
}

.flow-item p {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-top: 0.625rem;
}

.flow-item img {
	filter: drop-shadow(0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.2));
	height: 2.5rem;
	left: 0.625rem;
	position: absolute;
	top: -1.25rem;
	width: 2.5rem;
}

.flow-item::after {
	border-color: #FE92B7 transparent transparent transparent;
	border-style: solid;
	border-width: 0.9375rem 0.9375rem 0 0.9375rem;
	bottom: -0.9375rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.flow-item:last-child::after {
	display: none;
}

.genre-card {
	background: #fff;
	border-radius: 0.625rem;
	display: flex;
	filter: drop-shadow(0.1875rem 0.1875rem 0.5rem #FCD3E1);
	flex-direction: column;
}

.genre-card__img {
	height: 13.125rem;
	width: 100%;
}

.genre-card__img img {
	-o-object-fit: cover;
	border-radius: 0.625rem 0.625rem 0 0;
	display: inline-block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.genre-card__bottom {
	padding: 1.25rem 0.625rem;
}

.genre-card__title {
	align-items: center;
	border-bottom: dashed 0.0625rem #C6C6C6;
	display: flex;
}

.genre-card__title-icon {
	height: 2.125rem;
	margin-right: 0.625rem;
	width: 2.125rem;
}

.genre-card__title-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.genre-card__title p {
	font-size: 1.75rem;
}

.genre-card__reward {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.genre-card__reward .row {
	display: flex;
	gap: 1.25rem;
}

.genre-card__reward .row .head {
	border: 0.0625rem solid #FF77A5;
	border-radius: 0.25rem;
	color: #FF77A5;
	font-size: 0.875rem;
	font-weight: 500;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0.3125rem 0.625rem;
}

.genre-card__reward .row .average {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1;
}

.genre-card__reward .row .average span {
	font-size: 0.75rem;
	font-weight: 400;
}

.genre-card__logo {
	display: flex;
	gap: 2%;
	margin-top: 3.125rem;
}

.genre-card__logo .image {
	text-align: center;
	width: 32%;
}

.fanza__text {
	border-radius: 1.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0.125rem 1rem;
}

.fanza__text--acha {
	background: #F15E97;
}

.fanza__text--macha {
	background: #974D93;
}

.fanza__text--ocha {
	background: #69B24E;
}

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

.marker {
	background: linear-gradient(transparent 50%, #FDF489 50%);
}

.medium {
	font-weight: 500;
}

.pink {
	color: #FF77A5;
}

.section-subTitle {
	align-content: center;
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	height: 1.875rem;
	padding-left: 0.625rem;
}

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

.section-title__group p {
	color: #FF77A5;
	font-size: 0.75rem;
	font-weight: 500;
}

.section-title__group h2 {
	-webkit-background-clip: text;
	background-image: linear-gradient(90deg, rgb(195, 144, 255), rgb(255, 119, 165));
	color: transparent;
	display: inline-block;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
}

/* Animation */

.target {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

/* このクラスをつけると回転を無限に繰り返します */

.anime-fuwafuwa {
	animation: 3s fuwafuwa infinite;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

.about__text {
	font-size: 1.5rem;
}

.about__text-top span {
	font-size: 2rem;
}

.about__text-bottom .marker {
	font-size: 2rem;
	margin: 0 0.625rem;
}

.about__text-bottom .pink {
	font-size: 2rem;
	margin-right: 0.5rem;
}

.about__greeting {
	margin-top: 5rem;
}

.about__message p {
	font-size: 1.125rem;
}

.accordion {
	border-radius: 3rem;
	margin-bottom: 1.25rem;
	max-width: inherit;
	width: 100%;
}

.accordion summary {
	font-size: 1.5rem;
	padding-left: 5rem;
}

.accordion summary::after {
	height: 1rem;
	width: 1rem;
}

.accordion p {
	font-size: 1.125rem;
}

.accordion summary::before {
	font-size: 1.125rem;
	height: 3.125rem;
	top: 0.9375rem;
	width: 3.125rem;
}

.achievements__items {
	gap: 10%;
}

.achievements-item {
	padding-bottom: 3.125rem;
	width: 45%;
}

.achievements-item::after {
	display: none;
}

.faq {
	padding: 7.5rem 0;
}

.floating-button p {
	font-size: 1.25rem;
}

.flow {
	padding-bottom: 6.25rem;
}

.future-point01__list p {
	font-size: 2rem;
}

.future-point01__box {
	margin-top: 3.125rem;
}

.future-point01__box ul {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem 5%;
}

.future-point01__box ul li {
	width: 30%;
}

.future-point01__manual p {
	font-size: 1.5rem;
}

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

.dot-text::before {
	background: radial-gradient(circle 0.375rem, #FF77A5 50%, transparent 50%);
	background: -moz-radial-gradient(circle 0.375rem, #FF77A5 50%, transparent 50%);
	font-size: 1.875rem;
}

.future-point01__course .bubble {
	font-size: 1.5rem;
}

.future-point01__course .bubble span {
	font-size: 1.875rem;
}

.future-point01__list-02 ul {
	display: flex;
	flex-wrap: wrap;
}

.future-point01__list-02 li {
	font-size: 1.5rem;
	padding-left: 1.875rem;
	width: 50%;
}

.future-point01__list-02 li::before {
	left: 0;
}

.future-point01__list-02::after {
	right: -2.5rem;
}

.future-point01__box-02 {
	margin-top: 5rem;
}

.future-point01__box-02 p {
	font-size: 1.5rem;
}

.future-point02 p {
	font-size: 1.5rem;
}

.future-point02__top {
	font-weight: 500;
}

.future-point02__top .pink {
	font-size: 2.75rem;
	margin-right: 0.5rem;
}

.future-point02__bottom h4 {
	font-size: 1.5rem;
}

.future-point02__bottom p {
	font-size: 1.25rem;
}

.future-point02__top .dot-text {
	font-size: 2.75rem;
}

.future-point03__top {
	font-size: 1.5rem;
	font-weight: 500;
}

.future-point03__top .box {
	border: 0.125rem solid #FF77A5;
	font-size: 1.5rem;
	font-weight: 500;
}

.future-point03__top .pink-large {
	font-size: 1.75rem;
	font-weight: 800;
}

.future-point03__bottom p {
	font-size: 1.5rem;
}

.future-point03__bottom p:first-of-type {
	font-size: 1.5rem;
}

.future-point03__bottom .dot-text {
	font-size: 1.5rem;
	font-weight: 800;
}

.future-point03__bottom .box-pink {
	font-size: 1.875rem;
}

.future-cards {
	gap: 5%;
}

.future-card__wrap {
	display: flex;
	flex-direction: column;
}

.future-card {
	display: flex;
	width: 30%;
}

.future-content {
	padding-top: 11.25rem;
}

.future-content__eye-catch {
	width: 50%;
}

.future-content__flex {
	display: flex;
}

.future-content__group::after {
	font-size: 5rem;
	top: 0;
}

.future-content__eye-catch img {
	width: 100%;
}

.future-content__title {
	width: 50%;
}

.future-content__title::before {
	height: calc(80% + 1.25rem);
	top: -2.5rem;
	width: 130vw;
}

.future-content__title h3 {
	font-size: 2.75rem;
	margin-top: 6.25rem;
	transform: rotate(-7deg);
}

.life-items .item {
	width: 22%;
}

.life-items__bubble {
	font-size: 1.25rem;
}

.link__title p {
	font-size: 1.75rem;
}

.link__items {
	gap: 50px 20%;
}

.link-item a {
	width: 20%;
}

.mainVisual__content {
	padding: 1.875rem 3.125rem 3.125rem;
}

.mainVisual__logo {
	height: 10rem;
	width: 10rem;
}

.mainVisual__textArea {
	margin-top: 1.875rem;
}

.mainVisual__title p {
	font-size: 4rem;
	line-height: 1.2;
}

.mainVisual__title .large {
	font-size: 5rem;
}

.mainVisual__title .small {
	font-size: 3rem;
}

.mainVisual__title .middle {
	font-size: 3.75rem;
	margin-left: 0rem;
}

.mainVisual__subTitle p {
	font-size: 1.5rem;
	margin-left: 0rem;
}

.mainVisual__subTitle p span {
	font-size: 1.875rem;
	padding: 0.375rem 0.75rem;
}

.mainVisual__subTitle h1 {
	font-size: 1.5rem;
	text-align: left;
}

.mainVisual__button {
	justify-content: start;
	margin-top: 1.875rem;
}

.mainVisual__button a {
	border-radius: 5.75rem;
	font-size: 2rem;
	padding: 1.375rem 6.25rem;
}

.mainVisual__slider {
	top: 10rem;
}

.pattern__cards {
	flex-direction: row;
	gap: 4%;
}

.pattern-card {
	padding: 1.25rem 1.875rem 1.875rem;
	width: 48%;
}

.pattern-card__reward {
	width: 18.75rem;
	text-align: center;
}

.profile__icon {
	height: 165px;
	min-width: 165px;
	width: 165px;
}

.profile__work p {
	font-size: 1.5rem;
	line-height: 2;
}

.profile__name {
	font-size: 1.125rem;
}

.recommend__cards {
	flex-direction: inherit;
}

.recommend__list-title {
	font-weight: 800;
	text-align: left;
}

.recommend__list-wrap {
	gap: 1.25rem 5%;
}

.recommend__list-wrap li {
	font-size: 1.25rem;
	width: 30%;
}

.registration-box-item {
	width: 45%;
}

.registration-box-item p {
	font-size: 1.375rem;
}

.registration-box-item__image {
	width: 18.75rem;
}

.registration-box-item__image--left {
	margin-top: 6.25rem;
}

.registration__top {
	font-size: 1.25rem;
}

.registration-box {
	padding: 1.25rem 2.5rem;
}

.registration-box__title {
	font-size: 1rem;
}

.registration-box__items {
	flex-direction: row;
	gap: 2.5rem;
}

.registration__status {
	margin-top: 5rem;
	padding: 3.125rem 0;
}

.registration__reward {
	margin-top: 5rem;
}

.slider {
	height: 41.25rem;
	width: 20.9375rem;
}

.swiper-wraper {
	height: 41.25rem;
	right: 5rem;
	top: 2.5rem;
	width: 20.9375rem;
}

.swiper {
	height: 41.25rem;
	width: 20.9375rem;
}

.sns-link {
	padding: 5rem 0;
}

.sns-link__wrap {
	flex-direction: row;
	justify-content: center;
}

.sns-link__button {
	border-radius: 2.625rem;
	font-size: 1.625rem;
	padding: 1.375rem 0;
	width: 25rem;
}

.sns-link__button::before {
	height: 2.5rem;
	width: 2.5rem;
}

.solution__text {
	padding-left: 1.875rem;
	text-align: left;
	width: 50%;
}

.solution__text p {
	font-size: 2rem;
	margin-top: 2.5rem;
}

.solution__text .box {
	font-size: 3rem;
	margin: 0.625rem 0.625rem 0.625rem 0;
	padding: 0 2rem;
}

.solution__image {
	height: 18.75rem;
	margin-top: 0;
	width: 30.875rem;
}

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

.solution__text .large {
	font-size: 3rem;
}

.solution__wrap {
	display: flex;
	flex-direction: row-reverse;
}

.status__items {
	flex-wrap: nowrap;
	gap: 2.5rem;
	justify-content: space-between;
	padding: 1.25rem 5rem;
}

.status-item {
	width: auto;
}

.table .th {
	font-size: 1.25rem;
	min-width: 8.75rem;
	width: 30%;
}

.table .td {
	padding: 1.25rem 2.5rem;
}

.table .td p {
	font-size: 1rem;
}

.table .td .title {
	font-size: 1.25rem;
}

.table .td .box {
	padding: 0.5rem 1rem;
}

.table .td .line {
	margin: 1.125rem 0;
}

.works__about {
	display: flex;
}

.works__about p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.works__about-bubble {
	font-size: 1.125rem;
}

.works__about span {
	font-size: 2.25rem;
}

.works__about-text {
	margin-top: 4.375rem;
	width: 100%;
}

.works__about-top {
	width: 50%;
}

.works__about-image {
	height: 14.75rem;
	width: 26.25rem;
}

.works__about-bubble p {
	font-size: 1.125rem;
}

.works__about-bubble p span {
	font-size: 1.125rem;
}

.works__about-bubble {
	filter: drop-shadow(0 0.375rem 0.625rem rgba(0, 0, 0, 0.16));
}

.works__about-video p {
	font-size: 1.875rem;
	padding: 0 3rem;
}

.works__about-video p::before,
.works__about-video p::after {
	height: 0.1875rem;
	width: 2.5rem;
}

.works__about-promise p {
	font-size: 1.5rem;
	font-weight: 500;
}

.works__about-promise p span {
	font-weight: 500;
}

.works__about-promise .image {
	height: 25rem;
	margin: 3.125rem auto 0;
	width: 25rem;
}

.works__about-promise .image .circle {
	height: 12.5rem;
	width: 12.5rem;
}

.works__about-promise .image .circle-01 {
	left: -6.25rem;
}

.works__about-promise .image .circle-02 {
	right: -8.75rem;
}

.works__about-promise .image .circle-03 {
	bottom: -5rem;
	left: -5rem;
}

.works__about-promise .text-bottom {
	margin-top: 7.5rem;
}

.works__about-promise .text-bottom p {
	font-size: 1.5rem;
}

.works__about-promise .text-bottom .dot-text {
	font-size: 1.875rem;
}

.works__about-promise .text-bottom .pink-box {
	font-weight: 500;
}

.works__about-life .bubble {
	padding: 0.625rem 5rem;
}

.works__about-life .bubble p {
	font-size: 2.25rem;
}

.works__about-life .bubble p::before {
	left: -6.25rem;
}

.works__about-life .title .text {
	font-size: 1.5rem;
}

.works__about-life .text-bottom {
	font-size: 1.5rem;
	font-weight: 500;
}

.worries__contents {
	margin-top: 0;
	top: -6.25rem;
}

.worries__list {
	margin-left: auto;
	margin-right: 5rem;
	width: 39.625rem;
}

.worries__list-wrap {
	gap: 1.875rem;
}

.worries__list-wrap li {
	font-size: 1.75rem;
}

.worries__girl {
	bottom: -7.5rem;
	left: 5rem;
	position: absolute;
	width: 18rem;
}

.appeal-circle {
	gap: 0.75rem;
	justify-content: flex-start;
}

.appeal-circle__item {
	display: flex;
	height: 12.5rem;
	justify-content: center;
	width: 12.5rem;
}

.appeal-circle__item p {
	font-size: 1.5rem;
}

.comment__icon {
	height: 6.25rem;
	min-width: 6.25rem;
}

.comment__icon img {
	height: 100%;
	width: 100%;
}

.comment__icon p {
	bottom: -2.125rem;
	font-size: 1.25rem;
}

.comment__bubble {
	padding: 1.625rem 2.5rem;
}

.comment__bubble p {
	font-size: 1.125rem;
}

.comment__bubble .pink {
	font-weight: 500;
}

.contents-inner {
	padding: 0 5rem;
}

.cta-01 {
	padding: 3.125rem 0;
}

.cta-01__wrap {
	padding-left: 0;
}

.cta-01__title {
	font-size: 4.5rem;
}

.cta-01__text {
	font-size: 2.5rem;
}

.cta-01__button {
	margin-top: 1.25rem;
}

.line-button a {
	border-radius: 2.625rem;
	font-size: 1.625rem;
	padding: 1.375rem 2.5rem 1.375rem 5.25rem;
}

.line-button a::before {
	height: 3.5rem;
	left: 1.5rem;
	width: 3.5rem;
}

.cta-01__image {
	left: inherit;
	right: 12.5rem;
	top: -6.25rem;
	width: 17.5rem;
}

.cta-01__text-small {
	font-size: 1.125rem;
	margin-top: 3.125rem;
}

.cta-02 {
	padding: 3.125rem 0;
}

.cta-02__wrap {
	border-radius: 0.625rem;
}

.cta-02__title {
	font-size: 1.75rem;
}

.cta-02__line p {
	font-size: 1.5rem;
}

.cta-02__text {
	font-size: 1.25rem;
}

.cta-02__image {
	bottom: 1.25rem;
	left: 7.5rem;
	width: 5rem;
}

.flow-item h3 {
	font-size: 1.75rem;
}

.flow-item img {
	height: 3.75rem;
	top: -1.875rem;
	width: 3.75rem;
}

.genre-card {
	flex-direction: row;
}

.genre-card__img {
	height: 100%;
	min-width: 30%;
}

.genre-card__img img {
	border-radius: 0.625rem 0 0 0.625rem;
	height: 100%;
}

.genre-card__bottom {
	padding: 1.25rem 1.875rem;
}

.genre-card__logo .image {
	width: 20%;
}

.inner {
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.pc-inner {
	padding: 0 3.75rem;
}

.section-subTitle {
	font-size: 1.5rem;
	height: 3rem;
}

.section-title__group p {
	font-size: 1rem;
}

.section-title__group h2 {
	font-size: 3.5rem;
}

.section-title__group--left {
	text-align: left;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes floating-y {

0% {
	transform: translateY(-10%);
}

100% {
	transform: translateY(10%);
}

}

@keyframes fuwafuwa {

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

50% {
	transform: translateY(-5px);
}

}


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

.snslinkkai{
	padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 30%;
    padding-right: 30%;
}

.chandramv{
	width: 100%;
}
