body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

html,
body {
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: auto; /* スムーズスクロールを無効化 */
}

html {
	scroll-behavior: auto; /* Safariでの不安定なスムーズスクロールを防ぐ */
}

body {
	-webkit-overflow-scrolling: touch; /* Safariでのスクロール挙動を安定化 */
	scroll-behavior: auto; /* 必要に応じてリセット */
}

.card-section {
	background-color: #F3F2EE;
	padding-top: 1.25rem;
}

.card-section__arrow-icon {
	-o-object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 3.125rem;
}

.card-section__title {
	border-bottom: solid 0.5px #B5ADA6;
	margin-top: 3.4375rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.card-section__title-heading {
	color: #36322F;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: -0.625rem;
}

.card-section__title-number {
	color: #AC9043;
	font-family: "Noto Serif JP", serif;
	font-size: 5.6875rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

.card-section__title-big {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.34;
}

.card-section__wrapper {
	margin-top: 3.75rem;
}

.card {
	grid-gap: 7%;
	border-bottom: solid 0.5px #B5ADA6;
	display: grid;
	gap: 7%;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 3.75rem;
}

.card + .card {
	margin-top: 3.75rem;
}

.card__header {
	text-align: right;
}

.card__number {
	color: #AC9043;
	font-family: "Cormorant Garamond", serif;
	font-size: 3.125rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.card__number span {
	font-size: 4.375rem;
}

.card__title {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.card__title span {
	font-size: 2.375rem;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 365/470;
	display: block;
	max-width: 365px;
	object-fit: cover;
	width: 100%;
}

.card__description {
	color: #36322F;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.77777777;
	margin-left: auto;
	margin-top: 2.8125rem;
	max-width: 21.875rem;
	text-align: left;
	width: 74%;
}

.card__description--caution {
	color: #36322F;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-left: auto;
	margin-top: 0.75rem;
	max-width: 21.875rem;
	text-align: left;
	width: 68%;
}

.video {
	padding-top: 5.6875rem;
}

.video__title-wrap {
	text-align: center;
}

.video__subtitle {
	color: #36322F;
	font-family: "Noto Sans JP", serif;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.video__title {
	color: #AC9043;
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
}

.video__youtube-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.video__youtube-wrap iframe {
	max-width: 100%;
	width: 560px;
}

.video__description {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 2.375rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7826;
	margin-top: 5.3125rem;
	text-align: center;
}

.video__youtube {
	-o-object-fit: cover;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.video__image {
	padding-top: 2.5rem;
	width: 100%;
}

.video__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.video__image.md-none {
	display: block;
}

.video__image.md-show {
	display: none;
}

.info {
	margin-top: -1px;
	position: relative;
}

.info__img-wrap {
	position: relative;
}

.info__img-wrap .info__img {
	display: none;
}

.info__content-wrap {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 66%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.info__title {
	color: #AC9043;
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.41666;
}

.info__title span {
	color: #36322F;
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	letter-spacing: 0.04em;
	line-height: 1.80952;
}

.info__container {
	align-items: center;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	margin-top: 2.8125rem;
	padding: 2.5rem;
	text-align: center;
}

.info__body {
	max-width: 28.125rem;
	width: 100%;
}

.info__text {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.892857;
}

.info__text span {
	font-weight: 700;
}

.info__img-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.info__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.resource-info {
	background-color: #EBE3DC;
	margin-top: -2px;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
	position: relative;
}

.resource-info.resource-info--color {
	background: transparent linear-gradient(174deg, #F2F1ED 40%, #E6E4DE 100%) 0% 0% no-repeat padding-box;
	margin-top: -0.0625rem;
	opacity: 1;
	padding-bottom: 6.875rem;
	padding-top: 6.25rem;
}

.resource-info__inner {
	text-align: center;
}

.resource-info__title {
	color: #36322F;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.777777;
}

.faq {
	background-color: #F3F2EE;
	padding-bottom: 6.25rem;
	padding-top: 11.875rem;
	position: relative;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.faq__title {
	border-bottom: solid 0.5px #B5ADA6;
	padding-bottom: 2.75rem;
}

.faq-list {
	padding-top: 1.875rem;
}

.faq-list__item {
	border-bottom: solid 0.5px #B5ADA6;
	padding-bottom: 1.875rem;
}

.faq-list__item + .faq-list__item {
	padding-top: 1.875rem;
}

.faq-list__item-question {
	color: #36322F;
	cursor: pointer;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.875rem 3.75rem 0.875rem 3.0625rem;
	position: relative;
	text-indent: -1.5rem;
}

.faq-list__item-question,
.faq-list__item-answer {
	color: #36322F;
	cursor: pointer;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	position: relative;
	text-indent: -1.5rem;
}

.faq-list__item-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	padding: 0rem 2.5rem 0rem 3.125rem;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-list__item-question.is-open + .faq-list__item-answer {
	max-height: 300px !important;
}

.faq-list__item-question.is-open + .faq-list__item-answer {
	overflow: visible;
	padding: 1.25rem 2.5rem 0.9375rem 3.125rem;
}

.faq-list__item-question span,
.faq-list__item-answer span {
	color: #36322F;
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-right: 1.25rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #36322F;
	content: "";
	height: 1px;
	position: absolute;
	right: 1.25rem;
	top: 1.6875rem;
	transition: 0.3s ease-in-out;
	width: 1.25rem;
}

.faq-list__item-question::after {
	transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq__bottom-title {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 3.75rem;
	text-align: center;
}

.faq__link {
	-webkit-text-decoration: underline;
	color: #AC9043;
	text-decoration: underline;
}

.faq__link:hover {
	opacity: 0.7;
}

.product {
	background-color: #F3F2EE;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.product__container {
	display: flex;
	gap: 2.3125rem;
	justify-content: center;
	margin-top: 4.625rem;
	max-width: 100%;
	width: 100%;
}

.product__container img {
	-o-object-fit: cover;
	aspect-ratio: 500/524;
	max-width: 31.25rem;
	object-fit: cover;
	width: 100%;
}

.product__body {
	max-width: 28.4375rem;
	width: 50%;
}

/* table */

.table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.table__top-th .table__text,
.table__top-td.table__text {
	border-top: none;
}

.table:first-child .table__top-td.table__text {
	border-top: none;
}

.table .table__top-th {
	border-top: none;
}

.table .table__top-th::before {
	display: none;
}

.table th,
.table td {
	color: #36322F;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 1rem;
}

.table th {
	background-color: #E9E5E2;
	padding-top: 1rem;
	vertical-align: top;
	width: 27.6457%;
}

.table th {
	position: relative;
}

.table th::before {
	background: #B5ADA6;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: -0.5px;
	width: 50%;
}

.table .table__text {
	border-top: 1px solid #B5ADA6;
	padding-left: 1.625rem;
	text-align: left;
	width: 72.3543%;
}

.table .table__text span {
	font-size: 0.75rem;
}

.product__text-wrap {
	margin-top: 1.5rem;
}

.product__img-wrap {
	margin-left: 3.1875rem;
}

.product__img {
	max-width: 24.3125rem;
}

.product__img img {
	-o-object-fit: cover;
	aspect-ratio: 389/232;
	object-fit: cover;
}

.related-product {
	background-color: #F3F2EE;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.related-product__scroll-content {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 62.5rem;
}

.related-product__scroll-content.is-dragging {
	cursor: grabbing;
}

.related-product__scroll-content li {
	background-color: #EAE6E3;
	max-width: 20.375rem;
	padding: 2.5rem 1.875rem;
}

.related-product__scroll-content li.wide {
	padding: 2.5rem 1.4375rem;
}

.related-product__scroll-content::-webkit-scrollbar {
	height: 0.5rem;
}

.related-product__scroll-content::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 6px;
}

.related-product__scroll-content::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 6px;
}

.related-product__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 14.75rem;
}

.related-product__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.related-product__scroll-content--title {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.related-product__scroll-content--text {
	color: #36322F;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.1875rem;
}

.related-product__button-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.625rem;
	text-align: center;
}

.appeal {
	padding-top: 5.125rem;
}

.appeal__text-wrap {
	text-align: center;
}

.appeal__text {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 3;
}

.appeal__text span {
	font-size: 1.875rem;
	letter-spacing: -0.02em;
	line-height: 2;
}

.appeal__img-wrap {
	margin-top: 2.875rem;
}

.appeal__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.carousel-container img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* コンテナ全体 */

.mv-bottom__button-wrap {
	background: linear-gradient(259deg, rgba(56, 52, 49, 0.85) 0%, rgba(87, 82, 76, 0.85) 100%);
	bottom: 0.625rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: 0.9375rem;
	margin-top: 1.0625rem;
	max-width: 24.375rem;
	position: fixed;
	right: 0.9375rem;
	text-align: center;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
	z-index: 2000;
}

.mv-bottom__button-wrap.hidden {
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
}

.mv-bottom__button-wrap .download-link img {
	-o-object-fit: cover;
	height: 1.5rem;
	object-fit: cover;
	width: 1.5rem;
}

.mv-bottom__button-wrap .download-link {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.625rem;
	height: 4rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.625rem;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 24.375rem;
}

.resource-info__button-wrap {
	display: inline-flex;
	gap: 1.125rem;
	margin-top: 2.8125rem;
	text-align: center;
}

.resource-info__button.btn {
	width: 21.8125rem;
}

.btn {
	background: transparent linear-gradient(180deg, #383431 0%, #57524C 100%) 0% 0% no-repeat padding-box;
	display: inline-block;
	height: 3.9375rem;
	line-height: 1;
	position: relative;
	text-align: center;
	width: 23.75rem;
}

.triangle {
	background: rgb(233, 229, 226) 0% 0% no-repeat padding-box;
	border-bottom: 15px solid #E9E5E2;
	border-left: 15px solid transparent;
	bottom: 0.375rem;
	display: block;
	height: 0;
	opacity: 0.35;
	position: absolute;
	right: 0.375rem;
	width: 0;
}

.resource-info__button {
	color: #FFFFFF;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.4;
	padding: 1.25rem;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.footer {
	background: transparent linear-gradient(180deg, #383431 0%, #57524C 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 4.5rem 0 4.375rem;
	position: relative;
	z-index: 2000;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footer__logo {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 11rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.footer__nav {
	margin-top: 1.625rem;
}

.footer__nav-item + .footer__nav-item {
	margin-top: 0.375rem;
}

.footer__nav-item a {
	color: #FFFFFF;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2.3;
	text-align: center;
}

.footer__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	max-width: 25rem;
	width: 100%;
}

.footer__company {
	max-width: 13rem;
	width: 100%;
}

.footer__company img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.footer__body {
	margin-top: 2.875rem;
}

.footer__body-tell span {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.1875rem;
	font-weight: 400;
	letter-spacing: 0;
}

.footer__body-tell {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: 0;
}

.footer__body-address {
	color: #FFFFFF;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.footer__copyright {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 0.5625rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.header {
	background-color: transparent;
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 156.25rem;
	padding-left: 10.9375%;
	padding-top: 1.875rem;
}

.header__name {
	width: 15.25rem;
}

.header__logo-img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 9rem;
}

.header__item {
	display: inline-block;
	height: inherit;
}

.header__link {
	color: #002050;
	font-size: 0.875rem;
	font-weight: 400;
	height: inherit;
	letter-spacing: 0.14em;
	line-height: 2.571428;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.mv {
	background-image: url(../images/common/mv-bg_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	min-height: 900px;
	position: relative;
	transition: opacity 0.3s ease-in-out;
}

.mv__img-wrap {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv__img-wrap picture {
	height: inherit;
}

.mv__img-wrap img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
	position: absolute;
	z-index: 2;
}

.mv__subtitle {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 2.75rem;
	font-weight: 500;
	left: 17%;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: absolute;
	top: 16%;
	writing-mode: vertical-rl;
	z-index: 3;
}

.mv__title-wrap {
	bottom: 12%;
	left: 18%;
	position: absolute;
	width: 79%;
	z-index: 6;
}

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

.mv__title {
	color: #AC9043;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 2.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	width: 21.875rem;
}

.mv__flex img {
	-o-object-fit: contain;
	border-radius: 50%;
	height: 10.9375rem;
	margin-left: 10%;
	margin-top: -1.25rem;
	max-width: 100%;
	object-fit: contain;
	width: 10.9375rem;
}

.mv__title-text {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: -2.8125rem;
	text-align: left;
	width: 90%;
}

.mv__check {
	grid-gap: 1rem;
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	margin-top: 1.25rem;
	width: 89%;
}

.mv__check-text {
	background: transparent linear-gradient(180deg, #B8A675 0%, #B8A675 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35294;
	padding: 0.75rem 1.25rem;
	padding-left: 3.125rem;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	width: 100%;
}

.mv__check-text::before {
	background-color: #FFFFFF;
	border-bottom: 2px solid #AC9043;
	border-left: 2px solid #AC9043;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0.9375rem;
	position: absolute;
	top: 41%;
	transform: translate(-50%, -50%);
	transform: rotate(-45deg);
	width: 0.9375rem;
	z-index: 1;
}

.mv__check-text::after {
	background-color: #FFFFFF;
	content: "";
	display: inline-block;
	height: 1.25rem;
	left: 1.375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.25rem;
}

.mv-bottom__description {
	position: relative;
	z-index: 5;
}

.mv-bottom__description-inner {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 40%;
	transform: translate(-50%, -50%);
}

.mv-bottom__img-wrap {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv-bottom__img-wrap picture {
	height: inherit;
	width: 100%;
}

.mv-bottom__img-wrap img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	z-index: 2;
}

.mv-bottom__description-subtitle {
	color: #AC9043;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.56;
}

.mv-bottom__description-title {
	color: #5F5E5D;
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.145833;
	margin-top: 1.875rem;
}

.mv-bottom__description-text {
	color: #5F5E5D;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 2.11111;
	margin-top: 1.875rem;
}

.md-show {
	display: none;
}

header a,
footer a,
.related-product__scroll-content a {
	transition: 0.3s;
}

header a:hover,
footer a:hover,
.related-product__scroll-content a:hover {
	cursor: pointer;
	opacity: 0.7;
}

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

.section-title__sub {
	color: #AC9043;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 2.1923;
}

.related-product-title__main-wrap {
	align-items: baseline;
	display: flex;
	justify-content: center;
}

.section-title__main {
	color: #36322F;
	font-family: "Noto Serif JP", serif;
	font-size: 2.375rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.605263;
}

.related-product-title__main-wrap span {
	display: none;
}

.c-button._shiny {
	overflow: hidden; /* 子要素がボタン外にはみ出さないようにする */
	position: relative;
	transition: transform 0.3s ease;
}

/* ホバー時にキラッと光る */

.c-button._shiny::before {
	animation: shinyshiny 3s ease-in infinite;
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	display: inline-block;
	height: 100%;
	left: 0%;
	position: absolute;
	top: 0px;
	transform: rotate(-225deg);
	width: 113%;
}

.c-button._shiny:hover {
	transform: translateY(2px);
}

.appeal__text-wrap p span {
	-webkit-background-clip: text;
	animation: shine 3s infinite;
	background-clip: text;
	background-image: linear-gradient(70deg, rgb(54, 50, 47) 35%, rgb(172, 144, 67) 50%, rgb(54, 50, 47) 65%);
	background-size: 500% 100%;
	color: rgb(172, 144, 67);
	color: transparent;
	position: relative;
}

.js-fade {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s, transform 1s;
	visibility: hidden;
}

.js-fade.scroll {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.js-box {
	display: none;
}

.js-fade-in {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s, visibility 1s, transform 1s;
	visibility: hidden;
}

.scroll {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}

/* 初期状態 */

.scroll-reveal {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	visibility: hidden; /* 完全に非表示 */
}

/* 表示状態 */

.scroll-reveal.active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

/* 遅延効果を各要素に適用 */

.scroll-reveal:nth-child(1) {
	transition-delay: 0.2s;
}

.scroll-reveal:nth-child(2) {
	transition-delay: 0.4s;
}

.scroll-reveal:nth-child(3) {
	transition-delay: 0.6s;
}

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

html {
	font-size: 1.25vw !important;
}

}

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

.carousel-item {
	flex: 0 0 50%;
}

}

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

.info__title {
	font-size: 4.25rem;
}

.info__title span {
	font-size: 2.5rem;
	line-height: 3;
}

.info__container {
	margin-top: 6.5625rem;
}

.info__text {
	font-size: 2.3125rem;
}

.header__name {
	width: 12.5rem;
}

.header__logo-img {
	max-width: 12.5rem;
}

.header__link {
	font-size: 1.375rem;
}

.mv__subtitle {
	font-size: 4.5rem;
	left: 17%;
	top: 17%;
}

.mv__title {
	font-size: 3.9375rem;
	width: 43.75rem;
}

.mv__flex img {
	height: 13.125rem;
	width: 13.125rem;
}

.mv__title-text {
	font-size: 1.875rem;
}

.mv__check-text {
	font-size: 1.875rem;
}

.mv__check-text::after {
	height: 1.5rem;
	width: 1.5rem;
}

}

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

.mv__title-wrap {
	bottom: 6%;
	width: 70%;
}

}

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

.mv {
	height: 1500px;
}

}

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

.mv {
	height: 1450px;
}

}

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

.mv {
	height: 1400px;
}

}

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

.mv__title-wrap {
	bottom: 10%;
	width: 72%;
}

}

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

.mv {
	height: 1400px;
}

}

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

.mv {
	height: 1300px;
}

}

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

.info__title {
	font-size: 3.625rem;
}

.info__title span {
	font-size: 2.0625rem;
	line-height: 2.80952;
}

.info__container {
	margin-top: 4.6875rem;
}

.info__text {
	font-size: 2.125rem;
}

.header__name {
	width: 10.25rem;
}

.header__logo-img {
	max-width: 10.25rem;
}

.header__link {
	font-size: 1.125rem;
}

.mv__subtitle {
	font-size: 3.25rem;
	left: 17%;
	top: 17%;
}

.mv__title-wrap {
	bottom: 12%;
	width: 73%;
}

.mv__title {
	font-size: 3.125rem;
	width: 43.75rem;
}

.mv__flex img {
	height: 11.5625rem;
	width: 11.5625rem;
}

.mv__title-text {
	font-size: 1.5rem;
}

.mv__check-text {
	font-size: 1.5rem;
}

.mv__check-text::after {
	height: 1.5rem;
	width: 1.5rem;
}

}

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

.mv {
	height: 1200px;
}

}

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

.mv {
	height: 100vh;
	max-height: 1100px;
}

}

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

.mv {
	height: 100vh;
	max-height: 1000px;
}

.mv__title-wrap {
	bottom: 12%;
	width: 76%;
}

}

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

.info__title {
	font-size: 3rem;
}

.info__title span {
	font-size: 1.3125rem;
	line-height: 1.80952;
}

.info__container {
	margin-top: 2.8125rem;
}

.info__text {
	font-size: 1.75rem;
}

.header__name {
	width: 9rem;
}

.header__logo-img {
	max-width: 9rem;
}

.header__link {
	font-size: 0.875rem;
}

.mv {
	background-image: url(../images/common/mv-bg_pc.png);
	background-position: calc(50% - 50px) center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	max-height: 900px;
}

.mv__subtitle {
	font-size: 2.75rem;
	left: 17%;
	top: 16%;
}

.mv__title {
	font-size: 2.0625rem;
	width: 21.875rem;
}

.mv__flex img {
	height: 10.9375rem;
	width: 10.9375rem;
}

.mv__title-text {
	font-size: 1.25rem;
	margin-top: -2.8125rem;
}

.mv__check-text {
	font-size: 1.0625rem;
}

}

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

.mv__title-wrap {
	bottom: 12%;
	left: 12%;
	width: 79%;
}

.mv__check-text::after {
	height: 1.25rem;
	width: 1.25rem;
}

}

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

.info__title {
	font-size: 2.375rem;
}

.info__text {
	font-size: 1.375rem;
}

}

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

.mv__title-wrap {
	bottom: 12%;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

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

.mv__title-wrap {
	bottom: 12%;
	width: 86%;
}

}

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

.video__youtube-wrap iframe {
	aspect-ratio: 560/315;
	height: auto;
	max-width: 500px;
}

}

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

.pagination {
	position: absolute;
	z-index: 9;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.card-section {
	padding-top: 1.5625rem;
}

.card-section__arrow-icon {
	height: 4.375rem;
	width: 1.875rem;
}

.card-section__title {
	margin-top: 2.5625rem;
	padding-bottom: 1.625rem;
}

.card-section__title-heading {
	font-size: 0.9375rem;
}

.card-section__title-number {
	font-size: 3.625rem;
}

.card-section__title-big {
	font-size: 2rem;
}

.card-section__wrapper {
	margin-top: 0.625rem;
}

.card {
	display: block;
	padding-bottom: 2.1875rem;
}

.card + .card {
	margin-top: 1.25rem;
}

.card__title {
	font-size: 1.25rem;
}

.card__title span {
	font-size: 1.75rem;
}

.card__image {
	margin-top: 1.875rem;
}

.card__image img {
	margin-left: auto;
	margin-right: auto;
	width: 82%;
}

.card__description {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-left: 0rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 31.25rem;
	width: 100%;
}

.card__description--caution {
	font-size: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-width: 31.25rem;
	width: 100%;
}

.video__subtitle {
	font-size: 0.9375rem;
}

.video__title {
	font-size: 1.9375rem;
	line-height: 1.387;
}

.video__youtube-wrap {
	margin-top: 1.25rem;
}

.video__youtube-wrap iframe {
	max-width: 500px;
	width: 100%;
}

.video__description {
	font-size: 1.4375rem;
	line-height: 1.7826;
	margin-bottom: 1.375rem;
	text-align: right;
}

.video__youtube {
	aspect-ratio: 348/203;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-width: 37.5rem;
	width: 100%;
}

.video__image.md-none {
	display: none;
}

.video__image.md-show {
	display: block;
}

.info__img-wrap .info__bg-img {
	-o-object-fit: cover;
	-o-object-position: center bottom;
	aspect-ratio: 1/1.3;
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
}

.info__img-wrap .info__img {
	display: block;
	left: 50%;
	position: absolute;
	top: 22%;
	transform: translate(-50%, -50%);
	width: 12.5rem;
}

.info__content-wrap {
	top: 69%;
	width: 90%;
}

.info__title {
	font-size: 2.125rem;
	line-height: 1.411764;
}

.info__title span {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.info__container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	padding: 1.9375rem 1.75rem 2.25rem;
	width: 91%;
}

.info__text {
	font-size: 1.25rem;
	line-height: 1.9;
}

.info__img-wrapper {
	margin-top: 1rem;
	max-width: 31.25rem;
	width: 100%;
}

.resource-info {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.resource-info.resource-info--color {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.resource-info__title {
	font-size: 0.9375rem;
	line-height: 2;
}

.faq {
	padding-bottom: 3rem;
	padding-top: 4.6875rem;
}

.faq__inner {
	max-width: 39.375rem;
	padding: 0 0.9375rem;
}

.faq-list {
	padding-top: 1.5625rem;
}

.faq-list__item {
	padding-bottom: 1.5625rem;
}

.faq-list__item + .faq-list__item {
	padding-top: 1.5625rem;
}

.faq-list__item-question {
	font-size: 0.9375rem;
	padding: 0.75rem 2.5rem 0.75rem 3.75rem;
}

.faq-list__item-question,
.faq-list__item-answer {
	font-size: 0.9375rem;
}

.faq-list__item-answer {
	padding: 0rem 1.875rem 0rem 3.75rem;
}

.faq-list__item-question.is-open + .faq-list__item-answer {
	padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
}

.faq-list__item-question span,
.faq-list__item-answer span {
	font-size: 1.5rem;
	padding: 0;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	right: 0.9375rem;
	top: 1.6875rem;
	width: 1.0625rem;
}

.faq__bottom-title {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 2.8125rem;
}

.product {
	padding-bottom: 4.0625rem;
	padding-top: 2.6875rem;
}

.product__container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 31.25rem;
}

.product__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 37.5rem;
	width: 100%;
}

.table tr {
	width: 100%;
}

.table th,
.table td {
	font-size: 0.8125rem;
	padding: 0.8125rem;
}

.table th::before {
	display: none;
}

.table .table__text {
	border-top: none;
	padding-left: 1.25rem;
}

.table__tr {
	border-top: 1px solid #B5ADA6;
}

.table .table__text span {
	font-size: 0.625rem;
}

.product__text-wrap {
	margin-top: 1.3125rem;
}

.product__img-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 37.5rem;
	width: 100%;
}

.product__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 18rem;
}

.product__img img {
	aspect-ratio: 288/172;
}

.related-product {
	padding-bottom: 3rem;
	padding-top: 2.0625rem;
}

.related-product__scroll-content {
	cursor: grab;
	display: flex;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.related-product__scroll-content li {
	flex-shrink: 0;
	list-style: none;
	margin-bottom: 1.25rem;
}

.related-product__button-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.appeal {
	padding-top: 3.875rem;
}

.appeal__inner.inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.appeal__text-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	text-align: left;
	width: 100%;
}

.appeal__img-wrap {
	width: 100%;
}

.carousel-container {
	height: auto;
	margin: 0 auto;
	max-height: 100vh;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	width: 350px;
}

.carousel {
	display: flex;
	gap: 20px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.carousel-item {
	box-sizing: border-box;
	flex: 0 0 auto;
	height: auto;
	max-height: 100%;
	padding: 20px;
	scroll-snap-align: center;
	scroll-snap-stop: always;
	text-align: center;
	width: 286px;
}

.mv-bottom__button-wrap {
	bottom: 0;
	left: 0;
	margin: 0;
	max-width: 100%;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.mv-bottom__button-wrap .download-link {
	width: 100%;
}

.resource-info__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 21.8125rem;
}

.resource-info__button.btn {
	width: 100%;
}

.footer__info {
	max-width: 31.25rem;
}

.header {
	height: 40px;
}

.header__inner {
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 0.8125rem;
}

.header__name {
	width: 6.25rem;
}

.header__logo-img {
	aspect-ratio: 100/27;
	height: 1.6875rem;
	max-width: 100%;
	width: 6.25rem;
}

.header__link {
	font-size: 0.6875rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.mv {
	aspect-ratio: 390/771;
	background-image: url(../images/common/mv-bg_sp.png);
	background-position: center calc(50% + 50px);
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	max-height: 1200px;
	position: relative;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.mv__subtitle {
	font-size: 6vw;
	left: 6%;
	top: 8%;
}

.mv__title-wrap {
	bottom: 4%;
	left: 5%;
	width: 90.7%;
}

.mv__title {
	font-size: 2.6875rem;
	width: 90%;
}

.mv__flex img {
	height: 6.875rem;
	margin-left: -2.8125rem;
	width: 6.875rem;
}

.mv__title-text {
	font-size: 0.9375rem;
	margin-top: -0.3125rem;
}

.mv__check {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.8125rem;
	width: 95%;
}

.mv__check-text {
	font-size: 0.9375rem;
	padding: 0.75rem 0.75rem 0.75rem 2.8125rem;
}

.mv__check-text::before {
	height: 0.375rem;
	left: 1rem;
	top: 45%;
	width: 0.75rem;
}

.mv__check-text::after {
	height: 0.875rem;
	width: 0.875rem;
}

.mv-bottom__description-inner {
	top: 45%;
}

.mv-bottom__img-wrap {
	margin-top: -6.25rem;
}

.mv-bottom__img-wrap img {
	height: auto;
}

.mv-bottom__description-subtitle {
	font-size: 2.5rem;
	margin-top: 1.25rem;
}

.mv-bottom__description-subtitle {
	font-size: 1.5625rem;
}

.mv-bottom__description-title {
	font-size: 3.625rem;
	margin-top: 4.375rem;
}

.mv-bottom__description-text {
	font-size: 1.5625rem;
	line-height: 2.53333;
	margin-top: 4.375rem;
}

.md-none {
	display: none;
}

.md-show {
	display: block;
}

.section-title__sub {
	font-size: 0.9375rem;
	line-height: 2.2;
}

.section-title__main {
	font-size: 1.5625rem;
	line-height: 1.32;
}

.related-product-title__main-wrap span {
	color: #AC9043;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.833333;
	margin-left: 15.625rem;
}

}

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

.mv {
	aspect-ratio: 390/771;
	height: auto;
	max-height: 1000px;
	position: relative;
	width: 100%;
}

}

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

.info__img-wrap .info__bg-img {
	-o-object-fit: cover;
	-o-object-position: center bottom;
	aspect-ratio: 1/1.5;
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
}

.info__img-wrap .info__img {
	width: 11.25rem;
}

.info__content-wrap {
	top: 64%;
}

.resource-info__button {
	font-size: 0.9375rem;
}

.mv__title {
	font-size: 2.0625rem;
	width: 90%;
}

.mv-bottom__description-inner {
	text-align: left;
	top: 49%;
}

.mv-bottom__description-title {
	font-size: 3rem;
	margin-top: 1.25rem;
}

.mv-bottom__description-text {
	font-size: 0.9375rem;
	line-height: 2.53333;
	margin-top: 1.25rem;
}

}

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

.info__img-wrap .info__bg-img {
	aspect-ratio: 1/2;
}

}

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

.mv {
	aspect-ratio: 390/771;
	height: auto;
	max-height: 900px;
	position: relative;
	width: 100%;
}

}

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

.info__img-wrap .info__img {
	top: 19%;
	width: 9.375rem;
}

.info__content-wrap {
	top: 61%;
}

.mv__title-wrap {
	bottom: 6%;
	left: 5%;
	width: 90.7%;
}

}

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

.mv {
	aspect-ratio: 390/771;
	background-image: url(../images/common/mv-bg_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	max-height: none;
	position: relative;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

}

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

.mv__title-wrap {
	bottom: 8%;
	left: 6%;
	width: 90.7%;
}

}

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

.faq__inner {
	padding: 0;
}

.faq-list__item {
	padding-left: 0.9375rem;
	padding-right: 0.625rem;
}

.related-product__scroll-content li {
	max-width: 17.875rem;
}

.related-product__scroll-content li.wide {
	max-width: 17.875rem;
}

.mv-bottom__img-wrap {
	margin-top: -4.375rem;
}

}

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

.mv__title-wrap {
	bottom: 8%;
	left: 5%;
	width: 94.7%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

.mv-bottom__description-title {
	font-size: 2.5rem;
}

}

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

.carousel-container {
	max-width: 100%;
	padding: 0;
}

.carousel {
	gap: 10px;
	padding: 0 5px;
}

.carousel-item {
	box-sizing: border-box;
	padding: 10px;
	width: calc(100% - 20px);
}

.carousel-item img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

}

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

.mv__title-wrap {
	bottom: 9%;
	left: 5%;
	width: 94.7%;
}

}

@keyframes shinyshiny {

0% {
	opacity: 0;
	transform: translate(-100%, -100%) rotate(-225deg);
}

3% {
	opacity: 0.5; /* ピカッと光る瞬間 */
	transform: translate(0%, 0%) rotate(-225deg);
}

7% {
	opacity: 0.3; /* 徐々に薄く */
	transform: translate(75%, 75%) rotate(-225deg);
}

10% {
	opacity: 0; /* 光が消える */
	transform: translate(150%, 150%) rotate(-225deg);
}

100% {
	opacity: 0; /* 次の光まで待機 */
}

}

@keyframes shine {

0% {
	background-position: 100% 50%;
}

100% {
	background-position: 0% 50%;
}

}


/*# sourceMappingURL=style.css.map */
