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

body {
	font-weight: 500;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

html {
	background: url(../images/bg.jpg) center center/cover no-repeat;
	background-attachment: fixed;
}

main {
	background: rgba(68, 210, 52, .5);
	margin: 0 auto;
	max-width: 650px;
}

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

picture {
	display: block;
}

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

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

.l-about {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.l-contact {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.l-group {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.l-infection {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-info {
	margin-top: 48px;
	margin-top: 3rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 650px;
	max-width: 40.625rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
	width: 100%;
}

.l-news {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.l-top {
	margin-top: -170px;
	margin-top: -10.625rem;
}

.p-about__main {
	background-color: #da0020;
	border-radius: 0.625rem;
	padding: 33px 25px 25px;
	padding: 2.0625rem 1.5625rem 1.5625rem;
	position: relative;
}

.p-about__main::before {
	background: url(../images/about_left.png) center center/contain no-repeat;
	content: "";
	height: 120px;
	height: 7.5rem;
	left: 10px;
	left: 0.625rem;
	position: absolute;
	top: -45px;
	top: -2.8125rem;
	width: 141px;
	width: 8.8125rem;
}

.p-about__main::after {
	background: url(../images/about_right.png) center center/contain no-repeat;
	content: "";
	height: 144px;
	height: 9rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: -54px;
	top: -3.375rem;
	width: 122px;
	width: 7.625rem;
}

.p-about__title {
	color: #fff;
	text-align: center;
}

.p-about__head {
	gap: 15px;
	gap: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.78125rem;
	display: grid;
	grid-template-columns: 9.375rem 1fr;
	margin-top: 26px;
	margin-top: 1.625rem;
	overflow: hidden;
}

.p-about__head-img {
	height: 100%;
}

.p-about__head-img img {
	-o-object-fit: cover;
	height: 100%;
	max-width: unset;
	object-fit: cover;
	width: 100%;
}

.p-about__head-text {
	color: #da0020;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-about__goree {
	border-radius: 0.78125rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
	overflow: hidden;
}

.p-about__content-img {
	position: relative;
}

.p-about__content-img::before {
	background: url(../images/about_03.png) center center/contain no-repeat;
	bottom: -110px;
	bottom: -6.875rem;
	content: "";
	height: 288px;
	height: 18rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	width: 186px;
	width: 11.625rem;
}

.p-about__content {
	background-color: #fff;
	padding: 15px 25px 20px;
	padding: 0.9375rem 1.5625rem 1.25rem;
}

.p-about__unit + .p-about__unit {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-about__bigText {
	color: #da0020;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-left: -0.5em;
}

.p-about__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4666666667;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-about__img {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-about__wrap {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: calc(54% - 1.25rem) 1fr;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-about__wrap-text p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4666666667;
}

.p-about__wrap .p-about__bigText {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-about__bottom {
	margin: 0 auto;
	margin-top: 26px;
	margin-top: 1.625rem;
	width: 336px;
	width: 21rem;
}

.p-about__text span {
	display: block;
	float: right;
	height: 60px;
	height: 3.75rem;
	width: 160px;
	width: 10rem;
}

.p-about__text .u-md {
	display: none;
}

.p-concept {
	background-color: #da0020;
	border-radius: 0.625rem;
	padding: 85px 35px 35px;
	padding: 5.3125rem 2.1875rem 2.1875rem;
	position: relative;
}

.p-concpet__main {
	background-color: #006934;
	border-radius: 0.625rem;
	padding: 50px 5px 30px;
	padding: 3.125rem 0.3125rem 1.875rem;
}

.p-concept__subtitle {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-concept__subtitle::before {
	background: url(../images/concept_none.png) center center/contain no-repeat;
	content: "";
	height: 34px;
	height: 2.125rem;
	position: absolute;
	right: -45px;
	right: -2.8125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	width: 1.5625rem;
}

.p-concept__title {
	gap: 3px;
	gap: 0.1875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	top: -42px;
	top: -2.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-concept__title img {
	width: 149px;
	width: 9.3125rem;
}

.p-concept__text {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.6111111111;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-concept__img + .p-concept__text {
	margin-top: 0;
}

.p-concept__piano {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-concept__piano-title {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-concept__piano-title::before {
	background: url(../images/concept_left.png) center center/contain no-repeat;
	content: "";
	height: 60px;
	height: 3.75rem;
	left: -102px;
	left: -6.375rem;
	position: absolute;
	top: -15px;
	top: -0.9375rem;
	width: 72px;
	width: 4.5rem;
}

.p-concept__piano-title::after {
	background: url(../images/concept_right.png) center center/contain no-repeat;
	content: "";
	height: 59px;
	height: 3.6875rem;
	position: absolute;
	right: -58px;
	right: -3.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 33px;
	width: 2.0625rem;
}

.p-concept__piano-text {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.6111111111;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-concept__piano-img {
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 416px;
	width: 26rem;
}

.p-contact {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

.p-contact__main {
	background-color: #1aa5d8;
	border-radius: 0.625rem;
	padding: 43px 64px 50px;
	padding: 2.6875rem 4rem 3.125rem;
}

.p-contact__title {
	color: #ffe500;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__title::before {
	background-color: #ffe500;
	border-radius: 0.125rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: -188px;
	left: -11.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 162px;
	width: 10.125rem;
}

.p-contact__title::after {
	background-color: #ffe500;
	border-radius: 0.125rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: -188px;
	right: -11.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 162px;
	width: 10.125rem;
}

.p-contact__form {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-contact__img {
	margin: 0 auto;
	width: 576px;
	width: 36rem;
}

.p-form__row + .p-form__row {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-form__row dt {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.p-form__row dd {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-form__row dd input {
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	height: 32px;
	padding: 0.5em;
	width: 100%;
}

.p-form__row dd select {
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	height: 32px;
	text-align: center;
	width: 100%;
}

.p-form__row dd textarea {
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	height: 100px;
	line-height: 1.5;
	padding: 0.5em;
	width: 100%;
}

#form_submit {
	height: 47px;
	margin: 0 auto;
	margin-top: 35px;
	margin-top: 2.1875rem;
	width: 167px;
}

#form_submit input {
	background-color: #ffe500;
	border-radius: 0.3125rem;
	color: #1aa5d8;
	display: grid;
	font-size: 34px;
	height: 100%;
	place-items: center;
	width: 100%;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

.p-group__main {
	background-color: #e64ec9;
	border-radius: 0.625rem;
	padding: 30px 25px 45px;
	padding: 1.875rem 1.5625rem 2.8125rem;
	position: relative;
}

.p-group__main::before {
	background: url(../images/group_top.png) center center/contain no-repeat;
	content: "";
	height: 275px;
	height: 17.1875rem;
	left: -10px;
	left: -0.625rem;
	position: absolute;
	top: -178px;
	top: -11.125rem;
	width: 182px;
	width: 11.375rem;
}

.p-group__title {
	color: #fff;
	text-align: center;
}

.p-group__text {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-group__lists {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.p-group__list {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 67px 15px 30px;
	padding: 4.1875rem 0.9375rem 1.875rem;
	position: relative;
}

.p-group__list + .p-group__list {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-group__list:nth-child(1) {
	padding: 67px 15px 30px;
	padding: 4.1875rem 0.9375rem 1.875rem;
}

.p-group__list:nth-child(2) {
	padding: 67px 15px 30px;
	padding: 4.1875rem 0.9375rem 1.875rem;
}

.p-group__list:nth-child(3) {
	padding: 105px 15px 30px;
	padding: 6.5625rem 0.9375rem 1.875rem;
}

.p-group__logo {
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-group__logo--1 {
	top: -111px;
	top: -6.9375rem;
	width: 187px;
	width: 11.6875rem;
}

.p-group__logo--2 {
	top: -73px;
	top: -4.5625rem;
	width: 167px;
	width: 10.4375rem;
}

.p-group__logo--3 {
	top: -88px;
	top: -5.5rem;
	width: 174px;
	width: 10.875rem;
}

.p-group__list-title {
	color: #e64ec9;
	font-size: 37px;
	font-size: 2.3125rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-group__list-text {
	color: #e64ec9;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.5555555556;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-group__list-img {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-group__list-img2 {
	margin: 0 auto;
	margin-top: 18px;
	margin-top: 1.125rem;
	width: 440px;
	width: 27.5rem;
}

.p-group__list-text2 {
	color: #e64ec9;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.7222222222;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-group__list-text2 span {
	display: inline-block;
}

.p-header {
	background-color: #00803e;
	height: 68px;
	height: 4.25rem;
	width: 100%;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 16px;
	padding: 0 1rem;
}

.p-header__logo {
	width: 337px;
	width: 21.0625rem;
}

.p-header__logo a {
	display: block;
}

.p-infection {
	color: #ffe500;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
	position: relative;
}

.p-infection::before {
	background-color: #ffe500;
	bottom: 0;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 508px;
	width: 31.75rem;
}

.p-infection__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}

.p-infection__title::before {
	background: #ffe500;
	border-radius: 0.125rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 45px;
	left: 2.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 117px;
	width: 7.3125rem;
}

.p-infection__title::after {
	background: #ffe500;
	border-radius: 0.125rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 45px;
	right: 2.8125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 117px;
	width: 7.3125rem;
}

.p-infection__text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.65;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-infection__img {
	margin: 0 auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	width: 480px;
	width: 30rem;
}

.p-info__main {
	background-color: #ffe500;
	border-radius: 0.625rem;
	padding: 20px 20px 45px;
	padding: 1.25rem 1.25rem 2.8125rem;
}

.p-info__title {
	margin-left: -45px;
	margin-left: -2.8125rem;
	width: 650px;
	width: 40.625rem;
}

.p-info__member {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 5.3125rem 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-top: 0.3125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-info__member-title {
	border: 3px solid #000;
	border: 0.1875rem solid #000;
	border-radius: 0.5rem;
	color: #000;
	display: grid;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	height: 41px;
	height: 2.5625rem;
	place-items: center;
}

.p-info__member-list {
	color: #000;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.1875;
}

.p-info__img {
	margin: 0 auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: 500px;
	width: 31.25rem;
}

.p-info__text {
	color: #00803e;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

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

.p-infp__performer {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-link {
	bottom: 20px;
	bottom: 1.25rem;
	left: 50%;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 650px;
	width: 40.625rem;
}

.p-link a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-link a:hover {
	opacity: 0.7;
}

.p-mv {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-news__title {
	color: #ffe500;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news__title::before {
	background-color: #ffe500;
	border-radius: 0.125rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: -200px;
	left: -12.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 180px;
	width: 11.25rem;
}

.p-news__title::after {
	background-color: #ffe500;
	border-radius: 0.125rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: -200px;
	right: -12.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 180px;
	width: 11.25rem;
}

.p-news__links {
	gap: 45px;
	gap: 2.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-news__link {
	width: 98px;
	width: 6.125rem;
}

.p-news__link a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-news__link a:hover {
	opacity: 0.7;
}

.p-performer__title {
	color: #00803e;
	font-size: 29px;
	font-size: 1.8125rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
#message .p-performer__title{
	color: #fff!important;
}
.p-performer__title::before {
	background: url(../images/performer_left.png) center center/contain no-repeat;
	bottom: -6px;
	bottom: -0.375rem;
	content: "";
	height: 90px;
	height: 5.625rem;
	left: -175px;
	left: -10.9375rem;
	position: absolute;
	width: 147px;
	width: 9.1875rem;
}

.p-performer__title::after {
	background: url(../images/performer_right.png) center center/contain no-repeat;
	bottom: -6px;
	bottom: -0.375rem;
	content: "";
	height: 73px;
	height: 4.5625rem;
	position: absolute;
	right: -175px;
	right: -10.9375rem;
	width: 154px;
	width: 9.625rem;
}

.p-performer__lists {
	gap: 13px;
	gap: 0.8125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-performer__list {
	background-color: #fff;
	border-radius: 0.3125rem;
	padding: 13px 15px 106px;
	padding: 0.8125rem 0.9375rem 6.625rem;
	position: relative;
}

.p-performer__subtitle {
	color: #00803e;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

#message .p-performer__subtitle {
	color: rgb(246, 153, 153)!important;
}
#message .p-performer__list{
	padding-bottom: 0.8125rem!important;
}
#message .p-infp__performer {
    margin-top: 1.375rem;
}



.p-performer__img {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-performer__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4666666667;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-performer__support {
	bottom: 25px;
	bottom: 1.5625rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	position: absolute;
	width: 86%;
}

.p-performer__list:nth-child(3) .p-performer__support {
	bottom: 10px;
	bottom: 0.625rem;
	width: 90%;
}

.p-performer__link {
	bottom: 13px;
	bottom: 0.8125rem;
	position: absolute;
}

.p-performer__link a {
	color: #00803e;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: -0.05em;
}

.p-performer__piano {
	bottom: -40px;
	bottom: -2.5rem;
	position: absolute;
	right: -15px;
	right: -0.9375rem;
	width: 140px;
	width: 8.75rem;
}

.p-schedule__top {
	margin: 0 auto;
	width: 387px;
	width: 24.1875rem;
}

.p-schedule__main {
	background-color: #008cd5;
	border-radius: 0.625rem;
	color: #fff;
	margin-top: -70px;
	margin-top: -4.375rem;
	padding: 50px 15px 30px;
	padding: 3.125rem 0.9375rem 1.875rem;
}

.p-schedule__title {
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-schedule__info {
	margin: 0 auto;
	margin-top: 18px;
	margin-top: 1.125rem;
	padding: 25px 0;
	padding: 1.5625rem 0;
	position: relative;
	width: 529px;
	width: 33.0625rem;
}

.p-schedule__info::before {
	background-color: #fff;
	border-radius: 0.125rem;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 486px;
	width: 30.375rem;
}

.p-schedule__info::after {
	background-color: #fff;
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 486px;
	width: 30.375rem;
}

.p-schedule__info2 {
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: relative;
	width: 529px;
	width: 33.0625rem;
}

.p-schedule__info2::after {
	background-color: #fff;
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 486px;
	width: 30.375rem;
}

.p-schedule__more {
	margin: 0 auto;
	margin-top: 35px;
	margin-top: 2.1875rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 474px;
	width: 29.625rem;
}

.p-schedule__more::after {
	background-color: #fff;
	border-radius: 0.125rem;
	bottom: 0;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 486px;
	width: 30.375rem;
}

.p-schedule__text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-schedule__support {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-schedule__subtitle {
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-schedule__suport-subtitle {
	font-size: 29px;
	font-size: 1.8125rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-top: 38px;
	margin-top: 2.375rem;
	position: relative;
	text-align: center;
}

.p-schedule__suport-subtitle::before {
	background: url(../images/schedule_left.png) center center/contain no-repeat;
	bottom: -50px;
	bottom: -3.125rem;
	content: "";
	height: 148px;
	height: 9.25rem;
	left: 34px;
	left: 2.125rem;
	position: absolute;
	width: 152px;
	width: 9.5rem;
}

.p-schedule__suport-subtitle::after {
	background: url(../images/schedule_right.png) center center/contain no-repeat;
	content: "";
	height: 148px;
	height: 9.25rem;
	position: absolute;
	right: 2px;
	right: 0.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 152px;
	width: 9.5rem;
}

.p-schedule__support-img {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-schedule__list {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-schedule__frame {
	margin-left: -40px;
	margin-left: -2.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 650px;
	width: 40.625rem;
}

.p-schedule__list-img {
	margin: 0 auto;
	margin-top: -28px;
	margin-top: -1.75rem;
	width: 550px;
	width: 34.375rem;
}

.p-schedule__flow {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-schedule__flow-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.7222222222;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-schedule__account {
	background-color: #fff;
	border-radius: 0.625rem;
	color: #008cd5;
	display: grid;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 800;
	height: 142px;
	height: 16rem;
	letter-spacing: 0.05em;
	line-height: 1.7619047619;
	margin: 0 auto;
	margin-top: 26px;
	margin-top: 1.625rem;
	place-items: center;
	width: 402px;
	width: 30.125rem;
}

.p-schedule__flow-text2 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.3333333333;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-schedule__flow-text2 span {
	display: inline-block;
	margin-bottom: 0.5em;
}

.p-thanks {
	height: calc(100vh - 4.25rem);
}

.p-thanks__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-thanks__inner p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.p-thanks__inner button {
	background-color: #ffe500;
	border-radius: 0.3125rem;
	color: #1aa5d8;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	height: 50px;
	height: 3.125rem;
	letter-spacing: 0.05em;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	place-items: center;
	width: 200px;
	width: 12.5rem;
}

.p-top__main {
	background-color: #ffe500;
	border-radius: 0.625rem;
	padding: 64px 20px 26px;
	padding: 4rem 1.25rem 1.625rem;
}

.p-top__info {
	margin: 0 auto;
	width: 380px;
	width: 23.75rem;
}

.p-top__member {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 5.3125rem 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top__member-title {
	border: 3px solid #00803e;
	border: 0.1875rem solid #00803e;
	border-radius: 0.5rem;
	color: #00803e;
	display: grid;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	height: 41px;
	height: 2.5625rem;
	place-items: center;
}

.p-top__member-list {
	color: #00803e;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.1875;
}

.p-top__text {
	border-bottom: 1px solid #00803e;
	border-bottom: 0.0625rem solid #00803e;
	border-top: 1px solid #00803e;
	border-top: 0.0625rem solid #00803e;
	color: #00803e;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.7058823529;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
}

.p-top__support {
	color: #00803e;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: -0.01em;
	line-height: 1.7333333333;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-top__performer {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-top__performer-title {
	color: #00803e;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}

.p-top__performer-title::before {
	background: url(../images/top_left.png) center center/contain no-repeat;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 93px;
	height: 5.8125rem;
	left: 0;
	position: absolute;
	width: 129px;
	width: 8.0625rem;
}

.p-top__performer-title::after {
	background: url(../images/top_right.png) center center/contain no-repeat;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 55px;
	height: 3.4375rem;
	position: absolute;
	right: 0;
	width: 127px;
	width: 7.9375rem;
}

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

.p-top__list {
	gap: 14px;
	gap: 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: grid;
	grid-template-columns: 8.75rem 1fr;
	overflow: hidden;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: relative;
}

.p-top__list + .p-top__list {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top__img {
	height: 100%;
}

.p-top__img img {
	-o-object-fit: cover;
	height: 100%;
	max-width: unset;
	object-fit: cover;
}

.p-top__content {
	padding: 10px 0;
	padding: 0.625rem 0;
}

.p-top__name {
	color: #00803e;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.p-top__instagram {
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 12px;
	top: 0.75rem;
}

.p-top__instagram a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
}

.p-top__instagram img {
	margin-right: 6px;
	margin-right: 0.375rem;
	width: 25px;
	width: 1.5625rem;
}

.p-top__instagram span {
	display: none;
}

.p-top__profile {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.2142857143;
	margin-top: 10px;
	margin-top: 0.625rem;
}

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

.p-about__text .u-md {
	display: block;
}

.p-top__instagram {
	left: 24.75rem;
	right: auto;
	right: initial;
}

.p-top__instagram span {
	display: block;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

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

main {
	border-radius: 3.125rem;
}

.p-contact {
	padding-bottom: 0;
}

.p-header {
	background-color: transparent;
	height: 9.0625rem;
}

.p-header__inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 2.1875rem;
}

.p-header__logo {
	width: 29.5625rem;
}

.p-link {
	bottom: 0;
	left: auto;
	left: initial;
	padding: 0;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 10rem;
}

}

@media (max-width: 650px) {

html {
	font-size: 2.4615384615vw;
}

}

@-webkit-keyframes load-circle {

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

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

}

@keyframes load-circle {

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

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

}


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



/* メッセージ */
#message{
	width: 100%;
	margin-top: 5.625rem;

}
.massage{
	background-color: rgb(246, 153, 153);
	width: 92%;
    border-radius: 10px;
	padding: 5%;
}
.message h2{
	color: #fff;
	text-align: center;
}
.message_box{
	margin-top: 5%;
}
.message_box_content{
	background-color: #fff;
	border-radius: 10px;;
}