@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: 40px;
    padding-left: 40px;
}

.container.container_XL {
    max-width: 100vw;
}

.row {
    margin-right: -40px;
    margin-left: -40px;
}

.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: 40px;
    padding-left: 40px;
}

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

@media (min-width: 576px) {

    .container-fluid,
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .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: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .container.container_XXS {
        max-width: 540px;
    }
}

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

    .container.container_XS {
        max-width: 670px;
    }

    .container.container_S {
        max-width: 840px;
    }

    .container.container_L {
        max-width: 1040px;
    }

    .container.container_XL {
        max-width: calc(91vw + 40px);
    }


    .container_pM {
        max-width: 970px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .container_pM .row {
        margin-right: -25px;
        margin-left: -25px;
    }

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

    .container.container_L.container_pM {
        max-width: 1050px;
    }

    .container_pL {
        max-width: 980px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .container_pL .row {
        margin-right: -30px;
        margin-left: -30px;
    }

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

    .container.container_L.container_pL {
        max-width: 1160px;
    }
}

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

    .container {
        max-width: 1140px;
    }

    .container.container_L {
        max-width: 1220px;
    }

    .container_pM {
        max-width: 1170px;
        padding-right: 35px;
        padding-left: 35px;
    }

    .container_pM .row {
        margin-right: -35px;
        margin-left: -35px;
    }

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

    .container.container_L.container_pM {
        max-width: 1250px;
    }

    .container_pL {
        max-width: 1200px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .container_pL .row {
        margin-right: -50px;
        margin-left: -50px;
    }

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

    .container.container_L.container_pL {
        max-width: 1280px;
    }
}


.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);
}



.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;
    }
}

@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;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@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(--gray);
    margin-top: 1.75em;
    margin-bottom: 1.75em;
}

/* ==========================================================================
   Links
========================================================================== */
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.underline {
    display: inline-block;
    line-height: 1.5;
    border-bottom: 1px solid currentColor;
}

a.underline:hover {
    border-color: var(--gray);
}

.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: middle;
}

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

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

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

figure.cover img,
figure.cover_S 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;
    }
}

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

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

.imgBox_L.no-image {
    background-size: 30%;
}

.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);
}

/* ==========================================================================
   Typography
========================================================================== */
.huge,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    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: 3.846em;
    line-height: 1.125;
}

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

.huge4 {
    font-size: 2.693em;
    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.077em;
    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: 3.846em;
    }

    .huge3 {
        font-size: 3.846em;
    }

    .huge4 {
        font-size: 3.077em;
    }

    .huge5 {
        font-size: 2.769em;
    }

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

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

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

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

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

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

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


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(--font2);
    font-weight: 600;
    letter-spacing: .04em;
}

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

.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 {
    font-family: var(--mincho) !important;
    letter-spacing: .12em;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

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

.read {
    font-family: var(--mincho) !important;
    font-weight: 400 !important;
    line-height: 2.3;
}

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

/* ==========================================================================
   Button
========================================================================== */
.btn {
    display: inline-block;
    text-align: center;
    font-family: var(--gothic);
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 500;
    padding: 1.125em 1.5em;
    width: 100%;
    max-width: 100%;
    background: var(--color2);
    color: var(--white);
    border: 1px solid transparent;
    text-decoration: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn.btn-pdf {
    background: transparent !important;
    color: var(--color1) !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.btn-pdf {
        padding: .9em 0;
    }
}


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

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

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

    .btn.btn_M {
        width: 24em;
        padding: 1.5em 1.5em;
    }
}

.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: .5em 0 .5em 1.5em;
    width: auto;
    max-width: 28em;
    background: transparent;
    color: var(--color1);
    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: .6em;
    height: 1em;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 7%;
    margin-top: -.5em;
}

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

i.arrow::after {
    content: "";
    display: block;
    width: .6em;
    height: .6em;
    color: currentColor;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%) rotate(45deg);
}

a:has(i.arrow):hover i.arrow {
    animation: arrowmove .6s linear infinite alternate;
}

@keyframes arrowmove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(.375em);
    }
}


@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 {
        left: 4.5%;
    }
}

@media (min-width: 768px) {
    .arrow-btn {
        font-size: 1.231rem;
    }

    .more-btn {
        padding: .125em 0 .125em 1.5em;
    }

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

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


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

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

/* ==========================================================================
   Badge
========================================================================== */
.badge {
    display: inline-block;
    background: var(--color2);
    color: var(--white) !important;
    font-size: 0.923rem;
    line-height: 1.5;
    padding: 0.25em 0.75em;
}

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

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

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

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

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

.page__header .en_ttl {
    display: block;
}

.page__header .ttl {
    font-family: var(--mincho);
    font-weight: 400;
    letter-spacing: 0.12em;
}

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

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

.page__header .read {
    font-size: 1.308em;
}

.page__header .read+p {
    max-width: 38.5em;
    letter-spacing: 0.06em;
}

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


.section__header {
    margin: 0 0 4em;
}

.section__header .en_ttl {
    position: relative;
}

.section__header .ttl {
    letter-spacing: 0.08em;
    font-style: normal;
    white-space: nowrap;
    display: block;
}

.section__header .en_ttl+.ttl {
    margin-top: .5em;
}

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

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



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

.headline span {
    display: block;
    margin: .125em 0;
}

.headline .ttl {
    font-size: 1rem;
    font-weight: 500;
}


.line-ttl {
    margin-bottom: 2em;
}

.line-ttl .en_ttl {
    font-family: var(--font1);
    font-weight: 700;
    line-height: .8;
    letter-spacing: .1em;
    border-bottom: 1px solid var(--border1);
    position: relative;
}

.line-ttl .en_ttl::before {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background: var(--border1);
    position: absolute;
    top: 100%;
    left: 100%;
    right: calc(((100vw - 100%)/2)*-1);
}

.line-ttl .en_ttl+.ttl {
    margin: .75em 0 0;
}


.cont-ttl {
    color: var(--color1);
    font-family: var(--mincho);
    line-height: 1.5;
    letter-spacing: .06em;
    padding-left: 45px;
    position: relative;
}

.cont-ttl::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: .7em;
    left: 0;
}

@media (min-width: 992px) {
    .cont-ttl {
        padding-left: 65px;
    }

    .cont-ttl::before {
        width: 50px;
    }
}



/* ==========================================================================
   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+.ttl {
    margin-top: .5em;
}

#mv picture:not(.ttl_img) {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
}

#mv .overlay {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
}

#mv picture:not(.ttl_img) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    #mv .large_sp {
        margin-top: 20px;
    }
}

@media (min-width: 576px) {
    #mv picture:not(.ttl_img) {
        aspect-ratio: 16/7;
    }
}




.line {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 2;
}

.line::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 112px;
    height: 1px;
    background: var(--border1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}

.section__header+.line {
    margin-top: 2em;
}



/* ==========================================================================
   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: 50%;
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: var(--color1);
    color: var(--white);
}

.slick-arrow::before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) rotate(45deg);
    transition: 0.2s;
}

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

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

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px !important;
    padding: 0;
    margin: 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(--d-gray);
}

/* ------------------
   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;
    }

    .slider-wrapper:not(.full_sp),
    .slider-wrapper:not(.over-right) {
        margin-left: auto;
    }

    .slider-wrapper:not(.full_sp),
    .slider-wrapper:not(.over-left) {
        margin-right: auto;
    }
}

/* ------------------
   Carousel Slider
------------------ */
.carousel-wrapper {
    margin-right: calc(((100vw - 100%)/2)*-1);
    margin-left: calc(((100vw - 100%)/2)*-1);
}

.carousel-wrapper .slick-slide {
    padding: 0 10px 10px;
}

@media (min-width: 576px) {
    .carousel-wrapper {
        margin-right: -10px;
        margin-left: -10px;
    }

    .carousel-wrapper .slick-next {
        right: -10px;
    }

    .carousel-wrapper .slick-prev {
        left: -10px;
    }
}

@media (min-width: 1200px) {
    .carousel-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }

    .carousel-wrapper .slick-slide {
        padding: 0 15px 15px;
    }

    .carousel-wrapper .slick-next {
        right: -55px;
    }

    .carousel-wrapper .slick-prev {
        left: -55px;
    }
}


/* ------------------
   Card Carousel Slider
------------------ */
.card-carousel-wrapper {
    margin-right: calc(((100vw - 100%)/2)*-1);
}

.card-carousel-wrapper .slick-list {
    padding: 0 17.5vw 0 0;
}

.card-carousel-wrapper .slick-slide {
    padding: 0 25px 0 0;
}

.card-carousel-wrapper .slick-arrow {
    top: calc((100vw - 40px - 17.5vw - 25px)/2);
}

.card-carousel-wrapper .slick-prev {
    left: -20px;
}

.card-carousel-wrapper .slick-next {
    right: 20px;
}

@media (min-width: 576px) {
    .card-carousel-wrapper {
        margin-right: -25px;
    }

    .card-carousel-wrapper .slick-list {
        padding: 0;
    }

    .card-carousel-wrapper .slick-arrow {
        top: calc(238px/2);
    }

    .card-carousel-wrapper .slick-next {
        right: 5px;
    }
}

@media (min-width: 768px) {
    .card-carousel-wrapper .slick-arrow {
        top: calc(210px/2);
    }
}

@media (min-width: 992px) {
    .card-carousel-wrapper {
        margin-right: -27px;
    }

    .card-carousel-wrapper .slick-slide {
        padding: 0 27px 0 0;
    }

    .card-carousel-wrapper .slick-next {
        right: 7px;
    }
}

@media (min-width: 1200px) {
    .card-carousel-wrapper {
        margin-right: -40px;
    }

    .card-carousel-wrapper .slick-slide {
        padding: 0 40px 0 0;
    }

    .card-carousel-wrapper .slick-next {
        right: 20px;
    }
}


/* ------------------
   Visual Slider
------------------ */
.visual-slider .slick-slide {
    transition-delay: 1.6s !important;
}

.visual-slider .slick-active {
    transition-delay: 0s !important;
}

.visual-slider .clip-img {
    position: relative;
    will-change: clip-path;
    opacity: 1;
}

.visual-slider .slick-active .clip-img {
    clip-path: polygon(100% 0, 100% 0, 100% 120%, 100% 120%);
    opacity: 1;
    transition: opacity 1.2s;
    animation: clipshow 1.2s ease .36s forwards;
}

.visual-slider .slick-active .clip-img img {
    display: block;
    transform: scale(1.2);
    animation: zoomout 1.2s ease .36s forwards;
}

@keyframes clipshow {
    to {
        clip-path: polygon(0 0, 100% 0, 100% 120%, 0 120%);
    }
}

@keyframes zoomout {
    to {
        transform: scale(1);
    }
}

/* ------------------
   Loop Slider
------------------ */
.loop-slider .slick-slide img {
    width: 295px;
    height: 214px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .loop-slider .slick-slide img {
        width: 420px;
        height: 290px;
    }
}

/* ------------------
   infiniteslidev2.js
------------------ */
.infiniteslide {
    display: flex !important;
}

.infiniteslide li img {
    width: 295px;
    height: 214px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .infiniteslide li img {
        width: 420px;
        height: 290px;
    }
}

/* ------------------
   Gallery slider
------------------ */
.gallery-slider img {
    width: 295px;
    height: 214px;
    object-fit: cover;
}

.gallery-slider .slick-prev {
    left: -20px;
}

.gallery-slider .slick-next {
    right: 20px;
}

@media (min-width: 576px) {
    .gallery-slider .slick-next {
        right: 4.5vw;
    }
}

@media (min-width: 992px) {
    .gallery-slider .slick-slide img {
        width: 420px;
        height: 290px;
    }

    .gallery-slider .slick-prev {
        left: -70px;
    }
}


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

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

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

@media (min-width: 768px) {
    .gallery-slider__center .slick-slide {
        padding: 0 20px;
    }
}


/* ------------------
   slick arrow custom
------------------ */
.slick-arrowBox {
    max-width: calc(100vw - 80px);
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-arrowBox .next-arrow {
    right: -30px;
}

.slick-arrowBox .prev-arrow {
    transform: rotate(180deg);
    left: -30px;
}

@media (min-width: 768px) {
    .slick-arrowBox .next-arrow {
        right: -60px;
    }

    .slick-arrowBox .prev-arrow {
        left: -60px;
    }
}


/* ==========================================================================
   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: url(../img/arrow-w.svg) no-repeat center center;
    background-size: 1.75rem !important;
    margin: 0;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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;
    letter-spacing: 0.08em;
    border-bottom: 1px solid var(--border1);
    padding: 1em 0 1.5em;
    position: relative;
}

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

.lists .list .entry__meta time {
    font-family: var(--font1);
    display: block;
    min-width: 6.75em;
}

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

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

/* Topics */
.lists.topics .list:after {
    content: "";
    display: block;
    width: 25vw;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 100%;
    background: var(--border1);
}

.lists.topics .category .cat {
    display: inline-block;
    text-align: center;
    margin-right: 2em;
}

.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;
    }
}

/* ==========================================================================
   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 {
    color: var(--black);
    line-height: 1.5;
    position: relative;
}

.card>a {
    display: block;
}

.card .imgBox,
.card .imgBox_L {
    padding-top: 100%;
    margin-bottom: 1.5rem;
    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 {
    font-family: var(--font1);
    letter-spacing: .06em;
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

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

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

.card .cat {
    color: var(--color1);
    display: inline-block;
    margin-left: 1em;
}

.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;
}

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

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

.card .more-btn::before {
    content: '';
    display: block;
    width: 1.25em;
    height: 1.25em;
    background: currentColor;
    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 var(--white);
    border-right: 1px solid var(--white);
    position: absolute;
    top: 50%;
    right: 0.525em;
    transition: .2s;
    transform: translateY(-50%) rotate(45deg);
}

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

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

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

/* ==========================================================================
   Table
========================================================================== */
table.detail tbody th {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    padding: 0.5em 1.5em 0.5em 0;
}

@media (max-width: 767px) {

    table.detail th,
    table.detail td {
        display: block;
    }
}

table.detail-inline tbody th {
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    padding: .25em 1.5em .25em 0;
}

table.detail-inline tbody td {
    line-height: 1.5;
    padding: .25em 0;
}

@media (max-width: 575px) {
    table.detail-inline tbody th {
        display: block;
    }

    table.detail-inline tbody td {
        display: block;
        padding: 0 0 .5em;
    }
}


.outline-table-ttl {
    border-bottom: 1px solid var(--border1);
    font-size: 1.231em;
    margin-bottom: 2em;
    padding: 0.5em 0;
}

table.outline tbody th {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    padding: .5em 2em .5em 0;
    border-right: 1px solid #d5d1c8;
}

table.outline tbody td {
    padding: 0 0 0 2em;
}

@media (max-width: 767px) {
    table.outline tbody th {
        display: block;
        border-right: none;
        border-bottom: 1px solid #d5d1c8;
    }

    table.outline tbody td {
        display: block;
        padding: .5em 0 1.5em 0;
    }
}

@media (min-width: 992px) {
    table.outline tbody th {
        padding: .5em 3em .5em 0;
    }

    table.outline tbody td {
        padding: 0 0 0 3em;
    }
}

/* ==========================================================================
   dl
========================================================================== */
dl.pattern dt {
    color: var(--color1);
    border-bottom: 1px solid var(--border1);
    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 var(--color1);
    color: var(--color1);
}

.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;
}

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

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

.acc_btn::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: var(--color1);
    border: 1px solid var(--color1);
    position: absolute;
    top: 50%;
    right: 0;
    transition: background .2s;
    transform: translateY(-50%);
}

.acc_btn::after {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    color: var(--white);
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    top: 50%;
    right: .3rem;
    transition: color .2s;
    transform: translate(-50%, -75%) rotate(45deg);
}

.acc.on .acc_btn::before {
    background: transparent;
}

.acc.on .acc_btn::after {
    transform: translate(-50%, -25%) rotate(-135deg);
    color: var(--color1);
}

.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(--font3);
    color: var(--border2);
    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(--font3);
    color: var(--border2);
    display: block;
    font-size: 1.538rem;
    line-height: 1.25;
    position: absolute;
    top: 1.5rem;
    left: 0.1em;
}

.acc_body .faq__a a {
    color: var(--color2);
    text-decoration: underline;
}

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

.acc_btn.acc_btn-bg1 {
    background: var(--d-gray);
    color: var(--white);
    border-bottom: none;
    text-align: center;
}

.acc_btn.acc_btn-bg1::before {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    background: none;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
}

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

.acc_btn.arrow-btn {
    display: inline-block;
    color: var(--color2);
    padding: 1em 0 1em 2em;
}

.acc_btn.arrow-btn i.arrow::after {
    border-top: 0;
    border-bottom: 1px solid currentColor;
    transform: translate(-50%, -75%) rotate(45deg);
}

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

.acc_close {
    display: inline-block;
    text-align: center;
    color: var(--color1);
    position: relative;
}

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

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

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

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

/* ==========================================================================
   Color
========================================================================== */
.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);
}

.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;
}

.article__header .entry__meta .cat {
    color: var(--color2);
    margin-left: 1em;
}

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

.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 {
    color: var(--color1);
    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.table_S {
    width: auto;
    margin: 0;
}

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

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

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

.entry__content .scroll-table {
    overflow-x: auto;
    margin-bottom: 3rem;
}

.entry__content .scroll-table table {
    margin-bottom: 1rem;
}

.entry__content .scroll-table table tbody th {
    white-space: nowrap;
}

.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 {
    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;
}

/* Gutenberg Block styles*/
.has-red-color {
    color: #e8383d !important;
}

.has-red-background-color {
    background-color: #e8383d !important;
}

.has-pink-color {
    color: #d83473 !important;
}

.has-pink-background-color {
    background-color: #d83473 !important;
}

.has-purple-color {
    color: #915da3 !important;
}

.has-purple-background-color {
    background-color: #915da3 !important;
}

.has-blue-color {
    color: #006eb0 !important;
}

.has-blue-background-color {
    background-color: #006eb0 !important;
}

.has-light-blue-color {
    color: #409ecc !important;
}

.has-light-blue-background-color {
    background-color: #409ecc !important;
}

.has-green-color {
    color: #009854 !important;
}

.has-green-background-color {
    background-color: #009854 !important;
}

.has-yellow-color {
    color: #ffdc00 !important;
}

.has-yellow-background-color {
    background-color: #ffdc00 !important;
}

.has-dark-gray-color {
    color: #444444 !important;
}

.has-dark-gray-background-color {
    background-color: #444444 !important;
}

.has-gray-color {
    color: #777777 !important;
}

.has-gray-background-color {
    background-color: #777777 !important;
}

.has-light-gray-color {
    color: #cccccc !important;
}

.has-light-gray-background-color {
    background-color: #cccccc !important;
}

.has-white-color {
    color: #ffffff !important;
}

.has-white-background-color {
    background-color: #ffffff !important;
}

.has-x-small-font-size {
    font-size: 10px;
}

.has-small-font-size {
    font-size: 12px;
}

.has-regular-font-size {
    font-size: 14px;
}

.has-large-font-size {
    font-size: 21px;
}

.has-x-large-font-size {
    font-size: 28px;
}

.has-huge-font-size {
    font-size: 35px;
}

.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 .wp-block-separator {
    margin-top: 3em;
    margin-bottom: 3em;
}

.entry__content .wp-block-buttons {
    margin: 3em -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.entry__content .wp-block-buttons.aligncenter {
    justify-content: center;
}

.entry__content .wp-block-buttons.alignright {
    justify-content: flex-end;
}

.entry__content .wp-block-buttons .wp-block-button,
.entry__content .wp-block-buttons .wp-block-button:last-child {
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px;
    width: 100%;
}

.entry__content .wp-block-button__link {
    width: 100%;
    padding: 1.5em 3em;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.54em;
    border-radius: 0;
}

.entry__content .is-style-fill .wp-block-button__link {
    background-color: #111;
    color: #fff;
    border: 1px solid transparent;
}

.entry__content .is-style-outline .wp-block-button__link,
.entry__content .wp-block-button__link.is-style-outline {
    background-color: transparent;
    color: #111;
    border: 1px solid currentColor;
}

@media (min-width: 768px) {

    .entry__content .wp-block-buttons .wp-block-button,
    .entry__content .wp-block-buttons .wp-block-button:last-child {
        width: 50%;
        min-width: 300px;
    }

    .entry__content .wp-block-buttons .wp-block-button:first-child:last-child {
        width: 100%;
    }
}

.entry__content .wp-block-table.is-style-stripes {
    border-bottom: none;
}

.entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

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

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

.single-page-cover::before {
    content: "";
    display: block;
    height: 50%;
    min-height: 22rem;
    background: var(--l-gray2);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.tax_listBlock .tax_list {
    margin-bottom: 0.5em;
    font-family: var(--font1);
    line-height: 2.4;
}

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

@media (max-width: 575px) {
    .single-page-cover {
        background: var(--l-gray2);
    }
}

@media (min-width: 576px) {
    .single-page-cover .thumbnail {
        margin-top: 4em;
    }
}

@media (min-width: 992px) {
    .single-page-cover {
        padding: 2em 0 .5em;
    }

    .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 {
    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: 1px solid var(--color1);
}

.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: 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 {
    background-color: var(--l-gray2);
}

.category-search-list li select.selected {
    background: var(--color3);
    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(--color1);
    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(--black);
    pointer-events: none;
    cursor: default;
}

.switch-nav li.current a span:before {
    color: var(--color1);
    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(--color1);
        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(--color1);
    }

    .side_box.side_box__category ul li a:hover,
    .side_box.side_box__category ul li.current a {
        background: var(--color1);
        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(--font3);
    color: var(--color1);
    margin: 0 0.25em;
    padding: 0;
    width: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    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 {
    background: var(--l-gray2);
}

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

.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
    background: transparent;
    color: transparent;
    margin: 0 0.5em;
    position: relative;
}

.pagination li .page-numbers.next::after,
.pagination li .page-numbers.prev::after {
    content: '';
    display: block;
    width: 30%;
    height: 30%;
    border-top: 1px solid var(--color1);
    border-right: 1px solid var(--color1);
    position: absolute;
    top: 50%;
    right: 50%;
    transition: .2s;
    transform: translateY(-50%) rotate(45deg);
}

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

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav {
    color: var(--color1);
    border-top: 1px solid var(--gray);
    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.32);
    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.48);
}

.block-banner-list li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    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 .read {
    font-size: 1.385rem;
    font-family: var(--mincho);
    line-height: 2;
}

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

.block-banner-list li a .arrow-btn {
    color: var(--white);
    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;
    }

    .block-banner-list li a .copy {
        font-size: 1.769rem;
    }

    .block-banner-list li a .read {
        font-size: 1.538rem;
    }
}

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(--d-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(--black);
    line-height: 1.5;
    padding: 1em 0;
}

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

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

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

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


/* ==========================================================================
   Form
========================================================================== */
.form-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.form-box .form-group {
    margin-bottom: 30px;
}

.form-box .row:not(.buttons) {
    margin: 0 -5px;
    flex-wrap: nowrap;
}

.form-box .row+.row:not([class*="col"]) {
    margin-top: 10px;
}

.form-box .row>* {
    padding: 0 5px;
}

.form-box .row>span {
    display: block;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.666667% !important;
    }
}

.form-box .form-label {
    font-family: var(--mincho);
    font-size: 1.154em;
    display: block;
    line-height: 31px;
    padding: 7px 0;
}

.form-box .form-label .req,
.form-box .form-label .badge {
    font-family: var(--gothic);
}

.form-box .buttons {
    margin-top: 30px;
    margin-bottom: 6em;
}

.form-box .btn {
    margin-top: 15px;
    padding: 1.5em;
}

.form-box .btn.btn-back {
    color: var(--color2);
}

.form-box .btn.btn-back:hover {
    background: var(--l-gray2);
    color: var(--color2);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid var(--border1);
    border-radius: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 1rem;
    color: inherit;
    max-width: 100%;
    transition: border 0.2s ease-out;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--d-gray);
}

label {
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
}

textarea {
    padding: 10px;
    width: 100%;
    height: auto;
}

select {
    width: 100%;
    height: 45px;
    padding: 10px 25px 10px 15px;
    background-image: url(../img/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 10px 6px;
}

select::-ms-expand {
    display: none;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box input[type="number"],
.form-box textarea,
.form-box select {
    font-family: var(--gothic);
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    background-color: var(--white);
    border: 1px solid var(--border1);
    border-radius: 0;
    outline: 0;
    box-sizing: border-box;
    color: inherit;
    width: 24px;
    height: 24px;
    margin: 0 1em 0 0 !important;
    position: relative;
}

input[type="checkbox"]:before {
    position: absolute;
    top: 10%;
    left: 32%;
    transform: rotate(45deg);
    width: 32%;
    height: 64%;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    content: '';
    transition: border 0.2s ease-out;
}

input[type="checkbox"]:checked:before {
    border-color: var(--color2);
}

input[type="radio"] {
    border-radius: 100%;
}

input[type="radio"]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: var(--white);
    content: '';
    transform: scale(0.5);
    transition: 0.15s;
}

input[type="radio"]:checked:before {
    background: var(--color2);
    transform: scale(0.6);
}

.form-box .form-field label {
    display: flex;
    align-items: center;
}

.form-box .form-field .form-help {
    margin: 5px 0;
    line-height: 1.25;
    font-size: 0.923em;
}

.form-box a {
    color: var(--color2);
    text-decoration: underline;
}

.form-box a:hover {
    text-decoration: none;
}

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

.req.badge {
    background: var(--color2);
    color: var(--white);
    margin-right: .75em;
}

.any.badge {
    background: transparent;
    color: transparent;
}

::placeholder {
    color: var(--border1);
}

::-ms-input-placeholder {
    color: var(--border1);
}

:-ms-input-placeholder {
    color: var(--border1);
}


@media (max-width: 767px) {
    .any.badge {
        display: none;
    }
}

@media (max-width: 575px) {

    input[type="text"],
    input[type="email"],
    select {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .form-box .form-group {
        display: flex;
    }

    .form-box .form-group .form-label:has(.badge) {
        position: relative;
        padding-left: 4.5rem;
    }

    .form-box .form-group .form-label .badge {
        position: absolute;
        top: 9px;
        left: 0;
    }

    .form-box .form-group .form-label {
        flex: 0 0 35%;
    }

    .form-box .form-group .form-field {
        flex-basis: 65%;
    }
}

@media (min-width: 992px) {
    .form-box .buttons {
        margin-bottom: 8em;
    }
}

.form-scroll-field {
    color: #666;
    font-family: var(--gothic);
    font-size: 0.923em;
    line-height: 1.75;
    border: 1px solid var(--border1);
    border-radius: 0.25em;
    height: 158px;
    overflow-y: auto;
    padding: 16px 20px;
    margin: 20px 0;
}

.form-scroll-field h5 {
    font-weight: 700;
}

.privacy-check label {
    justify-content: center;
}

.form-scroll-field>* {
    margin: 0 0 0.75rem;
}

.mw_wp_form_send_error {
    text-align: center;
}

.mw_wp_form .error {
    color: var(--red);
    font-family: var(--gothic);
    font-size: 0.923em;
    line-height: 1.25;
    margin: 5px 0;
}

.input-only,
.confirm-only {
    display: none;
}

.mw_wp_form_input .input-only {
    display: block;
}

.mw_wp_form_confirm .confirm-only {
    display: block;
}

.mw_wp_form_confirm .form-group {
    padding: 10px 0 15px;
    border-bottom: 1px solid var(--l-gray);
}

.mw_wp_form_confirm .form-label {
    line-height: inherit;
}

p.check {
    text-align: center;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .mw_wp_form_confirm .form-label {
        padding: 0;
    }

    .mw_wp_form_confirm .form-box .form-group .form-label .badge {
        top: 0;
    }
}

.mwform-radio-field:first-of-type {
    margin-top: 6px;
}

.mwform-radio-field:last-of-type {
    margin-bottom: 6px;
}

.mw_wp_form .vertical-item+.vertical-item {
    margin-top: 10px;
}

.mw_wp_form .horizontal-item {
    display: inline-flex;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 20px;
}

/*********************
datepicker
*********************/
#ui-datepicker-div {
    font-family: monospace;
    text-align: center;
    padding: 2px 0 0 0;
    width: 237.5px !important;
    border: 1px solid var(--gray);
    border-radius: 0;
    color: var(--black);
    font-size: 12px !important;
}

.ui-datepicker-calendar {
    width: 100%;
    background: #FFF;
    margin: 0 !important;
    table-layout: fixed;
}

.ui-datepicker-calendar thead tr th {
    line-height: 30px;
}

.ui-datepicker-calendar thead tr th span {
    font-size: 12px !important;
}

.ui-datepicker th {
    padding: 0 !important;
}

.ui-datepicker td {
    padding: 0 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
    display: block;
    line-height: 32px;
    text-decoration: none;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    color: inherit !important;
}

.ui-datepicker td.ui-datepicker-unselectable span {
    opacity: .4;
}

.ui-datepicker-week-end:first-child {
    color: var(--red);
}

.ui-datepicker-week-end:last-child {
    color: var(--blue);
}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto !important;
    height: 22px;
    background: none;
    border: none;
    padding: 0 5px;
    font-family: inherit;
}

.ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #DBDBDB !important;
}

.ui-datepicker-header {
    background: #FFF !important;
    color: var(--black) !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 4px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal !important;
}

.ui-datepicker-header .ui-datepicker-title {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-size: 8px;
    background-position: center center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2210%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon {
    background-size: 8px;
    background-position: center center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2210%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M9.4%20233.4c-12.5%2012.5-12.5%2032.8%200%2045.3l192%20192c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L77.3%20256%20246.6%2086.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192z%22%2F%3E%3C%2Fsvg%3E');
}

.ui-datepicker-next,
.ui-datepicker-prev {
    border: 0 !important;
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
    font-size: 10px;
    padding: 3px 8px;
    color: transparent;
    display: flex;
    align-items: center;
}

.ui-datepicker-next {
    order: 5;
}

.ui-state-disabled {
    pointer-events: none;
    opacity: .4;
}




/* ==========================================================================
   type-3
========================================================================== */
.type-3 .section__header {
    color: var(--color2);
}

.type-3 .en_ttl {
    font-family: var(--font3);
    font-weight: 400 !important;
    letter-spacing: .08em;
}

.type-3 .en_ttl+.ttl {
    font-family: var(--mincho);
    font-weight: 400 !important;
}

.type-3 .cont-ttl {
    color: var(--color2);
}

.type-3 .slick-arrow {
    background: var(--color2);
}



/****************************************************************************
   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;
}