﻿.maindesign {
	color: #333;
	margin-bottom: 100px;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

@media screen and (max-width:767px) {
	.maindesign {
		margin-bottom: 50px;
	}
}


.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn--link {
	text-decoration: none;
}
.maindesign .c-komeri-btn--link:hover {
	opacity: 0.7;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 1.75rem 0.75rem 1.5rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.1rem;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign .c-komeri-btn__gray {
	background-color: #979797;
}
.maindesign .c-komeri-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 .c-komeri-btn--inner {
		font-size: 0.85rem;
	}
}



.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}


.maindesign .p-info-column {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 50px;
	row-gap: 40px;
}
.maindesign .p-info-column--item-01 {
	order: 1;
}
.maindesign .p-info-column--item-02 {
	order: 2;
	grid-row: 1 / 3;
	grid-column: 2 / 3;
}
.maindesign .p-info-column--item-03 {
	order: 3;
}

@media screen and (max-width:767px) {
	.maindesign .p-info-column {
		grid-template-columns: 1fr;
		row-gap: 35px;
	}
	.maindesign .p-info-column--item-03 {
		order: 2;
	}
	.maindesign .p-info-column--item-02 {
		order: 3;
		grid-row: auto;
		grid-column: auto;
	}
}

.maindesign .p-info-ttl {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px;
	font-size: 1.75rem;
	background-color: #843c0c;
}
.maindesign .p-info-column--content {
	padding-top: 15px;
	width: fit-content;
	margin-inline: auto;
}
.maindesign .p-info-date {
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: -0.01em;
	line-height: 1.2;
}
.maindesign .p-info-date--value {
	text-align: center;
	min-width: 1.2em;
	display: inline-block;
}
.maindesign .p-info-date__small {
	font-size: 0.7em;
}
.maindesign .p-info-date__large {
	font-size: 1.5em;
	text-align: right;
}
.maindesign .p-payment-txt {
	font-size: 2.5rem;
	font-weight: bold;
}
.maindesign .delivery-group {
	width: fit-content;
}
.maindesign .delivery-group > * + * {
	margin-top: 30px;
}
.maindesign .delivery-column {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.maindesign .delivery-period {
	padding: 5px 0;
	width: 150px;
	border: 1px solid #333;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	line-height: 1.2;
}
.maindesign .p-info-notes .p-info-notes--item:not(:first-child) {
	margin-top: 5px;
}
.maindesign .p-info-notes--item {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.15;
}

@media screen and (max-width:767px) {
	.maindesign .delivery-column {
		flex-wrap: wrap;
		justify-content: center;
	}
	.maindesign .delivery-column > * + * {
		margin-top: 10px;
	}
	.maindesign .p-info-column--content {
		padding-top: 20px;
	}
	.maindesign .p-info-date {
		font-size: 5.0vw;
	}
	.maindesign .p-info-date--value {
		display: inline;
	}
	.maindesign .p-payment-txt {
		font-size: 8.0vw;
	}
	.maindesign .delivery-period {
		width: 100%;
	}
	.maindesign .p-info-notes--item {
		font-size: 0.95rem;
		line-height: 1.35;
	}
}


.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 1.75rem 0.35rem 1.5rem;
	min-height: 3.0em;
	color: #333;
	text-decoration: none;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .l-nav-list--inner {
		font-size: 0.85rem;
	}
}



.maindesign .p-sale-column {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 25px 15px;
}
@media screen and (max-width:767px) {
	.maindesign .p-sale-column {
		grid-template-columns: repeat(2,1fr);
		gap: 15px 10px;
	}
}
.maindesign .p-sale-column--item {
	display: contents;
}
.maindesign .p-sale-card {
	border: 1px solid #ccc;
	padding: 10px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 6;
	row-gap: 20px;
}
.maindesign .p-sale-column--link > .p-sale-card:hover {
	opacity: 0.9;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.maindesign .p-sale-card {
		padding: 8px;
		row-gap: 15px;
	}
}

.maindesign .p-sale-column--link {
	display: contents;
	color: #333;
	text-decoration: none;
}
.maindesign .p-icon-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-icon-group::before,
.maindesign .p-icon-group::after {
	content: '';
	height: 0;
	display: block;
}
.maindesign .p-icon-group::before {
	order: 1;
}
.maindesign .p-icon-group::before,
.maindesign .p-icon-group::after,
.maindesign .p-icon-group--item {
	width: 23%;
}
.maindesign .p-icon-group .p-icon-group--item:nth-child(n+5) {
	margin-top: 5px;
}


@media screen and (max-width:767px) {
	.maindesign .p-icon-group::before,
	.maindesign .p-icon-group::after,
	.maindesign .p-icon-group--item {
		width: 31%;
	}
	.maindesign .p-icon-group .p-icon-group--item:nth-child(n+4) {
		margin-top: 5px;
	}
}


.maindesign .p-limited-icon {
	padding: 5px 0;
	background-color: #191877;
	color: #fff;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.maindesign .p-limited-icon--heading {
    font-size: 0.6rem;
    line-height: 1.3;
	display: block;
}
.maindesign .p-limited-icon--value {
	font-weight: bold;
	font-size: 1.15rem;
	display: block;
	margin-top: 3px;
}
.maindesign .p-limited-icon--value__small {
	font-size: 1.0rem !important;
}
.maindesign .p-limited-icon--unit {
	font-size: 0.5em;
}
.maindesign .p-limited-icon--notes {
	display: block;
	font-size: 0.6em;
	margin-top: 3px;
	text-align: center;
}
.maindesign .p-unit-icon {
	padding: 8px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.maindesign .p-unit-icon--notes {
	display: block;
	font-size: 0.6em;
	margin-top: 3px;
	text-align: center;
}
.maindesign .p-unit-icon--heading {
    font-size: 0.6rem;
    line-height: 1.3;
	display: block;
}
.maindesign .p-unit-icon--value {
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	margin-top: 5px;
}
.maindesign .p-unit-icon--unit {
	font-size: 0.5em;
}
@media screen and (max-width:767px) {
	.maindesign .p-sale-card--icon {
		align-items: normal;
	}
	.maindesign .p-limited-icon--heading {
		font-size: 1.9vw;
	}
	.maindesign .p-limited-icon--value {
		font-size: 3.0vw;
	}
	.maindesign .p-limited-icon--value__small {
		font-size: 2.8vw !important;
	}
	.maindesign .p-unit-icon {
		padding: 5px 3px;
	}
	.maindesign .p-unit-icon--heading {
		font-size: 2.0vw;
	}
	.maindesign .p-unit-icon--value {
		font-size: 3.5vw;
		margin-top: 3px;
	}
	.maindesign .p-unit-icon--unit {
		display: inline;
	}
}

.maindesign .p-catchphrase {
	line-height: 1.3;
	font-size: 0.9rem;
}
@media screen and (max-width:767px) {
	.maindesign .p-catchphrase {
		font-size: 0.8rem;
	}
}

.maindesign .p-tokuten {
	width: 60px;
	margin-left: auto;
	margin-top: 5px;
}
@media screen and (max-width:767px) {
	.maindesign .p-tokuten {
		width: 50px;
	}
}

.maindesign .p-product-notes {
	text-align: right;
	margin-top: 3px;
	font-size: 0.8rem;
}

@media screen and (max-width:767px) {
	.maindesign .p-product-notes {
		font-size: 0.65rem;
	}
}

.maindesign .p-sale-card--label {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.maindesign .p-sale-card--label > * + * {
	margin-top: 10px;
}
.maindesign .p-product-maker {
	font-size: 1.0rem;
	font-weight: bold;
}
.maindesign .p-product-name {
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: bold;
}
.maindesign .p-product-name--type {
	font-size: 0.8em;
	display: block;
	margin-top: 3px;
	line-height: 1.15;
}


@media screen and (max-width:767px) {
	.maindesign .p-product-maker {
		font-size: 0.9rem;
	}
	.maindesign .p-product-name {
		font-size: 1.0rem;
	}
}


.maindesign .p-sale-card--price {
	display: flex;
	align-items: flex-end;
	margin-top: 15px;
}
.maindesign .p-price-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.maindesign .p-price-block--unit {
	margin-right: 5px;
}
.maindesign .p-price-block--main {
	flex-grow: 1;
	text-align: right;
	position: relative;
}
.maindesign .p-price-block--kind {
	position: absolute;
	bottom: 100%;
	left: 5%;
	background-color: #e50012;
	color: #fff;
	padding: 5px;
	font-size: 0.7rem;
	display: inline-block;
	font-weight: bold;
}
.maindesign .p-sale-price {
	color: #e50012;
	font-weight: bold;
	font-size: 1.9rem;
}
.maindesign .p-sale-price__small {
	font-size: 1.5rem !important;
	margin-top: 10px;
}
.maindesign .p-sale-price--notes {
	font-size: 0.6em;
}
.maindesign .p-sale-price--yen {
	font-size: 0.7em;
	font-weight: normal;
}

@media screen and (max-width:767px) {
	.maindesign .p-price-block {
		flex-wrap: wrap;
	}
	.maindesign .p-price-block--unit {
		margin-right: 0;
	}
	.maindesign .p-price-block--main {
		width: 100%;
		flex-grow: 0;
		margin-top: 10px;
	}
	.maindesign .p-price-block--kind {
		left: auto;
		right: 0;
		bottom: calc(100% + 5px);
	}
	.maindesign .p-sale-price {
		font-size: 6.5vw;
	}
	.maindesign .p-sale-price__small {
		font-size: 6.0vw !important;
	}
}

.maindesign .p-btn-group .p-btn-group--item:not(:first-child) {
	margin-top: 10px;
}



.maindesign .bnr-group .bnr-group--item:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .bnr-group .bnr-group--item:not(:first-child) {
		margin-top: 15px;
	}
}

.maindesign .p-center-btn {
	max-width: 500px;
	width: 100%;
	margin-inline: auto;
}

@media screen and (max-width:767px) {
	.maindesign .p-center-btn {
		max-width: auto;
	}
}

/*250722*/
.maindesign .mgtb1rem{margin: 1rem auto;}
.maindesign .news_text {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-feature-settings: "palt";
	margin-top: 20px;
	color: red;
}
.maindesign .lead-text {
        font-size: 1.15em;
        line-height: 1.4;
    }
.maindesign .komeri-app{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dashed #ccc;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: center;
	align-items: center;
}
.maindesign .komeri-app--images{
	width: 200px;
	margin-right: 30px;
}
.maindesign .komeri-app--text-area{
	width: 800px;
}
.maindesign .komeri-app--text-area .l-nav-list{
	display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1rem 0;
}
.maindesign .komeri-app--text-area .l-nav-list--btn{
	width: calc(60% - 10px);
}
.maindesign .komeri-app--text-area h3{
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	font-feature-settings: "palt";

}
.maindesign .komeri-app--text-area h3 span{
	color: #e50012;
}
.maindesign .komeri-app--text-area .kome{
	width: auto;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	margin-bottom: 0;
    text-align: center;
}

.maindesign .komeri-app--text-area .arrow-r::after{
	border-top: 2px solid #B6B6B6;
	border-right: 2px solid #B6B6B6;
}
.maindesign .c-komeri-btn__border{
	border: 1px solid #B6B6B6;
}
.maindesign .c-komeri-btn__border .c-komeri-btn--inner{
	color: #000;
}
@media(max-width: 767px) {
.maindesign .komeri-app{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dashed #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
	
.maindesign .komeri-app--images{
	width: 200px;
	margin:0 0 20px;
}
.maindesign .komeri-app--text-area{
	width: 100%;
}
.maindesign .komeri-app--text-area .kome{
	font-size: 0.8em;
    text-align: left;
}
}

@media screen and (max-width:767px) {
.maindesign .news_text {
    font-size: 1.35em;
}
.maindesign .lead-text {
        font-size: 1.1em;
    }
}



.maindesign .simple-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.maindesign .simple-btn--inner {
    position: relative;
    border: 1px solid #b6b6b6;
    width: 49%;
    font-size: 1em;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .simple-btn--inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
}
.maindesign .simple-btn--inner:hover {
    border-color: #e5002d;
    opacity: 0.75;
    transition: 0.6s;
}
.maindesign .simple-btn--link {
    display: flex !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 2rem 0.35rem 1.75rem;
    min-height: 3em;
    text-decoration: none;
    color: #333;
}


@media screen and (max-width:767px) {
    .maindesign .simple-btn--inner {
        width: 100%;
    }
}