.p-mv {
	position: relative;
	margin: 0 auto;
}

.p-mv__btn {
	max-width: 66.6rem;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 8.3rem;
	left: 0;
	margin: 0 auto;
}

.p-mv__btn img {
	width: 100%;
	height: auto;
}

.p-benefit {
	background: url("../images/fanclub/benefits_bg_sp.png") no-repeat top left/cover;
	padding-block: 2.2rem 6.6rem;
}

.p-benefit__wrap {
	margin: 0 auto;
	position: relative;
	padding: 0 3.6rem;
}

.p-benefit__content {
	margin-top: 18.8rem;
	position: relative;
}

.p-benefit__ic {
	position: absolute;
}

.p-benefit__ic--01 {
	width: 19.1rem;
	height: 21.3rem;
	top: -17rem;
	left: 6.8rem;
}

.p-benefit__ic--02 {
	width: 21.6rem;
	top: -18.7rem;
	right: 7.9rem;
}

.p-benefit__list {
	display: grid;
	gap: 3.3rem;
}

.p-benefit__list > div {
	background-color: var(--color-white);
	filter: drop-shadow(3px 3px 8px #000000);
	padding: 2.1rem 2.1rem 2.5rem;
	position: relative;
	z-index: 1;
}

.p-benefit__list > div h3 {
	background-color: var(--color-secondary);
	border-radius: 1.9rem;
	color: var(--color-white);
	font-size: 4.8rem;
	font-weight: 600;
	text-align: center;
	padding: 2rem 0.5rem;
	margin-bottom: 1rem;
	letter-spacing: 0.05em;
}

.p-benefit__list > div p {
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 2rem;
}

.p-grade {
	background: #00286A;
	background: linear-gradient(0deg, rgb(0, 40, 106) 0%, rgb(0, 70, 185) 100%);
	padding-top: 2.3rem;
}

.p-grade__content {
	margin-top: 3.5rem;
}

.p-grade .tab-head {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 3.6rem;
}

.p-grade .tab-head li {
	flex: 1;
	position: relative;
}

.p-grade .tab-head li::after {
	content: "";
	background-color: transparent;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -100vw;
	right: -100vw;
	z-index: 1;
}

.p-grade .tab-head li:not(.active) a::before {
	pointer-events: none;
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	inset: 0;
}

.p-grade .tab-head li:nth-child(1) a {
	background-image: url("../images/fanclub/bg_01.png");
}

.p-grade .tab-head li:nth-child(1).active::after {
	background-color: #C6B137;
}

.p-grade .tab-head li:nth-child(2) a {
	background-image: url("../images/fanclub/bg_02.png");
}

.p-grade .tab-head li:nth-child(2).active::after {
	background-color: #E50012;
}

.p-grade .tab-head li:nth-child(3) a {
	background-image: url("../images/fanclub/bg_03.png");
}

.p-grade .tab-head li:nth-child(3).active::after {
	background-color: #7FBE26;
}

.p-grade .tab-head li:nth-child(4) a {
	background-image: url("../images/fanclub/bg_04.png");
}

.p-grade .tab-head li:nth-child(4).active::after {
	background-color: #0068B6;
}

.p-grade .tab-head li a {
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	font-size: 3rem;
	font-weight: 600;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 3.4rem 0;
	letter-spacing: 0.05em;
}

.p-grade .tab-content {
	background-color: var(--color-white);
	padding-block: 3.8rem 6rem;
}

.p-grade .tab-box {
	display: none;
}

.p-grade__subT {
	background: #0046B9;
	background: linear-gradient(180deg, rgb(0, 70, 185) 0%, rgb(0, 40, 106) 100%);
	color: var(--color-white);
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	margin-block: 5rem 3.2rem;
	padding: 1.3rem 1rem 1.1rem;
}

.p-grade__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.p-grade__list-item .media {
	aspect-ratio: 305/192;
	max-width: 30.5rem;
	margin: 0 auto 1rem;
}

.p-grade__list-item .media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-grade__list-item p {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.01em;
}

.p-grade__list-item p small {
	font-size: 1.2rem;
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	display: block;
	letter-spacing: 0.01em;
	margin-top: 0.5rem;
}

.p-grade__list-item p.txt01 {
	letter-spacing: -0.1em;
}

.p-grade__list-item.--widthF {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.p-grade__list-item.--disable {
	position: relative;
}

.p-grade__list-item.--disable::before {
	content: "";
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	inset: 0;
}

.p-member {
	background-color: #003994;
	padding-top: 4.2rem;
}

.p-member__wrap {
	padding-inline: 3.6rem;
}

.p-member .c-hline02__en::after {
	content: "";
	background: url("../images/fanclub/membership_ic.png") no-repeat center/contain;
	width: 10rem;
	height: 13.2rem;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0;
}

.p-member__content {
	margin-top: 6rem;
	padding-bottom: 4.7rem;
	position: relative;
	isolation: isolate;
}

.p-member__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.8rem;
}

.p-member__list li {
	background-color: var(--color-white);
}

.p-member__list li:nth-child(1) .ttl {
	background-image: url("../images/fanclub/membership_bg01.png");
}

.p-member__list li:nth-child(2) .ttl {
	background-image: url("../images/fanclub/membership_bg02.png");
}

.p-member__list li:nth-child(3) .ttl {
	background-image: url("../images/fanclub/membership_bg03.png");
}

.p-member__list li:nth-child(4) .ttl {
	background-image: url("../images/fanclub/membership_bg04.png");
}

.p-member__list li .ttl {
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 4.5rem;
	text-align: center;
	padding: 1.4rem 1rem 1rem;
}

.p-member__list li .content {
	padding: 5.4rem 2rem 9rem;
	display: flex;
	gap: 0.2rem;
	flex-direction: column;
	align-items: center;
}

.p-member__list li .subT {
	font-size: 4.3rem;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.01em;
}

.p-member__list li .number {
	font-weight: 600;
	font-size: 7.3rem;
	line-height: 1;
	letter-spacing: 0.01em;
}

.p-member__list li .number span {
	font-weight: 600;
	font-size: 3.6rem;
}

.p-member__btn {
	max-width: 66.6rem;
	margin: 5.9rem auto 0;
	position: relative;
	z-index: 2;
}

.p-member__ic {
	position: absolute;
	bottom: 8.2rem;
}

.p-member__ic img {
	width: 100%;
}

.p-member__ic--01 {
	width: 18.2rem;
	height: 20.4rem;
	left: 0.9rem;
}

.p-member__ic--02 {
	width: 18.2rem;
	height: 20.1rem;
	right: 1.2rem;
}

.p-data {
	padding-block: 3.2rem;
	position: relative;
}

.p-data__wrap {
	padding-inline: 3.6rem;
}

.p-data__table {
	margin-top: 5.6rem;
	position: relative;
}

.p-data__table .table {
	position: relative;
}

.p-data__table .table thead tr th {
	border-top: 1px solid var(--color-white);
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding: 4.1rem 0 2.7rem;
	letter-spacing: 0.01em;
}

.p-data__table .table thead tr th:nth-child(1) {
	border-top: none;
}

.p-data__table .table thead tr th:nth-child(2) {
	background-image: url("../images/fanclub/table_bg01.png");
}

.p-data__table .table thead tr th:nth-child(3) {
	border-left: 1px solid var(--color-white);
	background-image: url("../images/fanclub/table_bg02.png");
}

.p-data__table .table thead tr th:nth-child(4) {
	border-left: 1px solid var(--color-white);
	background-image: url("../images/fanclub/table_bg03.png");
}

.p-data__table .table thead tr th:nth-child(5) {
	border-left: 1px solid var(--color-white);
	background-image: url("../images/fanclub/table_bg04.png");
}

.p-data__table .table tbody tr td {
	background-color: #FFF;
	border: 1px solid #333333;
	font-size: 2.8rem;
	letter-spacing: 0.01em;
	font-weight: 600;
	position: relative;
	width: 16%;
	height: 8.411rem;
	text-align: center;
	padding: 0 0.8rem 0;
}

.p-data__table .table tbody tr td:nth-child(1) {
	border-bottom-color: var(--color-white);
	background-color: #333333;
	color: var(--color-white);
	padding-inline: 1.1rem 0;
	min-width: 24.7rem;
	text-align: left;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-1,
.p-data__table .table tbody tr td:nth-child(1) span.small-2,
.p-data__table .table tbody tr td:nth-child(1) span.small-3 {
	display: block;
	margin-top: 0.5rem;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-1 {
	font-size: 1.3rem;
	letter-spacing: 0.01em;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-2 {
	font-size: 1rem;
	letter-spacing: -0.08em;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-3 {
	font-size: 1.1rem;
	letter-spacing: -0.05em;
}

.p-data__table .table tbody tr td.txt-small {
	font-size: 2.2rem;
	line-height: 1.4;
}

.p-data__table .table tbody tr td.txt-small-2 > .num {
	font-size: 2.3rem;
}

.p-data__table .table tbody tr td.txt-small-4 {
	font-size: 2.4rem;
}

.p-data__table .table tbody tr td.txt-small-4 .num {
	font-size: 2.3rem;
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.p-data__table .table tbody tr:nth-child(7) td:not(:first-child) {
	padding-inline: 0;
}

.p-data__table .table tbody tr:nth-child(7) td .txt--small {
	line-height: 1.6;
}

.p-data__table .table tbody tr:last-child td:nth-child(1) {
	border-bottom-color: #333333;
}

.p-data__table .table .number {
	font-weight: 600;
	font-size: 1.8rem;
}

.p-data__table .table .dot {
	font-size: 3rem;
	font-weight: 600;
}

.p-data__table .table .dot--yellow {
	color: #C6B137;
}

.p-data__table .table .dot--red {
	color: #E50012;
}

.p-data__table .table .dot--green {
	color: #7FBE26;
}

.p-data__table .table .dot--blue {
	color: #0068B7;
}

.p-data__table .table .line {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-data__table .table .line span {
	background-color: #231815;
	width: 1.5rem;
	height: 0.2rem;
}

.p-data__table .table .txt {
	font-size: 2.2rem;
}

.p-data__table .table .txt--small {
	font-size: 1.1rem;
}

.p-data__ic {
	position: absolute;
}

.p-data__ic img {
	width: 100%;
}

.p-data__ic--01 {
	width: 17rem;
	height: 20rem;
	top: -8.5rem;
	left: 0;
}

.p-data__ic--02 {
	width: 13.3rem;
	top: -12.2rem;
	right: 1rem;
}

.p-service {
	padding: 0 0 4rem;
}

.p-service__wrap {
	max-width: 93.6rem;
	margin: 0 auto;
}

.p-service__ttl {
	background: #00286A;
	background: linear-gradient(0deg, rgb(0, 40, 106) 0%, rgb(0, 70, 185) 100%);
	padding: 7.4rem 0 4.5rem;
}

.p-service__ttl-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}

.p-service__ttl-note {
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: 2.4rem;
	font-weight: 600;
	transform: rotate(-20deg);
	width: -moz-fit-content;
	width: fit-content;
	padding: 1.2rem 1rem 1rem 2.2rem;
	position: absolute;
	top: -2rem;
	left: -1.5rem;
}

.p-service__ttl-note span {
	color: #FFFF00;
}

.p-service__ttl-sub {
	color: var(--color-white);
	font-size: 4rem;
	font-weight: 900;
}

.p-service__ttl-txt {
	color: var(--color-white);
	font-size: 8.8rem;
	font-weight: 900;
}

.p-service__list {
	margin-top: 2rem;
}

.p-service__list > li {
	display: flex;
	gap: 2rem;
	flex-direction: column;
	position: relative;
}

.p-service__list > li:not(:last-child) {
	margin-bottom: 6.2rem;
}

.p-service__list > li:nth-child(2)::after {
	content: "";
	background: url("../images/fanclub/service_ic.png") no-repeat center/contain;
	width: 17.5rem;
	height: 14rem;
	position: absolute;
	top: 1rem;
	right: 0;
}

.p-service__list > li .ttl {
	background-color: #005CB9;
	color: var(--color-white);
	font-size: 4rem;
	font-weight: 600;
	padding: 1.6rem 4.9rem 1.4rem;
	position: relative;
}

.p-service__list > li .ttl::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	border-width: 3.4rem 3.4rem 0 0;
	border-style: solid;
	border-color: #2CA6E0 #005CB9 #005CB9 #005CB9;
}

.p-service__list > li ol li {
	display: flex;
	line-height: 1.4;
	font-weight: 600;
	font-size: 3.1rem;
}

.p-service__list > li ol li:not(.no-dot)::before {
	content: "・";
	flex-shrink: 0;
	color: #0068B6;
}

.p-service__list > li ol.pl li:not(.no-dot) {
	padding-left: 4rem;
}

.p-service__desc {
	display: flex;
	flex-direction: column-reverse;
	gap: 2.4rem;
	margin-top: 4rem;
}

.p-service__desc-text {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.2173913043;
	text-align: justify;
}

.p-service__desc-table {
	flex-shrink: 0;
}

.p-service__desc-table table tr th,
.p-service__desc-table table tr td {
	border: 1px solid #888888;
}

.p-service__desc-table table thead th {
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	padding: 1rem 0.5rem;
}

.p-service__desc-table table thead th:nth-child(1) {
	border: none;
}

.p-service__desc-table table thead th:nth-child(2) {
	background-image: url("../images/fanclub/table_bg01.png");
}

.p-service__desc-table table thead th:nth-child(3) {
	border-left: 1px solid var(--color-white);
	background-image: url("../images/fanclub/table_bg02.png");
}

.p-service__desc-table table thead th:nth-child(4) {
	border-left: 1px solid var(--color-white);
	background-image: url("../images/fanclub/table_bg03.png");
}

.p-service__desc-table table tbody tr td {
	height: 6.506rem;
	padding: 0 1.5rem;
	text-align: center;
}

.p-service__desc-table table tbody tr td:nth-child(1) {
	background-color: #005CB9;
	color: var(--color-white);
	font-weight: 500;
	font-size: 2.2rem;
	text-align: left;
}

.p-service__desc-table table tbody tr td p {
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	font-size: 4.1rem;
}

.p-service__desc-table table tbody tr td p span {
	font-size: 3.2rem;
}

.p-service__desc-table table tbody tr td p small {
	font-size: 2.2rem;
	font-weight: 500;
	display: inline-block;
	margin-right: 1rem;
}

.p-service__prod {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 5rem;
}

.p-service__prod .item {
	flex: 0 0 calc(33.3333333333% - 4rem);
	max-width: calc(33.3333333333% - 4rem);
}

.p-service__prod .item .media {
	text-align: center;
	margin-bottom: 1rem;
	position: relative;
}

.p-service__prod .item .media span {
	font-family: "BIZ UDGothic", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: -0.5rem;
}

.p-service__prod .item .name {
	font-family: "BIZ UDGothic", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: -0.04em;
}

.p-service__prod .item .prc {
	color: var(--color-secondary);
	font-size: 6.3rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	text-align: center;
}

.p-service__prod .item .prc span {
	font-size: 5rem;
}

.p-service__note {
	margin-top: 4.7rem;
}

.p-service__note p {
	display: flex;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 1rem;
	letter-spacing: -0.01em;
}

.p-ticket {
	background-color: #3FA9F5;
	padding-block: 4.2rem 5rem;
	position: relative;
	isolation: isolate;
}

.p-ticket::before {
	content: "";
	background: url("../images/fanclub/ticket_bg.png") no-repeat top left/cover;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}

.p-ticket__wrap {
	padding-inline: 3.6rem;
}

.p-ticket__ttl {
	max-width: 31.1rem;
	margin: 0 auto;
}

.p-ticket__logo {
	max-width: 16.7rem;
	margin: 3rem auto 0;
}

.p-ticket__logo img {
	width: 100%;
}

.p-ticket__brand {
	max-width: 51.4rem;
	margin: 2.6rem auto 0;
}

.p-faq {
	background-color: #00A4E0;
	padding-block: 3.4rem 3.7rem;
	position: relative;
}

.p-faq__wrap {
	margin: 6.8rem auto 0;
	position: relative;
}

.p-faq__wrap::before {
	content: "準備中";
	background-color: rgba(0, 0, 0, 0.82);
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: #F40000;
	font-weight: bold;
	z-index: 3;
}

.p-faq__ic {
	position: absolute;
}

.p-faq__ic.p-faq__ic--01 {
	left: -1.2rem;
	bottom: calc(100% - 2rem);
	width: 15rem;
}

.p-faq__ic.p-faq__ic--02 {
	right: 2.9rem;
	bottom: calc(100% - 1rem);
	width: 11.7rem;
}

.p-faq .faq-item {
	background-color: #E6E6E6;
	margin-bottom: 1.3rem;
}

.p-faq .faq-item:last-child {
	margin-bottom: 0;
}

.p-faq .faq-item__head {
	padding: 2.6rem 3.7rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	font-weight: bold;
	gap: 3.2rem;
}

.p-faq .faq-item__head::before {
	content: "Q";
	flex-shrink: 0;
}

.p-faq .faq-item__head.is-active .ic-expand::after {
	transform: rotate(90deg);
	opacity: 0;
}

.p-faq .faq-item__head .ic-expand {
	flex-shrink: 0;
	margin-left: auto;
	height: 2.3rem;
	width: 2.3rem;
	position: relative;
}

.p-faq .faq-item__head .ic-expand::after,
.p-faq .faq-item__head .ic-expand::before {
	content: "";
	background-color: #000;
	position: absolute;
	transition: 0.3s ease;
}

.p-faq .faq-item__head .ic-expand::before {
	height: 0.2rem;
	width: 100%;
	left: 0;
	top: calc(50% - 0.1rem);
}

.p-faq .faq-item__head .ic-expand::after {
	height: 100%;
	width: 0.2rem;
	top: 0;
	left: calc(50% - 0.1rem);
}

.p-faq .faq-item__body {
	display: none;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 0 3.7rem 2.8rem;
}

.p-faq .faq-item__txt {
	display: flex;
	gap: 3.2rem;
}

.p-faq .faq-item__txt::before {
	content: "A";
	flex-shrink: 0;
	font-weight: bold;
}

.p-sns {
	padding-top: 2.7rem;
}

.p-sns__ttl {
	margin-bottom: 2.4rem;
	text-align: center;
}

.p-sns__ttl img {
	width: 20.8rem;
}

.p-sns__list {
	margin-bottom: 4.7rem;
}

.p-sns__list #sb_instagram #sbi_images {
	gap: 1.7rem 1rem;
}

.p-sns__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.3rem;
}

.p-howto {
	background-color: #F0F0F0;
	padding-block: 3.2rem 8.3rem;
}

.p-howto__inner {
	margin: 2.4rem auto 0;
	position: relative;
}

.p-howto__wrap {
	display: grid;
	gap: 1.8rem;
	margin-bottom: 3rem;
	position: relative;
}

.p-howto a img {
	width: 100%;
}

.p-howto__ic {
	position: absolute;
	pointer-events: none;
}

.p-howto__ic.p-howto__ic--01 {
	right: -7.4rem;
	bottom: -15.8rem;
	width: 20.8rem;
}

@media (min-width: 769px) {

.p-mv__btn {
	max-width: 26.6666666667%;
	bottom: 2.2916666667vw;
}

.p-benefit {
	background-image: url("../images/fanclub/benefits_bg.png");
	padding-block: 2.4rem 8.8rem;
}

.p-benefit__wrap {
	max-width: 54.4rem;
	max-width: 93.4rem;
}

.p-benefit__content {
	margin-top: 12.9rem;
}

.p-benefit__ic--01 {
	width: 23.6rem;
	height: 26.4rem;
	top: -23.7rem;
	left: 1.9rem;
}

.p-benefit__ic--02 {
	width: 26.8rem;
	top: -24.6rem;
	right: -2.4rem;
}

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

.p-benefit__list > div {
	padding: 1.5rem 1rem;
	padding: 1.2rem 1.3rem 1.7rem 1.28rem;
}

.p-benefit__list > div h3 {
	border-radius: 0.5rem;
	font-size: 2.8rem;
	padding-block: 1.2rem 1rem;
	margin-bottom: 0.5rem;
}

.p-benefit__list > div p {
	font-size: 2rem;
	margin-top: 1rem;
}

.p-grade {
	padding-top: 5.3rem;
}

.p-grade__content {
	margin-top: 5.3rem;
}

.p-grade .tab-head li {
	max-width: 23rem;
}

.p-grade .tab-head li a {
	font-size: 2.3rem;
	padding-block: 1.7rem 1.3rem;
}

.p-grade .tab-content {
	padding-block: 7.2rem 14.1rem;
}

.p-grade .tab-box {
	margin: 0 auto;
}

.p-grade__subT {
	font-size: 3rem;
	margin-block: 8.9rem 4.5rem;
	padding-block: 0.7rem 0.9rem;
}

.p-grade__list {
	grid-template-columns: repeat(3, 1fr);
	gap: 2.3rem 2rem;
}

.p-grade__list-item .media {
	margin-bottom: 1rem;
}

.p-member {
	padding-top: 6.3rem;
}

.p-member__wrap {
	max-width: 89.2rem;
	margin: 0 auto;
}

.p-member .c-hline02__en::after {
	width: 13.9rem;
	height: 18.3rem;
	top: 35%;
	right: calc(0px + 12.8rem);
}

.p-member__content {
	margin-top: 6.3rem;
	padding-bottom: 6.9rem;
}

.p-member__list {
	grid-template-columns: repeat(2, 1fr);
	gap: 2.9rem 1.9rem;
}

.p-member__list li:nth-child(2) .content {
	padding-left: 10.5rem;
}

.p-member__list li:nth-child(4) .content {
	padding-left: 10.5rem;
}

.p-member__list li:nth-child(4) .content .number {
	margin-left: 4.7rem;
	letter-spacing: 0.09em;
}

.p-member__list li .ttl {
	font-size: 2.8rem;
	padding-block: 2.5rem;
}

.p-member__list li .content {
	padding: 3.5rem 1rem 3.7rem 9.1rem;
	gap: 0.4rem;
	flex-direction: row;
}

.p-member__list li .subT {
	font-size: 2.4rem;
	top: 0.2rem;
}

.p-member__list li .number {
	font-size: 4.3rem;
	margin-left: 3.3rem;
}

.p-member__list li .number span {
	font-size: 2rem;
}

.p-member__btn {
	max-width: 64.4618834081%;
	margin-top: 7rem;
}

.p-member__ic {
	bottom: -3.4rem;
}

.p-member__ic--01 {
	width: 31rem;
	height: 32.4rem;
	bottom: -8rem;
	left: -19.8430493274%;
}

.p-member__ic--02 {
	width: 29.9rem;
	height: 29.6rem;
	bottom: -10.6rem;
	right: -18.8340807175%;
}

.p-data {
	background-color: #F0F0F0;
	padding-block: 5.6rem 7.6rem;
}

.p-data__wrap {
	padding-inline: 2.3rem 3.3rem;
	max-width: 100rem;
	margin: 0 auto;
}

.p-data__table {
	margin-top: 7.3rem;
}

.p-data__table .table thead tr th {
	font-size: 2.9rem;
	padding: 6.1rem 0 5.1rem;
}

.p-data__table .table tbody tr td {
	font-size: 2.9rem;
	height: 11.7rem;
	padding: 4.9rem 1.1rem;
}

.p-data__table .table tbody tr td:nth-child(1) {
	padding-inline: 3.7rem 1rem;
	min-width: 20.78125vw;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-1 {
	font-size: 2.1rem;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-2 {
	font-size: 1.5rem;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-3 {
	font-size: 1.5rem;
}

.p-data__table .table tbody tr td.txt-small {
	font-size: 2.9rem;
	letter-spacing: 0;
}

.p-data__table .table tbody tr td.txt-small-4 {
	font-size: 2.9rem;
	padding-right: 0;
	letter-spacing: 0;
}

.p-data__table .table .number {
	font-size: 2.8rem;
	letter-spacing: 0.01em;
}

.p-data__table .table .dot {
	font-size: 2.9rem;
}

.p-data__table .table .line span {
	width: 2.6rem;
}

.p-data__table .table .txt {
	font-size: 2.5rem;
}

.p-data__table .table .txt--small {
	font-size: 1.6rem;
	letter-spacing: -0.01em;
}

.p-data__ic--01 {
	width: 27.1rem;
	top: -12.3rem;
	left: -2.8rem;
}

.p-data__ic--02 {
	width: 21.1rem;
	top: -19.8rem;
	right: 1.2rem;
}

.p-service {
	padding-block: 0 3.9rem;
}

.p-service__ttl {
	padding: 4rem 0 4.8rem;
}

.p-service__list > li .ttl::before {
	border-width: 2.6rem 2.6rem 0 0;
}

.p-service__list > li ol li p span {
	width: 19rem;
	display: inline-block;
}

.p-service__desc-table table thead th {
	font-size: 1.5rem;
	padding: 0.5rem;
}

.p-service__prod {
	margin-top: 2rem;
}

.p-service__note {
	margin-top: 1.5rem;
}

.p-service__note p {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.p-ticket {
	padding-block: 3.5rem 4.8rem;
}

.p-ticket__wrap {
	max-width: 88.1rem;
	margin: 0 auto;
}

.p-ticket__ttl {
	max-width: 35.3007945516%;
}

.p-ticket__logo {
	max-width: 16.4rem;
	margin-top: 4.2rem;
}

.p-ticket__brand {
	max-width: 51.4rem;
}

.p-faq {
	padding-block: 3.2rem 3.7rem;
}

.p-faq__wrap {
	margin-top: 8.3rem;
}

.p-faq__ic.p-faq__ic--01 {
	left: -3.3rem;
	bottom: calc(100% - 1.9rem);
	width: 19rem;
}

.p-faq__ic.p-faq__ic--02 {
	bottom: calc(100% - 2.9rem);
	right: 6.5rem;
	width: 16rem;
}

.p-faq .faq-item__head {
	font-size: 2.1rem;
	padding: 2.8rem 4rem;
}

.p-faq .faq-item__body {
	font-size: 1.8rem;
	padding: 0 4rem 2.8rem;
}

.p-faq .faq-item__txt::before {
	font-size: 2.1rem;
}

.p-sns {
	padding-top: 5.4rem;
}

.p-sns__ttl {
	margin-bottom: 5.1rem;
}

.p-sns__list {
	max-width: 94.4rem;
	margin: 0 auto 4.9rem;
}

.p-sns__list #sb_instagram #sbi_images {
	gap: 1.4rem 1.5rem;
}

.p-howto {
	padding-block: 3.3rem 17.5rem;
}

.p-howto__inner {
	margin-top: 3.4rem;
}

.p-howto__wrap {
	grid-template-columns: repeat(2, 1fr);
	gap: 5.2rem;
	margin-bottom: 3.6rem;
}

.p-howto__ic.p-howto__ic--01 {
	width: 36.7rem;
	right: -12.5rem;
	bottom: -34.8rem;
}

}

@media (min-width: 992px) {

.p-service__ttl-box {
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}

.p-service__ttl-note {
	font-size: 2rem;
	padding: 1rem 1.4rem;
	top: 2.2rem;
	left: -3rem;
	transform: rotate(-15deg);
}

.p-service__ttl-sub {
	font-size: 4rem;
}

.p-service__ttl-txt {
	margin-inline: -3rem -5.6rem;
}

.p-service__list {
	margin-top: 4.4rem;
}

.p-service__list > li {
	flex-direction: row;
	align-items: stretch;
	gap: 1.2rem;
	flex-direction: row;
}

.p-service__list > li:not(:last-child) {
	margin-bottom: 3.2rem;
}

.p-service__list > li:nth-child(2)::after {
	width: 17.4rem;
	height: 13.9rem;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -0.9rem;
}

.p-service__list > li .ttl {
	font-size: 2.6rem;
	width: 27.2rem;
	flex-shrink: 0;
	padding: 1.7rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.p-service__list > li ol li {
	gap: 0.5rem;
	font-size: 2.6rem;
	letter-spacing: -0.05em;
}

.p-service__list > li ol.pl li:not(.no-dot) {
	padding-left: 2.4rem;
}

.p-service__desc {
	flex-direction: row;
	margin-top: 3.6rem;
}

.p-service__desc-text {
	flex: 1;
	font-size: 2.6rem;
	line-height: 1.5;
	margin-top: 3.4rem;
}

.p-service__desc-table {
	width: 58.5rem;
}

.p-service__desc-table table tbody tr td {
	width: 9.5rem;
	height: 5.7rem;
}

.p-service__desc-table table tbody tr td:nth-child(1) {
	width: 21.1rem;
	font-size: 1.9rem;
	padding-inline: 1.5rem;
}

.p-service__desc-table table tbody tr td p {
	font-size: 2.9rem;
}

.p-service__desc-table table tbody tr td p span {
	font-size: 2.5rem;
}

.p-service__desc-table table tbody tr td p small {
	font-size: 1.9rem;
}

.p-service__prod .item {
	flex: 1;
}

.p-service__prod .item .media span {
	font-size: 0.9rem;
	right: 2.5rem;
}

.p-service__prod .item .name {
	font-size: 2.2rem;
}

.p-service__prod .item .prc {
	font-size: 5rem;
}

.p-service__prod .item .prc span {
	font-size: 4rem;
}

}

@media (min-width: 1439px) {

.p-member__btn {
	max-width: 57.5rem;
}

.p-member__ic--01 {
	bottom: 0.8rem;
	left: -17.7rem;
}

.p-member__ic--02 {
	right: -16.8rem;
	bottom: 0.9rem;
}

.p-data__table .table tbody tr td:nth-child(1) {
	min-width: 39.9rem;
}

.p-ticket__ttl {
	max-width: 31.1rem;
}

}

@media (min-width: 2561px) {

.p-mv {
	max-width: 192rem;
}

}

@media (max-width: 991px) {

.p-service__ttl-box {
	text-align: right;
}

.p-service__list > li ol {
	margin-left: 0.6rem;
}

.p-service__list > li ol li:not(:last-child) {
	margin-bottom: 2rem;
}

}

@media (max-width: 768px) {

.p-benefit__list {
	max-width: 54.5rem;
	margin: 0 auto;
}

.p-member__list li {
	width: 100%;
	max-width: 48.2rem;
	margin: 0 auto;
}

.p-member__list li:nth-child(4) .content {
	padding-block: 6.7rem 8rem;
}

.p-member__list li .subT {
	text-align: center;
}

.p-member__list li .number > span {
	display: inline-block;
	margin-right: -1.5rem;
}

.p-data__table .table tbody tr td:nth-child(1) span.small-1 {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
}

.p-data__table .table tbody tr td.txt-small {
	letter-spacing: -0.1em;
}

.p-data__table .table tbody tr td.txt-small-1 {
	font-size: 2.6rem;
}

.p-data__table .table tbody tr td.txt-small-2 {
	font-size: 2.3rem;
}

.p-data__table .table tbody tr td.txt-small-2 > .num {
	font-size: 1.7rem;
}

.p-data__table .table tbody tr td.txt-small-3 {
	font-size: 2.5rem;
}

.p-data__table .table tbody tr td.txt-small-3 > .num {
	font-size: 2rem;
}

.p-data__table .table tbody tr td.txt-small-4 {
	letter-spacing: -0.1em;
}

.p-data__table .table tbody tr td.txt-small-4 .num {
	font-size: 1.4rem;
}

.p-data__table .table .number--big {
	font-size: 3rem;
}

.p-service__ttl-sub {
	margin-bottom: 1.5rem;
	padding-right: 3rem;
}

.p-service__list > li ol li.small-sp {
	font-size: 2.8rem;
	letter-spacing: -0.05em;
}

.p-service__list > li ol.pl {
	margin-left: -1.3rem;
}

.p-service__prod {
	gap: 5rem;
}

}

