:root {
    --section-bgcolor: #f5f5f0;
}

/*=========================================================

    contents common

=========================================================*/
.contents {
    /* line-height: 1.9; */
    overflow: clip;
}

.front-section {
    text-align: center;
    position: relative;
    z-index: auto;
}

.front-section>.wp-block-group__inner-container {
    padding: min(100px, 14vw) 0 min(100px, 20vw);
}

.section-title-wrp {
    margin-bottom: .5em;
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: min(2.4em, 8vw);
    font-family: var(--en), sans-serif;
    font-weight: 300;
    margin-bottom: 1em;
}

.front-section .section-title.title-img {
    max-width: 360px;
    margin: 0 auto;
}

.front-section .section-title_jp {
    font-size: min(1.2em, 4.6vw);
}

.front-section .section-lead {
    margin-top: 2.5em;
    padding: 0 1em;
    font-size: min(1em, 3.6vw);
    position: relative;
    z-index: 1;
}

.front-section .entry-images,
.front-section .entry-list {
    width: 92vw;
    max-width: 1280px;
    margin: min(3em, 8vw) auto 0;
}

@media (min-width:768px) {
    .front-section .entry-list {
        --repeat-columngap: 2em;
    }
}

.front-section .entry-list:not(.pickup-list) .entry .entry-meta-wrp {
    padding: 1em 2%;
}

.front-section .entry-meta {
    text-align: left;
}


.link-btn,
.more-btn {
    margin-top: 3.5em;
}

[class*=-btn]>.wp-block-button {
    display: contents;
}


.front-section .decoration-illust:not(.w100) {
    width: min(320px, 35%);
    position: absolute;
    z-index: 1;
}


/*=========================================================

    main

=========================================================*/
.main-img-wrp,
.main-img-wrp .main-img {
    width: 100%;
    /* height: min(calc(100vh - 140px), 98vw); */
    height: calc(100vh - 140px);
    position: relative;
    z-index: auto;
    overflow: hidden;
}

.main-img-wrp .main-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
}

.main-img-wrp .main-img img,
.main-img-wrp video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute; */
    position: relative;
    z-index: 0;
    object-position: center;
}

.main-img-wrp .main-title {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
}

@media screen and (max-width:767px) {
    .main-img-wrp .main-title {
        top: unset;
        bottom: .5em;
        transform: translateY(0);
    }
}

.main-img-wrp .main-title .tagline-en {
    display: block;
    font-size: min(3.5em, 9vw);
    font-weight: 600;
    font-family: var(--en), sans-serif;
    color: #fff;
    line-height: 1.1;
    margin-bottom: .25em;
    letter-spacing: -.025em;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.main-img-wrp .main-title .tagline-jp {
    display: block;
    font-size: min(.9em, 4.5vw);
    padding-bottom: 1em;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

@media screen and (max-width:767px) {
    .main-img-wrp .main-title .tagline-jp {
        margin-top: 1em;
    }
}

.main-img-wrp .main-title .tagline-sml {
    display: block;
    font-size: min(.75em, 3vw);
    font-weight: 600;
    font-family: var(--en), sans-serif;
    color: #fff;
    letter-spacing: 0;
    text-align: center;

}

.main-img-wrp .main-title .tagline-logo {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
}

.main-img-wrp .main-title .tagline-logo svg {
    width: 100%;
}

.main-img-wrp .sclstart {
    opacity: 0;
    transform: translateY(1.5em);
    transition: transform 1.5s 1s ease, opacity 1.5s 1s ease;
}

.main-img-wrp .sclstart.on {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

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

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

/*=========================================================

    lead

=========================================================*/
.lead-wrp>.wp-block-group__inner-container {
    padding: min(80px, 20vw) 1em;
}

.lead-wrp .lead {
    text-align: center;
    font-size: min(1.15em, 4.2vw);
    line-height: 2.2;
    letter-spacing: .1em;
}

@media (max-width:767.9px) {
    .lead-wrp>.wp-block-group__inner-container {
        padding-top: 2em;
    }

    .lead-wrp .lead {
        line-height: 1.9;
        letter-spacing: .05em;
    }
}

.lead-wrp :where(.lead-point1, .lead-point2) {
    width: max-content;
    padding: 0 1em;
    margin: 1em auto;
    display: flex;
    justify-content: center;
    gap: 0 min(2em, 8vw);
}

.lead-wrp :where(.lead-point1, .lead-point2) li {
    line-height: 1.6;
    font-size: min(1.15em, 4vw);
    font-weight: bold;
    letter-spacing: .1em;
    position: relative;
}

.lead-wrp :where(.lead-point1, .lead-point2) li:not(:last-child)::after {
    content: '';
    display: block;
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background-color: #aaa;
    position: absolute;
    left: calc(100% + min(.75em, 3vw));
    top: 40%;
}

.lead-wrp :where(.lead-point1, .lead-point2) li strong {
    padding: 0 .1em;
    position: relative;
    font-style: normal;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
}

.lead-wrp :where(.lead-point1, .lead-point2) li strong::after {
    /* content: ''; */
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px var(--main_blue);
    position: absolute;
    left: 0;
    bottom: -.3em;
}

@media screen and (max-width:767.9px) {
    .lead-wrp :where(.lead-point1, .lead-point2) li strong::after {
        content: none;
    }
}

.lead-wrp .lead-point1 li:first-letter {
    font-family: var(--en), sans-serif;
    font-size: 1.2em;
}

.lead-wrp .decoration-illust {
    width: min(320px, 30%) !important;
    right: max(calc(50% - 630px), 5%);
    bottom: -15%;
    transform: translateY(48%);
}

@media (max-width:767.9px) {
    .lead-wrp .decoration-illust {
        width: 40% !important;
        bottom: -7%;
    }
}

.lead-wrp .forSP.lead .wp-block-columns {
    gap: 0;
    justify-content: space-between;
    gap: .5em;
    margin-bottom: .5em;
    padding: 0 .5em;
}

.lead-wrp .forSP.lead .wp-block-columns .wp-block-column {
    border: 1px solid #ccc;
    /* font-size: 3.3vw; */
    font-size: min(1.15em, 3.3vw);
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    padding: .5em;
    width: 31%;
    border-radius: 3px;
    min-height: 5em;
}


.section-wrp {
    padding: 5em 1em;
}

.blog-wrp {
    /* background-color: #777a82; */
    background-color: var(--main_light-bgcolor);
    color: var(--main_dark-text-color);
    display: none;
}

.blog-wrp a {
    color: var(--main_dark-text-color);
}

.info-wrp {
    /* background-color: #33353b; */
}

.gallery-wrp {
    background-color: var(--main_dark-sub-bgcolor);
}


.home .entry-list .thumb-wrp {
    position: relative;
    margin-bottom: 1em;
}

/*=========================================================

    information

=========================================================*/
/* .information .section-title-wrp {
    margin-bottom: 2em;
}

.information .entry-list .entry .entry-meta-wrp {
    padding: 1em 3em 1em 0 !important;
}

.information .entry-list {
    width: min(800px, 92vw);
    margin: 0 auto 1em;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
}

.information .entry {
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
} */

/* arrow for list banner */
/* .information .entry::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: .4em;
    height: .4em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-50%) rotate(45deg);
    z-index: 3;
}

.information .entry-meta-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:600px) {
    .information .entry-meta-wrp {
        align-items: flex-start;
    }
}

.information .entry-meta-wrp .date-wrp {
    width: 20%;
    display: block;
    margin: 0;
    padding: 0 .5em;
    text-align: left;
}

@media screen and (max-width:767px) {
    .information .entry-meta-wrp .date-wrp {
        width: 7em;
    }
}

.information .entry-meta-wrp .date-wrp time {
    display: inline-block;
    font-size: .9em;
}

.information .entry-meta {
    width: 80%;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: min(.85em, 3.5vw);
    gap: .5em 2em
}

@media screen and (max-width:767px) {
    .information .entry-meta {
        width: calc(100% - 7em);
    }

    @media screen and (max-width:600px) {
        .information .entry-meta {
            display: block;
        }
    }
}

.information .entry-meta-wrp .cat {
    display: inline-block;
    padding: 0 .75em;
    font-size: min(.85em, 3.34vw);
    letter-spacing: .05em;
    color: var(--main_subcolor);
    transition: all .3s;
    border: solid 1px #aaa;
}

@media screen and (max-width:600px) {
    .information .entry-meta .cat {
        margin: 0 0 .5em;
    }
}

.information .entry-meta .entry-title {
    margin-top: .25em;
}

.information .entry-meta .exc {
    display: none;
} */

/*=========================================================

    instagram

=========================================================*/
.instagram {
    background-color: #1f5668;
}

.instagram.front-section .more-btn {
    margin-top: 0;
}

.instagram .section-title-wrp,
.instagram .more-btn a {
    color: #fff;
}

.instagram .section-title img {
    display: block;
    width: 30px !important;
    margin: 0 auto -10px;
}

.instagram .section-title_jp {
    font-size: min(1em, 4vw);
}

.instagram .section-title_jp .instagram-id {
    display: block;
    margin: 0 auto;
    font-size: min(1em, 4vw);
    font-family: var(--en), sans-serif;
}

/* location */
.location-wrp {
    width: 100%;
    position: relative;
}

.location-wrp .location-img-wrp {
    width: 100%;
    height: 40vh;
    position: relative;
}

.location-wrp .location-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-wrp .img_on_title {
    display: block;
    width: 100%;
    position: absolute;
    top: 10vw;
    left: 0;
    color: #fff;
    font-size: min(4em, 10vw);
    font-weight: 600;
    text-align: center;
}

@media (max-width:767px) {
    .location-wrp .img_on_title {
        display: block;
        width: 100%;
        position: absolute;
        top: 22vw;
        left: 0;
        color: #fff;
        font-size: min(4em, 10vw);
        font-weight: 600;
        text-align: center;
    }
}