html {
	font-size: 62.5%;
	font-size: 10px;
}
@media screen and (max-width: 1280px) {
	html {
		font-size: 0.78125vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 2.5641vw;
	}
}

body {
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background: #fff;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}

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

h1, h2, h3, h4 {
	line-height: 1.5;
	font-weight: inherit;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
	}
}

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%;
	color: #816400;
}

*:focus:not(:focus-visible) {
	outline: 0;
}

button {
	-webkit-tap-highlight-color: transparent;
}

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

button {
	text-align: left;
}

.c-inner {
	max-width: 122.8rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
	.c-inner {
		padding: 0 1.6rem;
	}
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.c-inner--spfit {
		padding-left: 0;
		padding-right: 0;
	}
}

.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;
	border: 0;
}

.c-modal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.2s, visibility 0.2s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1000;
}
.c-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.c-modal__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.c-modal__contain {
	position: relative;
	max-width: 95%;
	max-height: 95svh;
}
.c-modal__contain img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.c-modal__video {
	width: min(100rem, 92vw);
}
.c-modal__close {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	color: #fff;
	position: absolute;
	bottom: calc(100% + 1.6rem);
	right: 0;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.c-modal__close:hover {
		opacity: 0.6;
	}
}
.c-modal__close-txt {
	font-size: 1.8rem;
}
.c-modal__close-icon {
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	background: url(../images/parts_close.svg) no-repeat center/contain;
}

.c-link {
	text-decoration: underline;
	color: #816400;
}
.c-annotation {
	font-size: 1.5rem;
	font-weight: bold;
	color: #f00;
}

.c-color-list {
	display: flex;
	gap: 1.2rem;
}

.c-color-icon {
	position: relative;
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
}
.c-color-icon--beige {
	background: #C6AB8E;
}
.c-color-icon--brown {
	background: #95603B;
}
.c-color-icon--dark {
	background: #3E2A28;
}
.c-color-icon--bk {
	background: #1E1A20;
}
.c-color-icon--gray {
	background: #C7BFB8;
}
.c-color-icon--wh {
	background: #f4f4f4;
	border: 1px solid #ccc;
}
.c-color-icon--yg {
	background: #C6BF52;
}
.c-color-icon--blue {
	background: #5695E8;
}
.is-current .c-color-icon:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border-radius: 50%;
	border: 1px solid #816400;
	box-shadow: inset 0 0 0 1px #fff;
}

.c-ttl {
	margin-bottom: 4rem;
	font-size: 4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c-ttl {
		font-size: 3.2rem;
		margin-bottom: 2.8rem;
	}
}

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

.c-btn {
	display: inline-block;
	width: 12.8rem;
	max-width: 100%;
	padding: 0.6rem 2.2rem 0.8rem;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.25;
	border-radius: 10rem;
	border: 1px solid;
	background: url(../images/parts_arrow_rt.svg) no-repeat right 1.2rem center/1.2rem;
}
.c-btn--bk {
	background-color: #000;
	color: #fff;
	background-image: url(../images/parts_arrow_rt_wh.svg);
}
.c-btn--lg {
	width: 24rem;
	padding: 1rem 2.8rem 1.2rem;
	font-size: 1.8rem;
	background-size: 1.4rem;
}
.c-btn--md {
	width: 18.4rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.c-btn--md {
		width: 24rem;
		padding: 1rem 2.8rem 1.2rem;
		background-size: 1.4rem;
	}
}

.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-loading {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #fff;
	transition: opacity 0.6s ease, visibility 0.6s;
}
.is-loaded .l-loading {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

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

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

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

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

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

.is-menu-opened .l-wrapper {
	pointer-events: none;
}
.is-menu-opened .l-header {
	pointer-events: auto;
}

@media screen and (max-width: 768px) {
	.l-wrapper {
		padding-top: 6.4rem;
	}
}

.l-main {
	padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.l-main {
		padding-bottom: 8rem;
	}
}

.l-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.2s ease;
}
.is-header-hidden .l-header {
	opacity: 0;
	pointer-events: none;
}
.l-header__contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 8.8rem;
}
@media screen and (min-width: 769px) {
	.l-header__contain {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.l-header__contain {
		height: 6.4rem;
		padding-left: 2rem;
		padding-right: 1.2rem;
	}
}
.l-header__logo {
	line-height: 1;
	display: block;
}
.l-header__logo img {
	width: 17.2rem;
}
@media screen and (max-width: 768px) {
	.l-header__logo img {
		width: 13.2rem;
	}
}
.l-header__btn {
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.l-header__btn:hover {
		opacity: 0.6;
	}
}
.l-header__btn img {
	width: 4.8rem;
}
.l-footer {
	background: #EEEEEE;
	padding: 6.8rem 0;
}
@media screen and (max-width: 768px) {
	.l-footer {
		padding: 3.2rem 0 4.8rem;
	}
}
@media screen and (min-width: 769px) {
	.l-footer__inner {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		grid-template-areas: "btns   logo  pagetop" "sns     logo  copy";
		align-items: center;
		column-gap: 4rem;
		row-gap: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3.2rem;
	}
}
@media screen and (min-width: 769px) {
	.l-footer__pagetop {
		grid-area: pagetop;
		justify-self: end;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__pagetop {
		width: 100%;
		padding-bottom: 3.2rem;
		border-bottom: 1px solid #D8D8D8;
		text-align: center;
	}
}
.l-footer__pagetop-btn {
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.l-footer__pagetop-btn:hover {
		opacity: 0.6;
	}
}
.l-footer__pagetop-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../images/icon_pagetop.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
	.l-footer__btns {
		grid-area: btns;
		justify-self: start;
	}
}
.l-footer__btn {
	display: block;
	margin-bottom: 1.2rem;
}
.l-footer__btn:last-child {
	margin-bottom: 0;
}
.l-footer__sns {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}
@media screen and (min-width: 769px) {
	.l-footer__sns {
		grid-area: sns;
		justify-self: start;
	}
}
.l-footer__sns-list {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.l-footer__sns-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	background: #000;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.l-footer__sns-item a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__sns-item a {
		width: 4rem;
		height: 4rem;
	}
}
.l-footer__sns-item img {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.l-footer__logo {
		grid-area: logo;
		justify-self: center;
	}
}
.l-footer__logo img {
	width: 18rem;
}
.l-footer__copy {
	font-size: 1.2rem;
	font-weight: normal;
}
@media screen and (min-width: 769px) {
	.l-footer__copy {
		grid-area: copy;
		justify-self: end;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__copy {
		text-align: center;
	}
}

.p-gnav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100dvh;
	z-index: 100;
	pointer-events: none;
	visibility: hidden;
}
html.is-menu-opened .p-gnav {
	visibility: visible;
	pointer-events: auto;
}
.p-gnav__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(1.2rem);
	-webkit-backdrop-filter: blur(1.2rem);
	opacity: 0;
	transition: opacity 0.2s;
}
html.is-menu-opened .p-gnav__backdrop {
	opacity: 1;
}
.p-gnav__inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: min(100%, 46.8rem);
	background: #F1EEE5;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	transform: translateX(100%);
	transition: 0.2s;
}
@media screen and (max-width: 768px) {
	.p-gnav__inner {
		width: 100%;
	}
}
html.is-menu-opened .p-gnav__inner {
	transform: translateX(0);
}
.p-gnav__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 8.8rem;
	padding: 0 2.8rem;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.p-gnav__header {
		height: 6.4rem;
		padding-left: 2rem;
		padding-right: 1.2rem;
	}
}
.p-gnav__logo {
	display: block;
	line-height: 1;
}
.p-gnav__logo img {
	width: 17.2rem;
}
@media screen and (max-width: 768px) {
	.p-gnav__logo img {
		width: 13.2rem;
	}
}
.p-gnav__close {
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-gnav__close:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-gnav__close {
		margin-top: 0.8rem;
	}
}
.p-gnav__close img {
	width: 4.8rem;
}
.p-gnav__contain {
	padding: 4rem 6rem;
}
@media screen and (max-width: 768px) {
	.p-gnav__contain {
		padding: 2.4rem 3.6rem;
	}
}
.p-gnav__menu-item {
	border-bottom: 1px solid #E9E2CD;
}
.p-gnav__menu-item:last-child {
	border-bottom: none;
}
.p-gnav__menu-link {
	position: relative;
	display: block;
	padding: 2.4rem 0;
	padding-right: 2.4rem;
	background: url(../images/parts_arrow_b.svg) no-repeat right center/1.2rem;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-gnav__menu-link:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-gnav__menu-link {
		padding-top: 2rem;
		padding-bottom: 2rem;
		font-size: 1.6rem;
	}
}
.p-gnav__btns {
	margin-top: 6rem;
	text-align: center;
}
.p-gnav__btn {
	margin-bottom: 1.2rem;
}
.p-gnav__btn:last-child {
	margin-bottom: 0;
}
.p-gnav__sns {
	margin-top: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
}
.p-gnav__sns-list {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.p-gnav__sns-item a {
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	background: #000;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-gnav__sns-item a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-gnav__sns-item a {
		width: 4rem;
		height: 4rem;
	}
}
.p-gnav__sns-item a img {
	width: 100%;
}

.p-color-slider {
	position: relative;
}
.p-color-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
	display: none;
}
.p-color-slider .swiper-slide img {
	display: block;
	width: 100%;
}
.p-color-slider__pagination {
	position: static;
	margin-top: 2rem;
	display: flex;
	padding-left: 2px;
	padding-bottom: 2px;
	gap: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-color-slider__pagination .c-color-list {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
}
.p-color-slider__pagination .c-color-list__item {
	cursor: pointer;
	line-height: 0;
	transition: opacity 0.2s;
}

.p-anim-cts {
	opacity: 0;
	transform: translateY(2rem);
}
.p-anim-cts.is-inview {
	animation: 0.7s ease forwards cts;
}

@keyframes cts {
	0% {
		transform: translateY(2rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.p-anim-reveal-ltr {
	clip-path: inset(0 100% 0 0);
}
.p-anim-reveal-ltr.is-inview {
	animation: 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards reveal-ltr;
}

@keyframes reveal-ltr {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}
.p-anim-d1 {
	animation-delay: 0.3s !important;
}

.p-anim-d2 {
	animation-delay: 0.6s !important;
}

.p-anim-d3 {
	animation-delay: 0.9s !important;
}

.p-anim-d4 {
	animation-delay: 1.2s !important;
}

.is-inview.p-anim-t1 {
	animation-duration: 0.9s;
}

.is-inview.p-anim-t2 {
	animation-duration: 1.2s;
}

.is-inview.p-anim-t3 {
	animation-duration: 1.5s;
}

.is-inview.p-anim-t4 {
	animation-duration: 1.8s;
}

.is-inview.p-anim-t5 {
	animation-duration: 2.1s;
}

.is-inview.p-anim-t6 {
	animation-duration: 2.4s;
}

.p-kv {
	position: relative;
}
.p-kv__img img {
	width: 100%;
}
.p-kv__scroll {
	position: absolute;
	left: 2.4rem;
	bottom: -6.8rem;
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	height: 13.6rem;
	color: #4F4F4F;
	pointer-events: none;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.p-kv__scroll {
		left: 1.6rem;
		bottom: -3.6rem;
	}
}
.p-kv__scroll-txt {
	font-size: 1rem;
	line-height: 1;
	writing-mode: vertical-rl;
}
.p-kv__scroll-line {
	display: block;
	width: 1px;
	height: 100%;
	background: #4F4F4F;
	animation: p-kv-scroll-line 4s ease-in-out infinite;
}

@keyframes p-kv-scroll-line {
	0% {
		transform: scaleY(1);
		transform-origin: 50% 100%;
	}
	20% {
		transform: scaleY(1);
		transform-origin: 50% 100%;
	}
	49.99% {
		transform: scaleY(0);
		transform-origin: 50% 100%;
	}
	50% {
		transform: scaleY(0);
		transform-origin: 50% 0%;
	}
	70% {
		transform: scaleY(0);
		transform-origin: 50% 0%;
	}
	100% {
		transform: scaleY(1);
		transform-origin: 50% 0%;
	}
}
.p-brand-msg {
	padding: 10rem 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-brand-msg {
		padding: 6rem 0;
	}
}
.p-brand-msg__head {
	margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
	.p-brand-msg__head {
		margin-bottom: 5.6rem;
	}
}
.p-brand-msg__head img {
	width: 17.2rem;
}
@media screen and (max-width: 768px) {
	.p-brand-msg__head img {
		width: 12.8rem;
	}
}
.p-brand-msg__body img {
	width: 37.2rem;
}
@media screen and (max-width: 768px) {
	.p-brand-msg__body img {
		width: 27.5rem;
	}
}

.p-movie {
	background: #FFFCDA url(../images/movie_bg.jpg) no-repeat center/144rem 100%;
	padding: 7.2rem 0;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-movie {
		background-size: cover;
		padding-bottom: 6rem;
	}
}
.p-movie__ttl {
	pointer-events: none;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.p-movie__ttl {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}
	.p-movie__ttl img {
		width: min(100%, 144rem);
	}
}
@media screen and (max-width: 768px) {
	.p-movie__ttl {
		margin-top: -3.2rem;
	}
}
.p-movie__thumb {
	position: relative;
	width: 42rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.p-movie__thumb {
		width: 34rem;
	}
}
.p-movie__btn {
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-movie__btn:hover {
		opacity: 0.6;
	}
}
.p-movie__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8rem;
	height: 8rem;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-movie__play {
		width: 6.4rem;
		height: 6.4rem;
	}
}
.p-movie__play img {
	width: 100%;
}

.p-lu-jumper {
	padding: 10rem 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-lu-jumper {
		padding: 8rem 0;
	}
}
.p-lu-jumper__btn {
	position: relative;
	display: inline-block;
	width: 36rem;
	max-width: 64vw;
	padding: 1.6rem 4rem;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
	font-size: 1.8rem;
	color: #fff;
	background: #000 url(../images/parts_arrow_b_wh.svg) no-repeat right 1.8rem center/1.2rem;
}

.p-styles {
	margin-bottom: 12rem;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.p-styles {
		padding-top: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-styles {
		margin-bottom: 8rem;
	}
}
.p-styles__item {
	margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.p-styles__item {
		margin-bottom: 6rem;
	}
}
.p-styles__item:last-child {
	margin-bottom: 0;
}

.p-style-hero {
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-style-hero {
		margin-bottom: 3.2rem;
	}
}
.p-style-hero__label {
	display: inline-block;
	position: relative;
	color: #816400;
}
.p-style-hero__label:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
	background: #C2B895;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.p-style-hero__label {
		margin-bottom: 3.2rem;
		padding-bottom: 1.2rem;
		letter-spacing: 0.1em;
	}
	.p-style-hero__label:before {
		width: calc(100% + 12rem);
		height: 1px;
		bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__label {
		writing-mode: vertical-rl;
		font-size: 1.2rem;
		padding-right: 0.4rem;
	}
	.p-style-hero__label:before {
		width: 1px;
		height: calc(100% + 1.2rem);
		top: 0;
	}
}
.p-style-hero__series {
	margin-bottom: 3.2rem;
	padding: 1rem 2rem;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
	font-size: 1.8rem;
	text-align: center;
	background: #FFF386;
	border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
	.p-style-hero__series {
		margin-bottom: 1.6rem;
		font-size: 1.6rem;
	}
}
.p-style-hero__series--s {
	background: #D6C487;
	color: #fff;
}
.p-style-hero__series--b {
	background: #FFEFD0;
}
@media screen and (max-width: 768px) {
	.p-style-hero__copy {
		padding-bottom: 2.4rem;
	}
}
.p-style-hero__head {
	position: relative;
	z-index: 1;
}
.p-style-hero__visual {
	position: relative;
}
@media screen and (max-width: 768px) {
	.p-style-hero__visual {
		margin-bottom: 4rem;
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}
}
.p-style-hero__num {
	position: absolute;
	top: -1.32em;
	right: 1em;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #816400;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-style-hero__num {
		top: 1.6rem;
		right: auto;
		left: 1.6rem;
		font-size: 1.8rem;
	}
}
.p-style-hero__num em {
	margin-left: 0.1em;
	font-size: 6.4rem;
	font-style: normal;
	vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
	.p-style-hero__num em {
		font-size: 3.4rem;
	}
}
.p-style-hero__seal {
	position: absolute;
	width: 12.8rem;
	bottom: -3.2rem;
	left: 2rem;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-style-hero__seal {
		width: 8.8rem;
		left: 1.6rem;
		bottom: -1.6rem;
	}
}
.p-style-hero__seal-bg {
	display: block;
	width: 100%;
	animation: style-hero-seal-spin 20s linear infinite;
}
.p-style-hero__seal-txt {
	position: absolute;
	inset: 0;
	width: 100%;
	pointer-events: none;
}
.p-style-hero__desc {
	font-size: 1.8rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.p-style-hero__desc {
		font-size: 1.4rem;
		margin-bottom: 2.8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__acc-body {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 0.2s ease;
	}
	.p-style-hero__acc-body > * {
		min-height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__acc.is-open .p-style-hero__acc-body {
		grid-template-rows: 1fr;
	}
}
.p-style-hero__toggle {
	display: none;
}
@media screen and (max-width: 768px) {
	.p-style-hero__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 1.6rem 1.2rem 1.6rem 0.4rem;
		border: 0;
		border-bottom: 1px solid currentColor;
		background: transparent;
		line-height: 1;
		color: #000;
		cursor: pointer;
	}
	.p-style-hero__toggle::before {
		content: "Styling Item";
	}
	.p-style-hero__toggle[aria-expanded=true] {
		margin-top: 2.4rem;
	}
	.p-style-hero__toggle[aria-expanded=true]::before {
		content: "Close";
	}
}
.p-style-hero__toggle-icon {
	position: relative;
	display: block;
	width: 1.6rem;
	height: 1.6rem;
}
.p-style-hero__toggle-icon::before, .p-style-hero__toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transition: transform 0.2s;
}
.p-style-hero__toggle-icon::after {
	transform: rotate(90deg);
}
.p-style-hero__toggle[aria-expanded=true] .p-style-hero__toggle-icon::after {
	transform: rotate(0);
}
.p-style-hero__price {
	font-weight: normal;
}
.p-style-hero__price-row {
	display: grid;
	align-items: center;
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-style-hero__price-row {
		margin-bottom: 0.4rem;
	}
}
.p-style-hero__price-row:last-child {
	margin-bottom: 0;
}
.p-style-hero__price-name {
	color: #816400;
}
@media screen and (min-width: 769px) {
	.p-style-hero__price-row {
		grid-template-columns: 8rem 14rem 10rem;
		column-gap: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__price-row {
		grid-template-columns: 1fr 10rem;
		grid-template-areas: "name btn" "value btn";
	}
	.p-style-hero__price-name {
		grid-area: name;
	}
	.p-style-hero__price-value {
		grid-area: value;
	}
	.p-style-hero__price-btn {
		grid-area: btn;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__price-name {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-style-hero__price-value {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.p-style-hero__price-btn {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
}
@media screen and (min-width: 769px) {
	.p-style-hero {
		display: grid;
		gap: 4rem 6.8rem;
	}
	.p-style-hero__head {
		grid-area: head;
	}
	.p-style-hero__visual {
		grid-area: visual;
		width: 64rem;
	}
	.p-style-hero__body {
		grid-area: body;
		padding-top: 12rem;
	}
	.p-style-hero--hashead, .p-style-hero--hasheadreverse {
		align-items: center;
	}
	.p-style-hero--hashead .p-style-hero__head, .p-style-hero--hasheadreverse .p-style-hero__head {
		align-self: flex-end;
	}
	.p-style-hero--hashead .p-style-hero__body, .p-style-hero--hasheadreverse .p-style-hero__body {
		padding-top: 0;
		align-self: flex-start;
	}
	.p-style-hero--hashead {
		grid-template-areas: "visual head" "visual body";
	}
	.p-style-hero--hasheadreverse {
		grid-template-areas: "head visual" "body visual";
	}
	.p-style-hero--cmnreverse {
		grid-template-areas: "body visual" "body visual";
	}
	.p-style-hero--cmnreverse .p-style-hero__num {
		left: 1em;
		right: auto;
	}
	.p-style-hero--cmn {
		grid-template-areas: "visual body" "visual body";
	}
}
@media screen and (min-width: 769px) {
	.p-style-hero__head {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.p-style-hero--hasheadreverse > .p-style-hero__head {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-style-hero__visual {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.p-style-hero--hasheadreverse > .p-style-hero__visual {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	.p-style-hero--cmnreverse > .p-style-hero__visual {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	.p-style-hero--cmn > .p-style-hero__visual {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.p-style-hero__body {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.p-style-hero--hasheadreverse > .p-style-hero__body {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.p-style-hero--cmnreverse > .p-style-hero__body {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.p-style-hero--cmn > .p-style-hero__body {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__head {
		display: grid;
		gap: 0 2.4rem;
		grid-template-areas: "label series" "label copy";
	}
	.p-style-hero__label {
		grid-area: label;
	}
	.p-style-hero__series {
		grid-area: series;
	}
	.p-style-hero__copy {
		grid-area: copy;
	}
	.p-style-hero__head > .l-footer__copy {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}
@media screen and (min-width: 769px) {
	.l-footer__pagetop {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.l-footer__btns {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.l-footer__sns {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.l-footer__logo {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
	}
	.l-footer__copy {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	.p-style-hero__copy {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
}
@media screen and (max-width: 768px) {
	.p-style-hero__label {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.p-style-hero__series {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.p-style-hero__head > .p-style-hero__copy {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}

@keyframes style-hero-seal-spin {
	to {
		transform: rotate(360deg);
	}
}
.p-item__item {
	position: relative;
	z-index: 1;
	padding: 6.8rem 8rem;
}
@media screen and (min-width: 769px) {
	.p-item__item {
		margin-bottom: 6.8rem;
	}
	.p-item__item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-item__item {
		position: relative;
		padding: 4rem 0;
	}
	.p-item__item:first-child {
		padding-top: 6rem;
	}
	.p-item__item:last-child {
		padding-bottom: 6rem;
	}
	.p-item__item:not(:last-child):after {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top: 1px dashed #816400;
	}
}
.p-item__item:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: #f1eee5;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.p-item__item:before {
		width: calc(100% + 3.2rem);
		left: -1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-item__item {
		display: flex;
		gap: 6rem;
	}
	.p-item__item:nth-child(odd):before {
		left: auto;
		right: 0;
	}
	.p-item__item .p-item__img {
		width: 36rem;
		flex-shrink: 0;
	}
}
@media screen and (min-width: 769px) {
	.p-item__list--reverse .p-item__item:before {
		left: auto;
		right: 0;
	}
	.p-item__list--reverse .p-item__item:nth-child(odd):before {
		left: 0;
		right: auto;
	}
}
@media screen and (max-width: 768px) {
	.p-item__img {
		margin-bottom: 2rem;
	}
}
.p-item__name {
	margin-bottom: 0.8rem;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-item__name {
		font-size: 2.2rem;
		text-align: center;
	}
}
.p-item__price {
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-item__price {
		text-align: center;
	}
}
.p-item__tags {
	margin-bottom: 0.8rem;
	display: flex;
	gap: 1rem;
}
@media screen and (max-width: 768px) {
	.p-item__tags {
		gap: 0.4rem;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.p-item__tags--spwrap {
		flex-wrap: wrap;
	}
}
.p-item__tag {
	min-width: 8.8rem;
	padding: 0.4rem 0.4rem 0.4rem 0.5rem;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
	font-size: 1.3rem;
	text-align: center;
	background: #FFD100;
	letter-spacing: 0.12em;
	border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
	.p-item__tag {
		font-size: 1.2rem;
	}
}
.p-item__tag--wash {
	font-size: 90%;
	letter-spacing: -0.1em;
}
.p-item__badge {
	margin-top: 2.8rem;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.p-item__badge img {
		width: 100%;
	}
}
.p-item__desc {
	font-weight: normal;
}
.p-item__btn {
	margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-item__btn {
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.p-item__list--reverse .p-item__item:before {
		left: auto;
		right: 0;
	}
	.p-item__list--reverse .p-item__item:nth-child(odd):before {
		left: 0;
		right: auto;
	}
}

.p-color-slider {
	position: relative;
	overflow: visible;
}
.p-color-slider__arrow {
	position: absolute;
	top: calc(50% - 2rem);
	width: 4rem;
	height: 4rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent no-repeat center/contain;
	cursor: pointer;
	z-index: 2;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-color-slider__arrow:hover {
		opacity: 0.6;
	}
}
.p-color-slider__arrow::after {
	content: none;
}
.p-color-slider__arrow--prev {
	left: -2rem;
	background-image: url(../images/parts_slider_arrow_prev.svg);
}
@media screen and (max-width: 768px) {
	.p-color-slider__arrow--prev {
		left: -1rem;
	}
}
.p-color-slider__arrow--next {
	right: -2rem;
	background-image: url(../images/parts_slider_arrow_next.svg);
}
@media screen and (max-width: 768px) {
	.p-color-slider__arrow--next {
		right: -1rem;
	}
}

.p-lineup {
	margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.p-lineup {
		margin-bottom: 8rem;
	}
}
.p-lineup__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem 2rem;
}
@media screen and (max-width: 768px) {
	.p-lineup__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.p-lineup__item {
	display: flex;
	flex-direction: column;
}
.p-lineup__img {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.p-lineup__img {
		margin-bottom: 1.2rem;
	}
}
.p-lineup__colors {
	margin-bottom: 2rem;
}
.p-lineup__name {
	margin-bottom: 0.4rem;
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
	font-weight: normal;
}
.p-lineup__price {
	margin-top: auto;
	margin-bottom: 1.6rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.p-lineup .c-btn {
		width: 100%;
	}
}

.p-news__list {
	display: flex;
	flex-wrap: wrap;
	margin: -1.2rem;
}
@media screen and (max-width: 768px) {
	.p-news__list {
		margin: -1.2rem -1rem;
	}
}
.p-news__list--center {
	justify-content: center;
}
.p-news__item {
	width: calc(33.333% - 2.4rem);
	margin: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-news__item {
		width: calc(50% - 2rem);
		margin: 1.2rem 1rem;
	}
}
.p-news__img {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.p-news__img {
		margin-bottom: 1.2rem;
	}
}
.p-news__date {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.p-news__date {
		font-size: 1.2rem;
	}
}
.p-news__ttl {
	margin-bottom: 0.8rem;
	font-weight: bold;
}
.p-news__txt {
	font-weight: normal;
}

.p-page-nav {
	position: fixed;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	z-index: 20;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.p-page-nav.is-visible {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (max-width: 768px) {
	.p-page-nav {
		right: 0.4rem;
	}
}
.p-page-nav__list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-page-nav__item:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	height: 1.6rem;
	margin: 0.4rem auto;
	background: #D7CEB0;
}
@media screen and (max-width: 768px) {
	.p-page-nav__item:not(:last-child)::after {
		height: 1rem;
		margin: 0.2rem auto;
	}
}
.p-page-nav__link {
	position: relative;
	display: block;
	width: 2rem;
	height: 2.7rem;
	background: url(../images/parts_pagenav_kira_off.svg) no-repeat center/contain;
	transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
	.p-page-nav__link {
		width: 1.2rem;
		height: 1.6rem;
	}
}
.p-page-nav__link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	background-size: contain;
	opacity: 0;
	transition: 0.2s;
	z-index: 1;
	background-image: url(../images/parts_pagenav_kira_on.svg);
}
.is-current .p-page-nav__link:before {
	opacity: 1;
}

@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;
	vertical-align: middle;
}

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

.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-color-gray {
	color: #505050 !important;
}

.u-font-goth {
	font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;
}

.u-font-mincho {
	font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

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

.u-fw-bold {
	font-weight: bold !important;
}
@media screen and (max-width: 768px) {
	.u-fw-bold--sp {
		font-weight: bold !important;
	}
}
@media screen and (min-width: 769px) {
	.u-fw-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-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-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-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-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-150p {
	font-size: 150% !important;
}

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

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

@media screen and (max-width: 768px) {
	.u-font-120p--sp {
		font-size: 120% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-120p--pc {
		font-size: 120% !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;
	}
}
.u-font-60p {
	font-size: 60% !important;
}

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

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