@charset "UTF-8";
html {
	font-size: 62.5%;
	font-size: 10px;
}
@media screen and (min-width: 1921px) {
	html {
		font-size: 0.5208vw;
	}
}
@media screen and (max-width: 1440px) {
	html {
		font-size: 0.6944vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 2.666vw;
	}
}

body {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
	color: #5F5E5E;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.15em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background: #fff;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.2rem;
	}
}

*, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	letter-spacing: 0.175em;
	font-weight: normal;
}

ul, li {
	list-style: none;
}

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

img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

p:not([class]) {
	margin-bottom: 1.5em;
}
p:not([class]):last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
	font-size: 100%;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

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

::before, ::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}

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

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

input {
	border-radius: 0;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

button {
	overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button, select {
	text-transform: none;
}

button, input, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
} /*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio, canvas, progress, video {
	display: inline-block;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

.c-inner {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4rem;
}
@media screen and (max-width: 768px) {
	.c-inner {
		padding: 0 2.4rem;
	}
}
.c-inner--sm {
	max-width: 112rem;
}
.c-inner--lg {
	max-width: 136rem;
}
.c-inner--semi-xl {
	max-width: 146rem;
}
.c-inner--xl {
	max-width: 156rem;
}
.c-inner--xxl {
	max-width: 168rem;
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.c-inner--spfit {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (min-width: 769px) {
	.c-inner--pcfit {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-inner__spover {
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
}

.c-section {
	padding-top: 14rem;
	padding-bottom: 14rem;
}
@media screen and (max-width: 768px) {
	.c-section {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.c-box {
	margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
	.c-box {
		margin-bottom: 6rem;
	}
}
@media screen and (min-width: 769px) {
	.c-box--200-80 {
		margin-bottom: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.c-box--200-80 {
		margin-bottom: 8rem;
	}
}
@media screen and (min-width: 769px) {
	.c-box--100-60 {
		margin-bottom: 10rem;
	}
}
@media screen and (min-width: 769px) {
	.c-box--60-40 {
		margin-bottom: 6rem;
	}
}
@media screen and (max-width: 768px) {
	.c-box--60-40 {
		margin-bottom: 4rem;
	}
}
.c-box:last-child {
	margin-bottom: 0;
}

.c-horizon-scrolling {
	display: flex;
	overflow: hidden;
}
.c-horizon-scrolling__contain {
	animation: infinite-scrolling 10s infinite linear;
	display: flex;
	justify-content: space-around;
	flex-shrink: 0;
}
.c-horizon-scrolling__item {
	flex-shrink: 0;
}
.c-horizon-scrolling--1pieces .c-horizon-scrolling__contain {
	animation-duration: 10s;
}
.c-horizon-scrolling--2pieces .c-horizon-scrolling__contain {
	animation-duration: 20s;
}
.c-horizon-scrolling--3pieces .c-horizon-scrolling__contain {
	animation-duration: 30s;
}
.c-horizon-scrolling--4pieces .c-horizon-scrolling__contain {
	animation-duration: 40s;
}
.c-horizon-scrolling--5pieces .c-horizon-scrolling__contain {
	animation-duration: 50s;
}
.c-horizon-scrolling--6pieces .c-horizon-scrolling__contain {
	animation-duration: 60s;
}
.c-horizon-scrolling--7pieces .c-horizon-scrolling__contain {
	animation-duration: 70s;
}
.c-horizon-scrolling--8pieces .c-horizon-scrolling__contain {
	animation-duration: 80s;
}
.c-horizon-scrolling--9pieces .c-horizon-scrolling__contain {
	animation-duration: 90s;
}
.c-horizon-scrolling--10pieces .c-horizon-scrolling__contain {
	animation-duration: 100s;
}
.c-horizon-scrolling--11pieces .c-horizon-scrolling__contain {
	animation-duration: 110s;
}
.c-horizon-scrolling--12pieces .c-horizon-scrolling__contain {
	animation-duration: 120s;
}

@keyframes infinite-scrolling {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.c-youtube {
	width: 100%;
	position: relative;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	overflow: hidden;
}
.c-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin: 0;
}

.c-modal {
	position: relative;
	background: #fff;
	width: 98rem;
	max-width: 100%;
	margin: auto;
}
.c-modal__cts {
	padding: 6rem;
}
@media screen and (max-width: 768px) {
	.c-modal__cts {
		padding: 4.8rem 3.2rem;
	}
}
.c-modal__close {
	position: absolute;
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	right: 2rem;
	top: 2rem;
	background: url(../../img/renew_240301/icon_close.svg) no-repeat center/2.4rem;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.c-modal__close {
		top: 0.4rem;
		right: 0.4rem;
		background-size: 2rem;
	}
}

.c-link {
	text-decoration: underline;
}
.c-annotation {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.05em;
}

.c-tel__txt {
	position: relative;
	display: inline-block;
	padding-left: 4.8rem;
	font-size: 4rem;
}
@media screen and (max-width: 768px) {
	.c-tel__txt {
		font-size: 2.4rem;
		padding-left: 2.8rem;
	}
}
.c-tel__txt:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2.8rem;
	height: 2.8rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../../img/renew_240301/icon_tel.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.c-tel__txt:before {
		width: 1.6rem;
		height: 1.6rem;
	}
}

.c-color-icon {
	position: relative;
	padding-left: 2.2rem;
}
.c-color-icon:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.c-color-icon--led:before {
	background: #E33D3D;
}
.c-color-icon--pink:before {
	background: #F4AFAF;
}
.c-color-icon--orange:before {
	background: #F89623;
}
.c-color-icon--yellow:before {
	background: #FFDA5F;
}
.c-color-icon--brown:before {
	background: #814D36;
}
.c-color-icon--green:before {
	background: #2F9D49;
}
.c-color-icon--cyan:before {
	background: #7EE8DC;
}
.c-color-icon--blue:before {
	background: #355AF5;
}
.c-color-icon--purple:before {
	background: #9848BC;
}
.c-color-icon--navy:before {
	background: #203B6F;
}
.c-color-icon--wh:before {
	background: #fff;
	border: 1px solid #838383;
}
.c-color-icon--bk:before {
	background: #000;
}
.c-color-icon--other:before {
	background-image: conic-gradient(#FFE278 0% 12.5%, #FFB54C 12.5% 25%, #FF776B 25% 37.5%, #F71E78 37.5% 50%, #1365C2 50% 62.5%, #0CA8ED 62.5% 75%, #45C5FF 75% 87.5%, #B0D16F 87.5% 100%);
}

.c-left-indent {
	counter-reset: number 0;
	position: relative;
	padding-left: 4.8rem;
}
@media screen and (max-width: 768px) {
	.c-left-indent {
		padding-left: 2.4rem;
	}
}
.c-left-indent__ttl {
	position: relative;
	margin-top: 7.2rem;
	margin-bottom: 2rem;
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	.c-left-indent__ttl {
		margin-top: 3.6rem;
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
}
.c-left-indent__ttl:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0.62em;
	height: 0.62em;
	background: #242424;
	top: 0.375em;
	left: -1.25em;
}
.c-left-indent--ol .c-left-indent__ttl:before {
	content: none;
}
.c-left-indent__ttl + .c-ttl-xs {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.c-left-indent--ol {
		padding-left: 3.2rem;
	}
}
.c-left-indent--ol .c-left-indent__item {
	position: relative;
	margin-top: 5.2rem;
	counter-increment: number;
}
@media screen and (max-width: 768px) {
	.c-left-indent--ol .c-left-indent__item {
		margin-top: 2.8rem;
	}
}
.c-left-indent--ol .c-left-indent__item:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	content: counter(number, decimal-leading-zero);
	top: 0.15em;
	left: -2.2em;
	text-decoration: underline;
	text-underline-offset: 0.4rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
	.c-left-indent--ol .c-left-indent__item:before {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-left-indent--ol .c-left-indent__item:before {
		top: 0;
	}
}
.c-left-indent--ol .c-left-indent__ttl {
	top: -0.12em;
}

.c-line-box {
	margin-bottom: 3.6rem;
	padding-left: 4rem;
	border-left: 1px solid;
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.c-line-box {
		margin-top: 2.8rem;
		margin-bottom: 2rem;
		padding-left: 2rem;
	}
}
.c-line-box + .c-line-box {
	margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
	.c-line-box + .c-line-box {
		margin-top: 2.4rem;
	}
}

.c-gmap {
	height: 76rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.c-gmap {
		height: 30rem;
		margin-bottom: 2.4rem;
	}
}

.c-row {
	display: flex;
	flex-wrap: wrap;
	margin: -1.6rem;
}
.c-row > .c-row__item {
	padding: 1.6rem;
	width: 100%;
}
.c-row > .c-row__item--1 {
	width: 8.3333333333%;
}
.c-row > .c-row__item--2 {
	width: 16.6666666667%;
}
.c-row > .c-row__item--3 {
	width: 25%;
}
.c-row > .c-row__item--4 {
	width: 33.3333333333%;
}
.c-row > .c-row__item--5 {
	width: 41.6666666667%;
}
.c-row > .c-row__item--6 {
	width: 50%;
}
.c-row > .c-row__item--7 {
	width: 58.3333333333%;
}
.c-row > .c-row__item--8 {
	width: 66.6666666667%;
}
.c-row > .c-row__item--9 {
	width: 75%;
}
.c-row > .c-row__item--10 {
	width: 83.3333333333%;
}
.c-row > .c-row__item--11 {
	width: 91.6666666667%;
}
.c-row > .c-row__item--12 {
	width: 100%;
}
.c-row > .c-row__item--5th {
	width: 20%;
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--1-pc {
		width: 8.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--2-pc {
		width: 16.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--3-pc {
		width: 25%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--4-pc {
		width: 33.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--5-pc {
		width: 41.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--6-pc {
		width: 50%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--7-pc {
		width: 58.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--8-pc {
		width: 66.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--9-pc {
		width: 75%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--10-pc {
		width: 83.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--11-pc {
		width: 91.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--12-pc {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--5th-pc {
		width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--1-sp {
		width: 8.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--2-sp {
		width: 16.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--3-sp {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--4-sp {
		width: 33.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--5-sp {
		width: 41.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--6-sp {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--7-sp {
		width: 58.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--8-sp {
		width: 66.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--9-sp {
		width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--10-sp {
		width: 83.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--11-sp {
		width: 91.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--12-sp {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--5th-sp {
		width: 20%;
	}
}
.c-row--thin {
	margin: -0.8rem;
}
.c-row--thin > .c-row__item {
	padding: 0.8rem;
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc {
		margin: -0.8rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc > .c-row__item {
		padding: 0.8rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp {
		margin: -0.8rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp > .c-row__item {
		padding: 0.8rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--wide {
		margin: -2.4rem;
	}
	.c-row--wide > .c-row__item {
		padding: 2.4rem;
	}
	.c-row--wide-pc {
		margin: -2.4rem;
	}
	.c-row--wide-pc > .c-row__item {
		padding: 2.4rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--exwide {
		margin: -3.2rem;
	}
	.c-row--exwide > .c-row__item {
		padding: 3.2rem;
	}
	.c-row--exwide-pc {
		margin: -3.2rem;
	}
	.c-row--exwide-pc > .c-row__item {
		padding: 3.2rem;
	}
}
.c-row--center {
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.c-row--center-sp {
		justify-content: center;
	}
}
.c-row--end {
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.c-row--end-sp {
		justify-content: flex-end;
	}
}
.c-row--align-center {
	align-items: center;
}
.c-row--align-end {
	align-items: flex-end;
}
.c-row--reverse {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.c-row--reverse-pc {
		flex-direction: row-reverse;
	}
}

.c-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.c-breadcrumb__item {
	display: flex;
	align-items: center;
}
.c-breadcrumb__item:after {
	content: ">";
	position: relative;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}
.c-breadcrumb__item:last-child:after {
	content: none;
}
.c-breadcrumb--wh {
	color: #fff;
}
.c-breadcrumb a {
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.c-breadcrumb a:hover {
		opacity: 0.6;
	}
}

.c-input, .c-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.c-form select,
.c-form textarea,
.c-textarea {
	background: #fff;
	border-radius: 0.4rem;
	width: 100%;
	padding: 0.8rem 1.6rem;
	border: none;
	min-height: 4.5rem;
}
@media screen and (max-width: 768px) {
	.c-input, .c-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
	.c-form select,
	.c-form textarea,
	.c-textarea {
		min-height: 3.8rem;
	}
}

.c-form {
	border-top: 1px solid rgba(95, 94, 94, 0.3);
}
.c-form select {
	padding-right: 2.4rem;
	height: 4.5rem;
}
@media screen and (max-width: 768px) {
	.c-form select {
		height: 3.8rem;
	}
}
.c-form input[type=radio] {
	border: none;
	width: inherit;
	max-width: 100%;
	padding: 0;
}
.c-form textarea {
	min-height: 20rem;
}
.c-form__block {
	padding: 2rem 0;
	border-bottom: 1px solid rgba(95, 94, 94, 0.3);
}
@media screen and (max-width: 768px) {
	.c-form__label {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}
}
.c-form__req {
	margin-left: 0.8rem;
	font-size: 1.2rem;
	color: #eb0000;
}
.c-form--jokun .c-form__req {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.c-form--jokun .c-form__req {
		font-size: 1.4rem;
	}
}
.c-form__child {
	display: flex;
	align-items: center;
	margin-bottom: 1.2rem;
}
.c-form__child-label {
	width: 14rem;
	flex-shrink: 0;
	font-size: 1.4rem;
}
.c-form__child-cts {
	width: 100%;
}
.c-form__btn {
	text-align: center;
	margin-top: 6rem;
}
@media screen and (min-width: 769px) {
	.c-form__block {
		display: flex;
		flex-wrap: wrap;
	}
	.c-form__label:nth-child(n+3), .c-form__cts:nth-child(n+3) {
		margin-top: 1rem;
	}
	.c-form__label {
		width: 52rem;
		margin-top: 0.4rem;
		padding-right: 2rem;
	}
	.c-form__cts {
		width: calc(100% - 52rem);
	}
}
@media screen and (min-width: 769px) {
	.c-form__check-naiyo {
		display: grid;
		grid-template-columns: auto auto auto;
	}
}

.c-radio {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.c-radio:before, .c-radio.is-active:after, .c-radio:has(:checked):after {
	border-radius: 50%;
	content: "";
}
.c-radio:before {
	flex-shrink: 0;
	margin-right: 0.8rem;
	width: 2rem;
	height: 2rem;
	border: 1px solid #5F5E5E;
}
.c-radio.is-active:after, .c-radio:has(:checked):after {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background-color: #5F5E5E;
}
.c-radio input, .c-radio__item {
	display: none;
}

.c-check, .wpcf7-checkbox label {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.c-check:before, .wpcf7-checkbox label:before, .c-check.is-active:after, .wpcf7-checkbox label.is-active:after, .c-check:has(:checked):after, .wpcf7-checkbox label:has(:checked):after {
	content: "";
}
.c-check:before, .wpcf7-checkbox label:before {
	flex-shrink: 0;
	margin-right: 0.8rem;
	width: 1.75rem;
	height: 1.75rem;
	background-color: #fff;
}
.c-check.is-active:before, .wpcf7-checkbox label.is-active:before, .c-check:has(:checked):before, .wpcf7-checkbox label:has(:checked):before {
	background-color: #5F5E5E;
}
.c-check:has(:checked):after, .wpcf7-checkbox label:has(:checked):after {
	position: absolute;
	top: 0.4rem;
	left: 0.5rem;
	transform: rotate(45deg);
	width: 0.8rem;
	height: 1.4rem;
	border: solid #fff;
	border-width: 0 0.25rem 0.25rem 0;
}
.c-check input, .wpcf7-checkbox label input, .c-check__item {
	display: none;
}

@media screen and (min-width: 769px) {
	.wpcf7-radio {
		display: inline-block;
		margin-top: 0.4rem;
	}
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.radio-blocks .wpcf7-list-item {
	display: block;
	margin-bottom: 0.4rem;
}

.wpcf7-radio label {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.wpcf7-radio label:before, .wpcf7-radio label:has(:checked):after {
	border-radius: 50%;
	content: "";
}
.wpcf7-radio label:before {
	flex-shrink: 0;
	margin-right: 0.8rem;
	width: 2.4rem;
	height: 2.4rem;
	background-color: #fff;
}
.wpcf7-radio label:has(:checked):after {
	position: absolute;
	top: 50%;
	left: 0.8rem;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 0.8rem;
	background-color: #5F5E5E;
}
.wpcf7-radio label input {
	display: none;
}

.wpcf7-not-valid {
	border: 2px solid #eb0000 !important;
}

form.cf7mls .c-btn__txt {
	padding: 0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	border-radius: 0;
	padding: 0;
	font-weight: normal;
	margin: 0;
	float: none;
	/* background-color: #0073aa; */
	width: 100%;
	height: 100%;
	padding: 1.8rem 4.8rem;
	/* color: #ffffff; */
}
@media screen and (max-width: 768px) {
	form.cf7mls input.wpcf7-form-control.wpcf7-submit {
		padding: 1.2rem 2rem;
	}
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cf7mls-btns {
	text-align: center;
	margin-top: 6rem;
}

.form-zip {
	width: 16rem !important;
}

.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button {
	float: none;
	background-color: transparent;
	border-radius: 0;
	color: #5F5E5E;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
	position: relative;
	display: inline-block;
	min-width: 26.8rem;
	padding: 1.8rem 4.8rem;
	text-align: center;
	line-height: 1.25;
	border: 1px solid;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button,
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button,
	.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next,
	.c-form:not(.c-form--jokun) .cf7mls_next.action-button {
		min-width: 15rem;
		padding: 1.2rem 2rem;
	}
}
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:before, .c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:after,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:before,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:after,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:before,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:after,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button:before,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	transition: 0.32s;
	top: 50%;
}
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:before,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:before,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:before,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button:before {
	width: 8.8rem;
	height: 1px;
	left: calc(100% - 3.6rem);
	background: #5F5E5E;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:before,
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:before,
	.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:before,
	.c-form:not(.c-form--jokun) .cf7mls_next.action-button:before {
		width: 4.4rem;
		left: calc(100% - 1.6rem);
	}
}
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:after,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:after,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:after,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button:after {
	width: 0.8rem;
	height: 0.8rem;
	background: #5F5E5E;
	left: calc(100% + 5.2rem);
	transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:after,
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:after,
	.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:after,
	.c-form:not(.c-form--jokun) .cf7mls_next.action-button:after {
		left: calc(100% + 2.8rem);
		width: 0.5rem;
		height: 0.5rem;
	}
}
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:hover:before,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:hover:before,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:hover:before,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button:hover:before {
	width: 0;
}
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:hover:after,
.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:hover:after,
.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:hover:after,
.c-form:not(.c-form--jokun) .cf7mls_next.action-button:hover:after {
	left: calc(100% - 3.6rem);
}
@media screen and (max-width: 768px) {
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_next.action-button:hover:after,
	.c-form:not(.c-form--jokun) .cf7mls-btns .cf7mls_back.action-button:hover:after,
	.c-form:not(.c-form--jokun) .fieldset-cf7mls .cf7mls_next:hover:after,
	.c-form:not(.c-form--jokun) .cf7mls_next.action-button:hover:after {
		left: calc(100% - 1.6rem);
	}
}

.c-form--jokun .c-btn__txt,
.c-form--jokun .cf7mls-btns .cf7mls_next.action-button,
.c-form--jokun .cf7mls-btns .cf7mls_back.action-button,
.c-form--jokun .fieldset-cf7mls .cf7mls_next,
.c-form--jokun .cf7mls_next.action-button {
	float: none;
	background-color: transparent;
	border-radius: 0;
	color: #5F5E5E;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
	position: relative;
	top: 0;
	display: inline-block;
	background: #4D3F3D;
	color: #fff;
	padding: 2rem 6rem 2rem 2.8rem;
	line-height: 1.25;
	transition: 0.32s;
	box-shadow: 0 0.4rem 0 #17100F;
	max-width: 100%;
}
@media screen and (min-width: 769px) {
	.c-form--jokun .c-btn__txt,
	.c-form--jokun .cf7mls-btns .cf7mls_next.action-button,
	.c-form--jokun .cf7mls-btns .cf7mls_back.action-button,
	.c-form--jokun .fieldset-cf7mls .cf7mls_next,
	.c-form--jokun .cf7mls_next.action-button {
		width: 34rem;
	}
}
@media screen and (max-width: 768px) {
	.c-form--jokun .c-btn__txt,
	.c-form--jokun .cf7mls-btns .cf7mls_next.action-button,
	.c-form--jokun .cf7mls-btns .cf7mls_back.action-button,
	.c-form--jokun .fieldset-cf7mls .cf7mls_next,
	.c-form--jokun .cf7mls_next.action-button {
		width: 20rem;
		padding: 1.2rem 3.6rem 1.2rem 1.6rem;
	}
}
.c-form--jokun .c-btn__txt:before,
.c-form--jokun .cf7mls-btns .cf7mls_next.action-button:before,
.c-form--jokun .cf7mls-btns .cf7mls_back.action-button:before,
.c-form--jokun .fieldset-cf7mls .cf7mls_next:before,
.c-form--jokun .cf7mls_next.action-button:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2.2rem;
	height: 1.8rem;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%);
	transition: 0.32s;
	background: url(../../img/renew_240301/jokun/parts_arrow_btn_r.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.c-form--jokun .c-btn__txt:before,
	.c-form--jokun .cf7mls-btns .cf7mls_next.action-button:before,
	.c-form--jokun .cf7mls-btns .cf7mls_back.action-button:before,
	.c-form--jokun .fieldset-cf7mls .cf7mls_next:before,
	.c-form--jokun .cf7mls_next.action-button:before {
		width: 1.2rem;
		height: 0.9rem;
		right: 1.4rem;
	}
}
@media screen and (min-width: 769px) {
	.c-form--jokun .c-btn__txt:hover,
	.c-form--jokun .cf7mls-btns .cf7mls_next.action-button:hover,
	.c-form--jokun .cf7mls-btns .cf7mls_back.action-button:hover,
	.c-form--jokun .fieldset-cf7mls .cf7mls_next:hover,
	.c-form--jokun .cf7mls_next.action-button:hover {
		box-shadow: 0 0 0 transparent;
		top: 0.4rem;
	}
	.c-form--jokun .c-btn__txt:hover:before,
	.c-form--jokun .cf7mls-btns .cf7mls_next.action-button:hover:before,
	.c-form--jokun .cf7mls-btns .cf7mls_back.action-button:hover:before,
	.c-form--jokun .fieldset-cf7mls .cf7mls_next:hover:before,
	.c-form--jokun .cf7mls_next.action-button:hover:before {
		right: 1.8rem;
	}
}
.c-form--jokun .c-btn__obj {
	display: none;
}

.c-ttl-xs {
	font-weight: bold;
	margin-top: 5.2rem;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-xs {
		margin-top: 2.8rem;
	}
}
.c-ttl-xs:first-child {
	margin-top: 0;
}

.c-ttl-section {
	display: inline-block;
	margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-section {
		margin-bottom: 3.6rem;
	}
}
.c-ttl-section:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	pointer-events: none;
}
.c-ttl-section__main, .c-ttl-section__sub {
	display: block;
	padding-left: 10.8rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-section__main, .c-ttl-section__sub {
		padding-left: 2.4rem;
	}
}
.c-ttl-section__main {
	padding-bottom: 2.8rem;
	font-size: 4.8rem;
	border-bottom: 1px solid;
	letter-spacing: 0.225em;
}
@media screen and (min-width: 769px) {
	.c-ttl-section--lg .c-ttl-section__main {
		font-size: 6rem;
	}
}
@media screen and (max-width: 768px) {
	.c-ttl-section__main {
		padding-bottom: 0.8rem;
		font-size: 2.2rem;
	}
}
.c-ttl-section__sub {
	margin-top: 0.4rem;
	padding-top: 2.8rem;
	font-size: 2.4rem;
	font-weight: bold;
	border-top: 1px solid;
}
@media screen and (max-width: 768px) {
	.c-ttl-section__sub {
		margin-top: 0.2rem;
		padding-top: 1.2rem;
		font-size: 1.1rem;
	}
}

.c-ttl-cmn {
	margin-bottom: 6.8rem;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.c-ttl-cmn {
		margin-bottom: 2.8rem;
	}
}
.c-ttl-cmn__main, .c-ttl-cmn__sub {
	display: block;
}
.c-ttl-cmn__main {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.c-ttl-cmn__main {
		font-size: 1.8rem;
	}
}
.c-ttl-cmn--lg .c-ttl-cmn__main {
	font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-cmn--lg .c-ttl-cmn__main {
		font-size: 2.4rem;
	}
}
.c-ttl-cmn__sub {
	margin-top: 0.8rem;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
	.c-ttl-cmn__sub {
		font-size: 1.3rem;
	}
}

.c-ttl-uline {
	margin-bottom: 4.4rem;
	padding-bottom: 4rem;
	line-height: 1.5;
	font-size: 3.2rem;
	border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.c-ttl-uline {
		font-size: 1.8rem;
		margin-bottom: 1.6rem;
		padding-bottom: 1.6rem;
	}
}

.c-ttl-line {
	margin-top: 12rem;
	margin-bottom: 4.4rem;
	text-align: center;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	line-height: 1.5;
	font-size: 2.4rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.c-ttl-line {
		margin-top: 8.8rem;
		margin-bottom: 2.8rem;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
		font-size: 1.4rem;
	}
}
.c-ttl-line:first-child {
	margin-top: 0;
}

.c-ttl-line-row {
	display: flex;
	align-items: center;
	margin-bottom: 6rem;
	font-size: 2.8rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.c-ttl-line-row {
		font-size: 1.8rem;
		margin-bottom: 3.2rem;
	}
}
.c-ttl-line-row:after {
	content: "";
	display: block;
	flex-grow: 2;
	margin-left: 3.2rem;
	border-top: 1px solid;
}
@media screen and (max-width: 768px) {
	.c-ttl-line-row:after {
		margin-left: 2rem;
	}
}

.c-ttl-square {
	background: #E2DED7;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.c-ttl-square {
		display: inline-block;
	}
}
.c-ttl-square__main, .c-ttl-square__sub {
	display: block;
}
.c-ttl-square__main {
	font-size: 3.2rem;
	letter-spacing: 0.24em;
	line-height: 1.625;
}
@media screen and (max-width: 768px) {
	.c-ttl-square__main {
		font-size: 1.8rem;
	}
}
.c-ttl-square__sub {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-square__sub {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 769px) {
	.c-ttl-square {
		text-align: center;
		padding: 4rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.c-ttl-square__contain {
		display: inline-block;
		text-align: right;
	}
	.c-ttl-square__main {
		padding-right: 1em;
	}
}
@media screen and (max-width: 768px) {
	.c-ttl-square {
		padding: 3.2rem 2.4rem;
	}
}

.c-ttl-lgbdb {
	margin-bottom: 4.8rem;
	font-size: 2.8rem;
	line-height: 1.625;
}
@media screen and (max-width: 768px) {
	.c-ttl-lgbdb {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
	}
}
.c-ttl-lgbdb:last-child {
	margin-bottom: 0;
}
.c-ttl-lgbdb__txt {
	display: inline-block;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid;
	padding-bottom: 0.8rem;
}

.c-fz-32-18 {
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	.c-fz-32-18 {
		font-size: 1.8rem;
	}
}

.c-fz-24-16 {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.c-fz-24-16 {
		font-size: 1.6rem;
	}
}

.c-fz-20-14 {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.c-fz-20-14 {
		font-size: 1.4rem;
	}
}

.c-fz-18-14 {
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.c-fz-18-14 {
		font-size: 1.4rem;
	}
}

.c-fz-14-11 {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.c-fz-14-11 {
		font-size: 1.1rem;
	}
}

.c-fz-12-11 {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-fz-12-11 {
		font-size: 1.1rem;
	}
}

.c-card-campaign {
	display: block;
}
.c-card-campaign__img {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}
.c-card-campaign__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.32s;
}
a:hover .c-card-campaign__img img {
	transform: translate(-50%, -50%) scale(1.075);
}
.c-card-campaign__body {
	background: #F4F0EA;
	padding: 3.2rem 2.4rem 1.6rem;
}
.c-card-campaign__date {
	margin-bottom: 0.8rem;
	line-height: 1.25;
}
.c-card-campaign__ttl {
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 3.2rem;
}
.c-card-campaign__more {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
	font-weight: bold;
}
.c-card-campaign__more:before {
	content: "";
	display: block;
	flex-grow: 2;
	height: 1px;
	background: #5F5E5E;
	margin-right: 1.6rem;
	transition: 0.32s;
}
.c-card-campaign:hover .c-card-campaign__more:before {
	width: 0;
	flex-grow: 0;
}

.c-card-topic {
	display: block;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.c-card-topic {
		font-size: 1.4rem;
	}
}
.c-card-topic__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	padding-top: 60%;
}
.c-card-topic__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.32s;
}
a:hover .c-card-topic__img img {
	transform: translate(-50%, -50%) scale(1.075);
}

.c-card-information {
	display: block;
}
.c-card-information__cat {
	margin-bottom: 1.6rem;
}
.c-card-information__cat-txt {
	display: inline-block;
	border: 1px solid;
	padding: 0.4rem 2rem;
}
.c-card-information__img {
	position: relative;
	margin-bottom: 3.2rem;
	padding-top: 56%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.c-card-information__img {
		margin-bottom: 2rem;
		padding-top: 60%;
	}
}
.c-card-information__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.32s;
}
a:hover .c-card-information__img img {
	transform: translate(-50%, -50%) scale(1.075);
}
.c-card-information__date {
	margin-bottom: 0.4rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.c-card-information__date {
		font-size: 1.2rem;
	}
}
.c-card-information__ttl {
	margin-bottom: 2.8rem;
	font-size: 2rem;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
	.c-card-information__ttl {
		font-size: 1.4rem;
		letter-spacing: 0.15em;
	}
}
.c-card-information__ttl:last-child {
	margin-bottom: 0;
}
.c-card-information__more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.2rem;
	margin-top: 2.8rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.c-card-information__more:before {
	content: "";
	display: block;
	width: 6.4rem;
	border-top: 1px solid;
	transition: 0.32s;
}
a:hover .c-card-information__more:before {
	width: 0;
}
@media screen and (max-width: 768px) {
	.c-card-information__more {
		margin-top: 1.6rem;
		font-size: 1.2rem;
	}
}
.c-card-information__btn {
	padding-right: 3.2rem;
}

.c-card-archive {
	display: block;
	margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
	.c-card-archive {
		margin-bottom: 4rem;
	}
}
.c-card-archive__cat {
	display: flex;
	margin-bottom: 2rem;
}
.c-card-archive__cat-item {
	display: inline-block;
	padding: 0.4rem 2rem;
	line-height: 1.5;
	border: 1px solid;
}
.c-card-archive__img {
	position: relative;
	margin-bottom: 2.4rem;
	padding-top: 60%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.c-card-archive__img {
		margin-bottom: 1.6rem;
	}
}
.c-card-archive__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.32s;
}
a:hover .c-card-archive__img img {
	transform: translate(-50%, -50%) scale(1.075);
}
.c-card-archive__ttl {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.c-card-archive__ttl {
		font-size: 1.4rem;
	}
}

.c-card-linebnr {
	display: block;
	position: relative;
	padding-top: 42%;
	color: #fff;
}
.c-card-linebnr:before, .c-card-linebnr:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	background: #fff;
	transition: 0.32s;
	z-index: 1;
}
.c-card-linebnr:before {
	bottom: 0;
	left: 1.6rem;
	width: 1px;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.c-card-linebnr:before {
		left: 0.8rem;
	}
}
.c-card-linebnr:after {
	width: calc(100% - 1.6rem);
	height: 1px;
	left: 0;
	bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
	.c-card-linebnr:after {
		width: calc(100% - 0.8rem);
		bottom: 0.8rem;
	}
}
.c-card-linebnr:hover:before {
	height: 0;
}
.c-card-linebnr:hover:after {
	width: 0;
}
.c-card-linebnr__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.c-card-linebnr__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.32s;
}
a:hover .c-card-linebnr__img img {
	transform: translate(-50%, -50%) scale(1.075);
}
.c-card-linebnr__ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	font-size: 1.7rem;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.c-card-linebnr__ttl {
		font-size: 1.2rem;
	}
}
.c-card-linebnr__tail {
	position: absolute;
	width: 100%;
	font-size: 1.7rem;
	bottom: 0;
	right: 0;
	padding: 2.4rem;
	line-height: 1.25;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.c-card-linebnr__tail {
		font-size: 1.1rem;
		padding: 1.6rem 0.8rem;
	}
}

.c-card-flow__num {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.4rem;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.c-card-flow__num {
		margin-bottom: 1.6rem;
		font-size: 1.2rem;
	}
}
.c-card-flow__num:after {
	content: "";
	display: block;
	flex-grow: 2;
	max-width: calc(100% - 5.2rem);
	height: 1px;
	background: #5F5E5E;
}
@media screen and (max-width: 768px) {
	.c-card-flow__num:after {
		max-width: calc(100% - 3.2rem);
	}
}
.c-card-flow__body {
	padding-left: 4.8rem;
}
@media screen and (min-width: 769px) {
	.c-card-flow__body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.c-card-flow__body {
		padding-left: 3.2rem;
	}
}
.c-card-flow__ttl {
	margin-bottom: 3.2rem;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.c-card-flow__ttl {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
}
.c-card-flow__peace {
	position: relative;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.c-card-flow__topic {
	padding: 2.8rem 6.8rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
@media screen and (min-width: 769px) {
	.c-card-flow__topic {
		display: flex;
		align-items: center;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.c-card-flow__topic {
		padding: 2rem 0;
		text-align: center;
	}
}
.c-card-flow__topic-head {
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.c-card-flow__topic-head {
		flex-shrink: 0;
		margin-right: 8rem;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-card-flow__topic-head {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}
}
.c-card-flow__btn {
	text-align: center;
}
.c-card-flow__other {
	display: block;
	padding: 6.4rem;
	background: #DDD8D0;
}
@media screen and (min-width: 769px) {
	.c-card-flow__other {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-card-flow__other {
		padding: 2.8rem;
	}
}

.c-card-shop {
	position: relative;
	display: block;
	border: 1px solid #707070;
	padding: 3.2rem 4rem 7.2rem;
}
.c-card-shop__intro {
	margin-bottom: 0.8rem;
}
.c-card-shop__ttl {
	font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
	.c-card-shop__ttl {
		font-size: 1.6rem;
	}
}
.c-card-shop__tel {
	margin-top: 1.2rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-card-shop__tel {
		font-size: 1rem;
	}
}
.c-card-shop__more {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.c-card-shop__more {
		font-size: 1rem;
	}
}
.c-card-shop__more:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 16rem;
	top: 50%;
	right: calc(100% + 2rem);
	border-top: 1px solid;
	transition: 0.32s;
}
a:hover .c-card-shop__more:before {
	width: 0;
}

.c-card-beautemenu {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 162.5%;
	overflow: hidden;
	color: #fff;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.c-card-beautemenu {
		padding-top: 48%;
	}
}
.c-card-beautemenu__bg, .c-card-beautemenu__cts, .c-card-beautemenu__more {
	position: absolute;
}
.c-card-beautemenu__bg {
	z-index: 0;
}
.c-card-beautemenu__cts, .c-card-beautemenu__more {
	z-index: 1;
}
.c-card-beautemenu__bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.c-card-beautemenu__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.32s;
}
.c-card-beautemenu__bg:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
	z-index: 1;
}
.c-card-beautemenu__cts {
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.c-card-beautemenu__ttl {
	font-family: "Cormorant Infant", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-card-beautemenu__ttl {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
	}
}
@media screen and (min-width: 769px) {
	.c-card-beautemenu__sub {
		font-size: 1.8rem;
	}
}
.c-card-beautemenu__more {
	width: calc(100% - 4.8rem);
	left: 2rem;
	bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
	.c-card-beautemenu__more {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.c-card-beautemenu__more {
		width: calc(100% - 2.4rem);
		left: 0.8rem;
		bottom: 0.8rem;
	}
}
.c-card-beautemenu:hover .c-card-beautemenu__bg img {
	transform: scale(1.075);
}

.c-card-life {
	display: flex;
	flex-direction: column;
	border: 1px solid;
	background: #fff;
	padding: 2rem;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.c-card-life {
		padding: 1.6rem;
	}
}
.c-card-life__img {
	margin-bottom: 2rem;
	overflow: hidden;
	padding-top: 80%;
	position: relative;
}
@media screen and (max-width: 768px) {
	.c-card-life__img {
		margin-bottom: 1.6rem;
	}
}
.c-card-life__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.32s;
}
a:hover .c-card-life__img img {
	transform: translate(-50%, -50%) scale(1.075);
}
.c-card-life__cts {
	flex-grow: 2;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr;
}
.c-card-life__ttl {
	grid-column: 1/2;
	grid-row: 1/2;
}
.c-card-life__txt {
	grid-column: 1/2;
	grid-row: 2/3;
}
.c-card-life__more {
	grid-column: 2/3;
	grid-row: 1/3;
}
.c-card-life__ttl {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.c-card-life__ttl {
		font-size: 1.8rem;
	}
}
.c-card-life__txt {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.c-card-life__txt {
		font-size: 1.2rem;
	}
}
.c-card-life__more {
	margin-bottom: -2rem;
	padding-top: 1.2rem;
	display: flex;
	align-items: center;
	gap: 1.6rem;
	writing-mode: vertical-rl;
	font-family: "Cormorant Infant", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.c-card-life__more {
		font-size: 1.2rem;
		margin-bottom: -1.6rem;
	}
}
.c-card-life__more:after {
	content: "";
	flex-grow: 2;
	border-left: 1px solid;
	transition: 0.32s;
}
a:hover .c-card-life__more:after {
	flex-grow: 0;
	width: 0;
}

.c-btn-wrap {
	text-align: center;
	margin-top: 2.4rem;
}

.c-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-family: "Cormorant Infant", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.c-btn__txt {
	display: inline-block;
	min-width: 26.8rem;
	padding: 1.8rem 4.8rem;
	text-align: center;
	line-height: 1.25;
	border: 1px solid;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.c-btn__txt {
		min-width: 15rem;
		padding: 1.2rem 2rem;
	}
}
.c-btn__obj {
	position: absolute;
	width: 8.8rem;
	top: 50%;
	left: calc(100% - 3.6rem);
	transform: translateY(-50%);
	transition: 0.32s;
}
@media screen and (max-width: 768px) {
	.c-btn__obj {
		width: 4.4rem;
		left: calc(100% - 1.6rem);
	}
}
.c-btn__obj:before, .c-btn__obj:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
}
.c-btn__obj:before {
	width: 100%;
	height: 1px;
	background: #5F5E5E;
	transform: translateY(-50%);
}
.c-btn__obj:after {
	width: 0.8rem;
	height: 0.8rem;
	background: #5F5E5E;
	transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-btn__obj:after {
		width: 0.5rem;
		height: 0.5rem;
	}
}
.c-btn.is-active .c-btn__obj, .c-btn:hover .c-btn__obj, a:hover .c-btn__obj {
	width: 0;
}
.c-btn--wh .c-btn__obj:before, .c-btn--wh .c-btn__obj:after {
	background: #fff;
}
.c-btn--sm .c-btn__txt {
	min-width: 22rem;
}
@media screen and (max-width: 768px) {
	.c-btn--sm .c-btn__txt {
		min-width: 12rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn--sm .c-btn__obj {
		width: 3.2rem;
		left: calc(100% - 1rem);
	}
}
@media screen and (max-width: 768px) {
	.c-btn--lg .c-btn__txt {
		min-width: 24rem;
	}
}
@media screen and (min-width: 769px) {
	.c-btn--lg .c-btn__txt {
		min-width: 62rem;
		padding: 2.2rem 4.8rem;
		font-size: 1.9rem;
	}
	.c-btn--lg .c-btn__obj {
		width: 16rem;
		left: calc(100% - 5.2rem);
	}
}
@media screen and (min-width: 769px) {
	.c-btn--2line .c-btn__txt {
		padding: 2.8rem 4.8rem;
	}
}
.c-btn--2line .c-btn__txt-main, .c-btn--2line .c-btn__txt-sub {
	display: block;
}
@media screen and (min-width: 769px) {
	.c-btn--2line .c-btn__txt-main {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn--2line .c-btn__txt-main {
		font-size: 1.4rem;
	}
}
.c-btn--2line .c-btn__txt-sub {
	margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
	.c-btn--2line .c-btn__txt-sub {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn--2line .c-btn__txt-sub {
		font-size: 1rem;
	}
}
.c-btn + .c-btn {
	margin-left: 8rem;
}
@media screen and (max-width: 768px) {
	.c-btn + .c-btn {
		margin-left: 4.4rem;
	}
}
.c-btn--btm .c-btn__obj {
	width: auto;
	height: 5.6rem;
	left: 50%;
	top: calc(100% - 1rem);
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.c-btn--btm .c-btn__obj {
		height: 4rem;
		top: calc(100% - 0.6rem);
	}
}
.c-btn--btm .c-btn__obj:before, .c-btn--btm .c-btn__obj:after {
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
}
.c-btn--btm .c-btn__obj:before {
	height: 100%;
	width: 1px;
	transform: translateX(-50%);
}
.c-btn--btm .c-btn__obj:after {
	transform: translate(-50%, 50%) rotate(45deg);
}
.c-btn--btm:hover .c-btn__obj,
.c-btn--btm a:hover .c-btn__obj {
	width: auto;
	height: 0;
}
@media screen and (min-width: 769px) {
	.c-btn--portal {
		width: 100%;
		font-size: 2rem;
	}
	.c-btn--portal .c-btn__txt {
		display: block;
		width: calc(100% - 3.6rem);
		padding: 4.8rem 3.2rem;
		min-width: 0;
	}
	.c-btn--portal .c-btn__obj {
		width: 7.2rem;
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-btn--portal .c-btn__txt {
		padding: 2.4rem 2rem;
		font-size: 1.4rem;
	}
}
.c-btn--stretch {
	display: flex;
	align-items: center;
	gap: 2.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.c-btn--stretch {
		gap: 1.2rem;
	}
}
.c-btn--stretch .c-btn__txt {
	flex-shrink: 0;
	min-width: 0;
	padding: 0;
	border: none;
}
.c-btn--stretch .c-btn__obj {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	transform: none;
}
.c-btn--stretch:hover .c-btn__obj {
	width: 0;
}

.c-btn-bdb {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid;
}
@media screen and (min-width: 769px) {
	.c-btn-bdb {
		min-width: 30rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn-bdb {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.c-btn-bdb__txt {
	position: relative;
	display: inline-block;
	padding: 1.8rem 0;
	padding-right: 6rem;
	text-align: center;
	line-height: 1.25;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.c-btn-bdb__txt {
		min-width: 20rem;
		padding-right: 6rem;
	}
}
.c-btn-bdb__obj {
	position: absolute;
	width: 4rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: 0.32s;
}
@media screen and (max-width: 768px) {
	.c-btn-bdb__obj {
		width: 4.4rem;
	}
}
.c-btn-bdb__obj:before, .c-btn-bdb__obj:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
}
.c-btn-bdb__obj:before {
	width: 100%;
	height: 1px;
	background: #5F5E5E;
	transform: translateY(-50%);
}
.c-btn-bdb__obj:after {
	width: 0.6rem;
	height: 0.6rem;
	background: #5F5E5E;
	transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-btn-bdb__obj:after {
		width: 0.4rem;
		height: 0.4rem;
	}
}
.c-btn-bdb.is-active .c-btn-bdb__obj, .c-btn-bdb:hover .c-btn-bdb__obj, a:hover .c-btn-bdb__obj {
	width: 0;
}

.c-btn-under {
	position: relative;
	display: block;
	cursor: pointer;
	text-align: center;
	padding-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
	.c-btn-under {
		padding-bottom: 4rem;
	}
}
.c-btn-under__txt {
	display: inline-block;
	line-height: 1.25;
}
.c-btn-under__obj {
	position: absolute;
	display: inline-block;
	height: 5.6rem;
	left: 50%;
	top: calc(100% - 5.6rem);
	transform: translateX(-50%);
	transition: 0.32s;
}
@media screen and (max-width: 768px) {
	.c-btn-under__obj {
		height: 3.2rem;
		top: calc(100% - 3.2rem);
	}
}
.c-btn-under__obj:before, .c-btn-under__obj:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
}
.c-btn-under__obj:before {
	width: 1px;
	height: 100%;
	background: #5F5E5E;
}
.c-btn-under__obj:after {
	width: 0.8rem;
	height: 0.8rem;
	background: #5F5E5E;
	transform: translate(-50%, 50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-btn-under__obj:after {
		width: 0.5rem;
		height: 0.5rem;
	}
}
.c-btn-under:hover .c-btn-under__obj, a:hover .c-btn-under__obj {
	height: 0;
}
.c-btn-under--wh .c-btn-under__obj:before, .c-btn-under--wh .c-btn-under__obj:after {
	background: #fff;
}
.c-btn-under--reverse {
	padding-bottom: 0;
	padding-top: 7.2rem;
}
@media screen and (max-width: 768px) {
	.c-btn-under--reverse {
		padding-top: 4rem;
	}
}
.c-btn-under--reverse .c-btn-under__obj {
	top: auto;
	bottom: calc(100% - 5.6rem);
}
@media screen and (max-width: 768px) {
	.c-btn-under--reverse .c-btn-under__obj {
		bottom: calc(100% - 3.2rem);
	}
}
.c-btn-under--reverse .c-btn-under__obj:before, .c-btn-under--reverse .c-btn-under__obj:after {
	bottom: auto;
	top: 0;
}
.c-btn-under--reverse .c-btn-under__obj:after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-btn-full {
	padding: 3.2rem;
}
@media screen and (max-width: 768px) {
	.c-btn-full {
		padding: 1.6rem;
	}
}
.c-btn-full__contain {
	position: relative;
	display: block;
	border: 1px solid;
	padding: 10rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c-btn-full__contain {
		padding: 3.2rem;
		padding-right: 0;
		text-align: left;
	}
}
.c-btn-full__txt {
	position: relative;
	display: inline-block;
	padding-right: 22rem;
	font-size: 3.2rem;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.c-btn-full__txt {
		width: 100%;
		padding-right: 8rem;
		font-size: 1.8rem;
		line-height: 1.92;
	}
}
.c-btn-full__obj {
	position: absolute;
	width: 16rem;
	top: 50%;
	left: calc(100% - 16rem);
	transform: translateY(-50%);
	transition: 0.32s;
}
@media screen and (max-width: 768px) {
	.c-btn-full__obj {
		width: 4rem;
		left: calc(100% - 7.6rem);
	}
}
.c-btn-full__obj:before, .c-btn-full__obj:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
}
.c-btn-full__obj:before {
	width: 100%;
	height: 1px;
	background: #5F5E5E;
	transform: translateY(-50%);
}
.c-btn-full__obj:after {
	width: 0.8rem;
	height: 0.8rem;
	background: #5F5E5E;
	transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-btn-full__obj:after {
		width: 0.5rem;
		height: 0.5rem;
	}
}
.c-btn-full:hover .c-btn-full__obj, a:hover .c-btn-full__obj {
	width: 0;
}
.c-btn-full--wh .c-btn-full__obj:before, .c-btn-full--wh .c-btn-full__obj:after {
	background: #fff;
}

.c-btn-bnr {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 3.2rem 14.8rem 3.2rem 36rem;
	min-height: 20rem;
	background: #F4F0EA;
	color: #5F5E5E;
}
@media screen and (max-width: 768px) {
	.c-btn-bnr {
		width: 100%;
		min-height: 6.4rem;
		padding: 1.6rem 4.8rem 1.6rem 12rem;
	}
}
.c-btn-bnr:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #5F5E5E;
	z-index: 5;
}
@media screen and (max-width: 768px) {
	.c-btn-bnr:before {
		width: calc(100% - 0.8rem);
		height: calc(100% - 0.8rem);
	}
}
.c-btn-bnr__txt {
	position: relative;
	font-size: 2.2rem;
	line-height: 1.25;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.c-btn-bnr__txt {
		font-size: 1.1rem;
	}
}
.c-btn-bnr__obj {
	position: absolute;
	width: 6.4rem;
	top: 50%;
	right: 5.6rem;
	transform: translateY(-50%);
	transition: 0.32s;
}
@media screen and (max-width: 768px) {
	.c-btn-bnr__obj {
		width: 2.4rem;
		right: 1.8rem;
	}
}
.c-btn-bnr__obj:before, .c-btn-bnr__obj:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
}
.c-btn-bnr__obj:before {
	width: 100%;
	height: 1px;
	background: #5F5E5E;
	transform: translateY(-50%);
}
.c-btn-bnr__obj:after {
	width: 0.8rem;
	height: 0.8rem;
	background: #5F5E5E;
	transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-btn-bnr__obj:after {
		width: 0.5rem;
		height: 0.5rem;
	}
}
.c-btn-bnr:hover .c-btn-bnr__obj, a:hover .c-btn-bnr__obj {
	width: 0;
}
.c-btn-bnr__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 37.2rem;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.c-btn-bnr__img {
		width: 14.4rem;
	}
}
.c-btn-bnr__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-btn-bnr__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to left, #F4F0EA, transparent);
}
.c-btn-bnr--lg .c-btn-bnr__img {
	width: 100%;
}
.c-btn-bnr--lg .c-btn-bnr__img:before {
	content: none;
}
@media screen and (min-width: 769px) {
	.c-btn-bnr--lg {
		padding: 0;
	}
	.c-btn-bnr--lg .c-btn-bnr__txt {
		position: absolute;
		top: 50%;
		right: 24rem;
		transform: translateY(-50%);
		line-height: 1.625;
	}
	.c-btn-bnr--lg .c-btn-bnr__img {
		position: relative;
	}
	.c-btn-bnr--lg .c-btn-bnr__obj {
		width: 12rem;
		right: 8rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn-bnr {
		min-height: 12.8rem;
		padding-right: 2rem;
	}
	.c-btn-bnr .c-btn-bnr__obj {
		position: relative;
		width: 4.8rem;
		margin-top: 1.2rem;
		right: 0;
		order: 1;
	}
}

.c-btn-arrow {
	position: relative;
	top: 0;
	display: inline-block;
	background: #4D3F3D;
	color: #fff;
	padding: 2rem 6rem 2rem 2.8rem;
	line-height: 1.25;
	transition: 0.32s;
	box-shadow: 0 0.4rem 0 #17100F;
	max-width: 100%;
}
@media screen and (min-width: 769px) {
	.c-btn-arrow {
		width: 34rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn-arrow {
		width: 20rem;
		padding: 1.2rem 3.6rem 1.2rem 1.6rem;
		font-size: 1.3rem;
	}
}
.c-btn-arrow:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2.2rem;
	height: 1.8rem;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%);
	transition: 0.32s;
	background: url(../../img/renew_240301/jokun/parts_arrow_btn_r.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.c-btn-arrow:before {
		width: 1.2rem;
		height: 0.9rem;
		right: 1.4rem;
	}
}
@media screen and (min-width: 769px) {
	.c-btn-arrow:hover {
		box-shadow: 0 0 0 transparent;
		top: 0.4rem;
	}
	.c-btn-arrow:hover:before {
		right: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn-arrow--wasp {
		width: auto;
	}
}
.c-btn-arrow + .c-btn-arrow {
	margin-left: 2.8rem;
}
@media screen and (max-width: 768px) {
	.c-btn-arrow + .c-btn-arrow {
		margin-left: 1.6rem;
	}
}

.c-btn-arrow-btm {
	position: relative;
	display: inline-block;
	border: 1px solid;
	padding: 0.8rem 7.2rem 0.8rem 2rem;
	line-height: 1.25;
	transition: 0.32s;
}
.c-btn-arrow-btm:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2rem;
	height: 1.2rem;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	transition: 0.32s;
	background: url(../../img/renew_240301/jokun/parts_arrow_btn_b.svg) no-repeat center/contain;
}
.c-btn-arrow-btm:hover:before {
	transform: translateY(-40%);
}
.c-btn-arrow-btm + .c-btn-arrow-btm {
	margin-left: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-btn-arrow-btm + .c-btn-arrow-btm {
		margin-left: 0.8rem;
	}
}

.c-btn-beaute__txt {
	position: relative;
	display: inline-block;
	min-width: 22rem;
	padding: 0.8rem 4rem;
	text-align: center;
	font-family: "Cormorant Infant", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
	font-weight: bold;
	background: #A1D6D9;
	color: #000;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.c-btn-beaute__txt:hover {
		opacity: 0.6;
	}
}
@media screen and (min-width: 769px) {
	.c-btn-beaute__txt {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-btn-beaute__txt {
		min-width: 18rem;
	}
}
.c-btn-beaute__txt:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: calc(100% - 0.8rem);
	height: calc(100% - 0.8rem);
	border: 1px solid #fff;
	top: 0.4rem;
	left: 0.4rem;
	z-index: 1;
}

.c-list {
	margin: 2rem 0;
}
.c-list:first-child {
	margin-top: 0;
}
.c-list__item {
	display: flex;
}
.c-list__item:before {
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.8rem;
	margin-right: 1.2rem;
	border-radius: 0.2rem;
	background: #5F5E5E;
}
.c-list--num {
	counter-reset: number 0;
}
.c-list--num .c-list__item:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	width: auto;
	height: auto;
	margin-top: -0.6rem;
	background: none;
	font-size: 2.2rem;
	font-style: italic;
}

.c-ol {
	counter-reset: number 0;
}
.c-ol__item {
	position: relative;
	margin-bottom: 1em;
	padding-left: 4.8rem;
}
.c-ol__item:last-child {
	margin-bottom: 0;
}
.c-ol__item:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero) ".";
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	background: none;
}

.c-table-price {
	border-spacing: 0;
	line-height: 1.25;
}
.c-table-price th, .c-table-price td {
	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
	padding-right: 1.2rem;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.c-table-price th:last-child, .c-table-price td:last-child {
	padding-right: 0;
}
.c-table-status {
	font-size: 1.4rem;
	border-spacing: 0;
}
@media screen and (max-width: 768px) {
	.c-table-status {
		font-size: 1.1rem;
	}
}
.c-table-status th, .c-table-status td {
	padding-bottom: 2.8rem;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.c-table-status th {
	width: 12rem;
}
@media screen and (max-width: 768px) {
	.c-table-status th {
		width: 8rem;
	}
}
.c-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 8rem;
}
@media screen and (max-width: 768px) {
	.c-pager {
		margin-top: 6rem;
	}
}
.c-pager:first-child {
	margin-top: 0;
}
.c-pager .nav-links {
	display: flex;
	justify-content: center;
}
.c-pager .screen-reader-text {
	display: none;
}
.c-pager .page-numbers {
	position: relative;
	display: block;
	padding: 0 4rem;
	font-size: 2.2rem;
	border-right: 1px solid #5F5E5E;
	line-height: 1em;
	opacity: 0.36;
}
@media screen and (max-width: 768px) {
	.c-pager .page-numbers {
		font-size: 1.4rem;
		padding: 0 2rem;
	}
}
.c-pager .page-numbers:last-child {
	border-right: none;
}
.c-pager .page-numbers.current {
	opacity: 1;
	border-right-color: rgba(95, 94, 94, 0.36);
}

.l-if_noscript {
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}

.l-skip-link {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.l-wrapper,
.l-main,
.l-header,
.l-footer {
	position: relative;
}

.l-wrapper {
	z-index: 0;
}

.l-main {
	z-index: 1;
}

.l-nav-header,
.l-header {
	z-index: 10;
}

.l-footer {
	z-index: 3;
}

.l-pagetop {
	z-index: 5;
}

@media screen and (min-width: 769px) {
	.l-main--navheader {
		margin-top: 8.8rem;
	}
}
.l-main--lh2 {
	line-height: 2;
}
.l-main--yakuaki {
	font-feature-settings: normal;
}

.l-header {
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	line-height: 1.75;
}
.l-header__contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 6.8rem;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.l-header__contain {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.l-header__contain {
		height: 6.4rem;
		padding-left: 1.6rem;
	}
}
.l-header__logo {
	line-height: 1;
	display: block;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.l-header__logo:hover {
		opacity: 0.5;
	}
}
.l-header__logo img {
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.l-header--cmn {
		height: 6.8rem;
	}
}
.l-header--cmn .l-header__logo {
	height: 100%;
}
.l-header--cmn .l-header__logo img {
	width: auto;
	height: 100%;
}
.l-header--cmn .l-header__contain {
	background: #E1DED8;
}
@media screen and (min-width: 769px) {
	.l-header--cmn .l-header__contain {
		height: 6.8rem;
	}
	.is-scroll .l-header--cmn .l-header__contain {
		height: calc(6.8rem - 1.6rem);
	}
}
.l-header--ps-lg {
	background: #fff;
}
.l-header--ps-lg .l-header__logo img {
	width: 23.2rem;
}
@media screen and (min-width: 769px) {
	.l-header--ps-lg .l-header__logo img {
		width: min(40rem, 20vw);
	}
	.is-scroll .l-header--ps-lg .l-header__logo img {
		width: 26.8rem;
	}
}
@media screen and (min-width: 769px) {
	.l-header--ps-lg .l-header__contain {
		height: 14rem;
	}
	.is-scroll .l-header--ps-lg .l-header__contain {
		height: 6.8rem;
	}
}
.l-header--beaute .l-header__primary {
	width: 18rem;
}

.l-nav-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(198, 162, 109, 0.8);
	letter-spacing: 0.015em;
}
.l-nav-header__list {
	display: flex;
	justify-content: center;
}
.l-nav-header__anc {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 8.8rem;
	padding: 0.4rem 2.8rem;
	font-size: 2rem;
	text-align: center;
	transition: 0.32s;
	line-height: 1.25;
}
.l-nav-header__anc:before, .l-nav-header__anc:after {
	width: 1px;
	height: 4.8rem;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	transition: 0.32s;
}
.l-nav-header__anc:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
}
.l-nav-header__item:first-child .l-nav-header__anc:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
}
.l-nav-header__anc:hover {
	background: #4D3F3D;
	color: #fff;
}
.l-nav-header__anc-icon {
	margin-top: 1.2rem;
	line-height: 0;
}
.l-nav-header__anc-icon svg {
	fill: #fff;
}
.l-nav-header__anc:hover .l-nav-header__anc-icon svg {
	fill: #D1B589;
}

@media screen and (max-width: 768px) {
	.l-nav {
		width: 100%;
		height: 100dvh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 7.6rem 2rem 4rem;
		line-height: 1;
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		text-align: left;
		pointer-events: none;
		transition: 0.32s;
		overflow: auto;
		opacity: 0;
		background: #fff;
	}
	.l-header--cmn .l-nav {
		background: #E1DED8;
	}
	.is-menu-opened .l-nav {
		opacity: 1;
		pointer-events: auto;
	}
}
.l-nav__menu {
	position: relative;
}
@media screen and (min-width: 769px) {
	.l-nav__menu {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 768px) {
	.l-nav__menu {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.l-nav__menu-item {
		border-right: 1px solid;
		line-height: 1.25;
	}
	.l-nav__menu-item:last-child {
		border-right: none;
	}
}
.l-nav__menu-item--haschild {
	position: relative;
}
@media screen and (min-width: 769px) {
	.l-nav__menu-item--haschild {
		z-index: 1;
	}
	.l-nav__menu-item--haschild:before, .l-nav__menu-item--haschild:after {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: calc(100% + 1.2rem);
		left: 50%;
		transition: 0.32s;
	}
	.l-nav__menu-item--haschild:before {
		width: 0.8rem;
		height: 0.8rem;
		background: #5F5E5E;
		transform: translateX(-50%) rotate(45deg);
		opacity: 0;
	}
	.l-nav__menu-item--haschild:after {
		width: 1px;
		height: 0;
		background: #5F5E5E;
		transform: translateX(-50%);
		opacity: 0;
		margin-top: 0.8rem;
	}
	.l-nav__menu-item--haschild:hover {
		opacity: 1;
	}
	.l-nav__menu-item--haschild:hover:before {
		opacity: 1;
	}
	.l-nav__menu-item--haschild:hover:after {
		height: 4.8rem;
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.l-nav__menu-item--haschild .l-nav__menu-anc {
		position: relative;
		padding-right: 2.8rem;
	}
	.l-nav__menu-item--haschild .l-nav__menu-anc:before, .l-nav__menu-item--haschild .l-nav__menu-anc:after {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		right: 1.6rem;
		top: 50%;
		width: 0.8rem;
		height: 1px;
		background: #707070;
		transition: 0.32s;
	}
	.l-nav__menu-item--haschild .l-nav__menu-anc:after {
		transform: rotate(90deg);
	}
	.l-nav__menu-item--haschild .l-nav__menu-anc.is-active:after {
		transform: rotate(0);
	}
}
.l-nav__menu-anc {
	display: block;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.l-nav__menu-anc:hover {
		opacity: 0.5;
	}
}
@media screen and (min-width: 769px) {
	.l-nav__menu-anc {
		font-size: min(1.7rem, 1vw);
		padding: 0 2.6rem;
	}
	.is-scroll .l-nav__menu-anc {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.l-nav__menu-anc {
		padding: 1.6rem 1.2rem;
		font-size: 1.4rem;
		border-bottom: 1px solid #E1DED8;
	}
	.l-header--cmn .l-nav__menu-anc {
		border-color: #fff;
	}
}
@media screen and (min-width: 769px) {
	.l-nav__child {
		position: absolute;
		display: flex;
		gap: 6rem;
		top: 100%;
		left: -4rem;
		padding: 10rem 4.8rem 4.8rem;
		z-index: -1;
		background: rgba(225, 222, 216, 0.9);
		transition: 0.32s;
		opacity: 0;
		pointer-events: none;
	}
	.l-header--ps-lg .l-nav__child {
		background: rgba(255, 255, 255, 0.9);
	}
	.l-nav__menu-item--haschild:hover .l-nav__child {
		opacity: 1;
		pointer-events: auto;
	}
	.l-nav__child-item {
		margin-bottom: 2rem;
	}
	.l-nav__child-item:last-child {
		margin-bottom: 0;
	}
	.l-nav__child-anc {
		display: inline-block;
		font-size: 1.8rem;
		white-space: nowrap;
	}
	.l-nav__child-anc:after {
		content: "";
		display: block;
		width: 0;
		margin-top: 0.4rem;
		border-bottom: 1px solid;
		transition: 0.32s;
	}
	.l-nav__child-anc:hover:after {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.l-nav__child {
		transition: 0.32s, opacity 0.1s;
		transform-origin: top;
		column-count: 2;
		padding: 0 1.2rem;
		font-size: 1.2rem;
		border-bottom: 1px solid #E1DED8;
	}
	.l-nav__child:not(.is-active) {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		height: 0;
		opacity: 0;
		transform: scaleY(0);
		pointer-events: none;
		overflow: hidden;
	}
	.l-nav__child.is-active {
		opacity: 1;
		height: auto;
		transform: scaleY(1);
		pointer-events: auto;
	}
	.l-header--cmn .l-nav__child {
		border-color: #fff;
	}
	.l-nav__child-anc {
		display: block;
		padding: 0.8rem 0;
	}
	.l-nav__child.is-active {
		padding: 1.6rem 1.2rem;
	}
}
.l-nav--beaute {
	height: auto;
	padding-top: 6.8rem;
	padding-bottom: 2rem;
}
.l-nav--beaute .l-nav__child {
	column-count: 1;
}
.l-nav--beaute .l-nav__menu-item:last-child .l-nav__menu-anc {
	border-bottom: none;
}

.l-nav-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.4rem;
	height: 6.4rem;
	margin: 0;
	z-index: 10;
	cursor: pointer;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.l-nav-btn {
		display: none;
	}
}
.l-nav-btn__bar {
	position: absolute;
	display: block;
	width: 2rem;
	top: 50%;
	left: 50%;
	height: 0.1rem;
	transition: 0.32s;
	transform: translate(-50%, -50%);
}
.l-nav-btn__bar:before, .l-nav-btn__bar:after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #707070;
	transition: 0.32s;
}
.l-nav-btn__bar:before {
	top: -0.4rem;
}
.l-nav-btn__bar:after {
	top: 0.4rem;
}
.is-menu-opened .l-nav-btn__bar {
	background: transparent;
}
.is-menu-opened .l-nav-btn__bar:before, .is-menu-opened .l-nav-btn__bar:after {
	top: 0;
}
.is-menu-opened .l-nav-btn__bar:before {
	transform: rotate(-30deg);
}
.is-menu-opened .l-nav-btn__bar:after {
	transform: rotate(30deg);
}
.l-nav-btn--beaute .l-nav-btn__bar:before {
	top: -0.3rem;
}
.l-nav-btn--beaute .l-nav-btn__bar:after {
	top: 0.3rem;
}
.is-menu-opened .l-nav-btn--beaute .l-nav-btn__bar:before, .is-menu-opened .l-nav-btn--beaute .l-nav-btn__bar:after {
	top: 0;
}

.l-footer {
	background: #FAFAFA;
	padding-top: 8rem;
	padding-bottom: 12rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.l-footer {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
}
.l-footer__contain {
	position: relative;
	padding: 0 6.8rem 12rem;
	margin-bottom: 5.2rem;
}
@media screen and (max-width: 768px) {
	.l-footer__contain {
		padding: 0 0 6rem;
		margin-bottom: 3.6rem;
	}
}
.l-footer__contain:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	display: block;
	width: 100%;
	height: 0.8rem;
	border-top: 1px solid #898288;
	border-bottom: 3px solid #898288;
	left: 0;
	bottom: 0;
}
.l-footer__logo {
	margin-bottom: 6.8rem;
	text-align: center;
}
.l-footer__logo:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.l-footer__logo {
		margin-bottom: 3.2rem;
	}
	.l-footer__logo img {
		width: 10rem;
	}
}
.l-footer__sns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 8rem;
}
.l-footer__sns:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.l-footer__sns {
		gap: 1.2rem;
		margin-bottom: 3.2rem;
	}
}
.l-footer__sns-item {
	transition: 0.32s;
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	background: #C4C0C0;
	border-radius: 50%;
}
@media screen and (min-width: 769px) {
	.l-footer__sns-item:hover {
		opacity: 0.6;
	}
}
.l-footer__sns-item img {
	width: 100%;
}
.l-footer__map {
	display: flex;
	gap: 6.8rem;
	margin-top: 10rem;
	margin-bottom: 10rem;
}
@media screen and (min-width: 769px) {
	.l-footer__map-iframe {
		width: 62rem;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__map-iframe {
		width: 100%;
	}
}
.l-footer__map iframe {
	width: 100%;
	height: min(50rem, 60vw);
	filter: grayscale(1);
}
@media screen and (min-width: 769px) {
	.l-footer__map iframe {
		height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__map {
		flex-wrap: wrap;
		gap: 4rem;
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
}
.l-footer__bnr {
	margin-top: 6.8rem;
	margin-bottom: 8rem;
}
.l-footer__bnr:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.l-footer__bnr {
		display: flex;
		justify-content: center;
		gap: 6rem;
	}
	.l-footer__bnr-item {
		width: 54rem;
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__bnr {
		margin-top: 4rem;
	}
	.l-footer__bnr-item {
		margin-bottom: 2rem;
	}
	.l-footer__bnr-item:last-child {
		margin-bottom: 0;
	}
}
.l-footer__copy {
	text-align: center;
	line-height: 1.5;
}
.l-footer__copy small {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.l-footer__copy small {
		font-size: 0.9rem;
	}
}

.js-slider {
	opacity: 0;
	transition: 0.3s;
}
.js-slider.slick-initialized {
	opacity: 1;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	background: transparent;
}

@media screen and (max-width: 768px) {
	.slick-slider {
		max-width: 25rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.slick-list {
	padding: 0 !important;
}

/* arrow */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 4.8rem;
	width: 4.8rem;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 1;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.slick-prev:hover,
	.slick-next:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.slick-prev,
	.slick-next {
		width: 2.4rem;
		height: 2.4rem;
	}
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
	font-size: 2rem;
	line-height: 1;
	color: #333;
	opacity: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	right: calc(100% + 4.8rem);
	background: url(../../img/renew_240301/icon_slide_arrow_prev.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.slick-prev {
		right: calc(100% + 2rem);
	}
}
[dir=rtl] .slick-prev {
	right: auto;
	left: calc(100% + 4.8rem);
}
@media screen and (max-width: 768px) {
	[dir=rtl] .slick-prev {
		left: calc(100% + 2rem);
	}
}
.slick-prev:before {
	content: "";
}
[dir=rtl] .slick-prev:before {
	content: "";
}

.slick-next {
	left: calc(100% + 4.8rem);
	background: url(../../img/renew_240301/icon_slide_arrow_next.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.slick-next {
		left: calc(100% + 2rem);
	}
}
[dir=rtl] .slick-next {
	right: calc(100% + 4.8rem);
	left: auto;
}
@media screen and (max-width: 768px) {
	[dir=rtl] .slick-next {
		right: calc(100% + 2rem);
	}
}
.slick-next:before {
	content: "";
}
[dir=rtl] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dotted.slick-slider {
	padding-bottom: 7.2rem;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.slick-dotted.slick-slider {
		padding-bottom: 4.8rem;
	}
}

.slick-dots {
	position: absolute;
	bottom: -0.8rem;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	left: 0;
	font-size: 0;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: 0;
	}
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 0.4rem;
	width: 6.4rem;
	margin: 0.8rem;
	padding: 0;
	cursor: pointer;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	text-indent: 6.4rem;
	background: #5F5E5E;
	opacity: 0.3;
}
@media screen and (max-width: 768px) {
	.slick-dots li {
		width: 3.2rem;
		height: 0.3rem;
		margin: 0.4rem;
	}
}
.slick-dots li.slick-active {
	opacity: 1;
}

.p-inpage-nav {
	position: sticky;
	width: 100%;
	z-index: 9;
	left: 0;
	top: 6.8rem;
	transition: 0.32s;
	background: rgba(255, 255, 255, 0.8);
	padding-left: 2.8rem;
	padding-right: 2.8rem;
}
.p-inpage-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.6rem;
}
@media screen and (max-width: 1440px) {
	.p-inpage-nav__list {
		gap: 2.8rem;
	}
}
.p-inpage-nav__anc {
	position: relative;
	display: block;
	line-height: 1;
	transition: 0.32s;
	padding: 2.4rem 2.4rem 2.4rem 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 1600px) {
	.p-inpage-nav__anc {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1440px) {
	.p-inpage-nav__anc {
		padding-right: 2rem;
	}
}
.p-inpage-nav__anc:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0.8rem;
	height: 0.8rem;
	border-left: 1px solid;
	border-bottom: 1px solid;
	top: 45%;
	right: 0;
	transform: rotate(-45deg) translateY(-50%);
	transition: 0.32s;
}
@media screen and (max-width: 1440px) {
	.p-inpage-nav__anc:before {
		width: 0.75rem;
		height: 0.75rem;
	}
}
.p-inpage-nav__anc:hover:before {
	top: 50%;
}
.is-scroll .p-inpage-nav {
	top: calc(6.8rem - 1.6rem);
}
.is-scroll .p-inpage-nav .p-inpage-nav__anc {
	padding: 1.4rem 2.4rem 1.4rem 0;
}
@media screen and (max-width: 768px) {
	.p-inpage-nav {
		display: none;
	}
}

.p-faq {
	border-top: 1px solid;
}
.p-faq__item {
	border-bottom: 1px solid;
	padding: 0 1.6rem 0 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-faq__item {
		padding: 0;
	}
}
.p-faq__peace {
	position: relative;
	display: flex;
	padding-right: 6.4rem;
}
@media screen and (max-width: 768px) {
	.p-faq__peace {
		padding-right: 2.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-faq--open .p-faq__peace {
		padding-right: 2.8rem;
	}
}
.p-faq__peace--q {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	font-size: 2rem;
	cursor: pointer;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.p-faq__peace--q:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-faq__peace--q {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.p-faq__peace--q {
		font-size: 1.4rem;
	}
}
.p-faq__peace--q .p-faq__head {
	margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
	.p-faq__peace--q .p-faq__head {
		margin-top: 0.2rem;
	}
}
.p-faq--open .p-faq__peace--q {
	cursor: default;
}
.p-faq--open .p-faq__peace--q:hover {
	opacity: 1;
}
.p-faq--jokun .p-faq__peace--q {
	font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-faq--jokun .p-faq__peace--q {
		font-size: 1.8rem;
	}
}
.p-faq--jokun .p-faq__peace--q .p-faq__head {
	margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
	.p-faq--jokun .p-faq__peace--q .p-faq__head {
		margin-top: 0.4rem;
	}
}
.p-faq__peace--a {
	transition: 0.32s, opacity 0.1s;
	transform-origin: top;
}
.p-faq__peace--a:not(.is-active) {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	opacity: 0;
	transform: scaleY(0);
	pointer-events: none;
	overflow: hidden;
}
.p-faq__peace--a.is-active {
	opacity: 1;
	height: auto;
	transform: scaleY(1);
	pointer-events: auto;
}
.p-faq__peace--a.is-active {
	padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-faq__peace--a.is-active {
		padding-bottom: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.p-faq__peace--a .p-faq__head {
		margin-top: 0.2rem;
	}
}
.p-faq--open .p-faq__peace--a {
	height: auto;
	opacity: 1;
	transform: none;
	padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-faq--open .p-faq__peace--a {
		padding-bottom: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-faq--jokun .p-faq__peace--a .p-faq__head {
		margin-top: 0.4rem;
	}
}
.p-faq__head {
	flex-shrink: 0;
	width: 7.6rem;
	font-size: 2.6rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.p-faq__head {
		width: 2.8rem;
		font-size: 1.8rem;
	}
}
.p-faq--jokun .p-faq__head {
	font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-faq--jokun .p-faq__head {
		font-size: 1.7rem;
	}
}
.p-faq__icon {
	width: 4.8rem;
	height: 4.8rem;
	border: 1px solid #5F5E5E;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 2.6rem;
}
@media screen and (max-width: 768px) {
	.p-faq__icon {
		width: 2.4rem;
		height: 2.4rem;
	}
}
.p-faq__icon:before, .p-faq__icon:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1.2rem;
	height: 1px;
	top: 50%;
	left: 50%;
	background: #5F5E5E;
	transition: 0.32s;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.p-faq__icon:before, .p-faq__icon:after {
		width: 0.6rem;
	}
}
.p-faq__icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .p-faq__icon:after {
	transform: translate(-50%, -50%) rotate(0);
}
@media screen and (max-width: 768px) {
	.p-faq__icon {
		top: 50%;
		transform: translateY(-50%);
	}
}
.p-faq--open .p-faq__icon {
	display: none;
}

.p-index-qa__btn {
	margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
	.p-index-qa__btn {
		margin-top: 3.6rem;
	}
}
.is-open .p-index-qa__btn-open {
	display: none;
}
.p-index-qa__btn-close {
	display: none;
}
.is-open .p-index-qa__btn-close {
	display: block;
}

.p-index-contact {
	padding-top: 16rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
	.p-index-contact {
		padding-top: 6.4rem;
		padding-bottom: 8rem;
	}
}
.p-index-contact .c-ttl-cmn__main {
	font-weight: normal;
	letter-spacing: 0.225em;
}
.p-index-contact__head {
	margin-bottom: 12rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-index-contact__head {
		margin-bottom: 6.8rem;
	}
}
.p-index-contact__box {
	margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
	.p-index-contact__box {
		margin-bottom: 6rem;
	}
}
.p-index-contact__box:last-child {
	margin-bottom: 0;
}
.p-index-contact__form {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.p-index-contact__form {
		margin-top: 3.2rem;
	}
}

.p-flow-unit__num {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.4rem;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.p-flow-unit__num {
		margin-bottom: 1.6rem;
		font-size: 1.2rem;
	}
}
.p-flow-unit__num:after {
	content: "";
	display: block;
	flex-grow: 2;
	max-width: calc(100% - 5.2rem);
	height: 1px;
	background: #5F5E5E;
}
@media screen and (max-width: 768px) {
	.p-flow-unit__num:after {
		max-width: calc(100% - 3.2rem);
	}
}
.p-flow-unit__body {
	padding-left: 5.2rem;
}
@media screen and (max-width: 768px) {
	.p-flow-unit__body {
		padding-left: 3.2rem;
	}
}
.p-flow-unit__ttl {
	margin-bottom: 3.2rem;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.p-flow-unit__ttl {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
}
.p-flow-unit__peace {
	position: relative;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.p-mv {
	width: 100%;
	height: 100rem;
	position: relative;
}
@media screen and (min-width: 769px) {
	.p-mv {
		min-height: 80rem;
		max-height: calc(100dvh - 6.8rem);
	}
	body:has(.l-main--navheader) .p-mv {
		max-height: calc(100vh - 8.8rem);
	}
}
@media screen and (max-width: 768px) {
	.p-mv {
		height: 60rem;
	}
}
.p-mv__img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.p-mv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 769px) {
	.p-mv--jokun .p-mv__img img {
		object-position: center -4rem;
		height: calc(100% + 4rem);
	}
}
.p-mv__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, #221F1F);
	height: 44%;
}
.p-mv__cts {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 4rem 8rem;
	color: #fff;
	border-top: 1px solid;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-mv__cts {
		padding: 2rem 2.4rem;
	}
}
.p-mv__ttl {
	font-size: 7.2rem;
	line-height: 1.25;
	letter-spacing: 0.175em;
}
@media screen and (max-width: 768px) {
	.p-mv__ttl {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-mv--jokun .p-mv__ttl {
		font-size: 2.8rem;
	}
}
.p-mv__sub {
	margin-top: 1.6rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.p-mv__sub {
		margin-top: 0.4rem;
		font-size: 1.1rem;
	}
}
.p-mv--jokun .p-mv__sub {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-mv--jokun .p-mv__sub {
		font-size: 1.4rem;
	}
}
.p-mv--hascrumb .p-mv__img:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 14.8rem;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(111, 109, 106, 0.8), rgba(111, 109, 106, 0.8) 20%, transparent);
}

.p-index-gallery__ttl {
	margin-bottom: -6rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-index-gallery__ttl {
		margin-bottom: -2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-gallery .c-inner {
		width: 85%;
	}
	.p-index-gallery .slick-list {
		padding: 17.5rem 0 !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
	.p-index-gallery .slick-list {
		padding: 14rem 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.p-index-gallery .slick-prev {
		right: 100%;
	}
	.p-index-gallery .slick-next {
		left: 100%;
	}
	.p-index-gallery .slick-initialized .slick-slide {
		text-align: center;
	}
	.p-index-gallery .slick-initialized .slick-slide img {
		margin: auto;
	}
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
	.p-index-gallery__ttl {
		margin-bottom: -12rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-gallery__slider-item {
		position: relative;
		transition: 0.2s;
		pointer-events: none;
	}
}
@media screen and (min-width: 769px) and (min-width: 769px) {
	.p-index-gallery__slider-item img {
		width: 34rem;
	}
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
	.p-index-gallery__slider-item img {
		width: 30rem;
	}
}
@media screen and (min-width: 769px) and (min-width: 769px) {
	.p-index-gallery__slider-item.is-current {
		z-index: 1;
		transform: scale(1.7);
		pointer-events: auto;
	}
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
	.p-index-gallery__slider-item.is-current {
		transform: scale(1.4);
	}
}
@media screen and (min-width: 769px) and (min-width: 769px) {
	.p-index-gallery__slider-item.is-current:before {
		opacity: 0;
	}
}

.p-information {
	background: #fff;
	padding: 2.4rem 8rem;
}
@media screen and (max-width: 768px) {
	.p-information {
		padding: 2rem 2.4rem;
	}
}
.p-information__head {
	font-weight: bold;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.p-information__head {
		margin-bottom: 0.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-information--jokun .p-information__head {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 768px) {
	.p-information--jokun .p-information__head {
		margin-bottom: 1.6rem;
	}
}
.p-information__date {
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.p-information__date {
		font-size: 1.4rem;
		margin-bottom: 0.4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-information--jokun .p-information__date {
		font-size: 2rem;
	}
}
.p-information__ttl {
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.p-information__ttl {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-information--jokun .p-information__ttl {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-information--jokun .p-information__ttl {
		font-size: 1.7rem;
		margin: 0.8rem 0;
	}
}
.p-information__anc {
	font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
	.p-information--jokun .p-information__anc {
		font-size: 2rem;
	}
}
.p-information__anc a {
	position: relative;
	display: inline-block;
	padding-right: 2rem;
	transition: 0.32s;
}
@media screen and (min-width: 769px) {
	.p-information__anc a:hover {
		opacity: 0.6;
	}
}
@media screen and (min-width: 769px) {
	.p-information--jokun .p-information__anc a {
		text-decoration: underline;
		text-underline-offset: 0.4rem;
	}
	.p-information--jokun .p-information__anc a:hover {
		text-decoration: none;
	}
}
.p-information__anc a:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
	.p-information__contain {
		display: flex;
		align-items: center;
	}
	.p-information__head {
		flex-shrink: 0;
		margin-right: 6.4rem;
	}
	.p-information__body {
		display: flex;
		align-items: center;
	}
	.p-information__date {
		margin-right: 2.8rem;
		padding-right: 2.8rem;
		border-right: 1px solid;
	}
	.p-information__anc {
		margin-left: 2.8rem;
	}
}
.p-information--bdb {
	border-bottom: 1px solid;
}

@media screen and (min-width: 769px) {
	.p-index-campaign__slider-item {
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-campaign .c-card-campaign {
		max-width: 37.5rem;
	}
}

.p-index-panel {
	background: #F4F0EA;
	overflow: hidden;
}
.p-index-panel__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.p-index-panel__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-index-panel__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, #221F1F);
	height: 75%;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.p-index-panel__img:before {
		max-height: 40rem;
	}
}
.p-index-panel__cts {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 4rem;
	z-index: 1;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-index-panel__cts {
		padding: 1.6rem 2rem;
	}
}
.p-index-panel__item {
	position: relative;
}
@media screen and (min-width: 769px) {
	.p-index-panel__item--link {
		overflow: hidden;
	}
	.p-index-panel__item--link img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.32s;
	}
	.p-index-panel__item--link:hover img {
		transform: translate(-50%, -50%) scale(1.075);
	}
}
.p-index-panel__ttl {
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.p-index-panel__ttl {
		font-size: 1.8rem;
	}
}
.p-index-panel__txt, .p-index-panel__price {
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-index-panel__txt, .p-index-panel__price {
		margin-bottom: 0.4rem;
	}
}
.p-index-panel__txt:last-child, .p-index-panel__price:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.p-index-panel__txt {
		font-size: min(1.15vw, 2rem);
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel__txt {
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel__price {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel__price {
		font-size: 1.6rem;
	}
}
.p-index-panel__btn {
	margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
	.p-index-panel__contain {
		display: grid;
		grid-template-columns: repeat(4, 25%);
		margin: 0.2rem -0.2rem;
	}
	.p-index-panel__item {
		position: relative;
		height: 25vw;
		border: 0.2rem solid transparent;
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel {
		margin-top: 0.2rem;
	}
	.p-index-panel__contain {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.p-index-panel__item {
		margin-bottom: 0.2rem;
		width: calc(50% - 0.1rem);
		height: 50vw;
	}
}

@media screen and (max-width: 768px) {
	.p-index-slide__item {
		width: 100vw;
	}
}

.p-index-information {
	position: relative;
}
@media screen and (min-width: 769px) {
	.p-index-information {
		padding-top: 14rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-information__head {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 68rem;
		width: 41.6%;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) {
	.p-index-information__head {
		margin-bottom: -3.2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-information__ttl {
		width: 100%;
		height: 24rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-information__ttl {
		min-width: 27rem;
	}
}
.p-index-information__body {
	background: #F4F0EA;
}
@media screen and (min-width: 769px) {
	.p-index-information__body {
		max-width: 156rem;
		width: calc(100% - 15rem);
		margin-left: auto;
		padding: 7.6rem 8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-information__body {
		padding: 6.4rem 2.4rem 4.8rem;
	}
}
.p-index-information__cts {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.p-index-information__btn {
		text-align: right;
		padding-right: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-information__btn {
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.p-index-information .slick-dots {
		bottom: -10.4rem;
		display: flex;
		gap: 1.6rem;
		max-width: calc(100% - 40rem);
		text-align: left;
		left: 3.2rem;
	}
}
.p-index-information .slick-dots li {
	margin: 0;
	min-width: 0;
}
@media screen and (min-width: 769px) {
	.p-index-information .slick-dots li {
		width: 8.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-information__cts {
		margin: 0 -3.2rem 6.4rem;
	}
	.p-index-information__cts-item {
		padding: 0 3.2rem;
	}
	.p-index-information .slick-prev,
	.p-index-information .slick-next {
		transform: none;
		top: calc(100% + 8rem);
	}
	.p-index-information .slick-prev {
		right: calc(105% + 6rem);
	}
	.p-index-information .slick-next {
		left: auto;
		right: 105%;
	}
}
@media screen and (max-width: 768px) {
	.p-index-information__cts {
		margin: 0 -1.2rem;
		margin-right: -2.4rem;
		overflow: hidden;
	}
	.p-index-information__cts-item {
		padding: 0 1.2rem;
	}
	.p-index-information .slick-dotted.slick-slider {
		margin-bottom: 0;
		padding-bottom: 8.8rem;
		max-width: none;
	}
	.p-index-information .slick-list {
		max-width: 24rem;
		overflow: visible;
	}
	.p-index-information .slick-arrow {
		display: none !important;
	}
	.p-index-information .slick-dots {
		width: calc(100% - 2.4rem);
		display: flex;
		bottom: 4.8rem;
		margin-left: 1.2rem;
	}
	.p-index-information .slick-dots li {
		flex-grow: 2;
		height: 0.2rem;
	}
}

.p-index-story__body {
	background: #524D4A;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.p-index-story__body {
		padding: 10rem 7.2rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-story__body {
		padding: 0 2.4rem 3.2rem;
	}
}
.p-index-story__ttl {
	margin-bottom: 8.8rem;
	font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
	.p-index-story__ttl {
		font-size: 2.8rem;
		line-height: 1;
		margin-top: -0.5em;
		margin-bottom: 3.2rem;
	}
}
.p-index-story__txt {
	padding-left: 4.8rem;
}
@media screen and (max-width: 768px) {
	.p-index-story__txt {
		padding-left: 0;
	}
}
.p-index-story__txt-item {
	display: block;
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-index-story__txt-item {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
}
.p-index-story__txt-item:first-child {
	padding-left: 2em;
}
.p-index-story__txt-item:nth-child(2) {
	padding-left: 4.8rem;
}
@media screen and (max-width: 768px) {
	.p-index-story__txt-item:nth-child(2) {
		padding-left: 0;
		text-align: right;
		padding-right: 2em;
	}
}
.p-index-story__txt-item:last-child {
	margin-bottom: 0;
}
.p-index-story__more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.2rem;
	margin-top: 10rem;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.p-index-story__more {
		margin-top: 3.2rem;
		font-size: 1.2rem;
	}
}
.p-index-story__more:before {
	content: "";
	display: block;
	width: 58rem;
	border-top: 1px solid;
	transition: 0.32s;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.p-index-story__more:before {
		width: auto;
		flex-grow: 2;
	}
}
.p-index-story__more:hover:before {
	width: 0;
}
@media screen and (min-width: 769px) {
	.p-index-story {
		display: flex;
	}
	.p-index-story__body {
		flex-shrink: 0;
		width: 36.8%;
		min-width: 70rem;
	}
	.p-index-story__img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

.p-index-film {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: url(../../img/renew_240301/photo-studio/index/film_bg.jpg) no-repeat center/cover;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-index-film {
		padding-top: 6.8rem;
		padding-bottom: 6.8rem;
	}
}
.p-index-film__lead {
	margin-bottom: 4rem;
	font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-index-film__lead {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 1.2rem;
	}
}
.p-index-film__ttl {
	margin-bottom: 4rem;
	font-size: 4rem;
	letter-spacing: 0.36em;
}
@media screen and (max-width: 768px) {
	.p-index-film__ttl {
		font-size: 2rem;
		margin-bottom: 1.2rem;
	}
}
.p-index-film__cts {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.p-index-film__cts {
		font-size: 1.2rem;
	}
}
.p-index-film__more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.2rem;
	margin-top: 10rem;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.p-index-film__more {
		margin-top: 2rem;
		font-size: 1.2rem;
	}
}
.p-index-film__more:before {
	content: "";
	display: block;
	width: 38rem;
	border-top: 1px solid;
	transition: 0.32s;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.p-index-film__more:before {
		width: auto;
		flex-grow: 2;
	}
}
.p-index-film__more:hover:before {
	width: 0;
}

.p-index-reserve {
	position: relative;
}
@media screen and (max-width: 768px) {
	.p-index-reserve {
		padding-bottom: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-reserve__head {
		margin-bottom: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-reserve__ttl {
		min-width: 23.2rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-reserve__body {
		padding-left: 2.4rem;
		padding-right: 2.4rem;
		text-align: center;
	}
}
.p-index-reserve__block {
	margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
	.p-index-reserve__block {
		margin-bottom: 4.8rem;
	}
}
.p-index-reserve__block:last-child {
	margin-bottom: 0;
}
.p-index-reserve__logo {
	display: block;
	margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
	.p-index-reserve__logo {
		margin-bottom: 2rem;
	}
}
.p-index-reserve__logo-txt {
	display: block;
	margin-top: 2.8rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.p-index-reserve__logo-txt {
		margin-top: 0.8rem;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-reserve__btn {
		display: flex;
		gap: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-reserve__btn-item {
		margin-bottom: 0.8rem;
	}
	.p-index-reserve__btn-item:last-child {
		margin-bottom: 0;
	}
	.p-index-reserve__btn .c-btn__txt {
		min-width: 18rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-reserve {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}
	.p-index-reserve__head {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(50% - 14rem);
	}
	.p-index-reserve__ttl {
		width: 100%;
		height: 48rem;
	}
	.p-index-reserve__cts {
		display: inline-block;
		text-align: center;
	}
	.p-index-reserve__body {
		position: relative;
		width: calc(50% + 18rem);
		margin-left: auto;
		z-index: 1;
	}
}

.p-index-panel--photo-studio {
	background: none;
}
.p-index-panel--photo-studio .p-index-panel__img:before {
	opacity: 0.66;
}
@media screen and (min-width: 769px) {
	.p-index-panel--photo-studio .p-index-panel__contain {
		margin: -0.8rem;
	}
	.p-index-panel--photo-studio .p-index-panel__cts {
		padding: 2.8rem;
	}
	.p-index-panel--photo-studio .p-index-panel__img:before {
		max-height: 10rem;
	}
	.p-index-panel--photo-studio .p-index-panel__item {
		height: auto;
		border: 0.8rem solid transparent;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-1, .p-index-panel--photo-studio .p-index-panel__item--ps-2 {
		grid-row: 1/2;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-3, .p-index-panel--photo-studio .p-index-panel__item--ps-4 {
		grid-row: 2/3;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-1 {
		grid-column: 1/3;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-2 {
		grid-column: 3/4;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-3 {
		grid-column: 1/2;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-4 {
		grid-column: 2/4;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-5, .p-index-panel--photo-studio .p-index-panel__item--ps-7 {
		grid-column: 1/2;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-6, .p-index-panel--photo-studio .p-index-panel__item--ps-8 {
		grid-column: 2/3;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-9, .p-index-panel--photo-studio .p-index-panel__item--ps-12, .p-index-panel--photo-studio .p-index-panel__item--ps-15 {
		grid-column: 3/4;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-10, .p-index-panel--photo-studio .p-index-panel__item--ps-13, .p-index-panel--photo-studio .p-index-panel__item--ps-16 {
		grid-column: 4/5;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-11, .p-index-panel--photo-studio .p-index-panel__item--ps-14, .p-index-panel--photo-studio .p-index-panel__item--ps-17 {
		grid-column: 5/6;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-5, .p-index-panel--photo-studio .p-index-panel__item--ps-6 {
		grid-row: 1/4;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-7, .p-index-panel--photo-studio .p-index-panel__item--ps-8 {
		grid-row: 4/7;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-9, .p-index-panel--photo-studio .p-index-panel__item--ps-10, .p-index-panel--photo-studio .p-index-panel__item--ps-11 {
		grid-row: 1/3;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-12, .p-index-panel--photo-studio .p-index-panel__item--ps-13, .p-index-panel--photo-studio .p-index-panel__item--ps-14 {
		grid-row: 3/5;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-15, .p-index-panel--photo-studio .p-index-panel__item--ps-16, .p-index-panel--photo-studio .p-index-panel__item--ps-17 {
		grid-row: 5/7;
	}
	.p-index-panel--photo-studio .p-index-panel__item--ps-9 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-12 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-15 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-10 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-13 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-16 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-11 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-14 .p-index-panel__cts, .p-index-panel--photo-studio .p-index-panel__item--ps-17 .p-index-panel__cts {
		padding: 1.6rem 2rem;
	}
	.p-index-panel--photo-studio-1 .p-index-panel__contain {
		grid-template-columns: 37.5% 25% 37.5%;
	}
	.p-index-panel--photo-studio-1 .p-index-panel__item {
		height: 40rem;
	}
	.p-index-panel--photo-studio-2 {
		margin-top: 1.6rem;
	}
	.p-index-panel--photo-studio-2 .p-index-panel__contain {
		grid-template-rows: repeat(6, 1fr);
		grid-template-columns: 25% 25% 16.6666666667% 16.6666666667% 16.6666666667%;
	}
	.p-index-panel--photo-studio-2 .p-index-panel__item {
		padding-top: calc(100% - 1.6rem);
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel--photo-studio .p-index-panel__cts {
		padding: 0.8rem;
		line-height: 1.25;
	}
	.p-index-panel--photo-studio .p-index-panel__img:before {
		max-height: 5rem;
	}
	.p-index-panel--photo-studio .p-index-panel__item {
		margin-bottom: 0.8rem;
	}
	.p-index-panel--photo-studio .p-index-panel__item:last-child {
		margin-bottom: 0;
	}
	.p-index-panel--photo-studio-1 .p-index-panel__item {
		width: 100%;
		height: 14.4rem;
	}
	.p-index-panel--photo-studio-2 {
		margin-top: 0.8rem;
	}
	.p-index-panel--photo-studio-2 .p-index-panel__txt {
		font-size: 1.2rem;
	}
	.p-index-panel--photo-studio-2 .p-index-panel__item--ps-5, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-6, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-7, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-8 {
		width: calc(50% - 0.4rem);
		height: 0;
		padding-top: calc(50% - 0.4rem);
	}
	.p-index-panel--photo-studio-2 .p-index-panel__item--ps-9, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-10, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-11, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-12, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-13, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-14, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-15, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-16, .p-index-panel--photo-studio-2 .p-index-panel__item--ps-17 {
		width: calc(33.3333% - 0.5rem);
		height: 0;
		padding-top: calc(33.3333% - 0.5rem);
	}
}

.p-page-breadcrumb {
	position: absolute;
	top: 2.4rem;
	left: 7.2rem;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-page-breadcrumb {
		top: 2rem;
		left: 2.4rem;
		font-size: 1.1rem;
	}
}
.p-page-breadcrumb--spposr {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 2rem;
	padding-left: 2.4rem;
}

.p-page-mv {
	position: relative;
	color: #fff;
}
.p-page-mv__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-page-mv__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-page-mv__img:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(37, 35, 23, 0.66), rgba(37, 35, 23, 0.8) 66%, rgba(37, 35, 23, 0.9) 100%);
}
.p-page-mv__cts {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.p-page-mv__cts {
		height: min(38vw, 72.4rem);
	}
}
@media screen and (max-width: 768px) {
	.p-page-mv__cts {
		height: 140vw;
	}
}
.p-page-mv__ttl {
	font-weight: normal;
	line-height: 1.5;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media screen and (max-width: 768px) {
	.p-page-mv__ttl {
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}
}
.p-page-mv__ttl-sub, .p-page-mv__ttl-main {
	display: block;
}
.p-page-mv__ttl-sub {
	margin-bottom: 2.8rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.p-page-mv__ttl-sub {
		margin-bottom: 1.2rem;
		font-size: 1.4rem;
	}
}
.p-page-mv__ttl-main {
	font-size: 4.4rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.p-page-mv__ttl-main {
		font-size: 2.4rem;
	}
}

.p-product-panel p:not([class]) {
	margin-bottom: 1em;
}
.p-product-panel p:not([class]):last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.p-product-panel {
		display: flex;
		flex-wrap: wrap;
		gap: 0.4rem;
		font-size: min(1.7rem, 0.9375vw);
		letter-spacing: 0.1em;
	}
}
.p-product-panel__item {
	position: relative;
	padding-left: 4vw;
	padding-right: 2rem;
}
@media screen and (max-width: 768px) {
	.p-product-panel__item {
		width: 100%;
		padding-top: 3.2rem;
		padding-left: 2.4rem;
		padding-right: 2.4rem;
		padding-bottom: 52vw;
		min-height: 118vw;
	}
	.p-product-panel__item--lg {
		min-height: 176vw;
		padding-top: 4rem;
	}
}
.p-product-panel__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-product-panel__bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-product-panel__cts {
	position: relative;
	z-index: 1;
}
.p-product-panel__ttl {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-product-panel__ttl {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
}
.p-product-panel__lead {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-product-panel__lead {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}
	.p-product-panel__item--lg .p-product-panel__lead {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-product-panel__item--lg {
		width: calc(50% - 0.2rem);
		min-height: 96rem;
		padding-top: 6rem;
	}
	.p-product-panel__item--lg .p-product-panel__bg img {
		object-position: top;
	}
	.p-product-panel__item--md {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(50% - 0.2rem);
		min-height: 48rem;
		padding-top: 4.8rem;
		padding-bottom: 4.8rem;
	}
	.p-product-panel__item--md .p-product-panel__bg img {
		object-position: center;
	}
	.p-product-panel__item--sm {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(33.3333333333% - 0.2666666667rem);
		min-height: 48rem;
		padding-top: 4.8rem;
		padding-bottom: 4.8rem;
	}
	.p-product-panel__item--sm .p-product-panel__bg img {
		object-position: center;
	}
}
.p-history-mv {
	position: relative;
}
@media screen and (min-width: 769px) {
	.p-history-mv {
		height: 100vh;
		min-height: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.p-history-mv {
		padding-top: 100vw;
	}
}
.p-history-mv__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.p-history-mv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-history-mv__main {
	position: relative;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(37, 35, 23, 0.66), rgba(37, 35, 23, 0.8) 66%, rgba(37, 35, 23, 0.9) 100%);
	color: #fff;
}
@media screen and (min-width: 769px) {
	.p-history-mv__main {
		display: flex;
		align-items: center;
		min-width: 40vw;
		margin-left: auto;
		padding: 28rem 7.6rem;
	}
}
@media screen and (max-width: 768px) {
	.p-history-mv__main {
		padding: 4rem 2.4rem 24rem;
	}
}
.p-history-mv__tail {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}
.p-history-mv__tail:after {
	content: "";
	display: block;
	width: 1px;
	height: 12rem;
	margin: 2.4rem auto 0;
	background: #A4ACC7;
}
@media screen and (max-width: 768px) {
	.p-history-mv__tail:after {
		height: 3.6rem;
		margin-top: 2.8rem;
	}
}
.p-history-mv__ttl {
	color: #fff;
	line-height: 1.5;
}
.p-history-mv__ttl-main, .p-history-mv__ttl-sub {
	display: block;
}
.p-history-mv__ttl-main {
	margin-bottom: 1.2rem;
	font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
	.p-history-mv__ttl-main {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
	}
}
.p-history-mv__ttl-sub {
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.p-history-mv__ttl-sub {
		font-size: 1.2rem;
	}
}
.p-history-mv__intro, .p-history-mv__txt {
	padding-left: 0.5em;
}
.p-history-mv__intro {
	font-size: 2rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.p-history-mv__intro {
		font-size: 1.4rem;
		margin-bottom: 3.2rem;
	}
}
.p-history-mv__lead {
	font-size: 3rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.p-history-mv__lead {
		font-size: 2rem;
		margin-bottom: 3.2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-history-mv {
		display: flex;
	}
}
.p-history-cts {
	background: #C1B8AE;
	color: #333;
	padding-bottom: 16rem;
	font-size: 1.8rem;
	line-height: 2.2;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.p-history-cts {
		padding-bottom: 12rem;
		font-size: 1.2rem;
		line-height: 1.92;
	}
}
.p-history-cts__item {
	position: relative;
}
.p-history-cts__item:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #3E4751;
}
.p-history-cts__item--1892 {
	padding-top: 20rem;
}
@media screen and (max-width: 768px) {
	.p-history-cts__item--1892 {
		padding-top: 8.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-history-cts__contain {
		display: flex;
		gap: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-history-cts__num, .p-history-cts__txt {
		width: 50%;
	}
	.p-history-cts__num img, .p-history-cts__txt img {
		width: auto;
		height: 4.76rem;
	}
}
@media screen and (max-width: 768px) {
	.p-history-cts__img {
		z-index: 1;
		position: relative;
	}
}
.p-history-cts__tail {
	position: relative;
	padding-top: 22rem;
	text-align: center;
}
.p-history-cts__tail:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 50%;
	width: 1px;
	height: 16rem;
	background-image: linear-gradient(to bottom, #3E4751, #3E4751 50%, transparent calc(50% + 1px), transparent);
	background-size: 8px 8px;
	background-repeat: repeat;
}
@media screen and (max-width: 768px) {
	.p-history-cts__tail {
		padding-top: 16rem;
	}
	.p-history-cts__tail:before {
		height: 12rem;
	}
}
.p-history-cts__tail-ttl {
	margin-bottom: 4.8rem;
	font-size: 3rem;
}
@media screen and (max-width: 768px) {
	.p-history-cts__tail-ttl {
		margin-bottom: 2.8rcap;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-history-cts__item--1892 {
		padding-left: calc(50% + 6rem);
	}
	.p-history-cts__item--1892 .p-history-cts__num {
		margin-bottom: 4.8rem;
	}
	.p-history-cts__item--1912 {
		padding-bottom: 10rem;
	}
	.p-history-cts__item--1912 .p-history-cts__img {
		width: 50%;
		margin-top: -18rem;
		text-align: right;
	}
	.p-history-cts__item--1912 .p-history-cts__img img {
		width: 58rem;
	}
	.p-history-cts__item--1912 .p-history-cts__contain {
		display: flex;
		align-items: center;
		margin-top: -8rem;
	}
	.p-history-cts__item--1912 .p-history-cts__num,
	.p-history-cts__item--1912 .p-history-cts__txt {
		width: 50%;
	}
	.p-history-cts__item--1912 .p-history-cts__num {
		padding-right: 4.4rem;
		text-align: right;
	}
	.p-history-cts__item--1912 .p-history-cts__num img {
		width: 46rem;
	}
	.p-history-cts__item--1912 .p-history-cts__txt {
		padding-left: 6rem;
	}
	.p-history-cts__item--1920 {
		padding-bottom: 10rem;
	}
	.p-history-cts__item--1920 .p-history-cts__contain {
		display: flex;
		align-items: center;
		gap: 4rem;
	}
	.p-history-cts__item--1920 .p-history-cts__txt {
		order: -1;
	}
	.p-history-cts__item--1927 {
		padding-bottom: 12rem;
	}
	.p-history-cts__item--1927 .p-history-cts__img {
		width: calc(50% + 24rem);
		margin-right: -24rem;
		margin-left: auto;
	}
	.p-history-cts__item--1927 .p-history-cts__contain {
		display: flex;
		align-items: center;
		margin-top: -18rem;
	}
	.p-history-cts__item--1927 .p-history-cts__num,
	.p-history-cts__item--1927 .p-history-cts__txt {
		width: 50%;
	}
	.p-history-cts__item--1927 .p-history-cts__num {
		padding-right: 4.4rem;
	}
	.p-history-cts__item--1927 .p-history-cts__txt {
		padding-right: 6rem;
		text-align: right;
		order: -1;
	}
	.p-history-cts__item--1927 .p-history-cts__txt p {
		display: inline-block;
		text-align: left;
	}
	.p-history-cts__item--1935 {
		display: flex;
	}
	.p-history-cts__item--1935 .p-history-cts__img {
		width: 50%;
		margin-top: 10rem;
		text-align: right;
	}
	.p-history-cts__item--1935 .p-history-cts__img img {
		width: 30rem;
	}
	.p-history-cts__item--1935 .p-history-cts__contain {
		width: 50%;
		padding-left: 4.4rem;
	}
	.p-history-cts__item--1935 .p-history-cts__num {
		margin-bottom: 4.8rem;
		transform: translateX(-10rem);
	}
	.p-history-cts__item--1946 {
		padding-bottom: 14rem;
		display: flex;
		flex-direction: row-reverse;
	}
	.p-history-cts__item--1946 .p-history-cts__img,
	.p-history-cts__item--1946 .p-history-cts__contain {
		width: 50%;
	}
	.p-history-cts__item--1946 .p-history-cts__img {
		width: 50%;
	}
	.p-history-cts__item--1946 .p-history-cts__img img {
		width: 40rem;
	}
	.p-history-cts__item--1946 .p-history-cts__contain {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding-top: 15.2rem;
	}
	.p-history-cts__item--1946 .p-history-cts__num {
		text-align: right;
		order: 1;
		transform: translateX(12.8rem);
	}
	.p-history-cts__item--1946 .p-history-cts__txt {
		padding-right: 6rem;
		margin-bottom: 4.8rem;
	}
	.p-history-cts__item--1982 {
		display: flex;
		padding-bottom: 16rem;
	}
	.p-history-cts__item--1982 .p-history-cts__img {
		width: 50%;
		text-align: right;
	}
	.p-history-cts__item--1982 .p-history-cts__img img {
		width: 36rem;
	}
	.p-history-cts__item--1982 .p-history-cts__contain {
		width: 50%;
		padding-left: 6rem;
	}
	.p-history-cts__item--1982 .p-history-cts__num {
		margin-bottom: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-history-cts__num {
		text-align: center;
	}
	.p-history-cts__item--1892, .p-history-cts__item--1912, .p-history-cts__item--1920, .p-history-cts__item--1927, .p-history-cts__item--1935, .p-history-cts__item--1946 {
		padding-bottom: 8rem;
	}
	.p-history-cts__item--1912 .p-history-cts__contain {
		flex-direction: row-reverse;
	}
	.p-history-cts__item--1912 .p-history-cts__img {
		margin-bottom: 2.4rem;
	}
	.p-history-cts__item--1927 .p-history-cts__contain {
		flex-direction: row-reverse;
	}
	.p-history-cts__item--1927 .p-history-cts__img {
		margin-bottom: 2.4rem;
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
	.p-history-cts__item--1935 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.p-history-cts__item--1935 .p-history-cts__contain {
		margin-bottom: 2.4em;
	}
	.p-history-cts__item--1935 .p-history-cts__img {
		order: 1;
		width: 20rem;
	}
	.p-history-cts__item--1946 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.p-history-cts__item--1946 .p-history-cts__contain {
		flex-direction: row-reverse;
		margin-bottom: 2.4em;
	}
	.p-history-cts__item--1946 .p-history-cts__img {
		order: 1;
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
	.p-history-cts__item--1982 {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 16rem;
	}
	.p-history-cts__item--1982 .p-history-cts__contain {
		margin-bottom: 2.4em;
	}
	.p-history-cts__item--1982 .p-history-cts__img {
		order: 1;
		width: 24rem;
	}
}

.p-film-mv {
	color: #4B4137;
	padding-top: 12rem;
	margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
	.p-film-mv {
		margin-bottom: 6.4rem;
		padding-top: 13.2rem;
	}
}
@media screen and (max-width: 768px) {
	.p-film-mv__ttl {
		margin-bottom: 10.8rem;
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}
}
.p-film-mv__ttl-sub, .p-film-mv__ttl-main {
	display: block;
}
.p-film-mv__ttl-sub {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-film-mv__ttl-sub {
		margin-bottom: 1.2rem;
		font-size: 1.2rem;
	}
}
.p-film-mv__ttl-main {
	font-size: 4rem;
	letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
	.p-film-mv__ttl-main {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-film-mv__img img {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.p-film-mv__contain {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.p-film-mv__img {
		width: min(130rem, 68vw);
	}
	.p-film-mv__ttl {
		position: relative;
		z-index: 1;
		margin-right: -10.8rem;
	}
	.p-film-mv__ttl-wh {
		color: #fff;
	}
}

.p-film-cts {
	line-height: 2;
}
.p-film-cts__item {
	position: relative;
	margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
	.p-film-cts__item {
		margin-bottom: 12rem;
	}
}
@media screen and (min-width: 769px) {
	.p-film-cts__copy {
		position: absolute;
	}
	.p-film-cts__img img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.p-film-cts__item--1 .p-film-cts__copy {
		top: 0;
		left: calc(50% + 27.2rem);
		width: 10.8rem;
	}
	.p-film-cts__item--1 .p-film-cts__img {
		height: 113.2rem;
	}
	.p-film-cts__item--1 .p-film-cts__cts {
		margin-top: -14.8rem;
		font-size: 1.8rem;
	}
	.p-film-cts__item--2 .p-film-cts__copy {
		top: 9.6rem;
		left: calc(50% + 36rem);
		width: 10.8rem;
	}
	.p-film-cts__item--2 .p-film-cts__img {
		height: 147.8rem;
	}
	.p-film-cts__item--2 .p-film-cts__cts {
		margin-top: -23.2rem;
	}
	.p-film-cts__item--2 .p-film-cts__cts-item {
		padding-left: calc(50% + 8rem);
	}
}
@media screen and (max-width: 768px) {
	.p-film-cts {
		letter-spacing: 0.1em;
	}
	.p-film-cts__img {
		margin-bottom: 4.8rem;
	}
	.p-film-cts__img img {
		width: 100%;
	}
	.p-film-cts__item--1 .p-film-cts__copy {
		margin-bottom: 7.2rem;
		text-align: center;
	}
	.p-film-cts__item--1 .p-film-cts__copy img {
		width: 6rem;
	}
	.p-film-cts__item--2 {
		padding-top: 6.4rem;
	}
	.p-film-cts__item--2 .p-film-cts__copy {
		position: absolute;
		top: 0;
		right: 6.4rem;
	}
	.p-film-cts__item--2 .p-film-cts__copy img {
		width: 5.4rem;
	}
	.p-film-cts__item--2 .p-film-cts__cts-item {
		margin-right: calc(-2.4rem / 2);
	}
}

.p-film-points__item {
	position: relative;
	color: #fff;
	text-align: center;
}
.p-film-points__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.p-film-points__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-film-points__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.p-film-points__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 40rem;
	padding: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-film-points__item {
		justify-content: center;
		align-items: center;
		min-height: 28rem;
		padding: calc(2.4rem / 2);
	}
}
.p-film-points__cts {
	position: relative;
	z-index: 1;
}
.p-film-points__topic {
	padding: 2rem 1.2rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	border: 1px solid;
}
@media screen and (min-width: 769px) {
	.p-film-points__topic {
		min-width: 32rem;
	}
}
@media screen and (max-width: 768px) {
	.p-film-points__topic {
		display: inline-block;
		min-width: 24rem;
		padding: 1.2rem 0.8rem;
		font-size: 1.6rem;
	}
}
.p-film-points__txt {
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.p-film-points__txt {
		font-size: 1.36rem;
	}
}
@media screen and (max-width: 768px) {
	.p-film-points__txt {
		letter-spacing: 0.1em;
	}
}
@media screen and (min-width: 769px) {
	.p-film-points {
		display: flex;
		flex-wrap: wrap;
	}
	.p-film-points__item--lg {
		width: 50%;
	}
	.p-film-points__item--md {
		width: 33.3333333333%;
	}
	.p-film-points__cts {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: 20.8rem;
		justify-content: space-between;
	}
}
.p-film-lead {
	padding-top: 10rem;
	padding-bottom: 10rem;
	border-bottom: 1px solid #5F5E5E;
	line-height: 1.92;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-film-lead {
		padding-top: 7.2rem;
		padding-bottom: 7.2rem;
		letter-spacing: 0.1em;
	}
}

@media screen and (max-width: 768px) {
	.p-about-slide__item img {
		width: 130rem;
	}
}

@media screen and (min-width: 769px) {
	.p-about-intro,
	.p-about-main {
		font-size: 1.8rem;
		line-height: 2;
	}
}

.p-about-intro {
	padding-top: 12rem;
	padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.p-about-intro {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-about-intro__contain {
		display: flex;
		gap: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.p-about-intro__ttl {
		margin-bottom: 3.2rem;
	}
}

.p-about-main {
	padding-top: 12rem;
	padding-bottom: 16rem;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.p-about-main {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}
.p-about-main__item {
	position: relative;
	margin-bottom: 6rem;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-about-main__item {
		margin-bottom: 10rem;
	}
}
.p-about-main__item:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.p-about-main__contain {
		display: flex;
		justify-content: space-between;
		gap: 8rem;
		align-items: center;
	}
	.p-about-main__item:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		width: 50vw;
		height: 100%;
		background: #F4F0EA;
		z-index: -1;
	}
	.p-about-main__item--odd:before {
		left: calc(100% - 18.8rem);
	}
	.p-about-main__item--even:before {
		right: calc(100% - 18.8rem);
	}
	.p-about-main__item--even .p-about-main__contain {
		flex-direction: row-reverse;
	}
	.p-about-main__item--cmn {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.p-about-main__item--cmn .p-about-main__img {
		width: 60%;
	}
	.p-about-main__item--cmn .p-about-main__cts {
		width: 40%;
	}
	.p-about-main__item--1 {
		padding-top: 12rem;
		padding-right: 4.8rem;
	}
	.p-about-main__item--1:before {
		height: 40rem;
	}
	.p-about-main__item--1 .p-about-main__img {
		max-width: 44%;
	}
	.p-about-main__item--1 .p-about-main__cts {
		width: 56%;
	}
}
@media screen and (max-width: 768px) {
	.p-about-main__img {
		position: relative;
		z-index: 1;
		margin-top: 4.8rem;
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
	.p-about-main__img:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		width: 15rem;
		height: 100%;
		background: #F4F0EA;
		z-index: -1;
	}
	.p-about-main__item--odd .p-about-main__img:before {
		right: 0;
	}
	.p-about-main__item--even .p-about-main__img:before {
		left: 0;
	}
	.p-about-main__item--cmn .p-about-main__img {
		padding-top: 4.8rem;
		padding-bottom: 4.8rem;
	}
	.p-about-main__item--1 .p-about-main__img {
		padding-top: 4rem;
		text-align: center;
	}
	.p-about-main__item--1 .p-about-main__img:before {
		height: 24rem;
	}
	.p-about-main__item--1 .p-about-main__img img {
		max-width: 24rem;
	}
	.p-about-main__cts {
		letter-spacing: 0.1em;
	}
}

.p-menu-intro__copy {
	padding-top: 12rem;
	padding-bottom: 12rem;
	text-align: center;
	background: #F4F0EA;
	line-height: 2.4;
}
@media screen and (min-width: 769px) {
	.p-menu-intro__copy {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 768px) {
	.p-menu-intro__copy {
		padding-top: 4.8rem;
		padding-bottom: 4.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-menu-intro__gallery {
		background: linear-gradient(to bottom, #F4F0EA, #F4F0EA 50%, transparent calc(50% + 1px));
	}
}
@media screen and (max-width: 768px) {
	.p-menu-intro__gallery {
		background: linear-gradient(to bottom, #F4F0EA, #F4F0EA calc(100% - 11rem - 1px), transparent calc(100% - 11rem));
	}
}
.p-menu-intro__gallery-contain {
	display: flex;
	gap: 4rem;
}
@media screen and (min-width: 769px) {
	.p-menu-intro__gallery-contain {
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.p-menu-intro__gallery-contain {
		gap: 2rem;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (min-width: 769px) {
	.p-menu-intro__gallery-item {
		width: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.p-menu-intro__gallery-item {
		width: 22rem;
	}
}

@media screen and (min-width: 769px) {
	.p-menu-panel {
		display: flex;
		flex-wrap: wrap;
		gap: 2px;
	}
	.p-menu-panel__item--6 {
		width: calc(50% - 1px);
	}
	.p-menu-panel__item--4 {
		width: calc((100% - 4px) / 3);
	}
}
@media screen and (max-width: 768px) {
	.p-menu-panel__item {
		margin-bottom: 0.2rem;
	}
}

.p-point-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 60rem;
}
@media screen and (max-width: 768px) {
	.p-point-card {
		min-height: 26rem;
	}
}
.p-point-card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-point-card__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-point-card__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 26rem;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #F4F0EA, rgba(244, 240, 234, 0.95) 50%, rgba(244, 240, 234, 0.75) 75%, transparent);
}
@media screen and (max-width: 768px) {
	.p-point-card__img:before {
		height: 13.6rem;
		background: linear-gradient(to top, #F4F0EA, #F4F0EA 66%, rgba(244, 240, 234, 0.75) 85%, transparent);
	}
}
.p-point-card__cts {
	position: relative;
	z-index: 1;
	padding: 3.6rem 4.8rem;
}
@media screen and (max-width: 768px) {
	.p-point-card__cts {
		padding: 1.6rem 2.4rem;
		font-size: 1.1rem;
		line-height: 1.5;
	}
}
.p-point-card__ttl {
	margin-bottom: 0.8rem;
	font-size: 2.4rem;
	line-height: 1.5;
	text-shadow: 0 0 0.8rem #fff;
}
@media screen and (max-width: 768px) {
	.p-point-card__ttl {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
	}
}

.p-price-card {
	height: 100%;
	background: #F4F0EA;
}
@media screen and (min-width: 769px) {
	.p-price-card {
		font-size: 1.8rem;
	}
}
.p-price-card__img {
	position: relative;
	padding-top: 93.75%;
}
.p-price-card__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.p-price-card__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 20rem;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, rgba(244, 240, 234, 0.8) 60%, #F4F0EA);
	z-index: 1;
}
.p-price-card__body {
	position: relative;
	z-index: 1;
}
.p-price-card__cts {
	margin-top: -4rem;
	padding: 6rem min(6rem, 3.2vw);
}
@media screen and (max-width: 768px) {
	.p-price-card__cts {
		padding: 2rem 2.4rem;
	}
}
.p-price-card__lead {
	font-size: 2.2rem;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-price-card__lead {
		font-size: 1.4rem;
	}
}
.p-price-card__ttl {
	margin-bottom: 3.2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.p-price-card__ttl {
		font-size: min(3.6rem, 2vw);
	}
}
@media screen and (max-width: 768px) {
	.p-price-card__ttl {
		margin-bottom: 2rem;
		font-size: 2.2rem;
	}
}
.p-price-card__bdb {
	border-bottom: 1px solid;
	padding-bottom: 3.2rem;
	margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-price-card__bdb {
		padding-bottom: 2.8rem;
		margin-bottom: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-price-card__bdb-sp {
		border-bottom: 1px solid;
		padding-bottom: 2.8rem;
		margin-bottom: 2.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-price-card__bdl {
		border-left: 1px solid;
		padding-left: 3.2rem;
		margin-top: 4.8rem;
		margin-bottom: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-price-card__bdl {
		margin-top: 2.4rem;
		margin-bottom: 2.4rem;
	}
}
.p-price-card--lg .p-price-card__img {
	padding-top: 68%;
}
@media screen and (max-width: 768px) {
	.p-price-card--full .p-price-card__cts {
		padding-bottom: 4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-price-card--full {
		display: flex;
		width: 100%;
	}
	.p-price-card--full .p-price-card__img,
	.p-price-card--full .p-price-card__body {
		width: 50%;
	}
	.p-price-card--full .p-price-card__img {
		padding-top: 0;
		min-height: 44vw;
	}
	.p-price-card--full .p-price-card__img:before {
		height: 100%;
		width: 24%;
		bottom: 0;
		left: auto;
		right: 0;
		background: linear-gradient(to right, transparent, rgba(244, 240, 234, 0.8) 60%, #F4F0EA);
	}
	.p-price-card--full .p-price-card__body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-width: 88rem;
		flex-shrink: 0;
	}
	.p-price-card--full .p-price-card__cts {
		margin-top: 0;
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.p-index-panel--1row .p-index-panel__contain {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__item {
		width: 100%;
	}
}
.p-index-panel--1row .p-index-panel__item--6 {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__item--6 {
		width: calc(50% - 0.1rem);
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel--1row .p-index-panel__item--6-pc {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__item--6-sp {
		width: calc(50% - 0.1rem);
	}
}
.p-index-panel--1row .p-index-panel__item--3 {
	width: 25%;
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__item--3 {
		width: calc(25% - 0.1rem);
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel--1row .p-index-panel__item--3-pc {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__item--3-sp {
		width: calc(25% - 0.1rem);
	}
}
.p-index-panel--1row .p-index-panel__item--5th {
	width: 20%;
	height: 20vw;
}
@media screen and (min-width: 769px) {
	.p-index-panel--1row .p-index-panel__item--5th-pc {
		width: 20%;
		height: 20vw;
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel--1row .p-index-panel__cts {
		padding: 2.8rem min(3.4rem, 1.8vw);
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel--1row .p-index-panel__ttl {
		font-size: min(3.4rem, 1.8vw);
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__ttl {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 768px) {
	.p-index-panel--1row .p-index-panel__price {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel--1row .c-btn {
		max-width: calc(100% - 6rem);
	}
	.p-index-panel--1row .c-btn__txt {
		width: 22rem;
		min-width: 0;
		max-width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.p-index-panel--1row .c-btn__obj {
		width: 7.6rem;
		left: calc(100% - 2rem);
	}
}
@media screen and (min-width: 769px) {
	.p-index-panel__item--stretch-pc {
		height: 12.5vw;
	}
	.p-index-panel__item--stretch-pc .p-index-panel__img:before {
		height: 100%;
		width: 56%;
		background: linear-gradient(to right, #342E2D, #342E2D 40%, rgba(52, 46, 45, 0.72) 60%, transparent);
	}
	.p-index-panel__item--stretch-pc .p-index-panel__cts {
		bottom: 50%;
		padding: 2rem 4rem;
		transform: translateY(50%);
	}
}
.p-menu-point__header {
	margin-bottom: 10rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.p-menu-point__header {
		margin-bottom: 4.8rem;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-menu-point__header-row {
		display: flex;
	}
	.p-menu-point__header-row .p-menu-point__header-prim, .p-menu-point__header-row .p-menu-point__header-sec {
		width: 50%;
	}
	.p-menu-point__header-row .p-menu-point__header-prim {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.p-menu-point__check-head, .p-menu-point__check-body {
	position: relative;
	padding-left: 11.2rem;
}
@media screen and (max-width: 768px) {
	.p-menu-point__check-head, .p-menu-point__check-body {
		padding-left: 7.6rem;
	}
}
.p-menu-point__check-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 8.8rem;
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-menu-point__check-head {
		min-height: 6rem;
		margin-bottom: 1.6rem;
	}
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
	.p-menu-point__check-body {
		font-size: 1.4rem;
	}
}
.p-menu-point__check-circle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 8.8rem;
	width: 8.8rem;
	border: 1px solid;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
	.p-menu-point__check-circle {
		height: 6rem;
		width: 6rem;
	}
}
.p-menu-point__check-en {
	margin-bottom: 0.4rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.p-menu-point__check-en {
		font-size: 1.1rem;
	}
}
.p-menu-point__check-num {
	font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
	.p-menu-point__check-num {
		font-size: 1.8rem;
	}
}
.p-menu-point__check-ttl {
	font-size: 2.6rem;
	line-height: 1.625;
}
@media screen and (max-width: 768px) {
	.p-menu-point__check-ttl {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-menu-point__body {
		display: grid;
		grid-template-columns: 1fr 1fr auto;
		gap: 4rem 2rem;
		padding: 0 6rem;
		font-size: 1.8rem;
	}
}
.p-menu-point__body-item {
	border-left: 1px solid;
	padding-left: 4rem;
}
@media screen and (min-width: 769px) {
	.p-menu-point__body-item {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.p-menu-point__body-item {
		margin-bottom: 2.4rem;
		padding-left: 2rem;
	}
	.p-menu-point__body-item:last-child {
		margin-bottom: 0;
	}
}

/* bridal */
@media screen and (max-width: 768px) {
	.p-bridal-mv .slick-slider {
		max-width: 100%;
		width: 100%;
	}
}
.p-bridal-mv__contain {
	position: relative;
}
.p-bridal-mv__copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2.8rem;
	padding-right: 2.8rem;
	z-index: 5;
	pointer-events: none;
}
.p-bridal-mv__copy-img {
	width: 100%;
	max-width: 140rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-mv__copy {
		justify-content: flex-end;
		padding-bottom: 7.2rem;
	}
	.p-bridal-mv__copy-img {
		max-width: 18.8rem;
	}
}
.p-bridal-mv .slick-dotted.slick-slider {
	padding-bottom: 0;
}
@media screen and (min-width: 769px) {
	.p-bridal-mv .slick-dots {
		width: auto;
		left: auto;
		right: 4.8rem;
		bottom: 4.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-mv .slick-dots {
		bottom: 2.4rem;
	}
}

.p-bridal-cmnttl {
	margin-bottom: 10rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-bridal-cmnttl {
		margin-bottom: 3.2rem;
	}
}
.p-bridal-cmnttl__img, .p-bridal-cmnttl__txt {
	display: block;
}
.p-bridal-cmnttl__img {
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-cmnttl__img {
		margin-bottom: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-bridal-cmnttl__txt {
		font-size: 2rem;
	}
}

.p-bridal-intro {
	padding-top: 20rem;
	line-height: 2.25;
}
@media screen and (min-width: 769px) {
	.p-bridal-intro {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-intro {
		padding-top: 4.8rem;
	}
}
.p-bridal-intro__box-1 {
	display: flex;
}
@media screen and (max-width: 768px) {
	.p-bridal-intro__box-1 {
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
}
.p-bridal-intro__box-1 .p-bridal-intro__img-1 {
	width: 76rem;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.p-bridal-intro__box-1 .p-bridal-intro__img-1 {
		width: 26rem;
	}
}
.p-bridal-intro__box-1 .p-bridal-intro__copy-1 {
	flex-grow: 2;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.p-bridal-intro__box-1 .p-bridal-intro__copy-1 {
		padding-top: 4.8rem;
	}
	.p-bridal-intro__box-1 .p-bridal-intro__copy-1 img {
		max-width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-intro__box-1 .p-bridal-intro__copy-1 {
		padding-top: 1.2rem;
	}
	.p-bridal-intro__box-1 .p-bridal-intro__copy-1 img {
		width: 4rem;
	}
}
.p-bridal-intro__box-2 {
	position: relative;
}
.p-bridal-intro__box-2 .p-bridal-intro__img-2-1,
.p-bridal-intro__box-2 .p-bridal-intro__copy-2 {
	position: relative;
	z-index: 1;
}
.p-bridal-intro__box-2 .p-bridal-intro__img-2-2 {
	position: absolute;
}
@media screen and (min-width: 769px) {
	.p-bridal-intro__box-2 .p-bridal-intro__img-2-2 {
		width: 16vw;
		top: -12vw;
		right: -12vw;
	}
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
	.p-bridal-intro__box-2 .p-bridal-intro__img-2-2 {
		width: 16rem;
		top: -14rem;
		right: -10rem;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-intro__box-2 .p-bridal-intro__img-2-2 {
		top: 0;
		right: -2.4rem;
		width: calc(100vw - 26rem);
	}
}
@media screen and (min-width: 769px) {
	.p-bridal-intro__box-2 {
		display: flex;
	}
	.p-bridal-intro__box-2 .p-bridal-intro__img-2-1 {
		flex-grow: 2;
	}
	.p-bridal-intro__box-2 .p-bridal-intro__copy-2 {
		width: 76rem;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		order: -1;
		justify-content: center;
		padding-left: 6.4rem;
		padding-right: 4.8rem;
	}
}
@media screen and (min-width: 1601px) {
	.p-bridal-intro__box-2 {
		margin-right: -5.2vw;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-intro__box-2 {
		padding-top: 8rem;
	}
	.p-bridal-intro__box-2 .p-bridal-intro__img-2-1 {
		margin-bottom: 4.8rem;
		padding-right: 4.8rem;
	}
	.p-bridal-intro__box-2 .p-bridal-intro__copy-2 {
		margin-bottom: 4.8rem;
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.p-bridal-intro__box-3 {
		display: flex;
		margin-left: -32rem;
	}
	.p-bridal-intro__box-3 .p-bridal-intro__img-3-1 {
		width: 108rem;
	}
	.p-bridal-intro__box-3 .p-bridal-intro__img-3-2 {
		width: 54rem;
		margin-top: 20rem;
		margin-left: -20rem;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-intro__box-3 {
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
	.p-bridal-intro__box-3 .p-bridal-intro__img-3-1 {
		padding-right: 2.4rem;
	}
	.p-bridal-intro__box-3 .p-bridal-intro__img-3-2 {
		margin-top: -2.4rem;
		padding-left: 20rem;
	}
}

@media screen and (max-width: 768px) {
	.p-bridal-plan-box {
		margin-bottom: 6.4rem;
	}
	.p-bridal-plan-box:last-child {
		margin-bottom: 0;
	}
}
.p-bridal-plan-box__img {
	padding: 4rem;
	background: #F4F0EA;
}
@media screen and (max-width: 768px) {
	.p-bridal-plan-box__img {
		margin-bottom: 3.6rem;
		padding: 2rem;
	}
}
.p-bridal-plan-box__ttl {
	margin-bottom: 2.4rem;
}
.p-bridal-plan-box__ttl-en, .p-bridal-plan-box__ttl-ja {
	display: block;
}
.p-bridal-plan-box__ttl-en {
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-plan-box__ttl-en img {
		height: 6.4rem;
	}
}
.p-bridal-plan-box__ttl-ja {
	font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-plan-box__ttl-ja {
		font-size: 2.4rem;
	}
}
.p-bridal-plan-box__lead {
	margin-top: 3.6rem;
	margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
	.p-bridal-plan-box__lead {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-plan-box__lead {
		margin-top: 2.4rem;
		margin-bottom: 1.6rem;
	}
}
.p-bridal-plan-box__lead:first-child {
	margin-top: 0;
}
.p-bridal-plan-box__price {
	margin-bottom: 2rem;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-plan-box__price {
		font-size: 1.6rem;
	}
}
.p-bridal-plan-box__btn {
	margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-plan-box__btn {
		margin-top: 2.4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-bridal-plan-box {
		display: flex;
	}
	.p-bridal-plan-box__img, .p-bridal-plan-box__cts {
		width: 50%;
	}
	.p-bridal-plan-box__cts {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 8rem 8rem 8rem 10rem;
	}
	.p-bridal-plan-box__ttl-en {
		position: relative;
	}
	.p-bridal-plan-box__ttl-en:after {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		width: 4rem;
		border-top: 1px solid;
		top: 50%;
		right: calc(100% + 3rem);
	}
	.p-bridal-plan-box--even .p-bridal-plan-box__ttl-en {
		display: flex;
		gap: 3.2rem;
		align-items: center;
		margin-right: -4rem;
	}
	.p-bridal-plan-box--even .p-bridal-plan-box__ttl-en:after {
		position: relative;
		flex-grow: 2;
		width: auto;
		top: auto;
		right: auto;
	}
	.p-bridal-plan-box--even {
		flex-direction: row-reverse;
	}
}

.p-bridal-flow {
	padding-top: 16rem;
	background: url(../../img/renew_240301/photo-studio/menu/bridal/flow_bg.jpg) no-repeat left top/70%;
}
@media screen and (max-width: 768px) {
	.p-bridal-flow {
		padding-top: 10rem;
		background-size: 100%;
	}
}
.p-bridal-flow__contain {
	background: #F4F0EA;
	padding: 10rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-flow__contain {
		margin-left: -2.4rem;
		margin-right: -2.4rem;
		padding: 4.8rem 2.4rem;
	}
}
.p-bridal-flow__ttl {
	display: flex;
	align-items: center;
	gap: 4rem;
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-flow__ttl {
		gap: 2.4rem;
		margin-bottom: 4.8rem;
	}
	.p-bridal-flow__ttl-en {
		width: 9rem;
	}
}

.p-flow-switch__head {
	display: flex;
	justify-content: center;
	margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.p-flow-switch__head {
		margin-bottom: 4.8rem;
	}
}
.p-flow-switch__head-item {
	width: 36rem;
	max-width: 50%;
	border: 1px solid #5F5E5E;
}
.p-flow-switch__head-btn {
	display: block;
	width: 100%;
	padding: 2rem 1.6rem 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-flow-switch__head-btn {
		padding: 1.2rem 0.8rem 1.6rem;
	}
}
.p-flow-switch__head-btn:after {
	content: "";
	position: relative;
	top: 0.2rem;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
	transition: 0.32s;
}
@media screen and (max-width: 1440px) {
	.p-flow-switch__head-btn:after {
		width: 0.75rem;
		height: 0.75rem;
	}
}
.p-flow-switch__head-btn.is-active {
	background: #5F5E5E;
	color: #F4F0EA;
}
.p-flow-switch__head-btn:hover:after {
	top: 0.6rem;
}
.p-flow-switch__body-item {
	display: none;
}
.p-flow-switch__body-item.is-active {
	display: block;
}

.p-bridal-history {
	line-height: 2.15;
}
.p-bridal-history__contain {
	display: grid;
}
.p-bridal-history__item--1 {
	grid-area: box1;
}
.p-bridal-history__item--2 {
	grid-area: box2;
}
.p-bridal-history__item--3 {
	grid-area: box3;
}
.p-bridal-history__item--4 {
	grid-area: box4;
}
.p-bridal-history__item--5 {
	grid-area: box5;
}
.p-bridal-history__item--6 {
	grid-area: box6;
}
.p-bridal-history__item--7 {
	grid-area: box7;
}
.p-bridal-history__item--8 {
	grid-area: box8;
}
.p-bridal-history__cts-head {
	display: block;
	margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-history__cts-head {
		margin-bottom: 1.2rem;
	}
	.p-bridal-history__cts-head img {
		height: 2.2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-bridal-history__contain {
		grid-template-columns: repeat(4, 25%);
		grid-template-areas: "box1 box2 box3 ." ". box4 box5 box8" ". box6 box7 .";
	}
	.p-bridal-history__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.p-bridal-history__item--1 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-bridal-history__item--2 {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.p-bridal-history__item--3 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.p-bridal-history__item--4 {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.p-bridal-history__item--5 {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	.p-bridal-history__item--6 {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.p-bridal-history__item--7 {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.p-bridal-history__item--8 {
		-ms-grid-row: 2;
		-ms-grid-column: 4;
	}
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
	.p-bridal-history {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-history__contain {
		grid-template-columns: repeat(2, 50%);
		grid-template-areas: "box1 ." "box2 box3" "box4 box5" "box6 box7" "box8 .";
	}
	.p-bridal-history__item--1, .p-bridal-history__item--2, .p-bridal-history__item--6, .p-bridal-history__item--8 {
		padding-left: 2.4rem;
	}
	.p-bridal-history__item--1 img, .p-bridal-history__item--3 img, .p-bridal-history__item--4 img, .p-bridal-history__item--7 img, .p-bridal-history__item--8 img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.p-bridal-history__item--2, .p-bridal-history__item--5, .p-bridal-history__item--6 {
		padding-top: 2rem;
		padding-bottom: 2.4rem;
	}
	.p-bridal-history__item--2, .p-bridal-history__item--6 {
		padding-right: 2rem;
	}
	.p-bridal-history__item--5 {
		padding-right: 2.4rem;
		padding-left: 2rem;
	}
	.p-bridal-history__item--1 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-bridal-history__item--2 {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.p-bridal-history__item--3 {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.p-bridal-history__item--4 {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.p-bridal-history__item--5 {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.p-bridal-history__item--6 {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.p-bridal-history__item--7 {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	.p-bridal-history__item--8 {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
}

.p-bridal-reason-box__ttl {
	font-size: 2.4rem;
	line-height: 1.75;
	margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-bridal-reason-box__ttl {
		font-size: 1.8rem;
		margin-bottom: 1.6rem;
	}
}
.p-bridal-reason-box__txt {
	line-height: 2.25;
}
@media screen and (min-width: 769px) {
	.p-bridal-reason-box {
		display: flex;
		gap: 6.4rem;
		align-items: center;
	}
	.p-bridal-reason-box__img {
		flex-shrink: 0;
		width: 52%;
	}
	.p-bridal-reason-box--even .p-bridal-reason-box__body {
		padding-left: 10rem;
		order: -1;
	}
}
@media screen and (max-width: 768px) {
	.p-bridal-reason-box__img {
		margin-bottom: 4rem;
		margin-left: -2.4rem;
		margin-right: -2.4rem;
	}
}

.p-bridal-gallery {
	padding-top: 10rem;
	background: url(../../img/renew_240301/photo-studio/menu/bridal/gallery_bg.jpg) no-repeat center top/100%;
}
@media screen and (max-width: 768px) {
	.p-bridal-gallery {
		padding-top: 2.8rem;
		background-size: auto 28rem;
	}
}
.p-bridal-gallery__ttl {
	margin-bottom: 4.8rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-bridal-gallery__ttl {
		margin-bottom: 1.6rem;
	}
	.p-bridal-gallery__ttl img {
		width: 17.2rem;
	}
}

@media screen and (min-width: 769px) {
	.p-qa-portal {
		display: grid;
		gap: 4rem;
		grid-template-columns: repeat(3, 33.3333333333%);
		margin-bottom: 12rem;
		padding-right: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-qa-portal {
		max-width: 24rem;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
	.p-qa-portal__item {
		margin-bottom: 2rem;
	}
	.p-qa-portal__item:last-child {
		margin-bottom: 0;
	}
	.p-qa-portal .c-btn {
		width: 100%;
	}
	.p-qa-portal .c-btn__txt {
		width: 100%;
	}
}

.p-post-cts__head {
	margin-bottom: 8rem;
	padding-bottom: 4.8rem;
	border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
	.p-post-cts__head {
		margin-bottom: 6rem;
	}
}
.p-post-cts__head-img {
	margin-bottom: 4.8rem;
	text-align: center;
}
.p-post-cts__head-ttl {
	margin-bottom: 1.6rem;
	font-size: 4rem;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.p-post-cts__head-ttl {
		font-size: 2rem;
	}
}
.p-post-cts__body {
	line-height: 1.92;
}
.p-post-cts__body a {
	text-decoration: underline;
}
.p-post-cts__body a:hover {
	text-decoration: none;
}
.p-post-cts__body h2, .p-post-cts__body h3, .p-post-cts__body h4, .p-post-cts__body h5 {
	margin-top: 8rem;
	margin-bottom: 6rem;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body h2, .p-post-cts__body h3, .p-post-cts__body h4, .p-post-cts__body h5 {
		margin-top: 6rem;
		margin-bottom: 3.2rem;
	}
}
.p-post-cts__body h2:first-child, .p-post-cts__body h3:first-child, .p-post-cts__body h4:first-child, .p-post-cts__body h5:first-child {
	margin-top: 0;
}
.p-post-cts__body h2 {
	font-size: 2.4rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body h2 {
		font-size: 2rem;
	}
}
.p-post-cts__body h3 {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body h3 {
		font-size: 1.8rem;
	}
}
.p-post-cts__body h4 {
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body h4 {
		font-size: 1.6rem;
	}
}
.p-post-cts__body h5 {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body h5 {
		font-size: 1.4rem;
	}
}
.p-post-cts__body ul, .p-post-cts__body ol {
	margin-bottom: 6rem;
}
.p-post-cts__body ul:last-child, .p-post-cts__body ol:last-child {
	margin-bottom: 0;
}
.p-post-cts__body ul > li, .p-post-cts__body ol > li {
	margin-bottom: 0.8rem;
}
.p-post-cts__body ul > li {
	position: relative;
	padding-left: 2.8rem;
}
.p-post-cts__body ul > li:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0.8rem;
	height: 0.8rem;
	left: 0;
	top: 0.75em;
	background: #c4c4c4;
	border-radius: 50%;
}
.p-post-cts__body ol {
	padding-left: 2rem;
}
.p-post-cts__body ol > li {
	padding-left: 0.8rem;
	list-style-type: decimal;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body__table {
		width: 100%;
		overflow: auto;
	}
}
.p-post-cts__body .wp-block-image {
	margin: 8rem 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-post-cts__body .wp-block-image {
		margin: 6rem 0;
	}
}
.p-post-cts__body .wp-block-image:last-child {
	margin-bottom: 0;
}
.p-post-cts__tail {
	margin-top: 12rem;
}
@media screen and (max-width: 768px) {
	.p-post-cts__tail {
		margin-top: 8rem;
	}
}

@media screen and (max-width: 768px) {
	.u-pc-only {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.u-sp-only {
		display: none !important;
	}
}

.u-text-center {
	text-align: center !important;
}
@media screen and (min-width: 769px) {
	.u-text-center--pc {
		text-align: center !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-center--sp {
		text-align: center !important;
	}
}
.u-text-center iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-text-left {
	text-align: left !important;
}
@media screen and (min-width: 769px) {
	.u-text-left--pc {
		text-align: left !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-left--sp {
		text-align: left !important;
	}
}

.u-text-right {
	text-align: right !important;
}
@media screen and (min-width: 769px) {
	.u-text-right--pc {
		text-align: right !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-right--sp {
		text-align: right !important;
	}
}

.u-ib {
	display: inline-block !important;
}
@media screen and (max-width: 768px) {
	.u-ib--sp {
		display: inline-block !important;
	}
}

.u-block {
	display: block !important;
}

.u-flex {
	display: flex;
}
.u-flex--wrap {
	flex-wrap: wrap;
}
.u-flex--jcsb {
	justify-content: space-between;
}
.u-flex--jcc {
	justify-content: center;
}

.u-lh-0 {
	line-height: 0 !important;
}

.u-lh-1 {
	line-height: 1 !important;
}

.u-lh-125 {
	line-height: 1.25 !important;
}

.u-lh-15 {
	line-height: 1.5 !important;
}

.u-lh-2 {
	line-height: 2 !important;
}

.u-posr {
	position: relative;
}

.u-round {
	border-radius: 50%;
}

.u-oh {
	overflow: hidden;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z4 {
	z-index: 4;
}

.u-z5 {
	z-index: 5;
}

.u-w100p {
	width: 100% !important;
}

.u-w-auto {
	width: auto !important;
}
@media screen and (min-width: 769px) {
	.u-w-auto--pc {
		width: auto !important;
	}
}
@media screen and (max-width: 768px) {
	.u-w-auto--sp {
		width: auto !important;
	}
}

.u-color-wh {
	color: #fff !important;
}

.u-color-bk {
	color: #000 !important;
}

.u-bg-wh {
	background: #fff !important;
}

.u-bg-bk {
	background: #000 !important;
}

.u-bg-bro {
	background: #F4F0EA !important;
}

.u-m-0 {
	margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
	margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
	margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
	margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
	margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-m-0--sp {
		margin: 0 !important;
	}
	.u-mt-0--sp,
	.u-my-0--sp {
		margin-top: 0 !important;
	}
	.u-mr-0--sp,
	.u-mx-0--sp {
		margin-right: 0 !important;
	}
	.u-mb-0--sp,
	.u-my-0--sp {
		margin-bottom: 0 !important;
	}
	.u-ml-0--sp,
	.u-mx-0--sp {
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-0--pc {
		margin: 0 !important;
	}
	.u-mt-0--pc,
	.u-my-0--pc {
		margin-top: 0 !important;
	}
	.u-mr-0--pc,
	.u-mx-0--pc {
		margin-right: 0 !important;
	}
	.u-mb-0--pc,
	.u-my-0--pc {
		margin-bottom: 0 !important;
	}
	.u-ml-0--pc,
	.u-mx-0--pc {
		margin-left: 0 !important;
	}
}
.u-m-4 {
	margin: 0.4rem !important;
}

.u-mt-4,
.u-my-4 {
	margin-top: 0.4rem !important;
}

.u-mr-4,
.u-mx-4 {
	margin-right: 0.4rem !important;
}

.u-mb-4,
.u-my-4 {
	margin-bottom: 0.4rem !important;
}

.u-ml-4,
.u-mx-4 {
	margin-left: 0.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-4--sp {
		margin: 0.4rem !important;
	}
	.u-mt-4--sp,
	.u-my-4--sp {
		margin-top: 0.4rem !important;
	}
	.u-mr-4--sp,
	.u-mx-4--sp {
		margin-right: 0.4rem !important;
	}
	.u-mb-4--sp,
	.u-my-4--sp {
		margin-bottom: 0.4rem !important;
	}
	.u-ml-4--sp,
	.u-mx-4--sp {
		margin-left: 0.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-4--pc {
		margin: 0.4rem !important;
	}
	.u-mt-4--pc,
	.u-my-4--pc {
		margin-top: 0.4rem !important;
	}
	.u-mr-4--pc,
	.u-mx-4--pc {
		margin-right: 0.4rem !important;
	}
	.u-mb-4--pc,
	.u-my-4--pc {
		margin-bottom: 0.4rem !important;
	}
	.u-ml-4--pc,
	.u-mx-4--pc {
		margin-left: 0.4rem !important;
	}
}
.u-m-8 {
	margin: 0.8rem !important;
}

.u-mt-8,
.u-my-8 {
	margin-top: 0.8rem !important;
}

.u-mr-8,
.u-mx-8 {
	margin-right: 0.8rem !important;
}

.u-mb-8,
.u-my-8 {
	margin-bottom: 0.8rem !important;
}

.u-ml-8,
.u-mx-8 {
	margin-left: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-8--sp {
		margin: 0.8rem !important;
	}
	.u-mt-8--sp,
	.u-my-8--sp {
		margin-top: 0.8rem !important;
	}
	.u-mr-8--sp,
	.u-mx-8--sp {
		margin-right: 0.8rem !important;
	}
	.u-mb-8--sp,
	.u-my-8--sp {
		margin-bottom: 0.8rem !important;
	}
	.u-ml-8--sp,
	.u-mx-8--sp {
		margin-left: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-8--pc {
		margin: 0.8rem !important;
	}
	.u-mt-8--pc,
	.u-my-8--pc {
		margin-top: 0.8rem !important;
	}
	.u-mr-8--pc,
	.u-mx-8--pc {
		margin-right: 0.8rem !important;
	}
	.u-mb-8--pc,
	.u-my-8--pc {
		margin-bottom: 0.8rem !important;
	}
	.u-ml-8--pc,
	.u-mx-8--pc {
		margin-left: 0.8rem !important;
	}
}
.u-m-12 {
	margin: 1.2rem !important;
}

.u-mt-12,
.u-my-12 {
	margin-top: 1.2rem !important;
}

.u-mr-12,
.u-mx-12 {
	margin-right: 1.2rem !important;
}

.u-mb-12,
.u-my-12 {
	margin-bottom: 1.2rem !important;
}

.u-ml-12,
.u-mx-12 {
	margin-left: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-12--sp {
		margin: 1.2rem !important;
	}
	.u-mt-12--sp,
	.u-my-12--sp {
		margin-top: 1.2rem !important;
	}
	.u-mr-12--sp,
	.u-mx-12--sp {
		margin-right: 1.2rem !important;
	}
	.u-mb-12--sp,
	.u-my-12--sp {
		margin-bottom: 1.2rem !important;
	}
	.u-ml-12--sp,
	.u-mx-12--sp {
		margin-left: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-12--pc {
		margin: 1.2rem !important;
	}
	.u-mt-12--pc,
	.u-my-12--pc {
		margin-top: 1.2rem !important;
	}
	.u-mr-12--pc,
	.u-mx-12--pc {
		margin-right: 1.2rem !important;
	}
	.u-mb-12--pc,
	.u-my-12--pc {
		margin-bottom: 1.2rem !important;
	}
	.u-ml-12--pc,
	.u-mx-12--pc {
		margin-left: 1.2rem !important;
	}
}
.u-m-16 {
	margin: 1.6rem !important;
}

.u-mt-16,
.u-my-16 {
	margin-top: 1.6rem !important;
}

.u-mr-16,
.u-mx-16 {
	margin-right: 1.6rem !important;
}

.u-mb-16,
.u-my-16 {
	margin-bottom: 1.6rem !important;
}

.u-ml-16,
.u-mx-16 {
	margin-left: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-16--sp {
		margin: 1.6rem !important;
	}
	.u-mt-16--sp,
	.u-my-16--sp {
		margin-top: 1.6rem !important;
	}
	.u-mr-16--sp,
	.u-mx-16--sp {
		margin-right: 1.6rem !important;
	}
	.u-mb-16--sp,
	.u-my-16--sp {
		margin-bottom: 1.6rem !important;
	}
	.u-ml-16--sp,
	.u-mx-16--sp {
		margin-left: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-16--pc {
		margin: 1.6rem !important;
	}
	.u-mt-16--pc,
	.u-my-16--pc {
		margin-top: 1.6rem !important;
	}
	.u-mr-16--pc,
	.u-mx-16--pc {
		margin-right: 1.6rem !important;
	}
	.u-mb-16--pc,
	.u-my-16--pc {
		margin-bottom: 1.6rem !important;
	}
	.u-ml-16--pc,
	.u-mx-16--pc {
		margin-left: 1.6rem !important;
	}
}
.u-m-20 {
	margin: 2rem !important;
}

.u-mt-20,
.u-my-20 {
	margin-top: 2rem !important;
}

.u-mr-20,
.u-mx-20 {
	margin-right: 2rem !important;
}

.u-mb-20,
.u-my-20 {
	margin-bottom: 2rem !important;
}

.u-ml-20,
.u-mx-20 {
	margin-left: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-20--sp {
		margin: 2rem !important;
	}
	.u-mt-20--sp,
	.u-my-20--sp {
		margin-top: 2rem !important;
	}
	.u-mr-20--sp,
	.u-mx-20--sp {
		margin-right: 2rem !important;
	}
	.u-mb-20--sp,
	.u-my-20--sp {
		margin-bottom: 2rem !important;
	}
	.u-ml-20--sp,
	.u-mx-20--sp {
		margin-left: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-20--pc {
		margin: 2rem !important;
	}
	.u-mt-20--pc,
	.u-my-20--pc {
		margin-top: 2rem !important;
	}
	.u-mr-20--pc,
	.u-mx-20--pc {
		margin-right: 2rem !important;
	}
	.u-mb-20--pc,
	.u-my-20--pc {
		margin-bottom: 2rem !important;
	}
	.u-ml-20--pc,
	.u-mx-20--pc {
		margin-left: 2rem !important;
	}
}
.u-m-24 {
	margin: 2.4rem !important;
}

.u-mt-24,
.u-my-24 {
	margin-top: 2.4rem !important;
}

.u-mr-24,
.u-mx-24 {
	margin-right: 2.4rem !important;
}

.u-mb-24,
.u-my-24 {
	margin-bottom: 2.4rem !important;
}

.u-ml-24,
.u-mx-24 {
	margin-left: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-24--sp {
		margin: 2.4rem !important;
	}
	.u-mt-24--sp,
	.u-my-24--sp {
		margin-top: 2.4rem !important;
	}
	.u-mr-24--sp,
	.u-mx-24--sp {
		margin-right: 2.4rem !important;
	}
	.u-mb-24--sp,
	.u-my-24--sp {
		margin-bottom: 2.4rem !important;
	}
	.u-ml-24--sp,
	.u-mx-24--sp {
		margin-left: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-24--pc {
		margin: 2.4rem !important;
	}
	.u-mt-24--pc,
	.u-my-24--pc {
		margin-top: 2.4rem !important;
	}
	.u-mr-24--pc,
	.u-mx-24--pc {
		margin-right: 2.4rem !important;
	}
	.u-mb-24--pc,
	.u-my-24--pc {
		margin-bottom: 2.4rem !important;
	}
	.u-ml-24--pc,
	.u-mx-24--pc {
		margin-left: 2.4rem !important;
	}
}
.u-m-28 {
	margin: 2.8rem !important;
}

.u-mt-28,
.u-my-28 {
	margin-top: 2.8rem !important;
}

.u-mr-28,
.u-mx-28 {
	margin-right: 2.8rem !important;
}

.u-mb-28,
.u-my-28 {
	margin-bottom: 2.8rem !important;
}

.u-ml-28,
.u-mx-28 {
	margin-left: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-28--sp {
		margin: 2.8rem !important;
	}
	.u-mt-28--sp,
	.u-my-28--sp {
		margin-top: 2.8rem !important;
	}
	.u-mr-28--sp,
	.u-mx-28--sp {
		margin-right: 2.8rem !important;
	}
	.u-mb-28--sp,
	.u-my-28--sp {
		margin-bottom: 2.8rem !important;
	}
	.u-ml-28--sp,
	.u-mx-28--sp {
		margin-left: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-28--pc {
		margin: 2.8rem !important;
	}
	.u-mt-28--pc,
	.u-my-28--pc {
		margin-top: 2.8rem !important;
	}
	.u-mr-28--pc,
	.u-mx-28--pc {
		margin-right: 2.8rem !important;
	}
	.u-mb-28--pc,
	.u-my-28--pc {
		margin-bottom: 2.8rem !important;
	}
	.u-ml-28--pc,
	.u-mx-28--pc {
		margin-left: 2.8rem !important;
	}
}
.u-m-32 {
	margin: 3.2rem !important;
}

.u-mt-32,
.u-my-32 {
	margin-top: 3.2rem !important;
}

.u-mr-32,
.u-mx-32 {
	margin-right: 3.2rem !important;
}

.u-mb-32,
.u-my-32 {
	margin-bottom: 3.2rem !important;
}

.u-ml-32,
.u-mx-32 {
	margin-left: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-32--sp {
		margin: 3.2rem !important;
	}
	.u-mt-32--sp,
	.u-my-32--sp {
		margin-top: 3.2rem !important;
	}
	.u-mr-32--sp,
	.u-mx-32--sp {
		margin-right: 3.2rem !important;
	}
	.u-mb-32--sp,
	.u-my-32--sp {
		margin-bottom: 3.2rem !important;
	}
	.u-ml-32--sp,
	.u-mx-32--sp {
		margin-left: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-32--pc {
		margin: 3.2rem !important;
	}
	.u-mt-32--pc,
	.u-my-32--pc {
		margin-top: 3.2rem !important;
	}
	.u-mr-32--pc,
	.u-mx-32--pc {
		margin-right: 3.2rem !important;
	}
	.u-mb-32--pc,
	.u-my-32--pc {
		margin-bottom: 3.2rem !important;
	}
	.u-ml-32--pc,
	.u-mx-32--pc {
		margin-left: 3.2rem !important;
	}
}
.u-m-36 {
	margin: 3.6rem !important;
}

.u-mt-36,
.u-my-36 {
	margin-top: 3.6rem !important;
}

.u-mr-36,
.u-mx-36 {
	margin-right: 3.6rem !important;
}

.u-mb-36,
.u-my-36 {
	margin-bottom: 3.6rem !important;
}

.u-ml-36,
.u-mx-36 {
	margin-left: 3.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-36--sp {
		margin: 3.6rem !important;
	}
	.u-mt-36--sp,
	.u-my-36--sp {
		margin-top: 3.6rem !important;
	}
	.u-mr-36--sp,
	.u-mx-36--sp {
		margin-right: 3.6rem !important;
	}
	.u-mb-36--sp,
	.u-my-36--sp {
		margin-bottom: 3.6rem !important;
	}
	.u-ml-36--sp,
	.u-mx-36--sp {
		margin-left: 3.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-36--pc {
		margin: 3.6rem !important;
	}
	.u-mt-36--pc,
	.u-my-36--pc {
		margin-top: 3.6rem !important;
	}
	.u-mr-36--pc,
	.u-mx-36--pc {
		margin-right: 3.6rem !important;
	}
	.u-mb-36--pc,
	.u-my-36--pc {
		margin-bottom: 3.6rem !important;
	}
	.u-ml-36--pc,
	.u-mx-36--pc {
		margin-left: 3.6rem !important;
	}
}
.u-m-40 {
	margin: 4rem !important;
}

.u-mt-40,
.u-my-40 {
	margin-top: 4rem !important;
}

.u-mr-40,
.u-mx-40 {
	margin-right: 4rem !important;
}

.u-mb-40,
.u-my-40 {
	margin-bottom: 4rem !important;
}

.u-ml-40,
.u-mx-40 {
	margin-left: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-40--sp {
		margin: 4rem !important;
	}
	.u-mt-40--sp,
	.u-my-40--sp {
		margin-top: 4rem !important;
	}
	.u-mr-40--sp,
	.u-mx-40--sp {
		margin-right: 4rem !important;
	}
	.u-mb-40--sp,
	.u-my-40--sp {
		margin-bottom: 4rem !important;
	}
	.u-ml-40--sp,
	.u-mx-40--sp {
		margin-left: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-40--pc {
		margin: 4rem !important;
	}
	.u-mt-40--pc,
	.u-my-40--pc {
		margin-top: 4rem !important;
	}
	.u-mr-40--pc,
	.u-mx-40--pc {
		margin-right: 4rem !important;
	}
	.u-mb-40--pc,
	.u-my-40--pc {
		margin-bottom: 4rem !important;
	}
	.u-ml-40--pc,
	.u-mx-40--pc {
		margin-left: 4rem !important;
	}
}
.u-m-48 {
	margin: 4.8rem !important;
}

.u-mt-48,
.u-my-48 {
	margin-top: 4.8rem !important;
}

.u-mr-48,
.u-mx-48 {
	margin-right: 4.8rem !important;
}

.u-mb-48,
.u-my-48 {
	margin-bottom: 4.8rem !important;
}

.u-ml-48,
.u-mx-48 {
	margin-left: 4.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-48--sp {
		margin: 4.8rem !important;
	}
	.u-mt-48--sp,
	.u-my-48--sp {
		margin-top: 4.8rem !important;
	}
	.u-mr-48--sp,
	.u-mx-48--sp {
		margin-right: 4.8rem !important;
	}
	.u-mb-48--sp,
	.u-my-48--sp {
		margin-bottom: 4.8rem !important;
	}
	.u-ml-48--sp,
	.u-mx-48--sp {
		margin-left: 4.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-48--pc {
		margin: 4.8rem !important;
	}
	.u-mt-48--pc,
	.u-my-48--pc {
		margin-top: 4.8rem !important;
	}
	.u-mr-48--pc,
	.u-mx-48--pc {
		margin-right: 4.8rem !important;
	}
	.u-mb-48--pc,
	.u-my-48--pc {
		margin-bottom: 4.8rem !important;
	}
	.u-ml-48--pc,
	.u-mx-48--pc {
		margin-left: 4.8rem !important;
	}
}
.u-m-56 {
	margin: 5.6rem !important;
}

.u-mt-56,
.u-my-56 {
	margin-top: 5.6rem !important;
}

.u-mr-56,
.u-mx-56 {
	margin-right: 5.6rem !important;
}

.u-mb-56,
.u-my-56 {
	margin-bottom: 5.6rem !important;
}

.u-ml-56,
.u-mx-56 {
	margin-left: 5.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-56--sp {
		margin: 5.6rem !important;
	}
	.u-mt-56--sp,
	.u-my-56--sp {
		margin-top: 5.6rem !important;
	}
	.u-mr-56--sp,
	.u-mx-56--sp {
		margin-right: 5.6rem !important;
	}
	.u-mb-56--sp,
	.u-my-56--sp {
		margin-bottom: 5.6rem !important;
	}
	.u-ml-56--sp,
	.u-mx-56--sp {
		margin-left: 5.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-56--pc {
		margin: 5.6rem !important;
	}
	.u-mt-56--pc,
	.u-my-56--pc {
		margin-top: 5.6rem !important;
	}
	.u-mr-56--pc,
	.u-mx-56--pc {
		margin-right: 5.6rem !important;
	}
	.u-mb-56--pc,
	.u-my-56--pc {
		margin-bottom: 5.6rem !important;
	}
	.u-ml-56--pc,
	.u-mx-56--pc {
		margin-left: 5.6rem !important;
	}
}
.u-m-60 {
	margin: 6rem !important;
}

.u-mt-60,
.u-my-60 {
	margin-top: 6rem !important;
}

.u-mr-60,
.u-mx-60 {
	margin-right: 6rem !important;
}

.u-mb-60,
.u-my-60 {
	margin-bottom: 6rem !important;
}

.u-ml-60,
.u-mx-60 {
	margin-left: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-60--sp {
		margin: 6rem !important;
	}
	.u-mt-60--sp,
	.u-my-60--sp {
		margin-top: 6rem !important;
	}
	.u-mr-60--sp,
	.u-mx-60--sp {
		margin-right: 6rem !important;
	}
	.u-mb-60--sp,
	.u-my-60--sp {
		margin-bottom: 6rem !important;
	}
	.u-ml-60--sp,
	.u-mx-60--sp {
		margin-left: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-60--pc {
		margin: 6rem !important;
	}
	.u-mt-60--pc,
	.u-my-60--pc {
		margin-top: 6rem !important;
	}
	.u-mr-60--pc,
	.u-mx-60--pc {
		margin-right: 6rem !important;
	}
	.u-mb-60--pc,
	.u-my-60--pc {
		margin-bottom: 6rem !important;
	}
	.u-ml-60--pc,
	.u-mx-60--pc {
		margin-left: 6rem !important;
	}
}
.u-m-80 {
	margin: 8rem !important;
}

.u-mt-80,
.u-my-80 {
	margin-top: 8rem !important;
}

.u-mr-80,
.u-mx-80 {
	margin-right: 8rem !important;
}

.u-mb-80,
.u-my-80 {
	margin-bottom: 8rem !important;
}

.u-ml-80,
.u-mx-80 {
	margin-left: 8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-80--sp {
		margin: 8rem !important;
	}
	.u-mt-80--sp,
	.u-my-80--sp {
		margin-top: 8rem !important;
	}
	.u-mr-80--sp,
	.u-mx-80--sp {
		margin-right: 8rem !important;
	}
	.u-mb-80--sp,
	.u-my-80--sp {
		margin-bottom: 8rem !important;
	}
	.u-ml-80--sp,
	.u-mx-80--sp {
		margin-left: 8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-80--pc {
		margin: 8rem !important;
	}
	.u-mt-80--pc,
	.u-my-80--pc {
		margin-top: 8rem !important;
	}
	.u-mr-80--pc,
	.u-mx-80--pc {
		margin-right: 8rem !important;
	}
	.u-mb-80--pc,
	.u-my-80--pc {
		margin-bottom: 8rem !important;
	}
	.u-ml-80--pc,
	.u-mx-80--pc {
		margin-left: 8rem !important;
	}
}
.u-m-120 {
	margin: 12rem !important;
}

.u-mt-120,
.u-my-120 {
	margin-top: 12rem !important;
}

.u-mr-120,
.u-mx-120 {
	margin-right: 12rem !important;
}

.u-mb-120,
.u-my-120 {
	margin-bottom: 12rem !important;
}

.u-ml-120,
.u-mx-120 {
	margin-left: 12rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-120--sp {
		margin: 12rem !important;
	}
	.u-mt-120--sp,
	.u-my-120--sp {
		margin-top: 12rem !important;
	}
	.u-mr-120--sp,
	.u-mx-120--sp {
		margin-right: 12rem !important;
	}
	.u-mb-120--sp,
	.u-my-120--sp {
		margin-bottom: 12rem !important;
	}
	.u-ml-120--sp,
	.u-mx-120--sp {
		margin-left: 12rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-120--pc {
		margin: 12rem !important;
	}
	.u-mt-120--pc,
	.u-my-120--pc {
		margin-top: 12rem !important;
	}
	.u-mr-120--pc,
	.u-mx-120--pc {
		margin-right: 12rem !important;
	}
	.u-mb-120--pc,
	.u-my-120--pc {
		margin-bottom: 12rem !important;
	}
	.u-ml-120--pc,
	.u-mx-120--pc {
		margin-left: 12rem !important;
	}
}
.u-m-160 {
	margin: 16rem !important;
}

.u-mt-160,
.u-my-160 {
	margin-top: 16rem !important;
}

.u-mr-160,
.u-mx-160 {
	margin-right: 16rem !important;
}

.u-mb-160,
.u-my-160 {
	margin-bottom: 16rem !important;
}

.u-ml-160,
.u-mx-160 {
	margin-left: 16rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-160--sp {
		margin: 16rem !important;
	}
	.u-mt-160--sp,
	.u-my-160--sp {
		margin-top: 16rem !important;
	}
	.u-mr-160--sp,
	.u-mx-160--sp {
		margin-right: 16rem !important;
	}
	.u-mb-160--sp,
	.u-my-160--sp {
		margin-bottom: 16rem !important;
	}
	.u-ml-160--sp,
	.u-mx-160--sp {
		margin-left: 16rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-160--pc {
		margin: 16rem !important;
	}
	.u-mt-160--pc,
	.u-my-160--pc {
		margin-top: 16rem !important;
	}
	.u-mr-160--pc,
	.u-mx-160--pc {
		margin-right: 16rem !important;
	}
	.u-mb-160--pc,
	.u-my-160--pc {
		margin-bottom: 16rem !important;
	}
	.u-ml-160--pc,
	.u-mx-160--pc {
		margin-left: 16rem !important;
	}
}
.u-p-0 {
	padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
	padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
	padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
	padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
	padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-p-0--sp {
		padding: 0 !important;
	}
	.u-pt-0--sp,
	.u-py-0--sp {
		padding-top: 0 !important;
	}
	.u-pr-0--sp,
	.u-px-0--sp {
		padding-right: 0 !important;
	}
	.u-pb-0--sp,
	.u-py-0--sp {
		padding-bottom: 0 !important;
	}
	.u-pl-0--sp,
	.u-px-0--sp {
		padding-left: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-0--pc {
		padding: 0 !important;
	}
	.u-pt-0--pc,
	.u-py-0--pc {
		padding-top: 0 !important;
	}
	.u-pr-0--pc,
	.u-px-0--pc {
		padding-right: 0 !important;
	}
	.u-pb-0--pc,
	.u-py-0--pc {
		padding-bottom: 0 !important;
	}
	.u-pl-0--pc,
	.u-px-0--pc {
		padding-left: 0 !important;
	}
}
.u-p-4 {
	padding: 0.4rem !important;
}

.u-pt-4,
.u-py-4 {
	padding-top: 0.4rem !important;
}

.u-pr-4,
.u-px-4 {
	padding-right: 0.4rem !important;
}

.u-pb-4,
.u-py-4 {
	padding-bottom: 0.4rem !important;
}

.u-pl-4,
.u-px-4 {
	padding-left: 0.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-4--sp {
		padding: 0.4rem !important;
	}
	.u-pt-4--sp,
	.u-py-4--sp {
		padding-top: 0.4rem !important;
	}
	.u-pr-4--sp,
	.u-px-4--sp {
		padding-right: 0.4rem !important;
	}
	.u-pb-4--sp,
	.u-py-4--sp {
		padding-bottom: 0.4rem !important;
	}
	.u-pl-4--sp,
	.u-px-4--sp {
		padding-left: 0.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-4--pc {
		padding: 0.4rem !important;
	}
	.u-pt-4--pc,
	.u-py-4--pc {
		padding-top: 0.4rem !important;
	}
	.u-pr-4--pc,
	.u-px-4--pc {
		padding-right: 0.4rem !important;
	}
	.u-pb-4--pc,
	.u-py-4--pc {
		padding-bottom: 0.4rem !important;
	}
	.u-pl-4--pc,
	.u-px-4--pc {
		padding-left: 0.4rem !important;
	}
}
.u-p-8 {
	padding: 0.8rem !important;
}

.u-pt-8,
.u-py-8 {
	padding-top: 0.8rem !important;
}

.u-pr-8,
.u-px-8 {
	padding-right: 0.8rem !important;
}

.u-pb-8,
.u-py-8 {
	padding-bottom: 0.8rem !important;
}

.u-pl-8,
.u-px-8 {
	padding-left: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-8--sp {
		padding: 0.8rem !important;
	}
	.u-pt-8--sp,
	.u-py-8--sp {
		padding-top: 0.8rem !important;
	}
	.u-pr-8--sp,
	.u-px-8--sp {
		padding-right: 0.8rem !important;
	}
	.u-pb-8--sp,
	.u-py-8--sp {
		padding-bottom: 0.8rem !important;
	}
	.u-pl-8--sp,
	.u-px-8--sp {
		padding-left: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-8--pc {
		padding: 0.8rem !important;
	}
	.u-pt-8--pc,
	.u-py-8--pc {
		padding-top: 0.8rem !important;
	}
	.u-pr-8--pc,
	.u-px-8--pc {
		padding-right: 0.8rem !important;
	}
	.u-pb-8--pc,
	.u-py-8--pc {
		padding-bottom: 0.8rem !important;
	}
	.u-pl-8--pc,
	.u-px-8--pc {
		padding-left: 0.8rem !important;
	}
}
.u-p-12 {
	padding: 1.2rem !important;
}

.u-pt-12,
.u-py-12 {
	padding-top: 1.2rem !important;
}

.u-pr-12,
.u-px-12 {
	padding-right: 1.2rem !important;
}

.u-pb-12,
.u-py-12 {
	padding-bottom: 1.2rem !important;
}

.u-pl-12,
.u-px-12 {
	padding-left: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-12--sp {
		padding: 1.2rem !important;
	}
	.u-pt-12--sp,
	.u-py-12--sp {
		padding-top: 1.2rem !important;
	}
	.u-pr-12--sp,
	.u-px-12--sp {
		padding-right: 1.2rem !important;
	}
	.u-pb-12--sp,
	.u-py-12--sp {
		padding-bottom: 1.2rem !important;
	}
	.u-pl-12--sp,
	.u-px-12--sp {
		padding-left: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-12--pc {
		padding: 1.2rem !important;
	}
	.u-pt-12--pc,
	.u-py-12--pc {
		padding-top: 1.2rem !important;
	}
	.u-pr-12--pc,
	.u-px-12--pc {
		padding-right: 1.2rem !important;
	}
	.u-pb-12--pc,
	.u-py-12--pc {
		padding-bottom: 1.2rem !important;
	}
	.u-pl-12--pc,
	.u-px-12--pc {
		padding-left: 1.2rem !important;
	}
}
.u-p-16 {
	padding: 1.6rem !important;
}

.u-pt-16,
.u-py-16 {
	padding-top: 1.6rem !important;
}

.u-pr-16,
.u-px-16 {
	padding-right: 1.6rem !important;
}

.u-pb-16,
.u-py-16 {
	padding-bottom: 1.6rem !important;
}

.u-pl-16,
.u-px-16 {
	padding-left: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-16--sp {
		padding: 1.6rem !important;
	}
	.u-pt-16--sp,
	.u-py-16--sp {
		padding-top: 1.6rem !important;
	}
	.u-pr-16--sp,
	.u-px-16--sp {
		padding-right: 1.6rem !important;
	}
	.u-pb-16--sp,
	.u-py-16--sp {
		padding-bottom: 1.6rem !important;
	}
	.u-pl-16--sp,
	.u-px-16--sp {
		padding-left: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-16--pc {
		padding: 1.6rem !important;
	}
	.u-pt-16--pc,
	.u-py-16--pc {
		padding-top: 1.6rem !important;
	}
	.u-pr-16--pc,
	.u-px-16--pc {
		padding-right: 1.6rem !important;
	}
	.u-pb-16--pc,
	.u-py-16--pc {
		padding-bottom: 1.6rem !important;
	}
	.u-pl-16--pc,
	.u-px-16--pc {
		padding-left: 1.6rem !important;
	}
}
.u-p-20 {
	padding: 2rem !important;
}

.u-pt-20,
.u-py-20 {
	padding-top: 2rem !important;
}

.u-pr-20,
.u-px-20 {
	padding-right: 2rem !important;
}

.u-pb-20,
.u-py-20 {
	padding-bottom: 2rem !important;
}

.u-pl-20,
.u-px-20 {
	padding-left: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-20--sp {
		padding: 2rem !important;
	}
	.u-pt-20--sp,
	.u-py-20--sp {
		padding-top: 2rem !important;
	}
	.u-pr-20--sp,
	.u-px-20--sp {
		padding-right: 2rem !important;
	}
	.u-pb-20--sp,
	.u-py-20--sp {
		padding-bottom: 2rem !important;
	}
	.u-pl-20--sp,
	.u-px-20--sp {
		padding-left: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-20--pc {
		padding: 2rem !important;
	}
	.u-pt-20--pc,
	.u-py-20--pc {
		padding-top: 2rem !important;
	}
	.u-pr-20--pc,
	.u-px-20--pc {
		padding-right: 2rem !important;
	}
	.u-pb-20--pc,
	.u-py-20--pc {
		padding-bottom: 2rem !important;
	}
	.u-pl-20--pc,
	.u-px-20--pc {
		padding-left: 2rem !important;
	}
}
.u-p-24 {
	padding: 2.4rem !important;
}

.u-pt-24,
.u-py-24 {
	padding-top: 2.4rem !important;
}

.u-pr-24,
.u-px-24 {
	padding-right: 2.4rem !important;
}

.u-pb-24,
.u-py-24 {
	padding-bottom: 2.4rem !important;
}

.u-pl-24,
.u-px-24 {
	padding-left: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-24--sp {
		padding: 2.4rem !important;
	}
	.u-pt-24--sp,
	.u-py-24--sp {
		padding-top: 2.4rem !important;
	}
	.u-pr-24--sp,
	.u-px-24--sp {
		padding-right: 2.4rem !important;
	}
	.u-pb-24--sp,
	.u-py-24--sp {
		padding-bottom: 2.4rem !important;
	}
	.u-pl-24--sp,
	.u-px-24--sp {
		padding-left: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-24--pc {
		padding: 2.4rem !important;
	}
	.u-pt-24--pc,
	.u-py-24--pc {
		padding-top: 2.4rem !important;
	}
	.u-pr-24--pc,
	.u-px-24--pc {
		padding-right: 2.4rem !important;
	}
	.u-pb-24--pc,
	.u-py-24--pc {
		padding-bottom: 2.4rem !important;
	}
	.u-pl-24--pc,
	.u-px-24--pc {
		padding-left: 2.4rem !important;
	}
}
.u-p-28 {
	padding: 2.8rem !important;
}

.u-pt-28,
.u-py-28 {
	padding-top: 2.8rem !important;
}

.u-pr-28,
.u-px-28 {
	padding-right: 2.8rem !important;
}

.u-pb-28,
.u-py-28 {
	padding-bottom: 2.8rem !important;
}

.u-pl-28,
.u-px-28 {
	padding-left: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-28--sp {
		padding: 2.8rem !important;
	}
	.u-pt-28--sp,
	.u-py-28--sp {
		padding-top: 2.8rem !important;
	}
	.u-pr-28--sp,
	.u-px-28--sp {
		padding-right: 2.8rem !important;
	}
	.u-pb-28--sp,
	.u-py-28--sp {
		padding-bottom: 2.8rem !important;
	}
	.u-pl-28--sp,
	.u-px-28--sp {
		padding-left: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-28--pc {
		padding: 2.8rem !important;
	}
	.u-pt-28--pc,
	.u-py-28--pc {
		padding-top: 2.8rem !important;
	}
	.u-pr-28--pc,
	.u-px-28--pc {
		padding-right: 2.8rem !important;
	}
	.u-pb-28--pc,
	.u-py-28--pc {
		padding-bottom: 2.8rem !important;
	}
	.u-pl-28--pc,
	.u-px-28--pc {
		padding-left: 2.8rem !important;
	}
}
.u-p-32 {
	padding: 3.2rem !important;
}

.u-pt-32,
.u-py-32 {
	padding-top: 3.2rem !important;
}

.u-pr-32,
.u-px-32 {
	padding-right: 3.2rem !important;
}

.u-pb-32,
.u-py-32 {
	padding-bottom: 3.2rem !important;
}

.u-pl-32,
.u-px-32 {
	padding-left: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-32--sp {
		padding: 3.2rem !important;
	}
	.u-pt-32--sp,
	.u-py-32--sp {
		padding-top: 3.2rem !important;
	}
	.u-pr-32--sp,
	.u-px-32--sp {
		padding-right: 3.2rem !important;
	}
	.u-pb-32--sp,
	.u-py-32--sp {
		padding-bottom: 3.2rem !important;
	}
	.u-pl-32--sp,
	.u-px-32--sp {
		padding-left: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-32--pc {
		padding: 3.2rem !important;
	}
	.u-pt-32--pc,
	.u-py-32--pc {
		padding-top: 3.2rem !important;
	}
	.u-pr-32--pc,
	.u-px-32--pc {
		padding-right: 3.2rem !important;
	}
	.u-pb-32--pc,
	.u-py-32--pc {
		padding-bottom: 3.2rem !important;
	}
	.u-pl-32--pc,
	.u-px-32--pc {
		padding-left: 3.2rem !important;
	}
}
.u-p-36 {
	padding: 3.6rem !important;
}

.u-pt-36,
.u-py-36 {
	padding-top: 3.6rem !important;
}

.u-pr-36,
.u-px-36 {
	padding-right: 3.6rem !important;
}

.u-pb-36,
.u-py-36 {
	padding-bottom: 3.6rem !important;
}

.u-pl-36,
.u-px-36 {
	padding-left: 3.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-36--sp {
		padding: 3.6rem !important;
	}
	.u-pt-36--sp,
	.u-py-36--sp {
		padding-top: 3.6rem !important;
	}
	.u-pr-36--sp,
	.u-px-36--sp {
		padding-right: 3.6rem !important;
	}
	.u-pb-36--sp,
	.u-py-36--sp {
		padding-bottom: 3.6rem !important;
	}
	.u-pl-36--sp,
	.u-px-36--sp {
		padding-left: 3.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-36--pc {
		padding: 3.6rem !important;
	}
	.u-pt-36--pc,
	.u-py-36--pc {
		padding-top: 3.6rem !important;
	}
	.u-pr-36--pc,
	.u-px-36--pc {
		padding-right: 3.6rem !important;
	}
	.u-pb-36--pc,
	.u-py-36--pc {
		padding-bottom: 3.6rem !important;
	}
	.u-pl-36--pc,
	.u-px-36--pc {
		padding-left: 3.6rem !important;
	}
}
.u-p-40 {
	padding: 4rem !important;
}

.u-pt-40,
.u-py-40 {
	padding-top: 4rem !important;
}

.u-pr-40,
.u-px-40 {
	padding-right: 4rem !important;
}

.u-pb-40,
.u-py-40 {
	padding-bottom: 4rem !important;
}

.u-pl-40,
.u-px-40 {
	padding-left: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-40--sp {
		padding: 4rem !important;
	}
	.u-pt-40--sp,
	.u-py-40--sp {
		padding-top: 4rem !important;
	}
	.u-pr-40--sp,
	.u-px-40--sp {
		padding-right: 4rem !important;
	}
	.u-pb-40--sp,
	.u-py-40--sp {
		padding-bottom: 4rem !important;
	}
	.u-pl-40--sp,
	.u-px-40--sp {
		padding-left: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-40--pc {
		padding: 4rem !important;
	}
	.u-pt-40--pc,
	.u-py-40--pc {
		padding-top: 4rem !important;
	}
	.u-pr-40--pc,
	.u-px-40--pc {
		padding-right: 4rem !important;
	}
	.u-pb-40--pc,
	.u-py-40--pc {
		padding-bottom: 4rem !important;
	}
	.u-pl-40--pc,
	.u-px-40--pc {
		padding-left: 4rem !important;
	}
}
.u-p-48 {
	padding: 4.8rem !important;
}

.u-pt-48,
.u-py-48 {
	padding-top: 4.8rem !important;
}

.u-pr-48,
.u-px-48 {
	padding-right: 4.8rem !important;
}

.u-pb-48,
.u-py-48 {
	padding-bottom: 4.8rem !important;
}

.u-pl-48,
.u-px-48 {
	padding-left: 4.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-48--sp {
		padding: 4.8rem !important;
	}
	.u-pt-48--sp,
	.u-py-48--sp {
		padding-top: 4.8rem !important;
	}
	.u-pr-48--sp,
	.u-px-48--sp {
		padding-right: 4.8rem !important;
	}
	.u-pb-48--sp,
	.u-py-48--sp {
		padding-bottom: 4.8rem !important;
	}
	.u-pl-48--sp,
	.u-px-48--sp {
		padding-left: 4.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-48--pc {
		padding: 4.8rem !important;
	}
	.u-pt-48--pc,
	.u-py-48--pc {
		padding-top: 4.8rem !important;
	}
	.u-pr-48--pc,
	.u-px-48--pc {
		padding-right: 4.8rem !important;
	}
	.u-pb-48--pc,
	.u-py-48--pc {
		padding-bottom: 4.8rem !important;
	}
	.u-pl-48--pc,
	.u-px-48--pc {
		padding-left: 4.8rem !important;
	}
}
.u-p-56 {
	padding: 5.6rem !important;
}

.u-pt-56,
.u-py-56 {
	padding-top: 5.6rem !important;
}

.u-pr-56,
.u-px-56 {
	padding-right: 5.6rem !important;
}

.u-pb-56,
.u-py-56 {
	padding-bottom: 5.6rem !important;
}

.u-pl-56,
.u-px-56 {
	padding-left: 5.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-56--sp {
		padding: 5.6rem !important;
	}
	.u-pt-56--sp,
	.u-py-56--sp {
		padding-top: 5.6rem !important;
	}
	.u-pr-56--sp,
	.u-px-56--sp {
		padding-right: 5.6rem !important;
	}
	.u-pb-56--sp,
	.u-py-56--sp {
		padding-bottom: 5.6rem !important;
	}
	.u-pl-56--sp,
	.u-px-56--sp {
		padding-left: 5.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-56--pc {
		padding: 5.6rem !important;
	}
	.u-pt-56--pc,
	.u-py-56--pc {
		padding-top: 5.6rem !important;
	}
	.u-pr-56--pc,
	.u-px-56--pc {
		padding-right: 5.6rem !important;
	}
	.u-pb-56--pc,
	.u-py-56--pc {
		padding-bottom: 5.6rem !important;
	}
	.u-pl-56--pc,
	.u-px-56--pc {
		padding-left: 5.6rem !important;
	}
}
.u-p-60 {
	padding: 6rem !important;
}

.u-pt-60,
.u-py-60 {
	padding-top: 6rem !important;
}

.u-pr-60,
.u-px-60 {
	padding-right: 6rem !important;
}

.u-pb-60,
.u-py-60 {
	padding-bottom: 6rem !important;
}

.u-pl-60,
.u-px-60 {
	padding-left: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-60--sp {
		padding: 6rem !important;
	}
	.u-pt-60--sp,
	.u-py-60--sp {
		padding-top: 6rem !important;
	}
	.u-pr-60--sp,
	.u-px-60--sp {
		padding-right: 6rem !important;
	}
	.u-pb-60--sp,
	.u-py-60--sp {
		padding-bottom: 6rem !important;
	}
	.u-pl-60--sp,
	.u-px-60--sp {
		padding-left: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-60--pc {
		padding: 6rem !important;
	}
	.u-pt-60--pc,
	.u-py-60--pc {
		padding-top: 6rem !important;
	}
	.u-pr-60--pc,
	.u-px-60--pc {
		padding-right: 6rem !important;
	}
	.u-pb-60--pc,
	.u-py-60--pc {
		padding-bottom: 6rem !important;
	}
	.u-pl-60--pc,
	.u-px-60--pc {
		padding-left: 6rem !important;
	}
}
.u-p-80 {
	padding: 8rem !important;
}

.u-pt-80,
.u-py-80 {
	padding-top: 8rem !important;
}

.u-pr-80,
.u-px-80 {
	padding-right: 8rem !important;
}

.u-pb-80,
.u-py-80 {
	padding-bottom: 8rem !important;
}

.u-pl-80,
.u-px-80 {
	padding-left: 8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-80--sp {
		padding: 8rem !important;
	}
	.u-pt-80--sp,
	.u-py-80--sp {
		padding-top: 8rem !important;
	}
	.u-pr-80--sp,
	.u-px-80--sp {
		padding-right: 8rem !important;
	}
	.u-pb-80--sp,
	.u-py-80--sp {
		padding-bottom: 8rem !important;
	}
	.u-pl-80--sp,
	.u-px-80--sp {
		padding-left: 8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-80--pc {
		padding: 8rem !important;
	}
	.u-pt-80--pc,
	.u-py-80--pc {
		padding-top: 8rem !important;
	}
	.u-pr-80--pc,
	.u-px-80--pc {
		padding-right: 8rem !important;
	}
	.u-pb-80--pc,
	.u-py-80--pc {
		padding-bottom: 8rem !important;
	}
	.u-pl-80--pc,
	.u-px-80--pc {
		padding-left: 8rem !important;
	}
}
.u-p-120 {
	padding: 12rem !important;
}

.u-pt-120,
.u-py-120 {
	padding-top: 12rem !important;
}

.u-pr-120,
.u-px-120 {
	padding-right: 12rem !important;
}

.u-pb-120,
.u-py-120 {
	padding-bottom: 12rem !important;
}

.u-pl-120,
.u-px-120 {
	padding-left: 12rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-120--sp {
		padding: 12rem !important;
	}
	.u-pt-120--sp,
	.u-py-120--sp {
		padding-top: 12rem !important;
	}
	.u-pr-120--sp,
	.u-px-120--sp {
		padding-right: 12rem !important;
	}
	.u-pb-120--sp,
	.u-py-120--sp {
		padding-bottom: 12rem !important;
	}
	.u-pl-120--sp,
	.u-px-120--sp {
		padding-left: 12rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-120--pc {
		padding: 12rem !important;
	}
	.u-pt-120--pc,
	.u-py-120--pc {
		padding-top: 12rem !important;
	}
	.u-pr-120--pc,
	.u-px-120--pc {
		padding-right: 12rem !important;
	}
	.u-pb-120--pc,
	.u-py-120--pc {
		padding-bottom: 12rem !important;
	}
	.u-pl-120--pc,
	.u-px-120--pc {
		padding-left: 12rem !important;
	}
}
.u-p-160 {
	padding: 16rem !important;
}

.u-pt-160,
.u-py-160 {
	padding-top: 16rem !important;
}

.u-pr-160,
.u-px-160 {
	padding-right: 16rem !important;
}

.u-pb-160,
.u-py-160 {
	padding-bottom: 16rem !important;
}

.u-pl-160,
.u-px-160 {
	padding-left: 16rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-160--sp {
		padding: 16rem !important;
	}
	.u-pt-160--sp,
	.u-py-160--sp {
		padding-top: 16rem !important;
	}
	.u-pr-160--sp,
	.u-px-160--sp {
		padding-right: 16rem !important;
	}
	.u-pb-160--sp,
	.u-py-160--sp {
		padding-bottom: 16rem !important;
	}
	.u-pl-160--sp,
	.u-px-160--sp {
		padding-left: 16rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-160--pc {
		padding: 16rem !important;
	}
	.u-pt-160--pc,
	.u-py-160--pc {
		padding-top: 16rem !important;
	}
	.u-pr-160--pc,
	.u-px-160--pc {
		padding-right: 16rem !important;
	}
	.u-pb-160--pc,
	.u-py-160--pc {
		padding-bottom: 16rem !important;
	}
	.u-pl-160--pc,
	.u-px-160--pc {
		padding-left: 16rem !important;
	}
}
.u-m-auto {
	margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
	margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
	margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
	margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
	margin-left: auto !important;
}

.u-font-goth {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.u-font-mincho {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

.u-font-cormo {
	font-family: "Cormorant Infant", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

.u-font-normal {
	font-weight: normal !important;
}

.u-font-bold {
	font-weight: bold !important;
}
@media screen and (max-width: 768px) {
	.u-font-bold--sp {
		font-weight: bold !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-bold--pc {
		font-weight: bold !important;
	}
}

.u-font-10 {
	font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-10--sp {
		font-size: 1rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-10--pc {
		font-size: 1rem !important;
	}
}
.u-font-11 {
	font-size: 1.1rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-11--sp {
		font-size: 1.1rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-11--pc {
		font-size: 1.1rem !important;
	}
}
.u-font-12 {
	font-size: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-12--sp {
		font-size: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-12--pc {
		font-size: 1.2rem !important;
	}
}
.u-font-14 {
	font-size: 1.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-14--sp {
		font-size: 1.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-14--pc {
		font-size: 1.4rem !important;
	}
}
.u-font-16 {
	font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-16--sp {
		font-size: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-16--pc {
		font-size: 1.6rem !important;
	}
}
.u-font-18 {
	font-size: 1.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-18--sp {
		font-size: 1.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-18--pc {
		font-size: 1.8rem !important;
	}
}
.u-font-20 {
	font-size: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-20--sp {
		font-size: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-20--pc {
		font-size: 2rem !important;
	}
}
.u-font-22 {
	font-size: 2.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-22--sp {
		font-size: 2.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-22--pc {
		font-size: 2.2rem !important;
	}
}
.u-font-24 {
	font-size: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-24--sp {
		font-size: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-24--pc {
		font-size: 2.4rem !important;
	}
}
.u-font-28 {
	font-size: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-28--sp {
		font-size: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-28--pc {
		font-size: 2.8rem !important;
	}
}
.u-font-32 {
	font-size: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-32--sp {
		font-size: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-32--pc {
		font-size: 3.2rem !important;
	}
}
.u-font-90p {
	font-size: 90% !important;
}

@media screen and (max-width: 768px) {
	.u-font-90p--sp {
		font-size: 90% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-90p--pc {
		font-size: 90% !important;
	}
}
.u-font-85p {
	font-size: 85% !important;
}

@media screen and (max-width: 768px) {
	.u-font-85p--sp {
		font-size: 85% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-85p--pc {
		font-size: 85% !important;
	}
}
.u-font-80p {
	font-size: 80% !important;
}

@media screen and (max-width: 768px) {
	.u-font-80p--sp {
		font-size: 80% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-80p--pc {
		font-size: 80% !important;
	}
}
.u-font-75p {
	font-size: 75% !important;
}

@media screen and (max-width: 768px) {
	.u-font-75p--sp {
		font-size: 75% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-75p--pc {
		font-size: 75% !important;
	}
}