@charset "UTF-8";

/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
    font-size: 16px;
    overflow-x: hidden;
}

@media (max-width: 1320px) {
    html {
        font-size: 1.2121212121vw;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #504437;
    background-color: #EDE6D7;
    line-height: 1;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.8;
}

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

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
    .sm-remove {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .md-remove {
        display: none;
    }
}

@media screen and (max-width: 999px) {
    .lg-remove {
        display: none;
    }
}

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
    display: none;
}

@media screen and (max-width: 399px) {
    .sm-add {
        display: block;
    }
}

.md-add {
    display: none;
}

@media screen and (max-width: 600px) {
    .md-add {
        display: block;
    }
}

.lg-add {
    display: none;
}

@media screen and (max-width: 999px) {
    .lg-add {
        display: block;
    }
}

.layout-header {
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    left: 0;
}

.layout-stock-plan-single {
    padding: 4.625rem 1.25rem 12.375rem 1.25rem;
    max-width: 65.375rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.3125rem;
}

@media screen and (max-width: 600px) {
    .layout-stock-plan-single {
        padding: 2.25rem 1.3125rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.75rem;
    }
}

.layout-sub-plans {
    margin-top: 3.75rem;
}

@media screen and (max-width: 600px) {
    .layout-sub-plans {
        margin-top: 1.875rem;
    }
}

.layout-certification {
    margin-top: 8.9375rem;
}

@media screen and (max-width: 600px) {
    .layout-certification {
        margin-top: 2.5rem;
    }
}

.layout-mechanic {
    padding: 3.3125rem 0 3.75rem 0;
}

@media screen and (max-width: 600px) {
    .layout-mechanic {
        padding: 1.875rem 0;
    }
}

.news-mv {
    background-color: #d67500;
    padding: 60px 40px;
    margin-top: 166px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news_item {
    padding: 60px 0;
    padding-left: 6.25vw;
}

.news_item:nth-child(odd) {
    background-color: rgba(214, 117, 0, 0.1);
}

.news_item .news_title {
    font-size: 1rem;
}

.news_item .date {
    margin-right: 40px;
}

.news_inner {
    margin-top: 60px;
    width: 83%;
    max-width: 1070px;
    background-color: #f6f3eb;
    padding: 80px 0;
    margin: 60px auto;
    border-radius: 20px;
}

@media (max-width: 600px) {
    .news_inner {
        width: 100%;
    }
}

.news_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 600px) {
    .news_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news_link .date {
        margin-bottom: 15px;
    }
}

.blog .sub-mv__sub-title,
.blog .sub-mv__main-title,
.post-template-default .sub-mv__sub-title,
.post-template-default .sub-mv__main-title {
    position: inherit;
}

.news_detail {
    width: 83%;
    max-width: 1070px;
    margin: 0 auto;
    background-color: #f6f3eb;
    padding: 46px 5%;
    margin: 60px auto;
    border-radius: 20px;
}

@media (max-width: 600px) {
    .news_detail {
        width: 100%;
        border-radius: 0;
    }
}

.news_detail .news_title {
    font-size: 1.688rem;
    margin-bottom: 40px;
    line-height: 1.785;
}

.news_detail .date {
    margin-bottom: 20px;
    font-size: 0.909rem;
}

.privacy .news_detail .date {
    text-align: right;
}

.news_detail .news_sentence {
    line-height: 2.5;
}

.btn {
    width: 100%;
    padding: 1.25rem 0;
    font-size: 1.125rem;
    color: #EDE6D7;
    line-height: 0.8;
    letter-spacing: 0.2em;
    border: 0.125rem solid #EDE6D7;
    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;
}

.btn.btn_sec {
    width: auto;
    padding: 1.25rem 3.5rem;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .btn.btn_sec {
        padding: 1.25rem 1.5625rem;
    }
}

.btn.btn_sec.btn_sec-bk {
    background-color: #504437;
    border: none;
}

.btn.btn_sec.btn_sec-02 {
    border: 0.125rem solid #504437;
    color: #504437;
}

.btn.btn_sec.btn_sec-02-same {
    width: 22em;
    padding: 1.25rem;
}

@media screen and (max-width: 600px) {
    .btn.btn_sec.btn_sec-02-same {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.sec-title {
    font-size: 3.75rem;
    font-weight: 400;
    color: #fff;
    font-family: "Knewave", system-ui, sans-serif;
    text-align: center;
    text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.75);
}

.sec-title a {
    display: inline-block;
}

.sec-title a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 600px) {
    .sec-title {
        font-size: 2rem;
    }
}

.sec-title.sec-title-brown {
    color: #504437;
}

.sec-title span {
    margin-top: 1.125rem;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 600px) {
    .sec-title span {
        margin-top: 0.75rem;
        font-size: 1rem;
    }
}

.shadow {
    -webkit-box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
}

.inner {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem;
}

@media screen and (max-width: 600px) {
    .inner {
        padding: 0 1.25rem;
    }
}

.bg-polygon {
    position: relative;
}

.bg-polygon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16.5625rem;
    height: 30.125rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media screen and (max-width: 600px) {
    .bg-polygon::before {
        width: 4.875rem;
        height: 8.8125rem;
    }
}

.bg-polygon::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16.5625rem;
    height: 30.125rem;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

@media screen and (max-width: 600px) {
    .bg-polygon::after {
        width: 4.875rem;
        height: 8.8125rem;
    }
}

.sec-text {
    margin-top: 2.9375rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #EDE6D7;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .sec-text {
        margin-top: 1.375rem;
        font-size: 1rem;
    }
}

.sub-read__inner.inner {
    margin-top: 3.625rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .sub-read__inner.inner {
        margin-top: 1.875rem;
    }
}

.sub-read {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    color: #504437;
}

.sub-read strong {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .sub-read {
        font-size: 1rem;
    }
}

.header {
    height: 4.375rem;
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    .header {
        height: 2.5rem;
    }
}

.header__inner {
    padding: 1.8125rem 2.8125rem;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .header__inner {
        padding: 0.9375rem 0.875rem 0 0.875rem;
    }
}

.header__logo {
    max-width: 11rem;
    width: 100%;
    height: inherit;
}

@media screen and (max-width: 600px) {
    .header__logo {
        max-width: 5.625rem;
    }
}

.header__logo a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__hamburger {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 2.5rem;
    height: inherit;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__hamburger.is-open {
    background-color: transparent;
}

.header__hamburger span {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 2.5rem;
    height: 0.4375rem;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 600px) {
    .header__hamburger span {
        width: 1.4375rem;
        height: 0.25rem;
    }
}

.header__hamburger span:nth-of-type(1) {
    top: -0.5625rem;
}

@media screen and (max-width: 600px) {
    .header__hamburger span:nth-of-type(1) {
        top: -0.3125rem;
    }
}

.header__hamburger span:nth-of-type(2) {
    top: 0;
}

.header__hamburger span:nth-of-type(3) {
    top: 0.5625rem;
}

@media screen and (max-width: 600px) {
    .header__hamburger span:nth-of-type(3) {
        top: 0.3125rem;
    }
}

.header__hamburger.is-open span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
    top: -0.875rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
    padding: 14.25rem 0;
    display: none;
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(98, 58, 20, 0.95);
    overflow-y: scroll;
    scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
    display: none;
}

.header__drawer-item a {
    padding: 0.9375rem 0;
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.header__drawer-item.header__drawer-item--contact a::after {
    content: "";
    margin-bottom: 0.3125rem;
    margin-left: 1.25rem;
    width: 0.9375rem;
    height: 0.9375rem;
    display: inline-block;
    background-image: url(./../images/common/contact-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer {
    background: #D67500;
}

.footer .pankuzu {
    background: #F6F3EB;
}

@media screen and (max-width: 600px) {
    .footer .pankuzu {
        font-size: 0.875rem;
    }
}

.footer .pankuzu .inner {
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer .pankuzu .inner a {
    color: #00518B;
}

.footer .footersitemap-nav {
    padding: 2em 0;
}

@media screen and (max-width: 600px) {
    .footer .footersitemap-nav {
        display: none;
    }
}

.footer .footersitemap-nav a {
    color: #F6F3EB;
}

.footer .footersitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5;
}

.footer .footersitemap-item {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1em;
}

.footer .footersitemap-item>a {
    font-weight: 700;
    color: #504437;
}

.footer .footersitemap-sub {
    display: block;
}

.footer .footersitemap-sub_list {
    padding-left: 1em;
    text-indent: -1em;
    color: #F6F3EB;
    font-size: 82%;
    line-height: 1.5;
}

.footer .footersitemap-sub_list::before {
    content: "・";
}

.footer .copyright {
    padding: 0 0 1em;
    display: block;
    font-size: 0.875rem;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    .footer .copyright {
        padding: 1em 0;
        font-size: 0.875rem;
    }
}

.cta {
    padding: 7.6875rem 0rem 7.0625rem 0rem;
}

.cta {
    background-color: #EDE6D7;
}

.cta.bg-polygon::before {
    background-color: #D67500;
    z-index: 2;
}

.cta__inner.inner {
    max-width: 65.25rem;
}

.cta__sns {
    max-width: 43.9375rem;
    width: 100%;
    padding: 2.75rem 8.875rem;
    margin: 0 auto;
    background-color: #D67500;
    border-radius: 1.25rem;
}

@media screen and (max-width: 600px) {
    .cta__sns {
        padding: 1.1875rem 1.25rem;
    }
}

.cta-sns__title {
    max-width: 26.1875rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .cta-sns__title {
        max-width: 13.0625rem;
    }
}

.cta-sns__title img {
    height: auto;
}

.cta-sns__text {
    margin-top: 1.1875rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    color: #EDE6D7;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .cta-sns__text {
        font-size: 1rem;
    }
}

.cta-sns__icon-wrap {
    margin-top: 1.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.1875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta-sns__icon-wrap a {
    max-width: 5.236875rem;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .cta-sns__icon-wrap a {
        max-width: 4.0625rem;
        gap: 0.9375rem;
    }
}

.cta-sns__icon-wrap a img {
    height: auto;
}

.cta-sns__icon-wrap a.comingsoon {
    opacity: 0.4;
}

.cta-sns__icon-wrap a.comingsoon:hover {
    opacity: 0.4;
}

.cta__list {
    margin-top: 5.625rem;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 2.5rem) / 2) 2.5rem calc((100% - 2.5rem) / 2);
    grid-template-columns: repeat(2, calc((100% - 2.5rem) / 2));
    gap: 2.5rem;
}

@media screen and (max-width: 600px) {
    .cta__list {
        margin-top: 2.9375rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 2.875rem;
    }
}

.cta__item {
    border-radius: 1.25rem;
}

.cta__item-term {
    padding: 0.875rem 1.25rem;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.875;
    color: #EDE6D7;
    text-align: center;
    background-color: #504437;
    border-radius: 1.25rem 1.25rem 0 0;
}

@media screen and (max-width: 600px) {
    .cta__item-term {
        font-size: 1.5rem;
    }
}

.cta__item-description {
    padding: 1.1875rem 1.25rem 1.6875rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
    line-height: 1.6666666667;
    text-align: center;
    border-radius: 0 0 1.25rem 1.25rem;
    border-right: 0.1875rem solid #504437;
    border-bottom: 0.1875rem solid #504437;
    border-left: 0.1875rem solid #504437;
}

@media screen and (max-width: 600px) {
    .cta__item-description {
        font-size: 1rem;
    }
}

.sub-mv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub-mv__img {
    width: 57.73vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sub-mv__img img {
    width: 100%;
    height: auto;
}

.sub-mv__content {
    margin-top: 12vw;
    margin-left: -34vw;
    position: relative;
    z-index: -1;
    overflow-x: hidden;
}

@media screen and (max-width: 600px) {
    .sub-mv__content {
        margin-left: -23vw;
    }
}

.sub-mv__bg {
    width: 76.8vw;
}

.sub-mv__bg img {
    width: 100%;
    height: auto;
}

.sub-mv__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sub-mv__sub-title {
    font-size: 1.88vw;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6666666667;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    top: 4vw;
    right: 23vw;
}

@media screen and (max-width: 600px) {
    .sub-mv__sub-title {
        font-size: 0.875rem;
        top: 0;
        right: 6vw;
    }
}

.sub-mv__main-title {
    font-size: 7.81vw;
    font-weight: 400;
    font-family: "Knewave", system-ui, sans-serif;
    line-height: 1.41;
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 1vw;
    right: 10vw;
}

@media screen and (max-width: 600px) {
    .sub-mv__main-title {
        font-size: 2rem;
    }
}

.sub-mv__domain-caution {
    margin: 2em auto 0;
    text-align: center;
    line-height: 1.33;
}

.sub-mv__domain-caution strong {
    font-weight: bold;
}

.stock-plan-single__main {
    max-width: 38rem;
    width: 100%;
}

.stock-plan-single__title {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__title {
        font-size: 0.75rem;
    }
}

.stock-plan-single__gallery {
    margin-top: 1.5625rem;
}

.sub-img__container {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.stock-plan-single__gallery .main-img {
    height: 28.375rem;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__gallery .main-img {
        height: 15.5625rem;
    }
}

.stock-plan-single__gallery .main-img img {
    width: 100%;
    height: auto;
}

.stock-plan-single__gallery .sub-img {
    padding: 0.875rem 0.625rem;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 2rem) / 5) 0.5rem calc((100% - 2rem) / 5) 0.5rem calc((100% - 2rem) / 5) 0.5rem calc((100% - 2rem) / 5) 0.5rem calc((100% - 2rem) / 5);
    grid-template-columns: repeat(5, calc((100% - 2rem) / 5));
    gap: 0.5rem;
    overflow-y: hidden;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__gallery .sub-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 37.5rem;
    }
}

.stock-plan-single__gallery .sub-img .field-wrapper {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__gallery .sub-img li {
        width: 5.6875rem;
        height: 4.1875rem;
    }
}

.stock-plan-single__content {
    margin-top: 2rem;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__content {
        margin-top: 1.75rem;
    }
}

.stock-plan-single__content-text {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
}

.stock-plan-single__side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stock-plan_number01 {
    padding-bottom: 1.5625rem;
}

@media screen and (max-width: 600px) {
    .stock-plan_number01 {
        padding-bottom: p;
    }
}

.stock-plan_number01-text {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.2222222222;
    color: #504437;
}

.stock-plan_price {
    padding-top: 1.625rem;
    border-top: 0.0625rem dotted #000;
}

.stock-plan_price-text {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
}

.stock-plan_price-text span {
    font-weight: 400;
}

.stock-plan_price-wrap {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.25rem;
}

.stock-plan_price01 {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
}

.stock-plan_price01 span {
    font-size: 0.75rem;
    font-weight: 700;
}

.stock-plan_price02 {
    font-size: 0.75rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
}

.stock-plan__list {
    margin-top: 2.125rem;
}

.stock-plan__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
}

.stock-plan__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
}

@media screen and (max-width: 600px) {
    .stock-plan__item {
        gap: 0.75rem;
    }
}

.stock-plan__item dt {
    max-width: 8.5rem;
    width: 100%;
    height: 1.9375rem;
    background-color: rgba(80, 68, 55, 0.15);
    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;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    color: #504437;
}

.stock-plan__item dd {
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
    letter-spacing: 0.05em;
}

.stock-plan__side-bottom {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 0.0625rem dotted #000;
}

.stock-plan__side-bottom-title {
    width: 8.5rem;
    height: 1.9375rem;
    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;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
    border: 0.0625rem solid #504437;
}

@media screen and (max-width: 600px) {
    .stock-plan__side-bottom-title {
        font-size: 0.625rem;
    }
}

.stock-plan__side-bottom-title.mt-17 {
    margin-top: 1.0625rem;
}

@media screen and (max-width: 600px) {
    .stock-plan__side-bottom-title.mt-17 {
        font-size: 0.9375rem;
    }
}

.stock-plan__side-bottom-text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
    .stock-plan__side-bottom-text {
        font-size: 0.75rem;
    }
}

.stock-plan-single__side-cta {
    margin-top: 1.5rem;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__side-cta {
        margin-top: 2.25rem;
    }
}

.stock-plan-single__side-cta-title {
    padding: 0.9375rem 1.25rem;
    font-size: 0.875rem;
    color: #504437;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    background-color: rgba(80, 68, 55, 0.15);
    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 screen and (max-width: 600px) {
    .stock-plan-single__side-cta-title {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
}

.stock-plan-single__side-cta-content {
    padding: 1.0625rem 1.25rem 1.25rem 1.25rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.stock-plan-single__side-cta-btn {
    display: inline-block;
    padding: 1.25rem 2.375rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.2em;
    color: #EDE6D7;
    background-color: #D67500;
    border-radius: 0.3125rem;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__side-cta-btn {
        font-size: 0.75rem;
    }
}

.stock-plan-single__side-ctatext {
    font-size: 0.75rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .stock-plan-single__side-ctatext {
        font-size: 0.875rem;
    }
}

.pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.3125rem;
}

.pagination-wrap .page-numbers {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 0.9375rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    color: #89312F;
    background-color: #fff;
    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;
}

.pagination-wrap .page-numbers.current {
    color: #EDE6D7;
    background-color: #D67500;
}

.pagination-wrap .page-numbers.dots {
    padding-bottom: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pagination-wrap .page-numbers.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination-wrap .page-numbers img {
    width: 0.555625rem;
    height: auto;
}

.plan-link {
    margin-top: 6.5625rem;
}

.plan-link__list {
    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;
    gap: 1.4375rem;
}

@media screen and (max-width: 600px) {
    .plan-link__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.plan-link__item {
    max-width: 18.75rem;
    width: 100%;
    height: 11.5625rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid #504437;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.plan-link__item:nth-of-type(1) {
    background: url(../img/common/bg_plan_link_01.webp) no-repeat center center/cover;
}

.plan-link__item:nth-of-type(2) {
    background: url(../img/common/bg_plan_link_02.webp) no-repeat center center/cover;
}

.plan-link__item a {
    width: 100%;
    height: 100%;
    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;
}

.plan-link__text {
    width: 100%;
    padding: 1.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7142857143;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.plan-link__text strong {
    font-size: 0.9375rem;
}

.plan-link__btn-wrap {
    margin-top: 2rem;
    margin: 2rem auto 0 auto;
    max-width: 39.125rem;
}

.plan-link__btn {
    width: 100%;
    padding: 1.9375rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.625rem;
    border: 0.125rem solid #504437;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
    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;
}

.mv {
    position: relative;
    z-index: 1;
}

.mv__inner {
    height: inherit;
    min-height: inherit;
}

.mv__inner-wrap {
    position: relative;
    z-index: 1;
}

.mv__title-wrap {
    position: absolute;
    z-index: 2;
    top: 7.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .mv__title-wrap {
        top: 15%;
        display: none;
    }
}

.mv__title-wrap-sp {
    display: none;
}

@media screen and (max-width: 600px) {
    .mv__title-wrap-sp {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .mv__titlebgimg {
        display: none;
    }
}

.mv__main-title {
    font-size: 6.625rem;
    font-weight: 400;
    font-family: "Knewave", system-ui, sans-serif;
}

@media screen and (max-width: 600px) {
    .mv__main-title {
        font-size: 2.5rem;
    }
}

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

    .mv__swiper,
    .mv__swiper .swiper-slide,
    .mv__swiper .swiper-slide img {
        height: auto;
        min-height: auto;
    }
}

.mv-swiper {
    position: relative;
}

.mv-swiper .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mv-swiper__button-wrap {
    width: 100%;
    height: 7.0625rem;
    padding: 0 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 2.8125rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .mv-swiper__button-wrap {
        height: 2.6875rem;
        bottom: auto;
        padding: 0 0.4rem;
        top: 32rem;
    }
}

.mv__swiper .swiper-button-prev,
.mv__swiper .swiper-button-next {
    position: relative;
    pointer-events: auto;
    right: auto;
    left: auto;
    z-index: 3;
}

.mv__swiper .swiper-button-prev {
    max-width: 11.5rem;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-prev {
        max-width: 2.1875rem;
    }
}

.mv__swiper .swiper-button-next {
    max-width: 9.5625rem;
    width: 100%;
    right: 0;
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-next {
        max-width: 2.1875rem;
    }
}

.mv__swiper .swiper-button-prev:after,
.mv__swiper .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 7.0625rem;
    position: relative;
    z-index: 10;
}

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

    .mv__swiper .swiper-button-prev:after,
    .mv__swiper .swiper-button-next:after {
        height: 2.6875rem;
    }
}

.mv__swiper .swiper-button-prev:after {
    max-width: 11.5rem;
    width: 100%;
    background-image: url(../img/top/ic_prev_01.webp);
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-prev:after {
        background-image: url(../img/top/ic_prev_01_sp.webp);
        max-width: 6.125rem;
    }
}

.mv__swiper .swiper-button-prev-01 {
    margin-left: auto;
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-prev-01 {
        max-width: 2.1875rem;
    }
}

.mv__swiper .swiper-button-prev-01:after {
    max-width: 7rem;
    width: 100%;
    background-image: url(../img/top/ic_prev_03.webp);
}

.mv__swiper .swiper-button-prev-02 {
    max-width: 2.6875rem;
    width: 100%;
}

.mv__swiper .swiper-button-prev-02:after {
    max-width: 2.6875rem;
    width: 100%;
    background-image: url(../img/top/ic_prev_02_sp.webp);
}

.mv__swiper .swiper-button-next:after {
    max-width: 9.5625rem;
    width: 100%;
    background-image: url(../img/top/ic_next_01.webp);
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-next:after {
        max-width: 6.125rem;
        background-image: url(../img/top/ic_next_01_sp.webp);
    }
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-next-01 {
        max-width: 2.1875rem;
        height: 2.6875rem;
    }
}

.mv__swiper .swiper-button-next-01::after {
    max-width: 7rem;
    width: 100%;
    background-image: url(../img/top/ic_prev_02.webp);
}

.mv__swiper .swiper-button-next-02 {
    max-width: 2.6875rem;
    width: 100%;
}

.mv__swiper .swiper-button-next-02::after {
    max-width: 2.6875rem;
    width: 100%;
    background-image: url(../img/top/ic_next_02_sp.webp);
}

.mv-swiper .swiper-slide .mv__swiper-bike {
    max-width: 36.25rem;
    width: 100%;
    position: absolute;
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .mv-swiper .swiper-slide .mv__swiper-bike {
        max-width: 23.125rem;
        width: 82%;
    }
}

.mv-swiper .swiper-slide .mv__swiper-bike-01 {
    bottom: 10%;
    left: calc(50% - min(37vw, 36.25rem));
}

.mv-swiper .swiper-slide .mv__swiper-bike-02 {
    bottom: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
    .mv-swiper .swiper-slide .mv__swiper-bike-02 {
        left: 62%;
        bottom: auto;
        top: 12.5rem;
    }
}

.mv-swiper .swiper-slide .mv__swiper-bike-03 {
    bottom: 12%;
    right: calc(40% - min(37vw, 36.25rem));
}

.mv-swiper .swiper-slide .mv__swiper-bike img {
    aspect-ratio: 580/435;
    height: auto;
}

.mv-swiper__content {
    max-width: 29.125rem;
    position: absolute;
    right: calc(40% - min(34vw, 29.125rem));
    bottom: 10%;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.mv-swiper__content-02 {
    left: calc(40% - min(34vw, 29.125rem));
}

.mv__swiper-type {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    border-bottom: 0.125rem solid #EDE6D7;
}

.mv__swiper-content-text {
    font-size: 1.125rem;
    line-height: 2;
}

.mv__swiper-content-list {
    margin-top: 1.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.75rem;
}

.mv__swiper-content-item-btn {
    margin-top: 1.4375rem;
}

.mv__swiper-content-item-img {
    min-width: 13.625rem;
    width: 100%;
}

.mv__swiper-content-item-img img {
    height: auto;
}

.mv-swiper__scroll {
    max-width: 5rem;
    width: 100%;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mv-swiper__scroll img {
    height: auto;
}

/* SP用
----------------------------------------------- */
.mv-swiper-sp .swiper-slide {
    height: 38.6875rem;
}

.mv-swiper-sp .swiper-slide:first-of-type .mv-swiper__button-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mv-swiper-sp .swiper-slide .mv__swiper-bike {
    max-width: 20.1875rem;
    width: 100%;
    top: 20%;
    left: 63%;
}

.mv-swiper-sp .swiper-slide .mv__swiper-bike img {
    height: auto;
}

.mv-swiper-sp .swiper-slide .mv__swiper-bike.mv__swiper-bike-sp {
    max-width: 10.6875rem;
    height: 8rem;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0.8125rem;
    left: 22%;
}

.mv-swiper-sp__content {
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5.75rem 2.875rem 0 2.875rem;
}

.mv-swiper-sp__content-img {
    max-width: 17.625rem;
    width: 100%;
    margin-bottom: 1.4375rem;
}

@media screen and (max-width: 600px) {
    .mv-swiper-sp__content-img {
        margin: 0 auto;
    }
}

.mv-swiper-sp__content-img img {
    aspect-ratio: 282/194;
    height: auto;
}

.mv-swiper-sp__content-text {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 2.25;
}

.mv-swiper-sp__content-btn-wrap+.mv-swiper-sp__content-btn-wrap {
    margin-top: 1.1875rem;
}

.swiper-slide-leftside {
    position: relative;
    background: linear-gradient(110deg, #6D892A 50%, #3C583F 50%);
}

@media screen and (max-width: 600px) {
    .swiper-slide-leftside {
        background: linear-gradient(110deg, #6D892A 50%, #3C583F 50%);
    }
}

.swiper-slide-rightside {
    position: relative;
    background: linear-gradient(110deg, #504437 50%, #D67500 50%);
}

@media screen and (max-width: 600px) {
    .swiper-slide-rightside {
        background: linear-gradient(110deg, #504437 70%, #D67500 70%);
    }
}

.mv__swiper .swiper-button-next-01 {
    margin-right: 0;
    margin-left: auto;
    max-width: 11.5rem;
    width: 100%;
    right: auto;
    left: auto;
}

.mv__swiper .swiper-button-next-01::after {
    background-image: url(../img/top/slide/ic_next.webp);
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-next-01 {
        max-width: 5.375rem;
    }

    .mv__swiper .swiper-button-next-01::after {
        background-image: url(../img/top/ic_next_01_sp.webp);
    }
}

.mv__swiper .swiper-button-next::after {
    background-image: url(../img/top/slide/ic_next.webp);
    background-position-x: right;
}

.mv__swiper .swiper-button-prev-01 {
    margin-left: 0;
    margin-right: auto;
    max-width: 11.5rem;
    width: 100%;
    right: auto;
    left: auto;
}

.mv__swiper .swiper-button-prev-01::after {
    background-image: url(../img/top/slide/ic_prev.webp);
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-button-prev-01 {
        max-width: 6.125rem;
    }

    .mv__swiper .swiper-button-prev-01::after {
        background-image: url(../img/top/ic_prev_01_sp.webp);
    }
}

.mv__swiper .swiper-button-prev::after {
    background-image: url(../img/top/slide/ic_prev.webp);
}

.mv__swiper .swiper-button-next-03 {
    margin-left: auto;
}

.mv__swiper .swiper-button-prev-03 {
    margin-right: auto;
}

.mv-swiper__contentarea {
    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;
    margin: 15.625rem auto 0;
    padding: 0 0 12.5rem;
}

@media screen and (max-width: 600px) {
    .mv-swiper__contentarea {
        display: block;
        margin: 4.6875rem 2.1875rem 2.8125rem;
        padding: 0;
    }
}

.mv-swiper__contentarea .spbr {
    display: none;
}

@media screen and (max-width: 600px) {
    .mv-swiper__contentarea .spbr {
        display: inline;
    }
}

.mv-swiper__contentarea-mainimg {
    -ms-flex-preferred-size: 40.75rem;
    flex-basis: 40.75rem;
}

.swiper-slide-rightside+.mv-swiper__contentarea-mainimg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 2.1875rem;
}

@media screen and (max-width: 600px) {
    .mv-swiper__contentarea-mainimg {
        display: none;
    }
}

.mv-swiper__contentarea-content {
    margin-left: 2.1875rem;
    -ms-flex-preferred-size: 29.0625rem;
    flex-basis: 29.0625rem;
}

@media screen and (max-width: 600px) {
    .mv-swiper__contentarea-content {
        margin-left: 0;
    }
}

.swiper-slide-rightside+.mv-swiper__contentarea-content {
    margin-left: 0;
}

.mv__swiper-content-title {
    border-bottom: 1px solid #EDE6D7;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-title {
        border: none;
    }
}

.mv__swiper-content-title h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 1.2px;
    color: #EDE6D7;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-title h2 {
        font-size: 1.25rem;
    }
}

.mv__swiper-content-spimg {
    display: none;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-spimg {
        margin: 1.25rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mv__swiper-content-spimg figure {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .mv__swiper-content-spimg figure:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0.9375rem;
    }
}

.mv__swiper-content-text {
    margin: 0.3125rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    color: #EDE6D7;
}

.mv__swiper-content-text-toptext {
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFA82;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-text-toptext {
        font-size: 1rem;
        margin: 0.625rem 0 0;
    }
}

.mv__swiper-content-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.875rem 0 0;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-items {
        display: block;
    }
}

.mv__swiper-content-items-item {
    -ms-flex-preferred-size: 13.75rem;
    flex-basis: 13.75rem;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-items-item+.mv__swiper-content-items-item {
        margin-top: 1.25rem;
    }
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-items-item-img {
        display: none;
    }
}

.mv__swiper-content-items-item-btn {
    margin: 1.875rem 0 0;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-items-item-btn {
        margin: 0;
        text-align: center;
    }
}

.mv__swiper-content-items-item-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 13.75rem;
    padding: 1.25rem 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 5px;
    border: 2px solid #EDE6D7;
    color: #EDE6D7;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 3px;
}

@media screen and (max-width: 600px) {
    .mv__swiper-content-items-item-btn a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-radius: 0.3125rem;
        border: 1px solid #EDE6D7;
        width: 13.75rem;
        padding: 1.25rem 0.5rem;
    }
}

@media screen and (max-width: 600px) {
    .mv__swiper .swiper-slide-mainslide {
        height: 38.75rem;
        background: url(../img/top/slide/spbgimg.webp) center top no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }
}

.info {
    padding: 2.625rem 0;
}

@media screen and (max-width: 600px) {
    .info {
        padding: 2.8125rem 0;
    }
}

.info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 600px) {
    .info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.info__sec-title {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Carter One", system-ui, sans-serif;
}

@media screen and (max-width: 600px) {
    .info__sec-title {
        text-align: center;
    }
}

.information__list {
    padding-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

@media screen and (max-width: 600px) {
    .information__list {
        padding-left: 0;
        margin-top: 2.5rem;
        gap: 1em;
    }
}

.information__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

@media screen and (max-width: 600px) {
    .information__item a {
        font-size: 0.9375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1em;
    }
}

.information__item-time {
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    color: #504437;
}

.information__item-title {
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    color: #504437;
    text-decoration: underline;
    text-underline-offset: 0.1em;
}

.info__link {
    max-width: 12.25rem;
    width: 100%;
    margin: auto 0 0 auto;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #504437;
    line-height: 2.1428571429;
    border-bottom: 0.0625rem solid #000;
    display: block;
    position: relative;
    text-shadow: 0px 0.25rem 0.25rem rgba(80, 68, 55, 0.75);
}

@media screen and (max-width: 600px) {
    .info__link {
        margin: 1.875rem auto 0 auto;
    }
}

.info__link::after {
    width: 0.336875rem;
    border-right: 0.09375rem solid #504437;
    border-top: 0.09375rem solid #504437;
    bottom: 0;
    content: "";
    height: 0.336875rem;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0.25rem 0 0.25rem rgba(80, 68, 55, 0.75);
    box-shadow: 0.25rem 0 0.25rem rgba(80, 68, 55, 0.75);
}

.concept {
    background-color: #D67500;
}

.concept.bg-polygon::before {
    background-color: #6D892A;
}

.concept.bg-polygon::after {
    background-color: #685D50;
}

.concept__inner {
    max-width: 65.25rem;
    width: 100%;
    margin: 0 auto;
    padding: 5.625rem 2.5rem;
}

@media screen and (max-width: 600px) {
    .concept__inner {
        padding: 2.6875rem 1.25rem 5.625rem 1.25rem;
    }
}

.concept__wrap {
    margin-top: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .concept__wrap {
        margin-top: 2.5625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.concept__text {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 2;
}

.concept__text strong {
    display: block;
    margin-top: 1em;
    font-size: 150%;
}

@media screen and (max-width: 600px) {
    .concept__text {
        font-size: 1.125rem;
    }
}

.concept__img {
    max-width: 34rem;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .concept__img {
        margin: 0.9375rem auto 0 auto;
    }
}

.concept__img img {
    height: auto;
}

.concept__btn-wrap {
    margin-top: 3.0625rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .concept__btn-wrap {
        margin-top: 2.625rem;
    }
}

.plans {
    background-color: #685D50;
}

.plans.bg-polygon::before {
    background-color: #D67500;
}

.plans.bg-polygon::after {
    background-color: #EDE6D7;
    z-index: 2;
}

.plans__inner.inner {
    padding: 5.625rem 0 10.5rem 0;
}

@media screen and (max-width: 600px) {
    .plans__inner.inner {
        padding: 2.6875rem 2.875rem 5.625rem 2.875rem;
    }
}

.plans__text {
    margin-top: 2.9375rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #EDE6D7;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .plans__text {
        margin-top: 1.375rem;
        font-size: 1rem;
    }
}

.plans__img {
    margin-top: 5.625rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .plans__img {
        margin-top: 2.6875rem;
    }
}

.plans__img img {
    height: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.plans__btn-wrap {
    margin-top: 5.375rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .plans__btn-wrap {
        margin-top: 2.8125rem;
    }
}

.parts {
    background-color: #2E7BB3;
}

.parts.bg-polygon::before {
    background-color: #EDE6D7;
    z-index: 2;
}

.parts.bg-polygon::after {
    background-color: #89312F;
    z-index: 2;
}

.parts__inner.inner {
    padding: 5.625rem 0 10.5rem 0;
}

@media screen and (max-width: 600px) {
    .parts__inner.inner {
        padding: 2.6875rem 2.875rem 5.625rem 2.875rem;
    }
}

.parts__img {
    margin-top: 5.625rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .parts__img {
        margin-top: 2.6875rem;
    }
}

.parts__img img {
    height: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.parts__btn-wrap {
    margin-top: 5.375rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .parts__btn-wrap {
        margin-top: 2.8125rem;
    }
}

.aftercare {
    background-color: #89312F;
}

.aftercare.bg-polygon::before {
    background-color: #2E7BB3;
    z-index: 2;
}

.aftercare.bg-polygon::after {
    background-color: #D67500;
    z-index: 2;
}

.aftercare__inner.inner {
    padding: 5.625rem 0 10.5rem 0;
}

@media screen and (max-width: 600px) {
    .aftercare__inner.inner {
        padding: 2.6875rem 2.875rem 5.625rem 2.875rem;
    }
}

.aftercare__img {
    margin-top: 5.625rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .aftercare__img {
        margin-top: 2.6875rem;
    }
}

.aftercare__img img {
    height: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.aftercare__btn-wrap {
    margin-top: 5.375rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .aftercare__btn-wrap {
        margin-top: 2.8125rem;
    }
}

.shop {
    background-color: #D67500;
}

.shop.bg-polygon::before {
    background-color: #89312F;
    z-index: 2;
}

.shop.bg-polygon::after {
    background-color: #EDE6D7;
    z-index: 2;
}

.shop__inner.inner {
    padding: 5.625rem 0 10.5rem 0;
}

@media screen and (max-width: 600px) {
    .shop__inner.inner {
        padding: 2.6875rem 2.875rem 5.625rem 2.875rem;
    }
}

.shop__img {
    margin-top: 5.625rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .shop__img {
        margin-top: 2.6875rem;
    }
}

.shop__img img {
    height: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.shop__btn-wrap {
    margin-top: 5.9375rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.125rem;
}

@media screen and (max-width: 600px) {
    .shop__btn-wrap {
        margin-top: 2.8125rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5625rem;
    }
}

.gyro {
    background-color: #EDE6D7;
}

.gyro.bg-polygon::before {
    background-color: #685D50;
    z-index: 2;
}

.gyro.bg-polygon::after {
    background-color: #2E7BB3;
    z-index: 2;
}

.gyro__inner.inner {
    padding: 5.625rem 0 10.5rem 0;
}

@media screen and (max-width: 600px) {
    .gyro__inner.inner {
        padding: 2.6875rem 1rem 10.375rem 1rem;
    }
}

.gyro__img {
    margin-top: 5.625rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .gyro__img {
        margin-top: 2.6875rem;
    }
}

.gyro__img img {
    height: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.gyro__btn-wrap {
    margin-top: 5.9375rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.125rem;
}

@media screen and (max-width: 600px) {
    .gyro__btn-wrap {
        display: block;
    }

    .gyro__btn-wrap .btn_sec-02-same+.btn_sec-02-same {
        margin-top: 1em;
    }
}

/* swiper
----------------------------------------------- */
.gyro__swiper {
    margin-top: 6.75rem;
    position: relative;
}

.gyro__swiper .swiper {
    position: relative;
}

.gyro__swiper .swiper-button__wrap {
    padding: 0 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.gyro__swiper .swiper-button-prev,
.gyro__swiper .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
}

@media screen and (max-width: 600px) {
    .gyro__swiper .swiper-button-next {
        right: -0.625rem;
    }
}

@media screen and (max-width: 600px) {
    .gyro__swiper .swiper-button-prev {
        left: -0.625rem;
    }
}

.gyro__swiper .swiper-button-prev:after,
.gyro__swiper .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 2.5rem;
    margin: auto;
    width: 2.5rem;
}

.gyro__swiper .swiper-button-prev:after {
    background-image: url(../img/top/ic_prev_04.webp);
}

.gyro__swiper .swiper-button-next:after {
    background-image: url(../img/top/ic_next_04.webp);
}

.gyro__swiper .swiper-slide img {
    height: auto;
    width: 100%;
    aspect-ratio: 430/343;
    border-radius: 3.125rem 0.625rem 3.125rem 0.625rem;
}

.gyro__swiper {
    /* ページネーションの余白 */
}

.gyro__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3.75rem;
}

@media screen and (max-width: 600px) {
    .gyro__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -3rem;
    }
}

.gyro__swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.gyro__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.78125rem;
}

.gyro__swiper .swiper-pagination-bullet {
    background-color: #504437;
    height: 0.75rem;
    width: 0.75rem;
}

.sub-plans__inner.inner {
    max-width: 80rem;
}

.sub-plans__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 1.625rem) / 3) 0.8125rem calc((100% - 1.625rem) / 3) 0.8125rem calc((100% - 1.625rem) / 3);
    grid-template-columns: repeat(3, calc((100% - 1.625rem) / 3));
    gap: 0.8125rem;
}

@media screen and (max-width: 600px) {
    .sub-plans__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.sub-plans__item {
    padding: 1.9375rem 0 1.625rem;
    background-color: #fff;
    border-radius: 1.25rem;
    border: 0.0625rem solid #504437;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .sub-plans__item {
        padding: 1.25rem 0 1.25rem 0;
    }
}

.sub-plans__item-plan {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.sub-plans__item-img {
    max-width: 25.6875rem;
    width: 100%;
    margin-top: 2.375rem;
}

@media screen and (max-width: 600px) {
    .sub-plans__item-img {
        margin-top: 1.25rem;
    }
}

.sub-plans__item-img img {
    aspect-ratio: 411/228;
    height: auto;
}

.sub-plans__item-img.sub-plans__item-img_recommend {
    position: relative;
}

.sub-plans__item-img.sub-plans__item-img_recommend::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 6.75rem;
    height: 3.125rem;
    bottom: -1.25rem;
    right: 2.125rem;
    background: url(../img/plans/icn-recommend.png) center center no-repeat;
    background-size: contain;
}

.sub-plans__item-content {
    margin-top: 1.5rem;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sub-plans__item-text {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.sub-plans__item-text+.sub-plans__item-text {
    margin-top: 1.3125rem;
}

@media screen and (max-width: 600px) {
    .sub-plans__item-text+.sub-plans__item-text {
        margin-top: 0.625rem;
    }
}

.sub-plans__item-text.bottom {
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .sub-plans__item-text.bottom {
        margin-top: 0;
    }
}

.sub-plans__item-text span {
    font-size: 82%;
}

.sub-plans__item-text.bold {
    font-weight: 700;
}

.sub-plans__item-btn {
    margin-top: 1.125rem;
    text-align: center;
}

.sub-plans__item-btn a {
    margin-top: auto;
    display: inline-block;
    padding: 0.375rem 0.4375rem;
    font-size: 0.6875rem;
    border: 0.0625rem solid #504437;
    border-radius: 0.3125rem;
    letter-spacing: 0.05em;
}

.certification {
    background-color: #685D50;
}

.certification__title-bg {
    width: 100%;
    height: 24.375rem;
    background: url(../img/plans/bg_certification.webp) no-repeat center center/cover;
    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 screen and (max-width: 600px) {
    .certification__title-bg {
        height: 12.5rem;
    }
}

.certification__title {
    padding: 0 1.25rem;
    font-size: 2.25rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
    .certification__title {
        font-size: 1.5rem;
    }
}

.certification__list {
    width: 100%;
    margin: 0 auto;
    padding: 3.75rem 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 5rem) / 3) 2.5rem calc((100% - 5rem) / 3) 2.5rem calc((100% - 5rem) / 3);
    grid-template-columns: repeat(3, calc((100% - 5rem) / 3));
    gap: 2.5rem;
}

@media screen and (max-width: 600px) {
    .certification__list {
        padding: 2.5rem 1.25rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

.certification__item {
    padding: 2.9375rem 1.25rem 4.5625rem 1.25rem;
    background-color: #fff;
    border-radius: 1.5625rem 0.3125rem 1.5625rem 0.3125rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .certification__item {
        padding: 1.25rem;
    }
}

.certification__item-img01 {
    max-width: 5.875rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .certification__item-img01 {
        max-width: 3.75rem;
    }
}

.certification__item-img01 img {
    height: auto;
}

.certification__item-text {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6666666667;
    letter-spacing: 0.05%;
    color: #504437;
}

@media screen and (max-width: 600px) {
    .certification__item-text {
        font-size: 1rem;
        margin-top: 1.25rem;
    }
}

.certification__item-img02 {
    margin: 1.9375rem auto 0 auto;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
}

.certification__item-img02 img {
    height: auto;
}

.certification__item:nth-of-type(1) .certification__item-img02 {
    max-width: 7rem;
}

@media screen and (max-width: 600px) {
    .certification__item:nth-of-type(1) .certification__item-img02 {
        max-width: 5rem;
    }
}

.certification__item:nth-of-type(2) .certification__item-img02 {
    max-width: 9.0625rem;
}

@media screen and (max-width: 600px) {
    .certification__item:nth-of-type(2) .certification__item-img02 {
        max-width: 5rem;
    }
}

.certification__item:nth-of-type(3) .certification__item-img02 {
    max-width: 7.6875rem;
}

@media screen and (max-width: 600px) {
    .certification__item:nth-of-type(3) .certification__item-img02 {
        max-width: 5rem;
    }
}

.mechanic {
    background-color: rgba(255, 255, 255, 0.5);
}

.mechanic__title-bg {
    width: 100%;
    height: 24.375rem;
    background: url(../img/plans/bg_mechanic.webp) no-repeat center center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .mechanic__title-bg {
        height: 12.5rem;
    }
}

.mechanic__title {
    padding: 0 1.25rem;
    font-size: 2.25rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
    .mechanic__title {
        font-size: 1.5rem;
    }
}

.mechanic__text {
    margin-top: 2.25rem;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6666666667;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .mechanic__text {
        margin-top: 1.25rem;
        font-size: 0.875rem;
    }
}

.mechanic__sbu-title-bg {
    width: 100%;
    height: 3.3125rem;
    background-color: #D67500;
    position: relative;
}

@media screen and (max-width: 600px) {
    .mechanic__sbu-title-bg {
        height: 2.5rem;
    }
}

.mechanic__sbu-title {
    max-width: 36.875rem;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 1.25rem 0;
    color: #fff;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.25;
    letter-spacing: 0.05em;
    background-color: #D67500;
    border-radius: 1.25rem;
    text-align: center;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
    .mechanic__sbu-title {
        max-width: 21.25rem;
        padding: 0.625rem 1.25rem;
        font-size: 1.125rem;
        top: -0.625rem;
    }
}

.mechanic__sbu-title::before {
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    bottom: 0;
    content: "";
    height: 1rem;
    margin: auto;
    position: absolute;
    right: 6.25rem;
    top: -0.3125rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1rem;
}

@media screen and (max-width: 600px) {
    .mechanic__sbu-title::before {
        width: 0.625rem;
        height: 0.625rem;
        top: -0.1875rem;
        right: 1.25rem;
    }
}

.mechanic-list {
    max-width: 41.9375rem;
    margin: 3.3125rem auto 3.75rem auto;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .mechanic-list {
        margin: 1.875rem auto;
    }
}

.mechanic-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.625rem;
}

@media screen and (max-width: 600px) {
    .mechanic-list__items {
        gap: 1.25rem;
    }
}

.mechanic-list__item dt {
    padding: 1.125rem 1.25rem 2.3125rem 1.375rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 2.1875;
    letter-spacing: 0.05em;
    background-color: #D67500;
    border-radius: 0.3125rem 1.25rem 0.3125rem 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

@media screen and (max-width: 600px) {
    .mechanic-list__item dt {
        padding: 0.625rem 1.25rem 1.25rem 1.25rem;
        gap: 0.625rem;
    }
}

.mechanic-list__item dt span {
    width: 2.375rem;
    height: 2.375rem;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    color: #D67500;
}

@media screen and (max-width: 600px) {
    .mechanic-list__item dt span {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 0.875rem;
    }
}

.mechanic-list__item dd {
    min-height: 4.4375rem;
    margin-top: -1.25rem;
    margin-right: 1.4375rem;
    margin-left: 1.4375rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    background-color: #fff;
    border-radius: 0.625rem;
}

@media screen and (max-width: 600px) {
    .mechanic-list__item dd {
        font-size: 0.75rem;
        margin: -0.625rem 0.625rem 0 0.625rem;
        padding: 0.625rem;
    }
}

.mechanic-list__item dd strong {
    color: #D67500;
}

.mechanic-list__lastitem {
    min-height: 4.4375rem;
    margin-top: 2.5rem;
    margin-right: 1.4375rem;
    margin-left: 1.4375rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    background-color: #fff;
    border-radius: 0.625rem;
}

@media screen and (max-width: 600px) {
    .mechanic-list__lastitem {
        font-size: 0.75rem;
        margin: 1.875rem 0.625rem 0 0.625rem;
        padding: 0.625rem;
    }
}

.mechanic-list__lastitem strong {
    color: #D67500;
}

@media screen and (max-width: 600px) {
    .cta.sub-plans__cta {
        padding: 2.5rem 0;
    }
}

.sub-catalog-plan {
    margin-top: 6.25rem;
}

@media screen and (max-width: 600px) {
    .sub-catalog-plan {
        margin-top: 2.5rem;
    }
}

.sub-catalog-plan__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.4375rem;
}

@media screen and (max-width: 600px) {
    .sub-catalog-plan__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sub-catalog-plan__img {
    max-width: 38.25rem;
    width: 100%;
}

.sub-catalog-plan__img img {
    height: auto;
}

.sub-catalog-list__item {
    padding-bottom: 1.5625rem;
    border-bottom: 0.0625rem solid #504437;
}

.sub-catalog-list__item+.sub-catalog-list__item {
    padding-top: 1.5625rem;
}

.sub-catalog-list__item dt {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #D67500;
    letter-spacing: 0.05em;
}

.sub-catalog-list__item dd {
    margin-top: 1.5625rem;
}

.sub-catalog-list__item dd span {
    display: inline-block;
    margin-top: 1em;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #504437;
}

.catalog-plan-link {
    margin-top: 4.4375rem;
    padding: 1.875rem 0 0 0;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
    .catalog-plan-link {
        margin-top: 2.5rem;
    }
}

.catalog-plan-link__title {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.1111111111;
    letter-spacing: 0.2em;
    text-align: center;
}

.catalog-plan-link__wrap {
    margin-top: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .catalog-plan-link__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.catalog-plan-link__btn {
    max-width: 12.5rem;
    width: 100%;
    height: 5rem;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4285714286;
    border: 0.125rem solid #504437;
    border-radius: 0.3125rem;
    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;
    text-align: center;
}

.catalog-plan-link__img {
    margin-top: 2.4375rem;
    width: 100%;
    max-width: 100%;
    margin-top: 1.875rem;
}

.catalog-plan-link__img img {
    width: 100%;
    height: auto;
}

.catalog-plan-pdfsection {
    background: #fff;
    padding: 7.5rem 0;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .catalog-plan-pdfsection {
        padding: 2.5rem 0;
    }
}

.catalog-plan-pdfsection+.catalog-plan-pdfsection {
    padding-top: 0;
}

.catalog-plan-pdfsection h2 {
    text-align: center;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 600px) {
    .catalog-plan-pdfsection h2 {
        margin-bottom: 0.9375rem;
    }
}

.catalog-plan-pdfsection figure {
    line-height: 1;
}

.catalog-plan-pdfsection figure img {
    border: 2px solid #504437;
}

.catalog-plan-pdfsection figure figcaption {
    margin: 1em 0 0;
}

.catalog-plan-pdfsection figure figcaption::before {
    content: "※";
}

.sub-premium {
    margin-top: 3.75rem;
}

@media screen and (max-width: 600px) {
    .sub-premium {
        margin-top: 1.875rem;
    }
}

.sub-premium__img {
    max-width: 57.5rem;
    margin: 0 auto;
}

/*font-family: "Yu Mincho", "游明朝体", "YuMincho", "游明朝", serif;*/
.sub-premium_content {
    color: #ffffff;
    font-family: "Yu Mincho", "游明朝体", "YuMincho", "游明朝", serif;
    background: #121112;
    position: relative;
}

.sub-premium_content .brsp {
    display: none;
}

@media screen and (max-width: 600px) {
    .sub-premium_content .brsp {
        display: inline;
    }
}

.sub-premium_content::before,
.sub-premium_content::after {
    content: "";
    width: 15.625rem;
    height: 14.375rem;
    background: url(../img/premium-plan/bgimg_corner.png) left top no-repeat;
    background-size: 100% auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

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

    .sub-premium_content::before,
    .sub-premium_content::after {
        width: 6.25rem;
        height: 5.75rem;
    }
}

.sub-premium_content::after {
    right: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
}

.sub-premium_content .sub-premium__outer {
    padding: 7.5rem 0 15.625rem;
    position: relative;
}

@media screen and (max-width: 600px) {
    .sub-premium_content .sub-premium__outer {
        padding: 6.25rem 0 6.25rem;
    }
}

.sub-premium_content .sub-premium__outer::before,
.sub-premium_content .sub-premium__outer::after {
    content: "";
    width: 15.625rem;
    height: 14.375rem;
    background: url(../img/premium-plan/bgimg_corner.png) left top no-repeat;
    background-size: 100% auto;
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

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

    .sub-premium_content .sub-premium__outer::before,
    .sub-premium_content .sub-premium__outer::after {
        width: 6.25rem;
        height: 5.75rem;
    }
}

.sub-premium_content .sub-premium__outer::after {
    right: 0;
    left: auto;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.sub-premium__headsection {
    width: 56.25rem;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .sub-premium__headsection {
        width: 100%;
    }
}

.sub-premium__headsection h2 {
    width: 41.25rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 0.97;
    letter-spacing: 6.8px;
    color: #DFAB4B;
}

@media screen and (max-width: 600px) {
    .sub-premium__headsection h2 {
        width: 100%;
        padding: 0 1.25rem;
        font-size: 1.25rem;
        letter-spacing: 3px;
    }
}

.sub-premium__headsection h2::before,
.sub-premium__headsection h2::after {
    content: "";
    display: inline-block;
    width: 5.375rem;
    height: 2.5rem;
    background: url(../img/premium-plan/bgimg_h2title.png) center center no-repeat;
    background-size: contain;
}

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

    .sub-premium__headsection h2::before,
    .sub-premium__headsection h2::after {
        width: 2.15rem;
        height: 1rem;
    }
}

.sub-premium__headsection h2::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sub-premium__headsection .sub-premium__h3title_wave {
    font-size: 1.25rem;
    background: #C39B62;
    padding: 0.3125rem;
    color: #000000;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    width: 41.25rem;
    margin: 1.25rem auto 0;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .sub-premium__headsection .sub-premium__h3title_wave {
        font-size: 1.125rem;
        width: 100%;
    }
}

.sub-premium__headsection .sub-premium__h3title_wave::before,
.sub-premium__headsection .sub-premium__h3title_wave::after {
    content: "～";
    padding: 0 0.25em;
}

.sub-premium__headsection .sub-premium__h3titlebtmtext {
    width: 52.5rem;
    margin: 1.875rem auto 0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 2;
}

@media screen and (max-width: 600px) {
    .sub-premium__headsection .sub-premium__h3titlebtmtext {
        width: 100%;
        font-size: 0.875rem;
        font-weight: 500;
    }
}

.sub-premium__insertsection {
    margin: 6.875rem auto 0;
}

@media screen and (max-width: 600px) {
    .sub-premium__insertsection {
        margin: 3.125rem auto 0;
    }
}

.sub-premium__insertsection img {
    width: 100%;
    height: auto;
}

.sub-premium__listsection {
    margin: 5.3125rem auto 0;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection {
        margin: 3.125rem auto 0;
    }
}

.sub-premium__listsection h3 {
    font-size: 1.25rem;
    background: #C39B62;
    padding: 0.3125rem;
    color: #000000;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    width: 41.25rem;
    margin: 0 auto;
    text-align: center;
}

.sub-premium__listsection h3 .sp {
    display: none;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection h3 {
        font-size: 1rem;
        width: 100%;
        line-height: 1.4;
    }

    .sub-premium__listsection h3 .sp {
        display: inline;
    }
}

.sub-premium__listsection ul {
    margin: 5.3125rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul {
        margin: 3.125rem 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sub-premium__listsection ul li {
    width: 17.1875rem;
    height: 20.625rem;
    background: url(../img/premium-plan/bgimg_listbox.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0 0.625rem;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li {
        width: 48%;
        height: 15rem;
        margin: 0;
    }
}

.sub-premium__listsection ul li:nth-child(n+5) {
    margin-top: 2.5rem;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li:nth-child(n+5) {
        margin-top: 1.25rem;
    }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
    .sub-premium__listsection ul li:nth-child(n+3) {
        margin-top: 1.25rem;
    }
}

.sub-premium__listsection ul li a.js-openmodal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li a.js-openmodal {
        font-size: 0.875rem;
    }
}

.sub-premium__listsection ul li a.js-openmodal::before {
    content: "";
    width: 4.375rem;
    height: 2.5rem;
    background: url(../img/premium-plan/star.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li a.js-openmodal::before {
        width: 2.625rem;
        height: 1.5rem;
        margin-bottom: 1.25rem;
    }
}

.sub-premium__listsection ul li a.js-openmodal::after {
    content: "";
    margin-top: 1.5625rem;
    width: 7rem;
    height: 7rem;
    background: url(../img/premium-plan/list01.png) center center no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li a.js-openmodal::after {
        margin-top: 1.25rem;
        width: 4.2rem;
        height: 4.2rem;
    }
}

.sub-premium__listsection ul li a.js-openmodal:hover {
    opacity: 0.7;
}

.sub-premium__listsection ul li .sub-premium__list_modalitem {
    display: none;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #121112;
    width: 100%;
}

.sub-premium__listsection ul li .sub-premium__list_flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75rem 0.625rem;
    border-top: 2px solid #CE9756;
    border-bottom: 2px solid #CE9756;
    background: -webkit-gradient(linear, left top, left bottom, from(#1F1F1F), color-stop(35%, #434343), to(rgba(31, 31, 31, 0.19)));
    background: linear-gradient(180deg, #1F1F1F 0%, #434343 35%, rgba(31, 31, 31, 0.19) 100%);
    position: relative;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_flexwrap {
        display: block;
    }
}

.sub-premium__listsection ul li .sub-premium__list_modal_closebtn {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_modal_closebtn {
        right: 0.9375rem;
        top: 0.9375rem;
    }
}

.sub-premium__listsection ul li .sub-premium__list_modal_closebtn a {
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_modal_closebtn a {
        font-size: 2.5rem;
    }
}

.sub-premium__listsection ul li .sub-premium__list_modal_closebtn a::before {
    content: "×";
}

.sub-premium__listsection ul li .sub-premium__list_selectitem {
    -ms-flex-preferred-size: 12.5rem;
    flex-basis: 12.5rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 4.8px;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_selectitem {
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: 2px;
    }
}

.sub-premium__listsection ul li .sub-premium__list_selectitem::before {
    content: "";
    width: 5.875rem;
    height: 3.3125rem;
    background: url(../img/premium-plan/star.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2.5rem;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_selectitem::before {
        width: 2.9375rem;
        height: 1.65625rem;
        margin-bottom: 1.25rem;
    }
}

.sub-premium__listsection ul li .sub-premium__list_selectitem::after {
    content: "";
    margin-top: 2.5rem;
    width: 10rem;
    height: 10rem;
    background: url(../img/premium-plan/list01.png) center center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_selectitem::after {
        margin-top: 1.875rem;
        width: 6rem;
        height: 6rem;
    }
}

.sub-premium__listsection ul li .sub-premium__list_selectinformation {
    -ms-flex-preferred-size: 40.625rem;
    flex-basis: 40.625rem;
    margin-left: 8.125rem;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_selectinformation {
        margin: 1.875rem 1.25rem 0;
    }
}

.sub-premium__listsection ul li .sub-premium__list_selectinformation h4 {
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.9px;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_selectinformation h4 {
        font-size: 1rem;
    }
}

.sub-premium__listsection ul li .sub-premium__list_selectinformation p {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

@media screen and (max-width: 600px) {
    .sub-premium__listsection ul li .sub-premium__list_selectinformation p {
        margin-top: 1.125rem;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

.sub-premium__listsection ul li.premium_production a.js-openmodal::after,
.sub-premium__listsection ul li.premium_production .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list01.png);
}

.sub-premium__listsection ul li.premium_shipping a.js-openmodal::after,
.sub-premium__listsection ul li.premium_shipping .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list02.png);
}

.sub-premium__listsection ul li.premium_warranty a.js-openmodal::after,
.sub-premium__listsection ul li.premium_warranty .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list03.png);
}

.sub-premium__listsection ul li.premium_inspection a.js-openmodal::after,
.sub-premium__listsection ul li.premium_inspection .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list04.png);
}

.sub-premium__listsection ul li.premium_options a.js-openmodal::after,
.sub-premium__listsection ul li.premium_options .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list05.png);
}

.sub-premium__listsection ul li.premium_painting a.js-openmodal::after,
.sub-premium__listsection ul li.premium_painting .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list06.png);
}

.sub-premium__listsection ul li.premium_seats a.js-openmodal::after,
.sub-premium__listsection ul li.premium_seats .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list07.png);
}

.sub-premium__listsection ul li.premium_wheels a.js-openmodal::after,
.sub-premium__listsection ul li.premium_wheels .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list08.png);
}

.sub-premium__listsection ul li.premium_coating a.js-openmodal::after,
.sub-premium__listsection ul li.premium_coating .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list09.png);
}

.sub-premium__listsection ul li.premium_items a.js-openmodal::after,
.sub-premium__listsection ul li.premium_items .sub-premium__list_selectitem::after {
    background-image: url(../img/premium-plan/list10.png);
}

.sub-premium__reasonsection {
    margin: 7.1875rem 0 0;
    background: rgba(195, 155, 98, 0.34);
    padding: 2.5rem 0 1.875rem;
}

@media screen and (max-width: 600px) {
    .sub-premium__reasonsection {
        margin: 3.125rem 0 0;
        padding: 2.5rem 0 1.25rem;
    }
}

.sub-premium__reasonsection h2 {
    text-align: center;
    color: #F8D89E;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.7px;
}

@media screen and (max-width: 600px) {
    .sub-premium__reasonsection h2 {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
}

.sub-premium__reasonsection h2+p {
    margin: 2.5rem auto 0;
    text-align: center;
    width: 41.25rem;
    font-size: 1rem;
    line-height: 2.4;
}

@media screen and (max-width: 600px) {
    .sub-premium__reasonsection h2+p {
        margin: 1.875rem auto 0;
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.8;
    }
}

.sub-premium__pricesection {
    margin: 7.1875rem 0 0;
}

@media screen and (max-width: 600px) {
    .sub-premium__pricesection {
        margin: 3.125rem 0 0;
    }
}

.sub-premium__pricesection h2 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}

.sub-premium__pricesection h2 span {
    font-size: 1rem;
    letter-spacing: 0.8px;
}

@media screen and (max-width: 600px) {
    .sub-premium__pricesection h2 span {
        line-height: 2;
    }
}

.sub-premium__pricesection h2+p {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.8px;
}

@media screen and (max-width: 600px) {
    .sub-premium__pricesection h2+p {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.5;
    }
}

.sub-premium__pricesection dl {
    margin: 1.25rem auto 0;
    width: 56.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
}

@media screen and (max-width: 600px) {
    .sub-premium__pricesection dl {
        width: 100%;
        font-size: 0.875rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sub-premium__pricesection dl dt {
    -ms-flex-preferred-size: 34.375rem;
    flex-basis: 34.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.5rem 1.875rem;
    background: #C39B62;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    .sub-premium__pricesection dl dt {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        padding: 0.5rem 0.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sub-premium__pricesection dl dd {
    margin-left: 0.3125rem;
    -ms-flex-preferred-size: 21.5625rem;
    flex-basis: 21.5625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 0.5rem 1.875rem;
    background: #C39B62;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    .sub-premium__pricesection dl dd {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        padding: 0.5rem 0.625rem;
        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;
    }
}

.sub-premium__pricesection dl+dl {
    margin-top: 0.75rem;
}

.sub-premium__pricesection dl+dl dt,
.sub-premium__pricesection dl+dl dd {
    background: #ffffff;
    color: #000000;
}

.page-template-page-after_care .pc {
    display: block;
}

.page-template-page-after_care .sp {
    display: none;
}

@media (max-width: 600px) {
    .page-template-page-after_care .pc {
        display: none;
    }

    .page-template-page-after_care .sp {
        display: block;
    }
}

.page-template-page-after_care .sub-read__inner .sub-read {
    margin-bottom: clamp(40px, 11vw, 149px);
}

.point {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.point .point_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .point .point_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.point .point_img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.point .point_img img {
    max-width: 70%;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .point .point_img {
        margin-top: 30px;
    }

    .point .point_img img {
        max-width: 80%;
    }
}

.point .point_item {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
}

.point .point_item li {
    padding-bottom: 25px;
    border-bottom: solid 1px #504437;
    margin-bottom: 1.56rem;
}

.point .point_item li .point_title {
    color: #89312f;
    font-size: 1.2078rem;
    font-weight: bold;
    line-height: 2.52;
    margin-bottom: 30px;
}

.point .point_item li .point_txt {
    font-size: 0.9091rem;
    line-height: 1.785;
    color: #000;
    font-weight: 600;
}

.lastly .lastly_title {
    font-size: 2.337rem;
    font-weight: bold;
    color: #ede6d7;
    background-color: #89312f;
    text-align: center;
    padding: 40px 0;
    position: relative;
    margin-bottom: 60px;
}

.lastly .lastly_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9.5625rem;
    height: 13.125rem;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #89312f;
    z-index: 2;
}

.lastly .lastly_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9.5625rem;
    height: 13.125rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #89312f;
    z-index: 2;
}

@media (max-width: 600px) {
    .lastly .lastly_title {
        font-size: 1.58rem;
        padding: 25px 0;
    }

    .lastly .lastly_title::before {
        width: 7.5625rem;
        height: 9.125rem;
    }

    .lastly .lastly_title::after {
        width: 7.5625rem;
        height: 9.125rem;
    }
}

.lastly .lastly01 {
    width: 90%;
    margin: 0 auto;
}

.lastly .lastly01 .sub-read {
    text-align: center;
    margin-bottom: 50px;
}

.lastly .lastly01 .sub-read .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f2d544));
    background: linear-gradient(transparent 50%, #f2d544 50%);
}

.lastly .lastly01 .lastly01_txt {
    text-align: center;
    line-height: 1.785;
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .lastly .lastly01 .lastly01_txt {
        text-align: left;
    }
}

.lastly .lastly02 {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border-radius: 20px;
    padding: 60px 0 60px;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.lastly .lastly02 .lastly02_title {
    font-size: 1.558rem;
    color: #89312f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
}

.lastly .lastly02 .lastly02_title span {
    font-size: 55%;
}

.lastly .lastly02 .lastly02_txt li {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 0.909rem;
    line-height: 1.785;
    text-indent: -1em;
    padding-left: 1em;
}

.page-template-page-shop_info .sub-read__inner {
    margin-bottom: clamp(40px, 11vw, 80px);
}

.info-title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: clamp(25px, 3.5vw, 45px);
}

@media (max-width: 900px) {
    .info-title {
        text-align: center;
    }
}

.content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1070px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5019607843);
    padding: 3.75rem 3.3rem;
    border-radius: 20px;
    margin-bottom: 63px;
}

@media (max-width: 900px) {
    .content_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        padding: 3.75rem 5%;
        margin-bottom: 40px;
    }
}

.business_calendar .business_calendar_info {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

@media (max-width: 900px) {
    .business_calendar .business_calendar_info {
        width: 100%;
        text-align: center;
    }
}

.business_calendar .business_calendar_info .business_calendar_info-txt {
    font-size: 0.909rem;
    line-height: 2.14;
    font-weight: 600;
    margin-bottom: 48px;
    letter-spacing: 0.05em;
}

.business_calendar .business_calendar_info .brown_btn {
    background-color: #504437;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 217px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.168rem;
    height: 60px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.02em;
}

@media (max-width: 900px) {
    .business_calendar .business_calendar_info .brown_btn {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.business_calendar .business_calendar_calendar {
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    max-width: 547px;
}

@media (max-width: 900px) {
    .business_calendar .business_calendar_calendar {
        margin: 0 auto;
        width: 100%;
    }
}

.business_calendar .business_calendar_calendar iframe {
    aspect-ratio: 135/100;
}

.certification:has(.shopInfo) {
    background-color: transparent;
}

.certification__title-bg {
    width: 100%;
    height: 24.375rem;
    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 screen and (max-width: 600px) {
    .certification__title-bg {
        height: 12.5rem;
    }
}

.certification__title-bg.shopInfo {
    position: relative;
}

.certification__title-bg.shopInfo .certification__txt {
    color: #fff;
    line-height: 2.1;
    text-align: center;
}

.certification__title-bg.shopInfo .certification__title {
    margin-bottom: 35px;
    text-align: center;
}

.certification__title-bg.shopInfo01 {
    background: url(../img/shop-info/shop-info_bg01.png) no-repeat center center/cover;
    margin-bottom: clamp(50px, 7.9vw, 99px);
}

.certification__title-bg.shopInfo02 {
    background: url(../img/shop-info/shop-info_bg02.png) no-repeat center center/cover;
}

.access.content_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.access .access_info {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
}

@media (max-width: 900px) {
    .access .access_info {
        width: 100%;
    }
}

.access .access_info .access_info_item {
    padding-bottom: 34px;
}

.access .access_info .access_info_item:nth-child(2) {
    border-bottom: dashed 1px #504437;
}

.access .access_info .access_info_item .access_sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 33px;
    margin-top: 20px;
}

.access .access_info .access_info_item .access_sub-title img {
    margin-right: 22px;
}

.access .access_info .access_info_item .access_detail {
    background-color: #ede6d7;
    padding: 30px 20px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 34px;
}

.access .access_info .access_info_item .access_detail .access_detail-title {
    margin-bottom: 20px;
}

.access .access_info .access_info_item .access_detail .access_detail-item {
    line-height: 2;
}

.access .access_map {
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    max-width: 547px;
}

@media (max-width: 900px) {
    .access .access_map {
        width: 100%;
        margin: 0 auto;
    }
}

.access .access_map iframe {
    width: 100%;
    aspect-ratio: 533/576;
}

.page-template-page-faq .sub-mv__main-title {
    left: 50%;
}

.accordion {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 1070px;
    width: 83%;
    margin: 0 auto;
    padding: 67px 0;
    margin-top: 60px;
    border-radius: 20px;
    border: solid 1px #000;
}

@media (max-width: 600px) {
    .accordion {
        padding: 37px 0;
    }
}

.accordion .accordion_inner {
    width: 90%;
    max-width: 872px;
    margin: 20px auto;
    border-radius: 8px;
}

.acc-item {
    padding: 1rem 0;
    width: 100%;
    max-width: 800px;
    margin: 1rem auto 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.acc-item:nth-child(odd) .acc-item__ttl {
    background-color: #de9133;
}

@media (max-width: 600px) {
    .acc-item {
        margin: 0.5rem auto 0;
        padding: 0.5rem 0;
    }
}

.acc-item__ttl {
    font-weight: bold;
    background-color: #d67500;
    font-size: clamp(0.909rem, 3.7vw, 1rem);
    margin: 0;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 10px 22px;
    padding-right: 44px;
    line-height: 1.785;
}

.acc-item__ttl img {
    width: 38px;
    height: 38px;
    margin-right: 25px;
}

@media (max-width: 600px) {
    .acc-item__ttl img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
}

.acc-item__ttl::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid white;
    border-bottom: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    top: 50%;
    right: 22px;
}

.acc-item__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.785;
    font-size: clamp(0.909rem, 3.7vw, 1rem);
}

.acc-item__content p {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.acc-item__content a {
    text-decoration: underline;
}

.acc-item__content a:hover {
    text-decoration: none;
}

@media (max-width: 600px) {
    .acc-item__content a:hover {
        text-decoration: underline;
    }
}

.acc-item__content img {
    width: 38px;
    height: 38px;
    margin-right: 25px;
}

@media (max-width: 600px) {
    .acc-item__content img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
}

.acc-item.is-open .acc-item__content {
    max-height: 2500px;
    /* 必要に応じて適切な高さを設定 */
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.acc-item.is-open .acc-item__ttl::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.red {
    color: #ff0000;
    font-weight: bold;
}

.sub-company .about {
    padding: 0 40px;
}

.sub-company .about .wrap {
    width: 100%;
    max-width: 1070px;
    margin: 62px auto 0;
    background: #f6f3ec;
    border-radius: 20px;
    padding: 60px 60px 66px;
}

.sub-company .tokusyo {
    margin-top: 80px;
    padding: 372px 40px 0;
    background: url("../img/company/bg01.jpg") center top no-repeat;
    background-size: contain;
}

.sub-company .tokusyo .wrap {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    background: #f6f3ec;
    border-radius: 20px;
    padding: 60px 60px 66px;
}

.sub-company .about h2,
.sub-company .tokusyo h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 44px;
}

.sub-company table {
    border-collapse: collapse;
}

.sub-company table tr th {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 22px 0 22px 40px;
    width: 37.765957%;
    border-radius: 40px 0 0 40px;
    text-align: left;
    vertical-align: middle;
}

.sub-company table tr td {
    font-size: 0.875rem;
    line-height: 1.7142857;
    padding: 22px 40px 22px 0;
    border-radius: 0 40px 40px 0;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
}

.sub-company table tr:nth-child(odd) th,
.sub-company table tr:nth-child(odd) td {
    background: #f3e6d5;
}

.sub-company table tr:nth-child(even) th,
.sub-company table tr:nth-child(even) td {
    padding-top: 34px;
    padding-bottom: 34px;
}

.sub-company table tr td a {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .sub-company .about {
        padding: 0 20px;
    }

    .sub-company .about .wrap {
        margin: 62px auto 0;
        border-radius: 10px;
        padding: 40px 30px 43px;
    }

    .sub-company .tokusyo {
        margin-top: 80px;
        padding: 180px 20px 0;
    }

    .sub-company .tokusyo .wrap {
        border-radius: 10px;
        padding: 40px 30px 43px;
    }

    .sub-company .about h2,
    .sub-company .tokusyo h2 {
        margin-bottom: 30px;
    }

    .sub-company table tr th {
        padding: 22px 20px 10px;
        width: 100%;
        border-radius: 20px 20px 0 0;
        display: block;
    }

    .sub-company table tr td {
        padding: 0 20px 22px;
        width: 100%;
        border-radius: 0 0 20px 20px;
        display: block;
    }

    .sub-company table tr:nth-child(even) th {
        padding-top: 34px;
        padding-bottom: 10px;
    }

    .sub-company table tr:nth-child(even) td {
        padding-top: 0;
        padding-bottom: 34px;
    }
}

/*# sourceMappingURL=style.css.map */