@charset "utf-8";

@font-face {
	font-family: "Freshman";
	src: url("/assets/front/font/Freshman.ttf") format("truetype");
}

@font-face {
	font-family: "ryo-gothic-plusn-m";
	src: url("/assets/front/font/ryogothicplusn-medium.otf") format("opentype");
}

@font-face {
	font-family: "ryo-gothic-plusn-r";
	src: url("/assets/front/font/RyoGothicPlusN-Regular.otf") format("opentype");
}

@font-face {
	font-family: "ryo-gothic-plusn-b";
	src: url("/assets/front/font/ryo-gothic-plusn-b.otf") format("opentype");
}

.show-for-sp,
.sp_only {
	display: none;
}
.copyright {
	text-align: right;
}
.section-info {
	padding: 100px 0;
	margin: 0 auto;
	background: linear-gradient(
		to bottom,
		rgba(254, 254, 254, 0.5) 0%,
		rgba(254, 254, 254, 0.5) 50%,
		rgba(223, 223, 223, 0.5) 100%
	);
}
.section-info-row {
	display: flex;
	justify-content: center;
}
.section-info-row-text {
	font-size: 16px;
	text-align: center;
}
.section-info-row-text p {
	line-height: 2.2;
	font-family: "ryo-gothic-plusn-m";
}
.card-wrap {
	margin-top: 60px;
}
.card-item p {
	font-weight: 500;
	line-height: 1.5;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.card-item:last-child .card-title {
	background: #9f9f9f;
}

.card-item p:last-child {
	border-bottom: none;
}

.card-main-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.card-list {
	max-width: 840px;
	width: 100%;
	display: flex;
	gap: 35px;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 80px;
}
.card-item {
	max-width: 400px;
	width: 100%;
	background: #fff;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.card-item-inner {
	padding-left: 20px;
	padding-right: 20px;
}
.card-item-inner img {
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.card-title {
	color: #fff;
	font-size: 16px;
}
.card-title {
	background: #000;
}

.card-main-title::before,
.card-main-title::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #000000;
}

.novelty {
	background: rgba(221, 221, 221, 0.4);
}
.novelty img {
	width: 100%;
}
img.novelty {
	margin-bottom: 40px;
}
.novelty .card-wrap {
	max-width: 860px;
}
.novelty .card-list {
	margin-bottom: 40px;
}
.novelty .card-item:last-child .card-title {
	background: #000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.novelty .card-list {
	width: 100%;
	max-width: inherit;
	display: block;
}
.novelty .card-item {
	width: 100%;
	max-width: inherit;
	display: block;
}
.novelty .card-item p {
	padding-top: 0;
	padding-bottom: 0;
}
.novelty .card-title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.novelty .card-item img {
	width: 20px;
	position: relative;
	left: -10px;
	top: -2px;
}
.novelty .card-item-inner {
	padding: 25px 35px;
}
.novelty .card-item p:not(.card-title) {
	text-align: left;
	border-bottom: none;
	font-size: 13px;
}

.novelty .card-item p:not(.card-title):before {
	content: "※";
	font-size: 13px;
}

.novelty .card-item p {
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}

.section-info-row-img img {
	width: 276px;
	margin-right: 28px;
}
.text-color {
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 25px;
	color: #ffa52b;
	font-family: mplusH;
}
.section-contents {
	padding-top: 100px;
	padding-bottom: 100px;
	background: rgba(221, 221, 221, 0.2);
}
.section-goods {
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 80px;
	scroll-margin-top: 100px;
}
.section-inner {
	padding-left: 80px;
	padding-right: 80px;
}
.section-ttl {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	font-family: mplusH;
}
.goods-group-list {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}
.goods-group-item {
	width: 240px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: #000;
	margin: 0 10px;
}
.goods-group-item a {
	opacity: 1;
	display: block;
	padding-top: 15px;
    padding-bottom: 15px;
}
.goods-group-item img {
	width: 112px;
}
.goods-group-item-name {
	font-family: "Freshman";
	font-size: 16px;
	color: #fff;
}
.goods-group-item-name img {
	width: 24px;
	height: 24px;
}
.goods-group {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 90px;
}
.goods-list li a:hover {
	opacity: 1;
	transition: none;
}
.section-goods .goods-group:last-child {
	margin-bottom: 0;
}
.main-text-wrapper {
	margin-bottom: 50px;
	font-family: "NotoSansM";
	font-size: 16px;
}
.main-text-wrapper h2 {
	font-size: 48px;
	font-family: "Freshman";
	font-optical-sizing: auto;
	text-align: center;
}

.main-text-wrapper h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.section-mv img {
	width: 100%;
}

.main-text-wrapper h2::after {
	right: 100px;
	transform: rotate(180deg);
	margin-left: 50px;
}

.goods-info-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.goods-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.goods-list li {
	width: 32.5%;
	margin-bottom: 35px;
	border-radius: 8px;
}
.goods-item .image-wrap {
	background: #f5f5f5;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.goods-list li:hover .image-wrap {
	background: #ddd;
}
.goods-list li:hover .goods-name {
	text-decoration: underline;
}
.goods-item .image-wrap img {
	aspect-ratio: 1 / 1;
	width: 75%;
}
.goods-item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.goods-item a .deco {
	border-radius: 20px;
	padding: 5px 18px;
	position: absolute;
	top: 20px;
	left: 50%;
	font-size: 11px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.goods-item a .deco.black {
	background: #000;
	color: #fff;
}
.goods-item a .deco.white {
	background: #fff;
	color: #000;
	border: 1px solid #eaeaea;
}
.goods-name {
	font-family: "ryo-gothic-plusn-r";
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-align: left;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.priceWrapper {
	margin-top: auto;
}
.price {
	text-align: left;
	font-size: 18px;
	font-family: "Freshman";
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.yen {
	margin-right: 3px;
}
.tax {
	margin-left: 8px;
	font-size: 12px;
	font-family: "ryo-gothic-plusn-b";
}
.goods-list_btn {
	text-align: center;
	max-width: 340px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	display: flex;
	background: #000;
	position: relative;
	border-radius: 5px;
}

.goods-list_btn:hover {
	background: linear-gradient(to bottom, #7a7a7a 0%, #7a7a7a 50%, #afafaf 100%);
}

.goods-list_btn a {
	font-family: "ryo-gothic-plusn-m";
	color: #fff;
	position: relative;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.goods-list_btn a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	transform: translateY(-50%) rotate(45deg);
	position: relative;
	top: 5px;

	right: -20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: 0.3s;
}
.goods-list_btn img {
	position: absolute;
	right: 10px;
}
.section-all-item {
	background: #000;
	padding-top: 130px;
	padding-bottom: 130px;
}

.section-all-item h2 {
	color: #fff;
}

.section-all-item .goods-list_btn {
	background: #fff;
}

.section-all-item .goods-list_btn a {
	color: #000;
}
.section-all-item .goods-list_btn a:after {
	color: #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

@media screen and (max-width: 769px) {
	.show-for-pc {
		display: none;
	}
	.show-for-sp,
	.sp_only {
		display: inline-block;
	}
	.section-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	.section-goods .section-inner {
		padding-left: 8px;
		padding-right: 8px;
	}
	.section-mv img {
		width: 100%;
	}
	.section-ttl {
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.section-info .section-ttl {
		width: 241px;
	}
	.section-info {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-info-row {
		display: block;
		text-align: center;
	}
	.section-info-row-img {
		margin: 0 auto;
		width: 154px;
	}
	.section-info-row-text {
		margin: 0 auto;
		font-size: 11px;
	}
	.section-info-row-text p {
		font-weight: 600;
		font-size: 12px;
	}
	.section-info-row-text p.card-title {
		font-size: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.section-info-row-text p.card-main-title {
		font-size: 16px;
	}
	.text-color {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.section-goods {
		padding-top: 40px;
		padding-bottom: 40px;
		scroll-margin-top: 80px;
	}
	.section-goods .section-ttl {
		width: 127px;
	}
	.goods-group-list {
		justify-content: space-between;
		gap: 8px;
		flex-wrap: wrap;
	}
	.goods-group-item {
		width: 48%;
		margin: 0;
	}
	.goods-group-item::after {
		content: "";
		display: block;
		width: 48%;
	}
	.goods-group-item img {
		width: 44px;
		border-radius: 10px;
	}
	.goods-group-item-name {
		font-size: 16px;
		margin-bottom: 0;
		justify-content: space-between;
		padding-right: 4px;
		text-align: center;
	}
	.goods-group-item-name img {
		width: 24px;
		height: 24px;
	}
	.price {
		font-size: 14px;
	}
	.main-text-wrapper h2 {
		font-size: 32px;
	}
	.goods-group {
		border-radius: 0px;
		margin-bottom: 40px;
	}
	.goods-list_btn img {
		width: 258px;
	}
	.goods-list {
		margin-bottom: 20px;
		column-gap: 10px;
	}
	.goods-list li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}

	.goods-name {
		font-size: 13px;
	}
	.goods-list_btn a {
		font-size: 14px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.card-wrap {
		margin-top: 50px;
	}
	
	.card-main-title::before,
	.card-main-title::after {
		flex: 1;
	}
	.card-list {
		display: block;
		margin-bottom: 45px;
		margin-top: 30px;
	}
	.card-item {
		max-width: inherit;
	}
	.card-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.card-item .card-item-inner p {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.section-contents {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.goods-item a .deco {
		font-size: 8px;
		width: 120px;
	}
	.novelty .card-list {
		margin-top: 20px;
		margin-bottom: 0;
	}
	img.novelty {
		margin-bottom: 30px;
	}
	.novelty .card-wrap {
		margin-top: 30px;
	}
	.novelty .card-item img {
		width: 18px;
		height: 16px;
	}
	.novelty .card-item .card-item-inner p {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.novelty .card-item-inner {
		padding: 20px;
	}
	.main-text-wrapper {
		margin-bottom: 30px;
	}
	.goods-item .image-wrap {
		aspect-ratio: 1 / 1.3;
	}
	.goods-item .image-wrap img {
		margin-top: 15%;
		aspect-ratio: 1 / 1;
		width: 90%;
	}
	.section-all-item {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
