@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 10px;
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: inherit;
}

select {
    cursor: pointer;
}

.-mb0 {
    margin-bottom: 0 !important;
}

.text-right{
    text-align: right;
}

main {
    margin-top: 30px;
}

.container {
    display: block;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container.-md {
    max-width: 1100px;
}

/* .container.-lg{
    max-width: 1100px;
} */
.container.-sm {
    max-width: 790px;
}

@media only screen and (min-width: 576px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .container {
        padding: 0;
    }
}

a:hover {
    transition: all .4s ease;
    opacity: .7;
}

@media only screen and (max-width: 767px) {
    a:hover {
        opacity: 1;
    }
}

.stamp__ttl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 27px;
}

.stamp__ttl-top {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.stamp__ttl-sm {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

@media only screen and (max-width: 767px) {
    .stamp__ttl-top {
        font-size: 20px;
    }

    .stamp__ttl-sm {
        font-size: 18px;
    }

    .stamp__ttl {
        gap: 12px;
        margin-bottom: 18px;
    }
}

.stamp__cat {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    gap: 40px;
    margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
    .stamp__cat {
        margin-bottom: 40px;
        gap: 30px;
    }
}

.stamp__cat-text {
    font-size: 18px;
    border-bottom: 1px solid #333;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.stamp__cat-text:hover {
    opacity: 0.7;
    border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 767px) {
    .stamp__cat-text {
        font-size: 14px;
        text-align: center;
        line-height: 1.3;
    }
}

.stamp__cat-text::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #333;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .stamp__cat-text::after {
        right: -15px;
    }
}

.stamp__cat-text:last-child::after {
    content: none;
}

.stamp__detail {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .stamp__detail {
        margin-bottom: 50px;
    }
}

.stamp__content {
    display: flex;
    gap: 70px;
    margin-bottom: 73px;
    align-items: flex-start;
    /* max-width: 1070px; */
    margin: 0 auto 70px auto;
}

@media only screen and (max-width: 1024px) {
    .stamp__content {
        gap: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .stamp__content {
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .stamp__content {
        flex-direction: column;
        margin: 0 auto 60px auto;
    }
}

.stamp__content-left {
    width: 32.2%;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

@media only screen and (max-width: 767px) {
    .stamp__content-left {
        width: 100%;
        position: static;
    }
}

.stamp__content-right {
    background: #fff;
    width: 67.8%;
}

@media only screen and (max-width: 767px) {
    .stamp__content-right {
        width: 100%;
    }
}

.stamp__detail-lead {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 19px;
}

.stamp__detail-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

/* price deisng */
.estimate__price {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 576px) {
    .estimate__price {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.estimate__price-text {
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 1.4;
}

@media only screen and (max-width: 576px) {
    .estimate__price-text {
        font-size: 14px;
    }
}

.estimate__price-text span {
    font-size: 32px;
    font-weight: 700;
}

@media only screen and (max-width: 576px) {
    .estimate__price-text span {
        font-size: 24px;
    }
}

.estimate__price-text span.-sm {
    font-size: 23px;
}

@media only screen and (max-width: 576px) {
    .estimate__price-text span.-sm {
        font-size: 16px;
    }
}

span.estimate__price-text-lft {
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 1.4;
}

@media only screen and (max-width: 576px) {
    span.estimate__price-text-lft {
        font-size: 14px;
    }
}

.estimate__price-note {
    font-size: 14px;
    letter-spacing: 0.005em;
}

/* price deisng */
.stamp__detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.stamp__detail-tag {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #f1f1f1;
    border-radius: 999px;
    padding: 5px 9px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .stamp__detail-lead {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .stamp__detail-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .stamp__detail-tag {
        font-size: 12px;
    }
}

.stamp__detail-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.4285714286;
    margin: 0;
}

.stamp-banner__ttl {
    display: flex;
    align-items: center;
    gap: 17px;
}

.stamp-banner__label {
    background: #434343;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 10px 5px 10px 10px;
    min-width: 84px;
    position: relative;
}

.stamp-banner__label::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 5px 35px 0px;
    border-color: transparent transparent #434343 transparent;
    transform: rotate(0deg);
    right: -5px;
    top: -1px;
}

.stamp-banner__note {
    font-size: 12px;
}

.ondemand-banner {
    margin-bottom: 38px;
}

.ondemand-banner__inner {
    position: relative;
}

.ondemand-banner__body {
    background-color: #f0f0f0;
    display: grid;
    grid-template-columns: 70px 1fr 140px;
    gap: 13px;
    align-items: flex-start;
    padding: 15px 16px 15px 15px;
}

@media only screen and (max-width: 992px) {
    .ondemand-banner__body {
        grid-template-columns: 70px 1fr 120px;
        padding: 20px 5px 15px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .ondemand-banner__body {
        display: flex;
        flex-direction: column;
        grid-template-columns: 70px 1fr 120px;
        padding: 20px 15px 15px 15px;
    }
}

.ondemand-banner__mascot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondemand-banner__mascot img {
    width: 86px;
    height: auto;
    display: block;
}

.ondemand-banner__content {
    min-width: 0;
}

.ondemand-banner__text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 23px;
}

@media only screen and (max-width: 992px) {
    .ondemand-banner__text {
        font-size: 14px;
    }
}

.ondemand-banner__btn {
    height: 43px;
    background: #2dc614;
    border-radius: 10px;
    display: flex;
    max-width: 340px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .ondemand-banner__btn {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .ondemand-banner__btn {
        display: flex;
        padding: 5px 15px;
        height: 50px;
        max-width: 300px;
        margin: 0 auto;
    }
}

.ondemand-banner__btn::after {
    position: absolute;
    content: "";
    width: calc(100% - 4px);
    height: 22px;
    background-color: #50e538;
    border-radius: 10px;
    top: 2px;
    left: 2px;
}

.ondemand-banner__btn:hover {
    filter: brightness(0.97);
}

.ondemand-banner__btn-cnt {
    position: relative;
    z-index: 1;
}

.ondemand-banner__btn-free {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -0.025em;
    padding-right: 14px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .ondemand-banner__btn-free {
        font-size: 12px;
    }
}

.ondemand-banner__btn-text {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .ondemand-banner__btn-text {
        font-size: 15px;
    }
}

.ondemand-banner__btn-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 6px;
}

.ondemand-banner__phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondemand-banner__phone img {
    width: 118px;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 16px;
}

@media only screen and (max-width: 767px) {
    .ondemand-banner__phone img {
        top: -80px;
    }
}

.product-info {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .product-info {
        margin-bottom: 40px;
    }
}

.product-info__inner {
    position: relative;
}

.product-info__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    padding: 11px 26px;
    font-size: 16px;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .product-info__row {
        grid-template-columns: 100px 1fr;
        font-size: 14px;
        padding: 10px 15px;
    }
}

.product-info__row:nth-child(odd) {
    background: #f0f0f0;
}

.product-info__row dt {
    font-weight: 700;
    color: #333;
}

.product-info__row dd {
    color: #333;
}

@media only screen and (max-width: 992px) {
    .product-info__row dd {
        line-height: 1.4;
    }
}

.price-table__inner {
    position: relative;
}

.price-table__head {
    position: relative;
    padding: 14px 16px 0;
    min-height: 44px;
}

.price-table__note {
    margin: 0 0 10px;
    padding-left: 86px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.price-table__table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.price-table__table thead th {
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 10px;
    text-align: center;
}

.price-table__table tbody td {
    text-align: center;
    padding: 11px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    vertical-align: middle;
}

@media only screen and (max-width: 400px) {

    .price-table__table thead th,
    .price-table__table tbody td {
        padding: 10px 5px;
    }
}


@media only screen and (max-width: 767px) {
    .price-table__table tbody td {
        font-size: 14px;
    }
}

.price-table__table tbody td span:first-child {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .price-table__table tbody td span:first-child {
        font-size: 14px;
    }
}

.price-table__table tbody td span:last-child {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .price-table__table tbody td span:last-child {
        font-size: 12px;
    }
}

.price-table__table tbody tr:nth-child(even) {
    background: #f0f0f0;
}

.stamp-gallery__main {
    background: #efefef;
    overflow: hidden;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .stamp-gallery__main {
        aspect-ratio: 300 / 230;
    }
}

.stamp-gallery__main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stamp-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-top: 9px;
}

.stamp-gallery__thumb {
    padding: 0;
    border: 2px solid transparent;
    background: #efefef;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stamp-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stamp-gallery__thumb.is-active {
    border-color: #333;
}

.stamp-gallery__thumb:focus-visible {
    outline: 2px solid #333;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .stamp-gallery__thumbs {
        gap: 8px;
    }
}

.hero {
    overflow: hidden;
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .hero {
        margin-bottom: 50px;
    }
}

.mv__swiper-container-wrapper {
    width: 100%;
    position: relative;
}

.swiper {
    width: 100%;
    overflow: visible;
}

.swiper-wrapper {
    position: relative;
}

.swiper-slide {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.mv__swiper-img {
    width: 100%;
    border-radius: 20px;
}

.mv__swiper-img img {
    width: 100%;
    aspect-ratio: 615/391;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .mv__swiper-img img {
        aspect-ratio: 375/600;
    }
}

@media (max-width: 575px) {
    .mv__swiper-img img {
        aspect-ratio: 375 / 460;
        height: auto;
    }
}

.mv__slide-caption {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    width: calc(100% - 60px);
}

@media (max-width: 767px) {
    .mv__slide-caption {
        width: calc(100% - 20px);
        bottom: 10px;
    }
}

.mv__slide-caption__wrapper {
    padding: 19px 27px;
}

@media (max-width: 767px) {
    .mv__slide-caption__wrapper {
        padding: 15px;
    }
}

.mv__slide-caption h3 {
    font-size: 26px;
    font-weight: 700;
    color: #313131;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .mv__slide-caption h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .mv__slide-caption h3 {
        font-size: 18px;
    }
}

.mv__slide-caption p {
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

@media (max-width: 992px) {
    .mv__slide-caption p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .mv__slide-caption p {
        font-size: 14px;
    }
}

/* Navigation buttons */
.mv__swiper-button-next,
.mv__swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 44px;
    height: 44px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    cursor: pointer;
}

@media (max-width: 767px) {

    .mv__swiper-button-next,
    .mv__swiper-button-prev {
        width: 25px;
        height: 25px;
    }
}

.mv__swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='%23D3D3D3'/%3E%3Cpath d='M31 23L18.25 33.3923V12.6077L31 23Z' fill='white'/%3E%3C/svg%3E%0A");
    left: calc(77.4725274725% + 25px);
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .mv__swiper-button-next {
        left: calc(81.25% + 12.5px);
    }
}

@media (max-width: 767px) {
    .mv__swiper-button-next {
        left: calc(81.25% + 28px);
    }
}

.mv__swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22' fill='white' stroke='%23D3D3D3'/%3E%3Cpath d='M31 23L18.25 33.3923V12.6077L31 23Z' fill='%23D3D3D3'/%3E%3C/svg%3E%0A");
}

.mv__swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' transform='rotate(180 22.5 22.5)' fill='%23D3D3D3'/%3E%3Cpath d='M14 22L26.75 11.6077V32.3923L14 22Z' fill='white'/%3E%3C/svg%3E%0A");
    right: calc(77.4725274725% + 25px);
    transform: translate(50%, -50%);
}

@media (max-width: 992px) {
    .mv__swiper-button-prev {
        right: calc(81.25% + 12.5px);
    }
}

@media (max-width: 767px) {
    .mv__swiper-button-prev {
        right: calc(81.25% + 28px);
    }
}

.mv__swiper-button-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22' transform='rotate(180 22.5 22.5)' fill='white' stroke='%23D3D3D3'/%3E%3Cpath d='M14 22L26.75 11.6077V32.3923L14 22Z' fill='%23D3D3D3'/%3E%3C/svg%3E%0A");
}

.faq__container {
    /* max-width: 760px; */
    margin: 0 auto;
}

.faq-item {
    background: #fff;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    user-select: none;
    gap: 19px;
    position: relative;
    border-bottom: 1px solid #434343;
}

.q-badge,
.a-badge {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #313131;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-question span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #313131;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer-inner {
    background-color: #f0f0f0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 20px;
}

.faq-answer-inner p {
    font-size: 16px;
    line-height: 1.8;
    color: #313131;
}

@media only screen and (max-width: 767px) {
    .faq-question span {
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-answer-inner p {
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-question {
        padding: 10px 15px;
    }

    .q-badge,
    .a-badge {
        font-size: 20px;
    }

    .faq-answer-inner {
        padding: 10px 15px;
    }
}

.faq-item+.faq-item {
    border-top: 1px solid #eee;
}

.notice {
    padding-top: 91px;
}

@media only screen and (max-width: 767px) {
    .notice {
        padding-top: 50px;
    }
}

.notice .section-heading {
    margin-bottom: 78px;
}

@media only screen and (max-width: 767px) {
    .notice .section-heading {
        margin-bottom: 35px;
    }
}

.notice__container {
    /* max-width: 760px; */
    margin: 0 auto;
}

.notice__block {
    padding: 18px 0 18px 20px;
    border-bottom: 1px solid #434343;
}

@media only screen and (max-width: 767px) {
    .notice__block {
        padding: 15px 0 15px 10px;
    }
}

.notice__line {
    font-size: 16px;
    line-height: 1.5;
    color: #313131;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .notice__line {
        font-size: 14px;
    }
}

.notice__line .mark {
    color: #313131;
    margin-right: 16px;
}

@media (max-width: 767px) {
    .notice__line .mark {
        margin-right: 8px;
    }
}

.notice__sub-note {
    padding-left: 2em;
    display: block;
}

@media (max-width: 767px) {
    .notice__sub-note {
        padding-left: 1em;
        line-height: 1.2;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #313131;
}

.section-heading {
    text-align: center;
    margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 35px;
    }
}

.section-heading__icon {
    margin-bottom: 10px;
}

.section-heading__primary {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
    .section-heading__primary {
        font-size: 20px;
    }
}

.section-heading__sub {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-heading__sub {
        font-size: 16px;
    }
}

.button-primary {
    border: none;
    display: inline-block;
    border-radius: 10px;
    padding: 13px 20px;
    background-color: #ff6c00;
    position: relative;
    color: #fff;
    font-weight: 700;
    transition: all 0.25s ease;
    font-size: 1.6rem;
}

.button-primary span {
    line-height: 1;
}

.button-primary__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.button-primary__text-center {
    margin-inline: 20px 17px;
}

.button-primary__arrow {
    background-image: url("./img/btn-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 11px;
    height: 12px;
}

.button-primary::before {
    content: "";
    display: block;
    top: 2px;
    left: 2px;
    height: 50%;
    right: 2px;
    background-color: #fd852e;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
}

.button-primary:hover {
    opacity: 0.7;
    color: #fff;
}

.contact {
    background-color: #f9efe8;
    padding-block: 47px 44px;
}

.contact .file-btn {
    background-color: #e2b0ae;
    border: none;
    position: relative;
    padding: 20px 32px;
    display: block;
    border-radius: 15px;
    color: #fff;
    transition: all 0.25s ease;
    max-width: 170px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.contact .file-btn:hover {
    opacity: .7;
}

@media only screen and (max-width: 767px) {
    .contact .file-btn {
        margin-right: auto;
    }

    .contact .file-btn:hover {
        opacity: 1;
    }
}

.file-group {
    width: 100%;
}

.file-group .wpcf7-form-control-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact .file-btn input[type=file] {
    width: 100%;
    height: 50px;
}

.contact .file-btn input[type=file]::file-selector-button {
    cursor: pointer;
}

.file-name-display {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}




.contact__form .form-group {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .contact__form .form-group {
        flex-direction: column;
        gap: 10px;
    }
}

.contact__form .form-group__textarea {
    align-items: flex-start;
}

.contact__form .form-group__textarea label {
    margin-top: 18px;
}

@media only screen and (max-width: 767px) {
    .contact__form .form-group__textarea label {
        margin-top: 0;
    }
}

.contact__form .form-group__select {
    width: 100%;
    position: relative;
}

.contact__form .form-group__select select {
    padding-right: 46px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
}

.contact__form .form-group__select::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #f0f0f0;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.contact__form .form-group:not(:last-child) {
    margin-bottom: 20px;
}

.contact__form .form-group label {
    max-width: 230px;
    width: 100%;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .contact__form .form-group label {
        padding-right: 0;
        max-width: 100%;
        justify-content: flex-start;
    }
}

.contact__form .form-group label .required {
    background-color: #e27979;
    padding: 5px 8px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
}

.contact__form .form-group textarea,
.contact__form .form-group input:not([type=file]),
.contact__form .form-group select {
    background-color: #fff;
    border: none;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    padding: 10px;
}

.contact__form .form-group textarea:focus,
.contact__form .form-group input:not([type=file]):focus,
.contact__form .form-group select:focus {
    outline: none;
}

.contact__form .form-group input:not([type=file]),
.contact__form .form-group select {
    min-height: 50px;
}

.contact__form .form-group textarea {
    min-height: 160px;
    resize: none;
}

.contact__form .form-group input.prod-qty {
    max-width: 290px;
}

.contact__form .form-group input.post-code {
    max-width: 210px;
}

@media only screen and (max-width: 767px) {

    .contact__form .form-group input.prod-qty,
    .contact__form .form-group input.post-code {
        max-width: 100%;
    }
}

.contact__form-submit {
    display: block;
    padding: 23px 89px 23px 79px;
    background-color: #ff6c00;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s ease;
    max-width: 100%;
    /* width: 415px; */
    /* margin-inline: calc(((100% / 2) - 135px) - 20px); */
    height: 100%;
    min-height: 73px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .contact__form-submit {
        font-size: 16px;
        padding: 18px 63px 18px 55px;
        margin-inline: auto;
        min-height: 52px;
    }
}

@media only screen and (max-width: 576px) {
    .contact__form-submit {
        font-size: 16px;
        padding: 18px 63px 18px 55px;
        width: 100%;
    }
}

.contact__form-submit::before {
    content: "";
    display: block;
    top: 2px;
    left: 2px;
    height: 50%;
    right: 2px;
    background-color: #fd852e;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
}

.contact__form-submit::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.contact__form-submit-text {
    letter-spacing: -0.025em;
    display: block;
    position: relative;
    z-index: 2;
}

/* .contact__form-submit-text {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border: 0;
    font-family: "Noto Sans JP", sans-serif;
} 
    
@media only screen and (max-width: 767px) {
    .contact__form-submit-text {
        font-size: 16px;
    }
} */

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 5;
    margin: 0;
}

.contact__form-submit:hover {
    opacity: 0.7;
}

.cta {
    background-color: #f9efe8;
    padding-block: 22px 28px;
    margin-bottom: 72px;
}

@media only screen and (max-width: 767px) {
    .cta {
        margin-bottom: 50px;
    }
}

.cta .container {
    max-width: 905px;
}

.cta__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .cta__wrap {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }
}

.cta__content {
    max-width: 454px;
    width: 100%;
}

.cta__detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 23px;
}

@media only screen and (max-width: 767px) {
    .cta__detail {
        justify-content: center;
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cta__capsuleBox img {
        max-width: 160px;
    }
}

.cta__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: -0.025em;
}

.cta__tel {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
}

.cta__tel-tag {
    display: inline-block;
    padding: 0 11px;
    background-color: #313131;
    border-radius: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    height: 22px;
}

.cta__tel-num {
    font-size: 26px;
    font-weight: 700;
    color: #313131;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.cta__tel-num:hover {
    opacity: 0.7;
}

.cta__opening-hr {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center;
}

.cta__btn {
    padding-top: 24px;
}

@media only screen and (max-width: 992px) {
    .cta__btn {
        padding-top: 0;
    }
}

.support {
    padding: 45px 0;
}

@media only screen and (max-width: 767px) {
    .support {
        padding: 35px 0;
    }
}

.support__img img {
    display: block;
    margin: auto;
}

.support__content {
    background-color: #f6f6f6;
    padding: 23px 65px 50px 85px;
    border-radius: 10px;
    /* max-width: 1076px; */
    margin: 0 auto;
}

.support__title {
    font-size: 20px;
    margin-bottom: 17px;
    text-align: center;
    font-weight: 700;
}

.support__description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .support__content {
        padding: 20px 20px 25px;
    }

    .support__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .support__description {
        font-size: 14px;
    }
}

.delivery-flow {
    margin-bottom: 74px;
}

@media only screen and (max-width: 767px) {
    .delivery-flow {
        margin-bottom: 50px;
    }
}

.delivery-flow__box {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 30px 66px 25px;
    /* max-width: 1076px; */
    margin: 0 auto;
}


.delivery-flow__ttl {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 52px;
}

@media only screen and (max-width: 992px) {
    .delivery-flow__box {
        padding: 33px 30px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .delivery-flow__box {
        padding: 33px 20px 25px;
    }

    .delivery-flow__ttl {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.delivery-flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px;
}

@media only screen and (max-width: 992px) {
    .delivery-flow__list {
        gap: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .delivery-flow__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .delivery-flow__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.delivery-flow__item {
    text-align: center;
}

.delivery-flow__icon {
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-flow__icon img {
    max-width: 58px;
    height: auto;
    display: block;
}

.delivery-flow__head {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .delivery-flow__head {
        font-size: 16px;
    }
}

.delivery-flow__text {
    font-size: 14px;
    color: #333;
    line-height: 1.4285714286;
    margin: 0;
    text-align: left;
}


/* HEADER FOOTER */
.header__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 10px;
}

@media only screen and (min-width: 768px) {
    .header__btm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0 15px;
    }
}

@media only screen and (min-width: 992px) {
    .header__btm {
        padding: 10px 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__btm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header__btm {
        padding: 10px 0 10px;
    }
}

.header__logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media only screen and (min-width: 768px) {
    .header__logo-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header__logo {
    display: block;
}

.header__logo img {
    width: 70px;
}

@media only screen and (min-width: 768px) {
    .header__logo img {
        width: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .header__logo img {
        width: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__logo img {
        width: 120px;
    }
}

.header__logo-link {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding-left: 13px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .header__logo-link {
        padding-left: 0;
    }
}

.header__right {
    display: none;
}

@media only screen and (min-width: 768px) {
    .header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) {
    .header__right.-lg {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__right.-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 0;
    }
}

.header-phone {
    text-decoration: none;
    text-align: center;
    margin: 7px 20px;
    width: 100%;
    display: none;
}

.header-phone.-lg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
}

@media only screen and (min-width: 576px) {
    .header-phone {
        width: 155px;
        margin: 7px 20px;
    }
}

@media only screen and (min-width: 768px) {
    .header-phone {
        width: 220px;
        margin: 7px 7px 0 0;
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) {
    .header-phone {
        width: 250px;
        margin: 7px 10px 0 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-phone {
        width: 220px;
    }
}

.header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__tel span:first-child {
    background-color: #313131;
}

.header__tel span:first-child {
    font-size: 1.2rem;
    background-color: #979797;
    color: #fff;
    text-align: center;
    width: 45px;
    border-radius: 12px;
    margin-right: 10px;
    padding: 2px 0;
}

.header-phone.-lg .header-phone__no {
    font-size: 2.4rem;
}

.header-phone__no {
    color: #313131;
}

.header-phone__no {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #ec6941;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-phone__time {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.header__tel span:first-child {
    background-color: #313131;
}

.header-phone__no {
    color: #313131;
}

.header__line {
    border-bottom: 1px solid #d1e0d2;
}

.header .button-primary__inner span {
    font-size: 14px;
}

.header .button-primary__text-center {
    font-size: 18px !important;
}


/* footer  */
.footer {
    background-color: #575757;
    overflow: hidden;
}

.footer .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.footer .col-md-4 {
    max-width: calc((100% / 3) - ((15px * 2) / 3));
    flex: 0 0 calc((100% / 3) - ((15px * 2) / 3));
}

@media only screen and (max-width: 768px) {
    .footer .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.footer-card {
    padding: 40px 15px 10px;
}

@media only screen and (min-width: 768px) {
    .footer-card {
        padding: 40px 0 10px;
    }
}

.footer-card__title {
    font-size: 12px;
    color: #fff;
    padding: 8px 10px 8px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;

}

@media only screen and (min-width: 768px) {
    .footer-card__title {
        padding: 8px 10px 8px 15px;
        margin-bottom: 0;
        border-left: 2px solid #ffffff;
        background-color: #7d7c7c;
        border-bottom: 0;
        font-size: 14px;
    }
}

.footer-card__desc-box {
    visibility: hidden;
    height: 0;
    display: none;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media only screen and (min-width: 768px) {
    .footer-card__desc-box {
        display: block;
        padding: 5px 12px 14px;
        height: 100%;
        visibility: visible;
    }
}

.footer-card__desc {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .075em;
    padding: 10px 0;
}

.btn-footer {
    font-size: 1.4rem;
    color: #fff !important;
    background-color: #f39800;
    border: 1px solid #f39800;
    width: 100%;
    max-width: 335px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    border-radius: 0.375rem;
}

.btn-footer::after {
    position: absolute;
    content: "";
    background-image: url(./img/footer/arrow-right-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 13px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-card__desc-box--mb {
    padding-bottom: 22px;
}

.footer-goods {
    border-top: 2px solid #ccc;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .footer-goods {
        gap: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-goods__inner {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .footer-goods__inner {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

@media only screen and (min-width: 992px) {
    .footer-goods__inner {
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
    }
}

.footer-goods__title {
    font-size: 14px;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 10px;
    margin-bottom: 15px;

}

.footer-goods__item {
    margin-bottom: 15px;
}

.footer-goods__item a {
    font-size: 12px;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 1.4;
}

.footer-goods__item a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-goods__item-logo {
    padding-left: 0 !important;
    transition: all .3s ease-in-out;
}

.footer-goods__item-logo:hover {
    opacity: .7;
}

.footer-goods__item-logo::before {
    content: none !important;
}

.footer__list {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

@media only screen and (min-width: 576px) {
    .footer__list {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .footer__list {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
    }
}

.footer__item {
    position: relative;
}

.footer__item:first-child::before {
    display: none;
}

.footer__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    left: -15px;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 576px) {
    .footer__item::before {
        top: 54%;
    }
}

.footer__link {
    font-size: 12px;
    color: #fff !important;
    text-decoration: none;
    margin-right: 30px;
    padding: 10px 0 15px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 576px) {
    .footer__link {
        padding: 20px 0 15px;
    }
}

.footer__bottom {
    text-align: center;
    margin: 35px 0;
    padding: 0 20px;
}

@media only screen and (min-width: 768px) {
    .footer__bottom {
        padding: 0;
    }
}

.footer__bottom-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .footer__bottom-sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer__copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (min-width: 576px) {
    .footer__copyright {
        display: block;
        margin-top: 12px;
    }
}

.footer-card__sns-link {
    margin-right: 15px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-card__sns-link:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    /* .footer-card__desc-box {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    } */

    .footer-card__desc-box.is-shown {
        display: block;
        height: 100%;
        visibility: visible;
        max-height: 500px;
        height: 100%;

    }

    .footer-card__title.is-opened {
        margin-bottom: 0;
    }

    .row.footer-card {
        gap: 0;
    }

}

.footer-card__tel {
    font-size: 24px;
    text-decoration: none;
    color: #fff !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-card__desc em {
    font-size: 24px;
}

.footer-card__tel:hover,
.footer-card__desc a:hover em {
    text-decoration: underline;
    opacity: 1;
}

.footer-card__desc a:hover {
    opacity: 1;
}

@media only screen and (max-width:767px) {

    .footer-card__tel:hover,
    .footer-card__desc a:hover em {
        text-decoration: none;
    }
}

.footer .underline {
    text-decoration: underline;
}

.footer-card__desc span {
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.footer-card__desc span::after {
    position: absolute;
    content: "";
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    right: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.footer-card__desc span:last-child:after {
    content: none;
}

.form-group .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-response-output {
    text-align: center;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.d-md-flex {
    display: flex !important;
}

.d-md-none {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .d-none {
        display: none !important;
    }

    .d-flex {
        display: flex !important;
    }
}

/* input[type="file"]::file-selector-button {
    height: 50px;
    border-radius: 15px;
    width: 100%;
    max-width: 170px;
    border: none;
    background: none;
    cursor: pointer;
} */
/* .file-group input[type="file"]{
    width: fit-content;
}
.file-group .wpcf7-form-control-wrap{
    display: block;
}*/
.file-btn__wrapper {
    width: 100%;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    /* bottom: 70px; */
    right: 15px;
    background: #000;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    transition: all .35s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) {
    .scroll-to-top {
        height: 45px;
        width: 45px;
        right: 10px;
        bottom: 40px;
        /* bottom: 73px; */
    }
}
@media only screen and (min-width: 992px) {
    .scroll-to-top {
        bottom: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    .scroll-to-top {
        bottom: 80px;
    }
}
@media only screen and (min-width: 1400px) {
    .scroll-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/* @media only screen and (min-width: 576px) {
    .scroll-to-top {
        bottom: 153px;
    }
} */

.custom-file-input {
    display: none;
}

.success__container {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.success__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    background: #fff;
    max-width: 600px;
    padding: 80px 20px 30px;
    border: 2px solid #4da94d;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .success__wrapper {
        padding: 80px 10px 30px;
    }
}

.success__wrapper::after {
    content: '';
    position: absolute;
    background: url(../assets/img/check.svg) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
}

.success__wrapper-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    /* color: #4da94d; */
}

.success__wrapper-close {
    /* position: absolute;
    width: fit-content;
    top: 8px;
    right: 15px; */
    transition: all .4s ease;
    font-size: 16px;
    cursor: pointer;
    color: #FFF;
    padding: 14px 40px;
    background: #4da94d;
    border-radius: 10px;
}

.success__wrapper-close:hover {
    opacity: .7;
}

body.no-scroll {
    overflow: hidden;
}

.success__container.fail .success__wrapper-close {
    background: #d63939;
}

.success__container.fail .success__wrapper {
    border: 2px solid #d63939;
}

.success__container.fail .success__wrapper::after {
    background: url(../assets/img/cross.svg) no-repeat;
}

.price-table {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .price-table {
        margin-bottom: 40px;
    }
}

.button-primary.-pdf .button-primary__arrow {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' stroke-width='12'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E%3C/title%3E%3Cg id='xxx-word'%3E%3Cpath class='cls-1' d='M325,105H250a5,5,0,0,1-5-5V25a5,5,0,0,1,10,0V95h70a5,5,0,0,1,0,10Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M275,280H125a5,5,0,0,1,0-10H275a5,5,0,0,1,0,10Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M200,330H125a5,5,0,0,1,0-10h75a5,5,0,0,1,0,10Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M145,236h-9.61V182.68h21.84q9.34,0,13.85,4.71a16.37,16.37,0,0,1-.37,22.95,17.49,17.49,0,0,1-12.38,4.53H145Zm0-29.37h11.37q4.45,0,6.8-2.19a7.58,7.58,0,0,0,2.34-5.82,8,8,0,0,0-2.17-5.62q-2.17-2.34-7.83-2.34H145Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M183,236V182.68H202.7q10.9,0,17.5,7.71t6.6,19q0,11.33-6.8,18.95T200.55,236Zm9.88-7.85h8a14.36,14.36,0,0,0,10.94-4.84q4.49-4.84,4.49-14.41a21.91,21.91,0,0,0-3.93-13.22,12.22,12.22,0,0,0-10.37-5.41h-9.14Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M245.59,236H235.7V182.68h33.71v8.24H245.59v14.57h18.75v8H245.59Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 20px;
    height: 23px;
}

.button-primary .button-primary__text-center.-ml0 {
    margin-left: 0;
}


/* NEW TUMB CSS */



/* Tumbler Price System */


@media screen and (max-width: 767px) {
    .product__inquiry {
        font-size: 12px;
    }
}

.product__inquiry-top {
    width: fit-content;
    background: #eeeeee;
    display: flex;
    align-items: center;
    gap: 31px;
    padding: 16px 34px 27px 54px;
    border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 767px) {
    .product__inquiry-top {
        padding: 15px 10px 15px 40px;
    }
}

.product__inquiry-title {
    position: relative;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .product__inquiry-title {
        font-size: 16px;
    }
}

.product__inquiry-title::before {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28px" height="36px"><image x="0px" y="0px" width="28px" height="36px" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAkCAMAAACt+qpmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABd1BMVEXaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCz///99KzahAAAAe3RSTlMAQIR1rDMhPAmLCMxHASnDUE1TDQwLOVzO4+AneradY/EyJBTr/jD7kYCC6vXS9iIF1RjT+FtCRtvk7M3u/Bbp/UMO3u0K3/kP2RXKmz2Noqs+ePrE8sVKOvNVL/BdJeYE1sZ8b4wZZJL34uFuee8C2gdgVGpE9HfcMeif9ZclAAAAAWJLR0R80bYgXwAAAAd0SU1FB+kMAxAZEl5F2SUAAAFeSURBVDjLldL5NwJRFAfwr5CRspUQstSUlCiDpDSWZAspJNmXZN/F++c1p456zxR9f7hnzvmcd+99Zx4gkyoFSkdRXQZragFlnbxx9SooG9TyqNGgsam5dOOW1lwPrY6Ntk0Cnb4dHZ2/Y+gCunuMvegjMukHBkzZ02YZ4y350X+hddBWyJCdRoep+BbDNDpHimzUxaC7+OQYjcL4RCGThgq2LY8Go4eQKWN2T69xmkGnBUqfX4+ZgDiLuXkaF4LAYmgJWLauAKtM27XwOiEbYZtINiNb0UoWcsS2CQnFfISIO3YGQ7uI74kJ7Cf5Axwe0Wg+BjwCB5xEdcApjfyZ+9xPLi5TVnLlTjjYhdJSEX4Kjdd8ttxYpa8og2KKS4T4W07tJHfByD2NgQfgUXgCXNHsi43R6H9WvaT5V9XbO/ng4l52ZkaamZHGZYR//8+k3Iv/zKPLa2bj/WrM2TdE9cfHug0u9wAAAABJRU5ErkJggg==" /></svg>') no-repeat center center;
    width: 28px;
    height: 36px;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
}

.product__inquiry-required {
    font-size: 18px;
    line-height: 1;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .product__inquiry-required {
        font-size: 12px;
    }
}

.product__inquiry .--required,
.product__inquiry .--not-required {
    display: block;
    position: relative;
    padding-left: 18px;
}

.product__inquiry .--required::before,
.product__inquiry .--not-required::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23DA2C2C'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M6 11L6 4L10.5 7.5L6 11Z' fill='%23DA2C2C'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.product__inquiry .--not-required::before {
    background-image: url("data:image/svg+xml,%3Csvg width='256px' height='256px' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23DEDDDD'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M6 11L6 4L10.5 7.5L6 11Z' fill='%23DEDDDD'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.product__form-wrapper {
    background: #eeeeee;
    padding: 20px 30px;
}

@media screen and (max-width: 767px) {
    .product__form-wrapper {
        padding: 15px 10px 10px 10px;
    }
}


.product__form-flex .product__form-row {
    margin-bottom: 0;
}



.product__form-flex .product__form-row:first-child input {
    max-width: 137px;
}

.product__form-flex .product__form-row:last-child {
    flex: 1;
}



.product__form-label {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
    .product__form-label {
        font-size: 14px;
    }
}

.product__form-unit {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .05em;
    margin-left: -10px;
}

@media only screen and (max-width: 767px) {
    .product__form-unit {
        font-size: 14px;
    }
}

.product__form-row input {
    border-radius: 0;
    width: 100%;
    max-width: 187px;
    padding: 10px;
    height: 47px;
    border: none;
}

.product__form-row input:focus {
    box-shadow: 0 0 0 3px rgba(244, 219, 219, 0.7);
    outline: none;
}

.product__form-row select {
    font-size: 12px;
    width: 100%;
    color: #313131;
    padding: 10px 25px 10px 10px;
    height: 47px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    min-width: 100px;
    background-color: #fff;
}

@media only screen and (max-width: 576px) {
    .product__form-row select {
        height: 45px;
    }
}

.select-wrapper {
    width: 100%;
    position: relative;
    max-width: 380px;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="12px"><text kerning="auto" font-family="Kozuka Gothic Pr6N" fill="rgb(0, 0, 0)" font-size="14px" x="0px" y="11.078px"><tspan font-size="14px" font-family="Noto Sans JP" fill="%23A9A9A9">&%239660;</tspan></text></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.product__form-row select:focus {
    border-color: #f4dbdb;
    box-shadow: 0 0 0 3px rgba(244, 219, 219, 0.7);
    outline: none;
}

.product__form-row select::-ms-expand {
    display: none;
}


.product__form-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 1200px) {
    .product__form-flex {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product__form-flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.product__form-row {
    display: flex;
    align-items: center;
    gap: 20px;
}


.product__amount-wrapper {
    position: relative;
    border: 15px solid #f4dbdb;
    padding: 25px 70px;
    min-height: 262px;
}

@media screen and (max-width: 767px) {
    .product__amount-wrapper {
        padding: 15px 20px;
        min-height: 224px;
    }
}

@media screen and (max-width: 576px) {
    .product__amount-wrapper {
        padding: 12px;
    }
}


.product__amount-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}



.product__amount-text,
.product__amount-price {
    font-size: 16px;
    line-height: 1.4;
}

@media only screen and (max-width: 576px) {

    .product__amount-text,
    .product__amount-price {
        font-size: 14px;
    }
}

.product__amount-price-number {
    font-weight: 700;
    font-size: 22px;
}

@media only screen and (max-width: 576px) {
    .product__amount-price-number {
        font-size: 20px;
    }
}


.product__amount-price-number.--c-red {
    color: #da2c2c;
}

.product__amount-row.--total {
    position: relative;
    margin-block: 25px 20px;
}



.product__amount-row.--total::before,
.product__amount-row.--total::after {
    content: '';
    position: absolute;
    background: #f4dbdb;
    width: calc(100% + 90px + 68px);
    height: 1px;
    top: -10px;
    left: -90px;
}

.product__amount-row.--total::after {
    top: unset;
    bottom: -14px;
}

.product__amount-note {
    font-size: 14px;
    line-height: 20px;
    margin: 7px 12px 0;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .product__amount-note {
        font-size: 12px;
    }
}

.product__amount-note li {
    list-style: disc;
}

.product__amount-note-url {
    transition: all .4s ease;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #ff0000;
    padding-bottom: 6px;
}

.product__amount-note-url:hover {
    opacity: .7;
}

.product__amount-note-url::before {
    content: '';
    position: absolute;
    background: #ff0000;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.product__amount-pdf .product__amount-note-url {
    margin-right: 30px;
}

.product__amount-pdf .product__amount-note-url::after {
    position: absolute;
    right: -30px;
    display: block;
    content: '';
    width: 25px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' stroke='%23ff0000' stroke-width='5.2'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff0000;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E%3C/title%3E%3Cg id='xxx-word'%3E%3Cpath class='cls-1' d='M325,105H250a5,5,0,0,1-5-5V25a5,5,0,0,1,10,0V95h70a5,5,0,0,1,0,10Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M275,280H125a5,5,0,0,1,0-10H275a5,5,0,0,1,0,10Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M200,330H125a5,5,0,0,1,0-10h75a5,5,0,0,1,0,10Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M145,236h-9.61V182.68h21.84q9.34,0,13.85,4.71a16.37,16.37,0,0,1-.37,22.95,17.49,17.49,0,0,1-12.38,4.53H145Zm0-29.37h11.37q4.45,0,6.8-2.19a7.58,7.58,0,0,0,2.34-5.82,8,8,0,0,0-2.17-5.62q-2.17-2.34-7.83-2.34H145Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M183,236V182.68H202.7q10.9,0,17.5,7.71t6.6,19q0,11.33-6.8,18.95T200.55,236Zm9.88-7.85h8a14.36,14.36,0,0,0,10.94-4.84q4.49-4.84,4.49-14.41a21.91,21.91,0,0,0-3.93-13.22,12.22,12.22,0,0,0-10.37-5.41h-9.14Z'%3E%3C/path%3E%3Cpath class='cls-1' d='M245.59,236H235.7V182.68h33.71v8.24H245.59v14.57h18.75v8H245.59Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* MODAL */


.product__amount-pdf {
    transition: all .4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
    text-decoration: none;
    color: #da2c2c;
    font-size: 16px;
    margin-top: 25px;
    background: none;
    border: none;
    margin-inline: auto 0;
}

.product__amount-pdf:hover {
    opacity: .7;
}


@media screen and (max-width:767px) {

    .product__amount-pdf {
        margin-block: 20px;
    }

    .product__amount-btn span::before {
        width: 26px;
        height: 12px;
        left: -36px;
    }

    .product__amount-pdf:hover {
        opacity: 1;
    }
}



#openQuoteModal {
    cursor: pointer;
}

.quote__modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-family: 'Noto Sans JP', sans-serif;
    display: none;
}

.quote__modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    max-width: 840px;
    width: 100%;
    margin: 40px auto;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    border: 4px solid #f4dbdb;
}

@media only screen and (max-width: 767px) {
    .quote__modal-content {
        padding: 20px 10px;
    }
}

.modal-close-btn {
    color: #313131;
    position: absolute;
    right: 5px;
    top: 0;
    background: transparent;
    border: none;
    font-size: 40px;
    cursor: pointer;
}

.quote__modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 4px 0 12px;
    text-align: center;
}

.quote__modal-subtitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    color: #444;
    margin: 0 0 18px;
}

.quote__modal-subtitle small {
    font-size: 16px;
    font-weight: 400;
}

.quote__form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.quote__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.quote__form-label {
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.quote__form-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 520px;
}

@media only screen and (max-width: 767px) {
    .quote__form-row {
        gap: 0;
    }
}

.quote__form-row input {
    font-family: 'Noto Sans JP', sans-serif;
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #cfcfcf;
    font-size: 16px;
}

.quote__form-row span {
    font-size: 14px;
    margin-left: 6px;
    white-space: nowrap;
}

.quote__form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    margin: 20px auto 0;
    padding: 12px 28px;
    font-size: 20px;
    background: #df594a;
    color: #fff;
    border: 0;
    cursor: pointer;
    max-width: 300px;
    width: 300px;
    transition: all .25s ease;
}

@media screen and (min-width:991px) {
    .quote__form-btn:hover {
        opacity: .7;
    }
}

@media only screen and (max-width:991px) {
    .quote__modal-content {
        margin: 20px;
    }
}

@media only screen and (max-width:767px) {
    .modal-close-btn {
        font-size: 30px;
    }

    .quote__modal-title {
        font-size: 20px;
    }

    .quote__modal-subtitle {
        font-size: 18px;
    }

    .quote__modal-subtitle small {
        font-size: 14px;
    }

    .quote__form-btn {
        font-size: 18px;
    }
}

.errorbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.errorbox .product__amount-text.-red {
    color: #ff0000;
    line-height: 1.5;
}

.product__amount-pdf.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.product__form-wrapper_box.is-sticky {
    position: fixed;
    max-width: 1070px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}

.product__form-wrapper.stop-sticky {
    position: absolute;
    top: auto;
    bottom: 0;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
    .product__form-wrapper.stop-sticky {
        position: static;
        transform: none;
        transition: all 0.2s ease;
    }
}

@media (max-width: 767px) {
    .product__inquiry-top.is-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 15px;
        right: 0;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease;
    }
}

@media (max-width: 767px) {
    .product__inquiry-top.is-fixed-top {
        position: fixed;
        bottom: 0;
        left: 15px;
        right: 0;
        z-index: 1000;
        transition: all 0.2s ease;
    }
}

@media (max-width: 767px) {
    .product__inquiry-top.is-hidden {
        opacity: 0;
        pointer-events: none;
    }
}

.product__amount-row.-border {
    border: 1px solid #f4dbdb;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

.stamp__detail-desc a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.estimate-btn {
    position: fixed;
    bottom: 100px;
    right: 38px;
    display: block;
    background-color: #f9efe8;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    z-index: 99;
}

@media (max-width: 767px) {
    .estimate-btn {
        bottom: 70px;
        right: 10px;
    }
}

.estimate-btn span {
    display: block;
    width: 100%;
    height: 100%;
}

.estimate-btn span:before {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28px" height="36px"><image x="0px" y="0px" width="28px" height="36px" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAkCAMAAACt+qpmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABd1BMVEXaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCz///99KzahAAAAe3RSTlMAQIR1rDMhPAmLCMxHASnDUE1TDQwLOVzO4+AneradY/EyJBTr/jD7kYCC6vXS9iIF1RjT+FtCRtvk7M3u/Bbp/UMO3u0K3/kP2RXKmz2Noqs+ePrE8sVKOvNVL/BdJeYE1sZ8b4wZZJL34uFuee8C2gdgVGpE9HfcMeif9ZclAAAAAWJLR0R80bYgXwAAAAd0SU1FB+kMAxAZEl5F2SUAAAFeSURBVDjLldL5NwJRFAfwr5CRspUQstSUlCiDpDSWZAspJNmXZN/F++c1p456zxR9f7hnzvmcd+99Zx4gkyoFSkdRXQZragFlnbxx9SooG9TyqNGgsam5dOOW1lwPrY6Ntk0Cnb4dHZ2/Y+gCunuMvegjMukHBkzZ02YZ4y350X+hddBWyJCdRoep+BbDNDpHimzUxaC7+OQYjcL4RCGThgq2LY8Go4eQKWN2T69xmkGnBUqfX4+ZgDiLuXkaF4LAYmgJWLauAKtM27XwOiEbYZtINiNb0UoWcsS2CQnFfISIO3YGQ7uI74kJ7Cf5Axwe0Wg+BjwCB5xEdcApjfyZ+9xPLi5TVnLlTjjYhdJSEX4Kjdd8ttxYpa8og2KKS4T4W07tJHfByD2NgQfgUXgCXNHsi43R6H9WvaT5V9XbO/ng4l52ZkaamZHGZYR//8+k3Iv/zKPLa2bj/WrM2TdE9cfHug0u9wAAAABJRU5ErkJggg==" /></svg>') no-repeat center center;
    width: 28px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-estimate {
    font-size: 20px;
    font-weight: 300;
    color: #E66A6A;
    background-color: #f9efe8;
    padding: 10px 15px 10px 45px;
    position: relative;
    transition: all .3s ease-in-out;
    display: block;
}

@media only screen and (max-width: 576px) {
    .btn-estimate {
        font-size: 14px;
    padding: 10px 5px 10px 30px;
    }
}

.btn-estimate::before {
    display: inline-block;
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28px" height="36px"><image x="0px" y="0px" width="28px" height="36px" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAkCAMAAACt+qpmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABd1BMVEXaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCzaLCz///99KzahAAAAe3RSTlMAQIR1rDMhPAmLCMxHASnDUE1TDQwLOVzO4+AneradY/EyJBTr/jD7kYCC6vXS9iIF1RjT+FtCRtvk7M3u/Bbp/UMO3u0K3/kP2RXKmz2Noqs+ePrE8sVKOvNVL/BdJeYE1sZ8b4wZZJL34uFuee8C2gdgVGpE9HfcMeif9ZclAAAAAWJLR0R80bYgXwAAAAd0SU1FB+kMAxAZEl5F2SUAAAFeSURBVDjLldL5NwJRFAfwr5CRspUQstSUlCiDpDSWZAspJNmXZN/F++c1p456zxR9f7hnzvmcd+99Zx4gkyoFSkdRXQZragFlnbxx9SooG9TyqNGgsam5dOOW1lwPrY6Ntk0Cnb4dHZ2/Y+gCunuMvegjMukHBkzZ02YZ4y350X+hddBWyJCdRoep+BbDNDpHimzUxaC7+OQYjcL4RCGThgq2LY8Go4eQKWN2T69xmkGnBUqfX4+ZgDiLuXkaF4LAYmgJWLauAKtM27XwOiEbYZtINiNb0UoWcsS2CQnFfISIO3YGQ7uI74kJ7Cf5Axwe0Wg+BjwCB5xEdcApjfyZ+9xPLi5TVnLlTjjYhdJSEX4Kjdd8ttxYpa8og2KKS4T4W07tJHfByD2NgQfgUXgCXNHsi43R6H9WvaT5V9XbO/ng4l52ZkaamZHGZYR//8+k3Iv/zKPLa2bj/WrM2TdE9cfHug0u9wAAAABJRU5ErkJggg==" /></svg>') no-repeat center center;
    background-size: contain;
    width: 22px;
    height: 25px;
    top: 47%;
    transform: translateY(-50%);
    left: 14px;
}

@media only screen and (max-width: 576px) {
    .btn-estimate::before {
        left: 5px;
    }
}

.estimate{
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .estimate{
        padding: 20px;
    }
}


.product__form-wrapper.is-sticky {
    position: fixed;
    max-width: 1070px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}


.product__form-wrapper.is-sticky .estimate-btn{
    bottom: 12px;
    right: -80px;
}

@media only screen and (max-width: 1200px) {
    .product__form-wrapper.is-sticky .estimate-btn{
        bottom: 100px;
        right: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .product__inquiry-top.is-fixed-bottom .estimate-btn{
        bottom: 5px;
        right: 40px;
    }
}
