﻿.maindesign {
	color: #333;
}
.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.maindesign .sp_side,
	.maindesign section {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .mv {
	position: relative;
}
.maindesign .mv__heading {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-shadow: 3px 3px 4px #333333;
	width: 100%;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.maindesign .mv__heading {
		font-size: 5.5vw;
		white-space: wrap;
	}
}
.maindesign .mv__logo {
	position: absolute;
	top: 31%;
	left: 13.5%;
	width: 35%;
	box-shadow: 1px 1px 15px #2a1607;
}
@media screen and (max-width: 767px) {
	.maindesign .mv__logo {
		left: 20.5%;
		width: 59%;
	}
}
.maindesign .mv__ttl {
	position: absolute;
	color: #fff;
	font-size: 4.2rem;
	font-weight: bold;
	top: 36%;
	left: 50.5%;
	text-shadow: 3px 3px 4px #333333;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.maindesign .mv__ttl {
		left: 50%;
		top: 60%;
		transform: translateX(-50%);
		font-size: 12.5vw;
	}
}
.maindesign .mv__unique {
	position: absolute;
	bottom: 8%;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.maindesign .mv__unique {
		font-size: 5vw;
	}
}

.maindesign .btn_col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .btn_col__item {
	width: 24%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.maindesign .btn_col__item {
		width: 48%;
	}
}
.maindesign .btn_col::before {
	content: '';
	display: block;
	height: 0;
	width: 24%;
	order: 1;
}
@media screen and (max-width: 767px) {
	.maindesign .btn_col::before {
		width: 48%;
	}
}
.maindesign .btn_col::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
@media screen and (max-width: 767px) {
	.maindesign .btn_col::after {
		width: 48%;
	}
}
.maindesign .btn_col__item:hover {
	transition: 0.6s;
	opacity: 0.75;
}
.maindesign .btn_col .btn_col__item:nth-child(n + 5) {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .btn_col .btn_col__item:nth-child(n + 3) {
		margin-top: 15px;
	}
}
.maindesign .anchor_btn {
	display: flex !important;
	align-items: center;
	width: 100%;
	background-color: #000;
	padding: 0 10px;
	height: 50px;
	font-feature-settings: 'palt' 1;
	color: #fff !important;
	font-weight: bold;
	border: 1px solid #ccc;
	text-align: left;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .anchor_btn {
		height: 5em;
		font-size: 0.85em;
		padding: 0 8px;
	}
}
.maindesign .anchor_btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	display: block;
	height: 0;
	border-width: 10px;
	z-index: 1;
	border-style: solid;
	border-color: transparent #ed7700 #ed7700 transparent;
	transition: 0.3s;
}
.maindesign .anchor_btn:hover::after {
	border-width: 15px;
}

.maindesign .merit_box {
	position: relative;
	border: 3px solid #ed7700;
	padding: 30px;
	margin-block-start: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .merit_box {
		padding: 30px 10px 10px 10px;
	}
}
.maindesign .merit_heading {
	position: absolute;
	top: 0;
	left: 20px;
	transform: translateY(-50%);
	background-color: #fff;
	padding-inline: 4px;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}
.maindesign .merit_heading__inner {
	background-color: #ed7700;
	padding: 10px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.maindesign .merit_heading {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.maindesign .merit_heading__inner {
		font-size: 4.5vw;
		white-space: nowrap;
		padding: 10px 15px;
	}
}
.maindesign .merit_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .merit_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
.maindesign .merit_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.maindesign .merit_list > li {
		flex-direction: column;
	}
}
.maindesign .merit_list__icon {
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .merit_list__icon {
		margin-right: 0;
		max-width: 80px;
	}
}
.maindesign .merit_list__txt {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .merit_list__txt {
		font-size: 0.9rem;
	}
}
.maindesign .merit_list__txt > span {
	display: inline-block;
	font-weight: normal;
	margin-block-start: 5px;
	font-size: 0.8em;
	line-height: 1.15;
}

.maindesign .priamry_heading {
	position: relative;
	padding: 8px 0;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	background: #000;
	font-feature-settings: 'palt' 1;
	display: flex;
	align-items: center;
	height: 50px;
	padding-left: 4rem;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .priamry_heading {
		font-size: 1rem;
		padding-left: 3rem;
		line-height: 1.2;
	}
}
.maindesign .priamry_heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	display: block;
	border-width: 25px 25px 25px 25px;
	z-index: 1;
	border-style: solid;
	border-color: #ed7700 transparent #ed7700 #ed7700;
}

.maindesign .secondary_heading {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	border-bottom: 3px solid #000;
	height: 45px;
	padding-left: 3rem;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .secondary_heading {
		padding-left: 2rem;
		margin-top: 30px;
	}
}

.maindesign .secondary_heading::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-width: 35px 35px 0 0;
	z-index: 0;
	border-style: solid;
	border-color: #000 #ed7700 transparent transparent;
	background: #ed7700;
}
@media screen and (max-width: 767px) {
	.maindesign .secondary_heading::before {
		top: 9px;
		border-width: 25px 25px 0 0;
	}
}

.maindesign .card_column {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 10px;
	margin-block: 20px;
}
@media screen and (max-width: 767px) {
	.maindesign .card_column {
		grid-template-columns: repeat(2, 1fr);
	}
}
.maindesign .card_column > li,
.maindesign .card_column a {
	display: contents !important;
}
.maindesign .product_card {
	position: relative;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap: 0;
	padding: 10px 8px;
	border: 1px solid #ccc;
}

.maindesign .product_card:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .product_card__img {
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maindesign .product_name {
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.maindesign .product_name {
		font-size: 0.8rem;
	}
}
.maindesign .product_conditions {
	text-align: left;
	margin-block-start: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .product_conditions {
		margin-block-start: 15px;
		font-size: 0.8rem;
	}
}
.maindesign .product_price {
	width: fit-content;
	margin-inline-start: auto;
	margin-block-start: 5px;
}
@media screen and (max-width: 767px) {
	.maindesign .product_price {
		margin-inline-end: 0;
		margin-block-start: 0;
		width: 100%;
	}
}
.maindesign .product_summary {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
.maindesign .previous_price {
	text-decoration: line-through;
	margin-inline-end: 4px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.maindesign .previous_price {
		font-size: 0.8rem;
	}
}
.maindesign .summary_price {
	display: flex;
	align-items: baseline;
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	.maindesign .summary_price {
		margin-block-start: 5px;
		font-size: 0.8rem;
	}
}
.maindesign .each_price {
	margin-block-start: 5px;
	font-size: 1rem;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
.maindesign .each_price__unit {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.maindesign .each_price__unit {
		font-size: 0.8rem;
	}
}
.maindesign .each_price__amount {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.maindesign .each_price__amount {
		margin-block-start: 3px;
		font-size: 0.8rem;
	}
}
.maindesign .summary_price__value,
.maindesign .each_price__value {
	font-size: 1.5em;
	font-weight: bold;
	color: #e5002d;
	display: inline-block;
	margin-inline: 1px;
}
.maindesign .product_btn {
	position: relative;
	cursor: pointer;
	border-radius: 9999px;
	overflow: hidden;
	opacity: 1;
	background-color: #ea6d0d;
	margin-block-start: 15px;
}
@media screen and (max-width: 767px) {
	.maindesign .product_btn {
		margin-block-start: 10px;
	}
}
.maindesign .product_btn:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .product_btn__inner {
	font-feature-settings: 'palt';
	color: #fff;
	width: auto;
	min-height: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.35;
}
@media screen and (max-width: 767px) {
	.maindesign .product_btn__inner {
		font-size: 0.9rem;
	}
}

.maindesign .product_btn__inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.maindesign .product_btn__inner::after {
		right: 14px;
	}
}

.maindesign .more_btn {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 80%;
	background-color: #969494;
	box-shadow: 3px 3px 0px #333333;
}
@media screen and (max-width: 767px) {
	.maindesign .more_btn {
		margin-top: 20px;
	}
}
.maindesign .more_btn:hover {
	opacity: 0.75;
	transition: 0.6s;
	cursor: pointer;
}
.maindesign .more_btn > a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.maindesign .more_btn__inner {
	color: #fff;
	font-weight: bold;
	padding: 1rem 0;
	font-size: 1.4rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.maindesign .more_btn__inner {
		font-size: 1rem;
	}
}

.maindesign .return_btn {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 100%;
	background-color: #969494;
	box-shadow: 3px 3px 0px #333333;
}
@media screen and (max-width: 767px) {
	.maindesign .return_btn {
		margin-top: 30px;
	}
}
.maindesign .return_btn:hover {
	opacity: 0.75;
	transition: 0.6s;
	cursor: pointer;
}
.maindesign .return_btn > a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.maindesign .return_btn__inner {
	color: #fff;
	font-weight: bold;
	padding: 1rem 0;
	font-size: 1.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.maindesign .return_btn__inner {
		font-size: 1.1rem;
	}
}
