body {
	font-family: "Noto Sans JP", sans-serif;
}

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

.top-layer {
	margin-top: 5rem;
}

.top-layer__contents {
	margin-top: 2.5rem;
}

.about-card {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	overflow: hidden;
}

.about-card__image {
	height: calc(100% - 10px) !important;
	width: calc(100% - 10px) !important;
}

.about-card__image {
	position: relative;
}

.about-card__image:after {
	background-color: #ffffff;
	border: 2px solid #3898FF;
	border-radius: 2.5rem 0 2.5rem 0;
	bottom: -0.625rem;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: -0.625rem;
	width: 100%;
	z-index: -1;
}

/* 画像がスライド内に収まるようにする */

.about-card__image img {
	-o-object-fit: cover;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.about-card__text {
	color: #333333;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.about-card__text p:not(:first-child) {
	margin-top: 1.25rem;
}

.about-card__text--th {
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
}

.about-card__text--en {
	color: #3898FF;
	font-family: "Noto Sans JP", sans-serif;
}

.about__inner.inner {
	max-width: 39.375rem;
}

.about__inner--jp.inner {
	max-width: 39.375rem;
}

.about__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

/* --------------------------------------------
/* about スワイパー
/* -------------------------------------------- */

.about__swiper.swiper {
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.about__swiper .swiper-wrapper {
	display: flex;
	width: 100%;
}

.about__swiper .swiper-slide {
	align-items: center;
	border-radius: 2.5rem 0 2.5rem 0;
	display: flex;
	justify-content: center;
	max-width: 100%;
	position: relative;
	z-index: 5;
}

.about__swiper .swiper-slide:before {
	content: "";
	display: block;
	padding-top: 67.0846394984%;
}

.about__swiper .swiper-slide img {
	-o-object-fit: cover;
	border-radius: 2.5rem 0 2.5rem 0;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.artists-card__image {
	aspect-ratio: 329/283;
	border-radius: 2.5rem 0 2.5rem 0;
	max-width: 100%;
}

.artists-card__image img {
	-o-object-fit: cover;
	border-radius: 2.5rem 0 2.5rem 0;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.artists-card__image--van img {
	-o-object-position: center 5%;
	object-position: center 5%;
}

.artists-card__image--takako img {
	-o-object-position: center 80%;
	object-position: center 80%;
}

.artists-card__body {
	background-color: #ffffff;
	border-radius: 0.25rem;
	box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2.125rem;
	padding: 0.875rem;
	position: relative;
	width: 89%;
	z-index: 5;
}

.artists-card__name {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.artists-card__name span {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.artists-card__text {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.artists-card__text--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.artists-card__text--en {
	margin-top: 1rem;
}

.artists-card--reverse .artists-card__image {
	order: 2;
}

.artists {
	background-image: url("../images/common/artists-back-ground.jpg");
	background-position: center;
	background-size: cover;
	padding-bottom: 1.25rem;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.artists:before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #3898FF;
	background-position: center;
	background-size: cover;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.artists__inner.inner {
	margin-top: 5rem;
	max-width: 33.125rem;
}

.artists__items {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	overflow: hidden;
	padding: 0.5rem;
}

.back-to-top,
.back-to-home {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
	width: 9.8125rem;
}

.back-to-top a,
.back-to-home a {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	transition: all 0.3s ease;
}

.back-to-top a::after,
.back-to-home a::after {
	background: #ffffff;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transform-origin: center;
	transition: all 0.3s;
	width: 0;
}

.back-to-home a:hover::after,
.back-to-top a:hover::after {
	width: 100%;
}

/* --------------------------------------------
/* 基本のボタン（黒＋白テキスト）
/* -------------------------------------------- */

.button {
	background-color: #333333;
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, 0.679rem + 0.357vw, 1rem);
	font-weight: 400;
	line-height: 1.5;
	padding: 0.75rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
	z-index: 1;
}

.button span {
	padding-right: 2.5rem;
	position: relative;
	z-index: 3;
}

.button span:after {
	border-bottom: 5px solid transparent;
	border-left: 0.625rem solid #ffffff;
	border-right: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	z-index: 3;
}

.button:after {
	background: #ffffff;
	border: 1px solid #333333;
	content: "";
	height: 100%;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	width: 100%;
	z-index: 2;
}

.button:hover:after {
	transform: scale(1, 1);
	transform-origin: left top;
}

.button:hover {
	color: #333333;
}

.button:hover span:after {
	border-left-color: #333333;
}

/* --------------------------------------------
/* シェアボタン（緑＋白テキスト）
/* -------------------------------------------- */

.button--share {
	align-items: center;
	background-image: linear-gradient(45deg, #14BE27, #3CDD11);
	border-radius: 0.5rem;
	display: flex;
	font-size: clamp(0.75rem, 0.679rem + 0.357vw, 1rem);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.5625rem;
	min-height: 3.875rem;
	position: relative;
	z-index: 1;
}

.button--share span {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
	text-align: center;
}

.button--share span::first-letter {
	text-transform: uppercase;
}

.button--share span:before {
	background-image: url(../images/common/icon-mike.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
	z-index: 3;
}

.button--share-02 span:before {
	background-image: url(../images/common/icon-square.png);
}

/* --------------------------------------------
/* Special Thanksボタン
/* -------------------------------------------- */

.button--thanks span {
	padding-right: 1.25rem;
}

.button--thanks span::first-letter {
	text-transform: uppercase;
}

/* --------------------------------------------
/* 送信ボタン
/* -------------------------------------------- */

.button--submit {
	background-color: #333333;
	border-radius: 0.25rem;
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, 0.679rem + 0.357vw, 1rem);
	font-weight: 400;
	line-height: 1.5;
	padding: 0.75rem 0;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.button--submit:hover {
	opacity: 0.7;
}

/* --------------------------------------------
/* お問い合わせボタン（封筒アイコンつき）
/* -------------------------------------------- */

.contact-button {
	background-color: #3898FF;
	border-radius: 0.5rem;
	box-shadow: 0 4px 0 0 #2371C4;
	display: inline-block;
	padding: 0.375rem 0;
	padding: 0.6875rem 0;
	position: relative;
	transition: all 0.2s ease;
	width: 17.5rem;
	z-index: 1;
}

.contact-button:hover {
	opacity: 0.7;
}

.contact-button--orange {
	background-color: #EF7800;
	box-shadow: 0 4px 0 0 #E55500;
}

.contact-button__text {
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding-left: 1.75rem;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}

.contact-button__text:before {
	background-image: url(../images/common/icon-mail.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	width: 1.125rem;
	z-index: 3;
}

/* --------------------------------------------
/* ヘッダーのお問い合わせボタン（SPとPCで切り替え）
/* -------------------------------------------- */

.contact-button--header {
	align-items: center;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 6rem;
}

.contact-button--header .contact-button__text {
	font-size: 0.8125rem;
}

.contact-card__logo {
	margin-left: auto;
	margin-right: auto;
}

.contact-card-logo {
	max-width: 100%;
	position: relative;
	width: 9.375rem;
	z-index: 1;
}

.contact-card-logo__link {
	height: inherit;
	max-width: 100%;
	width: 100%;
}

.contact-card-logo img {
	-o-object-fit: contain;
	max-width: 100%;
	object-fit: contain;
	vertical-align: baseline;
	width: 100%;
}

.contact-card {
	background-color: #ffffff;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.6875rem 1.5625rem;
	text-align: center;
}

.contact-card__text {
	color: #3898FF;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.contact-card__text--th {
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1rem;
}

.contact-card__text--en {
	font-family: "Noto Sans JP", sans-serif;
}

.contact-card__team-name {
	color: #3898FF;
	font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.contact-card__team-name--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.contact-card__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.contact-form {
	background-color: #ffffff;
	border-radius: 0.25rem;
	margin-top: 5rem;
	padding: 0.9375rem;
}

.contact-form__item {
	margin-top: 2.5rem;
}

.input-text,
.input-tel,
.input-email,
.input-file,
.select-box,
.textarea-box {
	background-color: #ffffff;
	border: 1px solid #3898FF;
}

/* ============================================
/* テキスト入力（名前、メルアド等）
/* ============================================ */

.input-group {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.required-tag {
	background-color: #ff0000;
	border-radius: 0.25rem;
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0.25rem 0.375rem;
}

.input-label {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.input-label span {
	font-family: "Noto Sans Thai", sans-serif;
}

.input-text,
.input-email,
.input-tel {
	margin-top: 0.625rem;
	padding: 0.625rem;
	width: 100%;
}

.input-text::-moz-placeholder,
.input-email::-moz-placeholder,
.input-tel::-moz-placeholder,
.textarea-box::-moz-placeholder {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.input-text::placeholder,
.input-email::placeholder,
.input-tel::placeholder,
.textarea-box::placeholder {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

/* ============================================
/* セレクトボックス（お住まいの地域）
/* ============================================ */

.select-container {
	display: inline-block;
	margin-top: 0.625rem;
	position: relative;
	width: 100%;
}

.select-box {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #3898FF;
	border-radius: 0.25rem;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	outline: none;
	padding: 0.625rem;
	width: 100%;
}

.select-container::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #3898FF;
	content: "";
	height: 0;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.select-box:focus {
	border-color: #3498db;
}

/* ============================================
/* テキストエリア（お問い合わせ内容）
/* ============================================ */

.textarea-box {
	border: 1px solid #3898FF;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.625rem;
	outline: none;
	padding: 0.625rem;
	resize: vertical;
	width: 100%;
}

/* ============================================
/* チェックボックス（個人情報）
/* ============================================ */

.checkbox-group {
	margin-top: 0.625rem;
}

.check-test {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.check-label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0.3125rem;
	padding-left: 1.875rem;
	position: relative;
}

.check-label-span {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.check-label-span::before {
	background-color: #ffffff;
	border: 1px solid #3898FF;
	border-radius: 0.25rem;
	content: "";
	display: inline-block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.check-test:checked + .check-label-span::before {
	border-color: #3498db;
}

.check-test:checked + .check-label-span::after {
	border: solid #ff0000;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 10px;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
}

.check-test:focus + .check-label-span::before {
	outline: 2px solid #3498db;
}

.contact-form__privacy-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.contact-form__privacy-text p {
	margin-top: 0.625rem;
}

.contact-form__privacy-text--th {
	font-family: "Noto Sans Thai", sans-serif;
}

/* ============================================
/* 送信ボタン
/* ============================================ */

.contact-form__button {
	margin-top: 2.5rem;
	text-align: center;
}

/* ============================================
/* エラー時のスタイル
/* ============================================ */

.js-error-required,
.js-error-required-select,
.js-error-required-agreement {
	color: #ff0000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.errored {
	border: 2px solid #C94800;
}

.input-submit.disabled,
.input-submit:disabled {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}

.input-submit.disabled:hover,
.input-submit:disabled:hover {
	background-color: #cccccc;
}

/* ============================================
/* ファイルを選択ボタン
/* ============================================ */

/* --------------------------------------------
/* 寄付詳細ボタン
/* -------------------------------------------- */

.donation-button {
	background-color: #3898FF;
	border-radius: 0.5rem;
	box-shadow: 0 4px 0 0 #2371C4;
	display: inline-block;
	padding: 0.375rem 0;
	padding: 0.6875rem 0;
	transition: all 0.2s ease;
	width: 17.5rem;
}

.donation-button:hover {
	opacity: 0.7;
}

.donation-button__text {
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding-left: 1.75rem;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}

.donation-button__text:before {
	background-image: url(../images/common/love.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	width: 1.125rem;
}

.donation__container {
	background-color: #ffffff;
	border-radius: 0.625rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	padding: 5rem 1.25rem;
}

.donation__main-copy--th {
	color: #3898FF;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.donation__main-copy--en {
	color: #3898FF;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.donation__main-copy--jp {
	color: #3898FF;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.donation__label {
	color: #3898FF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
}

.donation__label span {
	display: block;
	font-size: 1rem;
	margin-top: 0.25rem;
}

.donation__label--en {
	margin-top: 0.625rem;
}

.donation__label--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.donation__counter {
	margin-top: 2.5rem;
	text-align: center;
}

.donation__amount {
	color: #3898FF;
	font-family: "Poppins", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.25rem;
}

.donation__amount .unit {
	color: #3898FF;
	display: inline;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.donation__qr-code {
	margin-top: 2.5rem;
	position: relative;
}

.donation__qr-code::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.donation__qr-code img {
	-o-object-fit: contain;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.donation__button {
	margin-top: 2.5rem;
	text-align: center;
}

.top-footer {
	padding: 1.125rem 0;
	text-align: center;
}

.footer__copyright {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.hamburger {
	max-width: 100%;
	padding-left: 1rem;
	z-index: 9999;
}

.hamburger span {
	background: #3898FF;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	position: relative;
	text-align: center;
	transition: ease 0.3s;
	width: 1.5625rem;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 0.3125rem 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}

.hamburger.is-open span:nth-child(1),
.hamburger.is-open span:nth-child(2),
.hamburger.is-open span:nth-child(3) {
	background: #ffffff;
}

.hamburger.is-open span:nth-child(1) {
	top: 0.5rem;
	transform: rotate(40deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.hamburger.is-open span:nth-child(3) {
	top: -0.375rem;
	transform: rotate(-40deg);
}

.header-logo {
	max-width: 100%;
	position: relative;
	width: 2.5rem;
	z-index: 9999;
}

.header-logo__link {
	height: inherit;
	max-width: 100%;
	width: 100%;
}

.header-logo img {
	-o-object-fit: contain;
	max-width: 100%;
	object-fit: contain;
	vertical-align: baseline;
	width: 100%;
}

.header {
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	height: 3.75rem;
	left: 0;
	max-width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header:before {
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background: linear-gradient(to right, #3898FF, rgba(56, 152, 255, 0));
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: clamp(8rem, 2.333rem + 28.333vw, 25rem);
	z-index: 3;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-areas: "logo space contact hamburger";
	grid-template-columns: 2.5rem auto 6rem 3.75rem;
	height: 100%;
	max-width: 100%;
	padding: 0 0 0 0.9375rem;
	width: 100%;
}

.header__logo {
	grid-area: logo;
}

.header__sp-nav {
	background-color: #3898FF;
	display: none;
	height: 100vh;
	left: 0;
	overflow: scroll;
	padding-bottom: 12.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	position: absolute;
	right: 0;
	top: 3.75rem;
	width: 100%;
	z-index: 88;
}

.header__hamburger {
	border: 2px solid #3898FF;
	grid-area: hamburger;
	height: 100%;
	width: 3.75rem;
}

.header__button {
	grid-area: contact;
	height: 100%;
	max-width: 6rem;
}

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

.instagram__main-copy {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.instagram__contents-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 0 20%;
}

.instagram__qr-code {
	border-radius: 0.25rem;
	position: relative;
	transition: 0.3s;
}

.instagram__qr-code:hover {
	transform: scale(1.1);
}

.instagram__qr-code::before {
	content: "";
	display: block;
	padding-top: 100%;
	width: 100%;
}

.instagram__qr-code img {
	-o-object-fit: contain;
	border-radius: 0.25rem;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.instagram__hashtag p {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

/* 英語ページ全体に適用されるスタイル */

.lang-en { /* 基本的なスタイルはデフォルトのまま */
	text-transform: none;
}

.lang-en .uppercase {
	text-transform: uppercase;
}

.lang-en .capitalize {
	text-transform: capitalize;
}

.lang-en .lowercase {
	text-transform: lowercase;
}

.language-switcher {
	bottom: 1.25rem;
	position: fixed;
	right: 0.9375rem;
	width: 9.375rem;
	z-index: 1000;
}

.language-switcher__wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

.language-switcher__ja,
.language-switcher__thai {
	background-color: #E55500;
	border-radius: 0.25rem;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.375rem 0;
	transition: 0.3s;
	width: 100%;
}

.language-switcher__ja:hover,
.language-switcher__thai:hover {
	background-color: #ffffff;
	border: 1px solid #E55500;
	color: #E55500;
}

.language-switcher__thai {
	font-family: "Noto Sans Thai", sans-serif;
}

.link-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.link-card__image {
	position: relative;
}

.link-card__image::before {
	content: "";
	display: block;
	padding-top: 55.263%;
}

.link-card__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.5s ease;
	width: 100%;
}

.link-card:hover .link-card__image img {
	transform: translate(-50%, -50%) scale(1.2);
}

.link-card__image-contain img {
	-o-object-fit: contain;
	object-fit: contain;
}

.link-card__body {
	align-items: center;
	background-color: #333333;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
	justify-content: center;
	margin-top: 0.5rem;
	padding: 0.5rem;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.link-card__title {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.688rem, 0.634rem + 0.268vw, 0.875rem);
	font-weight: 400;
	line-height: 1.5;
	margin-right: 0.625rem;
	text-align: center;
}

.link-card__title span {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.688rem, 0.634rem + 0.268vw, 0.875rem);
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.link-card__title:after {
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ffffff;
	border-right: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	content: "";
	display: inline-block;
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
	z-index: 5;
}

.link {
	background-color: #FBFBFB;
	padding-top: 5rem;
}

.link__inner {
	max-width: 33.125rem;
}

.link__main-copy {
	margin-top: 2.5rem;
	text-align: center;
}

.link__main-copy--th {
	color: #333333;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.link__main-copy--en {
	color: #3898FF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.link__main-copy--jp {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.link__items {
	grid-gap: 1.25rem 1.5rem;
	display: grid;
	gap: 1.25rem 1.5rem;
	grid-template-columns: 1fr 1fr;
}

.lyrics {
	background-image: url("../images/common/lyrics-back-ground.jpg");
	background-position: center;
	background-size: cover;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.lyrics:before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #3898FF;
	background-position: center;
	background-size: cover;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.lyrics__inner {
	margin-top: 5rem;
	max-width: 39.375rem;
}

.lyrics__heading {
	margin-top: 2.5rem;
	text-align: center;
}

.lyrics__main-copy {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.lyrics__text {
	margin-top: 2.5rem;
}

.lyrics__text--th {
	color: #333333;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.lyrics__text--en {
	color: #3898FF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.lyrics__text--jp {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.lyrics__text p:not(:first-child) {
	margin-top: 1.25rem;
}

.lyrics__tab {
	margin-top: 2.5rem;
}

.lyrics__tab-contents {
	background-color: #3898FF;
	border-radius: 0 0.25rem 0.25rem 0.25rem;
	padding: 0.625rem 0.4375rem;
}

.modal {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: 0.4s;
	width: 100%;
	z-index: 1000;
}

.modal__background {
	background: rgba(32, 32, 32, 0.8);
	height: 100%;
	width: 100%;
}

.modal.active {
	display: flex;
}

.modal__contents {
	background-color: #ffffff;
	border-radius: 0.625rem;
	left: 50%;
	max-height: 80vh; /* ビューポートの80%の高さを最大値に設定 */
	max-width: 90%;
	overflow-y: auto; /* コンテンツが溢れた場合に縦スクロールを有効にする */
	padding: 2.5rem 1.25rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

.modal__contents-heading {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.modal__contents--th {
	color: #333333;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.modal__contents--en {
	color: #3898FF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.modal__contents--jp {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.modal__text--th,
.modal__text--en,
.modal__text--jp {
	text-align: center;
}

.modal__items {
	list-style-type: decimal;
	margin-left: 1.25rem;
	margin-top: 1.25rem;
}

.modal__item {
	margin-top: 0.625rem;
}

.movie {
	background-color: #3898FF;
	padding: 2.5rem 0;
}

.movie__inner {
	max-width: 39.375rem;
}

.movie__heading {
	text-align: center;
}

.movie__main-copy {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.movie__main-copy--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.movie__text {
	margin-top: 2.5rem;
}

.movie__text--th {
	color: #ffffff;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.movie__text--en {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.movie__text--jp {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.movie__text p:not(:first-child) {
	margin-top: 2.5rem;
}

.movie__button {
	margin-top: 2.5rem;
}

.movie__movie {
	background-color: gray;
	margin-top: 2.5rem;
	position: relative;
}

.movie__movie::before {
	content: "";
	display: block;
	padding-top: 56.231%;
}

.movie__movie .movie__video {
	-o-object-fit: cover;
	border: none;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.movie__movie-title {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: center;
}

.movie__movie-title span {
	color: #ffffff;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: center;
}

.movie__movie-title--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.movie__donation {
	margin-top: 2.5rem;
}

.page-contact-thanks {
	background-color: #3898FF;
	padding: 8.75rem 0;
}

.page-contact-thanks__inner.inner {
	max-width: 39.375rem;
}

.page-contact-thanks__contents-wrapper {
	background-color: #ffffff;
	border-radius: 0.25rem;
	padding: 2.5rem 0.9375rem;
}

.page-contact-thanks__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.5rem;
	text-align: center;
}

.page-contact-thanks__text--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.page-contact-thanks__text--en {
	margin-top: 1.25rem;
}

.page-contact-thanks__text--jp {
	margin-top: 1.25rem;
}

.page-contact-thanks__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.page-contact {
	background-color: #3898FF;
	padding: 8.75rem 0;
}

.page-contact__inner.inner {
	max-width: 39.375rem;
}

.page-contact__text {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.5rem;
	text-align: center;
}

.page-contact__text--th {
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
}

.page-contact__text--en {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 1.25rem;
}

.page-contact__text--jp {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 1.25rem;
}

.pc-nav {
	display: none;
	height: inherit;
	margin-left: auto;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	height: inherit;
}

.pc-nav__items .pc-nav__item:last-child {
	padding-right: 0;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item a {
	color: #3D0B04;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	gap: 0.25rem;
	height: inherit;
	justify-content: center;
	line-height: 1;
	padding: 0 max(1rem, min(1.389vw, 20px));
	text-align: center;
	text-transform: capitalize;
	transition: transform 0.3s ease;
	white-space: nowrap;
}

.pc-nav__item:not(:first-child) {
	border-left: 1px solid #3D0B04;
}

.pc-nav__item:last-child {
	border-right: 1px solid #3D0B04;
}

.pc-nav__item a span {
	color: #3D0B04;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5625rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.1875rem;
}

.pc-nav__text--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.pc-nav__item a.current,
.pc-nav__item:hover {
	color: #E55500;
}

.pc-nav__item a:hover {
	transform: scale(1.1);
}

.profile-card__image {
	border-radius: 2.5rem 0 2.5rem 0;
	position: relative;
}

.profile-card__image img {
	-o-object-fit: cover;
	border-radius: 2.5rem 0 2.5rem 0;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.profile-card__title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.688rem, 1.741rem - 0.268vw, 1.5rem);
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.profile-card__title span {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.profile-card__text {
	margin-top: 1.875rem;
}

.profile-card__text--th {
	color: #333333;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.profile-card__text--en {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.profile-card__text--jp {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.profile-card__works {
	margin-top: 2.5rem;
}

.profile-card__button {
	margin-top: 1.875rem;
}

.profile {
	background-image: url("../images/common/profile-back-ground.jpg");
	background-position: center;
	background-size: cover;
	margin-top: 0.625rem;
	overflow: hidden;
	padding-bottom: 10rem;
	padding-top: 5.625rem;
	position: relative;
	z-index: 1;
}

.profile:before {
	background-image: url("../images/common/profile-back-ground.jpg");
	background-position: center;
	background-size: cover;
	content: "";
	height: 5.625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.profile:after {
	background-image: url("../images/common/profile-back-ground.jpg");
	background-position: center;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 3.75rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.profile__background-mask--white {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #ffffff;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	height: 5.625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.profile__background-mask--blue {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
	background-color: #3898FF;
	bottom: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	height: 3.75rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.profile__inner {
	max-width: 39.375rem;
}

.profile__items {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr;
}

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

.section-title__en {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.section-title__jp {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.section-title__th {
	color: #333333;
	display: block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.section-title__en--white,
.section-title__jp--white,
.section-title__th--white {
	color: #ffffff;
}

.share {
	background-color: #3898FF;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.share:before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #ffffff;
	background-position: center;
	background-size: cover;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.share__inner.inner {
	margin-top: 2.5rem;
	max-width: 39.375rem;
}

.share__heading {
	text-align: center;
}

.share__main-copy {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.share__main-copy--jp {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem;
}

.share__main-copy--th {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem;
}

.share__text {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.share__text--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.share__text--th {
	margin-top: 1.25rem;
}

.share__button {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 3.125rem;
}

.share__image-wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
}

.share__image {
	border-radius: 0.25rem;
	width: 20.5625rem;
}

.share__image::before {
	content: "";
	display: block;
	padding-top: 70.516%;
}

.share__image img {
	-o-object-fit: cover;
	border-radius: 0.25rem;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.share__image--ryoma03 img {
	-o-object-position: center 30%;
	object-position: center 30%;
}

/* --------------------------------------------
/* share スワイパー
/* -------------------------------------------- */

.share__swiper.swiper {
	height: 14.5rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.share__swiper .swiper-wrapper {
	height: inherit;
	max-width: 100%;
	transition-timing-function: linear;
	width: 100%;
}

.share__swiper .swiper-slide {
	height: inherit;
	max-width: 100%;
	width: 100%;
}

.share__instagram {
	margin-top: 2.5rem;
}

.song-description__title--en {
	color: #333333;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.song-description__title--th-pronunciation {
	color: #333333;
	display: block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.song-description__title--th {
	color: #333333;
	display: block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.song-description__title--th span {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.875rem, 0.771rem + 0.442vw, 1.125rem);
	font-weight: 700;
	line-height: 1.5;
}

.song-description__title--jp {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.song-description__composer {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-transform: capitalize;
}

.song-description__song-writer {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize;
}

.song-lyrics__text {
	margin-top: 2.5rem;
}

.song-lyrics--th {
	color: #333333;
	display: block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.song-lyrics--en {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.song-lyrics--jp {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.5rem;
}

.song-lyrics .song-lyrics__second-part {
	margin-top: 6.25rem;
}

.sp-nav__items {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	text-align: center;
}

.sp-nav__item {
	width: 100%;
}

.sp-nav__item a {
	color: #ffffff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0.75rem 1.375rem;
	text-transform: capitalize;
}

.sp-nav__item a:hover {
	opacity: 0.7;
}

.sp-nav__item a span {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
}

.sp-nav__text--th {
	font-family: "Noto Sans Thai", sans-serif;
}

.sp-nav__contact {
	margin-top: 2.5rem;
}

.special-thanks {
	background-image: linear-gradient(45deg, #2461A2, #3896FC);
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.special-thanks__inner {
	max-width: 33.125rem;
}

.special-thanks__title {
	text-align: center;
}

.special-thanks__title span {
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 2.5rem;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	z-index: 1;
}

.special-thanks__title span:before {
	background-color: #ffffff;
	border-radius: 0.1875rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-30deg);
	width: 0.125rem;
}

.special-thanks__title span:after {
	background-color: #ffffff;
	border-radius: 0.1875rem;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(30deg);
	width: 0.125rem;
}

.special-thanks__text {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
}

.special-thanks__text--th {
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
}

.special-thanks__text--en {
	font-family: "Noto Sans JP", sans-serif;
}

.special-thanks__items {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr;
	margin-top: 5rem;
}

.special-thanks__contact {
	margin-top: 5rem;
}

.special-thanks__item--text p {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.tab-contents__items {
	background-color: #ffffff;
	border-radius: 0.25rem;
}

.tab-contents__item {
	border: 1px solid #3898FF;
	border-radius: 0.25rem;
	display: none;
	padding: 0.75rem;
	padding: 2.5rem 1.125rem;
	text-align: center;
	transition: 0.3s;
}

.tab-contents__item.is-active {
	display: block;
}

.tab-contents__text {
	margin-top: 5rem;
}

.tab__items {
	grid-gap: 0.0625rem;
	display: grid;
	gap: 0.0625rem;
	grid-template-columns: repeat(3, 1fr);
	width: 60%;
}

.tab__item {
	background-color: #AAAAAA;
	border-radius: 0.25rem 0.25rem 0 0;
	height: 100%;
	overflow: hidden;
	padding: 0.75rem 0;
	text-align: center;
	width: 100%;
}

.tab__item:hover {
	cursor: pointer;
}

.tab__item p {
	color: #ffffff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	position: relative;
}

.tab__item img {
	height: 4rem;
	width: 4rem;
}

.tab__item.is-active {
	background-color: #3898FF;
}

.tab__item.is-active span {
	color: #ffffff;
}

.thanks-card {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 28.985% 1fr;
	height: 100%;
}

.thanks-card__image {
	background-color: #ffffff;
	border-radius: 2.5rem 0 2.5rem 0;
	overflow: hidden;
	position: relative;
}

.thanks-card__image::before {
	content: "";
	display: block;
	padding-top: 128%;
}

.thanks-card__image img {
	-o-object-fit: cover;
	border-radius: 2.5rem 0 2.5rem 0;
	height: 100%;
	left: 50%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.thanks-card__image.thanks-card__image--miku img {
	transform: translate(-50%, -50%) scale(1.2);
}

.thanks-card__image--logo img {
	-o-object-fit: contain;
	object-fit: contain;
	padding: 0.625rem;
}

.thanks-card__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.thanks-card__name {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.thanks-card__name span {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.thanks-card__button {
	margin-top: 1.25rem;
}

.top-fv {
	background-color: gray;
	background-image: url("../images/common/fv-sp.jpg");
	background-position: 30% 40%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100dvh;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-fv__inner.inner {
	height: 100%;
	position: relative;
	z-index: 2;
}

.top-fv__contents-wrapper {
	bottom: 1.375rem;
	left: 0;
	padding: 0 0.9375rem;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.top-fv__heading {
	width: 100%;
}

.top-fv__main-copy:not(:first-child) {
	margin-top: 0.25rem;
}

.top-fv__main-copy--en {
	background-color: #ffffff;
	color: #3D0B04;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.5rem, 1.345rem + 0.663vw, 1.875rem);
	font-weight: 700;
	line-height: 1;
	padding: 0.25rem;
}

.top-fv__sub-copy {
	margin-top: 0.25rem;
}

.top-fv__sub-copy--jp {
	font-feature-settings: "palt";
	background-color: #ffffff;
	color: #3D0B04;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.438rem, 1.256rem + 0.773vw, 1.875rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.25rem;
}

.top-fv__sub-copy--th,
.top-fv__sub-copy--en {
	background-color: #ffffff;
	color: #3D0B04;
	display: inline-block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: clamp(1.5rem, 1.345rem + 0.663vw, 1.875rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 0.25rem;
}

.top-fv__sub-copy--en {
	color: #3D0B04;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.5rem, 1.345rem + 0.663vw, 1.875rem);
	font-weight: 700;
	line-height: 1;
}

.top-fv__sub-copy--01 {
	margin-top: 2.5rem;
}

.top-fv__hashtag {
	background-color: #ffffff;
	display: block;
	margin-top: 2.5rem;
	overflow: hidden;
}

.top-fv__hashtag ul {
	animation: scroll-left 15s linear infinite;
	display: flex;
	padding: 0;
}

.top-fv__hashtag-item {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-right: 2rem;
	white-space: nowrap;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.works-pvan__title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: capitalize;
}

.works-pvan__playlists li a {
	color: #333333;
	display: block;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.works-pvan__playlists li a span {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.works-pvan__playlist {
	padding-left: 1.875rem;
	position: relative;
	transition: 0.3s;
}

.works-pvan__playlist::before {
	background-image: url("../images/common/icon-youtube-red.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.works-pvan__playlist:hover {
	color: #3898FF;
}

.works-pvan__playlist:hover span {
	color: #3898FF;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.top-layer {
	margin-top: 7.5rem;
}

.top-layer__contents {
	margin-top: 5rem;
}

.about-card {
	grid-template-columns: 1fr 1fr;
}

.about-card__text {
	font-size: 1rem;
}

.about__inner.inner {
	max-width: 70.625rem;
}

.about__inner--jp.inner {
	max-width: 51.25rem;
}

.about__items {
	gap: 5rem;
}

.about__item:nth-child(2) .about-card__image {
	grid-column: 2;
	grid-row: 1;
}

.about__item:nth-child(2) .about-card__text {
	grid-column: 1;
	grid-row: 1;
}

.artists-card {
	display: grid;
	grid-template-columns: 18.0625rem 1fr;
}

.artists-card__image {
	margin-right: -1.375rem;
}

.artists-card__body-wrapper {
	margin-left: -1.375rem;
	padding-top: 3.4375rem;
}

.artists-card__body {
	height: 100%;
	margin-top: 0;
	padding: 0.9375rem 1.375rem;
	width: 100%;
}

.artists-card--reverse {
	grid-template-columns: 1fr 18.0625rem;
}

.artists-card--reverse .artists-card__body-wrapper {
	margin-left: 0;
	margin-right: -1.375rem;
	order: 1;
}

.artists {
	padding-bottom: 2.5rem;
	padding-top: 6.25rem;
}

.artists:before {
	height: 6.25rem;
}

.artists__inner.inner {
	max-width: 51.25rem;
}

.back-to-top,
.back-to-home {
	margin-top: 5rem;
}

.back-to-top a,
.back-to-home a {
	font-size: 1.5rem;
}

.button {
	width: 23.125rem;
}

.button--share::before {
	background-image: url(../images/common/arrow-square.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: -3.125rem;
	transform: translateX(-50%);
	width: 3.625rem;
	z-index: 2;
}

.button--share::after {
	background-image: url(../images/common/arrow-square.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%);
	width: 3.625rem;
	z-index: 2;
}

.button--thanks {
	width: 100%;
}

.button--submit {
	width: 23.125rem;
}

.contact-button {
	width: 15.3125rem;
}

.contact-button__text {
	font-size: 1.125rem;
}

.contact-button--header {
	border-radius: 0.5rem;
	box-shadow: 0 4px 0 0 #2371C4;
	height: auto;
	width: 9.8125rem;
}

.contact-button--header .contact-button__text {
	font-size: 1.125rem;
}

.contact-card {
	padding: 2.5rem;
	width: 100%;
}

.contact-card__text {
	font-size: 1.25rem;
}

.contact-card__text--th {
	font-size: 1.25rem;
}

.contact-form {
	padding: 2.5rem;
}

.select-container {
	width: 12.5rem;
}

.select-box {
	font-size: 1.125rem;
}

.check-label-span {
	font-size: 1.125rem;
}

.contact-form__privacy-text {
	font-size: 1rem;
}

.donation-button {
	width: 15.3125rem;
}

.donation-button__text {
	font-size: 1.125rem;
}

.donation__main-copy--en {
	font-size: 1.25rem;
}

.donation__main-copy--jp {
	font-size: 1.25rem;
}

.donation__counter-wrapper {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.donation__counter {
	margin-top: 0;
}

.donation__amount {
	font-size: 6.25rem;
}

.donation__amount .unit {
	font-size: 1.125rem;
}

.donation__qr-code {
	margin-top: 0;
}

.hamburger {
	display: none;
}

.header-logo {
	width: 2.75rem;
}

.header {
	height: 4.375rem;
}

.header__inner {
	grid-template-areas: "logo space nav contact";
	grid-template-columns: 2.75rem auto auto 11.5625rem;
	padding: 0 0.9375rem;
}

.header__logo {
	justify-self: start;
}

.header__pc-nav {
	display: block;
	grid-area: nav;
	padding: 1.125rem 0;
	position: relative;
	z-index: 5;
}

.header__hamburger {
	display: none; /* PCではハンバーガーメニューを非表示 */
}

.header__button {
	display: block;
	height: auto;
	justify-self: end;
	max-width: 11.5625rem;
}

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

.instagram__main-copy {
	font-size: 1.5rem;
}

.instagram__contents-wrapper {
	flex-direction: row;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.instagram__qr-code::before {
	width: 12.5rem;
}

.instagram__hashtag {
	width: 50%;
}

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

.language-switcher {
	right: 1.5625rem;
	width: 12.5rem;
}

.link {
	padding-top: 6.25rem;
}

.link__main-copy {
	margin-top: 5rem;
}

.link__main-copy--en {
	font-size: 1rem;
}

.link__main-copy--jp {
	font-size: 1rem;
}

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

.lyrics {
	padding-top: 6.25rem;
}

.lyrics:before {
	height: 6.25rem;
}

.lyrics__inner {
	margin-top: 6.25rem;
}

.lyrics__main-copy {
	font-size: 1.125rem;
}

.lyrics__text--en {
	font-size: 1rem;
}

.lyrics__text--jp {
	font-size: 1rem;
}

.lyrics__tab {
	margin-top: 5.75rem;
}

.lyrics__tab-contents {
	padding: 3.5625rem 1.625rem;
}

.modal__contents {
	max-width: 48.125rem;
	padding: 2.5rem;
}

.modal__contents-heading {
	font-size: 2rem;
}

.movie {
	padding: 5rem 0;
}

.movie__text {
	margin-top: 5rem;
}

.movie__button {
	margin-top: 5rem;
}

.movie__movie {
	margin-top: 5.625rem;
}

.movie__movie::before {
	padding-top: 56.406%;
}

.movie__movie-title {
	margin-top: 0.9375rem;
}

.movie__movie-title span {
	font-size: 1.5rem;
	margin-top: 0.9375rem;
}

.movie__donation {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 48.125rem;
}

.page-contact-thanks {
	padding: 13.125rem 0;
}

.page-contact-thanks__inner.inner {
	min-width: 46.875rem;
}

.page-contact-thanks__contents-wrapper {
	padding: 5rem 1.5625rem;
}

.page-contact-thanks__logo {
	margin-top: 5rem;
}

.page-contact {
	padding: 13.125rem 0;
}

.page-contact__inner.inner {
	min-width: 46.875rem;
}

.pc-nav {
	display: block;
}

.profile-card {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
}

.profile-card.profile-card--02 {
	flex-direction: row-reverse;
}

.profile-card__image {
	width: 37.142%;
}

.profile-card__body {
	width: 57.662%;
}

.profile-card__title {
	margin-top: 0;
}

.profile-card__text {
	margin-top: 1rem;
}

.profile-card__button {
	margin-top: 1.125rem;
}

.profile {
	margin-top: 1.875rem;
	padding-bottom: 17.5rem;
	padding-top: 11.25rem;
}

.profile:after {
	height: 11.25rem;
}

.profile__background-mask--white {
	height: 11.25rem;
}

.profile__background-mask--blue {
	height: 11.25rem;
}

.profile__items {
	gap: 7.5rem;
}

.section-title__en {
	font-size: 2.5rem;
}

.section-title__jp {
	font-size: 1.25rem;
}

.section-title__th {
	font-size: 1.25rem;
}

.share {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.share:before {
	height: 6.25rem;
}

.share__inner.inner {
	margin-top: 8.75rem;
	max-width: 51.25rem;
}

.share__main-copy {
	font-size: 2.5rem;
}

.share__main-copy--jp {
	font-size: 1.5rem;
}

.share__main-copy--th {
	font-size: 1.5rem;
}

.share__text {
	margin-top: 1.5rem;
}

.share__button {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 7.5rem;
}

.share__image-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.125rem;
}

.share__image {
	width: 12.3125rem;
}

.share__image::before {
	padding-top: 117.766%;
}

.share__instagram {
	margin-top: 5rem;
}

.song-lyrics--th {
	font-size: 1.25rem;
}

.song-lyrics--en {
	font-size: 1.125rem;
}

.song-lyrics--jp {
	font-size: 1.125rem;
}

.song-lyrics .song-lyrics__second-part {
	margin-top: 7.5rem;
}

.sp-nav__contact {
	margin-top: 5rem;
}

.special-thanks {
	padding-top: 7.5rem;
}

.special-thanks__inner {
	max-width: 51.25rem;
}

.special-thanks__title span {
	font-size: 1.875rem;
}

.special-thanks__items {
	gap: 5rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 7.5rem;
}

.tab-contents__item {
	padding: 5rem 1.125rem;
}

.tab-contents__text {
	margin-top: 6.25rem;
}

.tab__items {
	width: 47.187%;
}

.tab__item {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 1rem 0;
	text-align: right;
}

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

.top-fv__contents-wrapper {
	padding: 0 1.5625rem;
}

.top-fv__hashtag {
	margin-top: 2.5rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scroll-left {

0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(-50%);
}

}


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