body {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8
}

@media screen and (max-width: 768px) {
    body {
        font-size: clamp(15px, 2.0833333333vw, 16px)
    }
}

@font-face {
    font-family: "YujiSyuku";
    src: url(../fonts/YujiSyuku-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.ft-xsmall {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

.ft-small {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

.ft-medium {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .ft-medium {
        font-size: clamp(15px, 2.0833333333vw, 16px)
    }
}

.ft-large {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .ft-large {
        font-size: clamp(24px, 3.125vw, 24px)
    }
}

.ft-xlarge {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .ft-xlarge {
        font-size: clamp(26px, 3.90625vw, 30px)
    }
}

.ft-xxlarge {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .ft-xxlarge {
        font-size: clamp(22px, 4.6875vw, 36px)
    }
}

.ft-20 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5
}

.ft-18 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

.yuji {
    font-family: YujiSyuku, sans-serif;
    font-weight: 400;
    font-style: normal
}

body {
    background-color: #fffbf5;
    overflow-x: hidden
}

body.is-active {
    overflow: hidden
}

.common-outer {
    width: 100%;
    height: auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 992px) {
    .common-outer {
        padding-left: 16px;
        padding-right: 16px
    }
}

.common-inner {
    width: 100%;
    max-width: 1080px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sub-common__outer {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 80px;
    background-image: url(../images/common-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    overflow: hidden
}

@media screen and (max-width: 576px) {
    .sub-common__outer {
        margin-top: 60px
    }
}

.sub-common__mv {
    width: 100%;
    height: 280px;
    background-image: url(../images/commit-11.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

@media screen and (max-width: 768px) {
    .sub-common__mv {
        width: 100%;
        height: 120px;
        background-image: url(../images/commit-11.webp);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff
    }
}

.sub-common__inner {
    margin-top: 100px;
    padding-bottom: 150px
}

@media screen and (max-width: 576px) {
    .sub-common__inner {
        margin-top: 60px;
        padding-bottom: 100px
    }
}

.sp-only {
    display: none
}

@media screen and (max-width: 576px) {
    .sp-only {
        display: block
    }
}

.tb-only {
    display: block
}

@media screen and (max-width: 768px) {
    .tb-only {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .sp-none {
        display: none
    }
}

.common-h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    position: relative;
    z-index: 1
}

.common-h2:before {
    content: "";
    background-image: url(../images/title-mark.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 61px;
    height: 35px
}

.common-h2 .common-h2--en {
    color: #d2b15f;
    letter-spacing: .1em
}

.common-h2--horizontal {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px
}

@media screen and (max-width: 576px) {
    .common-h2--horizontal {
        flex-wrap: wrap
    }
}

.common-h2--horizontal span:nth-of-type(1) {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.common-h2--horizontal span:nth-of-type(1) img {
    width: 44px;
    height: 25px;
    -o-object-fit: cover;
    object-fit: cover
}

.common-button--yellow {
    width: 260px;
    height: 50px;
    background-color: #d2b15f;
    color: #fff;
    transition: opacity .3s
}

.common-button--yellow:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .common-button--yellow:hover {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .common-button--yellow {
        width: 80%;
        height: 80px
    }
}

.common-button--yellow a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -moz-column-gap: 16px;
    column-gap: 16px;
    color: #fff;
    position: relative
}

@media screen and (max-width: 576px) {
    .common-button--yellow a span.ft-medium {
        font-size: 18px
    }
}

.common-button--yellow button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -moz-column-gap: 16px;
    column-gap: 16px;
    color: #fff;
    position: relative
}

.common-button--yellow .button-icon {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    padding-bottom: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px
}

.common-button--yellow .button-icon img {
    width: 31px;
    height: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.common-button--black {
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .common-button--black {
        padding: 48px 0
    }
}

.common-button--black a {
    width: 100%;
    max-width: 600px;
    height: 100px;
    background-color: #2d2d2d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 8px solid #d2b15f;
    border-left: 8px solid #d2b15f;
    transition: opacity .3s
}

.common-button--black a:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .common-button--black a:hover {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .common-button--black a {
        width: 80%;
        height: 80px
    }
}

.float-buttons {
    width: 100%;
    height: 60px;
    background-color: #2d2d2d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    z-index: 10;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.float-buttons.is-active {
    opacity: 0;
    pointer-events: none
}

@media screen and (max-width: 992px) {
    .float-buttons.is-active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }
}

.float-button-reserve {
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    -moz-column-gap: 6px;
    column-gap: 6px;
    color: #fff;
    background-color: #d2b15f
}

.float-button-menu {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    -webkit-mask-image: url(../images/bars-light.svg);
    mask-image: url(../images/bars-light.svg);
    -webkit-mask-size: 36px 32px;
    mask-size: 36px 32px;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.common-form {
    width: 100%;
    height: auto;
    margin-top: 50px;
    outline: none
}

@media screen and (max-width: 576px) {
    .common-form {
        margin-top: 30px
    }
}

.form-item-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch
}

@media screen and (max-width: 768px) {
    .form-item-wrapper {
        flex-direction: column
    }
}

.form-item-wrapper label,
.form-item-wrapper .label {
    width: 324px;
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    background-color: #2d2d2d;
    color: #fff;
    padding: 18px 0 18px 30px
}

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

    .form-item-wrapper label,
    .form-item-wrapper .label {
        width: 100%;
        padding: 18px 8px 18px 18px
    }
}

.form-item-wrapper .input-wrapper {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    background-color: #fff;
    color: #2d2d2d;
    padding: 15px 16px;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3
}

@media screen and (max-width: 768px) {
    .form-item-wrapper .input-wrapper {
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 8px
    }
}

.form-item-wrapper .input-wrapper input,
.form-item-wrapper .input-wrapper textarea {
    border: 1px solid #c3c3c3;
    border-radius: 3px
}

.form-item-wrapper .input-wrapper input {
    padding: 0 8px
}

.form-item-wrapper .input-wrapper textarea {
    padding: 8px
}

.form-item-wrapper .input-wrapper input::-moz-placeholder {
    color: #888;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500
}

.form-item-wrapper .input-wrapper input::placeholder {
    color: #888;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500
}

.form-item-wrapper .input-wrapper input[type=text],
.form-item-wrapper .input-wrapper input[type=tel],
.form-item-wrapper .input-wrapper input[type=email] {
    width: 363px;
    height: 28px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500
}

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

    .form-item-wrapper .input-wrapper input[type=text],
    .form-item-wrapper .input-wrapper input[type=tel],
    .form-item-wrapper .input-wrapper input[type=email] {
        width: 100%;
        height: 36px;
        font-size: 16px
    }
}

.form-item-wrapper .input-wrapper textarea {
    width: 100%;
    height: 168px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .form-item-wrapper .input-wrapper textarea {
        height: 240px;
        font-size: 16px
    }
}

.form-item-wrapper.wrapper-name {
    border-top: 1px solid #c3c3c3
}

.form-button-wrapper {
    margin: 50px auto 0
}

@media screen and (max-width: 576px) {
    .form-button-wrapper {
        margin-bottom: 0
    }
}

@media screen and (max-width: 576px) {
    .form-button-wrapper .ft-medium {
        font-size: 18px
    }
}

.wrapper-category {
    border: 1px solid #c3c3c3;
    border-left: none
}

.wrapper-category .checkbox-wrapper {
    width: 70%;
    height: auto;
    border: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    row-gap: 16px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    background-color: #fff;
    color: #2d2d2d;
    padding: 16px
}

@media screen and (max-width: 768px) {
    .wrapper-category .checkbox-wrapper {
        width: 100%;
        padding: 8px
    }
}

.wrapper-category .checkbox-wrapper-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.wrapper-category label[for=category01],
.wrapper-category label[for=category02],
.wrapper-category label[for=category03],
.wrapper-category label[for=category04],
.wrapper-category label[for=category05] {
    width: -moz-fit-content;
    width: fit-content;
    color: #2d2d2d;
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

.wrapper-category input[type=checkbox] {
    width: 23px;
    height: 23px;
    color: #2d2d2d;
    border: solid 1px #c3c3c3;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.privacy__wrapper {
    width: 100%;
    height: 260px;
    margin-top: 50px;
    background-color: #fff;
    color: #2d2d2d;
    padding: 20px 24px;
    overflow-y: scroll
}

.privacy__text {
    width: 100%;
    height: auto;
    margin-top: 24px
}

.required {
    position: relative
}

.required::after {
    content: "必須";
    color: #e71f1a;
    background-color: #fff;
    border: 1px solid #e71f1a;
    border-radius: 3px;
    width: 36px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1
}

.l-header {
    width: 100%;
    height: 80px;
    padding-left: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-100%);
    transition: transform .3s ease-in-out
}

@media screen and (max-width: 576px) {
    .l-header {
        height: 60px;
        padding-left: 2.7777777778vw
    }
}

.l-header.is-active {
    transform: translateY(0)
}

.l-header__logo {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: opacity .3s
}


.l-header__logo:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .l-header__logo:hover {
        opacity: 1
    }
}

.l-header__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.l-header__logo img {
    width: 160px;
    aspect-ratio: 188/66;
    -o-object-fit: cover;
    object-fit: cover
}

/*
@media screen and (max-width: 576px) {
    .l-header__logo img {
        width: 140px;
        display: none;
    }
}
*/

.l-header__nav {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.l-header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 50px;
    column-gap: 50px
}

@media screen and (max-width: 992px) {
    .l-header__nav-list {
        display: none
    }
}

.l-header__nav-item {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: opacity .3s
}

.l-header__nav-item:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .l-header__nav-item:hover {
        opacity: 1
    }
}

.l-header__nav-item a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-transform: uppercase
}

.l-header__nav-buttons {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.l-header__nav-button {
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    background-color: #d2b15f;
    color: #fff;
    transition: opacity .3s
}

.l-header__nav-button:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .l-header__nav-button:hover {
        opacity: 1
    }
}

@media screen and (max-width: 576px) {
    .l-header__nav-button {
        display: none
    }
}

.l-header__nav-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.l-header__nav-button-icon {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 6px
}

.l-header__nav-button-icon img {
    width: 26px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.l-header__menu-button {
    width: 80px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: #2d2d2d;
    cursor: pointer;
    transition: opacity .3s
}

.l-header__menu-button:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .l-header__menu-button:hover {
        opacity: 1
    }
}

@media screen and (max-width: 992px) {
    .l-header__menu-button {
        display: flex
    }
}

@media screen and (max-width: 576px) {
    .l-header__menu-button {
        width: 60px
    }
}

.l-header__menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #2d2d2d;
    background-color: #fff;
    -webkit-mask-image: url(../images/bars-light.svg);
    mask-image: url(../images/bars-light.svg);
    -webkit-mask-size: 24px auto;
    mask-size: 24px auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.l-header__nav-sp {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d2d2d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18;
    transform: translateX(100%);
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.l-header__nav-sp.is-active {
    transform: translateX(0);
    opacity: 1;
    z-index: 20
}

.l-header__nav-sp-inner {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    color: #fff;
    row-gap: 10%
}

.l-header__nav-closer {
    width: 36px;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../images/xmark-light.svg);
    mask-image: url(../images/xmark-light.svg);
    -webkit-mask-size: 36px auto;
    mask-size: 36px auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -48px;
    right: 18px;
    z-index: 2
}

.l-header__nav-sp-logo {
    width: 160px;
    aspect-ratio: 140/49;
    background-color: #fff;
    -webkit-mask-image: url(../images/logo.svg);
    mask-image: url(../images/logo.svg);
    -webkit-mask-size: 160px auto;
    mask-size: 160px auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.l-header__nav-sp-list {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5em
}

.l-header__nav-sp-item {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.l-header__nav-sp-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    padding: .5em
}

.l-footer {
    width: 100%;
    height: 100%;
    max-height: 323px;
    padding: 0 0 60px 100px;
    background-color: #fff;
    overflow: hidden
}

@media screen and (max-width: 1160px) {
    .l-footer {
        padding: 0 0 60px 3.3898305085vw
    }
}

@media screen and (max-width: 992px) {
    .l-footer {
        padding: 0 40px 60px;
        max-height: 100%
    }
}

@media screen and (max-width: 768px) {
    .l-footer {
        max-height: 100%;
        padding: 24px 16px 36px 32px
    }
}

.l-footer__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start
}

@media screen and (max-width: 992px) {
    .l-footer__inner {
        flex-direction: column
    }
}

.l-footer__block--left {
    width: 20%;
    height: 100%;
    padding-top: 48px
}

@media screen and (max-width: 992px) {
    .l-footer__block--left {
        width: 100%
    }
}

@media screen and (max-width: 576px) {
    .l-footer__block--left {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0
    }
}

.l-footer__logo {
    width: 258px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center
}

.l-footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.l-footer__block--right {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-end
}

@media screen and (max-width: 992px) {
    .l-footer__block--right {
        width: 100%
    }
}

.l-footer__nav {
    width: 775px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px
}

@media screen and (max-width: 1160px) {
    .l-footer__nav {
        width: 65.6779661017vw;
        -moz-column-gap: 4.2372881356vw;
        column-gap: 4.2372881356vw
    }
}

@media screen and (max-width: 992px) {
    .l-footer__nav {
        display: none
    }
}

.l-footer__nav-list {
    width: calc(100% - 250px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between
}

.l-footer__nav-item {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.l-footer__nav-item a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-transform: uppercase;
    transition: opacity .3s
}

.l-footer__nav-item a:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .l-footer__nav-item a:hover {
        opacity: 1
    }
}

.l-footer__nav-button {
    width: 200px;
    height: 80px;
    background-color: #d2b15f
}

@media screen and (max-width: 1160px) {
    .l-footer__nav-button {
        width: 16.9491525424vw
    }
}

.l-footer__nav-button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -moz-column-gap: 6px;
    column-gap: 6px;
    transition: opacity .3s
}

.l-footer__nav-button a:hover {
    opacity: .7
}

@media screen and (max-width: 992px) {
    .l-footer__nav-button a:hover {
        opacity: 1
    }
}

.l-footer__block--bottom {
    width: 775px;
    height: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1160px) {
    .l-footer__block--bottom {
        width: 65.6779661017vw
    }
}

@media screen and (max-width: 992px) {
    .l-footer__block--bottom {
        width: 100%;
        margin-top: 48px
    }
}

@media screen and (max-width: 576px) {
    .l-footer__block--bottom {
        flex-direction: column;
        row-gap: 48px
    }
}

.l-footer__block--bottom-left,
.l-footer__block--bottom-right {
    width: 50%;
    height: 100%
}

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

    .l-footer__block--bottom-left,
    .l-footer__block--bottom-right {
        width: 100%;
        max-width: 270px
    }
}

.l-footer__title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.l-footer__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e71f1a
}

.l-footer__address {
    margin-top: 20px
}

.l-footer__info {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 10px
}

.l-footer__info dt {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.l-footer__info dd {
    width: 100%;
    max-width: 80%;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (max-width: 768px) {
    .l-footer__info dt:nth-of-type(2) {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .l-footer__info dd:nth-of-type(2) {
        width: 100%;
        max-width: 100%
    }
}

.l-footer__nav-sp {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d2d2d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18;
    transform: translateX(100%);
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.l-footer__nav-sp.is-active {
    transform: translateX(0);
    opacity: 1;
    z-index: 20
}

.l-footer__nav-sp-inner {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    color: #fff;
    row-gap: 10%
}

.l-footer__nav-closer {
    width: 36px;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask-image: url(../images/xmark-light.svg);
    mask-image: url(../images/xmark-light.svg);
    -webkit-mask-size: 36px auto;
    mask-size: 36px auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -48px;
    right: 18px;
    z-index: 2
}

.l-footer__nav-sp-logo {
    width: 140px;
    aspect-ratio: 140/49;
    background-color: #fff;
    -webkit-mask-image: url(../images/logo.svg);
    mask-image: url(../images/logo.svg);
    -webkit-mask-size: 140px auto;
    mask-size: 140px auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.l-footer__nav-sp-list {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5em
}

.l-footer__nav-sp-item {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.l-footer__nav-sp-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    padding: .5em
}

.br-sp {
    display: none;
}

@media screen and (max-width: 1080px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline-block;
    }
}

.sp {
    display: none;
}

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

    .sp {
        display: inline-block;
    }
}

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