.u-font {
	font-family: "Noto Serif JP", serif;
}

.u-font__jp {
	font-family: "Noto Serif JP", serif;
}

.u-font__en {
	font-family: "Roboto", sans-serif;
}

body {
	position: relative;
	color: #000;
	font-family: "Noto Serif JP", serif;
}

body.no-scroll {
	overflow: hidden;
}

body::after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../img/fv-img.webp) repeat center center/contain;
	width: 100%;
	height: 100%;
	content: "";
}

a {
	transition: 0.3s;
	color: #000 !important;
	text-decoration: none;
}

picture,
img,
a,
span {
	display: inline-block;
}

img,
svg {
	width: 100%;
	height: 100%;
}

button {
	background: transparent;
	color: #000;
}

h1 {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	vertical-align: bottom;
	border: none;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
	height: 5.625rem;
}

.l-header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2.5rem;
	width: 100%;
	height: 100%;
}

.l-header__nav {
	-moz-column-gap: 1.25rem;
	display: flex;
	column-gap: 1.25rem;
	align-items: center;
}

.l-header__list {
	-moz-column-gap: 1.25rem;
	display: flex;
	column-gap: 1.25rem;
	align-items: center;
}

.l-header__btn a {
	border: 1px solid #000;
	border-radius: 2rem;
	padding: 0.625rem 1.25rem;
}

.l-drawer__icon {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 0.625rem;
	width: 3.125rem;
	height: 2.1875rem;
}

.l-drawer__icon-bar {
	background: #000;
	width: 100%;
	height: 1px;
}

.l-drawer {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(101%);
	z-index: 101;
	background: #dcdbdb;
	padding: 6.25rem 1.25rem 2.5rem;
	width: 100%;
	max-width: 18.75rem;
	height: 100vh;
	height: 100svh;
}

.l-drawer__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 3.125rem;
	height: 2.1875rem;
}

.l-drawer__close::before {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(0.4375rem) rotate(-30deg);
	background: #000;
	width: 1.875rem;
	height: 1px;
	content: "";
}

.l-drawer__close::after {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(0.4375rem) rotate(30deg);
	background: #000;
	width: 1.875rem;
	height: 1px;
	content: "";
}

.l-drawer__wrap {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.l-drawer__menu {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
}

.l-drawer__list li {
	margin-bottom: 2.5rem;
}

.l-main__wrap {
	display: flex;
	align-items: flex-start;
}

.l-main__side--large {
	position: sticky;
	top: 0;
	left: 0;
	flex: 1;
	height: 100vh;
}

.l-main__side--small {
	position: sticky;
	top: 0;
	right: 0;
	width: 128px;
	height: 100vh;
}

.l-main__center {
	position: relative;
	box-shadow: 0px 0px 6.954px 0px rgba(0, 0, 0, 0.25);
	background: #FFFCD1;
	width: 512px;
	height: -moz-fit-content;
	height: fit-content;
}

.l-inner {
	position: relative;
	margin: auto;
	padding: 0 min(1.6875rem, 36px);
	width: 100%;
	height: inherit;
}

.l-inner__narrow {
	max-width: 55rem;
}

.l-section {
	padding-top: 5rem;
}

.c-btn {
	display: block;
	position: relative;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 23px 0;
	width: 100%;
	height: auto;
	text-align: center;
	pointer-events:none;
}

.c-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	background: #ccc;
	width: 100%;
	height: 100%;
	content: "";
}

.c-btn .first-row {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #000;
}

.c-btn .second-row {
	-moz-column-gap: 10px;
	display: flex;
	position: relative;
	column-gap: 10px;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #000;
}

.c-btn .text {
	position: relative;
	z-index: 2;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 0.8333333333;
	letter-spacing: 0em;
	color: #000;
}

.c-btn img {
	-o-object-fit: contain;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	aspect-ratio: 1;
	width: 14px;
	height: auto;
	object-fit: contain;
}

.c-btn--large {
	padding: 23px 0;
	width: 383px;
}

.c-toTop {
	position: fixed;
	right: 2.5rem;
	bottom: 2.5rem;
	visibility: hidden;
	opacity: 0;
	z-index: 97;
	transition: all 0.3s ease;
	border-radius: 50%;
	background: #58a7f7;
	aspect-ratio: 1;
	width: 3.75rem;
	height: auto;
}

.c-toTop.js-show {
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
}

.c-section__title--jp {
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 20.8px);
	line-height: 1.8;
	letter-spacing: 0.3em;
	text-align: center;
}

.c-accordion {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.c-accordion__item {
	overflow: hidden;
}

.c-accordion__item:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.c-accordion__header {
	cursor: pointer;
}

.c-accordion__content {
	height: 0;
}

.c-animated__fadeIn {
	transform: translateY(20px);
	opacity: 0;
	transition: all 1s ease;
}

.c-animated__fadeIn.js-active {
	transform: translateY(0);
	opacity: 1;
}

.c-tab__content-wrap {
	position: relative;
	width: 100%;
}

.c-tab__content {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
}

.c-tab__content:first-of-type {
	position: relative;
}

.c-tab__content.js-active {
	opacity: 1;
}

/*----------------------------------
    left
-----------------------------------*/

.p-side__logo {
	display: block;
	position: fixed;
	top: 15px;
	left: 26px;
	width: 3.8125rem;
	height: auto;
}

.p-side__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.p-side__container-inner {
	opacity: 0;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-name: fade;
}
.p-side__container-inner h1{
	margin: 0;
}

.p-side__container-inner .c-btn--large{
	margin: 0 auto;
}

.p-side__title {
	margin-bottom: 32px;
	aspect-ratio: 385/127;
	width: calc(385px * 1.2);
	height: auto;
}

.p-side__title img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-side__day {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 0.961625rem;
	font-size: 15.384px;
	line-height: 1;
	letter-spacing: 0.1099701027em;
	text-align: center;
}

.p-side__total {
	margin-bottom: 37px;
	font-weight: 500;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
}

.p-side__total .price {
	color: #718F1A;
	font-weight: 500;
	font-size: 2.25rem;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0em;
}

.p-side__share {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.p-side__share .share-text {
	margin-right: 7px;
	width: 36px;
	height: auto;
}

.p-side__share .sns-icon {
	-moz-column-gap: 7px;
	display: flex;
	column-gap: 7px;
	align-items: center;
}

.p-side__share a {
	width: 24px;
	height: auto;
}

.p-side__share svg {
	width: 100%;
	height: 100%;
}

.p-side__bottom {
	margin: auto;
	width: 340px;
	height: auto;
}

.p-side__cat1,
.p-side__cat2 {
	transform: translateY(40px);
	opacity: 0;
	animation-duration: 1.3s;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	animation-name: fadeIn;
}

/*----------------------------------
    right
-----------------------------------*/

.p-side__cat1 {
	position: fixed;
	right: 620px;
	bottom: 0;
	z-index: 10;
	width: 121px;
	height: auto;
}

.p-side__cat2 {
	position: fixed;
	right: 9px;
	bottom: 5px;
	z-index: 10;
	width: 155px;
	height: auto;
}

.p-side__scroll {
	position: absolute;
	right: 90px;
	bottom: 145px;
	opacity: 0;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	animation-name: fade;
}

.p-side__scroll .text {
	font-weight: 500;
	font-size: 15.386px;
	letter-spacing: 1.692px;
	writing-mode: vertical-rl;
	text-orientation: sideways;
}

.p-side__scroll .triangle {
	transform: translateY(0px);
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-name: scrollDown;
	margin-top: 10px;
	margin-left: 2px;
}

.p-side__scroll .triangle span {
	display: block;
	border-top: 9px solid #000;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
	border-style: solid;
	width: 0;
	height: 0;
}

.p-side__scroll .triangle span:first-of-type {
	margin-bottom: 4px;
}

.p-fv {
	position: relative;
	padding-bottom: 100px;
}

.p-fv::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/fv-bg.webp) no-repeat center center/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-fv__logo {
	position: absolute;
	top: 0.8125rem;
	left: 0.75rem;
	z-index: 2;
	width: min(3.103125rem, 54px);
	height: auto;
}

.p-fv__container {
	position: relative;
	opacity: 0;
	z-index: 2;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-name: fade;
}

.p-fv__title {
	margin-bottom: min(1.375rem, 26px);
	margin-left: 23px;
	padding-top: min(5.5rem, 95px);
	width: calc(100% - 46px);
}

.p-fv__day {
	margin-bottom: min(1.375rem, 22px);
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.11em;
	text-align: center;
}

.p-fv__total {
	margin-bottom: min(1.375rem, 26px);
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
}

.p-fv__total .price {
	color: #718F1A;
	font-weight: 500;
	font-size: 2.25rem;
	line-height: 1;
	letter-spacing: 0em;
}

.p-fv__share {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: min(1.75rem, 32px);
	margin-bottom: min(1.0625rem, 20px);
}

.p-fv__share .share-text {
	margin-right: 7px;
	width: 36px;
	height: auto;
}

.p-fv__share .sns-icon {
	-moz-column-gap: 7px;
	display: flex;
	column-gap: 7px;
	align-items: center;
}

.p-fv__share a {
	width: 24px;
	height: 24px;
}

.p-fv__share svg {
	width: 100%;
	height: 100%;
}

.p-fv__bottom {
	margin: auto;
	width: min(8.375rem, 145px);
}

.p-fv__cat1 {
	bottom: 0;
	left: 2px;
	width: 98px;
	height: auto;
}

.p-fv__cat2 {
	right: 0;
	bottom: 4px;
	width: 125px;
	height: auto;
}

.p-fv__cat1,
.p-fv__cat2 {
	position: absolute;
	transform: translateY(40px);
	opacity: 0;
	z-index: 1;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeIn;
}

.p-message__img {
	opacity: 0;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-name: fade;
	aspect-ratio: 768/543;
	width: 100%;
	height: auto;
}

.p-message__text {
	padding: min(2rem, 42px) 0 27px;
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 18px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-message__text--sub {
	margin-bottom: min(2.25rem, 70px);
	font-weight: 400;
	font-size: 0.75rem;
	font-size: 12.5px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.p-movie {
	position: relative;
	padding-top: min(4.375rem, 83px);
	padding-bottom: min(3.45rem, 90px);
}

.p-movie::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/movie-bg.webp) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-movie__container {
	position: relative;
	z-index: 1;
}

.p-movie__title--en {
	margin: auto;
	width: min(18.5rem, 389px);
	height: auto;
}

.p-movie__text {
	margin: min(1.5rem, 32px) 0 min(1.75rem, 29.5px);
	font-weight: 400;
	font-size: 0.875rem;
	font-size: min(0.875rem, 18.2px);
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-movie__cast {
	margin-bottom: min(2.07875rem, 55.14px);
}

.p-movie__img-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}

.p-movie__img-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 165/134;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-movie__img-wrap img:nth-of-type(odd) {
	margin-right: -2px;
}

.p-movie__img-wrap img:nth-of-type(even) {
	margin-left: -2px;
}

.p-life {
	position: relative;
	padding-top: min(4.375rem, 83px);
	padding-bottom: min(3.45rem, 90px);
}

.p-life::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/life-bg.jpg) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-life__container {
	position: relative;
	z-index: 1;
}

.p-life__head {
	margin-top: min(2.375rem, 51px);
}

.p-life__head-img {
	margin-bottom: min(2.25rem, 47px);
	aspect-ratio: 338/211;
	width: 100%;
	height: auto;
}

.p-life__head-text {
	margin-bottom: min(2.6875rem, 57px);
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 20.8px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-life__item:not(:last-of-type) {
	margin-bottom: min(1.25rem, 26px);
}

.p-life__item-img {
	display: block;
	margin: auto;
	margin-bottom: min(0.4375rem, 9px);
	aspect-ratio: 1;
	width: min(8.3125rem, 173px);
	height: auto;
}

.p-life__item-name {
	font-weight: 500;
	font-size: 1.25rem;
	font-size: min(1.25rem, 26px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-life__item-role {
	font-weight: 500;
	font-size: 0.75rem;
	font-size: min(0.75rem, 15.6px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-life__item-text {
	position: relative;
	padding: min(1.0625rem, 22px) 0;
}

.p-life__item-text svg {
	position: absolute;
	width: min(2rem, 41.6px);
	height: auto;
}

.p-life__item-text .kakko-left {
	top: 0;
	left: max(-0.828125rem, -16.25px);
}

.p-life__item-text .kakko-right {
	right: max(-0.828125rem, -16.25px);
	bottom: 0;
}

.p-life__item-text span {
	font-weight: 400;
	font-size: 0.875rem;
	font-size: min(0.875rem, 18.2px);
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-life__item + .p-life__bottom-text {
	margin-top: min(2.0625rem, 43px);
}

.p-life__bottom-text + .p-life__bottom-text {
	margin-top: min(1.4375rem, 30px);
}

.p-life__bottom-text {
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 20.8px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-word {
	position: relative;
	padding-top: min(4.375rem, 88px);
	padding-bottom: min(3.45rem, 90px);
}

.p-word::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/word-bg.webp) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-word__container {
	position: relative;
	z-index: 1;
}

.p-word__title--en {
	margin: auto;
	width: min(19.375rem, 413px);
}

.p-word__head {
	margin-top: min(2.25rem, 47px);
	margin-bottom: min(1.4375rem, 31px);
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 20.8px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-word__item {
	position: relative;
	padding: min(4.625rem, 96px) 0 min(1.5rem, 31px);
}

.p-word__item img {
	-o-object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-word__item:not(:last-of-type) {
	margin-bottom: min(2.25rem, 46px);
}

.p-word__item-text {
	position: relative;
	z-index: 2;
	margin-bottom: min(0.5rem, 10.4px);
	font-weight: 400;
	font-size: 1.5625rem;
	font-size: min(1.40625rem, 30px);
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	white-space: nowrap;
}

.p-word__item-text.--left {
	padding-left: 13px;
}

.p-word__item-sub {
	position: relative;
	z-index: 2;
	font-weight: 500;
	font-size: 0.75rem;
	font-size: min(0.75rem, 15.6px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-rescue {
	position: relative;
	padding-top: min(4.375rem, 88px);
	padding-bottom: min(3.45rem, 90px);
}

.p-rescue::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/rescue-bg.webp) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-rescue__container {
	position: relative;
	z-index: 1;
}

.p-rescue__title--en {
	margin: auto;
	width: min(18.25rem, 384px);
}

.p-rescue__img {
	-o-object-fit: cover;
	margin-top: min(2.375rem, 50px);
	margin-bottom: min(2rem, 41px);
	aspect-ratio: 338/225;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-rescue__head {
	margin-bottom: min(0.75rem, 15.2px);
	font-weight: 400;
	font-size: 1.125rem;
	font-size: min(1.125rem, 23.4px);
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.p-rescue__text {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-rescue__text + .p-rescue__head {
	margin-top: min(1.9375rem, 47.6px);
}

.p-rescue__btn {
	-moz-column-gap: 10px;
	display: flex;
	position: relative;
	column-gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: min(2.25rem, 45px);
	padding: min(2.125rem, 45px);
	width: 100%;
}

.p-rescue__btn::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	background: #FFF;
	width: 100%;
	height: 100%;
	content: "";
}

.p-rescue__btn span {
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 0.9375rem;
	font-size: min(0.9375rem, 19.5px);
	line-height: 1;
	letter-spacing: 0em;
}

.p-rescue__btn img {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
	aspect-ratio: 1;
	width: min(0.875rem, 18.2px);
	height: auto;
}

.p-for {
	position: relative;
	padding-top: min(4.25rem, 84px);
	padding-bottom: min(4rem, 84px);
}

.p-for::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/for-bg.webp) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-for__container {
	position: relative;
	z-index: 1;
}

.p-for__title--en {
	margin: auto;
	width: min(12.75rem, 260px);
}

.p-for__head {
	margin-top: min(2.375rem, 50px);
	margin-bottom: min(2.6875rem, 55px);
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 21.12px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-for__item {
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.3);
	padding: min(1.9375rem, 40px) min(1.125rem, 18px) min(2.3125rem, 48px);
}

.p-for__item:not(:last-of-type) {
	margin-bottom: min(1.25rem, 26.4px);
}

.p-for__item-head {
	margin-bottom: min(1.125rem, 23px);
	padding-right: 0.625rem;
	font-weight: 400;
	font-size: 1.125rem;
	font-size: min(1.125rem, 23.76px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: left;
}

.p-for__item-text {
	margin-bottom: min(0.875rem, 20px);
	padding: 0 min(0.4375rem, 12px);
	font-weight: 400;
	font-size: 0.875rem;
	font-size: min(0.875rem, 18.48px);
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-for__item-text span {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.p-for__item-text.js-show span {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: unset;
	overflow: hidden;
}

.p-for__item-text a {
	display: inline;
	text-decoration: underline;
	word-break: break-all;
}

.p-for__item-more-btn {
	-moz-column-gap: 18px;
	display: flex;
	position: relative;
	column-gap: 18px;
	justify-content: center;
	transition: all 0.3s ease;
	margin: auto;
	margin-bottom: min(1.0625rem, 28px);
	padding: 21.5px 0;
	width: calc(100% - min(0.875rem, 24px));
	height: auto;
}

.p-for__item-more-btn span {
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 1.21875rem;
	font-size: min(0.9375rem, 19.5px);
	line-height: 1;
	letter-spacing: 0em;
}

.p-for__item-more-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	background: #FFF;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
}

.p-for__item-more-btn img {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
	aspect-ratio: 1;
	width: min(0.9375rem, 18.2px);
	height: auto;
}

.p-for__item-img {
	display: block;
	margin: auto;
	aspect-ratio: 282/187;
	width: calc(100% - min(0.875rem, 24px));
	height: auto;
}

.p-for__item-remark {
	margin: auto;
	margin-top: 10.6px;
	width: calc(100% - min(0.875rem, 24px));
	font-weight: 400;
	font-size: 0.875rem;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.p-donation {
	position: relative;
	padding-top: min(4.25rem, 84px);
	padding-bottom: min(3.4375rem, 83px);
}

.p-donation::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/donation-bg.jpg) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-donation__container {
	position: relative;
	z-index: 1;
}

.p-donation__title--en {
	margin: auto;
	width: min(12.3125rem, 260px);
}

.p-donation__img {
	margin-top: min(2rem, 42px);
	margin-bottom: min(2.0625rem, 43px);
	aspect-ratio: 334/257;
	width: 100%;
	height: auto;
}

.p-donation__head {
	margin-bottom: min(2.375rem, 62px);
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 21.12px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-donation__main {
	margin-bottom: min(2.375rem, 50px);
}

.p-donation__main .head {
	margin-bottom: min(0.6875rem, 11px);
	font-weight: 400;
	font-size: 1.125rem;
	font-size: min(1.125rem, 23.4px);
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.p-donation__main .text {
	font-weight: 400;
	font-size: 0.875rem;
	font-size: min(0.875rem, 18.48px);
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-donation__main .text a {
	word-wrap: break-word;
	display: inline;
	text-decoration: underline;
}

.p-donation__main .text + .head {
	margin-top: min(3.1875rem, 75px);
}

.p-donation__terms-head {
	margin-top: 52px;
}

.p-donation__terms-head .head {
	margin-bottom: min(1.25rem, 30px);
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 23.4px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-donation__terms-head .text {
	margin-bottom: min(5rem, 100px);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-donation__terms-head .text a {
	text-decoration: underline;
}

.p-donation-terms__title--en {
	margin: auto;
	width: min(16.875rem, 350px);
}

.p-donation-terms__btn {
	-moz-column-gap: 18px;
	display: flex;
	position: relative;
	column-gap: 18px;
	justify-content: center;
	transition: all 0.3s ease;
	margin: auto;
	margin-top: min(2.625rem, 42px);
	margin-bottom: min(1.0625rem, 28px);
	padding: min(2.25rem, 45px) 0;
	width: calc(100% - min(0.875rem, 24px));
	height: auto;
}

.p-donation-terms__btn span {
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 1.21875rem;
	font-size: min(0.9375rem, 19.5px);
	line-height: 1;
	letter-spacing: 0em;
}

.p-donation-terms__btn::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	background: #FFF;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
}

.p-donation-terms__btn img {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
	aspect-ratio: 1;
	width: min(0.9375rem, 18.2px);
	height: auto;
}

.p-donation-terms__text-wrap {
	display: none;
}

.p-donation-terms__text-wrap.js-show {
	display: block;
	margin-top: min(3.25rem, 59px);
}

.p-donation-terms__text {
	font-weight: 400;
	font-size: 0.875rem;
	font-size: min(0.875rem, 18.48px);
	line-height: 1.8;
	letter-spacing: 0em;
}

.p-donation-terms__text a {
	display: inline;
	text-decoration: underline;
}

.p-donation-terms__text + .p-donation-terms__text-head {
	margin-top: 71px;
}

.p-donation-terms__text-head {
	font-weight: 400;
	font-size: 1.125rem;
	font-size: min(1.125rem, 23.4px);
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.p-last {
	position: relative;
	padding-top: min(5.9375rem, 125px);
	padding-bottom: min(5.4375rem, 115px);
}

.p-last::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/last-bg.webp) no-repeat right top/cover;
	width: 100%;
	height: 100%;
	content: "";
}

.p-last__container {
	position: relative;
	z-index: 2;
}

.p-last__head-text {
	margin-bottom: min(2.5625rem, 54px);
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 21.12px);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-last__img {
	display: block;
	margin-bottom: min(3.3125rem, 70px);
	aspect-ratio: 390/354;
	width: 100%;
	height: auto;
}

.p-last__text {
	display: block;
	margin: auto;
	margin-bottom: min(2.0625rem, 43px);
	width: min(19.1875rem, 402px);
}

.p-last__btn {
	-moz-column-gap: min(0.625rem, 13px);
	display: flex;
	position: relative;
	column-gap: min(0.625rem, 13px);
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: min(0.625rem, 13px) min(1.875rem, 40px);
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
}

.p-last__btn::after {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	border: 1px solid #B7B7B7;
	border-radius: 40px;
	width: 100%;
	height: 100%;
	content: "";
}

.p-last__btn svg {
	transition: all 0.3s ease;
	aspect-ratio: 1;
	width: min(0.6875rem, 14.52px);
	height: auto;
}

.p-last__btn span {
	font-weight: 400;
	font-size: 1rem;
	font-size: min(1rem, 21.12px);
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.p-last__btn.--first,
.p-last__btn.--second {
	margin-bottom: min(0.75rem, 16px);
}

.p-last__btn.--third span {
	text-decoration: underline;
}

.u-sp {
	display: none;
}

.u-pc {
	display: none;
}

.u-text__center {
	text-align: center !important;
}

.u-text__left {
	text-align: left !important;
}

.u-text__right {
	text-align: right !important;
}

.u-text__nowrap {
	white-space: nowrap;
}

.u-pointer__none {
	pointer-events: none !important;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

.c-btn:hover::after {
	opacity: 0.6;
}

.c-btn:hover img {
	transform: translateX(4px);
}

.c-toTop:hover {
	cursor: pointer;
}

.c-tab-link:hover {
	cursor: pointer;
}

.p-side__logo:hover {
	opacity: 0.6;
}

.p-side__share a:hover {
	opacity: 0.6;
}

.p-fv__share a:hover {
	opacity: 0.6;
}

.p-rescue__btn:hover::after {
	opacity: 0.6;
}

.p-rescue__btn:hover img {
	transform: translateX(4px);
}

.p-for__item-text a:hover {
	opacity: 0.6;
}

.p-for__item-more-btn:hover {
	cursor: pointer;
}

.p-for__item-more-btn:hover::after {
	opacity: 0.6;
}

.p-for__item-more-btn:hover img {
	transform: translateX(4px);
}

.p-donation__main .text a:hover {
	opacity: 0.6;
}

.p-donation-terms__btn:hover {
	cursor: pointer;
}

.p-donation-terms__btn:hover::after {
	opacity: 0.6;
}

.p-donation-terms__btn:hover img {
	transform: translateY(4px);
}

.p-donation-terms__text a:hover {
	opacity: 0.6;
}

.p-last__btn:hover::after {
	opacity: 0.6;
}

.p-last__btn:hover svg {
	transform: translateX(4px);
}

}

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

html {
	font-size: 21.0461538462px;
}

}

@media (min-width: 513px) {

.l-drawer__icon {
	display: none;
}

.u-pc {
	display: block;
}

.u-text__center--pc {
	text-align: center !important;
}

.u-text__left--pc {
	text-align: left !important;
}

.u-text__right--pc {
	text-align: right !important;
}

.u-text__nowrap--pc {
	white-space: nowrap;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

}

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

.p-fv {
	display: none;
}

}

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

.l-main__side--small {
	width: calc(128px + (100vw - 1440px) / 2);
}

.p-side__cat1 {
	right: calc(620px + (100vw - 1440px) / 2);
}

.p-side__cat2 {
	right: calc(9px + (100vw - 1440px) / 2);
}

.p-side__scroll {
	right: calc(90px + (100vw - 1440px) / 2);
}

}

@media screen and (max-width: 1199px) {

.l-main__side--small {
	width: 64px;
}

.p-side__cat1 {
	right: 550px;
}

.p-side__scroll {
	right: 40px;
}

}

@media screen and (max-width: 1079px) {

.l-main__side--small {
	display: none;
}

.p-side__cat1 {
	right: 460px;
}

.p-side__cat2 {
	display: none;
}

}

@media screen and (max-width: 989px) {

.l-main__side--large {
	display: none;
}

.l-main__center {
	margin: auto;
}

.p-side__cat1 {
	display: none;
}

}

@media screen and (max-width: 512px) {

html {
	font-size: calc(16 / 390 * 100vw);
}

.l-header {
	height: 3.125rem;
}

.l-header__wrapper {
	padding: 0 1.25rem;
}

.l-header__nav {
	display: none;
}

.l-inner__narrow {
	padding: 0 3.125rem;
	max-width: 100%;
}

.l-section {
	padding-top: 2.5rem;
}

.u-sp {
	display: block;
}

.u-text__center--sp {
	text-align: center !important;
}

.u-text__left--sp {
	text-align: left !important;
}

.u-text__right--sp {
	text-align: right !important;
}

.u-text__nowrap--sp {
	white-space: nowrap;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

}

@keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	transform: translateY(40px);
	opacity: 0;
}

100% {
	transform: translate(0);
	opacity: 1;
}

}

@keyframes scrollDown {

0% {
	transform: translateY(0px);
}

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

}

