@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap';
*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
div,
input,
select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
:root {
	--main: #000;
	--sub: #191818;
	--text: #fff;
	--gold: rgb(188, 169, 115);
}
html {
	touch-action: manipulation;
}
body {
	color: var(--text);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	overflow-x: hidden;
	font-family: 'Noto Serif JP', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 游明朝, YuMincho, HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	min-height: 100vh;
	min-height: 100dvh;
	text-rendering: optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	background: var(--main);
}
@media screen and (min-width: 769px) {
	body {
		font-size: 16px;
	}
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
a {
	transition: 0.3s;
}
a:hover {
	color: var(--gold);
}
img,
picture {
	max-width: 100%;
	display: block;
}
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
input,
button,
textarea,
select {
	font: inherit;
}
.wrap {
	min-height: 100vh;
	background: none;
	position: relative;
}
ul,
ol {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
img {
	max-width: 100%;
	max-height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: var(--text);
	transition: 0.3s ease-in-out;
}
a:hover,
a:active {
	opacity: 0.8;
}
input,
select,
option {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: none;
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5 {
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.container {
	width: 90%;
	max-width: 1000px;
}
@media screen and (min-width: 769px) {
	.container {
		max-width: 1200px;
	}
}
@media screen and (min-width: 1025px) {
	.container {
		max-width: 1400px;
	}
}
@media screen and (min-width: 1441px) {
	.container {
		max-width: 1720px;
	}
}
.inner {
	width: 90%;
	max-width: 900px;
}
@media screen and (min-width: 1025px) {
	.inner {
		max-width: 1200px;
	}
}
@media screen and (min-width: 1441px) {
	.inner {
		max-width: 1400px;
	}
}
.under p {
	font-size: 1em !important;
}
.under p:not(:last-child) {
	margin-bottom: 1em !important;
}
.under .inner {
	width: 90%;
	max-width: 300px;
}
@media screen and (min-width: 376px) {
	.under .inner {
		max-width: 350px;
	}
}
@media screen and (min-width: 541px) {
	.under .inner {
		max-width: 500px;
	}
}
@media screen and (min-width: 1025px) {
	.under .inner {
		max-width: 800px;
	}
}
@media screen and (min-width: 1441px) {
	.under .inner {
		max-width: 800px;
	}
}
.top-image {
	position: relative;
}
.top-image img {
	width: 100%;
	height: 100vh;
	height: 100dvh;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 380px;
}

@media screen and (max-width: 540px) {
	.top-image img {
		object-position: 80%;
	}
}

@media screen and (min-width: 541px) {
	.top-image img {
		max-height: 640px;
	}
}
@media screen and (min-width: 1025px) {
	.top-image img {
		max-height: 1080px;
	}
}
.top-image__copy {
	left: 0;
	right: 0;
	/*bottom: 2em;*/
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	display: flex;
	align-items: center;
	-webkit-animation: fade-in-bottom 0.5s 0.4s ease-in-out both;
	animation: fade-in-bottom 0.5s 0.4s ease-in-out both;
	width: 90%;
	max-width: 300px;
}

@media screen and (max-width: 540px) {
	.top-image__copy {
		/*bottom: -2em;
		margin: 1em auto 0;*/
		position: relative;
		display: flex;
		align-items: center;
		-webkit-animation: fade-in-bottom 0.5s 0.4s ease-in-out both;
		animation: fade-in-bottom 0.5s 0.4s ease-in-out both;
		width: 100%;
		max-width: 300px;
	}
}

@media screen and (min-width: 541px) {
	.top-image__copy {
		max-width: 600px;
		/*bottom: 4em;*/
	}
}
@media screen and (min-width: 769px) {
	.top-image__copy {
		/*bottom: 8em;*/
		max-width: 800px;
	}
}
@media screen and (min-width: 1025px) {
	.top-image__copy {
		max-width: 1000px;
		/*margin-bottom: 6em;*/
	}
}
@media screen and (min-width: 1441px) {
	.top-image__copy {
		max-width: 1200px;
		/*margin-bottom: 6em;*/
	}
}
.top-image__copy h2 {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 2;
}
@media screen and (min-width: 541px) {
	.top-image__copy h2 {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 769px) {
	.top-image__copy h2 {
		font-size: 2em;
	}
}
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
.page-wrap {
	width: 100%;
	margin: 0 auto;
}
.mb0 {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.mb0-sp {
		margin-bottom: 1.3em !important;
	}
}

.js-scroll {
	opacity: 0;
}
.js-scroll.scrolled {
	opacity: 1;
}
.scrolled.fadeInBottom {
	-webkit-animation: fade-in-bottom 0.5s ease-in-out both;
	animation: fade-in-bottom 0.5s ease-in-out both;
	opacity: 1;
}
@-webkit-keyframes fade-in-bottom {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-in-bottom {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.content-wrap {
	margin: 5em auto;
}
.content-wrap p {
	text-align: justify;
	font-size: 1em;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.content-wrap p {
		font-size: 1.1em;
		line-height: 2;
	}
}
.content-wrap p:not(:last-child) {
	margin-bottom: 2em;
}
.content-wrap pre {
	white-space: pre-wrap;
}
.content-wrap__inner {
	margin: auto;
}
.content-wrap.top-bg,
.content-wrap.top-gray {
	padding: 5em 2em;
	margin: 0 auto 5em;
}
@media screen and (min-width: 769px) {
	.content-wrap.top-bg,
	.content-wrap.top-gray {
		padding: 5em 3em;
	}
}
.content-wrap.top-bg .inner,
.content-wrap.top-gray .inner .content-wrap.top-bg2 .inner .content-wrap.top-bg3 .inner {
	width: 100%;
}
.content-wrap.top-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/img/YG647.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.content-wrap.top-bg2 {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/img/YG554_LP4_back_t.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.content-wrap.top-bg3 {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/img/YG554_LP4_back_t_mono.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.top-gray {
	background: var(--sub);
}
.top-gray .content-wrap__img {
	margin: auto;
}
.content-wrap.top-banner {
	margin: 6em auto 3em;
}
@media screen and (min-width: 769px) {
	.content-wrap.top-banner {
		margin: 10em auto 6em;
	}
}
.content-wrap.top-banner .content-wrap__img {
	margin: auto;
	width: 90%;
	max-width: 500px;
	background: var(--sub);
	border: 1px solid var(--text);
	align-items: stretch;
}
@media screen and (min-width: 769px) {
	.content-wrap.top-banner .content-wrap__img {
		max-width: 1400px;
	}
}
.content-wrap.top-banner .content-wrap__img .img {
	margin: 0;
	max-width: inherit;
}
@media screen and (min-width: 769px) {
	.content-wrap.top-banner .content-wrap__img .img {
		width: 45%;
	}
}
.content-wrap.top-banner .content-wrap__img .img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.content-wrap.top-banner .content-wrap__img .text {
	padding: 2em;
	max-width: 100%;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.content-wrap.top-banner .content-wrap__img .text {
		width: 55%;
		padding: 3em;
	}
}
.content-wrap.top-banner .content-wrap__img .text h3 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
.content-wrap.top-banner .content-wrap__img .text h4 {
	font-size: 2em;
	margin-bottom: 1em;
}
.content-wrap.border-box .content-wrap__inner {
	border: 1px solid var(--text);
	padding: 3em 1em;
}
@media screen and (min-width: 769px) {
	.content-wrap.border-box .content-wrap__inner {
		padding: 4em 2em;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap.-developer .text {
		width: 47%;
		padding: 0;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap.-developer .img {
		width: 47%;
	}
}
.content-wrap.-developer h4 {
	font-size: 1.8em;
}
.content-wrap.-developer h4 span {
	display: block;
	font-size: 0.6em;
}
.content-wrap.-first {
	margin: 5em auto;
}
@media screen and (min-width: 769px) {
	.content-wrap.-first {
		margin: 7em auto;
	}
}
.content-wrap__center img {
	margin: auto;
}
.content-wrap__center h4.content-title {
	font-size: 1.6em;
	margin: 3em auto 1em;
	text-align: center;
	color: rgb(153, 127, 0);
	font-weight: 500;
}
@media screen and (min-width: 541px) {
	.content-wrap__center h4.content-title {
		font-size: 1.8em;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap__center h4.content-title {
		font-size: 2em;
	}
}
.content-wrap h2.content-title,
.content-wrap h3.content-title {
	font-size: 1.6em;
	text-align: center;
	margin: 0 auto 1.8em;
	font-weight: 500;
}
.news .content-wrap h3.content-title {
	font-size: 1.2em;
	margin: 0 auto 1em;
}
.news.single .news-list dt {
	text-align: right;
	margin-bottom: 0.5em;
	padding: 1em 0.5em;
	border-bottom: 1px solid var(--text);
}
@media screen and (min-width: 541px) {
	.content-wrap h2.content-title,
	.content-wrap h3.content-title {
		font-size: 1.8em;
	}
	.news .content-wrap h3.content-title {
		font-size: 1.4em;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap h2.content-title,
	.content-wrap h3.content-title {
		font-size: 2em;
	}
	.news .content-wrap h3.content-title {
		font-size: 1.4em;
	}
}
.content-wrap h2.content-title span,
.content-wrap h3.content-title span {
	font-size: 0.5em;
	display: block;
	margin: 0 auto 1.5em;
	font-weight: 500;
}
@media screen and (min-width: 769px) {
	.content-wrap h2.content-title span,
	.content-wrap h3.content-title span {
		font-size: 0.45em;
	}
}
.content-wrap h4.content-title span {
	display: table;
	margin: 0 0 1.5em;
	padding: 0.3em 0.8em;
	background: linear-gradient(90deg, rgb(123, 110, 53), rgb(189, 167, 63));
	color: #000;
	line-height: 1;
	font-weight: bold;
}

.content-wrap h4.award-title span {
	display: table;
	margin: 0 auto 1.5em;
	padding: 0.3em 0.8em;
	background: linear-gradient(90deg, rgb(123, 110, 53), rgb(189, 167, 63));
	color: #000;
	line-height: 1;
	font-weight: 500;
}

.content-wrap__text {
	width: 90%;
	margin: 0 auto 3em;
	/*max-width: 750px;*/
	max-width: 900px;
}
@media screen and (min-width: 769px) {
	.content-wrap__text {
		margin: 0 auto 5em;
	}
}
.content-wrap__text.tac {
	width: 100%;
}
.content-wrap__text.tac p {
	text-align: center;
}
.content-wrap__img {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
	.padding {
		padding: 60px 0 1px !important;
	}
}

.content-wrap__img .img {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 2em;
}
@media screen and (min-width: 769px) {
	.content-wrap__img .img {
		width: 46%;
		max-width: inherit;
		margin: 0.8em 0;
	}
}
.content-wrap__img .text {
	width: 100%;
	max-width: 400px;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.content-wrap__img .text {
		padding: 0 0.5em;
		width: 46%;
		max-width: inherit;
		margin: 0;
	}
}
.content-wrap__img .text h4 {
	margin-bottom: 1em;
	font-size: 2em;
}
.limited {
	font-size: 0.8em;
}

@media screen and (max-width: 768px) {
	.content-wrap__img .text h4 {
		font-size: 1.5em;
	}
}

.content-wrap__img.-list3 {
	align-items: baseline;
	gap: 3em 0;
}
.content-wrap__img.-list3::after {
	content: '';
	width: 100%;
}
@media screen and (min-width: 541px) {
	.content-wrap__img.-list3::after {
		width: 47.619047619%;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap__img.-list3::after {
		content: none;
	}
}
.content-wrap__img.-list3 .img {
	width: 100%;
	max-width: inherit;
	margin: 0;
}
@media screen and (min-width: 541px) {
	.content-wrap__img.-list3 .img {
		width: 47.619047619%;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap__img.-list3 .img {
		width: 30.303030303%;
	}
}
.content-wrap__img.-list3 .img h4 {
	text-align: center;
	margin: auto;
	font-size: 1.4em;
}
@media screen and (min-width: 1281px) {
	.content-wrap__img.-list3 .img h4 {
		font-size: 1.6em;
	}
}
.content-wrap__img.-list3 .img img {
	margin: 1.5em auto;
}
.content-wrap__img.-list3 .img p {
	font-size: 0.95em;
	padding: 0 0.5em;
	text-align: justify;
}
.content-wrap__img.-reverse {
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.content-wrap__img.-reverse {
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 769px) {
	.content-wrap__img.-first {
		align-items: inherit;
	}
}
.content-wrap__img.-first .text {
	padding: 0 0.5em;
}
@media screen and (min-width: 1281px) {
	.content-wrap__img.-first .text {
		padding: 0;
	}
}
.content-wrap__img.-end {
	margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
	.content-wrap__img.-end {
		align-items: flex-end;
		margin-bottom: 6em;
	}
}
.content-wrap__img.-bottom {
	margin: 0 auto 2em;
}
@media screen and (min-width: 769px) {
	.content-wrap__img.-bottom {
		margin: 0 auto 6em;
	}
}
@media screen and (min-width: 1281px) {
	.content-wrap__img.-bottom {
		margin: -6em auto 6em;
	}
}
@media screen and (min-width: 1441px) {
	.content-wrap__img.-bottom {
		margin: -8em auto 6em;
	}
}
.top-item .content-wrap__img {
	margin: auto;
}
@media screen and (min-width: 769px) {
	.top-item .content-wrap__img .img {
		width: 45%;
	}
}
.top-item .content-wrap__img .text {
	padding: 0;
	display: grid;
	grid-auto-columns: 1fr;
}
@media screen and (min-width: 769px) {
	.top-item .content-wrap__img .text {
		width: 49%;
	}
}
table.price {
	max-width: 500px;
	margin-bottom: 1.5em;
}
table.price th,
table.price td {
	text-align: justify;
}
table.price th {
	width: 40%;
}
@media screen and (min-width: 1281px) {
	table.price th {
		width: 30%;
	}
}

table.price td {
	display: block;
}
@media screen and (min-width: 1281px) {
	table.price td {
		display: inline-block;
		width: 45%;
	}
}
table.price td.price {
	margin-bottom: 1em;
}
@media screen and (min-width: 1281px) {
	table.price td.price {
		margin-bottom: 0;
	}
}
ul.note {
	margin-bottom: 4em;
}
ul.note li {
	padding-left: 1.2em;
	position: relative;
}
ul.note li::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
.content-item {
	margin-bottom: 2em;
}
.content-subtitle {
	font-size: 1.1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid var(--text);
}
.content-text,
p.content-text {
	font-size: 1em;
	line-height: 1.5;
}
.item-list-wrap {
	width: 100%;
	padding: 0 auto;
	margin-bottom: 5vh;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.top-content-wrap {
	margin: 0 auto;
	position: relative;
}
.item-list-item {
	width: 50%;
}
.item-list-item span {
	display: inline-block;
	width: 100%;
}
.item-list-item span.item-title {
	margin-top: 1em;
}
.btn-area {
	margin: 3em auto 0;
	max-width: 240px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.btn-area {
		max-width: 200px;
	}
	.btn-area::after {
		width: 3em;
		right: -0.5em;
	}
	.btn-area:hover::after {
		right: -1.5em;
	}
}

.btn-area::after {
	position: absolute;
	content: '';
	right: -2em;
	left: auto;
	bottom: 0;
	width: 3em;
	height: 1px;
	background: var(--text);
	top: 0;
	margin: auto;
	transition: 0.3s;
}
@media screen and (min-width: 481px) {
	.btn-area::after {
		width: 4em;
	}
}
.btn-area:hover::after {
	right: -3em;
}
.btn-area .btn:hover {
	opacity: 1;
	background: none;
	color: var(--text);
}
.btn {
	width: 100%;
	max-width: 240px;
	display: block;
	padding: 0.5em;
	border: solid 1px var(--text);
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	color: var(--text);
	margin: auto;
}
@media screen and (min-width: 481px) {
	.btn {
		max-width: 280px;
	}
}
.btn:hover {
	opacity: 1;
	border-color: var(--gold);
	color: var(--gold);
}
input.btn-cart,
a.btn-cart {
	width: 100%;
	max-width: 240px;
	padding: 0.5em 3em 0.5em 4em;
	border: solid 1px var(--text);
	cursor: pointer;
	transition: 0.3s;
	color: var(--text);
	position: relative;
	background: url('../assets/img/cart.png') no-repeat center right 25%/20px;
	text-align: left;
}
@media screen and (min-width: 481px) {
	input.btn-cart,
	a.btn-cart {
		background: url('../assets/img/cart.png') no-repeat center right 25%/25px;
		max-width: 280px;
	}
}
.top-button:hover a,
.cart-button:hover input.btn-cart,
.cart-button:hover a.btn-cart,
input.btn-cart:hover,
a.btn-cart:hover,
.btn-area:hover a,
.btn-area .btn:hover {
	opacity: 1;
	color: var(--gold);
	border: solid 1px var(--gold);
}
.top-button:hover::after,
.cart-button:hover::after,
.btn-area:hover::after,
.btn-area .btn:hover::after {
	opacity: 1;
	background: var(--gold);
}
.cart-button {
	position: relative;
	width: 100%;
	max-width: 320px;
	margin: auto;
	display: block;
}
@media screen and (min-width: 769px) {
	.cart-button {
		margin: 0;
	}
}
.cart-button::after {
	position: absolute;
	content: '';
	right: 0.5em;
	left: auto;
	bottom: 0;
	width: 3em;
	height: 1px;
	background: var(--text);
	top: 0;
	margin: auto;
	transition: 0.3s;
}
@media screen and (min-width: 481px) {
	.cart-button::after {
		width: 4em;
	}
}
.cart-button:hover::after {
	right: 0;
}
.cart-button:hover input.btn-cart,
.cart-button:hover a.btn-cart,
input.btn-cart:hover,
a.btn-cart:hover {
	opacity: 1;
	color: var(--gold);
	background: url('../assets/img/cart_on.png') no-repeat center right 25%/20px;
}
@media screen and (min-width: 481px) {
	.cart-button:hover input.btn-cart,
	.cart-button:hover a.btn-cart,
	input.btn-cart:hover,
	a.btn-cart:hover {
		background: url('../assets/img/cart_on.png') no-repeat center right 25%/25px;
	}
}
.news-list {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 4em;
}
.news-list dt,
.news-list dd {
	/*font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;*/
}
.news-list a.link,
.sigle .news-list {
	display: grid;
	grid-template-columns: 1fr;
}
.news-list a.link dt,
.sigle .news-list dt {
	grid-column: 1;
}
.news-list dd {
	border-bottom: 1px solid var(--text);
	margin-bottom: 1em;
	padding: 0 0 1em;
}
.news-list a.link dd,
.sigle .news-list dd {
	grid-column: 1;
}

@media screen and (min-width: 541px) {
	.news-list a.link {
		grid-template: auto/10em 1fr;
	}
	.news-list dt {
		margin-bottom: 0.5em;
		padding: 1em 0.5em;
		border-bottom: 1px solid var(--text);
	}
	.news-list dd {
		margin-bottom: 0.5em;
		padding: 1em 0.5em;
	}
	.news-list a.link dd,
	.sigle .news-list dd {
		grid-column: 2;
	}
}
.-news .btn {
	max-width: 200px;
}
@media screen and (min-width: 481px) {
	.-news .btn {
		max-width: 280px;
	}
}
.breadcrumbs-wrap {
	text-align: center;
	font-size: 0.8em;
}
.category-list-wrap {
	width: 100%;
	padding-bottom: 5vh;
	margin: 0 auto;
}
.category-list {
	width: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 5vh 0;
}
.category-list li,
.category-list img {
	width: 25%;
	display: inline-block;
}
.category-list a {
	width: 100%;
	padding: 0.5rem 1rem;
	display: inline-block;
}
.item-none-text {
	text-align: center;
	padding: 5vh 0 7.5vh;
}
.item-price-down {
	color: #b23a48;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 2.5rem;
	white-space: nowrap;
}
.item-sold-out {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.5rem;
	padding: 0 1rem;
	margin-top: 0.5rem;
}
.pager-wrap {
	margin: 0 auto;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.pager-inner {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager-inner li {
	padding: 1rem;
}
.pager-inner li.active {
	font-weight: 700;
	font-size: 1.6rem;
}
.item-name {
	font-size: 1.3em;
	display: block;
}
.item-price {
	font-size: 1.2em;
	display: block;
}
.item-wrap {
	width: 100%;
	margin-top: 7.5vh;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
@media screen and (min-width: 769px) {
	.item-wrap {
		flex-direction: row;
	}
}
.item-image-wrap {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 769px) {
	.item-image-wrap {
		width: calc(100% - 2.5vw);
	}
}
.item-image-list,
.item-image-wrap li {
	width: 100%;
}
.item-image-main {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 2.5vh;
}
.item-details-wrap {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.item-details-wrap {
		max-width: calc(50% - 2.5vw);
	}
}
.details-text-area {
	margin-bottom: 2.5vh;
	font-size: 0.95em;
}
.makeshop-option-wrap {
	width: 100%;
	margin-bottom: 2.5vh;
}
.details-option-item {
	width: 100%;
	margin-bottom: 4vh;
}
.makeshop-option-wrap .item-price {
	margin-bottom: 1em;
}
.makeshop-option-label {
	font-size: 0.8em;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.makeshop-option-input {
	background: var(--text);
	padding: 0 0 0 0.5em;
	max-width: 100px;
	display: inline-block;
	vertical-align: middle;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
	box-shadow: inset 0 0 0 2px #fff;
}
.pace {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: var(--text);
	position: fixed;
	z-index: 30;
	top: 0;
	right: 100%;
	width: 100%;
	height: 1px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	display: none;
}
.bx-wrapper {
	box-shadow: none;
	margin-bottom: 2.5vh;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: var(--text);
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #adb8be;
}
.ranking-list-wrap {
	counter-reset: ranking;
}
.ranking-list-wrap li {
	margin-top: 5vh;
}
.ranking-list-wrap li::before {
	counter-increment: ranking;
	content: counter(ranking);
	font-size: 2.2rem;
	position: absolute;
	top: -5vh;
	left: 47%;
}
.company-image {
	text-align: center;
	margin-bottom: 2.5vh;
}
.verify-wrap {
	text-align: center;
}
.verify-member {
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.verify-member-item {
	margin-bottom: 5vh;
}
.verify-age {
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.verify-btn {
	width: 48%;
	margin-top: 2.5vh;
}
.lp .header-cart,
.lp .cp_cont_leftnav {
	display: none;
}
.header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	padding: 1em 0 0;
	width: 95%;
}
.header-logo {
	position: absolute;
	left: 0;
}
.header-logo-wrap a:hover,
.header-logo-wrap a:hover img,
.footer-logo-wrap a:hover,
.footer-logo-wrap a:hover img,
.cart-link {
	opacity: 1 !important;
}
.header-logo-wrap a,
.footer-logo-wrap a {
	width: 60px;
	display: block;
}
@media screen and (min-width: 391px) {
	.header-logo-wrap a,
	.footer-logo-wrap a {
		width: 80px;
	}
}
.cp_cont_leftnav {
	position: absolute;
	right: 0;
}
.cp_offcm04 {
	display: inline-block;
}
.cp_offcm04 i {
	font-size: 2em;
}
.cp_offcm04 .cp_menu_leftnav {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 70vw;
	height: 100%;
	padding: 5em 1em;
	cursor: pointer;
	transition: 0.5s transform;
	background: rgba(25, 24, 24, 0.9);
	overflow-y: auto;
	z-index: 25;
}
@media screen and (min-width: 376px) {
	.cp_offcm04 .cp_menu_leftnav {
		width: 50vw;
	}
}
@media screen and (min-width: 769px) {
	.cp_offcm04 .cp_menu_leftnav {
		width: 320px;
	}
}
.cp_offcm04 .cp_menu_leftnav .btn {
	max-width: 100%;
}
.cp_offcm04 #cp_toggle04 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm04 #cp_toggle04:checked ~ .cp_menu_leftnav {
	transform: translateX(-100vw);
}
@media screen and (min-width: 769px) {
	.cp_offcm04 #cp_toggle04:checked ~ .cp_menu_leftnav {
		transform: translateX(-100vw);
	}
}
.cp_offcm04 #cp_toggle04 ~ label {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.5s transform;
	text-align: center;
	gap: 0 0.5em;
	justify-content: center;
	z-index: 30;
	position: relative;
}
.drawer-menu-top {
	padding: 0 2.5vw 2.5vh;
}
.menu-search-wrap {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px var(--text);
	margin-bottom: 5vh;
	position: relative;
}
.menu-search-wrap input {
	width: 100%;
	border: none;
	background: none;
	position: relative;
	z-index: 5;
	color: var(--text);
}
.menu-search-btn {
	z-index: 10;
	align-items: center;
	display: flex;
}
.menu-inner .menu-list-wrap li a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	color: var(--text);
}
.menu-category-wrap {
	margin-bottom: 2.5vh;
}
.menu-category-wrap a {
	width: 100%;
	padding: 0 2.5vw;
	display: inline-block;
}
.menu-sub-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.menu-sub-wrap li {
	padding: 0.2vw 2.5vw;
}
.menu-sns {
	padding: 0 5vw 0 2.5vw;
	margin-top: 5vh;
	display: flex;
	justify-content: flex-start;
}
.menu-sns a {
	padding: 1rem 2.5vw;
}
.header-cart {
	z-index: 20;
	position: fixed;
	top: 120px;
	bottom: 0;
	left: 1em;
}
@media screen and (min-width: 391px) {
	.header-cart {
		top: 150px;
	}
}
@media screen and (min-width: 541px) {
	.header-cart {
		left: 2.5em;
	}
}
@media screen and (min-width: 769px) {
	.header-cart {
		top: 0;
		left: 1em;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media screen and (min-width: 769px) {
	.header-cart .cart-link {
		display: flex;
		flex-direction: column;
		gap: 1em 0;
		align-items: center;
		justify-content: center;
	}
}
.header-cart .cart-link:hover {
	color: var(--text);
}
.header-cart .cart-icon {
	position: relative;
}
.header-cart .cart-icon .cart-badge {
	position: absolute;
	border-radius: 50%;
	background: var(--text);
	width: 1em;
	height: 1em;
	color: var(--main);
	font-size: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -0.8em;
	top: -0.8em;
	padding: 0.7em;
	font-weight: bold;
}
.header-cart .text {
	writing-mode: vertical-rl;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0 0 6em;
	display: none;
}
@media screen and (min-width: 769px) {
	.header-cart .text {
		display: inherit;
	}
}
.header-cart .text::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: var(--text);
	right: calc(50% + 1px);
	bottom: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 5em;
	-webkit-animation: scroll 1.5s infinite;
	animation: scroll 1.5s infinite;
}
@-webkit-keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.cart-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 2.5vh 5vw;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100vh;
}
.cart-wrap p {
	margin-bottom: 0 !important;
	font-size: 1em;
}
.cart-list-wrap {
	border-top: solid 1px var(--text);
}
.cart-list-wrap li {
	display: flex;
	flex-direction: column;
	border-bottom: solid 1px var(--text);
	padding: 2.5vh 0;
	gap: 1em;
}
@media screen and (min-width: 541px) {
	.cart-list-wrap li {
		flex-direction: row;
	}
}
.cart-list-img img {
	max-width: 100px;
}
.cart-list-details {
	flex: 1;
}
.cart-list-details p {
	margin-bottom: 0;
}
.cart-list-quantity {
	min-width: 190px;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	font-size: 0.9em;
}
.cart-list-quantity input {
	max-width: 6rem;
	min-width: 1.5rem;
	margin: 0 1rem;
	background: var(--text);
	padding: 0 0 0 0.5em;
}
.item-cart-delete {
	text-align: right;
}
.item-cart-delete a {
	border: solid 1px var(--text);
	padding: 0 0.5em;
	display: inline-block;
	font-size: 0.9em;
}
.item-quantity-change-btn {
	border: solid 1px var(--text);
	padding: 0 0.5em;
	display: inline-block;
}
.cart-list-delete {
	width: 10%;
	text-decoration: underline;
	text-align: right;
}
.cart-subtotal {
	display: flex;
	justify-content: space-between;
	padding-top: 2.5vh;
}
.cart-list-price,
.cart-subtotal-price {
	font-weight: 700;
}
.incart-total-item {
	text-align: center;
}
.cartin-msg-pc,
.cartin-msg-sp {
	position: absolute;
	background: #fff;
	color: var(--main);
	margin: auto;
	left: 0;
	right: 0;
	padding: 0.5em 1em;
	box-shadow: 0 0 10px #fff;
}
.cartin-msg-pc {
	display: none;
}
.cartin-msg-pc.show {
	display: table;
}
.cartin-msg-sp {
	display: none;
}
.cartin-msg-sp.show {
	display: table;
}
.footer {
	width: 100%;
	/*font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;*/
	margin: 10em auto 1em;
}
.footer-logo {
	margin: 0 auto 3em;
}
.footer-inner {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
.footer-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: 0.8em;
}
@media screen and (min-width: 769px) {
	.footer-nav {
		gap: 1em 3em;
	}
}
.footer-sns-area {
	min-width: 20%;
	display: flex;
	justify-content: space-around;
}
.footer-copyrights {
	width: 100%;
	text-align: center;
	margin-top: 3em;
	font-size: 0.8em;
}
.account-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.account-sp {
		display: block;
	}
	.pace .pace-progress {
		display: none;
	}
	.pager-inner {
		width: 100%;
	}
	.category-list {
		display: none;
	}
	.item-list-item {
		width: calc(50% - 2vw);
		margin-right: 0;
	}
	.item-list-item:nth-child(2n) {
		margin-right: 0;
	}
	.item-list-item img {
		width: 100%;
		min-width: calc(50% - 5vw);
		min-height: 45vw;
	}
	.verify-member .content-text {
		text-align: left;
	}
	.verify-member .verify-btn {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mv-title-wrap {
		margin-top: 2em;
	}
	.mv-top-title-wrap {
		margin-bottom: 2em;
	}
}

.mv-title {
	font-size: 1.5em;
	color: var(--gold);
	margin-bottom: 30px;
	letter-spacing: 0;
	line-height: 1.4;
}

.mv-top-title {
	font-size: 1.5em;
	color: var(--gold);
	margin-bottom: 3em;
	letter-spacing: 0;
	line-height: 1.4;
}

@media screen and (max-width: 1024px) {
	.mv-title {
		font-size: 1.2em;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.mv-top-title {
		font-size: 1.2em;
		margin-bottom: 4em;
		line-height: 1.4;
	}
}

.mv-title span {
	font-size: 0.6em;
}

.mv-text {
	font-size: 0.7em;
	letter-spacing: 0;
}

.content-title-icon {
	width: 3%;
	text-align: center;
	margin: 0 auto 50px;
}

@media screen and (max-width: 769px) {
	.content-title-icon {
		width: 7%;
		text-align: center;
		margin: 0 auto 2em;
	}
}

/*PCでは無効（改行しない）*/
.sma {
	display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
	.sma {
		display: block;
	}
}
/*SPでは無効（改行しない）*/
.pc-only {
	display: block;
}

/*PCでは有効（改行する）*/
@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
}

.gold {
	color: var(--gold);
	font-weight: 500;
}

.bg-yuge {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/img/YG384_t.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.content-wrap.content-wrap-yuge {
	margin: 0 auto;
}
.padding {
	padding: 60px 0 30px;
}

.tanoshimi-midashi {
	color: var(--gold);
	font-weight: 500;
}
@media screen and (max-width: 769px) {
	.tanoshimi-m {
		margin-bottom: 0;
	}
	.content-wrap__img_tanoshimi {
		margin: 0 auto 0 !important;
	}
	.content-wrap__img.-list3 {
		gap: 2.5em 0;
	}
	.tac-sp {
		text-align: justify !important;
	}
}

a.btn-more {
	width: 100%;
	max-width: 240px;
	padding: 0.5em 6em 0.5em 6em;
	border: solid 1px var(--text);
	cursor: pointer;
	transition: 0.3s;
	color: var(--text);
	position: relative;
	text-align: left;
}
@media screen and (min-width: 481px) {
	a.btn-more {
		max-width: 280px;
	}
}

@media screen and (min-width: 481px) {
	a.btn-more:hover {
	}
}

.top-button {
	position: relative;
	width: 100%;
	max-width: 320px;
	margin: 5em 0 0 0;
	display: block;
}

@media screen and (max-width: 767px) {
	.top-button {
		margin: 3.8em auto 3em;
	}
}

@media screen and (max-width: 767px) {
	.top-d-button {
		margin: 3.5em 0 2em !important;
	}
	.top-d-button::after {
		right: 1.4em !important;
	}
}

@media screen and (min-width: 769px) {
	.top-button {
		margin: 5em 0 0 0;
	}
}
.top-button::after {
	position: absolute;
	content: '';
	right: 2.7em;
	left: auto;
	bottom: 0;
	width: 3em;
	height: 1px;
	background: var(--text);
	top: 0;
	margin: auto;
	transition: 0.3s;
}
@media screen and (min-width: 481px) {
	.top-button::after {
		width: 4em;
	}
}

@media screen and (max-width: 768px) {
	.top-button::after {
		width: 4em;
		right: 5em;
	}
	.btn-area::after {
		width: 4em;
		right: -1.7em;
	}
}

.top-button:hover::after {
	right: 1.5em;
}

.gold-border {
	padding-bottom: 5px;
	background: linear-gradient(transparent 99%, #bca973 0%);
	display: inline;
}

.gold a {
	color: var(--gold);
	font-weight: 500;
}

@media screen and (min-width: 769px) {
	.ml0 {
		max-width: 100% !important;
	}
	.content-wrap-award {
		margin: 0 !important;
	}
	.content-wrap__inner-award {
		margin: 0 !important;
		width: 100% !important;
	}
	.content-wrap__img .img2 {
		width: 55% !important;
	}
	.content-wrap__img .text2 {
		width: 40% !important;
	}
}
.instagram {
	margin: auto;
	max-width: 500px;
}
.googlemap {
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
.googlemap iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
@media screen and (max-width: 541px) {
	.googlemap iframe {
		aspect-ratio: 12 / 9;
	}
}

.modal-area {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}

.modal-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 500px;
	padding: 1em;
	background-color: #fff;
	color: #000;
}
.modal-cart-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
}
.modal-cart-btn li {
}
.modal-cart-btn li a {
	color: #000;
	border: 1px solid #000;
	padding: 0.5em 1em;
	line-height: 1;
	display: block;
}
.modal-cart-btn li a:hover {
	color: var(--gold);
	border: 1px solid var(--gold);
}
.modal-cart {
}
.modal-order {
}

.modal-close {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.modal-open {
	cursor: pointer;
	display: flex;
	align-items: baseline;
}
.cart-amazon {
	width: fit-content;
	margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
	.modal-cart-btn {
		display: block;
	}
}

.main-copy-line {
	border-bottom: 1px solid #bca973;
	width: 80%;
	margin: 2em auto 0;
}

@media screen and (min-width: 541px) {
	.sp-only {
		display: none;
	}
}

.news-pager {
	margin: auto;
	text-align: center;
}
.news-pager .pager-left {
	display: flex;
	justify-content: center;
	gap: 1em;
}
