﻿.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 .u-mt-far {
    margin-top: 70px;
}
.maindesign .u-mt-leave {
    margin-top: 50px;
}
.maindesign .u-mt-moderate {
    margin-top: 30px;
}
.maindesign .u-mt-close {
    margin-top: 20px;
}
.maindesign .u-mt-thin {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .maindesign .u-mt-far {
        margin-top: 50px;
    }
    .maindesign .u-mt-leave {
        margin-top: 30px;
    }
    .maindesign .u-mt-close {
        margin-top: 15px;
    }
    .maindesign .u-one-side {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.maindesign .p-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .p-nav-list .p-nav-list--btn:nth-child(n + 5) {
    margin-top: 15px;
}
.maindesign .p-nav-list--btn {
    position: relative;
    border: 1px solid #b6b6b6;
    width: 24%;
    font-size: 1em;
    overflow: hidden;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .p-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 .p-nav-list--btn:hover {
    border-color: #e5002d;
    opacity: 0.75;
    transition: 0.6s;
}
.maindesign .p-nav-list--inner {
    display: flex !important;
    padding: 0.35rem 2rem 0.35rem 1.75rem;
    opacity: 1;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    color: #333;
}
.maindesign .p-nav-list::before,
.maindesign .p-nav-list::after {
    content: "";
    width: 24%;
    height: 0;
    display: block;
}
.maindesign .p-nav-list::before {
    order: 1;
}

@media screen and (max-width: 767px) {
    .maindesign .p-nav-list--btn {
        width: 49%;
    }
    .maindesign .p-nav-list::before,
    .maindesign .p-nav-list::after {
        width: 49%;
    }
    .maindesign .p-nav-list .p-nav-list--btn:nth-child(n + 3) {
        margin-top: 15px;
    }
    .maindesign .p-nav-list--inner {
        font-size: 0.9rem;
    }
}

.maindesign .c-feature-hdg2 {
    position: relative;
    padding-top: 10px;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #b6b6b6;
    font-size: 1.75rem;
    margin-top: calc(70px - 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(50px - 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;
}
.maindesign .c-komeri-btn:hover {
    opacity: 0.75;
    transition: 0.25s;
}
.maindesign .c-komeri-btn--link {
    text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
    font-feature-settings: "palt";
    color: #fff;
    padding: 0.75rem 2rem 0.75rem 1.75rem;
    display: flex;
    justify-content: center;
    line-height: 1.3;
    font-size: 1.2rem;
}
.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: 1rem;
    }
}

.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-lr-heading {
    font-size: 1.35rem;
    border-left: 4px solid #e5002d;
    padding: 5px 0 5px 15px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-lr-heading {
        font-size: 1.15rem;
    }
}

.maindesign .p-only-column {
    display: flex;
    justify-content: center;
}
.maindesign .p-only-column--item {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .maindesign .p-only-column--item {
        width: 100%;
    }
}

.maindesign .p-half-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .p-half-column--item {
    width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n + 3) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-half-column--item {
        width: 100%;
    }
    .maindesign .p-half-column .p-half-column--item:nth-child(n + 2) {
        margin-top: 15px;
    }
}

.maindesign .p-product-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maindesign .p-product-column--img {
    width: 45%;
}
.maindesign .p-product-column--txt {
    width: 52%;
}

@media screen and (max-width: 767px) {
    .maindesign .p-product-column {
        flex-wrap: wrap;
    }
    .maindesign .p-product-column--img {
        width: 100%;
    }
    .maindesign .p-product-column--txt {
        width: 100%;
        margin-top: 15px;
    }
}


.maindesign .p-top-group > *:not(:first-child) {
    margin-top: 15px;
}
.maindesign .p-bottom-group {
    margin-top: 50px;
}
.maindesign .p-bottom-group > *:not(:first-child) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-top-group > *:not(:first-child) {
        margin-top: 10px;
    }
    .maindesign .p-bottom-group > *:not(:first-child) {
        margin-top: 15px;
    }
}

.maindesign .p-ttl-col {
    display: flex;
    align-items: center;
}
.maindesign .p-ttl-col > *:not(:first-child) {
    margin-left: 10px;
}
.maindesign .p-ttl-col--img {
    width: 180px;
}
.maindesign .p-ttl-col--txt {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.35;
}
@media screen and (max-width: 767px) {
    .maindesign .p-ttl-col {
        flex-wrap: wrap;
    }
    .maindesign .p-ttl-col > *:not(:first-child) {
        margin-left: 0;
    }
    .maindesign .p-ttl-col--img {
        width: 150px;
    }
    .maindesign .p-ttl-col--txt  {
        font-size: 1.3rem;
        width: 100%;
    }
}

.maindesign .p-product-maker img {
    width: auto !important;
}
.maindesign .p-product-name {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.35;
}
.maindesign .p-product-catch {
    font-size: 1.1rem;
    line-height: 1.35;
}
.maindesign .p-product-size {
    font-size: 1.35rem;
    font-weight: bold;
}
.maindesign .p-border-box {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.p-product-table {
    display: flex;
    margin-bottom: 10px;
}
.p-product-table table {
    width: 100%;
    margin: 2px;
    text-align: center;
    border: 1px solid #000 !important;
}
.p-product-table table tr {
    border-bottom: 1px solid #000;
}
.p-product-table table tr td {
    padding: 5px;
    font-feature-settings: "palt" 1;
}
.p-product-table table tr td:first-child {
    background-color: #d2d1c3;
    width: 50%;
}
.maindesign .p-product-price {
    font-size: 1rem;
}
.maindesign .p-product-price.p-product-price__small {
    font-size: 0.85rem;
}
.maindesign .p-price-heading {
    font-size: 1.35em;
    font-weight: bold;
}
.maindesign .p-price-content {
    font-size: 4em;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.maindesign .p-price-content--tax {
    display: inline-block;
    margin-right: 3px;
    font-size: 0.3em;
}
.maindesign .p-price-content--yen {
    display: inline-block;
    margin-left: 3px;
    font-size: 0.3em;
}
.maindesign .p-price-notes {
    font-size: 0.95em;
    text-align: right;
    margin-top: 10px;
}
.maindesign .p-product-tokuten {
    border: 3px solid #e5002d;
    padding: 20px 0;
    position: relative;
}
.maindesign .p-poroduct-tokuten--icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    background-color: #e5002d;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 5px 10px;
}
.maindesign .p-tokuten-conditions {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.maindesign .p-tokuten-point {
    display: flex;
    align-items: flex-end;
    color: #e5002d;
    font-size: 3.5rem;
    font-weight: bold;
    width: fit-content;
    margin-inline: auto;
}
.maindesign .p-tokuten-point--unit {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 1.15;
    font-size: 0.3em;
    color: #333;
}
.maindesign .p-purchase-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
    .maindesign .p-product-name {
        font-size: 1.5rem;
    }
    .maindesign .p-product-catch {
        font-size: 1rem;
    }
    .maindesign .p-product-size {
        font-size: 1.1rem;
    }
    .p-product-table {
        flex-wrap: wrap;
    }
    .maindesign .p-product-price {
        font-size: 3.5vw;
    }
    .maindesign .p-product-price.p-product-price__small {
        font-size: 3vw;
    }
    .maindesign .p-poroduct-tokuten--icon {
        font-size: 0.9rem;
        top: 5px;
        left: 5px;
        padding: 3px 7px;
    }
    .maindesign .p-tokuten-conditions {
        font-size: 0.9rem;
    }
    .maindesign .p-tokuten-point {
        font-size: 2.5rem;
    }
    .maindesign .p-purchase-txt {
        font-size: 1.1rem;
    }
}

.maindesign .p-product-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.maindesign .p-features-card {
    display: flex;
    flex-direction: column;
}
.maindesign .p-features-card--img {
    border: 1px solid #ccc;
}
.maindesign .p-features-card--txt {
    margin-top: 5px;
    flex-grow: 1;
    font-size: 0.9rem;
    line-height: 1.35;
}
@media screen and (max-width: 767px) {
    .maindesign .p-product-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

.maindesign .p-notes-group > li:not(:first-child) {
    margin-top: 5px;
}
.maindesign .p-trisection-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .p-trisection-icons--item {
    width: 32%;
}
.maindesign .p-trisection-icons::after {
    content: "";
    display: block;
    height: 0;
    width: 32%;
}
.maindesign .p-trisection-icons .p-trisection-icons--item:nth-child(n + 4) {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-trisection-icons--item {
        width: 49%;
    }
    .maindesign .p-trisection-icons .p-trisection-icons--item:nth-child(n + 3) {
        margin-top: 10px;
    }
}

.maindesign .p-function-icon {
    border: 1px solid #409fbb;
    box-sizing: border-box;
    color: #409fbb;
    border-radius: 5px;
    text-align: center;
    line-height: 1.2;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
}

@media screen and (max-width: 767px) {
    .maindesign .p-function-icon {
        font-size: 0.9rem;
    }
}

.maindesign p.button-guide {
	font-size: 1.35em;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
	.maindesign p.button-guide {
	font-size: 1.1em;
}
}