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

body {
	font-family: "Noto Serif JP", serif !important;
}

body {
	background-color: #0f0f0f;
	color: #ffffff;
}

.u-desktop {
	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;
	scroll-padding-top: 6.25rem;
}

/* 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=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;
}

button {
	color: inherit;
}

.layout-contact {
	margin-top: 3.75rem;
	padding-bottom: 2.5rem;
	padding-top: 2.625rem;
}

.layout-contents {
	padding-top: 2.5rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-home {
	margin-bottom: 3.75rem;
	margin-top: 5rem;
}

.layout-information {
	margin-top: 2.1875rem;
}

.layout-page-404 {
	margin-bottom: 18.75rem;
	margin-top: 12.5rem;
}

.layout-page-contents {
	margin-bottom: 5.3125rem;
	margin-top: 4.3125rem;
}

.layout-page-shop {
	margin-bottom: 5.3125rem;
	margin-top: 4.3125rem;
}

.layout-shop {
	padding-bottom: 2.5rem;
	padding-top: 2.75rem;
}

.layout-thanks {
	margin-bottom: 18.75rem;
	margin-top: 12.5rem;
}

.breadcrumb {
	font-size: 0.75rem;
}

.breadcrumb__home {
	background-image: url(../../assets/images/home.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 0.625rem;
	margin-right: 0.125rem;
	width: 0.625rem;
}

.btn {
	background-color: #b90101;
	border: 1px solid #b90101;
	border-radius: 100vh;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	min-width: 9rem;
	padding: 0.3125rem 1.75rem;
}

.category-navigation__list {
	align-items: center;
	display: flex;
	gap: 0.4375rem;
}

.category-navigation__item {
	color: #b90101;
	font-size: 0.75rem;
}

.category-navigation__link {
	background-color: #b90101;
	border: 1px solid #b90101;
	border-radius: 100vh;
	color: #ffffff;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.4375rem 0.625rem;
	transition: 0.3s;
}

.category-navigation__link:hover {
	background-color: #0f0f0f;
	color: #b90101;
}

.category-navigation__link.is-active {
	background-color: #0f0f0f;
	color: #b90101;
}

.confirm {
	font-size: 0.875rem;
	line-height: 2.5;
}

.confirm__contents {
	margin-top: 1.5rem;
}

.confirm__item + .confirm__item {
	margin-top: 1.5625rem;
}

.confirm__btn {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.contact {
	background-image: url(../../assets/images/contact_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact__title {
	justify-content: end;
}

.contact form {
	background-color: #0f0f0f;
	border-radius: 0.625rem;
	margin-top: 0.75rem;
	padding: 2rem 1rem;
}

.contact__form-wrap + .contact__form-wrap {
	margin-top: 1.25rem;
}

.contact__form-wrap .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.contact__form-label {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.contact__required {
	background-color: #b90101;
	border-radius: 100vh;
	display: inline-block;
	font-size: 0.625rem;
	margin-left: 0.1875rem;
	padding: 0.1875rem 0.5rem;
}

.contact__form-input input,
.contact__form-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #c6c6c6;
	background-image: none;
	border: 2px solid #c6c6c6;
	border-radius: 0.3125rem;
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 0.25rem;
	min-height: 1.75rem;
	padding: 0.25rem 1rem;
	width: 100%;
}

.contact__form-textarea .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #c6c6c6;
	background-image: none;
	border: 2px solid #c6c6c6;
	border-radius: 0.3125rem;
	font-size: 0.75rem;
	height: 7.5rem;
	line-height: 1.5;
	margin-top: 0.4375rem;
	padding: 0.5rem 1rem;
	resize: none;
	width: 100%;
}

.contact__form-input--select {
	position: relative;
}

.contact__form-input--select::after {
	background-color: #0f0f0f;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 5%;
	top: 57%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.contact__form-input select:focus,
.contact__form-input input:focus {
	border: 2px solid #b90101;
}

.contact__form-input input::-moz-placeholder {
	color: gray;
}

.contact__form-input input::placeholder {
	color: gray;
}

.contact__form-checkbox {
	margin-top: 0.625rem;
}

.contact__form-checkbox label {
	display: block;
}

.contact__form-checkbox label:not(:first-of-type) {
	margin-top: 0.25rem;
}

.contact__form-checkbox input { /* 要素のどの部分が表示されるかを定義するもの */ /* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0); /* 要素サイズを変更しうるプロパティのリセット */
	border: 0; /* 最近のブラウザ用
    * コンテンツを非表示にする設定  */
	clip-path: inset(50%);
	height: 1px;
	margin: -1px; /* オーバーフローしているコンテンツを隠す */
	overflow: hidden;
	padding: 0; /* コンテンツの流れから切り離す */
	position: absolute; /* 誤ったコードに対処するための回避策 */
	white-space: nowrap; /* 可能な限り文字サイズを小さくするための処理
    * (スクリーンリーダー中には height と width が 0 のものを無視するため)
    */
	width: 1px;
}

.contact__form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.contact__form-wrap select::-ms-expand {
	display: none;
}

.contact__form-textarea textarea:focus {
	border: 2px solid #b90101;
}

.contact__form-textarea textarea::-moz-placeholder {
	color: gray;
}

.contact__form-textarea textarea::placeholder {
	color: gray;
}

.contact__form-privacy {
	font-size: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 19.375rem;
}

.contact__form-privacy input { /* 要素のどの部分が表示されるかを定義するもの */ /* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0); /* 要素サイズを変更しうるプロパティのリセット */
	border: 0; /* 最近のブラウザ用
    * コンテンツを非表示にする設定  */
	clip-path: inset(50%);
	height: 1px;
	margin: -1px; /* オーバーフローしているコンテンツを隠す */
	overflow: hidden;
	padding: 0; /* コンテンツの流れから切り離す */
	position: absolute; /* 誤ったコードに対処するための回避策 */
	white-space: nowrap; /* 可能な限り文字サイズを小さくするための処理
    * (スクリーンリーダー中には height と width が 0 のものを無視するため)
    */
	width: 1px;
}

.contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0 0 0 1.875rem;
	position: relative;
}

.contact__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #0f0f0f;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 3%;
	width: 1.25rem;
}

.contact__form-privacy input + span::after {
	border-bottom: 2px solid #c94800;
	border-left: 2px solid #c94800;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 17%;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-privacy input:checked + span::after {
	opacity: 1;
}

.contact__form-privacy input:focus + span::before {
	border: 2px solid #b90101;
}

.contact__form-announcement {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.contact__form-announcement a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.contact__form-submit {
	margin: 2.0625rem auto 0.625rem;
}

.contact__confirm {
	display: none;
}

.contact__privacy {
	margin-top: 2.5rem;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.contents-card {
	display: block;
	position: relative;
}

.contents-card__label {
	background-color: #b90101;
	border-radius: 100vh;
	font-size: 0.75rem;
	left: auto;
	padding: 0.25rem 0.75rem;
	position: absolute;
	right: 0.3125rem;
	top: 0.3125rem;
	z-index: 1;
}

.contents-card__img {
	aspect-ratio: 330/198;
	overflow: hidden;
	width: 100%;
}

.contents-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	width: 100%;
}

.contents-card__content--sub {
	margin-top: 0.625rem;
}

.contents-card__title {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5625;
	margin-top: 0.9375rem;
}

.contents-card__text {
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 表示する行数を指定 */
	display: -webkit-box;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents-card__footer {
	line-height: 1;
	margin-top: 0.625rem;
}

.contents-card__footer--sub {
	margin-top: 0.5rem;
}

.contents-card__date {
	font-size: 0.75rem;
	font-weight: 500;
}

.contents-cards {
	grid-gap: 1.8125rem;
	display: grid;
	gap: 1.8125rem;
}

.contents-cards--sub {
	gap: 2.1875rem 0.5rem;
}

.contents {
	background-image: url(../../assets/images/contents_bg_sp.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.contents__title {
	justify-content: end;
}

.contents__box {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.contents__item {
	overflow: hidden;
	position: relative;
}

.contents__item img {
	transition: 0.3s;
}

.contents__text {
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contents__bottom {
	margin-top: 3.8125rem;
}

.decoration01 {
	position: relative;
}

.decoration02 {
	position: relative;
}

.js-fade-in {
	opacity: 0;
	transform: translate(0, 50px);
	transform: translate(0, -50px);
	transform: translate(-50px, 0);
	transform: translate(50px, 0);
	transition-duration: 500ms;
	transition-property: opacity, transform;
}

.js-fade-in.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.footer {
	padding-bottom: 0.625rem;
	text-align: center;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 8.75rem;
}

.footer__copy {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.goods__swiper .swiper-wrapper .swiper-slide {
	aspect-ratio: 329/395;
	cursor: pointer;
	width: 100%;
}

.goods__swiper .swiper-wrapper .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.goods__images {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(auto-fit, minmax(4.6875rem, 1fr));
	margin-top: 0.5625rem;
}

.goods__img {
	aspect-ratio: 75/90;
	cursor: pointer;
	width: 100%;
}

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

.goods__name {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.goods__price {
	font-size: 1.25rem;
	font-weight: 800;
}

.goods__tax {
	font-size: 0.75rem;
	font-weight: 500;
}

.goods__content {
	font-size: 0.8125rem;
	margin-top: 1.5625rem;
}

.goods__content p + p {
	margin-top: 1.5625rem;
}

.goods__buy-button {
	margin-top: 1.875rem;
	text-align: center;
}

.header {
	background-color: #0f0f0f;
	height: 3rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: center;
	position: relative;
}

.header__logo {
	height: inherit;
	max-width: 8.75rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	padding: 0 0.9375rem;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0.96875rem;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.6875rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.625rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.625rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #0f0f0f;
	bottom: 0;
	display: none;
	height: calc(100vh - 3rem);
	left: 0;
	margin-top: 3rem;
	overflow-y: scroll;
	padding: 3.125rem 0 12.5rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	display: block;
	padding: 0.625rem 0;
}

.home__title {
	border-bottom: 1px solid #b90101;
	font-size: 1.25rem;
	line-height: 1;
	padding-bottom: 0.6375rem;
}

.home__category {
	margin-top: 0.625rem;
}

.home__contents {
	margin-top: 3.125rem;
}

.home__pagenavi {
	margin-top: 2.1875rem;
	text-align: center;
}

.information {
	overflow-x: clip;
}

.information__latest-video {
	margin-top: 0.9375rem;
	text-align: center;
}

.information__label {
	font-size: 0.875rem;
	font-weight: 800;
}

.information__video-wrapper {
	aspect-ratio: 343/192;
	width: 100%;
}

.information__video-wrapper iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.information__video-description {
	font-size: 0.875rem;
	font-weight: 800;
}

.information__video-coron {
	opacity: 0;
}

.information__video-subscriber {
	color: #b90101;
	font-size: 1.125rem;
	font-weight: 800;
}

.information__video-btn a,
.information__x-btn a {
	min-width: 8.75rem;
}

.information__video-btn {
	margin-top: 0.86875rem;
}

.information__latest-news {
	margin-top: 2.7875rem;
	text-align: center;
}

.information__x-wrapper {
	margin-top: 0.6125rem;
}

.information__x-timeline {
	border-radius: 0.3125rem;
	margin-left: auto;
	margin-right: auto;
	max-height: 25rem;
	overflow-y: scroll;
	width: 84%;
}

.information__x-btn {
	margin-top: 0.7625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.more-btn {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.more-btn__text {
	display: block;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1;
}

.more-btn__icon {
	background-color: #ffffff;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	display: block;
	height: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 0.8125rem;
}

.more-btn.is-open {
	flex-direction: column-reverse;
}

.more-btn.is-open .more-btn__icon {
	transform: rotate(180deg);
}

.mv {
	height: 24.25rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.mv__background {
	height: 100%;
	position: relative;
	width: 100%;
}

.mv__background span {
	background-image: url(../../assets/images/mv_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.mv__contents {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -38%);
	width: 100%;
	width: 85.6%;
	z-index: 10;
}

.mv__title {
	height: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 14.3125rem;
}

.mv__title img {
	position: absolute;
}

.mv__warning {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.1875rem;
}

.mv__warning-icon {
	display: block;
	flex-shrink: 1;
	width: 1.25rem;
}

.mv__warning-text {
	font-size: 0.75rem;
	font-weight: 600;
}

.mv__search {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4375rem;
	max-width: 20.5625rem;
	position: relative;
}

.mv__search-input {
	background-color: #ffffff;
	border-radius: 100vh;
	display: block;
	font-size: 0.875rem;
	height: 2.0625rem;
	line-height: 1;
	padding: 0 0.875rem 0 2.0625rem;
	width: 100%;
}

.mv__search-button {
	height: 1.0625rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.nav-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
}

.nav-item a span {
	border-bottom: 2px solid transparent;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.75;
	text-transform: capitalize;
	transition: 0.3s;
}

.nav-item a span::first-letter {
	color: #b90101;
}

.page-404 {
	text-align: center;
}

.page-404__title {
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.page-404__message {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.page-404__btn {
	margin-top: 1.875rem;
}

.page-contents__breadcrumb {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0.5rem;
}

.page-contents__contents {
	margin-top: 0.9375rem;
}

.page-contents__share {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-size: 1rem;
	margin-top: 4.375rem;
	padding: 1.25rem 0;
	text-align: center;
}

.page-contents__share-buttons {
	grid-gap: 0.4375rem;
	display: grid;
	gap: 0.4375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.125rem;
}

.page-contents__share-btn {
	align-items: center;
	border-radius: 0.3125rem;
	color: #ffffff;
	display: flex;
	font-size: 0.75rem;
	gap: 0.125rem;
	justify-content: center;
}

.page-contents__share-btn--line {
	background-color: #03c755;
	border: 1px solid #03c755;
}

.page-contents__share-btn--line img {
	height: 2.3125rem;
	width: 2.3125rem;
}

.page-contents__share-btn--x {
	background-color: #0f0f0f;
	border: 1px solid #ffffff;
}

.page-contents__share-btn--x img {
	height: 0.875rem;
	width: 0.875rem;
}

.page-contents__share-btn--url {
	background-color: #b90101;
	border: 1px solid #b90101;
	font-size: 0.6875rem;
}

.page-contents__share-btn--url img {
	height: 0.9375rem;
	width: 0.9375rem;
}

.page-contents__items {
	margin-top: 2.5rem;
}

.page-contents__items-title {
	font-size: 1.125rem;
}

.page-contents__list {
	margin-top: 1.25rem;
}

.page-shop__breadcrumb {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0.5rem;
}

.page-shop__product {
	margin-top: 0.625rem;
}

.page-shop__related-items {
	margin-top: 2.75rem;
}

.page-shop__related-items-title {
	font-size: 1rem;
}

.page-shop__contents {
	margin-top: 1.2625rem;
}

.pagenavi {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.pagenavi .wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.pagenavi a,
.pagenavi .current,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
	align-items: center;
	border: 1px solid #b90101;
	display: flex;
	justify-content: center;
	min-height: 1.875rem;
	min-width: 1.875rem;
	padding: 0 0.625rem;
	text-align: center;
}

.pagenavi a,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
	background-color: #0f0f0f;
	color: #b90101;
}

.pagenavi .current {
	background-color: #b90101;
	color: #ffffff;
}

.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
	position: relative;
}

.pagenavi .prev,
.pagenavi .next {
	height: 0.5rem;
	position: absolute;
	top: 50%;
	transition: 0.3s;
	width: 0.5rem;
}

.pagenavi .previouspostslink:hover .prev {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.pagenavi .prev {
	border-bottom: 1px solid #b90101;
	border-left: 1px solid #b90101;
	left: 60%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.pagenavi .next {
	border-bottom: 1px solid #b90101;
	border-right: 1px solid #b90101;
	left: 40%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.pagenavi .nextpostslink:hover .next {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.privacy-policy {
	font-size: 0.875rem;
	line-height: 1.5;
}

.privacy-policy__title {
	text-align: center;
}

.privacy-policy__title-en {
	font-size: 1.5rem;
}

.privacy-policy__title-main {
	font-size: 0.875rem;
}

.privacy-policy__box {
	border: 2px solid #ffffff;
	border-radius: 0.5rem;
	height: 15.625rem;
	margin-top: 1.5rem;
	overflow-y: scroll;
	padding: 1.125rem 1.25rem;
}

.privacy--policy__heading {
	margin-top: 0.625rem;
}

.privacy--policy__text {
	margin-top: 0.3125rem;
}

.privacy--policy__list {
	margin-top: 0.3125rem;
}

.privacy--policy__list-item {
	list-style: disc;
	margin-left: 1.25rem;
}

.privacy--policy__sub-list {
	list-style: disc;
}

.product {
	display: block;
	position: relative;
	width: 100%;
}

.product__img {
	aspect-ratio: 167/200;
	overflow: hidden;
	width: 100%;
}

.product__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	width: 100%;
}

.product__name {
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* 表示する行数を指定 */
	display: -webkit-box;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 0.4375rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product__price {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.38;
}

.product__more {
	margin-top: 0.875rem;
}

.section-title {
	align-items: baseline;
	display: flex;
	gap: 0.625rem;
	line-height: 1.6;
}

.section-title__en {
	color: #b90101;
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	font-weight: 300;
}

.section-title__ja {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
}

.glitch {
	position: relative;
	z-index: 1;
}

.glitch:before,
.glitch:after {
	content: attr(data-text);
	display: block;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
}

.glitch:before {
	animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
	color: red;
	z-index: -1;
}

.glitch:after {
	animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
	color: gray;
	z-index: -1;
}

.shop-product {
	grid-gap: 0.6875rem 0.625rem;
	display: grid;
	gap: 0.6875rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.shop {
	overflow: hidden;
}

.shop__contents {
	margin-top: 0.5rem;
}

.single__blog-title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3;
}

.single__meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.875rem;
}

.single__date {
	font-size: 0.75rem;
	font-weight: 500;
}

.single__category {
	background-color: #b90101;
	border-radius: 100vh;
	color: #ffffff;
	font-size: 0.75rem;
	padding: 0.3125rem 0.75rem;
}

.single__content {
	margin-top: 2.1875rem;
}

.single__content p {
	font-size: 0.8125rem;
	margin-top: 1.5625rem;
}

.single__content p a {
	-webkit-text-decoration: underline;
	position: relative;
	text-decoration: underline;
}

.single__content p a::after {
	background-image: url(../../assets/images/link.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.375rem;
	content: "";
	display: block;
	height: 1.875rem;
	position: absolute;
	right: -1.75rem;
	width: 1.875rem;
}

.single__content sup a::after {
	background-image: none;
}

.single__content h2 {
	background-color: #b90101;
	border-left: 0.625rem solid #707070;
	font-size: 1.125rem;
	line-height: 1.3;
	margin-top: 1.0625rem;
	padding: 0.8125rem 1.0625rem;
}

.single__content h3 {
	border-bottom: 1px solid #b90101;
	font-size: 1rem;
	line-height: 1.375;
	margin-top: 1.0625rem;
	padding-bottom: 0.40625rem;
}

.single__content ul {
	margin-top: 1.875rem;
}

.single__content ul li {
	font-size: 0.8125rem;
	padding-left: 0.8125rem;
	text-indent: -0.8125rem;
}

.single__content ul li:not(:first-of-type),
.single__content ol li:not(:first-of-type) {
	margin-top: 1rem;
}

.single__content ul li::before {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	margin-right: 0.625rem;
	position: relative;
	top: -0.1875rem;
	width: 0.3125rem;
}

.single__content ol {
	counter-reset: number;
	margin-top: 2rem;
}

.single__content ol li {
	font-size: 0.9375rem;
	padding-left: 1.75rem;
	text-indent: -0.6875rem;
}

.single__content ol li::before {
	content: counter(number) ".";
	counter-increment: number;
	display: inline-block;
	line-height: 1;
	margin-right: 0.625rem;
}

.single__content figure {
	aspect-ratio: 343/222;
	margin-top: 1.875rem;
	width: 100%;
}

.single__content figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content .wp-block-footnotes li {
	color: #c6c6c6;
	font-size: 0.6875rem;
}

.single__pagenavi {
	margin-top: 2.1875rem;
}

.submit {
	background: #b90101;
	border-radius: 100vh;
	min-width: 9.1875rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.submit input {
	-webkit-text-decoration: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border: 1px solid #b90101;
	border-radius: 100vh;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	min-width: 9.375rem;
	padding: 0.625rem 2.125rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.3s;
	width: 100%;
}

.thanks-page {
	text-align: center;
}

.thanks-page__message {
	font-size: 0.875rem;
}

.thanks-page__message + .thanks-page__message {
	margin-top: 0.625rem;
}

.thanks-page__btn {
	margin-top: 3.125rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5625vw;
}

.layout-contact {
	padding-bottom: 7.5rem;
	padding-top: 12.125rem;
}

.layout-contents {
	padding-top: 4.1875rem;
}

.layout-home {
	margin-top: 11rem;
}

.layout-information {
	margin-top: 7.3125rem;
}

.layout-page-404 {
	margin-bottom: 9.375rem;
	margin-top: 18.75rem;
}

.layout-page-contents {
	margin-bottom: 2.75rem;
	margin-top: 11.3125rem;
}

.layout-page-shop {
	margin-bottom: 6.4375rem;
	margin-top: 11.3125rem;
}

.layout-shop {
	padding-bottom: 6.25rem;
	padding-top: 6.875rem;
}

.layout-thanks {
	margin-bottom: 9.375rem;
	margin-top: 18.75rem;
}

.background01 {
	background-image: url(../../assets/images/deco_01.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 39.5rem;
	left: -6.5rem;
	position: fixed;
	top: 1.9375rem;
	width: 49.25rem;
	z-index: -1;
}

.background02 {
	background-image: url(../../assets/images/deco_02.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 3rem;
	display: block;
	height: 39.5rem;
	position: fixed;
	right: -13.75rem;
	width: 49.25rem;
	z-index: -1;
}

.breadcrumb {
	font-size: 1rem;
}

.breadcrumb__home {
	height: 0.9375rem;
	margin-right: 0.3125rem;
	width: 0.9375rem;
}

.btn {
	font-size: 1.5rem;
	padding: 0.9375rem 6.25rem;
	transition: 0.3s;
}

.btn:hover {
	background-color: #0f0f0f;
	color: #b90101;
}

.category-navigation__item {
	font-size: 1rem;
}

.category-navigation__link {
	font-size: 1rem;
	padding: 0.75rem 1.25rem;
}

.category-navigation__link.is-active:hover {
	background-color: #0f0f0f;
	color: #b90101;
}

.confirm {
	font-size: max(1.25rem, 14px);
}

.confirm__contents {
	margin-top: 3.375rem;
}

.confirm__item {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 3fr;
	margin-top: 0;
}

.confirm__btn {
	grid-template-columns: repeat(2, 18.75rem);
	margin-top: 3.5rem;
}

.confirm__submit {
	min-width: 20.875rem;
}

.contact {
	background-image: url(../../assets/images/contact_bg.png);
}

.contact form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	padding: 5rem 2.5rem;
}

.contact__form-wrap + .contact__form-wrap {
	margin-top: 3.3125rem;
}

.contact__form-wrap {
	grid-gap: 1.6875rem;
	align-items: start;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: 14.5rem 1fr;
}

.contact__form-label {
	font-size: max(1.5rem, 14px);
	margin-top: 1.125rem;
}

.contact__required {
	font-size: max(1rem, 12px);
	margin-left: 0.5rem;
	padding: 0.25rem 0.75rem;
}

.contact__form-input input,
.contact__form-input select {
	border-radius: 0.5rem;
	font-size: max(1.25rem, 14px);
	margin-top: 0;
	min-height: 4.375rem;
	padding: 1rem 1.25rem;
	width: 100%;
}

.contact__form-textarea .wpcf7-form-control-wrap {
	width: 100%;
}

.contact__form-textarea textarea {
	border-radius: 0.5rem;
	font-size: max(1.5rem, 14px);
	height: 13.75rem;
	width: 100%;
}

.contact__form-input--select::after {
	height: 1.125rem;
	right: 1.5rem;
	top: 50%;
	width: 1.3125rem;
}

.contact__form-checkbox {
	margin-top: 0;
	margin-top: initial;
}

.contact__form-privacy {
	margin-top: 3.75rem;
	max-width: 100%;
	text-align: center;
}

.contact__form-privacy input + span {
	font-size: max(1.25rem, 12px);
}

.contact__form-privacy input + span::before {
	top: 17%;
}

.contact__form-privacy input + span::after {
	top: 37%;
}

.contact__form-announcement {
	margin-top: 3.75rem;
	text-align: center;
}

.contact__form-submit {
	margin-top: 5.375rem;
}

.contact__confirm {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.125rem;
}

.contact__privacy {
	margin-top: 6.875rem;
}

.wpcf7-not-valid-tip {
	font-size: max(1rem, 12px);
	margin-top: 0.625rem;
}

.contents-card {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
}

.contents-card:hover .contents-card__img img {
	scale: 1.1;
}

.contents-card__label {
	font-size: max(0.75rem, 12px);
}

.contents-card__title {
	font-size: max(1rem, 14px);
}

.contents-card__text {
	font-size: max(0.75rem, 12px);
}

.contents-card__date {
	font-size: max(0.75rem, 12px);
}

.contents-cards {
	grid-template-columns: repeat(3, 1fr);
}

.contents-cards--sub {
	gap: 1.875rem 1rem;
}

.contents-cards__item {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
}

.contents {
	background-image: url(../../assets/images/contents_bg_pc.png);
}

.contents__box {
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.contents__item:hover img {
	scale: 1.1;
}

.contents__bottom {
	margin-top: 10rem;
}

.decoration01::before {
	background-image: url(../../assets/images/deco_01.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 39.5rem;
	left: -11.5rem;
	position: absolute;
	top: -11.5rem;
	width: 49.25rem;
	z-index: -1;
}

.decoration01.decoration01--information::before {
	left: -5.5rem;
	top: 10.125rem;
}

.decoration02::after {
	background-image: url(../../assets/images/deco_02.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -13.625rem;
	content: "";
	display: block;
	height: 52.5rem;
	position: absolute;
	right: -24.5rem;
	width: 60.25rem;
	z-index: -1;
}

.footer {
	padding-bottom: 2.125rem;
}

.footer__logo {
	width: 20.9375rem;
}

.footer__copy {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.goods {
	display: flex;
	gap: 3%;
}

.goods__head {
	flex-shrink: 1;
	width: 39%;
}

.goods__images {
	grid-template-columns: repeat(auto-fit, minmax(5.75rem, 1fr));
}

.goods__details {
	width: 58%;
}

.goods__name {
	font-size: 1.25rem;
	margin-top: 0.875rem;
}

.goods__price {
	font-size: 1.875rem;
	margin-top: 0.5rem;
}

.goods__tax {
	font-size: 1.25rem;
}

.goods__content {
	font-size: 1rem;
	margin-top: 2.75rem;
}

.goods__buy-button {
	margin-top: 5.75rem;
}

.header {
	height: 6.25rem;
}

.header__inner {
	justify-content: space-between;
	padding: 0 1.25rem;
}

.header__logo {
	max-width: 15.625rem;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.home__title {
	font-size: 2.5rem;
	padding-bottom: 0.95rem;
}

.home__category {
	margin-top: 1.21875rem;
}

.information__latest-video {
	margin-top: 2.6875rem;
}

.information__label {
	font-size: 2rem;
}

.information__video-wrapper {
	aspect-ratio: 1024/576;
}

.information__video-message {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
}

.information__video-description {
	font-size: min(2rem, 3vw);
}

.information__video-coron {
	opacity: 1;
}

.information__video-subscriber {
	font-size: 2.5rem;
}

.information__video-btn a,
.information__x-btn a {
	min-width: 22.9375rem;
}

.information__video-btn {
	margin-top: 1.125rem;
}

.information__latest-news {
	margin-top: 6.89375rem;
}

.information__x-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.information__x-timeline {
	max-height: 40.625rem;
	width: 100%;
}

.information__x-btn {
	margin-top: 2.16875rem;
}

.inner {
	max-width: 1074px;
	padding-left: 25px;
	padding-right: 25px;
}

.more-btn__text {
	font-size: 1.5625rem;
}

.more-btn__icon {
	height: 1.1875rem;
	width: 1.375rem;
}

.mv {
	height: 47.375rem;
}

.mv__background span {
	background-image: url(../../assets/images/mv_bg_pc.jpg);
}

.mv__title {
	height: 15.9375rem;
	width: 30.5rem;
}

.mv__warning {
	margin-top: 4.375rem;
}

.mv__warning-icon {
	width: 2.1875rem;
}

.mv__warning-text {
	font-size: 1.25rem;
}

.mv__search {
	margin-top: 0.875rem;
	max-width: 43.75rem;
}

.mv__search-input {
	font-size: 1.5rem;
	height: 4.375rem;
	padding: 0 1.875rem 0 5rem;
}

.mv__search-button {
	height: 2.1875rem;
	left: 1.875rem;
	max-width: 100%;
	width: 2.1875rem;
}

.nav-item a:hover span {
	border-bottom: 2px solid #b90101;
}

.page-404__title {
	font-size: 3.125rem;
}

.page-404__message {
	font-size: 1.25rem;
}

.page-404__btn {
	margin-top: 3.125rem;
}

.page-contents__share {
	padding: 1.5625rem 0;
}

.page-contents__share-buttons {
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 42.125rem;
}

.page-contents__share-btn {
	border-radius: 0.5rem;
	font-size: 1rem;
	height: 3.1875rem;
}

.page-contents__share-btn--line {
	gap: 0.625rem;
}

.page-contents__share-btn--x {
	gap: 1rem;
}

.page-contents__share-btn--x .u-desktop {
	display: inline-block;
}

.page-contents__share-btn--url {
	gap: 1.0625rem;
}

.page-contents__share-btn--url img {
	height: 1.25rem;
	width: 1.25rem;
}

.page-contents__items {
	margin-top: 3.75rem;
}

.page-contents__items-title {
	font-size: 1.25rem;
}

.page-shop__product {
	margin-top: 1.875rem;
}

.page-shop__related-items {
	margin-top: 5rem;
}

.page-shop__related-items-title {
	font-size: 1.25rem;
}

.pagenavi {
	font-size: 1rem;
}

.pagenavi a,
.pagenavi .current,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
	min-height: 2.1875rem;
	min-width: 2.1875rem;
}

.pagenavi a {
	transition: 0.3s;
}

.pagenavi a:hover {
	background-color: #b90101;
	color: #ffffff;
}

.privacy-policy {
	font-size: max(1.25rem, 14px);
}

.privacy-policy__title-en {
	font-size: 2.1875rem;
}

.privacy-policy__title-main {
	font-size: 1.25rem;
}

.privacy-policy__box {
	height: 12.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5625rem;
	max-width: 68.75rem;
	padding: 1.5625rem 1.875rem;
}

.privacy--policy__heading {
	margin-top: 0.9375rem;
}

.privacy--policy__text {
	margin-top: 0.625rem;
}

.privacy--policy__list {
	margin-top: 0.625rem;
}

.privacy--policy__list-item {
	margin-left: 1.125rem;
}

.product:hover .product__img img {
	scale: 1.1;
}

.product__name {
	font-size: 1rem;
}

.product__price {
	font-size: 1.5rem;
}

.product__more {
	margin-top: 2.5625rem;
}

.section-title__en {
	font-size: 6.25rem;
}

.section-title__ja {
	font-size: 2.5rem;
}

.shop-product {
	gap: 1.6875rem 1.28125rem;
	grid-template-columns: repeat(4, 1fr);
}

.shop__contents {
	margin-top: 2.53125rem;
}

.single__blog-title {
	font-size: 1.875rem;
	margin-top: 1.5625rem;
}

.single__date {
	font-size: 0.875rem;
}

.single__content p {
	font-size: 1rem;
	margin-top: 2.1875rem;
}

.single__content h2 {
	font-size: 1.5rem;
	margin-top: 2.1875rem;
}

.single__content h3 {
	font-size: 1.25rem;
	margin-top: 2.1875rem;
}

.single__content ul {
	margin-top: 2.1875rem;
}

.single__content ul li {
	font-size: max(15px, 0.9375rem);
}

.single__content ol {
	margin-top: 2.375rem;
}

.single__content ol li {
	font-size: max(15px, 0.9375rem);
}

.single__content figure {
	aspect-ratio: 1024/614;
	margin-top: 2.375rem;
}

.single__content .wp-block-footnotes li {
	font-size: max(0.75rem, 12px);
}

.submit {
	transition: 0.3s;
}

.submit input {
	font-size: 1.5rem;
	padding: 1.125rem 7.375rem;
}

.submit input:hover,
.submit input:focus {
	background-color: #0f0f0f;
	color: #b90101;
}

.thanks-page__message + .thanks-page__message {
	margin-top: 0.625rem;
}

.thanks-page__message {
	font-size: 1.25rem;
}

.thanks-page__btn {
	margin-top: 5rem;
}

}

@media (min-width: 1024px) {

html {
	font-size: 16px;
}

}

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

.header__inner {
	padding: 0 1.25rem;
}

.header__logo {
	max-width: 20.4375rem;
}

.nav-item a {
	font-size: 2.1875rem;
}

}

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

.header__inner {
	gap: 0.625rem;
	padding: 0 12.5rem;
}

.nav-item a {
	font-size: 2.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes glitch-it {

0% {
	transform: translate(0);
}

20% {
	transform: translate(-2px, 2px);
}

40% {
	transform: translate(-2px, -2px);
}

60% {
	transform: translate(2px, 2px);
}

80% {
	transform: translate(2px, -2px);
}

to {
	transform: translate(0);
}

}


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