*,
*::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 {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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 {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/* remの計算 */

body {
	color: #393327;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-inner {
	margin-inline: auto;
	max-width: 1060px;
}

.l-inner {
	height: 100%;
	margin-inline: auto;
	max-width: 1060px;
	width: 100%;
}

.l-inner__header {
	height: 100%;
	margin-inline: auto;
	max-width: 1060px;
	width: 100%;
}

.l-inner__narrow {
	padding-inline: 90px;
}

.c-btn {
	background: linear-gradient(204deg, #8B6C3A 0%, #B19464 49.57%, #8B6C3A 100%);
	border-radius: 2px;
	color: #fafafa;
	cursor: pointer;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	overflow: hidden;
	padding-block: 18px;
	padding-inline: 40px;
	position: relative;
}

.c-btn:hover {
	opacity: 0.7;
}

.c-section-title {
	color: #393327;
	font-family: "Lora";
	font-size: 56px;
	font-weight: 400;
	line-height: 56px;
	text-transform: uppercase;
}

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

.c-section-title-sub {
	color: #393327;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 40px;
	text-align: center;
}

.header {
	background: #fff;
	height: 120px;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 999;
}

.p-header {
	width: 100%;
}

.fixedheader {
	background: #fafafa;
}

.p-header__gnav {
	height: 100%;
	min-height: 120px;
}

.p-header__gnav-list {
	align-items: center;
	display: flex;
	font-family: "Lora";
	height: 100%;
	justify-content: space-between;
}

.p-header__gnav-list > li {
	cursor: pointer;
}

.p-header__gnav-list > li:hover {
	color: #8b6c3a;
}

.p-header__gnav-list h1 {
	height: auto;
	width: 130px;
}

.p-drawer-icon {
	margin-left: 20px;
	position: fixed;
	right: 20px;
	top: 24px;
	transition: transform 0.5s ease 0s;
	z-index: 50;
}

.p-drawer-icon.is-active .p-drawer-iconBar1 {
	top: 8px;
	transform: rotate(-45deg);
	transition: transform 0.5s ease 0s;
}

.p-drawer-icon.is-active .p-drawer-iconBar2 {
	display: none;
}

.p-drawer-icon.is-active .p-drawer-iconBar3 {
	top: 8px;
	transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	width: 28px;
}

.p-drawer-iconBars {
	display: block;
	display: none;
	height: 21px;
	position: relative;
	width: 28px;
}

.p-drawer-iconBar1,
.p-drawer-iconBar2,
.p-drawer-iconBar3 {
	background: #393327;
	height: 1px;
	position: absolute;
}

.p-drawer-iconBar1 {
	height: 1px;
	left: 0;
	top: 0;
	width: 28px;
}

.p-drawer-iconBar2 {
	height: 1px;
	left: 0;
	top: 9px;
	width: 22px;
}

.p-drawer-iconBar3 {
	height: 1px;
	left: 0;
	top: 19px;
	width: 15px;
}

.p-drawer-content {
	background: #ffffff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 68px;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 250px;
	z-index: 40;
}

.p-drawer-content.is-active {
	transform: translateX(0);
}

.p-drawer-content__item {
	padding-block: 56px 90px;
	text-align: center;
}

.p-drawer-content__item > a {
	cursor: pointer;
	display: block;
	font-family: "Lora";
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.p-drawer-content__item > a:hover {
	color: #8b6c3a;
}

.p-drawer-content__item > a:not(:last-child) {
	margin-bottom: 32px;
}

.p-drawer-content__item > a:last-child {
	margin-bottom: 56px;
}

.p-drawer-background {
	background: rgba(140, 109, 59, 0.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 68px;
	width: 100%;
	z-index: 39;
}

.p-drawer-background.is-active {
	display: block;
}

.p-drawer__menue-sns {
	margin-top: 40px;
	text-align: center;
}

.p-drawer__menue-sns > a {
	display: inline-block;
	width: 40px;
}

.p-drawer__menue-sns > a:not(:last-child) {
	margin-right: 25px;
}

.p-mv {
	background: url(../img/mv-bg01.jpg) center center/cover no-repeat;
	height: 680px;
	overflow-x: hidden;
}

.p-mv__container {
	position: relative;
}

.p-mv__bg {
	bottom: 0;
	position: absolute;
	right: -100px;
}

.p-mv__title {
	content: "";
	max-width: 652px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-mv__title-top {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 32px;
	font-size: min(max(16px, 4vw), 32px);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 60px;
}

.p-mv__title-top > span {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
}

.p-mv__title-btm {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	font-weight: 400;
	font-weight: 600;
	line-height: 33px;
	margin-top: 32px;
}

.p-voice__title {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 10%;
	line-height: 48px;
	padding-block: 96px 80px;
	text-align: center;
}

.p-voice__item {
	align-items: center;
	display: flex;
	gap: 9%;
}

.p-voice__item:nth-child(odd) {
	flex-direction: row-reverse;
}

.p-voice__item:not(:last-child) {
	margin-bottom: 80px;
}

.p-voice__item-img {
	width: 43%;
}

.p-voice__item-textarea {
	width: 57%;
}

.p-voice__item-title {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 10%;
	line-height: 36px;
	margin-bottom: 20px;
}

.p-voice__item-text {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2.5px;
	line-height: 32px;
	margin-bottom: 17px;
}

.p-voice__item-meta {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 5%;
	line-height: 24px;
	text-align: right;
}

.p-owner__wrapper {
	margin-block: 190px 90px;
}

.p-owner__profile-title {
	text-align: center;
}

.p-owner__profile-items {
	display: flex;
	gap: 8.5%;
	margin-top: 80px;
}

.p-owner__profile-img {
	background: url(../img/owner.jpg) center center/cover;
	height: 360px;
	width: 360px;
}

.p-owner__profile-textarea {
	width: 50%;
}

.p-owner__profile-meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-owner__profile-name {
	font-family: "Lora";
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}

.p-owner__profile-sns > * {
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.p-owner__profile-sns > *:hover {
	opacity: 0.7;
}

.p-owner__profile-sns > *:not(:last-child) {
	margin-right: 24px;
}

.p-owner__profile-text {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 32px;
	margin-top: 32px;
}

.p-owner__profile-message {
	border: 1px solid #8b6c3a;
	margin-top: 80px;
	padding-block: 64px;
	padding-inline: 90px;
}

.p-owner__profile-messageTitle {
	color: #8b6c3a;
	font-family: "Allura";
	font-size: 56px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.p-owner__profile-messageText {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 32px;
}

.p-concept__wrapper {
	background: url(../img/depressed-bg.jpg) top right/cover no-repeat;
	width: 100%;
}

.p-concept__bg-sp {
	display: none;
}

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

.p-concept__textarea {
	padding-left: 90px;
}

.p-concept__title {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 32px;
	padding-top: 100px;
}

.p-concept__text {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	padding-left: 32px;
	position: relative;
}

.p-concept__text:before {
	background-image: url(../img/check.svg);
	color: #393327;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

.p-concept__text:not(:first-child) {
	margin-top: 20px;
}

.p-concept__text:last-child {
	padding-bottom: 100px;
}

.p-concept__title-sub {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 64px;
	margin-block: 96px 160px;
	position: relative;
	text-align: center;
}

.p-concept__title-sub::after {
	background: url(../img/arrow.png) center center/cover no-repeat;
	bottom: -62px;
	content: "";
	height: 56px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 56px;
}

.p-feature__wrapper {
	padding-block: 80px 96px;
}

.p-feature__item {
	align-items: center;
	display: flex;
	gap: 6.5%;
}

.p-feature__item:not(:first-child) {
	margin-top: 58px;
}

.p-feature__item-img {
	width: 42.5%;
}

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

.p-feature__item-textarea {
	width: 57.5%;
}

.p-feature__item-title {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
}

.p-feature__item-title::before {
	border-left: 1px solid #8b6c3a;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.p-feature__item-text {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 32px;
}

.p-feature__bg {
	-webkit-clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
	clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
}

.p-feature__bg-pc {
	position: relative;
	width: 100%;
}

.p-feature__bg-sp {
	display: none;
}

.p-members-voice {
	background: url(../img/voice-bg.jpg) center center/cover no-repeat;
	height: auto;
	margin-top: -68px;
}

.p-members-voice__wrapper {
	padding-top: 96px;
}

.p-members-voice__title {
	margin-top: 68px;
	position: relative;
	text-align: left;
}

.p-members-voice__title::after {
	background-color: #393327;
	content: "";
	height: 0.6px;
	margin-left: 32px;
	position: absolute;
	top: 50%;
	width: 32%;
}

.p-members-voice__title-sub {
	text-align: left;
}

.p-members-voice__items {
	padding-block: 80px;
}

.p-members-voice__item {
	align-items: center;
	display: flex;
	gap: 6.6%;
}

.p-members-voice__item:nth-child(even) {
	flex-direction: row-reverse;
}

.p-members-voice__item:not(:first-child) {
	margin-top: 80px;
}

.p-members-voice__img {
	width: 42.5%;
}

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

.p-members-voice__textarea {
	width: 57.5%;
}

.p-members-voice__item-title {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

.p-members-voice__meta {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
}

.p-members-voice__text {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 24px;
}

.p-price {
	background: url(../img/price-bg.jpg) center center/cover no-repeat;
}

.p-price__title {
	padding-top: 96px;
}

.p-price__content {
	padding-block: 80px 96px;
	text-align: center;
}

.p-price__monthly {
	align-items: baseline;
	color: #8b6c3a;
	display: flex;
	justify-content: center;
}

.p-price__monthly01 {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 40px;
	font-weight: 400;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 40px;
}

.p-price__monthly02 {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 80px;
	font-weight: 300;
	line-height: 80px;
	margin-left: 19px;
	margin-right: 10px;
}

.p-price__monthly02::first-letter {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 64px;
	font-weight: 300;
	line-height: 80px;
}

.p-price__monthly03 {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2.4px;
	line-height: 80px;
}

.p-price__textTop {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-top: 36px;
}

.p-price__textMid {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 32px;
}

.p-price__textBtm {
	color: #393327;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 32px;
}

.p-campaign {
	background: url(../img/campaign-bg-pc.jpg) center center/cover no-repeat;
}

.p-campaign__wrapper {
	padding-block: 96px;
	padding-inline: 20px;
}

.p-campaign__content {
	background-color: #ffffff;
	max-width: 1060px;
	padding-block: 64px;
}

.p-campaign__content-inner {
	padding-inline: 21.4%;
	padding-top: 8.3%;
	position: relative;
}

.p-campaign__content-inner > svg {
	display: inline-block;
	height: auto;
	max-width: 236px;
}

.p-campaign__title {
	border-bottom: 1px solid #8B6C3A;
	border-top: 1px solid #8B6C3A;
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	margin-inline: auto;
	padding-block: 20px 16px;
	text-align: center;
	width: 83%;
}

.p-campaign__catch {
	content: "";
	min-width: 124px;
	position: absolute;
	right: 20%;
	top: 10%;
}

.p-campaign__number {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2.4px;
	line-height: 24px;
	margin-bottom: 34px;
	position: relative;
	text-align: right;
}

.p-campaign__course {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2.4px;
	line-height: 28px;
	margin-top: 40px;
}

.p-campaign__price-flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-campaign__price-left p:first-child {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 24px;
}

.p-campaign__price-left p:nth-child(2) {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 40px;
	margin-top: 20px;
}

.p-campaign__price-leftTax {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}

.p-campaign__price-middle > img {
	height: 52px;
	width: 49px;
}

.p-campaign__price-right {
	color: #8B6C3A;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-weight: 400;
}

.p-campaign__price-right p:first-child {
	font-size: 160px;
	line-height: 160px;
	padding-right: 32px;
}

.p-campaign__price-yen {
	font-size: 72px;
	letter-spacing: 12px;
	line-height: 120px;
}

.p-campaign__time {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.p-campaign__time-title {
	border: 1px solid #393327;
	display: inline-block;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2.4px;
	line-height: 24px;
	padding: 9px 16px;
}

.p-campaign__time-date {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
}

.p-campaign__btn {
	cursor: pointer;
	margin-inline: auto;
	margin-top: 52px;
	max-width: 600px;
	position: relative;
}

.p-campaign__btn:hover {
	opacity: 0.7;
}

.p-campaign__btn::after {
	background: url(../img/campaign-arrrow.svg) center center/cover no-repeat;
	content: "";
	height: 28px;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-60%);
	width: 16px;
}

.p-campaign__btn > a {
	background: linear-gradient(194deg, #8B6C3A 10.86%, #B19464 56.86%, #8B6C3A 100%, #8B6C3A 100%);
	border-radius: 2px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: clamp(16px, 4rem, 28px);
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 28px;
	overflow: hidden;
	padding-block: 26px 27px;
	padding-left: 11.3%;
	position: relative;
	width: 100%;
}

.p-campaign__btn a::after {
	animation: reflect 5s ease-in-out infinite;
	background: #fff;
	content: "";
	height: 150%;
	left: -50%;
	position: absolute;
	top: -50%;
	transform: translate(45deg);
	width: 10%;
}

.p-flow {
	background-color: #fafafa;
	padding-block: 96px;
}

.p-flow__title {
	position: relative;
}

.p-flow__title::after {
	background-color: #393327;
	content: "";
	height: 1px;
	left: 20%;
	position: absolute;
	top: 50%;
	width: 32%;
}

.p-flow__title-sub.c-section-title-sub {
	text-align: left;
}

.p-flow__steps {
	display: grid;
	gap: 80px;
	grid-template-columns: auto auto auto;
	margin-top: 80px;
}

.p-flow__stepImg {
	width: 100%;
}

.p-flow__stepTitle-number {
	color: #8b6c3a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 24px;
	text-transform: uppercase;
}

.p-flow__stepTitle-text {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 16px;
}

.p-flow__stepText {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 16px;
}

.p-qa__wrapper {
	padding-bottom: 56px;
	padding-top: 96px;
}

.p-qa__contents {
	margin-top: 40px;
	padding-inline: 90px;
}

.p-qa__item {
	border-bottom: 1px solid #e8e8e8;
	padding-block: 40px;
	padding-inline: 32px;
}

.p-qa__item-q {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	padding-left: 40px;
	position: relative;
}

.p-qa__item-q::before {
	color: #8b6c3a;
	content: "Q";
	font-family: "Lora";
	font-size: 20px;
	font-weight: 400;
	left: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
}

.p-qa__item-a {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 36px;
	padding-left: 40px;
	position: relative;
}

.p-qa__item-a::before {
	color: #393327;
	content: "A";
	font-family: "Lora";
	font-size: 20px;
	font-weight: 400;
	left: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
}

.p-access__topImg {
	width: 100%;
}

.p-access__topImg.sp {
	display: none;
}

.p-access__wrapper {
	padding-block: 96px;
}

.p-access__title {
	position: relative;
}

.p-access__title::after {
	background-color: #393327;
	content: "";
	height: 1px;
	left: 25%;
	position: absolute;
	top: 50%;
	width: 32%;
}

.p-access__title-sub.c-section-title-sub {
	text-align: left;
}

.p-access__contents {
	display: flex;
	gap: 15%;
	margin-top: 80px;
}

.p-access__info-title {
	color: #000;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2.4px;
	line-height: 24px;
}

.p-access__info-subTitle {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.1px;
	line-height: 24px;
	margin-top: 16px;
}

.p-access__info-address {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 40px;
}

.p-access__info-time {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 16px;
	margin-top: 32px;
}

.p-access__info-tel {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 16px;
	margin-top: 40px;
}

.p-access__info-hours {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 16px;
	margin-top: 40px;
	padding-bottom: 100px;
}

.p-access__map {
	max-width: 100%;
	width: 520px;
}

.p-access__map-iframe {
	padding-top: 75%;
	position: relative;
	width: 100%;
}

.p-access__map-iframe > iframe {
	border: none;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-pagetop {
	bottom: 120px;
	height: 30px;
	position: fixed;
	right: 50px;
	width: 30px;
}

.p-pagetop a {
	cursor: pointer;
	display: block;
	position: relative;
}

.p-pagetop a::after {
	background: url(../img/totop.png) center center/cover no-repeat;
	content: "";
	display: inline-block;
	height: 60px;
	position: absolute;
	width: 60px;
}

.p-footer {
	background-color: #fafafa;
}

.p-footer__content {
	margin-inline: auto;
}

.p-footer__inner {
	padding-block: 48px;
	text-align: center;
}

.p-footer__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.5rem;
}

.p-footer__logo {
	width: 130px;
}

.p-footer__menue-nav {
	font-family: "Lora";
}

.p-footer__menue-nav > a:not(:last-child) {
	margin-right: 32px;
}

.p-footer__menue-nav > a {
	cursor: pointer;
}

.p-footer__menue-nav > a:hover {
	color: #8b6c3a;
}

.p-footer__menue-sns {
	margin-top: 40px;
	text-align: right;
}

.p-footer__menue-sns > a {
	display: inline-block;
	width: 40px;
}

.p-footer__menue-sns > a:not(:last-child) {
	margin-right: 25px;
}

.p-footer__text {
	font-size: 16px;
	font-weight: 400;
}

.p-footer__btm {
	text-align: center;
}

.p-footer__text {
	font-size: 12px;
}

.p-footer__copyright {
	font-family: "Lora";
	font-size: 12px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.fadeIn_right {
	opacity: 0;
	transform: translateX(20px);
	transition: opacity 1s, visibility 1s, transform 1s;
	visibility: hidden;
}

.fadeIn_right.is-show {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.fadeIn_left {
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 1s, visibility 1s, transform 1s;
	visibility: hidden;
}

.fadeIn_left.is-show {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.fadeIn {
	opacity: 0;
	transition: 2.5s;
}

.fadeIn.is-show {
	opacity: 1;
}

.bgScale {
	opacity: 0;
	transform: scale(0.8);
	transition: 0.8s 0.6s;
}

.bgScale.is-show {
	opacity: 1;
	transform: scale(1);
}

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

.p-footer__btm {
	display: flex;
	font-size: 16px;
	justify-content: space-between;
}

.u-hidden-pc {
	display: none;
}

}

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

.p-mv__bg {
	right: -50px;
}

}

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

.p-mv__bg {
	right: 0;
}

}

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

.p-mv__title-top {
	font-size: 26px;
}

.p-mv__title-top > span {
	font-size: 36px;
	letter-spacing: 0.3em;
}

.p-mv__title-btm {
	font-size: 18px;
}

.p-campaign__content-inner {
	padding-inline: 10.97%;
}

.p-campaign__catch {
	right: 10%;
	width: 35%;
}

}

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

.l-inner {
	padding-inline: 50px;
}

.p-campaign__title {
	font-size: 26px;
	line-height: 30px;
	margin-inline: 0;
	padding-block: 16px;
	padding-inline: 10.97%;
	width: 100%;
}

}

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

.l-inner__header {
	padding-inline: 20px 70px;
}

.c-btn {
	font-size: 14px;
	padding: 12px 28px;
}

.header {
	height: 68px;
}

.p-header {
	height: 68px;
}

.p-header__gnav {
	height: 68px;
}

.p-header__gnav-list {
	height: 68px;
}

.p-header__gnav-list h1 {
	width: 76px;
}

.p-drawer-iconBars {
	display: block;
}

.p-owner__profile-items {
	display: block;
	gap: 0;
	width: 100%;
}

.p-owner__profile-img {
	margin-inline: auto;
}

.p-owner__profile-textarea {
	margin-top: 32px;
	width: 100%;
}

.p-owner__profile-message {
	padding: 40px 24px;
}

.p-feature__item-title {
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
}

.p-campaign__btn::after {
	display: none;
}

.p-campaign__btn > a {
	font-size: 24px;
	text-align: center;
}

.p-flow__steps {
	gap: 40px;
}

.p-access__topImg {
	min-height: 225px;
}

.p-access__contents {
	display: block;
}

.p-access__map {
	width: 100%;
}

.u-hidden-tab {
	display: none;
}

}

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

.p-feature__item {
	display: block;
	gap: 0;
	width: 100%;
}

.p-feature__item-img {
	margin-inline: auto;
	width: 50%;
}

.p-feature__item-textarea {
	margin-inline: auto;
	width: 80%;
}

.p-members-voice__item {
	display: block;
	gap: 0;
	text-align: center;
}

.p-members-voice__img {
	text-align: right;
	width: 50%;
}

.p-members-voice__textarea {
	margin-inline: auto;
	margin-top: 20px;
	text-align: left;
	width: 80%;
}

.p-members-voice__meta {
	margin-top: 12px;
}

.p-members-voice__text {
	margin-top: 12px;
}

}

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

.p-voice__item {
	display: block;
	gap: 0;
	width: 100%;
}

.p-voice__item-img {
	text-align: center;
	width: 100%;
}

.p-voice__item-textarea {
	margin-top: 30px;
	padding-inline: 80px;
	width: 100%;
}

.p-concept__wrapper {
	background: none;
}

.p-concept__bg-sp {
	background: #fafafa url(../img/depressed-bg-sp.svg) top right/contain no-repeat;
	display: block;
	padding-top: 33%;
}

.p-concept__textarea {
	background-color: #fafafa;
}

.p-concept__title {
	padding-top: 40px;
}

.p-concept__text:last-child {
	padding-bottom: 56px;
}

.p-campaign__number {
	font-size: 18px;
}

.p-campaign__course {
	font-size: 24px;
	line-height: 24px;
	margin-top: 60px;
}

.p-campaign__price-leftTax {
	font-size: 20px;
}

.p-campaign__price-middle > img {
	height: 39px;
	width: 36px;
}

.p-campaign__price-right p:first-child {
	font-size: 140px;
	padding-right: 0;
}

.p-campaign__price-yen {
	font-size: 50px;
}

.p-campaign__time-title {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	padding: 5px 7px;
}

.p-campaign__time-date {
	font-size: 16px;
	letter-spacing: -0.5px;
}

.p-flow__title::after {
	left: 30%;
}

.p-access__title::after {
	left: 35%;
}

.p-access__info-subTitle {
	letter-spacing: normal;
}

.p-footer__top {
	display: block;
	text-align: center;
}

.p-footer__logo {
	align-items: center;
	display: inline-block;
	justify-content: center;
}

.p-footer__menue-nav > a:not(:last-child) {
	margin-right: 0;
}

.p-footer__menue-nav {
	display: inline-flex;
	flex-direction: column;
}

.p-footer__menue-nav > a {
	margin-top: 32px;
}

.p-footer__menue-sns {
	text-align: center;
}

}

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

.p-campaign__course {
	font-size: 20px;
	line-height: 24px;
}

}

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

.p-mv {
	background-position: left 70% bottom 0;
}

.p-mv__bg {
	width: 55%;
}

.p-mv__title {
	max-width: 425px;
	top: 40px;
	transform: translateY(0);
}

.p-feature__item-img {
	text-align: center;
	width: 100%;
}

.p-feature__item-textarea {
	max-width: 100%;
}

.p-members-voice__img {
	text-align: right;
	width: 100%;
}

.p-campaign__price-left p:nth-child(2) {
	font-size: 34px;
}

}

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

.p-feature__bg-pc {
	display: none;
}

.p-feature__bg-sp {
	display: block;
	width: 100%;
}

}

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

.l-inner {
	padding-inline: 20px 20px;
}

.c-section-title {
	font-size: 28px;
	line-height: 42px;
}

.c-section-title-sub {
	line-height: 21px;
	margin-top: 0;
}

.p-drawer__menue-sns {
	margin-top: 32px;
}

.p-mv__bg {
	bottom: 0;
	height: 70%;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: auto;
}

.p-mv__title {
	left: 50%;
	min-width: 243px;
	text-align: center;
	top: 40px;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__title-top {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 36px;
}

.p-mv__title-top > span {
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 36px;
}

.p-mv__title-btm {
	font-size: 16px;
	line-height: 21px;
	margin-top: 12px;
}

.p-voice__title {
	font-size: 20px;
	line-height: 30px;
	padding-block: 56px 40px;
}

.p-voice__item:nth-child(odd) {
	flex-direction: column;
}

.p-voice__item:not(:last-child) {
	margin-bottom: 40px;
}

.p-voice__item-textarea {
	margin-top: 24px;
	padding-inline: 0px;
}

.p-voice__item-title {
	font-size: 18px;
	line-height: 27px;
}

.p-voice__item-meta {
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-owner__wrapper {
	margin-top: 96px;
}

.p-concept__title {
	font-size: 20px;
	line-height: 30px;
}

.p-concept__text {
	font-size: 16px;
	line-height: 24px;
}

.p-concept__title-sub::after {
	height: 30px;
	width: 30px;
}

.p-concept__title-sub {
	font-size: 16px;
	line-height: 27px;
	margin-block: 48px 90px;
}

.p-feature__wrapper {
	padding-block: 40px 56px;
}

.p-feature__item:not(:first-child) {
	margin-top: 40px;
}

.p-feature__item-title {
	font-size: 18px;
	line-height: 32.4px;
	margin-top: 20px;
	padding-left: 7px;
}

.p-feature__item-text {
	margin-top: 12px;
}

.p-members-voice__wrapper {
	padding-top: 56px;
}

.p-members-voice__title::after {
	display: none;
}

.p-members-voice__items {
	padding-block: 40px;
}

.p-members-voice__item:not(:first-child) {
	margin-top: 40px;
}

.p-members-voice__textarea {
	width: 100%;
}

.p-price {
	background: url(../img/price-bg.jpg) top left/cover no-repeat;
}

.p-price__title {
	padding-top: 56px;
}

.p-price__content {
	padding-block: 40px 56px;
}

.p-price__monthly01 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2.2px;
	line-height: 20px;
}

.p-price__monthly02 {
	font-size: 50px;
	line-height: 50px;
	margin-left: 8px;
	margin-right: 3px;
}

.p-price__monthly02::first-letter {
	font-size: 32px;
	letter-spacing: 3.2px;
	line-height: 50px;
}

.p-price__monthly03 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 20px;
}

.p-price__textTop {
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 24px;
	margin-top: 32px;
	padding-inline: 50px;
}

.p-price__textMid {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 21px;
	margin-top: 8px;
	padding-inline: 20px;
}

.p-price__textBtm {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 27px;
}

.p-campaign__wrapper {
	padding-inline: 0;
}

.p-campaign__content {
	max-width: 90%;
}

.p-campaign__content-inner {
	padding-inline: 8%;
}

.p-campaign__title {
	font-size: 20px;
	line-height: 30px;
	padding-block: 12px;
	padding-inline: 10px;
	width: 100%;
}

.p-campaign__number {
	font-size: 14px;
}

.p-campaign__btn {
	margin-top: 32px;
	width: 100%;
}

.p-campaign__btn > a {
	font-size: 16px;
	letter-spacing: normal;
	line-height: 21px;
	padding-left: 0;
	text-align: center;
}

.p-flow {
	padding-block: 56px;
}

.p-flow__title::after {
	display: none;
}

.p-flow__steps {
	display: block;
	margin-top: 40px;
}

.p-flow__stepItem:not(:first-child) {
	margin-top: 40px;
}

.p-flow__stepImg {
	text-align: center;
}

.p-flow__stepTitle-text {
	font-size: 18px;
	line-height: 27px;
}

.p-flow__stepText {
	line-height: 28.8px;
	margin-top: 8px;
}

.p-qa__wrapper {
	padding-top: 56px;
}

.p-qa__contents {
	padding-inline: 0;
}

.p-qa__item {
	padding-block: 24px;
	padding-inline: 0;
}

.p-qa__item-q {
	line-height: 28.8px;
}

.p-qa__item-a {
	line-height: 28.8px;
	margin-top: 12px;
}

.p-access__topImg.pc {
	display: none;
}

.p-access__topImg.sp {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-access__title::after {
	display: none;
}

.p-access__info-subTitle {
	margin-top: 8px;
}

.p-access__info-address {
	margin-top: 20px;
}

.p-access__info-time {
	margin-top: 12px;
}

.p-access__info-tel {
	margin-top: 12px;
}

.p-access__info-hours {
	margin-top: 12px;
	padding-bottom: 40px;
}

.p-footer__inner {
	padding-bottom: 32px 46px;
}

.p-footer__top {
	margin-bottom: 40px;
}

.p-footer__menue-nav {
	font-size: 12px;
	margin-top: 32px;
}

.p-footer__menue-nav > a {
	margin-top: 24px;
}

.p-footer__menue-sns {
	margin-top: 32px;
}

.p-footer__copyright {
	margin-top: 40px;
}

.u-hidden-sp {
	display: none;
}

}

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

.p-campaign__price-left p:nth-child(2) {
	font-size: 30px;
}

}

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

.p-concept__bg-sp {
	background: #fafafa url(../img/depressed-bg-sp.svg) center center/cover no-repeat;
	padding-top: 60%;
}

.p-feature__item-textarea {
	margin: 0;
	width: 100%;
}

}

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

.p-campaign__course {
	font-size: 16px;
	letter-spacing: normal;
	margin-top: 48px;
}

.p-campaign__price-left p:first-child {
	font-size: 16px;
	line-height: 24px;
}

.p-campaign__price-left p:nth-child(2) {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 36px;
	margin-top: 0;
}

.p-campaign__price-leftTax {
	font-size: 16px;
}

.p-campaign__price-middle > img {
	height: 25px;
	width: 24px;
}

.p-campaign__price-right p:first-child {
	font-size: 72px;
	line-height: 72px;
}

.p-campaign__price-yen {
	font-size: 40px;
	line-height: 72px;
}

.p-campaign__time {
	display: block;
}

.p-campaign__time-title {
	font-size: 14px;
	line-height: 21px;
	margin-top: 0;
	padding: 5px 7px;
}

.p-campaign__time-date {
	font-size: 16px;
	letter-spacing: -0.5px;
}

}

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

.p-owner__profile-img {
	height: auto;
	padding-top: 100%;
	width: 100%;
}

}

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

.p-mv {
	background: url(../img/mv-bg-sp.svg) center center/cover no-repeat;
	height: 602px;
}

.p-mv__bg {
	height: auto;
}

.p-concept__bg-pc {
	display: none;
}

}

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

.p-campaign__price-leftTax {
	display: none;
}

}

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

.p-voice__title {
	font-size: 18px;
	letter-spacing: -1px;
}

}

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

.p-mv {
	background: url(../img/mv-bg-sp.svg) center center/cover no-repeat;
	height: 80vh;
}

.p-campaign__title {
	font-size: 18px;
	padding-inline: 0;
	white-space: nowrap;
}

}

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

.p-mv {
	background: url(../img/mv-bg-sp.svg) center center/cover no-repeat;
	height: 100vh;
	min-height: 602px;
}

}

@keyframes reflect {

0%,75% {
	opacity: 1;
	transform: rotate(-45deg) scale(0);
}

100% {
	opacity: 0;
	transform: rotate(-45deg) scale(100);
}

}

