@charset "UTF-8";

/* ==========================================================================
   Sections
========================================================================== */
.section {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.section-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.content {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
    .section {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .section-padding {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .content {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}


.container-fluid,
.container {
    padding-right: 5.5vw;
    padding-left: 5.5vw;
}

.row {
    margin-right: -5.5vw;
    margin-left: -5.5vw;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 5.5vw;
    padding-left: 5.5vw;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 576px) {

    .container-fluid,
    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .row {
        margin-right: -1rem;
        margin-left: -1rem;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 74rem;
    }

    .container.container_L {
        max-width: 88rem;
    }


    .container_pM {
        max-width: calc(74rem + 1rem);
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .container_pM .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }

    .container_pM .row>.col,
    .container_pM .row>[class*="col-"] {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .container_pL {
        max-width: calc(74rem + 2rem);
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .container_pL .row {
        margin-right: -2rem;
        margin-left: -2rem;
    }

    .container_pL .row>.col,
    .container_pL .row>[class*="col-"] {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 90rem;
    }

    .container.container_M {
        max-width: calc(90rem - 11rem);
    }

    .container.container_S {
        max-width: calc(90rem - 18.8rem);
    }

    .container_pM {
        max-width: calc(90rem + 2rem);
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .container_pM .row {
        margin-right: -2rem;
        margin-left: -2rem;
    }

    .container_pM .row>.col,
    .container_pM .row>[class*="col-"] {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .container.container_M.container_pM {
        max-width: calc(90rem - 11rem + 2rem);
    }

    .container_pL {
        max-width: calc(90rem + 5rem);
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }

    .container_pL .row {
        margin-right: -3.5rem;
        margin-left: -3.5rem;
    }

    .container_pL .row>.col,
    .container_pL .row>[class*="col-"] {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}



.over-right {
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.over-left {
    margin-left: calc(((100vw - 100%) / 2) * -1);
}


@media (max-width: 767px) {
    .over-right_sm {
        margin-left: 0 !important;
        margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    }

    .over-left_sm {
        margin-right: 0 !important;
        margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    }
}


.full {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 991px) {
    .full_md {
        width: 100vw;
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-left: calc(((100vw - 100%) / 2) * -1);
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .full_sm {
        width: 100vw;
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-left: calc(((100vw - 100%) / 2) * -1);
        padding-right: 0;
        padding-left: 0;
    }

    .no-over_sm {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .full_sp {
        width: 100vw;
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-left: calc(((100vw - 100%) / 2) * -1);
        padding-right: 0;
        padding-left: 0;
    }

    .full_sp-r {
        margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    }

    .full_sp-l {
        margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    }

    .large_sp {
        width: calc(100vw - ((100vw - 100%) / 2));
        margin-right: calc(((100vw - 100%) / 4) * -1) !important;
        margin-left: calc(((100vw - 100%) / 4) * -1) !important;
    }

    .large_sp-r {
        margin-right: calc(((100vw - 100%) / 4) * -1) !important;
    }

    .large_sp-l {
        margin-left: calc(((100vw - 100%) / 4) * -1) !important;
    }

    .no-over_sp {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .full_lg {
        width: 100vw;
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-left: calc(((100vw - 100%) / 2) * -1);
        padding-right: 0;
        padding-left: 0;
    }
}

hr {
    border-top: 1px solid var(--border1);
    margin-top: 1.75em;
    margin-bottom: 1.75em;
}

/* ==========================================================================
   Links
========================================================================== */
a {
    color: inherit;
    text-decoration: none;
    transition: .2s ease-in-out;
    transition-property: background, color, opacity, transform;
}

.underline {
    text-decoration: underline;
}

a.underline:hover,
a:hover span.underline {
    text-decoration: none;
    opacity: 1;
}

.icon-link {
    display: flex;
    align-items: center;
}

.icon-link svg {
    margin-right: .5em;
}

.icon-link span {
    display: inline-block;
}

/* ==========================================================================
   Image
========================================================================== */
figure,
picture {
    display: block;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

figure.cover {
    padding-top: 70%;
}

figure.cover_S {
    padding-top: 100%;
}

figure.cover_SM {
    padding-top: 88%;
}

figure.cover_v {
    padding-top: 128.75%;
}

figure.cover img,
figure.cover_S img,
figure.cover_SM img,
figure.cover_v img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.cover_v img {
    object-position: center top;
}

figure {
    position: relative;
}

figcaption.en_ttl {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 1em auto;
    color: var(--white);
}

@media (max-width: 991px) {
    figure.cover_md {
        padding-top: 62.5%;
        position: relative;
    }

    figure.cover_md_S {
        padding-top: 100%;
        position: relative;
    }

    figure.cover_md img,
    figure.cover_md_S img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    figure.cover_sm {
        padding-top: 62.5%;
        position: relative;
    }

    figure.cover_sm_S {
        padding-top: 100%;
        height: auto;
        position: relative;
    }

    figure.cover_sm img,
    figure.cover_sm_S img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (min-width: 576px) {
    figure.cover {
        padding-top: 60%;
    }
}

@media (min-width: 992px) {
    figure.cover_width {
        padding-top: 50%;
        position: relative;
    }

    figure.cover_width img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (orientation: portrait) and (max-width: 575px) {
    figure.cover_sp_S {
        padding-top: 100%;
        height: auto;
        position: relative;
    }

    figure.cover_sp_S img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    figure.cover_sp_M {
        padding-top: 85%;
        height: auto;
        position: relative;
    }

    figure.cover_sp_M img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 991px) {
    .over_sp-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.no-image {
    background: var(--l-gray2) url(../img/logo-s.svg) no-repeat center;
    background-size: min(30%, 10rem);
}

.imgBox_L.no-image {
    background-size: min(30%, 10rem);
}

.bg-l-gray2 .no-image {
    background: var(--l-gray);
}

.imgBox {
    position: relative;
}

.imgBox .inner-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    background: rgba(0, 0, 0, 0.4);
}


.double-img {
    display: flex;
    gap: 4px;
}

.double-img>* {
    display: block;
    flex-basis: 50%;
}

.double-img>* img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   Typography
========================================================================== */
.huge,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
}

.huge a,
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
}

.huge {
    font-size: 3.846em;
    line-height: 1;
}

.huge2 {
    font-size: 2.693em;
    line-height: 1.375;
}

.huge3 {
    font-size: 2.693em;
    line-height: 1.375;
}

.huge4 {
    font-size: 2.077em;
    line-height: 1.25;
}

.huge5 {
    font-size: 2.077em;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 1.846em;
    line-height: 1.375;
}

h2,
.h2 {
    font-size: 1.769em;
    line-height: 1.5;
}

h3,
.h3 {
    font-size: 1.462em;
    line-height: 1.75;
}

h4,
.h4 {
    font-size: 1.308em;
    line-height: 1.85;
}

h5,
.h5 {
    font-size: 1.154em;
    line-height: 2;
}

h6,
.h6 {
    font-size: 1.077em;
    line-height: 2;
}

h7,
.h7 {
    font-size: 1em;
    line-height: 2;
}

@media (max-width: 575px) {
    .sp_h4 {
        font-size: 1.308em;
        line-height: 1.85;
    }
}

@media (min-width: 992px) {
    .huge {
        font-size: 6.154em;
    }

    .huge2 {
        font-size: 4.231em;
    }

    .huge3 {
        font-size: 3.846em;
    }

    .huge4 {
        font-size: 2.615em;
    }

    .huge5 {
        font-size: 2.615em;
    }

    h1,
    .h1 {
        font-size: 2.615em;
    }

    h2,
    .h2 {
        font-size: 2.308em;
    }

    h3,
    .h3 {
        font-size: 1.846em;
    }

    h4,
    .h4 {
        font-size: 1.538em;
    }

    h5,
    .h5 {
        font-size: 1.231em;
    }

    h6,
    .h6 {
        font-size: 1.077em;
    }

    .txt {
        font-size: 1.077em;
    }
}

@media (min-width: 1200px) {
    .huge {
        font-size: 6.154em;
    }

    .huge2 {
        font-size: 4.231em;
    }

    .huge3 {
        font-size: 3.846em;
    }

    .huge4 {
        font-size: 2.923em;
    }

    .huge5 {
        font-size: 2.769em;
    }
}

p {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    letter-spacing: 0.04em;
}

p:last-child {
    margin-bottom: 0;
}

small {
    font-size: .846rem;
    display: inline-block;
    line-height: 1.5;
}

/* .small {
    font-size: .846em;
    display: inline-block;
} */

.xsmall {
    font-size: .692em;
    display: inline-block;
}

.fw-400,
.text-normal {
    font-weight: 400 !important;
}

.fw-500,
.text-medium {
    font-weight: 500 !important;
}

.fw-600,
.text-semibold {
    font-weight: 600 !important;
}

.fw-700,
.text-bold {
    font-weight: 700 !important;
}

.text-italic {
    font-style: italic;
}

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

.text-left {
    text-align: left !important;
}

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

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.res_ttl {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.res_ttl img {
    max-width: 230px;
    margin-bottom: 2rem;
}

@media (min-width: 641px) {
    .res_ttl {
        justify-content: left;
    }

    .res_ttl img {
        max-width: 300px;
    }
}



.en_ttl {
    font-family: var(--font1);
    font-weight: 400;
    letter-spacing: .04em;
}

.font1 {
    font-family: var(--font1) !important;
    letter-spacing: .06em;
    font-weight: 400;
}

.font2 {
    font-family: var(--font2) !important;
    font-weight: 600 !important;
    letter-spacing: .06em;
}

.font3 {
    font-family: var(--font3) !important;
    font-weight: 400 !important;
}

.Gothic {
    font-family: var(--gothic) !important;
}

.Mincho {
    font-family: var(--mincho) !important;
    font-weight: 400 !important;
}

.copy {
    letter-spacing: .06em;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.copy+p {
    margin-top: 0;
}

.en_ttl .ttl {
    font-family: revert;
    font-size: 1rem;
}

.nowrap {
    white-space: nowrap;
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
    display: inline-block;
    text-align: center;
    font-family: var(--gothic);
    font-size: 1em;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: bold;
    padding: 1em .75em;
    width: 100%;
    max-width: 100%;
    background: var(--color1);
    color: var(--white);
    border: 1px solid transparent;
    text-decoration: none;
    border-radius: .25em;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: .2s ease-in-out;
    transition-property: background, border, color;
}

.btn.btn_M {
    padding: 1.25em .75em;
}

.btn.btn-b {
    background: transparent !important;
    border-color: currentColor;
    color: var(--color2);
}

.btn.btn-black {
    background: var(--black);
}

.btn.btn-white {
    background: var(--white) !important;
    color: var(--color1);
}

.btn.btn-white-b {
    background: transparent !important;
    border-color: currentColor;
    color: var(--white);
}

.btn.btn-bg1 {
    background: var(--color1);
}

.btn.btn-bg2 {
    background: var(--color2);
}

.btn.btn-bg3 {
    background: var(--color3);
}

.btn.btn-white1 {
    background: var(--white) !important;
    color: var(--color2);
}

.btn.btn-back {
    background: transparent;
    border-color: currentColor;
    color: var(--color1);
}

.btn.btn-border {
    background: transparent;
    border-color: currentColor;
    color: currentColor;
}

.btn:hover {
    background: var(--color1-h);
}

.btn.btn-black:hover {
    background: var(--black-h);
}

.btn.btn-bg1:hover {
    background: var(--color1-h);
}

.btn.btn-bg2:hover {
    background: var(--color2-h);
}

.btn.btn-bg3:hover {
    background: var(--color3-h);
}

.btn.btn-b:hover {
    background: var(--color2);
    color: var(--white);
}

.btn.btn-back:hover {
    color: var(--color1-h);
}

.btn.btn-border:hover {
    background: transparent;
    border-color: currentColor;
    color: currentColor;
}

.btn.btn-pdf {
    background: transparent !important;
    color: var(--color2) !important;
    width: 100%;
    text-align: center;
    padding: 1.25em 0;
}

.btn.btn-pdf>span {
    display: inline-block;
    padding-left: calc(4% + 1.2em);
    position: relative;
}

.btn.btn-pdf::before {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon-pdf.svg);
    background-size: contain;
    position: absolute;
    top: calc(50% - .6em);
    left: 4%;
}

.btn.btn-pdf:hover {
    background: var(--l-gray2) !important;
}

@media (min-width: 992px) {
    .btn {
        padding: .9em .75em;
    }

    .btn.btn-pdf {
        padding: .9em 0;
    }
}

.btn.btn-full {
    width: 100%;
}

.txtBox .btn {
    margin-top: 1em;
}

.button-list .btn {
    margin-top: .5em;
}

@media (min-width: 576px) {
    .btn {
        width: 23rem;
    }

    .btn.btn_M {
        padding: 1.5em 1em;
        width: 26rem;
    }

    .text-center .btn {
        margin-right: auto;
        margin-left: auto;
    }
}

.more-btn,
.arrow-btn {
    display: inline-block;
    text-align: left;
    font-family: var(--gothic);
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 500;
    padding: .75em 2em .75em 0;
    width: auto;
    max-width: 28em;
    background: transparent;
    color: var(--black);
    border-bottom: 1px solid currentColor;
    text-decoration: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    position: relative;
}

.arrow-btn.white {
    color: var(--white);
}

.arrow-btn::before {
    display: none;
}

i.arrow {
    display: block;
    width: 1.33em;
    height: 1.33em;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.3%200%2019.5%2011-19.5%2011s9.7-5.5%209.7-11-9.7-11-9.7-11z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    background-size: 80%;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: calc((1.33em/2)*-1);
    transition: .2s;
}

.btn-white i.arrow {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.3%200%2019.5%2011-19.5%2011s9.7-5.5%209.7-11-9.7-11-9.7-11z%22%20fill%3D%22%234C4A4A%22%2F%3E%3C%2Fsvg%3E');
}

.arrow-btn i.arrow,
.more-btn i.arrow {
    right: 0;
    border: 1px solid currentColor;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.3%200%2019.5%2011-19.5%2011s9.7-5.5%209.7-11-9.7-11-9.7-11z%22%20fill%3D%22%234C4A4A%22%2F%3E%3C%2Fsvg%3E');
    background-size: 60%;
}

a:has(i.arrow):hover i.arrow {
    transform: translateX(.375em);
}


.btn i.arrow.pdf {
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.967%22%20height%3D%2215.967%22%20viewBox%3D%220%200%2015.967%2015.967%22%3E%3Cpath%20d%3D%22M17.371%2C3H7.79a1.6%2C1.6%2C0%2C0%2C0-1.6%2C1.6v9.58a1.6%2C1.6%2C0%2C0%2C0%2C1.6%2C1.6h9.58a1.6%2C1.6%2C0%2C0%2C0%2C1.6-1.6V4.6A1.6%2C1.6%2C0%2C0%2C0%2C17.371%2C3ZM10.585%2C8.988a1.2%2C1.2%2C0%2C0%2C1-1.2%2C1.2h-.8v1.6h-1.2V6.992h2a1.2%2C1.2%2C0%2C0%2C1%2C1.2%2C1.2Zm3.992%2C1.6a1.2%2C1.2%2C0%2C0%2C1-1.2%2C1.2h-2V6.992h2a1.2%2C1.2%2C0%2C0%2C1%2C1.2%2C1.2Zm3.193-2.4h-1.2v.8h1.2v1.2h-1.2v1.6h-1.2V6.992h2.4Zm-9.181.8h.8v-.8h-.8ZM4.6%2C6.193H3V17.371a1.6%2C1.6%2C0%2C0%2C0%2C1.6%2C1.6H15.774v-1.6H4.6Zm7.984%2C4.391h.8v-2.4h-.8Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
}

.btn.btn-border i.arrow.pdf {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.967%22%20height%3D%2215.967%22%20viewBox%3D%220%200%2015.967%2015.967%22%3E%3Cpath%20d%3D%22M17.371%2C3H7.79a1.6%2C1.6%2C0%2C0%2C0-1.6%2C1.6v9.58a1.6%2C1.6%2C0%2C0%2C0%2C1.6%2C1.6h9.58a1.6%2C1.6%2C0%2C0%2C0%2C1.6-1.6V4.6A1.6%2C1.6%2C0%2C0%2C0%2C17.371%2C3ZM10.585%2C8.988a1.2%2C1.2%2C0%2C0%2C1-1.2%2C1.2h-.8v1.6h-1.2V6.992h2a1.2%2C1.2%2C0%2C0%2C1%2C1.2%2C1.2Zm3.992%2C1.6a1.2%2C1.2%2C0%2C0%2C1-1.2%2C1.2h-2V6.992h2a1.2%2C1.2%2C0%2C0%2C1%2C1.2%2C1.2Zm3.193-2.4h-1.2v.8h1.2v1.2h-1.2v1.6h-1.2V6.992h2.4Zm-9.181.8h.8v-.8h-.8ZM4.6%2C6.193H3V17.371a1.6%2C1.6%2C0%2C0%2C0%2C1.6%2C1.6H15.774v-1.6H4.6Zm7.984%2C4.391h.8v-2.4h-.8Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22%234c4a4a%22%2F%3E%3C%2Fsvg%3E');
}


@media (max-width: 767px) {

    .more-btn.sp_arrow-btn,
    .arrow-btn {
        width: 100%;
        text-align: center;
        padding: 1.25em 4% 1.25em 8%;
        border: 1px solid currentColor;
    }

    .more-btn.sp_arrow-btn i.arrow,
    .arrow-btn i.arrow {
        right: 4.5%;
    }
}

@media (min-width: 768px) {

    .more-btn,
    .arrow-btn {
        width: auto;
    }

    .arrow-btn i.arrow,
    .more-btn i.arrow {
        right: 0;
    }
}


.buttons.row {
    margin-right: -5px;
    margin-left: -5px;
}

.buttons.row>.col,
.buttons.row>[class*="col-"] {
    padding: .25rem 5px;
}

.buttons.row .btn {
    min-width: 100%;
}


.btn span.telnum {
    font-size: 1.077em;
    font-family: var(--font1);
    font-weight: 400;
}


/* ==========================================================================
   Badge
========================================================================== */
.badge {
    display: inline-block;
    text-align: center;
    background: var(--d-gray);
    color: var(--white) !important;
    font-size: 0.923rem;
    line-height: 1.25;
    padding: 0.25em 0.5em;
    border-radius: .25em;
    min-width: 8.5em;
}

/* ==========================================================================
   Border
========================================================================== */
.border-t {
    border-top: 1px solid var(--border1);
}

.border-b {
    border-bottom: 1px solid var(--border1);
}

.border-r {
    border-right: 1px solid var(--border1);
}

.border-l {
    border-left: 1px solid var(--border1);
}

/* ==========================================================================
   Page header
========================================================================== */
.page__header {
    width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page__header .en_ttl {
    color: var(--color1);
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.page__header .ttl {
    color: var(--color1);
    font-weight: 500;
    letter-spacing: 0.12em;
    display: block;
}

.page__header .en_ttl + .ttl {
    margin-top: 0.75rem;
}

.page__header .ttl + .en_ttl {
    margin-top: 0.75rem;
}

@media (min-width: 992px) {
    .page__header {
        margin-top: 5.4rem;
        margin-bottom: 5.4rem;
    }
}


.read p {
    max-width: min(47em, 89vw);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 575px) {
    .read p {
        text-align: left;
    }
}


.page__thumbnail .main-img {
    display: block;
}

.page__thumbnail .main-img img {
    width: 100%;
}


.section__header {
    margin-bottom: 2.5em;
}

.section__header .en_ttl {
    letter-spacing: .08em;
    line-height: 1.75;
    position: relative;
}

.section__header .ttl {
    letter-spacing: 0.08em;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    display: block;
    font-family: var(--gothic);
}

.section__header .ttl+p {
    margin: 1.5em 0 1em;
}

@media (min-width: 992px) {
    .section__header .ttl {
        font-size: 1.077em;
    }
}


.headline {
    color: var(--color1);
    display: flex;
    flex-direction: column;
}

.headline span {
    display: block;
}

.headline .en_ttl {
    letter-spacing: .06em;
    line-height: 1.75;
}

.headline .ttl {
    font-weight: 500;
}

.headline .en_ttl+.ttl {
    font-size: .923rem;
}

@media (min-width: 992px) {
    .headline .en_ttl+.ttl {
        font-size: 1.077rem;
    }
}



.cont-ttl {
    line-height: 1.5;
    letter-spacing: .06em;
    position: relative;
}

.cont-ttl span {
    background: var(--white);
    padding: 0 .75em;
    position: relative;
    z-index: 2;
}

.cont-ttl::before {
    content: '';
    display: block;
    height: 1px;
    background: var(--border2);
    position: absolute;
    top: .7em;
    right: 0;
    left: 0;
}




/* ==========================================================================
   MV
========================================================================== */

#mv {
    background: var(--white);
    position: relative;
}

#mv .container>div {
    position: relative;
}

#mv .ttlBox {
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#mv .ttlBox .en_ttl {
    text-transform: uppercase;
}

#mv .ttlBox .en_ttl+.ttl {
    margin-top: .5em;
}

#mv picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#mv picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mv .overlay {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.5;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
}

#mv.mv_100 {
    height: calc(100vh - 70px);
}

@media (min-width: 992px) {

    #mv.mv_100,
    #mv.mv_pc100 {
        height: calc(100vh - 8.462rem);
    }
}

/* ==========================================================================
   alert
========================================================================== */
.alert {
    border: 1px solid var(--d-gray);
    padding: 1.5em 1.75em;
}

.alert>*:first-child {
    margin-top: 0;
}

.alert p {
    line-height: 2;
}

@media (min-width: 768px) {
    .alert {
        padding: 2em 2.25em;
    }
}

/* ==========================================================================
   Slick.js
========================================================================== */
.slick-slider {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slick-slider.slick-initialized {
    opacity: 1;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(100% - 20px);
    z-index: 5;
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.3%200%2019.5%2011-19.5%2011s9.7-5.5%209.7-11-9.7-11-9.7-11z%22%20fill%3D%22%234C4A4A%22%2F%3E%3C%2Fsvg%3E');
    background-size: 50%;
    border: 1px solid currentColor;
    color: var(--black);
}

.slick-prev {
    transform: rotate(180deg);
}

.slick-arrow:hover {
    opacity: .6;
}

.slick-prev {
    left: 0;
}

.slick-next {
    left: 30px;
    right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
    padding-bottom: 45px;
}

.slick-dots {
    position: absolute;
    top: calc(100% - 20px);
    left: 60px;
    bottom: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 20px !important;
    padding: 0;
    margin: -10px 0 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    text-align: center;
    background: var(--gray);
    transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
    background: var(--black);
}

/* ------------------
   Slider
------------------ */
.slider-wrapper {
    max-width: calc(100vw - 40px);
    max-height: calc(100vw - 40px);
    overflow: hidden;
}

.slider-wrapper .slick-slide figure img {
    width: 100%;
    height: 390px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vw - 40px);
    position: relative;
    object-fit: cover;
}

.slider-wrapper .slick-arrow {
    height: 25px !important;
    top: auto;
    bottom: 25px;
}

.slider-wrapper .slick-prev {
    left: auto;
    right: 65px;
}

@media (max-width: 575px) {
    .slider-wrapper.full_sp {
        max-width: 100vw;
        max-height: 100vw;
    }

    .slider-wrapper.full_sp .slick-slide figure img {
        max-width: 100vw;
        max-height: 100vw;
    }
}

/* ------------------
   Carousel Slider
------------------ */
.carousel-wrapper .slick-slide {
    padding: 0 5px 0 0;
}

.carousel-wrapper {
    margin-right: -5px;
}

@media (max-width: 991px) {
    .carousel-wrapper .slick-list {
        padding-right: 25%;
    }
}

/* ------------------
   Gallery slider
------------------ */
.gallery-wrapper {
    margin-right: -5px;
    position: relative;
}

.gallery-wrapper .slick-slide {
    padding: 0 5px 0 0;
}

.gallery-wrapper .slick-dots {
    left: 60px;
}

@media (max-width: 575px) {
    .over-right:not(.over_sp-none) .gallery-wrapper .slick-list {
        padding-right: 5.5vw;
    }
}

@media (min-width: 576px) {
    .gallery-wrapper .slick-list {
        padding-right: 24%;
    }

    .gallery-wrapper:has(.acc-gallery-slider) .slick-list {
        padding-right: 24%;
    }
}

@media (min-width: 768px) {
    .gallery-wrapper.gallery-wrapper_L .slick-list {
        padding-right: 10%;
    }
}

@media (min-width: 992px) {
    .gallery-wrapper:has(.acc-gallery-slider) .slick-list {
        padding-right: 10%;
    }
}

@media (min-width: 1380px) {
    .gallery-wrapper .gallery-slider .slick-slide img {
        width: 580px;
    }

    .gallery-wrapper.gallery-wrapper_L .gallery-slider .slick-slide img {
        width: 714px;
    }
}

/* ------------------
   Gallery slider (center mode)
------------------ */
.gallery-slider__center.slick-dotted {
    margin-bottom: 6em;
}

.gallery-slider__center .slick-slide {
    padding: 0 2px;
}

.gallery-slider__SPcenter .slick-slide img,
.gallery-slider__center .slick-slide img {
    max-width: calc(100vw - 80px);
}

@media (max-width: 575px) {

    .gallery-slider__SPcenter .slick-slide img,
    .gallery-slider__center .slick-slide img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}


/* ------------------
   sp_slider__center
------------------ */
@media (max-width: 767px) {
    .sp_slider__center.row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .sp_slider__center .slick-slide {
        padding: 0 2.5vw !important;
    }
}

/* ------------------
   sp_slider
------------------ */
@media (max-width: 767px) {
    .sp_slider.row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .sp_slider .slick-list {
        padding-right: 40vw;
    }

    .sp_slider .slick-slide {
        padding: 0 5px 0 0 !important;
    }
}

@media (max-width: 575px) {
    .sp_slider .slick-list {
        padding-right: calc(5.5vw - 5px);
    }
}

/* ------------------
   slick arrow custom
------------------ */
.slick-arrowBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    position: absolute;
    top: calc(100% - 30px);
    left: 0;
}

.slick-arrowBox .slick-arrow {
    position: static;
    margin: 0 10px 0 0;
}

.slick-arrowBox .slick-dots {
    position: static;
    width: auto;
    margin: 0;
}

@media (min-width: 576px) {
    .slick-arrowBox {
        justify-content: flex-start;
    }
}




/* ==========================================================================
   Gallery
========================================================================== */
.gallery.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gallery.row>.col,
.gallery.row>[class*="col-"] {
    display: block;
    padding: 7.5px;
}

.gallery.row a {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.gallery.row a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.gallery.row a:hover img {
    transform: scale(1.1);
}

/* ==========================================================================
   iziModal
========================================================================== */
.iziModal-navigate {
    z-index: 999 !important;
}

.iziModal-navigate>button.iziModal-navigate-prev,
.iziModal-navigate>button.iziModal-navigate-next {
    background: none;
    margin: 0;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.iziModal-navigate>button.iziModal-navigate-prev::before,
.iziModal-navigate>button.iziModal-navigate-next::before {
    content: "";
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: var(--color1);
    color: var(--white);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.3%200%2019.5%2011-19.5%2011s9.7-5.5%209.7-11-9.7-11-9.7-11z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    background-size: 40%;
}

.iziModal-navigate>button.iziModal-navigate-prev {
    transform: rotate(180deg);
}

@media (max-width: 960px) {
    .iziModal-navigate>button.iziModal-navigate-prev {
        width: 40px;
        right: auto !important;
        left: 0 !important;
    }

    .iziModal-navigate>button.iziModal-navigate-next {
        width: 40px;
        left: auto !important;
        right: 0 !important;
    }
}

@media (min-width: 961px) {
    .iziModal-navigate>button.iziModal-navigate-prev {
        left: auto !important;
        right: calc((100vw - 920px) / 2 + 920px - 42px);
    }

    .iziModal-navigate>button.iziModal-navigate-next {
        right: auto !important;
        left: calc((100vw - 920px) / 2 + 920px - 42px);
    }
}

.modal-gallery.iziModal {
    box-shadow: none;
}

.modal-gallery .iziModal-content figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 920px;
    height: 920px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    margin: 0 auto;
    position: relative;
}

.modal-gallery .iziModal-content figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (orientation: portrait) and (max-width: 575px) {
    .modal-gallery .iziModal-content figure {
        max-height: calc(100vw - 40px);
    }

    .modal-gallery .iziModal-content figure img {
        object-fit: cover;
    }
}

/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    position: relative;
}

.iframeBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pickups-original {
    width: 100%;
    height: 380px;
}

/* ==========================================================================
   List
========================================================================== */
ul.row,
ol.row,
.lists {
    list-style-type: none;
}

.lists .list {
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid var(--border1);
    padding: 1.75em 0;
    position: relative;
}

.bg-l-gray .lists .list {
    border-bottom: 1px solid var(--border2);
}

.lists .list .entry__meta {
    display: flex;
    align-items: baseline;
    font-size: 1.077em;
    margin: 0 1em 1em 0;
}

.lists .list .entry__meta time {
    display: block;
    min-width: 6.75em;
}

.lists .list .ttl {
    flex-basis: 100%;
    line-height: 1.5;
    font-size: 1em;
    position: relative;
}

.lists .list:hover {
    opacity: 0.6;
}

/* Topics */
.lists.topics+.viewmore {
    margin: 2em 0 1em;
}

@media (min-width: 992px) {
    .lists.topics {
        margin-top: -2em;
    }

    .lists.topics .list .ttl {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


.lists_L .list {
    border-top: 1px solid var(--border1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.lists_L .list:last-of-type {
    border-bottom: 1px solid var(--border1);
}

/* ==========================================================================
   PDP追記
========================================================================== */

.fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.fbox li {
    width: calc(100% / 2 - 5px);
}

.fbox li img {
    margin: 0;
}

@media (max-width: 640px) {
    .fbox li {
        width: 100%;
    }
}

.explain {
    border: 1px solid;
    padding: 0.3rem;
    color: #ba8f54;
    font-weight: 600;
    max-width: 800px;
    margin: auto;
}

/* ==========================================================================
   Card
========================================================================== */
.cards {
    list-style-type: none;
}

.cards.row .card {
    margin-bottom: 50px;
}

.card {
    line-height: 1.5;
    position: relative;
}

.card>a {
    display: block;
}

.card .imgBox,
.card .imgBox_L {
    padding-top: 100%;
    margin-bottom: 1.25rem;
    overflow: hidden;
    position: relative;
}

.card .imgBox_L {
    padding-top: 61.76%;
}

.card .imgBox img,
.card .imgBox_L img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: .6s cubic-bezier(.39, .575, .565, 1);
}

.card>a:hover .imgBox img,
.card>a:hover .imgBox_L img {
    transform: scale(1.1);
}

.card .entry__meta time {
    display: inline-block;
}

.card .entry__meta .cat+time {
    margin-left: 2em;
}

.card .entry__meta .category {
    padding: .25rem 0;
}

.card .tags {
    color: var(--color2);
}

.card .tax_list {
    display: flex;
    font-size: .929em;
}

.card .tax_list .tax_ttl {
    position: relative;
}

.card .tax_list .tax_ttl::after {
    content: '：';
    margin: 0 .5em;
}

.card .ttl {
    margin-top: .5rem;
    font-weight: 500;
    line-height: 1.75;
}

.card .more {
    margin-top: .75em;
}

.card .more-btn {
    display: inline-block;
    color: var(--black);
    padding: .25em 2em .25em 0;
    letter-spacing: 0;
    position: relative;
    border-bottom: 1px solid var(--border1);
    transition: .2s;
}

.card .more-btn::before {
    content: '';
    display: block;
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: .2s;
    transform: translateY(-50%);
}

.card .more-btn::after {
    content: '';
    display: block;
    width: 0.35em;
    height: 0.35em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    position: absolute;
    top: 50%;
    right: 0.525em;
    transition: .2s;
    transform: translateY(-50%) rotate(45deg);
}

.card:hover .more-btn {
    color: var(--color1);
}

@media (max-width: 575px) {
    .cards.row .card {
        max-width: 390px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .cards.row .card {
        margin-bottom: 60px;
    }
}

/* ==========================================================================
   Box
========================================================================== */
.box {
    padding: 6%;
}

.box .ttl {
    color: var(--color1);
}


/* ==========================================================================
   dl
========================================================================== */
dl.pattern dt {
    color: var(--color1);
    border-bottom: 1px solid var(--border2);
    font-size: 1.308em;
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
}

/* ==========================================================================
   Tab
========================================================================== */
.tabs,
.entry__content .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
    list-style-type: none;
}

.tabs .tab {
    padding: 3px;
}

.tabs .tab span {
    display: block;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 1em 0;
    border-radius: 0.25em;
    border: 1px solid transparent;
    background: var(--white);
    color: var(--color1);
    cursor: pointer;
    transition: background .2s;
}

.tabs .tab span:hover,
.tabs .tab.active span {
    background-color: var(--color1);
    color: var(--white);
}

.tab-cont:not(:first-of-type) {
    display: none;
}

.tab-cont .tab-cont_label {
    font-size: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.tab-cont .tab-cont_label::before {
    content: "";
    display: block;
    width: 3em;
    height: 1px;
    background-color: currentColor;
    margin-right: 1em;
}

@media (min-width: 992px) {

    .tabs,
    .entry__content .tabs {
        margin-right: -5px;
        margin-left: -5px;
    }

    .tabs .tab {
        padding: 5px;
    }
}

/* ==========================================================================
   Accordion
========================================================================== */
.acc:not(.section) {
    margin-bottom: 1em;
}

.acc_btn:not(.btn) {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid var(--border1);
    padding: 1em 2em;
    position: relative;
    cursor: pointer;
}

.acc_btn:not(.btn)::before,
.acc_btn:not(.btn)::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1px;
    background: var(--color1);
    position: absolute;
    top: 50%;
    right: 0;
    transition: opacity .2s;
    transform: translateY(-50%);
}

.acc_btn:not(.btn)::after {
    transform: translateY(-50%) rotate(90deg);
}

.acc.on .acc_btn:not(.btn)::after {
    opacity: 0;
}

.acc_btn .faq__q {
    font-size: 1.231em;
    line-height: 1.5;
    letter-spacing: 0.08em;
    white-space: normal;
    padding: 0.5rem 0 0.5rem 0.5rem;
    position: relative;
}

.acc_btn .faq__q .label {
    font-family: var(--font1);
    color: var(--color1);
    display: block;
    font-size: 1.538rem;
    line-height: 1.25;
    position: absolute;
    top: 0.2em;
    left: -2rem;
}

.acc_body .faq__a {
    padding: 1.5em 0 1.5em 2.5em;
    position: relative;
}

.acc_body .faq__a .label {
    font-family: var(--font1);
    color: var(--color1);
    display: block;
    font-size: 1.538rem;
    line-height: 1.25;
    position: absolute;
    top: 1.5rem;
    left: 0.1em;
}

.acc_body .faq__a a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .acc_btn .faq__q {
        font-size: 1.154em;
    }
}

.acc_btn.bar {
    background: var(--l-gray);
    border-bottom: none;
    text-align: center;
    font-weight: 700;
    line-height: 1.75;
}

.acc_btn.bar::after {
    display: none;
}

.acc_btn.bar::before {
    content: "";
    display: block;
    width: 1.33em;
    height: 1.33em;
    border-radius: 50%;
    border: 1px solid currentColor;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.3%200%2019.5%2011-19.5%2011s9.7-5.5%209.7-11-9.7-11-9.7-11z%22%20fill%3D%22%234C4A4A%22%2F%3E%3C%2Fsvg%3E);
    background-size: 60%;
    position: absolute;
    top: 50%;
    right: 1.25em;
    transform: translateY(-50%) rotate(90deg);
}

.acc.on .acc_btn.bar:before {
    transform: translateY(-50%) rotate(-90deg);
}

.acc .acc_btn.bar+.acc_body {
    padding: 4.5%;
    background: var(--l-gray2);
    letter-spacing: 0;
}

.acc_btn.bar+.acc_body .row+.row {
    margin-top: 2.5rem;
}

.acc_btn.bar+.acc_body .acc_headline {
    border-bottom: 1px solid var(--border2);
    font-weight: 500;
    padding: .75rem 0;
}

.acc_btn.bar+.acc_body .acc_headline span {
    font-weight: 400;
}



.acc_btn.btn i.arrow {
    transform: rotate(90deg);
}

.acc.on .acc_btn.btn i.arrow {
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .acc_btn.btn {
        border-bottom: 0;
    }
}

.acc_close {
    display: inline-block;
    text-align: center;
    color: inherit;
    position: relative;
}

.acc_close>span {
    display: block;
    position: relative;
}

.more-btn.acc_close i.arrow {
    transform: rotate(-90deg);
}

.acc_close.arrow-btn {
    color: var(--color2);
    text-align: left;
}

.acc_close.arrow-btn i.arrow::after {
    transform: translate(-50%, -25%) rotate(-45deg);
}


.sp-acc_btn.btn::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-75%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 7.5%;
}

.on .sp-acc_btn.btn::before {
    transform: translateY(-25%) rotate(-135deg);
}

/* ==========================================================================
   Menu content
========================================================================== */
.menu-content {
    background-color: var(--l-gray);
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

/* ==========================================================================
   Table of contents
========================================================================== */
.toc .ttl {
    letter-spacing: .04em;
}

.toc ul.row {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.toc ul.row li {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.toc ul li a {
    display: block;
    line-height: 1.6;
    padding: 0 0 2em;
    position: relative;
}

.toc ul li a img {
    margin-bottom: .5em;
}

.toc ul li a .ttl {
    line-height: 1.6;
}

.toc ul li a span {
    display: block;
    font-size: .923em;
}

.toc ul li a i.arrow {
    width: 1.5em;
    height: 1.5em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010.2%2010.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.2%202.8-.4-.4-4.7%202.9-4.7-3-.4.5%205.1%205.1z%22%20fill%3D%22%23f3f1ed%22%2F%3E%3C%2Fsvg%3E');
    background-color: var(--color1);
    background-size: 50%;
    right: 0;
}

.toc ul li a:hover i.arrow {
    transform: translateY(3px);
}

@media (max-width: 767px) {
    .toc ul li a {
        text-align: left;
        padding: .75em 0;
        border-bottom: 1px solid var(--border1);
    }

    .toc ul li:first-child a {
        border-top: 1px solid var(--border1);
    }

    .toc ul li a img {
        display: none;
    }
}

@media (min-width: 768px) {
    .toc ul li a i.arrow {
        top: auto;
        right: auto;
        left: 50%;
        margin-left: -.75em;
        bottom: 3px;
    }
}


/* ==========================================================================
   Color
========================================================================== */
.bg-white {
    background-color: var(--white);
    overflow: hidden;
}

.bg-l-gray {
    background-color: var(--l-gray);
    overflow: hidden;
}

.bg-l-gray2 {
    background-color: var(--l-gray2);
    overflow: hidden;
}

.bg-l-gray3 {
    background-color: var(--l-gray3);
    overflow: hidden;
}

.bg-color1 {
    background-color: var(--color1);
    overflow: hidden;
    color: var(--white);
}

.color1 {
    color: var(--color1);
}

.color2 {
    color: var(--color2);
}

.color3 {
    color: var(--color3);
}

.gray {
    color: var(--gray);
}

.black {
    color: var(--black);
}

.red {
    color: var(--red);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ==========================================================================
   WP Post
========================================================================== */
.container-entry {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.article__header {
    margin-bottom: 45px;
}

.article__header .entry__ttl {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.article__header .entry__meta {
    display: block;
    margin-bottom: 1em;
}

.article__header .entry__meta .category {

    padding: .5rem 0;
}

.article__header .ttl {
    margin: 0 !important;
}


.category {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.category .badge {
    margin-top: .25rem;
}

.oneColumn .article__header .entry__ttl {
    border-bottom: none;
    padding-bottom: 0;
}

.article__footer {
    margin: 60px auto 15px;
    padding-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* entry__content */
.entry__content {
    letter-spacing: 0;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
}

.entry__content a:not(.btn) {
    color: var(--color2);
    text-decoration: underline;
}

.entry__content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #8da0b6;
    font-style: italic;
    color: #abb1b5;
}

.entry__content dl {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.entry__content dt {
    font-feature-settings: "palt";
    background-color: #1a1a1a;
    font-weight: 700;
    font-size: 1.125em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.75em;
}

.entry__content dd {
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0 1em;
}

.entry__content dd+dt {
    margin-top: 1em;
}

.entry__content figure {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.entry__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.entry__content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 15px;
    border-radius: 3px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.entry__content .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.entry__content .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.entry__content table {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.entry__content table th {
    background-color: var(--l-gray2);
    border: 1px solid var(--border1);
    padding: 0.5em;
    font-weight: 400;
}

.entry__content table tbody th {
    text-align: left;
}

.entry__content table td {
    border: 1px solid var(--border1);
    padding: 0.5em;
}

.entry__content table.outline_S {
    width: auto;
    margin: 0;
}

.entry__content table.outline_S th {
    border: 0;
    padding: 0.25em 0;
}

.entry__content table.outline_S td {
    border: 0;
    padding: 0.25em 0;
}

.entry__content table.outline_S *+td {
    padding-left: 1.5em;
}

.entry__content ul,
.entry__content ol {
    margin-left: 0;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 3rem;
    counter-reset: cnt;
}

.entry__content ol ol,
.entry__content ul ul,
.entry__content ol ul,
.entry__content ul ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.entry__content ol li,
.entry__content ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.entry__content ol li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.entry__content ol li::before {
    font-family: sans-serif;
    content: "( " counter(cnt) " )";
    margin-right: 0.5em;
}

.entry__content ol li ol li::before {
    font-family: sans-serif;
    display: inline-block;
    width: 2em;
    text-align: center;
    margin-right: 0;
    content: counter(cnt);
    transform: scale(0.75);
}

.entry__content ol li ol li::after {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    border: 1px solid currentColor;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.65);
}

.entry__content ol li ol li ol {
    margin-left: 2em;
}

.entry__content ol li ol li ol li,
.entry__content .list-katakana-iroha li {
    list-style-type: katakana-iroha;
    padding-left: 1em;
    text-indent: -1em;
}

.entry__content ol li ol li ol li::before,
.entry__content .list-katakana-iroha li::before,
.entry__content ol li ol li ol li::after,
.entry__content .list-katakana-iroha li::after {
    display: none !important;
}

.entry__content p {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5,
.entry__content h6 {
    color: var(--color1);
    font-family: var(--gothic);
}

.entry__content h1 {
    font-size: 1.846em;
    line-height: 1.8;
    margin: 1.25em 0;
}

.entry__content h2 {
    font-size: 1.692em;
    line-height: 1.8;
    margin: 1.25em 0;
}

.entry__content h3 {
    font-size: 1.538em;
    line-height: 2;
    margin: 1.25em 0;
}

.entry__content h4 {
    font-size: 1.385em;
    line-height: 2;
    margin: 1.25em 0;
}

.entry__content h5 {
    font-size: 1.154em;
    line-height: 2;
    margin: 1.25em 0;
}

.entry__content h6 {
    font-size: 1em;
    line-height: 2;
    margin: 1.25em 0;
}

.entry__content>.section>h2:first-child {
    margin-top: 0;
}

/* tags */
.tags {
    margin: 0.75em 0 0;
}

.tags span {
    display: inline-block;
    font-size: 0.923rem;
    margin-right: 0.75em;
}

.tags a {
    text-decoration: none;
}

/* not found */
#post-not-found {
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
}

.entry__content .alignfull,
.entry__content .alignwide {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

@media (min-width: 576px) {
    .entry__content .alignwide {
        width: calc(100% + (100vw - 100%) / 2);
        margin-left: calc(((100vw - 100%) / 4) * -1);
    }
}

.entry__content .alignfull>img,
.entry__content .alignwide>img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    min-width: 100%;
}

@media (min-width: 576px) {
    .entry__content .excerpt {
        margin-right: -1.25em;
        margin-left: -1.25em;
    }
}

.entry__content small svg {
    max-width: 16px;
    top: 3px;
    position: relative;
    fill: var(--color2);
}

/* ==========================================================================
   Single Page
========================================================================== */
.single-page-cover {
    overflow: hidden;
    position: relative;
}

.tax_listBlock .tax_list {
    margin-bottom: 0.5em;
    line-height: 2.4;
}

.tax_listBlock .tax_ttl {
    font-family: var(--font1);
    color: var(--color1);
    font-weight: 400;
    letter-spacing: .08em;
    border-bottom: 1px solid var(--border2);
}

@media (min-width: 992px) {
    .tax_listBlock .tax_ttl {
        padding-bottom: .5em;
        margin-bottom: .5em;
    }
}

/* ==========================================================================
   Archive menu
========================================================================== */
.archive-menu-wrapper {
    text-align: center;
}

.archive-menu-wrapper .acc_btn {
    letter-spacing: .12em;
}

.archive-menu-wrapper ul.acc-menu {
    list-style-type: none;
    line-height: 1.35;
    padding-top: 1em;
}

.archive-menu-wrapper ul.acc-menu li a {
    display: block;
    line-height: 1.5;
    padding: 0.5em 0;
}


.category-search {
    color: var(--color1);
}

.category-search-ttl {
    font-family: var(--font1);
    display: inline-block;
    margin-bottom: 1em;
    letter-spacing: .12em;
}

.category-search-list {
    margin-right: -3px;
    margin-left: -3px;
}

.category-search-list li {
    padding: 3px;
}

.category-search-list li a {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 1em 0;
    border-radius: 0.25em;
    border: 0;
    background: var(--white);
}

.category-search-list li a:hover,
.category-search-list li.current a {
    background: var(--color1);
    color: var(--white);
}

.category-search-list li select {
    width: 100%;
    height: calc(3.5em + 2px);
    padding: 0 calc(1em + 6%);
    border-radius: 0.25em;
    border-color: transparent;
    color: var(--color1);
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 6%;
    background-size: 1.2em 1.2em;
    font-family: inherit;
    text-align: center;
}

.category-search-list li select:focus {
    border-color: var(--color1);
}

.category-search-list li select.selected {
    background: var(--color1);
    color: var(--white);
}

@media (min-width: 575px) {
    .category-search-ttl {
        margin-bottom: .75em;
    }

    .category-search-list {
        margin-right: -6px;
        margin-left: -6px;
    }

    .category-search-list li {
        padding: 6px;
    }
}


.archive-title {
    color: var(--color2);
    letter-spacing: 0.08em;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .archive-title {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
}

.switch-nav li a {
    display: block;
    font-size: 1.385rem;
    letter-spacing: 0.08em;
    padding: 0.5em;
    color: var(--gray);
    font-family: var(--mincho);
}

.switch-nav li a span {
    display: block;
    padding: 0.25em 0;
    position: relative;
}

.switch-nav li a span:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: width 0.2s;
}

.switch-nav li.current a {
    color: var(--color1);
    pointer-events: none;
    cursor: default;
}

.switch-nav li.current a span:before {
    color: var(--color2);
    width: 100%;
}

.switch-nav li a:hover span:before {
    width: 100%;
}

@media (max-width: 575px) {
    .switch-nav .row {
        margin-right: -2.5vw;
        margin-left: -2.5vw;
        flex-wrap: nowrap;
    }

    .switch-nav li {
        padding: 0 2.5vw;
    }

    .switch-nav li a {
        font-size: 1.077rem;
    }
}

/* ==========================================================================
   Sidebar - Archive
========================================================================== */
.side_box ul {
    list-style-type: none;
}

.side_box a {
    color: var(--color2);
    display: block;
    line-height: 1.5;
    padding: 0.75em 0;
}

.side_box select {
    width: 100%;
    height: 40px;
    padding: 0 1em;
    font-size: inherit;
    border-radius: 0;
    background-color: var(--white);
    background-image: url(../img/icon-arrow-down2.svg);
    background-repeat: no-repeat;
    background-position: center right 5%;
    background-size: 14px 14px;
}

.side_box .side_ttl {
    font-size: 1rem;
}

@media (max-width: 991px) {
    .sideCol {
        margin-bottom: 3em;
    }

    .side_box {
        color: var(--color2);
        text-align: center;
    }

    .side_box .acc-menu {
        padding-top: 1em;
    }

    .side_box.side_box__recently ul {
        text-align: left;
    }

    .side_box.side_box__category {
        margin-top: 1.5em;
    }

    .side_box.side_box__category ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -3px;
        margin-left: -3px;
    }

    .side_box.side_box__category ul li {
        flex: 0 0 50%;
        padding: 3px;
    }

    .side_box.side_box__category ul li a {
        display: block;
        line-height: 1.5;
        letter-spacing: 0.08em;
        padding: 1em 0;
        border-radius: 0.25em;
        border: 1px solid var(--color2);
    }

    .side_box.side_box__category ul li a:hover,
    .side_box.side_box__category ul li.current a {
        background: var(--color2);
        color: var(--white);
    }
}

@media (min-width: 992px) {
    .side_box {
        margin-bottom: 2em;
    }

    .side_box .side_ttl {
        border-bottom: 1px solid var(--gray);
        padding-top: 0.25em;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .side_box.side_box__archive .side_ttl {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination,
.wp-prev-next {
    margin: 30px 0 15px;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
}

.pagination li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pagination li .page-numbers {
    font-family: var(--font1);
    color: var(--gray);
    margin: 0 0.25em;
    padding: 0;
    width: 2rem;
    line-height: 2rem;
    font-size: 1.154rem;
    font-weight: normal;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
    color: var(--color1);
}

.pagination li .page-numbers.current {
    color: var(--color1);
    cursor: default;
}

.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
    color: var(--color1);
    background: transparent;
    width: auto;
    font-size: 1rem;
    margin: 0 0.5em;
    position: relative;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav {
    color: var(--dd-gray);
    border-top: 1px solid var(--border1);
    padding-top: 3rem;
}

.paginav a:not(.btn) {
    display: inline-block;
    margin: 1em 0;
}

.paginav .row {
    margin-right: -0.5em;
    margin-left: -0.5em;
}

.paginav .next {
    padding: 0 0.5em;
    text-align: right;
}

.paginav .prev {
    padding: 0 0.5em;
}

.paginav .back {
    padding: 0 0.5em;
}

.paginav .back a {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .paginav {
        padding-top: 1.5rem;
    }
}

/* ==========================================================================
   Banner
========================================================================== */
.block-banner-list {
    list-style-type: none;
    position: relative;
    z-index: 2;
}

.block-banner-list li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.block-banner-list li::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.block-banner-list li:hover::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.block-banner-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 26rem;
    padding-right: 40px;
    padding-left: 40px;
    color: var(--white);
    position: relative;
}

.block-banner-list li a>span {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin: 0.35em 0;
}

.block-banner-list li a .ttl {
    margin: .75em 0 0;
}

.block-banner-list li a .copy {
    color: inherit;
}

.block-banner-list li a p {
    margin-bottom: 0;
}

.block-banner-list li a .btn {
    margin-top: 2em;
    max-width: 22em;
}

@media (min-width: 768px) {
    .block-banner-list li a {
        min-height: 26rem;
    }
}

@media (min-width: 992px) {
    .block-banner-list li a {
        height: 35rem;
    }

    .block-banner-list.block-banner-list-half li a {
        height: 30rem;
    }

}

a.block-banner {
    display: block;
    height: 29em;
    position: relative;
}

a.block-banner .bg {
    height: 100%;
}

a.block-banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.block-banner .bg::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.block-banner:hover .bg::before {
    background-color: rgba(0, 0, 0, 0.5);
}

a.block-banner .txtBox {
    color: var(--white);
    position: absolute;
    bottom: 3em;
}

@media (min-width: 576px) {
    a.block-banner .btn {
        width: 22.6em;
    }
}

@media (min-width: 992px) {
    a.block-banner {
        height: 44em;
    }

    a.block-banner .txtBox {
        bottom: 5em;
    }
}

/* ==========================================================================
   Stepbar
========================================================================== */
ul.stepbar {
    text-align: center;
    list-style-type: none;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
}

ul.stepbar li {
    padding: 0 20px;
    flex-basis: 100%;
    position: relative;
}

ul.stepbar li:not(:last-child)::before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    right: -.7em;
    transition: background .2s;
    transform: translateY(-50%);
}

ul.stepbar li:not(:last-child)::after {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    color: var(--gray);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    position: absolute;
    top: 50%;
    right: -.485rem;
    transition: color .2s;
    transform: translate(-75%, -50%) rotate(45deg);
}

ul.stepbar li span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--l-gray2);
    color: var(--color1);
    line-height: 1.5;
    padding: 1em 0;
}

ul.stepbar li.current span {
    background: var(--color2);
    color: var(--white);
}

.bg-l-gray ul.stepbar li:not(:last-child)::after {
    color: var(--d-gray);
}

.bg-l-gray ul.stepbar li:not(.current) span,
.bg-l-gray2 ul.stepbar li:not(.current) span {
    background: #D5D5D0;
    color: var(--black);
}


@media (max-width: 991px) {
    ul.stepbar {
        margin-right: -15px;
        margin-left: -15px;
    }

    ul.stepbar li {
        padding: 0 15px;
    }
}


/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }

    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

li {
    list-style: none;
}

.single small {
    border: 1px dotted;
    display: block;
    padding: 0 0.4rem;
}

.ilink {
    text-decoration: underline;
    display: inline;
    margin: 0 0.2rem;
}

.ilink:hover {
    color: #d00;
}