/*------------------------------------------
  Base Setting
------------------------------------------*/
/*------------------------------------------
  pagettl
------------------------------------------*/
.title-holder {
    position: relative;
    padding: 0 clamp(30px, 4.24597vw, 58px);
}
.title-holder__inner {
    align-items: center;
}
.title-holder .page-ttl {
    width: 430px;
    position: relative;
    z-index: 1;
}
.title-holder .page-ttl span {
    display: block;
    color: #633d2f;
}
.title-holder .page-ttl .en {
    font-size: 10rem;
    font-family: "Playfair", serif;
    line-height: 1.3;
    text-transform: uppercase;
}
.title-holder .page-ttl .ja {
    font-size: 1.8rem;
    font-weight: 500;
}
.title-holder .page-visual {
    width: calc(100% - 430px);
}
.title-holder .page-visual > div {
    width: 100%;
    height: 330px;
}
.title-holder .page-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

@media only screen and (max-width: 1024px) {
    .title-holder {
        padding: 0 30px;
    }
    .title-holder .page-ttl {
        width: 270px;
    }
    .title-holder .page-ttl .en {
        font-size: 6rem;
    }
    .title-holder .page-visual {
        width: calc(100% - 270px);
    }
    .title-holder .page-visual > div {
        height: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .title-holder {
        padding: 0 16px;
    }
    .title-holder .page-ttl {
        width: 100%;
        margin-bottom: 10px;
    }
    .title-holder .page-ttl .en {
        font-size: 4rem;
    }
    .title-holder .page-ttl .ja {
        font-size: 1.3rem;
    }
    .title-holder .page-visual {
        width: 100%;
    }
    .title-holder .page-visual > div {
        width: 100%;
        height: 32vw;
    }
}

/*------------------------------------------
  bread
------------------------------------------*/
#bread_area {
    padding: 0 clamp(30px, 4.24597vw, 58px);
    margin-top: 15px;
}

#bread {
    display: -moz-flex;
    display:      flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #707070;
    font-size: 1rem;
}
#bread a {
    display: block;
    color: #707070;
}
#bread a:after {
    content: "/";
}

@media only screen and (max-width: 1024px) {
    #bread_area {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    #bread_area {
        padding: 0 16px;
        margin-top: 10px;
    }
}

.container {
    padding: 0;
}

/*------------------------------------------
  elementor
------------------------------------------*/
.elementor-section {
    margin-bottom: 80px;
}
.elementor-section:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .elementor-section {
        margin-bottom: 60px;
    }
    .elementor-section:last-child {
        margin-bottom: 0;
    }
}

h2.elementor-heading-title {
    margin: 40px 0;
    position: relative;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 16px;
}
h2.elementor-heading-title:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 0;
    width: 72px;
    height: 5px;
    background: linear-gradient(90deg, #906451 0%, #633d2f 100%);
}

.elementor-section:first-child h2.elementor-heading-title {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    h2.elementor-heading-title {
        margin: 20px 0;
        font-size: 2.6rem;
    }
    h2.elementor-heading-title:before {
        margin-left: -32px;
        width: 63px;
        height: 3px;
    }
    .elementor-section:first-child h2.elementor-heading-title {
        margin-top: 0;
    }
}

h3.elementor-heading-title {
    font-weight: 600;
    font-size: 2.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
    border-bottom: 1px solid #906451;
    padding-bottom: .5em;
    color: #906451;
}

@media only screen and (max-width: 767px) {
    h3.elementor-heading-title {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
}

h4.elementor-heading-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #906451;
    border-left: 1px solid #1e1b13;
    line-height: 1.5;
    padding: .3em 0 .3em 21px;
}

@media only screen and (max-width: 767px) {
    h4.elementor-heading-title {
        font-size: 1.8rem;
        padding: .1em 0 .1em 18px;
    }
}

.elementor-widget-text-editor {
    line-height: 2;
}
.elementor-widget-text-editor ul {
    list-style: none;
}
.elementor-widget-text-editor ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.elementor-widget-text-editor ul li:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #1e1b13;
    position: absolute;
    left: 0;
    top: .6em;
    transform: rotate(45deg);
}
.elementor-widget-text-editor ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .elementor-widget-text-editor {
        line-height: 1.8;
    }
    .elementor-widget-text-editor ul li {
        padding-left: 16px;
    }
    .elementor-widget-text-editor ul li:before {
        width: 10px;
        height: 10px;
        top: .5em;
    }
}