@charset "utf-8";

:root {
    --min-viewport-width: 375;
    --max-viewport-width: 1920;
    --color-brown-light: #E9DAB9;
    --color-gold: #776827;
    --color-gold-invert: #8897d8;
    --color-gray: #707070;
    --color-gray-light: #F7F7F7;
    --color-beige: #FAF6ED;
    --color-blue-dark: #00174B;
    --color-white: #fff;
    --color-black: #000;
    --color-pink: #fe79c1;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 769px) {
    html {
        font-size: calc(100vw / (var(--vw) / 10));
    }
}

@media screen and (max-width:768px) and (min-width:320px) {
    html {
        /* font-size: calc(100vw / (var(--vw) / 10)); */
        font-size: calc(100vw / (var(--vw) / 9.375));
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #403B3B;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.06em;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.font_NotoSansJP {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font_ryumin {
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}

.font_Blackoak {
    font-family: "blackoak-std", serif;
    font-weight: 400;
    font-style: normal;
}

/*
ly_******************************/

.ly_cont {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 769px) {
    .ly_cont {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}

.ly_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    max-width: 75.0rem;
    margin: 0 auto;
}

/*
bl_******************************/

.bl_contact {
    padding-top: clamp(10.0rem * 0.6, 100 / var(--max-viewport-width) * 100vw, 10.0rem);
    padding-bottom: clamp(10.0rem * 0.6, 100 / var(--max-viewport-width) * 100vw, 10.0rem);
    background: #000;
}

.bl_contact_secHeading {
    font-size: 3.2rem;
    text-align: center;
    color: #fff;
}

.bl_contact_secLead {
    padding-top: 3.0rem;
    text-align: center;
    color: #fff;
}

.bl_contact_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

/*
el_******************************/

.el_secHeading {
    position: relative;
    font-size: 4.8rem;
    position: relative;
    line-height: calc(48 / 48);
    font-weight: normal;
    color: #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
    -webkit-text-stroke: 1px #000;
    text-align: center;
}

.el_secHeading span {
    font-size: 3.0rem;
    position: relative;
    line-height: calc(48 / 30);
    display: block;
}

.el_ttl_large {
    font-size: 4.0rem;
    color: var(--color-gold);
    font-weight: bold;
    line-height: calc(32 / 40);
    letter-spacing: 0.3em;
}

.el_afterIconBtn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.5rem;
    padding: 0.7rem 1.5rem 0.9rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
}

.el_afterIconBtn::before {
    content: "";
}

.el_afterIconBtn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .el_afterIconBtn:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

.el_secHeading svg.icon_house {
    max-width: 24px;
    height: 17px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_browser {
    max-width: 18px;
    height: 17px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_scissors {
    max-width: 13px;
    height: 17px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_instagram {
    max-width: 16px;
    height: 16px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_search {
    max-width: 14px;
    height: 15px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_cart {
    max-width: 16px;
    height: 16px;
    fill: var(--color-black);
}

.el_secHeading svg.icon_info {
    max-width: 7px;
    height: 17px;
    fill: var(--color-black);
}

.el_label {
    display: inline-block;
    padding: 0.4rem 0.5rem;
    background-color: #A22828;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    box-sizing: border-box;
}

.el_label.news-kishima {
    background: #BA3ABF;
}

.el_label.news-saga {
    background: #132984;
}

.el_label.news-karamatsu {
    background: #176060;
}

.el_label.news-kashima {
    background: #EF7318;
}

.el_label.news-tosu {
    background: #9D870E;
}

.el_label.news-karatsu {
    background: #A6B749;
}

.el_label.news-takeo {
    background: #631A89;
}

.el_label.news-ogi {
    background: #4F8D4D;
}

.el_label.branch-imari {
    background: #1D79E5;
}

.el_label.branch-miyaki {
    background: #624124;
}

.el_beforeAfterIconBtn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .el_beforeAfterIconBtn:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

/*
header******************************/

.ly_header {
    position: relative;
}

.ly_header_inner {
    max-width: 1920px;
    margin: 0 auto;
    pointer-events: none;
}

.ly_header_flex {
    position: absolute;
    display: flex;
    align-items: self-start;
    width: 100%;
}

.ly_header_content {
    flex: 0 1 28.59375%;
    margin: 0;
    z-index: 30;
}

@media (min-width: 1921px) {
    .ly_header_content {
        padding-top: 8.7rem;
    }
}

@media (max-width: 1920px) {
    .ly_header_content {
        padding-top: 4.53125vw;
    }
}

@media (max-width: 768px) {
    .ly_header_content {
        flex: 0 1 50%;
    }
}

@media (max-width: 480px) {
    .ly_header_content {
        flex: 0 1 80%;
    }
}

.ly_header_space {
    flex: 1;
    position: relative;
    top: 0;
    right: 0;
    display: grid;
    justify-content: flex-end;
    align-items: center;
    gap: 3.1rem;
    grid-auto-flow: column;
}

@media (min-width: 1921px) {
    .home .ly_header_content {
        padding-top: 31.0rem;
    }
}

@media (max-width: 1920px) {
    .home .ly_header_content {
        padding-top: 16.145833vw;
    }
}

@media (max-width: 1200px) {
    .home .ly_header_content {
        padding-top: 6.70833vw;
    }
}

.bl_header_logo_link {
    pointer-events: auto;
}

.bl_header_logo_imgWrapper {
    max-width: 54.9rem;
    background: var(--color-blue-dark);
}

@media (min-width: 1921px) {
    .bl_header_logo_imgWrapper {
        padding: 1.9rem 6.6rem 1.8rem;
    }
}

@media (max-width: 1920px) {
    .bl_header_logo_imgWrapper {
        padding: 0.989583vw 3.4375vw 0.9375vw;
    }
}

@media (max-width: 768px) {
    .bl_header_logo_imgWrapper {
        padding: 2.4739583vw 8.59375vw 2.34375vw;
    }
}

.bl_header_logo_svgWrapper svg {
    max-width: 417px;
    height: 4.7rem;
    width: 100%;
    fill: var(--color-gold-light);
    vertical-align: middle;
}

.ly_header_content_body {
    padding-left: 6.6rem;
}

@media (max-width: 1400px) {
    .ly_header_content_body {
        display: none;
    }

    .home .ly_header_content_body {
        padding-left: 3.3rem;
        display: block;
    }
}

@media (max-width: 768px) {
    .ly_header_content_body {
        display: none;
    }

    .home .ly_header_content_body {
        display: none;
    }
}

.ly_header_content_ttl {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    padding-top: 2.3rem;
}

.ly_header_content_txt {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding-top: 0.6rem;
}

.bl_header_horizBtnList {
    display: flex;
    justify-content: flex-start;
    padding-top: 1.4rem;
}

.bl_header_horizBtnList>*:last-child {
    margin-right: 0;
}

.bl_header_horizBtnList>li {
    flex: 1 1 0;
    max-width: 15.4rem;
    margin-right: -0.1rem;
}

.bl_header_horizBtnList a {
    pointer-events: auto;
}

.bl_header_horizBtnList_txt {
    display: inline-block;
    font-size: 1.2rem;
    line-height: calc(18 / 12);
}

.bl_header_address {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    font-style: normal;
    padding-top: 1.3rem;
    font-style: normal;
}

.bl_header_sns {
    position: absolute;
    z-index: 30;
    top: 50.6rem;
    right: 1.6rem;
    transform: translateX(-50%);
}

@media (max-width: 1200px) {
    .bl_header_sns {
        top: 15.6rem;
        right: 0.6rem;
    }
}

.bl_header_sns ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 2.6rem;
    grid-auto-flow: column;
    grid-auto-flow: row;
    justify-content: center;
}

.bl_header_sns ul li {
    line-height: 1;
    grid-auto-flow: row;
    text-align: center;
}

.bl_header_sns svg {
    fill: var(--color-gold);
}

.bl_header_sns svg.icon_facebook {
    max-width: 9px;
    height: 17px;
}

.bl_header_sns svg.icon_instagram {
    max-width: 17px;
    height: 17px;
}

.bl_header_sns svg.icon_pinterest {
    max-width: 13px;
    height: 17px;
}

.bl_header_sns svg.icon_x {
    max-width: 17px;
    height: 17px;
}

.bl_header_sns svg.icon_phone {
    max-width: 17px;
    height: 18px;
}

.bl_header_sns svg.icon_line {
    max-width: 19px;
    height: 19px;
}

.bl_header_sns svg.icon_marker {
    max-width: 13px;
    height: 19px;
}

.bl_header_scroll {
    position: absolute;
    top: 93.2rem;
    right: 1.8rem;
    transform: translateX(-50%);
    z-index: 10;
    display: grid;
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 2.0rem;
    grid-auto-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    z-index: 15;
}

@media (max-width: 1200px) {
    .bl_header_scroll {
        top: 49.2rem;
        right: 0.8rem;
    }
}

.bl_header_scroll_txt {
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.26em;
    text-align: center;
    vertical-align: middle;
    writing-mode: vertical-rl;
    color: var(--color-gold);
    line-height: 1;
}

.bl_header_scroll svg.icon_chevron_down02 {
    max-width: 16px;
    height: 8px;
    fill: var(--color-gold);
}

.bg_wall {
    line-height: 0;
}

@media (max-width: 768px) {
    .bg_wall img {
        height: 1rem;
        object-fit: cover;
    }
}

.bl_cart {
    position: fixed;
    top: 7.4rem;
    right: 7.6rem;
    z-index: 30;
    background-color: transparent;
    mix-blend-mode: difference;
    border: 2px solid var(--color-gold-invert);
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
    pointer-events: auto;
}

@media (min-width: 1921px) {
    .bl_cart {
        top: 7.4rem;
    }
}

@media (max-width: 1920px) {
    .bl_cart {
        top: 3.854166vw;
    }
}

@media (max-width: 1200px) {
    .bl_cart {
        top: 1.4rem;
        right: 0.6rem;
    }
}

@media (max-width: 768px) {
    .bl_cart {
        top: 6.70833vw;
    }
}

@media (max-width: 480px) {
    .bl_cart {
        top: 21.70833vw;
    }
}

.bl_cart a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bl_cart svg.icon_cart {
    max-width: 2.9rem;
    height: 2.9rem;
    fill: var(--color-gold-invert);
    display: grid;
    place-content: center;

    line-height: 1;
    transform: translate(50%, 50%);
}


/* bl_hambergerMenu */

.bl_hambergerMenu {
    position: relative;
    pointer-events: auto;
}

.bl_hambergerMenu_btnWrapper {
    background-color: transparent;
    mix-blend-mode: difference;
    position: fixed;
    top: 9.0rem;
    right: 17.0rem;
    z-index: 1000;
}

@media (min-width: 1921px) {
    .bl_hambergerMenu_btnWrapper {
        top: 9.0rem;
    }
}

@media (max-width: 1920px) {
    .bl_hambergerMenu_btnWrapper {
        top: 4.6875vw;
    }
}

@media (max-width: 1200px) {
    .bl_hambergerMenu_btnWrapper {
        top: 2.8rem;
        right: 8rem;
    }
}

@media (max-width: 768px) {
    .bl_hambergerMenu_btnWrapper {
        top: 7.50833vw;
    }
}

@media (max-width: 480px) {
    .bl_hambergerMenu_btnWrapper {
        right: 1.5rem;
        top: 8.50833vw;
    }
}

.bl_hambergerMenu_btn {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.bl_hambergerMenu_btn span {
    width: 100%;
    height: 2px;
    display: block;
    background: var(--color-gold-invert);
    position: absolute;
    transition: top .5s ease, transform .6s ease-in-out;
}

.bl_hambergerMenu_btn span:nth-child(1) {
    top: calc(50% - 14px);
    transform: translateY(-50%);
}

.bl_hambergerMenu_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.bl_hambergerMenu_btn span:nth-child(3) {
    top: calc(50% + 14px);
    transform: translateY(-50%);
}

.bl_hambergerMenu_inner {
    background: rgba(0, 23, 75, 0.90);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 72.0rem;
    display: flex;
    justify-content: center;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .bl_hambergerMenu_inner {
        width: 100vw;
    }
}

.bl_hambergerMenu_head {
    padding-top: 17.0rem;
}

.bl_hambergerMenu_logo {
    max-width: 34.2rem;
    margin: 0;
    padding-bottom: 10.0rem;
}

.bl_hambergerMenu_body {
    color: #fff;
    display: none;
}

@media only screen and (max-width: 768px) {
    .bl_hambergerMenu_body {
        color: #fff;
        display: block;
        padding-top: 8.0rem;
    }
}

.bl_hambergerMenu_sns {
    padding-top: 26.0rem;
    padding-bottom: 6.0rem;
}

@media only screen and (max-width: 768px) {
    .bl_hambergerMenu_sns {
        padding-top: 8.0rem;
    }
}

.bl_hambergerMenu_sns ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 7.5rem;
    grid-auto-flow: column;
    justify-content: center;
}

.bl_hambergerMenu_sns svg.icon_facebook {
    max-width: 15px;
    height: 28px;
    fill: #fff;
}

.bl_hambergerMenu_sns svg.icon_instagram {
    max-width: 28px;
    height: 28px;
    fill: #fff;
}

.el_menu_item {
    width: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-top: 4.8rem;
}

.fadein {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity .2s ease, transform .6s ease;
}

.el_menu_item a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    transition: color .6s ease;
    text-decoration: none;
}

.el_menu_item a:hover {
    color: #666;
}

.el_menu_item:first-child {
    margin-top: 0;
}


/* is-active */
.bl_hambergerMenu_inner.is-active {
    visibility: visible;
    opacity: 1;
}

.is-active .fadein {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .9s ease, transform 1s ease;
}

.is-active.bl_hambergerMenu_btn span {
    background: #fff;
}

.is-active.bl_hambergerMenu_btn span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.is-active.bl_hambergerMenu_btn span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.is-active.bl_hambergerMenu_btn span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/*
top-kv******************************/



/*
sub-kv******************************/

.pg_ttl_content {
    padding: 24.0rem 0 2.0rem;
}

.pg_ttl {
    position: relative;
    font-size: 6.4rem;
    position: relative;
    line-height: calc(72 / 64);
    font-weight: normal;
    color: #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
    -webkit-text-stroke: 1px #000;
    text-align: center;
}

.pg_ttl span {
    font-size: 3.0rem;
    position: relative;
    line-height: calc(30 / 30);
}

/*
bl-breadcrumb******************************/

.bl-breadcrumb {
    position: relative;
    padding-top: 3.0rem;
}

.bl-breadcrumb_inner {
    max-width: 94.7rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: 0 auto;
}

.bl-breadcrumb_list {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 1.0rem;
    grid-auto-flow: column;
    line-height: 1;
}

.bl-breadcrumb_item, .bl-breadcrumb_item a, .bl-breadcrumb {
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    color: #000;
}

.bl-breadcrumb_greater {
    width: 0.8rem;
    height: 1.3rem;
}

.bl-breadcrumb_greater:first-child {
    display: none;
}

.bl-breadcrumb_greater svg.icon_greater {
    max-width: 8px;
    height: 13px;
    fill: #040000;
}

.bl-breadcrumb_imgWrapper {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    grid-auto-flow: column;
}

.bl-breadcrumb_linkWrapper {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    grid-auto-flow: column;
}

.bl-breadcrumb_imgWrapper svg.icon_house {
    max-width: 24px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_browser {
    max-width: 18px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_linkWrapper svg.icon_browser {
    max-width: 18px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_scissors {
    max-width: 13px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_info {
    max-width: 7px;
    height: 17px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_phone {
    max-width: 18px;
    height: 19px;
    fill: var(--color-black);
}

.bl-breadcrumb_imgWrapper svg.icon_search {
    max-width: 14px;
    height: 15px;
    fill: var(--color-black);
}

/*
pg_home_kumiaiGreeting******************************/

.pg_home_kumiaiGreeting {
    position: relative;
    padding: 23.0rem 0 4.4rem;
}

.pg_home_kumiaiGreeting_inner {
    max-width: 62.3rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
    text-align: center;
}

.pg_home_kumiaiGreeting_name {
    font-size: 2.4rem;
    padding-bottom: 1.6rem;
}

.pg_home_kumiaiGreeting_txt {
    padding-top: 4.0rem;
    text-align: left;
}

.pg_home_kumiaiGreeting_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

/*
pg_aboutus******************************/

.pg_aboutus_txt {
    max-width: 94.7rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
    padding-top: 3.8rem;
}

/* pg_aboutusGreeting */

.pg_aboutusGreeting {
    padding: 6rem 0 3.0rem;
}

.pg_aboutusGreeting_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 9.5rem;
    column-gap: clamp(9.5rem* 0.3, 95 / var(--max-viewport-width)* 100vw, 9.5rem);
    row-gap: 6.2rem;
    row-gap: clamp(6.2rem* 0.3, 62 / var(--max-viewport-width)* 100vw, 6.2rem);
    margin-top: 3.5rem;
}

.pg_aboutusGreeting_item:nth-child(2n) {
    padding-top: 12.8rem;
    padding-top: clamp(12.8rem* 0.6, 128 / var(--max-viewport-width)* 100vw, 12.8rem);
}

.pg_aboutusGreeting_imgWrapper {
    max-width: 51.8rem;
}

.pg_aboutusGreeting_txt {
    padding-top: 2.4rem;
}

.pg_aboutusGreeting_name {
    padding-top: 1.0rem;
    text-align: right;
}

/* pg_aboutusGaiyo */

.pg_aboutusGaiyo {
    padding: 3.0rem 0 3.0rem;
}

.pg_aboutusGaiyo_inner {
    max-width: 75.8rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusGaiyo_table table {
    width: 75.8rem;
    border-collapse: separate;
    border-top: solid 1px var(--color-gray);
    border-bottom: solid 1px var(--color-gray);
    border: 1px solid var(--color-gray);
    border-spacing: 0 10px;
    margin: 0 auto;
    margin-top: 4.8rem;
}

@media (max-width: 768px) {
    .pg_aboutusGaiyo_table {
        overflow-x: scroll;
    }
}

.pg_aboutusGaiyo_table th, .pg_aboutusGaiyo_table td {
    font-size: 1.6rem;
    line-height: calc(30 / 16);

}

.pg_aboutusGaiyo_table th {
    vertical-align: middle;
    width: 18.8rem;
    border-right: solid 1px var(--color-gray);
    font-weight: normal;
    text-align: left;
    padding: 0.8rem 2.8rem 0.7rem;
}

.pg_aboutusGaiyo_table td {
    vertical-align: middle;
    width: 57.0rem;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.pg_aboutusGaiyo_table td.bar {
    height: 1px;
    width: 100%;
    border-top: 1px solid var(--color-gray);
}

.pg_aboutusGaiyo_table {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.pg_aboutusGaiyo_table::-webkit-scrollbar {
    height: 4px;
}

.pg_aboutusGaiyo_table::-webkit-scrollbar-track {
    background: #eee;
}

.pg_aboutusGaiyo_table::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}

.pg_aboutusGaiyo_table::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* pg_aboutusYakuin */

.pg_aboutusYakuin {
    padding: 3.0rem 0 6.0rem;
}

.pg_aboutusYakuin_inner {
    max-width: 103.4rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusYakuin_table {
    margin-top: 4.8rem;
    overflow-x: auto;

}

.bl_table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
}

@media (max-width: 1140px) {
    .bl_table.pg_aboutusYakuin_table table {
        width: 103.4rem;
    }
}

.bl_table table th, .bl_table table td {
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    white-space: nowrap;
}

.bl_table th {
    position: relative;
    padding: 1.5rem 2.8rem 1.4rem;
    border-bottom: 1px solid var(--color-gray);
    font-weight: normal;
    text-align: left;
    background: var(--color-white);
    z-index: 3;
}

.bl_table th::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: var(--color-gray);
}

.bl_table td {
    position: relative;
    padding: 1.5rem 2.5rem 1.4rem;
    border-bottom: 1px solid var(--color-gray);
    background: #fff;
    z-index: 2;
}

.bl_table td.aboutusYakuin_th_01 {
    width: 11.5rem;
}

.bl_table td.aboutusYakuin_td_01 {
    width: 20.0rem;
}

.bl_table td.aboutusYakuin_td_02 {
    width: 24.0rem;
}

.bl_table td.aboutusYakuin_td_03 {
    width: 47.9rem;
}

.bl_table td::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: var(--color-gray);
}

.bl_table table th._sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}

.bl_table table th._sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid var(--color-gray);
    background: var(--color-white);
    z-index: -1;
}

.bl_table {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.bl_table::-webkit-scrollbar {
    height: 4px;
}

.bl_table::-webkit-scrollbar-track {
    background: #eee;
}

.bl_table::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}

.bl_table::-webkit-scrollbar-thumb:hover {
    background: #999;
}


/* scroll-box */

.scroll-box {
    padding: 3.0rem 0 6.0rem;
}

.scroll-box_inner {
    max-width: 100.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.scroll-box_table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.scroll-box_table table th, .scroll-box_table table td {
    vertical-align: middle;
    padding: 20px;
    border: 1px solid var(--color-gray);
    color: #000;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.scroll-box_table th {
    background: #795548;
}

.scroll-box_table td {
    background: #fff;
}

.scroll-box_table table th._sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}

.scroll-box_table table th._sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
    background: var(--color-brown-light);
    z-index: -1;
}

.scroll-box_table {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.scroll-box_table::-webkit-scrollbar {
    height: 4px;
}

.scroll-box_table::-webkit-scrollbar-track {
    background: #eee;
}

.scroll-box_table::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}

.scroll-box_table::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* pg_aboutusCounsellor */

.pg_aboutusCounsellor {
    padding: 6.0rem 0 6.0rem;
}

.pg_aboutusCounsellor_inner {
    max-width: 114.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_aboutusCounsellor_table {
    margin-top: 4.8rem;
    overflow-x: auto;

}

@media (max-width: 1140px) {
    .bl_table.pg_aboutusCounsellor_table table {
        width: 114.0rem;
    }
}

.bl_table td.aboutusCounsellor_th_01 {
    width: 12.6rem;
}

.bl_table td.aboutusCounsellor_td_01 {
    width: 20.6rem;
}

.bl_table td.aboutusCounsellor_td_02 {
    width: 23.6rem;
}

.bl_table td.aboutusCounsellor_td_03 {
    width: 18.4rem;
}

.bl_table td.aboutusCounsellor_td_04 {
    width: 38.8rem;
}

.pg_aboutusCounsellor_ttl {
    padding-top: 2.0rem;
}

.pg_aboutusCounsellor_txt {
    padding-top: 0.6rem;
}



/*
pg_aboutusBranchList******************************/

.pg_aboutusBranchList {
    padding: 6.0rem 0 6.0rem;
}

/* bl_branchList */

.bl_branchList_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3.2rem;
    row-gap: 3.6rem;
    margin-top: 3.8rem;
}

@media only screen and (max-width: 1000px) {
    .bl_branchList_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_branchList_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_branchList_card {
    box-shadow: 1px 5px 15px -5px #777777;
}

.bl_branchList_card_body {
    max-width: 26.2rem;
    padding: 1.7rem 1.2rem 1.0rem;
}

.bl_branchList_card_imgWrapper {
    position: relative;
    max-width: 26.2rem;
}

.bl_branchList_ribbon {
    --f: .0em;
    --r: 1.0em;
    position: absolute;
    left: 20px;
    top: calc(-1*var(--f));
    padding: 1.4em 1.6em;
    background: #BF4D28;
    border-left: var(--f) solid #0005;
    border-bottom: var(--r) solid #0000;
    clip-path: polygon(var(--f) 0, 100% 0, 100% 100%, calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%, var(--f) var(--f), 0 var(--f));
}

.bl_branchList_ribbon.branch-kishima {
    background: #BA3ABF;
}

.bl_branchList_ribbon.branch-saga {
    background: #132984;
}

.bl_branchList_ribbon.branch-karamatsu {
    background: #176060;
}

.bl_branchList_ribbon.branch-kashima {
    background: #EF7318;
}

.bl_branchList_ribbon.branch-tosu {
    background: #9D870E;
}

.bl_branchList_ribbon.branch-karatsu {
    background: #A6B749;
}

.bl_branchList_ribbon.branch-takeo {
    background: #631A89;
}

.bl_branchList_ribbon.branch-ogi {
    background: #4F8D4D;
}

.bl_branchList_ribbon.branch-imari {
    background: #1D79E5;
}

.bl_branchList_ribbon.branch-miyaki {
    background: #624124;
}

.bl_branchList_card_ttl {
    font-size: 2.4rem;
    line-height: calc(30 / 24);
    display: -webkit-box;
}

.bl_branchList_card_address {
    font-size: 1.6rem;
    line-height: calc(20 / 16);
    padding-top: 1.4rem;
}

.bl_branchList_card_tel {
    margin-top: 0.7rem;
}

.bl_branchList_card_btn {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    font-weight: normal;
    text-align: right;
}

/*
pg_branchList******************************/

.pg_branchList {
    padding: 8.0rem 0 6.0rem;
}

/*
pg_branchlistDetail******************************/

.pg_branchlistDetail_desc {
    max-width: 94.7rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
    padding-top: 3.8rem;
}

.pg_branchlistDetailGaiyo {
    padding: 6.0rem 0 3.0rem;
}

.pg_branchlistDetailGaiyo_inner {
    max-width: 75.8rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_branchlistDetailGaiyo_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

.pg_branchlistDetailGaiyo_table {
    margin-top: 4.8rem;
    overflow-x: auto;
}

@media (max-width: 1140px) {
    .bl_table.pg_branchlistDetailGaiyo_table table {
        width: 75.8rem;
    }
}

.bl_table th.pg_branchlistDetailGaiyo_th_01 {
    width: 18.9rem;
}

.bl_table td.pg_branchlistDetailGaiyo_td_01 {
    width: 56.9rem;
}


/* pg_branchlistDetailYakuin */

.pg_branchlistDetailYakuin {
    padding: 3.0rem 0 6.0rem;
}

.pg_branchlistDetailYakuin_inner {
    max-width: 103.4rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
}

.pg_branchlistDetailYakuin_table {
    margin-top: 4.8rem;
    overflow-x: auto;
}

.bl_table th.pg_branchlistDetailYakuin_th_01 {
    width: 11.5rem;
}

.bl_table td.pg_branchlistDetailYakuin_td_01 {
    width: 20.0rem;
}

.bl_table td.pg_branchlistDetailYakuin_td_02 {
    width: 24.0rem;
}

.bl_table td.pg_branchlistDetailYakuin_td_03 {
    width: 47.9rem;
}

/* pg_branchlistDetailNews */

.pg_branchlistDetailNews {
    padding: 6.0rem 0 6.0rem;
}

/* pg_branchlistDetailShoplist */

.pg_branchlistDetailShoplist {
    padding: 6.0rem 0 3.0rem;
}

.pg_branchlistDetailShoplist_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

.pg_branchlistDetailShoplist_txt {
    padding-top: 2.0rem;
    text-align: center;
}

/* bl_shopList */

.bl_shopList_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.2rem;
    row-gap: 3.0rem;
    margin-top: 3.0rem;
}

@media only screen and (max-width: 1000px) {
    .bl_shopList_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_shopList_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_shopList_card {
    box-shadow: 1px 5px 15px -5px #777777;
}

.bl_shopList_card_body {
    max-width: 26.2rem;
    padding: 1.0rem 1.2rem 1.0rem;
}

.bl_shopList_card_ttl {
    font-size: 2.4rem;
    line-height: calc(30 / 24);
    display: -webkit-box;
    padding-top: 0.8rem;
}

.bl_shopList_card_address {
    font-size: 1.6rem;
    line-height: calc(20 / 16);
    padding-top: 1.4rem;
}

.bl_shopList_card_tel {
    margin-top: 0.7rem;
}

/* pg_branchlistDetailSponsor */

.pg_branchlistDetailSponsor {
    padding: 3.0rem 0 6.0rem;
}

/* bl_shopList */

.bl_sponsor_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.8rem;
    row-gap: 3.0rem;
    margin-top: 3.0rem;
}

@media only screen and (max-width: 1000px) {
    .bl_sponsor_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_sponsor_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_sponsor_card {
    box-shadow: 1px 5px 15px -5px #777777;
}

.bl_sponsor_imgWrapper {
    max-width: 26.4rem;
}

/*
pg_home_news******************************/

.pg_home_news {
    padding: 5.0rem 0 2.5rem;
}

.pg_home_news_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

/*
pg_news******************************/

.pg_news {
    padding: 6.0rem 0 6.0rem;
}

.pg_news_kumiaiNews {
    padding: 6.0rem 0 6.0rem;
}

/*
pg_newsDetail******************************/

.pg_newsDetail {
    padding: 6.0rem 0 6.0rem;
}

.pg_newsDetail_inner {
    max-width: 89.0rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
    border: 1px solid var(--color-gray);
    border-radius: 1.5rem;
    margin-top: 4.7rem;
    padding: 7.0rem 6.0rem 8.0rem;
}

.pg_newsDetail_date {
    font-size: 1.4rem;
    line-height: calc(23 / 14);
}

.pg_newsDetail_category {
    margin-top: 0.9rem;
}

.pg_newsDetail_ttl {
    font-size: 2.4rem;
    line-height: calc(32 / 24);
    padding-top: 0.6rem;
    font-weight: bold;
}

.pg_newsDetail_txt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    padding-top: 4.5rem;
}

.pg_newsDetail_txt img.alignnone {
    margin: 2.0rem 0 2.0rem;
}

.pg_newsDetail_btn_back {
    max-width: 11.9rem;
    margin: 0 auto;
    padding-top: 8.0rem;
}

.el_beforeIconBtn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 3.5rem;
    padding: 0.7rem 1.5rem 0.9rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    color: var(--color-gold);
}

.el_beforeIconBtn::after {
    content: "";
}

.el_beforeIconBtn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: self-start;
    transition: transform 0.3s ease;
    transform: scale(-1, 1);
}

@media (hover: hover) and (pointer: fine) {
    .el_beforeIconBtn:hover svg.icon_arrow_right {
        transform: scale(-1, 1) translateX(5px);
    }
}

/*
pg_branchList_news******************************/

.pg_branchList_news {
    padding: 6.0rem 0 3.0rem;
}

/*
bl_news******************************/

.bl_news_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3.2rem;
    column-gap: clamp(3.2rem* 0.6, 32 / var(--max-viewport-width)* 100vw, 3.2rem);
    row-gap: 3.6rem;
    row-gap: clamp(3.6rem* 0.6, 36 / var(--max-viewport-width)* 100vw, 3.6rem);
    margin-top: 3.8rem;
}

@media only screen and (max-width: 1000px) {
    .bl_news_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_news_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_news_card {
    box-shadow: 1px 5px 15px -5px #777777;
}

.bl_news_card_body {
    max-width: 26.2rem;
    padding: 1.7rem 1.2rem 2.2rem;
}

.bl_news_card_imgWrapper {
    max-width: 26.2rem;
}

.bl_news_card_date {
    font-size: 1.4rem;
    line-height: calc(32 / 14);
}

.bl_news_card_ttl {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 0.9rem;
}

.bl_news_card_category {
    margin-top: 0.9rem;
}

/*
pg_home_instagram******************************/

.pg_home_instagram {
    padding: 5.0rem 0 9.0rem;
}

/*
bl_instagram******************************/

.bl_instagram_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.6rem;
    column-gap: clamp(2.6rem* 0.6, 26 / var(--max-viewport-width)* 100vw, 2.6rem);
    row-gap: 3.6rem;
    row-gap: clamp(3.6rem* 0.6, 36 / var(--max-viewport-width)* 100vw, 3.6rem);
    margin-top: 3.8rem;
}

@media only screen and (max-width: 1000px) {
    .bl_instagram_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_instagram_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_instagram_card_imgWrapper {
    max-width: 26.6rem;
}

.bl_instagram_btn {
    padding-top: 4.7rem;
    max-width: 11.9rem;
    margin: 0 auto;
}

/*
pg_branchList_instagram******************************/

.pg_branchList_instagram {
    padding: 3.0rem 0 6.0rem;
}

/*
bl_webAdBanner_typeA******************************/

.bl_webAdBanner_typeA {
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    row-gap: 1.5rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
}

.bl_webAdBanner_typeA_imgWrapper {
    max-width: 59.6rem;
}

/*
bl_webAdBanner_typeB******************************/

.bl_webAdBanner_typeB {
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    row-gap: 1.5rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
}

.bl_webAdBanner_typeB_imgWrapper {
    max-width: 59.6rem;
}

/*
pg_home_kumiaiNews******************************/

.pg_home_kumiaiNews {
    padding: 4.5rem 0 4.0rem;
}

/* bl_kumiaiNews */

.bl_kumiaiNews_inner {
    max-width: 62.3rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
    text-align: center;
}

.bl_kumiaiNews_txt {
    padding-top: 4.0rem;
    text-align: left;
}

/*
pg_aboutusKumiaiNews******************************/

.pg_aboutusKumiaiNews {
    padding: 6.0rem 0 6.0rem;
}

/*
pg_home_kumiaiAboutus******************************/

.pg_home_kumiaiAboutus {
    position: relative;
    padding: 6.0rem 0 6.0rem;
}

/* bl_kumiaiAboutus */

.bl_kumiaiAboutus_inner {
    max-width: 62.3rem;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    margin: auto;
    text-align: center;
}

.bl_kumiaiAboutus_txt {
    padding-top: 4.0rem;
    text-align: left;
}

.bl_kumiaiAboutus_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.0rem;
    column-gap: clamp(3.0rem* 0.6, 30 / var(--max-viewport-width)* 100vw, 3.0rem);
    row-gap: 3.0rem;
    row-gap: clamp(3.0rem* 0.6, 30 / var(--max-viewport-width)* 100vw, 3.0rem);
    margin-top: 3.4rem;
}

@media only screen and (max-width: 1000px) {
    .bl_kumiaiAboutus_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .bl_kumiaiAboutus_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bl_kumiaiAboutus_card {
    box-shadow: 1px 5px 15px -5px #777777;
}

.bl_kumiaiAboutus_card_body {
    max-width: 36.0rem;
    padding: 0 1.8rem;
}

.bl_kumiaiAboutus_card_imgWrapper {
    max-width: 36.0rem;
}

.bl_kumiaiAboutus_card_ttl {
    font-size: 2.4rem;
    line-height: calc(30 / 24);
    font-weight: normal;
    text-align: center;
    padding: 2.2rem 0 1.6rem;
    border-bottom: 1px solid var(--color-gray);
}

.bl_kumiaiAboutus_card_btn {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    font-weight: normal;
    text-align: center;
    padding: 1.6rem 0 2.2rem;
}

/*
pg_aboutuskumiaiAboutus******************************/

.pg_aboutuskumiaiAboutus {
    position: relative;
    padding: 6.0rem 0 6.0rem;
}


/*
footer******************************/

.bl_footerContact {
    padding: 8.0rem 0 3.0rem;
    text-align: center;
}

.bl_footerContact_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
    max-width: 1007px;
}

.bl_footerContact_list {
    padding-top: 3.0rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.3rem;
    row-gap: 1.3rem;
}

@media only screen and (max-width: 600px) {
    .bl_footerContact_list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.0rem;
    }
}

@media only screen and (max-width: 480px) {
    .bl_footerContact_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* .bl_footerContact_item {
    background: var(--color-gray);
} */

.bl_footerContact_btn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 1.0rem;
    padding: 1.0rem 1.5rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    background-color: var(--color-blue-dark);
    max-width: 32.7rem;
    /* height: 10.8rem; */
    line-height: 1;
    aspect-ratio: 32.7 / 10.8;
}

.bl_footerContact_btn::before {
    content: "";
}

.bl_footerContact_ttl {
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    row-gap: 1.5rem;
    color: var(--color-white);
}

.bl_footerContact_btn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .bl_footerContact_item:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

.bl_footerContact_item svg.icon_facebook {
    max-width: 15px;
    height: 28px;
    fill: var(--color-gold);
    margin: auto;
}

.bl_footerContact_item svg.icon_instagram {
    max-width: 28px;
    height: 28px;
    fill: var(--color-gold);
    margin: auto;
}

.bl_flexList_btn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .bl_flexList_item:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

.bl_flexList_item svg.icon_facebook {
    max-width: 15px;
    height: 28px;
    fill: var(--color-gold);
    margin: auto;
}

.bl_flexList_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
}

.bl_flexList_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    margin-top: 3.4rem;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .bl_flexList_list {
        flex-flow: column;
        align-items: center;
    }
}

.bl_flexList_item {
    flex: 1 1 calc(33.33% - 3rem);
    color: #fff;
    max-width: 32.7rem;
    aspect-ratio: 32.7 / 10.8;
}

@media only screen and (max-width: 1000px) {
    .bl_flexList_item {
        flex: 1 1 calc(33.33% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    .bl_flexList_item {
        flex: 1 1 calc(50% - 3rem);
        min-width: calc(50% - 1.5rem);
        max-width: inherit;
        line-height: 1;
        aspect-ratio: inherit;
    }
}

@media only screen and (max-width: 480px) {
    .bl_flexList_item {
        width: 100%;
    }
}

.bl_flexList_btn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 1.0rem;
    padding: 1.0rem 1.5rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    background-color: var(--color-blue-dark);
    max-width: 32.7rem;
    /* height: 10.8rem; */
    line-height: 1;
    aspect-ratio: 32.7 / 10.8;
    margin: auto;
}

.bl_flexList_btn::before {
    content: "";
}

@media screen and (max-width: 600px) and (min-width: 481px) {
    .bl_flexList_item:last-of-type .bl_flexList_btn {
        width: 50%;
        text-align: center;
        margin: auto;
    }
}

.bl_footerContactNew {
    padding-top: 3.9rem;
}

.bl_footerContactNew_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
}

.bl_footerContactNew_btn {
    padding-top: 3.9rem;
}

.el_beforeAfterIconBtn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 1.0rem;
    padding: 1.5rem 1.2rem 1.8rem 1.8rem;
    font-size: 2.4rem;
    line-height: calc(34 / 24);
    background: var(--color-pink);
    color: var(--color-white);
    text-indent: 0.5em;
    max-width: 55.2rem;
    /* height: 10.8rem; */
    line-height: 1;
    aspect-ratio: 55.2 / 10.6;
    margin-top: 1.5rem;
}

.el_beforeAfterIconBtn svg.icon_line {
    max-width: 19px;
    height: 19px;
    fill: var(--color-gold);
}

/* bl_footerContactKanren */

.bl_footerContactKanren {
    padding-top: 7.0rem;
}

.bl_footerContactKanren_btn svg.icon_arrow_right {
    max-width: 12px;
    height: 10px;
    fill: var(--color-gold);
    display: block;
    justify-self: end;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .bl_footerContactKanren_item:hover svg.icon_arrow_right {
        transform: translateX(5px);
    }
}

.bl_footerContactKanren_item svg.icon_facebook {
    max-width: 15px;
    height: 28px;
    fill: var(--color-gold);
    margin: auto;
}

.bl_footerContactKanren_inner {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    margin: auto;
}

.bl_footerContactKanren_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    margin-top: 3.4rem;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .bl_footerContactKanren_list {
        flex-flow: column;
        align-items: center;
    }
}

.bl_footerContactKanren_item {
    flex: 1 1 calc(33.33% - 3rem);
    color: #fff;
    max-width: 32.7rem;
    aspect-ratio: 32.7 / 10.8;
}

@media only screen and (max-width: 1000px) {
    .bl_footerContactKanren_item {
        flex: 1 1 calc(33.33% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    .bl_footerContactKanren_item {
        flex: 1 1 calc(50% - 3rem);
        min-width: calc(50% - 1.5rem);
        max-width: inherit;
        line-height: 1;
        aspect-ratio: inherit;
    }
}

@media only screen and (max-width: 480px) {
    .bl_footerContactKanren_item {
        width: 100%;
    }
}

.bl_footerContactKanren_btn {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    /* column-gap: 1em; */
    align-items: center;
    inline-size: min(100%, 25em);
    text-decoration: none;
    border-radius: 1.0rem;
    padding: 1.0rem 1.5rem;
    border: 1px solid;
    font-size: 1.8rem;
    line-height: calc(18 / 14);
    border: 4px solid var(--color-blue-dark);
    max-width: 36.9rem;
    /* height: 10.8rem; */
    line-height: 1;
    aspect-ratio: 36.9 / 7.9;
    margin: auto;
}

.bl_footerContactKanren_btn::before {
    content: "";
}

@media screen and (max-width: 600px) and (min-width: 481px) {
    .bl_footerContactKanren_item:last-of-type .bl_footerContactKanren_btn {
        width: 50%;
        text-align: center;
        margin: auto;
    }
}

.bl_footerContactKanren_ttl {
    text-align: left;
}

.bl_footerContactKanren_ttl span:first-child {
    font-size: 1.4rem;
    display: block;
}

.bl_footerContactKanren_ttl span:last-child {
    font-size: 1.6rem;
    display: block;
    padding-top: 0.5rem;
}

/* bl_footerBody */

.bl_footerBody {
    background: #fff979;
}


.ly_footer_inner {
    width: -webkit-calc(100% - 6.0rem);
    width: calc(100% - 6.0rem);
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    padding: 3.0rem 0 1.7rem;
}

.bl_footer_logo_imgWrapper {
    max-width: 417px;
    height: 47px;
    display: block;
    margin: auto;
}

.bl_footer_name {
    font-size: 2.4rem;
    text-align: center;
    padding-top: 1.3rem;
}

.bl_footer_address {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    text-align: center;
    font-style: normal;
    padding-top: 1.4rem;
    font-style: normal;
}

.bl_footer_sns {
    padding-top: 2.8rem;
}

.bl_footer_copyright {
    font-size: 1.2rem;
    line-height: calc(26 / 12);
    letter-spacing: 0.2em;
    padding-top: 2.3rem;
    text-align: center;
}

.bl_footer_sns ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 3.1rem;
    grid-auto-flow: column;
    justify-content: center;
}

.bl_footer_sns ul li {
    line-height: 1;
    grid-auto-flow: row;
    text-align: center;
}

.bl_footer_sns svg {
    fill: #fff;
}

.bl_footer_sns svg.icon_facebook {
    max-width: 11px;
    height: 21px;
}

.bl_footer_sns svg.icon_instagram {
    max-width: 23px;
    height: 23px;
}

.bl_footer_sns svg.icon_x {
    max-width: 22px;
    height: 23px;
}

.bl_footer_sns svg.icon_line {
    max-width: 28px;
    height: 27px;
}

.bl_footer_sns svg.icon_pinterest {
    max-width: 18px;
    height: 23px;
}

.bl_footer_sns svg.icon_tiktok {
    max-width: 20px;
    height: 24px;
}

.bl_footer_sns svg.icon_youtube {
    max-width: 29px;
    height: 20px;
}