@charset "utf-8";

body {
    min-width: 1000px;
}

#ga {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    color: #f00;
}

/* =============================================================
    effect
============================================================= */
a,
a img {
    transition: all 0.2s ease-out;
}

a:hover img {
    opacity: 0.8;
}

@keyframes hvr-buzz {
    50% {
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        transform: translateX(-3px) rotate(-2deg);
    }
}

/* =============================================================
    custom pc(共通CSSにあって値を変更したいもの、独自に設定したいものを記述)
============================================================= */
.floatL {
    float: left;
    margin: 0 2em 0 0;
}

.floatR {
    float: right;
    margin: 0 0 0 2em;
}

.rtxtC {
    text-align: center;
}

.mbp2 {
    margin-bottom: 3em;
}

.bigger {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.border-o {
    border: 5px solid #ffb400;
    border-radius: 10px;
    padding: 0.5em 1em;
}
.rbr-sp {
    display: none;
}

/* section */
.sec {
    padding: 0 0 50px;
    position: relative;
}

.sec-inner {
    padding: 0 20px;
}

.sec-inner:not(:last-child) {
    margin-bottom: 60px;
}

/* title */
.title-1 {
    border-bottom: 3px solid #c30d23;
    border-top: 3px solid #c30d23;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 10px 0;
}

.title-2 {
    background-image: linear-gradient(0deg, #ff4800 0%, #ff8500 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0 0 20px;
}

/* button */
.btn-wrap {
    text-align: center;
}

a.btn-1 {
    background:
        url(svg/arrow_01w.svg) no-repeat right 28px center / 18px,
        linear-gradient(0deg, #ff4800 0%, #ff8500 100%);
    border: 3px solid;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 16px 80px;
}

a.btn-2 {
    background: linear-gradient(to bottom, #002d7d 0%, #002d7d 50%, #001f57 51%, #001f57 100%);
    border-radius: 10px;
    font-weight: 700;
    padding: 20px 30px;
    display: inline-block;
}

a.btn-2 > span {
    color: #fff;
    background: url(svg/arrow_01w.svg) no-repeat 100% 50% / 18px;
    padding-right: 30px;
}

.btn-icon {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 12px 24px;
}

.btn-icon.mail {
    background: linear-gradient(to bottom, #ffb400 0%, #ffb400 50%, #ff9200 51%, #ff9200 100%);
}

.btn-icon.mtmr,
.btn-icon.phone {
    background: linear-gradient(to bottom, #002d7d 0%, #002d7d 50%, #001f57 51%, #001f57 100%);
}

.btn-icon > span {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding-left: 38px;
}

.btn-icon.mail > span {
    background: url(svg/icon_mail.svg) no-repeat 0 50% / 20px;
}

.btn-icon.mtmr > span {
    background: url(svg/icon_pen.svg) no-repeat 0 50% / 24px;
}

.btn-icon.phone > span {
    background: url(svg/icon_tel.svg) no-repeat 0 50% / 24px;
}

a.btn-1:hover,
a.btn-2:hover,
.btn-icon:hover,
.btn-buzz:hover {
    animation-name: hvr-buzz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: inline-block;
}

/* pagetitle */
.pagetitle-wrap {
    background: #f2f2f2 url(images/title_bg.jpg) no-repeat 50% 50% / cover;
    font-weight: 700;
    padding: 70px 0;
}

.pagetitle {
    font-size: 3.8rem;
}

.pagetitle-sub {
    color: #c30d23;
    font-size: 1.4rem;
    text-transform: capitalize;
}

/* faq */
.faq-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}

.home-faq .faq-box {
    border-color: #fff;
    box-shadow: 0 0 0 4px #c30d23 inset;
}

.faq-box:not(:last-child) {
    margin-bottom: 20px;
}

.faq-box-q {
    background: url(images/icon_q.png) no-repeat 0 0;
    color: #001e73;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 4px 0 4px 48px;
}

.faq-box-q.green {
    background-image: url(images/icon_q2.png);
    color: #27ab39;
}

.faq-box-a {
    background: url(images/icon_a.png) no-repeat 0 0;
    padding: 8px 0 8px 48px;
}

/* =============================================================
    wrap,box
============================================================= */
.w1000 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.content-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-block: 50px;
    width: 1000px;
}

.content {
    order: 2;
    width: 700px;
}

.sidebar {
    order: 1;
    width: 270px;
}

/* =============================================================
    header
============================================================= */
#header {
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}

/* header-logo
--------------------------------- */
.header-logo {
    width: calc(354 / 1000 * 100%);
    margin: 10px 0 -18px;
    gap: 0 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
}

.header-logo__inner {
    width: calc(300 / 354 * 100%);
}

.logo {
    display: inline-block;
}

.header-maker {
    background: #c30d23;
    border-radius: 30px;
    color: #fff;
    font-size: 1.1rem;
    margin: 15px 0 0;
    padding: 5px;
    transition: all 0.2s ease-out;
}

.header-logo:hover .header-maker {
    opacity: 0.8;
}

.header-area {
    background: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: calc(235 / 1000 * 100%);
}

.header-area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.header-area-list__item {
    color: #fff;
    font-size: 1.2rem;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 6px;
}

.header-area__bottom {
    display: block;
    margin: 5px auto 0;
}

.header-btn {
    text-align: center;
}
.header-btn__info {
    display: grid;
    grid-template-areas:
        "tel link"
        "time link";
    justify-items: center;
    gap: 3px 5px;
}
.header-btn__tel {
    grid-area: tel;
    display: flex;
    align-items: center;
    align-self: flex-end;
    gap: 5px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}
.header-btn__time {
    grid-area: time;
    display: flex;
    align-items: baseline;
    align-self: flex-start;
    gap: 0.8em;
    font-size: 1.3rem;
    font-weight: 700;
}
.header-btn__label {
    background: #ffb400;
    border-radius: 5px;
    color: #fff;
    padding: 0.25em 0.5em 0.15em;
}
.header-btn__link {
    grid-area: link;
}

/* main navi
--------------------------------- */
#gnav {
    background: linear-gradient(to bottom, #c30d23 0%, #c30d23 50%, #9c0a1c 51%, #9c0a1c 100%);
}

.mainnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mainnav > li {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    flex: 1 1 auto;
}

.mainnav > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.mainnav > li > a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 13px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.mainnav > li > a::before {
    background: linear-gradient(to bottom, #ebebeb 0%, #fff 100%);
    content: "";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transition: inherit;
}

.mainnav > li > a:hover {
    color: #c30d23;
}

.mainnav > li > a:hover::before {
    opacity: 1;
}

/* =============================================================
    footer
============================================================= */
.footer-wrap {
    text-align: center;
}

.copyright {
    display: block;
    font-size: 1.1rem;
    padding: 0 0 30px;
}

/* footer navi
--------------------------------- */
.footer-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

.footer-navi.pc {
    background: #c30d23;
    color: #fff;
    padding: 35px 0;
}

.footer-navi a {
    display: inline-block;
    line-height: 1.2;
    padding: 0 1em;
}

.footer-navi.pc a {
    color: #fff;
}

.footer-navi a:hover {
    text-decoration: underline;
}

.footer-navi li:not(:last-child) {
    border-right: 1px solid;
}

/* fixed
--------------------------------- */
#fixed {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

#fixed.on {
    opacity: 1;
    visibility: visible;
}

#fixed > li {
    margin: 0 0 10px;
}
.fixed-tel {
    position: relative;
}
.fixed-tel__content {
    background: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
    padding: 10px 4px;
    margin: 5px;
    position: absolute;
    inset: auto 0 0 0;
}
.fixed-tel__num {
    color: #002d7d;
    font-family: var(--sub-font);
    font-size: 2.1rem;
    margin-bottom: 0.5em;
}
.fixed-tel__text {
    color: var(--color-accent-error);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 0.2em;
}
.fixed-tel__time {
    font-size: 1.4rem;
}
.fixed-tel__time .red {
    font-size: 1.428em;
}
/* pagetop */
#pagetop {
    background: #001f57;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1rem;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
}

#pagetop:hover {
    background: #002d7d;
    text-decoration: none;
}

/* =============================================================
    contact area
============================================================= */
.contact-area {
    background: #fff url(images/contactarea_bg.jpg) no-repeat 100% 50%;
    border: 6px solid #ffb400;
    padding: 18px 15px;
}

.contact-area-text {
    font-size: 1.8rem;
    font-weight: 700;
}

.contact-area-uktk {
    display: flex;
    align-items: center;
    margin: 5px;
}

.contact-area-uktk .btn-icon {
    margin-left: 5px;
}

/* contact-area2 */
.contact-area2-inner {
    --image-transition: 720;
    display: block;
    font-size: clamp(24px, calc(65 / var(--image-transition) * 100vw), 65px);
    position: relative;
}
.contact-area2-inner__content {
    display: flex;
    align-items: center;
    gap: 0.307em;
    font-weight: 700;
    position: absolute;
    top: 2.1em;
}
.contact-area2-inner__time {
    font-size: 0.276em;
    line-height: 1.2;
    text-align: center;
}
.contact-area2-inner__time .red {
    font-size: 1.333em;
}
.contact-area2-inner__tel {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 1em;
    line-height: 1;
}
.contact-area2-inner__tel-icon {
    aspect-ratio: 55 / 39;
    width: min(55px, 0.846em);
}

/* =============================================================
    common
============================================================= */
/* accordion  */
.acc-panel,
.shop__panel {
    font-size: 2rem;
    padding: 8px 45px 8px 17px;
}

.acc-panel::before,
.shop__panel::before {
    border-width: 20px 20px 0 0;
}

/* =============================================================
    side(PC only)
============================================================= */
/* side-contact */
.side-contact {
    background: #c30d23;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 20px;
    padding: 20px 10px 10px;
}

.side-contact-inner {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.side-contact-inner .btn-icon {
    display: block;
    text-align: left;
}
.side-contact-inner__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 3rem;
    font-weight: 700;
}
.side-contact-inner__time {
    font-size: 1.3rem;
    font-weight: 700;
}
/* side-bnr */
.side-bnr {
    margin: 0 0 20px;
}

.side-bnr > li {
    margin: 0 0 20px;
}

.side-bottom-bnr {
    display: block;
    margin: 20px auto;
}

/* side-shop */
.side-shop__group .acc-panel {
    font-size: 1.8rem;
    padding: 10px 35px 10px 17px;
}

.side-shop__group .acc-panel__plus::before,
.side-shop__group .acc-panel__plus::after {
    width: 16px;
    height: 2px;
}

.side-shop__title {
    display: block;
    margin: 0 auto 15px;
}

.side-shop-list {
    margin-top: 10px;
}

/* side-navi */
.side-navi {
    background: #c30d23;
    padding: 20px 10px 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.side-navi li:not(:last-child) {
    margin: 0 0 5px;
}

.side-navi a {
    background: linear-gradient(180deg, #fff, #ececec 100%);
    border: 1px solid #ddd;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 18px 20px;
    position: relative;
}

.side-navi a::after {
    border-right: 3px solid;
    border-top: 3px solid;
    content: "";
    margin: auto;
    height: 8px;
    width: 8px;
    position: absolute;
    bottom: 0;
    right: 18px;
    top: 0;
    transform: rotate(45deg);
}

/* =============================================================
    home
============================================================= */
/* home-top
--------------------------------- */
.home-top-banner {
    margin-block: 2.5em 1.5625em;
    gap: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-top-footer {
    background: #fff;
    text-align: center;
    padding: 2px 0;
}
#home-top-slide .slick-slide {
    min-height: 52vh;
    aspect-ratio: 1840 / 520;
}
.home-top-slide__image img {
    min-height: 52vh;
}
.home-top-slide__navi {
    width: 1000px;
    padding-block: 15px;
}
.home-top-slide__arrows .slick-arrow {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--color-theme-primary);
}

/**
* home-top-news
============================== */
.home-top-news {
    background: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 1000px;
    margin: 1.5em auto 4.5em;
    display: flex;
    gap: 20px;
}
.home-top-news__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    width: 280px;
    padding: 0.5em 0 0.5em 4.5em;
    position: relative;
}
.home-top-news__title::after {
    content: attr(data-en);
    color: #c30d23;
    display: block;
    font-size: 0.6em;
}
.home-top-news__icon {
    fill: #c30d23;
    width: 2em;
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
}
.home-top-news__box {
    display: flex;
    flex-direction: column;
    padding-block: 15px;
    gap: 10px;
}
.home-top-news__link {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
    position: relative;
    transition: color 0.3s;
}
.home-top-news__link:hover {
    color: #c30d23;
}
.home-top-news__link .arrow {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}
.home-top-news__date {
    width: 90px;
    font-size: 0.75em;
}
.home-top-news__cat {
    width: 70px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #c30d23;
    padding: 5px;
    border-radius: 10px;
}
.home-top-news__label {
    flex: 0 1 auto;
    width: calc(100% - (100px + 14px + 13%));
}
/* home-product
 --------------------------------- */
.home-product-list {
    background: #c30d23;
    box-shadow: 5px 5px 10px -5px #ffb400;
    border-radius: 10px;
    margin: 0 20px 60px;
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-product-list__content {
    background: #fff;
    filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.7));
    border-radius: 10px;
    width: 300px;
    padding: 20px 15px;
    font-weight: bold;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.home-product-list__title {
    font-size: 2.25em;
    line-height: 1;
    word-break: break-all;
    margin-bottom: 5px;
}

.home-product-list__unit {
    background-color: #c30d23;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    padding: 0px 15px;
    margin-bottom: 5px;
}

.home-product-list__pressure {
    background-color: #001e73;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.home-product-list-retail {
    font-size: 1.25em;
}

.home-product-list__accessories {
    margin-block-end: 0.9375em;
}

.home-product-list-retail__tax,
.home-product-list__accessories {
    font-size: 0.875em;
}

.home-product-list__image {
    margin: auto;
    min-height: 197px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-product-list__thumb {
    max-width: 155px;
}

.home-product-list__badge {
    gap: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-product-list-discount {
    position: relative;
}

.home-product-list-discount__number {
    color: #fff;
    position: absolute;
    top: 22px;
    left: 10px;
    font-size: 4rem;
    letter-spacing: -0.05em;
}

.home-product-list__label {
    background-color: #f7ee58;
    border: 1px solid #c30d23;
    color: #c30d23;
    padding: 0 5px;
    margin-block: 0.625em;
}

.home-product-list-price {
    margin-block-start: auto;
    font-size: 18px;
    line-height: 1;
    gap: 10px;
    display: flex;
    align-items: center;
}

.home-product-list-price__label {
    background-color: #ff6600;
    color: #fff;
    padding: 3px 7px;
    margin-block-start: 0.5em;
    font-size: 0.611em;
    line-height: 1.2;
    align-self: flex-start;
}

.home-product-list-price__content {
    gap: 0.5em;
    display: flex;
    align-items: center;
    font-size: 11px;
}

.home-product-list-price__content--ex {
    font-size: 18px;
}

.home-product-list-price__number {
    background: linear-gradient(0deg, #ff2e1e 30%, #fca600 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff2e1e;
    font-size: 2.5em;
    letter-spacing: -0.04em;
}

.home-product-list-price__number[data-count-length="6"] {
    font-size: 2.3em;
}

.home-product-list-price__number[data-count-length="7"] {
    font-size: 2em;
}

.home-product-list-price__unit {
    font-size: 0.66em;
}

.home-product-list-price__tax {
    background: linear-gradient(0deg, #ff2e1e 20%, #fca600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff2e1e;
    font-size: 1.6rem;
    writing-mode: vertical-rl;
}

.product-maker {
    text-align: center;
    margin-bottom: 40px;
    background: #c30d23;
    padding: 15px 15px 30px;
}

.product-maker__catch {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.product-maker__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.product-maker__link {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.product-maker__link:hover {
    opacity: 0.8;
}

/* home-results
--------------------------------- */
.home-results {
    background: repeating-linear-gradient(90deg, #d90e27, #d90e27 9px, #c30d23 9px, #c30d23 18px);
    padding: 0 0 10px;
    margin-top: 40px;
}

.home-results-title {
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    top: -15px;
}

.home-results-title-img {
    margin-top: -30px;
}

/* results-slide */
#results-slide {
    margin: 0 0 40px;
}

.results-slide-box {
    margin: 0 10px;
}

#results-slide .results-list-box {
    margin-bottom: 0;
}

/* top-movie
--------------------------------- */
.top-movie__title {
    text-align: center;
    margin: 40px 0 10px;
}

.top-movie__wrap {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.top-movie__wrap::before {
    content: "";
    display: block;
    padding-top: 45%;
}

.top-movie__youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.youtube-dummy .top-movie__youtube {
    object-fit: cover;
}

.youtube-dummy::after {
    background: url(svg/play-button.svg) no-repeat 50% 50% / contain;
    content: "";
    opacity: 0.8;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    transform: translate(-50%, -50%);
}

/* covid-bnr
--------------------------------- */
.covid-bnr {
    text-align: center;
    display: block;
}

/* home-bnr
--------------------------------- */
.home-intro-area {
    background: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: calc(20 / 700 * 100%);
    margin-bottom: 20px;
}

.home-intro-area:hover {
    color: inherit;
}

.home-intro-area-title {
    /* font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; */
    display: block;
    margin: 0 auto 25px;
}

.home-intro-area-title__inner {
    color: #c30d23;
    font-size: 2.4rem;
    font-weight: 700;
}

.home-intro-area-list {
    --column-gap: clamp(5px, calc(10 / 640 * 100vw), 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px var(--column-gap);
}

.home-intro-area-list__item {
    flex: 0 1 calc(50% - var(--column-gap));
    /* width: calc(325 / 660 * 100%); */
    background: #fff;
    padding: 0 18px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.home-intro-area-list__label {
    border-radius: 15px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    width: calc(150 / 325 * 100%);
    margin: -15px auto 0;
}

.home-intro-area-list__content {
    font-weight: 700;
    margin-top: 10px;
}

.home-intro-area-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0 10px;
    margin-top: 10px;
}

.home-intro-area-bottom__search {
    font-size: 1.8rem;
    font-weight: 700;
}

.home-intro-area-bottom__icon {
    margin-left: 5px;
}

.home-bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.home-bnr > a {
    display: block;
    margin: 0 0 20px;
}

.home-bnr .btn-wrap {
    width: 100%;
}

/* home-reason
--------------------------------- */
.home-reason {
    background: #c30d23;
    padding: 30px 20px 20px;
    margin: 0 0 60px;
}

.home-reason-title {
    text-align: center;
    margin: 0 0 25px;
}

.home-reason-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.home-reason-navi > li {
    margin: 0 4px 10px;
}

.home-reason-box {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 35px 30px;
    position: relative;
}

.home-reason-box:nth-of-type(odd) {
    background-color: #ffffbb;
}

.home-reason-box:nth-of-type(1) {
    background-image: url(images/home-reason_p1.png);
    background-color: #abe8f5;
}

.home-reason-box:nth-of-type(2) {
    background-image: url(images/home-reason_p2.png);
}

.home-reason-box:nth-of-type(3) {
    background-image: url(images/home-reason_p3.png);
}

.home-reason-box:nth-of-type(4) {
    background-image: url(images/home-reason_p4.png);
}

.home-reason-box:nth-of-type(5) {
    background-image: url(images/home-reason_p5.png);
}

.home-reason-box:nth-of-type(6) {
    background-image: url(images/home-reason_p6.png);
}

.home-reason-box:first-of-type {
    border-radius: 10px 10px 0 0;
}

.home-reason-box:last-of-type {
    border-radius: 0 0 10px 10px;
}

.home-reason-box-title {
    text-align: center;
    margin: 15px 0 10px;
}

/* reason-1 */
.home-reason-box:nth-of-type(1) .home-reason-box-title {
    margin-bottom: 30px;
}

.home-reason-area {
    background: url(../../../shop-data/images/home-reason_01bg.png) 50% bottom no-repeat;
    padding: 0 calc(100% - (310 / 600 * 100%)) 400px 0;
}

.home-reason-area-title {
    color: #c30d23;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.home-reason-area__icon {
    margin-right: 5px;
}

.home-reason-area__group {
    display: flex;
    gap: 0 3px;
    font-size: 1.4rem;
}

.home-reason-area__group + .home-reason-area__group {
    margin-top: 3px;
}

.home-reason-area__label {
    color: #fff;
    font-weight: 700;
    border-radius: 6px 0 0 6px;
    width: calc(110 / 310 * 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-reason-area__content {
    background: #fff;
    width: calc(200 / 310 * 100%);
    padding: 10px 15px;
}

/* reason-2 */
.home-reason-2-box {
    background-image: linear-gradient(0deg, #f2f2f2 0%, #fff 100%);
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.4;
    font-weight: 700;
    padding: 20px;
}

.home-reason-2-title {
    color: #fe6b6b;
    font-size: 2.1rem;
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
}

.home-reason-2-list {
    width: 49%;
}

.home-reason-2-list > li {
    background: url(svg/icon_check.svg) no-repeat 0 0.3em / 31px;
    font-size: 2rem;
    padding: 8px 0 8px 40px;
}

.home-reason-2-image {
    position: absolute;
    bottom: 35px;
    right: 30px;
}

.home-reason-2-text {
    width: 48%;
}

/* reason-4 */
.home-reason-4 {
    background: url(images/home-reason_04c.png) no-repeat right top;
    padding: 0 0 40px;
}

/* reason-5 */
.home-reason-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.home-reason-5 > li {
    margin: 20px 10px 0;
}

/* home-promise
--------------------------------- */
.home-promise {
    margin: 0 0 30px;
}

.home-promise-title {
    text-align: center;
    margin: 0 0 60px;
}

.home-promise-list {
    display: flex;
    justify-content: space-between;
}

.home-promise-list > li {
    background-image: linear-gradient(0deg, #f2f2f2 0%, #fff 100%);
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 0 14px 20px;
    width: 220px;
}

.home-promise-list-label {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c30d23;
    text-shadow:
        #ff0 2px 0px,
        #ff0 -2px 0px,
        #ff0 0px -2px,
        #ff0 0px 2px,
        #ff0 2px 2px,
        #ff0 -2px 2px,
        #ff0 2px -2px,
        #ff0 -2px -2px,
        #ff0 1px 2px,
        #ff0 -1px 2px,
        #ff0 1px -2px,
        #ff0 -1px -2px,
        #ff0 2px 1px,
        #ff0 -2px 1px,
        #ff0 2px -1px,
        #ff0 -2px -1px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.home-promise-list-image {
    display: block;
    margin: -30px auto 15px;
}

/* home-price
--------------------------------- */
.home-price {
    background: #fff url(images/home-price_bg.png) no-repeat 0 0;
    text-align: center;
    margin: 0 0 55px;
    padding: 30px 0 0;
}

.home-price-image {
    margin: 0 0 40px;
}

/* home-flow
--------------------------------- */
.home-flow {
    margin: 0 0 60px;
}

.home-flow-title {
}

.home-flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-flow-box {
    background-color: #f9e6e9;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 30px 0 0;
    padding: 50px 15px 20px;
    width: 220px;
}

.home-flow-box::before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    width: 106px;
    height: 47px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
}

.home-flow-box:nth-child(1)::before {
    background-image: url(images/flow_home_01.png);
}

.home-flow-box:nth-child(2)::before {
    background-image: url(images/flow_home_02.png);
}

.home-flow-box:nth-child(3)::before {
    background-image: url(images/flow_home_03.png);
}

.home-flow-box:nth-child(4)::before {
    background-image: url(images/flow_home_04.png);
}

.home-flow-box:nth-child(5)::before {
    background-image: url(images/flow_home_05.png);
}

.home-flow-box:nth-child(6)::before {
    background-image: url(images/flow_home_06.png);
}

.home-flow-box:not(:nth-child(3n))::after {
    background: #fff url(svg/arrow_01r.svg) no-repeat 0 0 / contain;
    border-radius: 50%;
    content: "";
    margin: auto;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 0;
    right: -26px;
    top: 0;
    transform: rotate(0);
    z-index: 1;
}

.home-flow-thumb {
    border-radius: 50%;
}

.home-flow-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c30d23;
    line-height: 1.4;
    margin: 15px 0 0;
}

/* home-faq
--------------------------------- */
.home-faq {
    background: #c30d23;
    margin: 0 0 40px;
    padding: 20px;
}

.home-faq-title {
    text-align: center;
    margin: -35px 0 20px 110px;
}

/* home-voice
--------------------------------- */
.home-voice {
    margin: 0 0 50px;
}

/* home-area
--------------------------------- */
.home-area {
    margin: 0 0 50px;
}

.home-area-title {
    margin: 0 0 30px;
    text-align: center;
}

.home-area__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0;
}

.home-area-inner {
    display: flex;
    flex-wrap: wrap;
}

.home-area-list {
    width: calc(370 / 700 * 100%);
}

.home-area-list__item + .home-area-list__item {
    margin-top: 20px;
}

.home-area-list__label {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 18px;
    padding: 0 20px;
}

.home-area__group + .home-area__group {
    margin-top: 10px;
}

.home-area-list__content {
    margin-top: 10px;
    font-size: 1.4rem;
}

.home-area-inner__img {
    min-height: 234px;
}

/* home common
--------------------------------- */
.home-sec {
    margin: 0 0 50px;
}

.bnr-navi {
    display: flex;
    justify-content: space-between;
}

/* =============================================================
    page flow
============================================================= */
.flow-box {
    background-position: 20px 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 40px 20px 40px 170px;
}

.flow-box:nth-child(odd) {
    background-color: #f9e6e9;
}

.flow-box:nth-child(1) {
    background-image: url(images/flow_step_01.png);
}

.flow-box:nth-child(2) {
    background-image: url(images/flow_step_02.png);
}

.flow-box:nth-child(3) {
    background-image: url(images/flow_step_03.png);
}

.flow-box:nth-child(4) {
    background-image: url(images/flow_step_04.png);
}

.flow-box:nth-child(5) {
    background-image: url(images/flow_step_05.png);
}

.flow-box:nth-child(6) {
    background-image: url(images/flow_step_06.png);
}

.flow-box:not(:last-child)::after {
    background: #fff url(svg/arrow_01r.svg) no-repeat 0 0 / contain;
    border-radius: 50%;
    content: "";
    margin: auto;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    z-index: 1;
}

.flow-box-thumb {
    border-radius: 50%;
    order: 2;
}

.flow-box-inner {
    order: 1;
    width: 290px;
}

.flow-box-note {
    border: 1px solid #ccc;
    border-radius: 10px;
    order: 3;
    font-size: 1.4rem;
    margin: 1em 0 0;
    padding: 10px 15px;
}

/* =============================================================
    page products
============================================================= */
.products-wrap {
    margin: 0 0 50px;
}

.products-header {
    text-align: center;
}

.products-box {
    text-align: center;
    margin: 0 0 20px;
    padding: 35px 20px 20px;
    position: relative;
}

.products-box--eco {
    background: #27ab3a;
}

.products-box--elec {
    background: #ffb400;
}

.products-box--gas {
    background: #21afc1;
}

.products-box::before {
    content: "";
    height: 135px;
    width: 135px;
    position: absolute;
    left: 0;
    top: 0;
}

.products-box.products-1::before {
    background-image: url(images/products_1_label.png);
}

.products-box.products-2::before {
    background-image: url(images/products_2_label.png);
}

.products-box.products-3::before {
    background-image: url(images/products_3_label.png);
}

.products-box-title {
    margin: 0 0 30px 50px;
}

.products-box .btn-wrap {
    margin: 20px 0;
}

.product {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 18px;
}

.product__box {
    background-color: #fff;
    display: block;
    font-weight: bold;
    border-radius: 10px;
    padding: 1em;
}

.product__box + .product__box {
    margin-top: 20px;
}

.product-label {
    text-align: left;
    margin-bottom: 10px;
}

.product-label__unit {
    background-color: #c30d23;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    padding: 0px 15px;
    margin-right: 5px;
}

.product-label__pressure {
    background-color: #001e73;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    padding: 0px 15px;
}

.product__type {
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.product__title {
    font-size: 3rem;
}

.product-cost {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-cost__box {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 320px;
    padding: 2px;
    display: flex;
    flex-direction: column;
}

.product-cost__box--w200 {
    width: 200px;
}

.product-cost__header {
    background-color: #ccc;
    border-radius: 8px 8px 0 0;
    font-size: 1.8rem;
    padding: 3px;
}

.product-cost__footer {
    padding: 10px;
    margin-block: auto;
}

.product-cost__detail {
    text-align: left;
}

.product-cost__detail + .product-cost__detail {
    margin-top: 15px;
}

.product-cost-price__group {
    display: flex;
    justify-content: space-between;
}

.product-cost__plus {
    fill: #c30d23;
    align-self: center;
    height: 29px;
    width: 29px;
}

.product-main {
    margin-top: 20px;
    gap: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-main__image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-main__thumb {
    border-radius: 10px;
    width: 145px;
    height: 140px;
    padding: 5px;
    object-fit: contain;
}

.product-main-total {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.product-main-total__label {
    padding: 5px 8px;
    background-color: #ff6600;
    color: #fff;
}

.product-main-total__content {
    gap: 0.25em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-main-total__price {
    background: linear-gradient(0deg, #ff2e1e 30%, #fca600 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    color: #ff2e1e;
    letter-spacing: -0.04em;
    line-height: 1;
}

.product-main-total__price--ex {
    font-size: 40px;
}

.product-main-total__unit {
    font-size: 2.4rem;
}

.product-main-total__tax {
    font-size: 0.5em;
}

.product__remarks {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 10px;
}

/* =============================================================
    single products
============================================================= */
.product-single {
    margin-bottom: 50px;
    font-weight: bold;
}

.product-single__title {
    font-size: clamp(2.4rem, 8vw, 4rem);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: break-all;
    margin-top: 15px;
    margin-bottom: 1.5em;
    padding-left: 2.1em;
    position: relative;
    border-bottom: 6px solid #c30d23;
    padding-bottom: 15px;
}

.product-single__title::before {
    border: 2px solid;
    content: "品番";
    font-size: clamp(1.6rem, 4vw, 1.8rem);
    font-weight: bold;
    padding: 0.123em 0;
    width: 3.667em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0.25em;
    margin-top: 5px;
}

.product-single-info {
    text-align: center;
}

.product-single-info__title {
    background: #c30d23;
    border-radius: 20px 20px 0 0;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 0.5em;
}

.product-single-info__title--only {
    border-radius: 10px;
}

.product-single-info__container {
    border: 3px solid #c30d23;
    border-radius: 0 0 20px 20px;
    padding: 30px;
}

.product-single-retail {
    max-width: 480px;
    border: 1px solid #ccc;
    font-size: clamp(1.4rem, 2.81vw, 1.8rem);
    font-weight: bold;
    padding: 0.2em 1em;
    margin: auto;
}

.product-single-retail__num {
    font-size: 1.333em;
    font-weight: 900;
}

.product-single-price {
    color: #c30d23;
    font-size: clamp(1.6rem, 3.75vw, 2.4rem);
    font-weight: bold;
    line-height: 1;
}

.product-single-retail + .product-single-price::before {
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ddd transparent transparent transparent;
    content: "";
    display: block;
    margin: 0.65em auto;
    width: 0;
    height: 0;
}

.product-single-price__box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.product-single-off {
    position: relative;
    color: #113575;
}

.product-single-off__text {
    font-size: 4rem;
    top: 27px;
    left: 4px;
    position: absolute;
    letter-spacing: -0.08em;
}

.product-single-price__wrap {
    background: var(--price-marker);
    display: inline-block;
    text-align: left;
}

.product-single-price__num {
    font-size: 2.5em;
}

.product-single-info__note {
    max-width: 480px;
    background: #ffb400;
    line-height: 1.4;
    margin: 1.2em auto 0;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0.4em 1em;
}

.product-single-info__plus {
    fill: #c30d23;
    display: block;
    margin: 0.75em auto;
    height: 29px;
    width: 29px;
}

.product-single-change__title {
    max-width: 480px;
    background: #f60;
    color: #fff;
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: bold;
    margin: 0 auto 0.8em;
    padding: 0.4em 1em;
}

.product-single-cost {
    font-size: clamp(1.6rem, 2.81vw, 1.8rem);
    font-weight: bold;
    margin-bottom: 1em;
}

.product-single-cost__num {
    font-size: 1.78em;
    font-weight: bold;
}

.product-single-content {
    gap: 5px;
    display: inline-flex;
    flex-direction: column;
}

.product-single-total {
    color: #c30d23;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    gap: 10px;
    display: flex;
    align-items: baseline;
}

.product-single-total--ex {
    background: var(--price-marker);
    font-size: clamp(1.8rem, 4.69vw, 3rem);
}

.product-single-total__label {
    min-width: 64px;
    padding: 0.25em 0.5em;
    position: relative;
    top: -0.5em;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
}

.product-single-total--ex .product-single-total__label {
    background: #fff;
    border: 2px solid #c30d23;
}

.product-single-total__num {
    font-size: 2.5em;
    letter-spacing: -0.06em;
}

.product-single-change + .product-single-change {
    margin-top: 30px;
}

.breakdown {
    background: #ffffbb;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
    padding: min(3vw, 30px);
    margin-bottom: 6.7em;
}

.breakdown__label {
    color: #c30d23;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0.5em;
}

.breakdown__label::before,
.breakdown__label::after {
    background: #c30d23;
    content: "";
    display: block;
    width: 1.5em;
    height: 2px;
    margin: 0 0.75em;
}

.check-list__ul {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    gap: 0.5em 1em;
    margin: auto;
}

.breakdown__bnr {
    text-align: center;
    margin-top: 1em;
}

.product-relate {
    margin-bottom: 3em;
}

.product-relate__title {
    font-size: clamp(2rem, 8vw, 3rem);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
    border-bottom: 6px solid #c30d23;
    padding-bottom: 15px;
}

.maker-products {
    border: 1px solid #ccc;
    border-radius: 30px;
    font-weight: bold;
    padding: 2.5em 4em;
}

.maker-products + .maker-products {
    margin-top: 20px;
}

.maker-products__intro {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.maker-products__image {
    border-radius: 10px;
    width: 145px;
    height: 145px;
    padding: 5px;
    object-fit: contain;
}

.maker-products__content {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.maker-products__name {
    font-size: clamp(3.5rem, 5vw, 4.8rem);
    line-height: 1;
    word-break: break-all;
}

.maker-products-construction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.maker-products-construction__price {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.maker-products-construction__content {
    font-size: 1.8rem;
}

.maker-products-construction__num {
    color: #c30d23;
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.maker-products-construction__num.maker-products-construction__num--ex {
    background: var(--price-marker);
    font-size: clamp(4rem, 7.81vw, 6rem);
}

.maker-products-construction__num > .yen {
    font-size: 0.5em;
}

.maker-products-construction__num > .tax {
    font-size: 0.3em;
}

.maker-products__btn {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

.maker-list-title {
    font-size: clamp(2rem, 8vw, 3rem);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 1.5em;
    position: relative;
    border-bottom: 6px solid #c30d23;
    padding-bottom: 15px;
}

/* =============================================================
    page warranty
============================================================= */
.warranty-info {
    display: flex;
    flex-wrap: wrap;
}

.warranty-info > dt {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    margin: 10px 0;
    width: 280px;
}

.warranty-info > dd {
    border: 5px solid #ffb400;
    border-left-width: 0;
    border-radius: 0 10px 10px 0;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 15px 20px;
    width: calc(100% - 280px);
}

/* =============================================================
    page company
============================================================= */
.table-1 tr:nth-child(even) {
    background: #f5f5f5;
}

.table-1 th,
.table-1 td {
    padding: 10px 20px;
}

.table-1 th {
    font-weight: 700;
}

.googlemap {
    vertical-align: middle;
    margin: 30px 0 0;
    height: 320px;
    width: 100%;
}

/* shop-list */
.shop__group + .shop__group {
    margin-top: 10px;
}

.shop-list {
    margin: 20px 30px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.shop-list__box {
    display: block;
    max-width: calc(200 / 640 * 100%);
}

.shop-list__thumb {
    width: 200px;
    height: 140px;
    object-fit: cover;
}

.shop-list__inner {
    margin-top: 20px;
}

.shop-list__name {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 5px;
}

.shop-list__add {
    line-height: 1.28;
}

/* side shop */
.sidebar .shop-list {
    justify-content: flex-start;
    gap: 0;
}

.sidebar .shop-list__box {
    padding-bottom: 15px;
    background: #fff;
    max-width: inherit;
    display: flex;
    justify-content: space-between;
}

.sidebar .shop-list__box + .shop-list__box {
    border-top: 1px solid #999;
    padding-top: 15px;
}

.side-shop-list__thumb {
    width: 93px;
    height: 93px;
    object-fit: cover;
}

.side-shop-list__inner {
    width: calc(100% - 105px);
    margin-top: 0;
}

.sidebar .shop-list__name {
    font-size: 1.6rem;
}

.sidebar .shop-list__add {
    font-size: 1.4rem;
}

/* =============================================================
    page check
============================================================= */
.check-logo {
    margin-right: 0.5em;
    vertical-align: middle;
    width: 120px;
}

/* =============================================================
    page area
============================================================= */
/* area-intro */
.area-intro__title {
    text-align: center;
    margin: 0 0 30px;
}

.area-intro__map {
    background: url(../../../shop-data/images/area_01.png) no-repeat 0 0 / cover;
    padding-bottom: 357px;
}

.area-intro__content {
    width: 380px;
    margin-bottom: 45px;
}

.area__content {
    margin-top: 20px;
}

.area-list {
    margin: 20px 20px 30px;
}

.area-list__item + .area-list__item {
    margin-top: 30px;
}

.area-list__label {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 3px solid #c30d23;
}

.area__group + .area__group {
    margin-top: 15px;
}

.area-list__content {
    line-height: 1.875;
}
/* =============================================================
    page reason
============================================================= */
.reason-content__intro {
    padding: 5rem 0 10rem;
}
.reason-content__intro h2 {
    font-size: 3rem;
}
.reason-content__catch {
    font-size: 4rem;
}
.reason-content__intro p:last-child {
    font-size: 2rem;
}
.reason-content-list {
    max-width: 1160px;
    margin: auto;
}
.reason-content-list__content {
    display: flex;
    gap: 8rem;
    padding-bottom: 6rem;
    flex-direction: row;
}
.reason-content-list__txt {
    line-height: 2;
}
.reason-content-list .reason-content-list__item:first-child .reason-content-list__content:first-child {
    padding-bottom: 4.5rem;
}
.reason-content-list__content div {
    flex: 50%;
}
.reason-content-list
    .reason-content-list__item:first-child
    .reason-content-list__content:first-child
    .reason-content-list__message {
    flex: 55%;
}
.reason-content-list .reason-content-list__item:nth-of-type(n + 3):nth-of-type(odd) .reason-content-list__content {
    flex-direction: row-reverse;
}
.reason-content-list-catch {
    font-size: 4rem;
}
.reason-content-list-catch .reason-content-list-catch__primary,
.reason-content-list-catch .reason-content-list-catch__secondary {
    margin-bottom: 1rem;
}

.reason-content-list__txt {
    margin-bottom: 0;
    font-size: 2rem;
}
.reason-content-list__achievement .reason-content-list__image:last-child {
    margin-top: 2rem;
}
.reason-content__outro img:first-of-type {
    margin-bottom: 3rem;
}
.reason-content__outro p {
    font-size: 2.2rem;
    margin: 5rem 0;
}

/* =============================================================
    form
============================================================= */
.form-wrap {
    margin: 50px auto;
}

.form-content {
    background: #c30d23;
    border-radius: 20px;
    padding: 20px;
}

.form-content-inner {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
}

.form-images-box {
    overflow: hidden;
}

.form-images-box:not(:last-child) {
    margin: 0 0 30px;
}

.form-images-sample {
    float: right;
    margin-left: 20px;
    width: 200px;
}

.mw_wp_form_confirm .form-images-sample {
    display: none;
}

.form-images-title {
    color: #ec6617;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.form-images-pic {
    background: #f5f5f5;
    display: inline-block;
    padding: 12px 20px;
}

.mw_wp_form_confirm .form-images-pic {
    padding: 0;
}

.noreq {
    background: #f5f5f5;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-right: 1em;
    padding: 0.5em 1em;
}

/* form-table */
.form-table {
    background: #ccc;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0 0 30px;
}

.form-table th,
.form-table td {
    padding: 20px;
    vertical-align: middle;
}

.form-table th {
    background: #f5f5f5;
    font-weight: 700;
}

.form-table td {
    background: #fff;
}

.form-table th.req + td {
    background: #fdf6f6;
}

/* =============================================================
    results
============================================================= */
/* results-list
--------------------------------- */
.results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.results-list-box {
    background: #fff;
    border-top: 4px solid #c30d23;
    box-shadow: 0 -1px 0 1px #ccc inset;
    border-radius: 0 0 10px 10px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 15px 20px 20px;
    width: 340px;
}

.results-list-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 15px;
}

.results-list-ba {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    position: relative;
}

.results-list-ba::before {
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #c30d23;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.results-list-ba-inner {
    width: 47%;
    position: relative;
}

.results-list-ba-inner::after {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-shadow:
        #fff 2px 0px,
        #fff -2px 0px,
        #fff 0px -2px,
        #fff 0px 2px,
        #fff 2px 2px,
        #fff -2px 2px,
        #fff 2px -2px,
        #fff -2px -2px,
        #fff 1px 2px,
        #fff -1px 2px,
        #fff 1px -2px,
        #fff -1px -2px,
        #fff 2px 1px,
        #fff -2px 1px,
        #fff 2px -1px,
        #fff -2px -1px;
    position: absolute;
    bottom: -0.6em;
    left: 0;
    right: 0;
}

.results-list-ba-inner.before::after {
    content: "BEFORE";
    color: #333;
}

.results-list-ba-inner.after::after {
    content: "AFTER";
    color: #c30d23;
}

.results-list-ba-image {
    background: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    /* width: 140px; */
    height: 180px;
    position: relative;
}

.results-list-ba-image > img {
    height: 100%;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.results-list-area {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
}

.results-list-date {
    margin: 6px 0 0;
}
.results-list-ttl {
    margin-top: 6px;
}

/* results-single
--------------------------------- */
.results-info,
.column-info {
    font-size: 1.2rem;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em;
}

.results-date,
.column-date {
    display: inline-block;
    font-size: 1.4rem;
}

a.results-area,
a.column-cat__link {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
}

.results-ba {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
}

.results-ba::before {
    border-style: solid;
    border-width: 24px 0 24px 20px;
    border-color: transparent transparent transparent #c30d23;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.results-ba-inner {
    width: 47%;
    position: relative;
}

.results-ba-inner::after {
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow:
        #fff 2px 0px,
        #fff -2px 0px,
        #fff 0px -2px,
        #fff 0px 2px,
        #fff 2px 2px,
        #fff -2px 2px,
        #fff 2px -2px,
        #fff -2px -2px,
        #fff 1px 2px,
        #fff -1px 2px,
        #fff 1px -2px,
        #fff -1px -2px,
        #fff 2px 1px,
        #fff -2px 1px,
        #fff 2px -1px,
        #fff -2px -1px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.results-ba-inner.before::after {
    content: "BEFORE";
    color: #333;
}

.results-ba-inner.after::after {
    content: "AFTER";
    color: #c30d23;
}

.results-ba-label {
    color: #fff;
    padding: 10px;
}

.before .results-ba-label {
    background: #333;
}

.after .results-ba-label {
    background: #c30d23;
}

.results-ba-maker {
    font-size: 1.8rem;
    padding: 10px;
}

.results-ba-image {
    background: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .results-ba-image > img {
        width: 100%;
    }
}

/* IE */
.before .results-ba-image {
}

.results-table {
    background: #ccc;
    border-collapse: separate;
    border-spacing: 0 1px;
    margin: 0 0 50px;
}

.results-table th,
.results-table td {
    padding: 12px 20px;
}

.results-table th {
    background: #f2f2f2;
    font-weight: 700;
}

.results-table td {
    background: #fff;
}

.results-warranty td {
    background: #fffafb;
}

.results-warranty li {
    background: #fff;
    border-radius: 3px;
    border: 1px solid;
    color: #c30d23;
    display: inline-block;
    margin: 0 0.2em;
    padding: 0 0.5em;
}

/* =============================================================
    post list
============================================================= */
/* post-list
--------------------------------- */
.post-list-box {
    border-bottom: 1px solid #ccc;
}

.post-list-box > a {
    display: flex;
    align-items: flex-start;
    padding: 12px 15px;
}

.post-list-date {
    font-size: 1.4rem;
    width: 140px;
}

.post-list-title {
    width: calc(100% - 140px);
}

/* prev next
--------------------------------- */
.prev-next {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 50px;
}

.prev-next > * {
    display: flex;
    align-items: center;
    position: relative;
}

.pn-prev,
.pn-next {
    background: linear-gradient(180deg, #f2f2f2, #f2f2f2 50%, #dad9d9 50%, #dad9d9 100%);
    border-radius: 10px;
    width: 38%;
}

.pn-prev {
    order: 1;
    padding: 10px 20px 10px 40px;
}

.pn-next {
    order: 3;
    padding: 10px 40px 10px 20px;
}

.pn-prev.non,
.pn-next.non {
    opacity: 0.2;
}

.pn-prev:not(.non)::after,
.pn-next:not(.non)::after {
    border-right: 2px solid;
    border-top: 2px solid;
    content: "";
    margin: auto;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.pn-prev:not(.non)::after {
    left: 15px;
    transform: rotate(-135deg);
}

.pn-next:not(.non)::after {
    right: 15px;
    transform: rotate(45deg);
}

a.to-list {
    align-self: center;
    background: linear-gradient(to bottom, #002d7d 0%, #002d7d 50%, #001f57 51%, #001f57 100%);
    border-radius: 10px;
    color: #fff;
    justify-content: center;
    order: 2;
    padding: 12px 0;
    width: 20%;
}

/* Pagination
--------------------------------- */
.pagination {
    clear: both;
    padding: 30px 0 10px;
    position: relative;
    font-size: 1.4rem;
    text-align: center;
}

.pagination span,
.pagination a {
    border-color: #e3e3e3 #cecece #b4b4b4 #d6d6d6;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    text-decoration: none;
    margin: 0 4px;
    padding: 8px 18px;
    width: auto;
}
/* =============================================================
    news
============================================================= */
/* news-list
--------------------------------- */
.news-list {
    gap: 1.25em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-list-box {
    border: 1px solid #ccc;
    border-top: 8px solid #c30d23;
    border-radius: 0 0 10px 10px;
    width: calc(340 / 700 * 100%);
    padding: 1.25em 1.25em 1.5625em;
    display: block;
}
.news-list__thumb {
    border-radius: 10px;
    width: 300px;
    height: 180px;
    margin-bottom: 1.125em;
    object-fit: cover;
}
.news-list-box__info {
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}
.news-list-date {
    margin-bottom: 0.25em;
    font-size: 12px;
    font-weight: 700;
}
.news-list__title {
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: 700;
}
.news-list__content {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

/* =============================================================
    column
============================================================= */
/* column-list
--------------------------------- */
.column-list {
    gap: 1.25em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column-list-box {
    border: 1px solid #ccc;
    border-top: 8px solid #c30d23;
    border-radius: 0 0 10px 10px;
    width: calc(340 / 700 * 100%);
    padding: 1.25em 1.25em 1.5625em;
    display: block;
}

.column-list__thumb {
    border-radius: 10px;
    width: 300px;
    height: 180px;
    margin-bottom: 1.125em;
    object-fit: cover;
}

.column-list-box__info {
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}

.column-list-date {
    margin-bottom: 0.25em;
    font-size: 12px;
    font-weight: 700;
}

.column-list-cat {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.column-list-cat__item {
    background: #333;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 12px;
    text-align: center;
}

.column-list__title {
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: 700;
}

.column-list__content {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

/* column-single
--------------------------------- */
.column-cat {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.column-writer {
    background: #f9e6e9;
    border-radius: 10px;
    padding: 1.875em;
    margin-bottom: 2.5em;
    letter-spacing: 0.1em;
    display: block;
}

.column-writer-title {
    color: #c30d23;
    margin-bottom: 1em;
    gap: 0.3em;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.column-writer-title__icon {
    fill: #c30d23;
    width: 15px;
    height: 15px;
}

.column-writer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.column-writer-image {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.column-writer-image__primary {
    width: 100%;
    object-fit: cover;
}

.column-writer-txt {
    width: calc(510 / 640 * 100%);
}

.column-writer__name {
    margin-bottom: 0.5em;
    font-weight: 700;
}

.column-writer__content {
    font-size: 1.4rem;
}
