@charset "UTF-8";

/* @font-face {
	font-family: 'tw-cen-mt';
	src: url(../fonts/tw-cen-mt-6.ttf);
} */
.mfp-bg {
    overflow: hidden;
    background: #0b0b0b;
    z-index: 1042;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.mfp-wrap {
    z-index: 1043;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    outline: none !important;

    -webkit-backface-visibility: hidden;
}

.mfp-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 !important;
    padding: 0 8px;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    z-index: 1045;
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    z-index: 1044;
    width: auto;
    color: #cccccc;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    margin-top: -.8em;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}


button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    background: transparent;
    cursor: pointer;
    z-index: 1046;
    display: block;
    border: 0;
    box-shadow: none;
    padding: 0;
    outline: none;

    -webkit-appearance: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mfp-close {
    font-family: Arial, Baskerville, monospace;
    opacity: .65;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: -44px;
    right: 0;
    padding: 0 0 18px 10px;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: -43px;
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 100%;
    color: #ffffff;
    text-align: right;
    right: -6px;
    padding-right: 6px;
}

.mfp-counter {
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
}

.mfp-arrow {
    opacity: .65;
    width: 65px;
    height: 110px;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -55px;

    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: medium inset transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    opacity: .7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    content: "";
    background-image: url(../img/libest/prev-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    border: none;
    top: 0;
    left: 20px;
    margin-left: 0;
    transform: none;
    display: none;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    content: "";
    background-image: url(../img/libest/next-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    border: none;
    top: 0;
    left: auto;
    right: 20px;
    transform: none;
    display: none;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    background: #000000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */
img.mfp-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    background: #444444;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 40px;
    right: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    cursor: auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
}

.mfp-title {
    color: #f3f3f3;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        position: fixed;
        top: auto;
        bottom: 0;
        box-sizing: border-box;
        padding: 3px 5px;
        margin: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75);

        -webkit-transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-bg {
    opacity: 0;
    transition: opacity .5s;
}

.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity .5s;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    line-height: 1;
    margin-top: 0 !important;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

:root {
    --font-garamond: "Cormorant Garamond", "EB Garamond", serif;
    --font-yumin: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    --font-serif: "Cormorant Garamond", "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-gothic: "Noto Sans JP", sans-serif;
    --color-gray-64: #646464;
    --color-gray-77: #777777;
    --color-gray-f0: #f0f0f0;
    --color-gray-3a: #3a3a3a;
    --color-blue: #208aad;
    --color-green: #5e9715;
    /* Quint（強いが、Expoより弱め） */
    --easeInQuint: cubic-bezier(.755, .05, .855, .06);
    --easeOutQuint: cubic-bezier(.23, 1, .32, 1);
    --easeInOutQuint: cubic-bezier(.86, 0, .07, 1);
    /* Expo（強い） */
    --easeInExpo: cubic-bezier(.95, .05, .795, .035);
    --easeOutExpo: cubic-bezier(.19, 1, .22, 1);
    --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    /* font-feature-settings: "palt"; */
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: .1em;
    line-height: 1.6;
}

p,
li {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8;
    /*     text-align: justify; */
}

a {
    color: unset;
    text-decoration: none;
    transition: .4s;
}

a:hover {
    opacity: .7;
}

img {
    display: block;
    max-width: 100%;
}

.page-libest p {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.6em;
}

.libest-inner {
    max-width: 1240px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .libest-inner {
        padding: 0 15px;
    }
}

/*add 1127 form*/

#form {}

.form-wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#form ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

#form ul li:first-of-type {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
}

#form ul li:last-of-type {
    display: block;
    width: calc(100% - 360px);
}

.wpcf7-not-valid-tip {
    display: none !important;
}

#form ul li:last-of-type button,
#form ul li:last-of-type input,
#form ul li:last-of-type optgroup,
#form ul li:last-of-type select,
#form ul li:last-of-type textarea {
    background-color: #F7F7F7;
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 22px 24px;
}

.wpcf7c-elm-step1 {
    background: #091E57 !important;
}

.section-form-privacy.wpcf7c-elm-step1 {
    background: unset !important;
}

#form ul.search-addr li:last-of-type div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#form ul.search-addr li:last-of-type span {
    width: calc(100% - 168px);
}

#form ul li .itemform_add_search button {
    background-color: #727266;
    width: 150px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

#form ul.search-addr li button {
    background-color: #727266;
    width: 150px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

.item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#form ul li:first-of-type span.item-req {
    background-color: #091E57 !important;
    display: block;
    width: max-content;
    color: #ffffff;
    font-size: 12px;
    border-radius: 1000px;
    padding: 8px 28px;
}

#form ul li:first-of-type span.item-req.item-nini {
    background-color: #091E57 !important;
}

#form ul.place li:last-of-type input {
    width: max-content;
    padding: 0;
    margin-right: 8px;
}

#form ul.place li:last-of-type label {
    display: flex;
    align-items: center;
}

.section-form__check {
    width: max-content;
    font-size: 16px;
    margin: auto;
}

[type="submit"] {
    background: #091E57;
    display: block;
    width: 300px;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 24px;
    margin: auto;
    margin-top: 56px;
}

.formError .formErrorContent {
    font-size: 14px;
    padding: 8px 12px;
}

.formError .formErrorContent,
.formError .formErrorArrow div {
    background: #4e3638 !important;
    border: 0 transparent !important;
    box-shadow: none !important;
}

#form ul.place li:last-of-type .wpcf7-list-item {
    width: 40%;
    margin-bottom: 20px;
}

#form ul.clearfix.place li:first-of-type,
#form ul.clearfix.txt li:first-of-type {
    align-items: flex-start;
}

p.caption {
    line-height: 1.4;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 24px;
}

.section-form__check .wpcf7-list-item {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    #form {
        padding: 0 2%;
    }
}

@media screen and (max-width: 640px) {
    .item-name {
        font-size: 16px;
    }

    #form ul {
        flex-wrap: wrap;
        margin-bottom: 6%;
    }

    #form ul li:first-of-type,
    #form ul li:last-of-type {
        width: 100%;
    }

    #form ul li:first-of-type {
        margin-bottom: 16px;
    }

    #form ul.place li:last-of-type .wpcf7-list-item {
        width: 100%;
        margin-bottom: 20px;
    }

    #form ul li:last-of-type button,
    #form ul li:last-of-type input,
    #form ul li:last-of-type optgroup,
    #form ul li:last-of-type select,
    #form ul li:last-of-type textarea {
        /*         background-color: #ffffff; */
        display: block;
        width: 100%;
        font-size: 16px;
        border-radius: 8px;
        padding: 16px 18px;
    }

    #form ul li:first-of-type span.item-req {
        font-size: 12px;
    }

    #form ul.search-addr li:last-of-type button {
        width: 120px;
    }

    #form ul.search-addr li:last-of-type span {
        width: calc(100% - 130px);
    }

    p.caption {
        text-align: left;
    }
}

/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */


.page-template-page-libest_morioka02 *,
.page-template-page-libest_kitakami02 * {
    font-family: 'Shippori Mincho B1', serif;
}

.libest-header {
    z-index: 111 !important;
    width: 100%;
    position: fixed;
    top: 0;
    transition: .4s;
    /* background: #FFFFFF; */
}

.libest-header .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-left: 80px; */
}

.libest-header .header__inner .headerLogo {
    width: 153px;
    height: auto;
}

.libest-header__inner--cnt--anchor {
    width: calc(100% - 153px);
    display: flex;
    justify-content: flex-end;
    gap: 32px;
}

.libest-header__inner--cnt--anchor li a {
    display: block;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.6em;
    padding: 27px 0;
}

/* .libest-header__inner--cnt--anchor li:last-of-type a {
    padding: 27px 54px;
    position: relative;
    background: #27296C;
    color: #fff;
} */

header .modelhouse-box {
    width: 33.8vw;
    position: absolute;
    right: 0;
    top: -2px;
}


.libest-floating-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
}

.libest-floating-banner a {
    display: block;
    width: 290px;
    height: auto;
    position: relative;
}

.libest-floating-banner a:after {
    content: "";
    display: block;
    width: 280px;
    height: 280px;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
}

.libest-floating-banner-sp {
    display: none;
}

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

.libest-footer {
    margin-top: 73px;
    padding: 40px 0;
    background: #F8F8F8;
}

.libest-footer__inner {
    margin: 0 auto;
}

.libest-footer__inner--cnt {}

.libest-footer__inner--cnt--logo {
    display: block;
    margin-bottom: 32px;
    width: 180px;
    margin: 0 auto 80px auto;
}

.libest-footer__inner--cnt--top {
    display: table;
}

.libest-footer__inner--cnt--anchor {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 710px;
    margin: 0 auto 52px auto;
}

.libest-footer__inner--cnt--anchor li a {
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.6em;
    font-family: 'tw-cen-mt';
    display: block;
    text-align: center;

}

.libest-footer__inner--copyright {
    display: table;
    font-family: 'tw-cen-mt';
    font-size: 16px;
    letter-spacing: .1em;
    margin: 0 auto;
}


/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* 盛岡モデルハウス　 */

/* *********************************************************************************** */
/* *********************************************************************************** */


.page-template-page-libest_morioka02 {}

.libest-fv {
    position: relative;
}

.page-template-page-libest_morioka02 .libest-fv {
    background-image: url(../img/libest/morioka/page-libest-top01_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    /* animation: image_anime_pc 9s ease infinite;
    animation-delay: 3s; */
}

/* @keyframes image_anime_pc {
    0% {
        background-image: url(../img/libest/page-libest-top01_pc.jpg);
    }
    33% {
        background-image: url(../img/libest/page-libest-top02_pc.jpg);
    }
    66% {
        background-image: url(../img/libest/page-libest-top03_pc.jpg);
    }
    100% {
        background-image: url(../img/libest/page-libest-top01_pc.jpg);
    }
}

@keyframes image_anime_sp {
    0% {
        background-image: url(../img/libest/page-libest-top01_sp.jpg);
    }
    33% {
        background-image: url(../img/libest/page-libest-top02_sp.jpg);
    }
    66% {
        background-image: url(../img/libest/page-libest-top03_sp.jpg);
    }
    100% {
        background-image: url(../img/libest/page-libest-top01_sp.jpg);
    }
}
.delay-time01 {
    opacity: 0;
    animation: fadeUpAnime 1.5s ease 1s 1 forwards;
    animation-delay: 1s;
}

.delay-time02 {
    opacity: 0;
    animation: fadeUpAnime 1.5s ease 1s 1 forwards;
    animation-delay: 1.4s;
}

.delay-time03 {
    opacity: 0;
    animation: fadeUpAnime 1.5s ease 1s 1 forwards;
    animation-delay: 1.8s;
}

.delay-time04 {
    opacity: 0;
    animation: fadeUpAnime 1.5s ease 1s 1 forwards;
    animation-delay: 2.2s;
}

.delay-time05 {
    opacity: 0;
    animation: fadeUpAnime 1.5s ease 1s 1 forwards;
    animation-delay: 2.6s;
}
.delay-time06 {
    opacity: 0;
    animation: fadeUpAnime 1.5s ease 1s 1 forwards;
    animation-delay: 3s;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

.libest-fv__inner {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    max-width: 1240px;
    padding: 0 20px 6.25vw 20px;
    margin: 0 auto;
}

.libest-fv__inner .libest-fv__inner__text {
    position: relative;
}

.libest-fv__inner .libest-fv__inner__text h2 {
    font-size: 72px;
    line-height: 1.22em;
    color: #fff;
    margin-bottom: 2.39vw;
    width: 100%;
}

.libest-fv__inner .libest-fv__inner__text p {
    font-size: 40px;
    line-height: 1.6em;
    color: #fff;
    width: 100%;
}

.libest-fv__inner .libest-fv__inner__text::before {
    content: "";
    display: block;
    width: 17.55vw;
    height: 17.55vw;
    border-radius: 50%;
    border: solid 1px #fff;
    position: absolute;
    right: -7vw;
    top: -2vw;
}

.libest-fv__inner .libest-fv__inner__text::after {
    content: "";
    display: block;
    width: 9.1vw;
    height: 9.1vw;
    border-radius: 50%;
    border: solid 1px #fff;
    position: absolute;
    right: -11vw;
    top: -5vw;
}

.libest-title {
    text-align: center;
}

.libest-title h2 {
    font-size: 48px;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.libest-title h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: solid 1px #262626;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    bottom: 8px;
}

.libest-title p {
    text-align: center;
    font-size: 24px;
}


/* Aboutセクション　スタート */
.libest-about {
    padding-top: 160px;
    padding-bottom: 120px;
}

.libest-about .libest-inner {
    max-width: 880px;
}

.libest-about .libest-inner .libest-title {
    font-size: 40px;
    margin-bottom: 40px;
}

.libest-about .libest-inner>p {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 1.65em;
}

.libest-about .libest-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.libest-about .libest-inner ul li {
    width: 48%;
    min-width: 400px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.24);
    padding: 10px;

    margin-bottom: 32px;
}

.libest-about .libest-inner ul li a {
    display: flex;
    justify-content: space-between;
}

.libest-about .libest-inner ul li img {
    width: 80px;
    height: 80px;
}

.libest-about .libest-inner ul li div {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
}

.libest-about .libest-inner ul li div span {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.libest-about .libest-inner ul li div span.bar {
    display: block;
    width: 8px;
    height: 1px;
    background: #707070;
    margin: 0 12px;
}

.libest-about .libest-inner ul li div p {}

/*ボタンの形状*/
.float2 {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
    /*アニメーションの設定*/
    transition: all .3s;
}

/*hoverをしたらボックスの影が拡がり色が濃くなる*/
.float2:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
    border-color: transparent;
}

/* ************************************************************* */


.libest-cv {
    background: url(../img/libest/morioka/cv_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 64px 0;
}

.libest-cv .libest-cv__inner {
    max-width: 720px;
    margin: 0 auto;
}

.libest-cv .libest-cv__inner h2 {
    font-size: 32px;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 40px;
}

.libest-cv .libest-cv__inner img {}

.libest-cv .libest-cv__inner a {
    display: block;
    background: #27296C;
    color: #fff;
    width: 432px;
    font-size: 20px;
    line-height: 1.6em;
    padding: 16px 0;
    text-align: center;
    border-radius: 50px;
    margin: 56px auto 0 auto;
    position: relative;
}

.libest-cv .libest-cv__inner a::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/libest/arrow_wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.libest-point {
    padding-top: 150px;
    padding-bottom: 120px;
}

.libest-point .libest-title {
    margin-bottom: 80px;
}

.libest-point .libest-title h2::after {
    right: -45px;
    bottom: 0px;
}

@media screen and (max-width: 1024px) {
    .libest-point .libest-title {
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 640px) {
    .libest-about .libest-inner ul li a {
        display: block;
        clear: both;
        width: 100%;
        max-width: 260px;
        margin: 4% auto 0;
        padding: 4% 2%;
        background: #f1f1f1;
        color: #333;
        border-radius: 25px;
        text-align: center;
        line-height: 1em;
    }
}

.libest-point ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
    /*padding-top: 100px;*/
    /*margin-top: -100px;*/
}

.libest-point ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.libest-point ul li:last-of-type {
    margin-bottom: 0;
}

.libest-point ul li .content-l {
    width: calc(50% - 82px);
    margin-left: 52px;
    padding-left: 24px;
    border-left: solid 1px #262626;
    position: relative;
}

.libest-point ul li .content-l:before {
    content: "";
    position: absolute;
    left: -52px;
    top: 0;
    display: block;
    width: 33px;
    margin-top: 2.5%;
    height: 138px;
}

.libest-point ul li:nth-of-type(1) .content-l:before {
    background: url(../img/libest/point_deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.libest-point ul li:nth-of-type(2) .content-l:before {
    background: url(../img/libest/point_deco02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.libest-point ul li:nth-of-type(3) .content-l:before {
    background: url(../img/libest/point_deco03.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.libest-point ul li:nth-of-type(4) .content-l:before {
    background: url(../img/libest/point_deco04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.libest-point ul li .content-l h3 {
    font-size: 32px;
    line-height: 1.6em;
    margin-bottom: 32px;
}

.libest-point ul li .content-l p {
    font-size: 16px;
    line-height: 1.65em;
}

.libest-point ul li .content-l p span {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
    font-size: 18px;
}

.libest-point ul li .content-l p span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/libest/morioka/check_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.libest-point ul li .content-r {
    width: calc(50% - 30px);
}


.libest-promise {
    margin-top: 16.51vw;
    position: relative;
    padding-top: 180px;
    padding-bottom: 120px;
    background: #F8F8F8;
}

.libest-promise .libest-promise__ng-sengen {
    display: block;
    width: 52vw;
    height: 20.6vw;
    position: absolute;
    top: -16.51vw;
    left: 0;
    right: 0;
    margin: auto;
}

.libest-promise .libest-inner .libest-title {
    margin-bottom: 56px;
}

.libest-promise .libest-inner h2::after {
    right: -40px;
    bottom: 0px;
}

.libest-promise .libest-inner ul {
    display: flex;
    justify-content: space-between;
}

.libest-promise .libest-inner ul li {
    position: relative;
    width: calc((100% - 60px) / 3);
}

.libest-promise .libest-inner ul li span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    background: #F8F8F8;
    border-radius: 50px;
    font-size: 40px;
    color: #091E57;
}

.libest-promise .libest-inner ul li img {
    margin-bottom: 24px;
}

.libest-promise .libest-inner ul li h3 {
    font-size: 24px;
    line-height: 1.33em;
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 67px;
}

.libest-promise .libest-inner ul li p {
    font-size: 16px;
    line-height: 1.65em;
}

/* Catalogセクション　スタート */
.libest-catalog {
    /*padding-top: 160px;*/
}

.libest-catalog .libest-inner .libest-title {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .libest-catalog .libest-inner .libest-title {
        margin-bottom: 4%;
    }
}

.libest-catalog .libest-inner h2::after {
    right: -30px;
    bottom: 0px;
}

.libest-catalog .libest-inner>p {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 1.65em;
    max-width: 800px;
    margin: 0 auto;
}

.libest-catalog .libest-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-block: 80px;
}

.libest-catalog .libest-inner ul li {
    width: calc(50% - 1px);
    border-radius: 8px;
}

.libest-catalog .libest-inner ul li a {
    padding: 32px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    transition: .4s;
}

.libest-catalog .libest-inner ul li a:hover {
    opacity: 1;
    transition: .4s;
}

.libest-catalog .libest-inner ul li a:hover::before {
    background: #818181;
    transition: .4s;
}

.libest-catalog .libest-inner ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    transition: .4s;
}

.libest-catalog .libest-inner ul li a::after {
    content: "";
    display: block;
    background: url(../img/libest/arrow02_wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}

.libest-catalog .libest-inner ul li:nth-of-type(1) {
    width: 100%;
}

.libest-catalog .libest-inner ul li:nth-of-type(1) a {
    background: url(../img/libest/morioka/catalog_img01.png);
    background-size: cover;
}

.libest-catalog .libest-inner ul li:nth-of-type(2) a {
    background: url(../img/libest/morioka/catalog_img02.png);
    background-size: cover;
}

.libest-catalog .libest-inner ul li:nth-of-type(3) a {
    background: url(../img/libest/morioka/catalog_img03.png);
    background-size: cover;
}

.libest-catalog .libest-inner ul li a h3 {
    font-size: 32px;
    color: #fff;
    margin-right: 32px;
    position: relative;
    z-index: 3;
}

.libest-catalog .libest-inner ul li a img {
    position: relative;
    z-index: 3;
    width: 133px;
    height: auto;
}

/* ************************************************************************* */
/* hiraya セクション */
.libest-hiraya {
    padding-top: 136px;
    position: relative;
    padding-bottom: 190px;
}

.libest-hiraya::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #091E57;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: auto;
}

.libest-hiraya .libest-inner {
    max-width: 800px;
}

.libest-hiraya .libest-inner .libest-title {
    position: relative;
}

.libest-hiraya .libest-inner .libest-title.libest-sakura {
    position: relative;
}

.libest-hiraya .libest-inner .libest-title.libest-sakura img {
    position: absolute;
    width: 70px;
    top: -7px;
    right: 0;
}

.libest-hiraya .libest-inner .libest-title h2 {
    position: relative;
    background: #27296C;
    width: 400px;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 40px;
}

.libest-hiraya .libest-inner .libest-title h2::after {
    display: none;
}

.libest-hiraya .libest-inner.libest-hiraya__inner {
    max-width: 1240px;
    margin-top: 80px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    position: relative;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3::before {
    /*content: "";*/
    display: block;
    width: 40%;
    height: 1px;
    background: #262626;
    position: absolute;
    left: 0;
    top: 28px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3::after {
    /*content: "";*/
    display: block;
    width: 40%;
    height: 1px;
    background: #262626;
    position: absolute;
    right: 0;
    top: 28px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3 span {
    display: block;
    font-size: 24px;
}

.single-works-slider {
    margin: 0 0 50px;
}

.single-works-slider-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.single-works-slider-photo .single-works-slider-main {
    width: calc(100% - 300px);
    position: relative;
}

.single-works-slider-photo .single-works-slider-main *:focus {
    outline: none;
}

/* .page-template-page-libest_morioka .single-works-slider-photo .single-works-slider-main i {
    content: "";
    background: rgba(255, 255, 255, .8);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
}
.page-template-page-libest_morioka .single-works-slider-photo .single-works-slider-main i::before {
    content: "";
    background: url(../img/libest/page-libest-popup.svg) no-repeat center center / contain;
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
} */
.single-works-slider-photo .single-works-slider-main .slick-slide {
    position: relative;
}

.single-works-slider-photo .single-works-slider-main .slick-slide a:after {
    content: "";
    display: block;
    width: 68px;
    height: 68px;
    background: url("../img/libest/morioka/zoom_icon.png") no-repeat center center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 596px;
    position: relative;
    margin: 0;
}

.single-works-slider-photo .single-works-slider-main .slick-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.single-works-slider-photo .slick-prev,
.single-works-slider-photo .slick-next {
    display: block !important;
    z-index: 3;

}

.single-works-slider-photo .slick-prev {
    left: 2.2rem;
}

.single-works-slider-photo .slick-next {
    right: 2.2rem;
}

.single-works-slider-photo .slick-prev::before,
.single-works-slider-photo .slick-next::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: none;
    position: absolute;
}

.single-works-slider-photo .slick-prev::before {
    background-image: url(../img/libest/prev-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

.single-works-slider-photo .slick-next::before {
    background-image: url(../img/libest/next-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

.detailsPhoto__thumb {
    overflow-y: auto;
    width: 290px;
    height: 596px;
}

.detailsPhoto__thumb-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
}

.single-works-popup {
    background: #ffffff;
    max-width: 1000px;
    color: #ffffff;
    margin: 0 auto;
}

.single-works-popup figure {
    text-align: center;
    margin: 0 auto 2em;
}

.single-works-popup img {
    display: block;
    max-height: 80vh;
    margin: 0 auto;
}

.single-works-popup span {
    font-family: "BIZ UDMincho", serif;
    color: #2b2b2b;
    padding: 1em;
}

.panel-item {
    cursor: pointer;
    width: calc((100% - 14px) / 2);
    height: 142px;
    position: relative;
    margin-bottom: 4%;
}

/* .panel-item:nth-of-type(2n) {
    margin-right: 0;
} */

.panel-item figure {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.panel-item img {
    font-family: "";
    object-fit: cover;
    width: 100%;
    max-width: unset;
    height: 100%;

    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: visible;
}

.single-works-popup p {
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: center;
}

.mfp-close-btn-in .mfp-close {
    width: 64px;
    height: 54px;
    color: #091E57;
    font-size: 50px;
    top: 0;
}

.mfp-close:active {
    top: 0 !important;
}

.mfp-wrap.mfp-ready .mfp-content {
    pointer-events: none;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan {}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan ul li {
    width: calc(50% - 22px);
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan ul li p {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan ul li p .bar {
    display: block;
    height: 1px;
    width: 24px;
    background: #707070;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__youtube .youtube_wrap {
    background: #F8F8F8;
    padding: 40px 0;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__youtube .youtube_wrap iframe {
    display: block;
    width: 800px;
    height: 450px;
    margin: 0 auto;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap {
    display: flex;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap iframe {
    display: block;
    width: 61.25%;
    height: auto;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap .access_text {
    width: 38.75%;
    padding: 80px 0 80px 4.16vw;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap .access_text h4 {
    font-size: 24px;
    margin-bottom: 24px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap .access_text p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other {
    display: none;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3 {}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3::before {
    width: 32%;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3::after {
    width: 32%;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li {
    width: calc(33.33% - 15px);
    border-radius: 8px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a {
    display: block;
    width: 100%;
    height: 12.5vw;
    min-height: 240px;
    position: relative;
    border-radius: 8px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li:nth-of-type(1) a {
    /* .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li libest-tab-button01{ */
    background: url(../img/libest/morioka/other_img03.jpg);
    background-size: cover;
    background-position: center;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li:nth-of-type(2) a {
    /* .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li libest-tab-button02{ */
    background: url(../img/libest/morioka/other_img01.jpg);
    background-size: cover;
    background-position: center;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li:nth-of-type(3) a {
    /* .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li libest-tab-button03 { */
    background: url(../img/libest/morioka/other_img02.jpg);
    background-size: cover;
    background-position: center;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #393939;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a h4 {
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #fff;
    font-size: 24px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a img {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
}

/* ************************************************************************* */
.libest-showroom {}


.libest-showroom .libest-inner h2::after {
    right: -30px;
    bottom: 0px;
}

.libest-showroom .libest-showroom_content {
    max-width: 800px;
    margin: 56px auto 0 auto;
}

.libest-showroom .libest-showroom_content h3 {
    text-align: center;
    font-size: 32px;
    color: #27296C;
    margin-bottom: 40px;
}

.libest-showroom .libest-showroom_content p {
    font-size: 16px;
    line-height: 1.65em;
    margin-bottom: 64px;
}

.libest-showroom ul {
    display: flex;
}

.libest-showroom ul li:nth-of-type(1) {
    width: calc(100% - 550px);
}

.libest-showroom ul li:nth-of-type(2) {
    width: 550px;
    display: flex;
    justify-content: center;
    padding: 55px 0 32px 0;
}

.libest-showroom ul li:nth-of-type(2) div {
    width: 492px;
    border: solid 2px #262626;
    border-radius: 8px;
    text-align: center;
    padding: 0 16px 0 32px;

}

.libest-showroom ul li:nth-of-type(2) div h4 {
    font-size: 32px;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -26px;
    z-index: 3;
}

.libest-showroom ul li:nth-of-type(2) div p {
    font-size: 18px;
    margin-bottom: 32px;
    text-align: left;
    text-indent: -1em;
    line-height: 1.65em;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity {
    margin-top: 110px;
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 36s infinite linear 1s both;
}

.scroll-infinity__item {
    width: 360px !important;
    height: 240px !important;
    padding: 0 !important;
}

.scroll-infinity__item>img {}

/* ************************************************************* */
/* flowセクション　スタート */

.libest-flow {
    padding-top: 160px;
    padding-bottom: 120px;
    background: #F8F8F8;
}

.libest-flow .libest-title {
    margin-bottom: 40px;
}

.libest-flow .libest-inner h2::after {
    right: -40px;
    bottom: 0px;
}

.libest-flow ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.libest-flow ul li {
    width: calc(33.33% - 15px);
}

.libest-flow ul li>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 40px;
    color: #27296C;
    margin-bottom: 16px;
    position: relative;
}

.libest-flow ul li>span .bar {
    display: block;
    width: 80%;
    height: 1px;
    background: #262626;
}

.libest-flow ul li h3 {
    font-size: 24px;
    margin: 24px 0;
    text-align: center;
}

.libest-flow ul li h3 span {
    font-size: 16px;
}

.libest-flow ul li p {
    font-size: 16px;
    line-height: 1.65em;
    letter-spacing: 0.05em;
}

/* ************************************************************* */
/* formセクション　スタート */

.libest-form {
    padding-top: 100px;
    padding-bottom: 240px;
}

.libest-form .libest-title {
    margin-bottom: 40px;
}

.libest-form .libest-inner h2::after {
    right: -40px;
    bottom: 0px;
}

.libest-form .libest-inner>p {
    text-align: center;
    font-size: 16px;
    line-height: 1.65em;
    margin-bottom: 64px;
}

.libest-form .form-wrap {
    max-width: 792px;
    margin: 0 auto;
}

/* ************************************************************* */
/* companyセクション　スタート */

.libest-company {}

.libest-company .libest-company__title {
    padding: 150px 0 120px 0;
    background: #999;
    background: url(../img/libest/morioka/company_title-bg.jpg);
    background-size: cover;
    background-position: center;
}

.libest-company .libest-company__title .libest-title {
    color: #fff;
}

.libest-company .libest-company__title .libest-title h2::after {
    right: -40px;
    bottom: 0;
    border: solid 1px #fff;
}

.libest-vision {
    padding-top: 120px;
}

.libest-vision ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.libest-vision ul li {
    display: flex;
}

.libest-vision ul li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 80px;
}

.libest-vision ul li:nth-of-type(2),
.libest-vision ul li:nth-of-type(3),
.libest-vision ul li:nth-of-type(4),
.libest-vision ul li:nth-of-type(5) {
    display: block;
    width: calc(50% - 20px);
    margin-bottom: 72px;
}

.libest-vision ul li:nth-of-type(5) {
    margin-bottom: 0;
}

.libest-vision ul li .content-text {
    width: 48.34%;
    padding-right: 7.33%;
}

.libest-vision ul li .content-text h3 {
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 36px;
}

.libest-vision ul li .content-text p {
    font-size: 16px;
    line-height: 1.65em;
}

.libest-vision ul li>figure {
    width: 51.66%;
}

.libest-vision ul li h4 {
    font-size: 32px;
    line-height: 1.25em;
    margin: 24px 0;
    text-align: center;
}

/* photo-gallerセクション　スタート */
.libest-photo-gallery {
    padding-top: 120px;
}

.libest-photo-gallery .libest-title {
    /* font-size: 60px; */
    text-align: center;
    margin-bottom: 2.9vw;
}

.libest-photo-gallery .libest-title h2::after {
    right: -40px;
    bottom: 0;
}

.libest-photo-gallery .libest-photo-gallery-slider {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: block !important;
}

.libest-photo-gallery .libest-photo-gallery-slider .photo-slide {
    width: 962px;
    height: auto;
    margin: 0 22px;
}

.libest-photo-gallery button.slick-prev.slick-arrow,
.libest-photo-gallery button.slick-next.slick-arrow {
    display: block !important;
    z-index: 998;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}

.libest-photo-gallery button.slick-prev.slick-arrow {
    left: 56px;
}

.libest-photo-gallery button.slick-next.slick-arrow {
    right: 56px;
}

.libest-photo-gallery .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.libest-photo-gallery .slick-next:before {
    background: url(../img/libest/next-arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.libest-photo-gallery .slick-prev:before {
    background: url(../img/libest/prev-arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.libest-photo-gallery .slick-dots {
    bottom: 0;
}

.libest-photo-gallery .slick-dots li button:before {
    font-size: 12px;
}


/* 会社概要 */
.libest-company-about {
    padding-top: 80px;
}

.libest-company-about .libest-title h2::after {
    right: -36px;
    bottom: 0;
}

.libest-company table {
    width: 100%;
    margin-top: 40px;
}

.libest-company table tr {
    display: block;
    padding: 32px 0;
}

.libest-company table tr:not(:last-of-type) {
    border-top: 1px solid #707070;
}

.libest-company table tr:last-of-type {
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
}

.libest-company table tr th {
    width: 280px;
    font-size: 18px;
    letter-spacing: .04em;
    line-height: 1.6em;
    vertical-align: baseline;
}

.libest-company table tr td {
    width: calc(100% - 280px);
    font-size: 18px;
    letter-spacing: .04em;
    line-height: 1.6em;
}


.gm-style .place-card .address {
    display: none !important;
}

.itemform_add_search {
    display: flex;
    justify-content: space-between;
}

.itemform_add_search .wpcf7-form-control-wrap {
    width: calc(100% - 168px);
}

.itemform_add_search .wpcf7c-elm-step1 {
    width: 150px;
    background: #152812;
    color: #fff;
}

.item-form.radio span.wpcf7-list-item {
    display: block;
    margin-bottom: 24px;
    margin-left: auto;
}

.item-form.radio span.wpcf7-list-item label {
    display: flex;
}

.item-form.radio span.wpcf7-list-item label input {
    width: auto !important;
    margin-right: 12px;
}


@media screen and (max-width: 1440px) {
    .libest-feature__inner--popup--wrap .libest-feature__inner--popup01 {
        width: 50%;
    }

    .libest-feature__inner--popup--wrap .libest-feature__inner--popup02 {
        width: 32%;
    }
}


.libest-header #menu {
    display: none;
}

@media screen and (max-width: 640px) {
    header .modelhouse-box {
        width: 280px;
    }

    .libest-header .header__inner {
        display: flex;
        align-items: center;
        padding: 16px;
    }

    .libest-header .header__inner .headerLogo {
        width: 120px;
        margin-right: 0vw;
        min-width: unset;
    }

    .libest-header #btn {
        top: 8px;
        right: 16px;
    }

    .libest-header #menu {
        width: 100%;
        padding: 100px 32px;
    }

    #btn.on span:nth-of-type(3) {
        transform: translateY(-12px) rotate(-45deg);
    }

}

.section-form-privacy__cnt {
    height: 240px;
    overflow-y: scroll;
    border: solid 1px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    max-width: 792px;
    margin: 0 auto 24px auto;
}

.section-form-privacy__cnt p {
    text-align: left;
    word-break: break-all;
}

.section-form-privacy__cnt h3 {
    font-size: 18px;
}


.show_1600 {
    display: none;
}

@media screen and (max-width: 1600px) {
    .show_1600 {
        display: block;
    }

    .hide_1600 {
        display: none;
    }

    .scrolldown {
        left: 32px;
    }

}

.show_1300 {
    display: none;
}

@media screen and (max-width: 1300px) {
    .show_1300 {
        display: block;
    }

    .hide_1300 {
        display: none;
    }

    .libest-floating-banner a {
        width: 160px;
    }

    .libest-floating-banner a:after {
        width: 150px;
        height: 150px;
    }

    .libest-fv__inner {
        padding: 0 20px 10vw 64px;
    }

    .single-works-slider-photo {
        display: block;
    }

    .single-works-slider-photo .single-works-slider-main {
        width: 100%;
    }

    .single-works-slider-photo .single-works-slider-main i {
        bottom: 60px;
    }

    .detailsPhoto__thumb {
        /*overflow-y: auto;*/
        /*width: 100%;*/
        /*height: 360px;*/
        /*margin-top: 12px;*/
        overflow-x: auto;
        width: 100%;
        height: calc(142 / 6.4 * 1vw);
        margin: calc(30 / 6.4 * 1vw) 0 0;
    }

    .detailsPhoto__thumb-inner {
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
        height: calc(142 / 6.4 * 1vw);
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .panel-item {
        cursor: pointer;
        /*width: 24%;*/
        /*height: 160px;*/
        /*margin-bottom: 32px;*/
        /*margin-top: 32px;*/
        display: inline-block;
        width: calc(142 / 6.4 * 1vw);
        height: calc(142 / 6.4 * 1vw);
        margin-right: 0.5rem;
    }

    .libest-company .libest-company__title {
        padding: 80px 0;
    }

}

.show_1024 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .show_1024 {
        display: block;
    }

    .hide_1024 {
        display: none;
    }
}
    .libest-inner {
        max-width: 640px;
    }

    .libest-fv__inner .libest-fv__inner__text h2 {
        font-size: 52px;
    }

    .libest-fv__inner .libest-fv__inner__text p {
        font-size: 36px;
    }

    .libest-about .libest-inner {
        max-width: 640px;
    }

    .libest-title h2 {
        font-size: 32px;
    }

    .libest-cv .libest-cv__inner {
        max-width: 640px;
        /* padding: 0 15px; */
        padding: 0 10px;
    }

    .libest-cv .libest-cv__inner img {
        width: 90%;
        margin: 0 auto;
    }

    .libest-about .libest-inner ul li {
        width: 100%;
    }

    .libest-point ul li {
        display: block;
        margin-bottom: 8%;
    }

    .libest-point ul li .content-l {
        width: calc(100% - 52px);
    }

    .libest-point ul li .content-r {
        width: 100%;
        margin-top: 24px;
    }

    .libest-promise .libest-inner ul {
        display: block;
    }

    .libest-promise .libest-inner ul li {
        width: 100%;
        margin-bottom: 80px;
    }

    .libest-catalog .libest-inner ul {
        margin-block: 8%;
    }

    .libest-catalog .libest-inner ul li {
        width: 100% !important;
        height: 240px;
    }

    .libest-catalog .libest-inner ul li a {
        padding: 40px 32px;
        height: 100%;
    }

    .libest-hiraya .libest-inner {
        max-width: 640px;
    }

    .single-works-slider-photo .single-works-slider-main .slick-slide img {
        height: 400px;
    }

    .panel-item {
        margin-bottom: 16px;
        margin-top: 16px;
        height: 140px;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner {
        max-width: 640px;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan ul {
        display: block;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__plan ul li {
        width: 100%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner h3::before,
    .libest-hiraya .libest-inner.libest-hiraya__inner h3::after {
        width: 30%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__youtube .youtube_wrap iframe {
        width: 90%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap {
        display: block;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap iframe {
        width: 100%;
        height: 240px;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap .access_text {
        width: 100%;
        padding: 4% 0;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap .access_text p {
        margin-bottom: 2%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul {
        display: block;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li {
        width: 100%;
        margin-bottom: 24px;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3::before,
    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3::after {
        width: 14%;
    }

    .libest-showroom ul {
        display: block;
    }

    .libest-showroom .scroll-infinity__list {
        display: flex;
    }

    .libest-showroom ul li:nth-of-type(1) {
        width: 100%;
    }

    .libest-showroom ul li:nth-of-type(2) {
        width: 100%;
        padding: 42px 0 32px 0;
    }

    .libest-showroom ul li:nth-of-type(2) div {
        width: 100%;
    }

    .libest-flow ul {
        display: block;
    }

    .libest-flow ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    .libest-vision ul {
        display: block;
    }

    .libest-vision ul li {
        display: block;
        width: 100%;
    }

    .libest-vision ul li:nth-of-type(1) {
        margin-bottom: 8%;
    }

    .libest-vision ul li .content-text {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }

    .libest-vision ul li>figure {
        width: 100%;
    }

    .libest-vision ul li:nth-of-type(2),
    .libest-vision ul li:nth-of-type(3),
    .libest-vision ul li:nth-of-type(4),
    .libest-vision ul li:nth-of-type(5) {
        width: 100%;
    }

    .libest-company table tr th {
        width: 160px;
    }

    .libest-company table tr td {
        width: calc(100% - 180px);
    }

    #form ul {
        display: block
    }

    #form ul li:first-of-type {
        width: 300px;
        margin-bottom: 2%;
    }

    #form ul li:last-of-type {
        display: block;
        width: 100%;
    }

    .itemform_add_search .wpcf7c-elm-step1 {
        width: 120px !important;
    }


.show_640 {
    display: none;
}

@media screen and (max-width: 640px) {
    .show_640 {
        display: block;
    }

    .hide_640 {
        display: none;
    }
}
    .libest-fv__inner {
        padding: 0 20px 200px 20px;
        align-items: center;
    }

    .libest-fv__inner .libest-fv__inner__text h2 {
        font-size: 30px;
    }

    .libest-fv__inner .libest-fv__inner__text p {
        font-size: 20px;
    }

    .libest-cv {
        padding: 30px 0;
    }

    .scrolldown span {
        font-size: 12px;
    }

    .scrolldown {
        left: 24px;
        height: 80px;
    }

    .scrolldown::after {
        left: -12px;
        height: 80px;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 80px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 80px;
            opacity: 0;
        }
    }

    .libest-title h2 {
        font-size: 20px;
    }

    .libest-title p {
        font-size: 20px;
    }

    .libest-about {
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .libest-about .libest-inner>p {
        margin-bottom: 4%;
        font-size: 14px;
    }

    .libest-about .libest-inner ul li {
        min-width: unset;
    }

    .libest-about .libest-inner ul li div span {
        margin-left: 12px;
    }

    .libest-about .libest-inner ul li {
        /*padding: 10px 28px 10px 10px;*/
        margin-bottom: 4%;
    }

    .libest-cv .libest-cv__inner img {
        width: 60%;
    }

    .libest-cv .libest-cv__inner h2 {
        font-size: 16px;
        margin-bottom: 4%;
    }

    .libest-cv .libest-cv__inner a {
        font-size: 16px;
        padding: 12px 0;
        margin: 20px auto 0 auto;
        width: 100%;
        /* max-width: 220px; */
    }

    .libest-cv .libest-cv__inner a::after {
        right: 15px;
    }

    .libest-point {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .libest-point .libest-title h2::after {
        right: -32px;
        bottom: 0px;
    }

    .libest-point ul li .content-l h3 {
        font-size: 18px;
        margin-bottom: 2%;
    }

    .libest-point ul li .content-l:before {
        left: -40px;
    }

    .libest-point ul li .content-l {
        width: calc(100% - 36px);
        margin-left: 36px;
        padding-left: 15px;
    }

    .libest-point ul li .content-l p {
        font-size: 14px;
    }

    .libest-point ul li .content-l p span {
        margin-bottom: 2%;
        font-size: 14px;
        padding-left: 18px;
    }

    .libest-point ul li .content-l p span::before {
        width: 16px;
        height: 16px;
    }

    .libest-point ul li .content-r {
        margin-top: 4%;
    }

    .libest-title h2::after {
        width: 40px;
        height: 40px;
    }

    .libest-promise .libest-promise__ng-sengen {
        width: 90%;
    }

    .libest-promise {
        padding-top: 120px;
        padding-bottom: 10%;
    }

    .libest-promise .libest-inner .libest-title {
        margin-bottom: 12%;
    }

    .libest-promise .libest-inner ul li {
        margin-bottom: 14%;
    }

    .libest-promise .libest-inner ul li:last-of-type {
        margin-bottom: 0;
    }

    .libest-promise .libest-inner ul li h3 {
        margin-bottom: 2%;
        font-size: 18px;
        min-height: unset;
    }

    .libest-promise .libest-inner ul li p {
        font-size: 14px;
    }

    .libest-promise .libest-inner ul li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: -25px;
        font-size: 24px;
    }

    .libest-catalog {
        /*padding-top: 12%;*/
    }

    .libest-catalog .libest-inner ul {
        gap: 1px;
    }

    .libest-catalog .libest-inner ul li {
        width: 33% !important;
        height: auto;
    }

    .libest-catalog .libest-inner ul li a {
        padding: 4% 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .libest-catalog .libest-inner ul li a::after {
        display: none;
        width: 36px;
        height: 36px;
    }

    .libest-catalog .libest-inner ul li a h3 {
        font-size: 14px;
        margin-right: 0;
    }

    .libest-catalog .libest-inner ul li a img {
        width: 80px;
    }

    .libest-hiraya {
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .libest-hiraya .libest-inner .libest-title h2 {
        width: 100%;
        font-size: 20px;
        padding: 16px 0;
    }

    .libest-hiraya .libest-inner>p {
		margin-bottom: 8%;
        font-size: 14px;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner {
        margin-top: 6%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner h3 {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner h3 span {
        font-size: 20px;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__access .access_wrap .access_text h4 {
        font-size: 18px;
        margin-bottom: 2%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3::before,
    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other h3::after {
        width: 10%;
    }

    .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a {
        min-height: 200px;
    }

    .single-works-slider-photo .slick-prev::before,
    .single-works-slider-photo .slick-next::before {
        width: 32px;
        height: 32px;
    }

    .single-works-slider-photo .single-works-slider-main .slick-slide img {
        height: 220px;
    }

    .panel-item {
        /*height: 100px;*/
        /*width: 30%;*/
        display: inline-block;
        width: calc(142 / 6.4 * 1vw);
        height: calc(142 / 6.4 * 1vw);
        margin-right: 0.5rem;
    }

    .libest-showroom .libest-showroom_content {
        margin: 2% auto 0;
    }

    .libest-showroom .libest-showroom_content h3 {
        margin-bottom: 2%;
        font-size: 20px;
        text-align: left;
    }

    .libest-showroom .libest-showroom_content p {
        font-size: 14px;
        margin-bottom: 4%;
    }

    .libest-showroom ul li:nth-of-type(2) div h4 {
        font-size: 20px;
        top: -20px;
    }

    .libest-showroom ul li:nth-of-type(2) div p {
        font-size: 16px;
        margin-bottom: 2%;
    }

    .scroll-infinity {
        margin-top: 40px;
    }

    .libest-flow {
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .libest-flow .libest-title {
        margin-bottom: 4%;
    }

    .libest-flow ul li h3 {
        font-size: 18px;
        margin: 4% 0 2%;
    }

    .libest-flow ul li p {
        font-size: 14px;
    }

    .libest-flow ul li {
        width: 100%;
        margin-bottom: 4%;
    }

    .libest-flow ul li:last-of-type {
        margin-bottom: 0;
    }

    .libest-flow ul li>span {
        margin-bottom: 2%;
    }

    .libest-form {
        padding-top: 10%;
        padding-bottom: 8%;
    }

    .libest-form .libest-title {
        margin-bottom: 4%;
    }

    .libest-vision {
        padding-top: 4%;
    }

    .libest-company .libest-company__title {
        padding: 10% 0;
    }

    .libest-vision ul li .content-text h3 {
        font-size: 18px;
        margin-bottom: 2%;
    }

    .libest-vision ul li .content-text p {
        font-size: 14px;
    }

    .libest-vision ul li h4 {
        font-size: 20px;
        margin: 24px 0;
    }

    .libest-vision ul li p {
        font-size: 14px;
    }

    .libest-vision ul li:nth-of-type(2),
    .libest-vision ul li:nth-of-type(3),
    .libest-vision ul li:nth-of-type(4) {
        margin-bottom: 24px;
    }

    .libest-vision ul li:nth-of-type(5) {
        margin-bottom: 0;
    }

    .libest-photo-gallery {
        padding-top: 6%;
    }

    .libest-photo-gallery button.slick-prev.slick-arrow,
    .libest-photo-gallery button.slick-next.slick-arrow {
        width: 40px;
        height: 40px;
    }

    .libest-photo-gallery button.slick-prev.slick-arrow {
        left: 8px;
    }

    .libest-photo-gallery button.slick-next.slick-arrow {
        right: 8px;
    }

    .libest-photo-gallery .libest-photo-gallery-slider .photo-slide {
        margin: 0 auto;
    }

    .single-works-slider-photo .single-works-slider-main .slick-slide a:after {
        width: 40px;
        height: 40px;
    }

    .libest-company-about {
        padding-top: 6%;
    }

    .libest-company table tr {
        padding: 2% 0;
    }

    .libest-company table tr th {
        width: 120px;
        font-size: 14px;
    }

    .libest-company table tr td {
        width: calc(100% - 130px);
        font-size: 14px;
    }

    .libest-footer__inner--copyright {
        font-size: 11px;
    }

    .libest-footer__inner--cnt--logo {
        width: 100px;
        margin: 0 auto 40px auto;
    }

    .libest-floating-banner a {
        width: 120px;
    }

    .libest-floating-banner a:after {
        width: 110px;
        height: 110px;
    }

    .libest-form .libest-inner>p {
        margin-bottom: 4%;
        font-size: 14px;
        text-align: left;
    }


/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* 北上モデルハウス　 */

/* *********************************************************************************** */
/* *********************************************************************************** */


.page-template-page-libest_kitakami02 {}

.page-template-page-libest_kitakami02 .libest-fv {
    background-image: url(../img/libest/kitagami/page-libest-top01_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    /* animation: image_anime_pc 9s ease infinite;
    animation-delay: 3s; */
}

/* .page-template-page-libest_kitakami02 .libest-header__inner--cnt--anchor li:last-of-type a {
    background: #CE0026;
} */

/* .page-template-page-libest_kitakami02 .libest-promise .libest-inner ul li span {
    color: #CE0026;
}

.page-template-page-libest_kitakami02 .libest-cv .libest-cv__inner a {
    background: #CE0026;
} */

.page-template-page-libest_kitakami02 .libest-point ul li:nth-of-type(1) .content-l:before {
    background: url(../img/libest/kitagami/point_deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-page-libest_kitakami02 .libest-point ul li:nth-of-type(2) .content-l:before {
    background: url(../img/libest/kitagami/point_deco02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-page-libest_kitakami02 .libest-point ul li:nth-of-type(3) .content-l:before {
    background: url(../img/libest/kitagami/point_deco03.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-page-libest_kitakami02 .libest-point ul li:nth-of-type(4) .content-l:before {
    background: url(../img/libest/kitagami/point_deco04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* .page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li {
    height: 240px;
} */
.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li {
        height: auto;
        width: 49.8% !important;
}
.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li a {
    height: 100%;
}
.libest-catalog .libest-inner ul li a img{
	display:none;
}
.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li:nth-of-type(1) {
    width: calc(50% - 1px);
}

.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li:nth-of-type(1) a {
    background: url(../img/libest/kitagami/catalog_img-01.png);
    background-size: cover;
}

.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li:nth-of-type(2) a {
    background: url(../img/libest/kitagami/catalog_img-02.png);
    background-size: cover;
}

.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li:nth-of-type(3) a {
    background: url(../img/libest/kitagami/catalog_img-03.png);
    background-size: cover;
}

.page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li:nth-of-type(4) a {
    background: url(../img/libest/kitagami/catalog_img-04.png);
    background-size: cover;
}

@media screen and (max-width: 640px) {
    .page-template-page-libest_kitakami02 .libest-catalog .libest-inner ul li {
        height: auto;
        width: 49.8% !important;
    }
}

.page-template-page-libest_kitakami02 .libest-hiraya::before {
    background: #CE0026;
}

.page-template-page-libest_kitakami02 .libest-hiraya .libest-inner .libest-title h2 {
    background: #CE0026;
}

.page-template-page-libest_kitakami02 .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a.libest-tab-button01 {
    background: url(../img/libest/kitagami/other_img04.png);
    background-size: cover;
    background-position: center;
}

.page-template-page-libest_kitakami02 .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a.libest-tab-button02 {
    background: url(../img/libest/kitagami/other_img01.png);
    background-size: cover;
    background-position: center;
}

.page-template-page-libest_kitakami02 .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a.libest-tab-button03 {
    background: url(../img/libest/kitagami/other_img02.png);
    background-size: cover;
    background-position: center;
}

.page-template-page-libest_kitakami02 .libest-hiraya .libest-inner.libest-hiraya__inner.libest-inner__other ul li a.libest-tab-button04 {
    background: url(../img/libest/kitagami/other_img03.png);
    background-size: cover;
    background-position: center;
}

.page-template-page-libest_kitakami02 .libest-showroom .libest-showroom_content h3 {
    color: #CE0026;
}

.page-template-page-libest_kitakami02 .libest-flow ul li>span {
    color: #CE0026;

}

.page-template-page-libest_kitakami02 #form ul li:first-of-type span.item-req {
    background: #CE0026 !important;

}

.page-template-page-libest_kitakami02 .wpcf7c-elm-step1 {
    background: #CE0026 !important;
}

.page-template-page-libest_kitakami02 .section-form-privacy.wpcf7c-elm-step1 {
    background: unset !important;
}

.page-template-page-libest_kitakami02 [type="submit"] {
    background: #CD0026;
}

.page-template-page-libest_kitakami02 .single-works-slider-photo .single-works-slider-main .slick-slide a:after {
    background: url("../img/libest/kitagami/zoom_icon.png") no-repeat center center / contain;
}

@media screen and (max-width: 1024px) {
    .page-template-page-libest_morioka02 .libest-fv {
        background-image: url(../img/libest/morioka/page-libest-top01_sp.jpg);
        background-position: bottom center;
        height: calc(100vh - 82px);
        margin-top: 82px;
    }

    .page-template-page-libest_kitakami02 .libest-fv {
        background-image: url(../img/libest/kitagami/page-libest-top01_sp.jpg);
        background-position: bottom center;
        height: calc(100vh - 82px);
        margin-top: 82px;
    }
}

@media screen and (max-width: 640px) {
    .page-template-page-libest_morioka02 .libest-fv {
        background-image: url(../img/libest/morioka/page-libest-top01_sp.jpg);
        background-position: bottom center;
        height: calc(100vh - 82px);
        margin-top: 82px;
    }

    .page-template-page-libest_kitakami02 .libest-fv,
    .page-template-page-libest_morioka02 .libest-fv {
        height: calc(100vh - 58px);
        margin-top: 58px;
    }
}

.item-raizyo-wrap {
    align-items: center;
}

.item-form-raizyo .wpcf7-list-item label {
    display: flex;
}

.item-form-raizyo .wpcf7-list-item.first label .wpcf7-list-item-label {
    display: block;
    width: 72px;
}

.item-form-raizyo .wpcf7-list-item.last label .wpcf7-list-item-label {
    display: block;
    width: 106px;
}

.soudan-check-wrap {}

.item-form-soudan-check .wpcf7-list-item {
    width: 280px;
}

.item-form-soudan-check .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.item-form-soudan-check .wpcf7-list-item label input {
    width: 20px !important;
    height: 20px !important;
    margin-right: 1.5em;
}

/* // 最新のsafari用 */
_::-webkit-full-page-media,
_:future,
:root .formError {
    display: none;
}

.item-form span#check div.soudan-checkformError {
    display: none !important;
}

.item-form span#uncheck div.soudan-checkformError {
    display: block !important;
}


/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
.libest-floating-banner {
    right: 0;
    bottom: 0;
}

.libest-floating-banner_sp {
    display: none;
}

.libest-floating-banner a {
    width: 594px;
}

.libest-floating-banner a::after {
    display: none;
}

@media screen and (max-width: 1300px) {
    .libest-floating-banner a {
        width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-page-libest_morioka02 .libest-floating-banner_sp {
        display: flex;
        background: #27296C;
        width: 100%;
    }

    .page-template-page-libest_kitakami02 .libest-floating-banner_sp {
        display: flex;
        background: #CE0026;
        width: 100%;
    }

    .libest-floating-banner_sp a {
        display: block;
        width: 32%;
        text-align: center;
        position: relative;
        padding: 16px 0;
    }

    .libest-floating-banner_sp a:nth-of-type(2) {
        width: 68%;
    }

    .libest-floating-banner_sp a:nth-of-type(2)::after {
        content: "";
        display: block;
        width: 1px;
        height: 88%;
        background: #fff;
        position: absolute;
        left: 0;
        right: unset;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .libest-floating-banner_sp a img {
        display: block;
        width: 48px;
        height: 48px;
        margin: 0 auto 16px auto;
    }

    .libest-floating-banner_sp a span {
        font-size: 24px;
        color: #fff;
    }

    .libest-floating-banner_pc {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .libest-fv__inner {
        padding: 0 20px 100px 20px;
    }

    .libest-fv__inner .libest-fv__inner__text p {
        font-size: 16px;
    }

    .libest-floating-banner_sp a img {
        width: 32px;
        height: 32px;
        margin: 0 auto 8px auto;
    }

    .libest-floating-banner_sp a span {
        font-size: 16px;
    }
}


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

    .page-template-page-libest_morioka02 .libest-fv,
    .page-template-page-libest_kitakami02 .libest-fv {
        height: calc(65vh - 82px);
    }

    .fv_btm_cta {
        display: block;
        width: calc(100% - 48px);
        margin: 16px auto;
        border-radius: 8px;
        box-shadow: 0px 0px 14px -4px #000;
    }

    .fv_btm_cta img {
        border-radius: 8px;
    }

}

.libest-about .libest-inner ul {
    display: block;
}

.libest-about .libest-inner ul li {
    width: 100%;
    display: flex;
    gap: 32px;
    padding: 24px;
    border-radius: 8px;
}

.libest-about .libest-inner ul li img {
    width: 320px;
    height: auto;
}

.libest-about .libest-inner ul li div {
    width: calc(100% - 352px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.page-template-page-libest_morioka02 .libest-about .libest-inner ul li div h3 span {
    color: #27296C;
    padding: 0;
    margin: 0;
    font-size: 24px;
    margin-bottom: 12px;
}

.page-template-page-libest_kitakami02 .libest-about .libest-inner ul li div h3 span {
    color: #CE0026;
    padding: 0;
    margin: 0;
    font-size: 24px;
    margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
    .page-template-page-libest_kitakami02 .libest-about .libest-inner ul li .libest-inner--num {
        background: #CE0026;
    }
}

.libest-about .libest-inner ul li div h3 {
    font-size: 18px;
}

.page-template-page-libest_morioka02 .libest-about .libest-inner ul li div a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    background: #27296C;
    padding: 12px 0;
}

.page-template-page-libest_kitakami02 .libest-about .libest-inner ul li div a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    background: #CE0026;
    padding: 12px 0;
}

.libest-hiraya .gallery_top_img {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .libest-hiraya .gallery_top_img {
        margin-bottom: 8%;
    }
}

.libest-hiraya .libest-inner h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: 600;
}

.libest-point {
    padding-top: 80px;
    padding-bottom: 0px;
}

.libest-showroom {
    margin-top: 120px;
}

@media screen and (max-width: 1024px) {
    .libest-point {
        padding: 10% 0 0;
    }

    .libest-showroom {
        margin-top: 12%;
    }
}


@media screen and (max-width: 640px) {
    .libest-hiraya .gallery_top_img {
        margin-bottom: 4%;
    }

    .libest-hiraya .libest-inner h3 {
        margin-bottom: 2%;
        font-size: 18px;
    }

    .libest-about .libest-inner ul li {
        position: relative;
        padding: 4%;
        display: block;
    }

    .libest-about .libest-inner ul li .libest-inner--num {
        position: absolute;
        border-radius: 50%;
        color: #fff;
        background: #27296C;
        width: 30px;
        text-align: center;
    }

    .libest-about .libest-inner ul li:last-of-type {
        margin-bottom: 0;
    }

    .libest-about .libest-inner ul li img {
        float: left;
        width: 46%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .libest-about .libest-inner ul li div {
        float: left;
        width: 50%;
    }

    .libest-about .libest-inner ul li div h3 {
        font-size: 16px;
        margin-bottom: 12px;
        letter-spacing: 0;
    }

    .libest-about .libest-inner ul li div a {
        font-size: 14px;
        padding: 6px 0;
    }

    .libest-about .libest-inner ul li div h3 span {
        margin-bottom: 4px;
    }

}

/*add 20240227*/

.d640-320 {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .d-640 {
        display: none !important;
    }

    .d640-320 {
        display: block !important;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

@media screen and (max-width: 640px) {
    .libest-about .libest-inner .libest-title {
        margin-bottom: 4%;
    }
}

.add-banner-section {
    padding: 80px 0 0px 0;
}

@media screen and (max-width: 640px) {
    .add-banner-section {
        padding: 8% 0 0px 0;
    }
}

.add-banner-section .libest-title {
    font-size: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
    .add-banner-section .libest-title {
        margin-bottom: 4%;
    }
}

.add-banner-section .popup-image img {
    margin: 0 auto;
}

.add-banner-section .mfp-img {
    max-height: unset !important;
}

.mfp-wrap.mfp-ready .mfp-content {
    width: 100%;
}

button {
    appearance: none;
    -webkit-appearance: none;
}


/* 追記 　+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 追記 　+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 追記 　+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.libest-header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 8.3vw;
}

.libest-header-wrapper_left {
    width: 40%;
}
@media screen and (max-width: 1024px) {
    .libest-header-wrapper {
        display: flex;
        justify-content: center;
        padding: 0 ;
    }
}

.libest-header-wrapper_left {
    /* width: 50%; */
    position: fixed;
    height: 100vh;
    left: 8.3vw;
}
@media screen and (max-width: 1024px) {
.libest-header-wrapper_left {
    display: none;
}
}

.libest-header-wrapper_right {
    max-width: 480px;
    margin-left: 54%;
}

.libest-header {
    position: relative;
}

.libest-header .header__inner {
    display: block;
}

@media screen and (max-width: 1024px) {
    .libest-header-wrapper_right {
        width: 100%;
    margin-left: 0;
    }
    .libest-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
}

.libest-fv__inner {
    padding: 96px 24px 6.25vw 24px;
    align-items: flex-start;
    max-height: 640px;
}

.libest-fv__inner .libest-fv__inner__text h2 {
    font-size: 44px;
    line-height: 1.22em;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.libest-fv__inner .libest-fv__inner__text p {
    font-size: 24px;
    line-height: 1.6em;
}

.libest-fv__inner .libest-fv__inner__text::before {
    width: 113px;
    height: 113px;
    right: -1vw;
    top: -1vw;
}

.libest-fv__inner .libest-fv__inner__text::after {
    width: 58px;
    height: 58px;
    right: -2vw;
    top: -3vw;
}

.page-template-page-libest_morioka02 .libest-fv,
.page-template-page-libest_kitakami02 .libest-fv {
    background-image: url(../img/libest/morioka/page-libest_fv.jpg);
    height: 100vh;
    max-height: 640px;
}
.page-template-page-libest_kitakami02 .libest-fv {
    background-image: url(../img/libest/kitakami/page-libest_fv.jpg);
}

.libest-about .libest-inner .libest-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.libest-title h2 {
    font-size: 24px;
}

.libest-title h2::after {
    width: 40px;
    height: 40px;
    right: -12px;
    top: -18px;
}

.libest-about {
    padding-top: 64px;
    padding-bottom: 0px;
}

.libest-about .libest-inner>p {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 1.65em;
    text-align: center;
    letter-spacing: 0;
}

.libest-cv {
    background: url(../img/libest/morioka/cv_bg_sp.jpg);
    background-size: cover;
    background-position: center;
    padding: 64px 0;
}

.libest-cv .libest-cv__inner {
    width: 90%;
    margin: 0 auto;
}

.libest-cv .libest-cv__inner h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.libest-cv .libest-cv__inner h2 span {
    font-size: 16px;
    display: block;
    color: #fff;
}

.libest-cv .libest-cv__inner img {
    display: block;
    max-width: 258px;
    height: auto;
    margin: 16px auto 8px auto;
}

.libest-cv .libest-cv__inner ul {}

.libest-cv .libest-cv__inner ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.libest-cv .libest-cv__inner ul li small {
    color: #fff;
    font-size: 12px;
}

.libest-cv .libest-cv__inner a {
    background: #fff;
    color: #27296C;
    width: 100%;
    font-size: 20px;
    margin: 24px auto 0 auto;
}

.libest-cv .libest-cv__inner a::after {
    background: url(../img/libest/arrow_n.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.libest-hiraya {
    padding-top: 0px;
    padding-bottom: 40px;
}
.libest-hiraya.libest-hiraya-madori{
    padding-bottom: 0;
}
.libest-point .libest-title {
    margin-bottom: 24px;
}

.single-works-slider-photo {
    display: block;
}

.single-works-slider-photo .single-works-slider-main {
    width: 100%;
    position: relative;
}

.libest-hiraya .libest-inner.libest-hiraya__inner {
    margin-top: 0;
}

.single-works-slider-photo .single-works-slider-main .slick-slide img {
    height: 300px;
}

.detailsPhoto__thumb {
    overflow-x: auto;
    width: 100%;
    height: 80px;
    margin-top: 16px;
}

.detailsPhoto__thumb-inner {
    display: flex;
    height: auto;
    width: max-content;
    height: 80px;
}

.panel-item {
    height: 80px;
    width: 120px;
    margin-right: 8px;
}

.libest-hiraya::before {
    display: none;
}

.libest-hiraya .libest-inner .libest-title h2 {
    width: 100%;
    max-width: 416px;
    padding: 16px 0;
    font-size: 24px;
    margin-bottom: 28px;
}

.single-works-slider {
    margin: 0 0 16px 0;
}

.single-works-slider-photo .slick-prev::before,
.single-works-slider-photo .slick-next::before {
    width: 32px;
    height: 32px;
}

.single-works-slider-photo .single-works-slider-main .slick-slide a:after {
    width: 50px;
    height: 50px;
}

.libest-hiraya .libest-inner.libest-hiraya__text {
    background: #F8F8F8;
    padding: 24px;
}

.libest-hiraya .libest-inner.libest-hiraya__text h3 {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 24px;
    text-align: left;
}

.libest-hiraya .libest-inner.libest-hiraya__text p {
    font-size: 16px;
    line-height: 2em;
}

.libest-hiraya .libest-inner .libest-title.libest-sakura img {
    position: absolute;
    width: 97px;
    top: -26px;
    right: 16px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3 {
    font-size: 20px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3::before {
    width: 24%;
    top: 20px;
}

.libest-hiraya .libest-inner.libest-hiraya__inner h3::after {
    width: 24%;
    top: 20px;
}

.libest-hiraya-madori .single-works-slider-photo .single-works-slider-main .slick-slide img {
    height: auto;
}

.libest-hiraya-madori .swiper {
    box-sizing: content-box;
    width: 90%;
    height: 380px;
    margin: 0.5rem auto;
    padding-bottom: 56px;
}

.libest-hiraya-madori .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.libest-hiraya-madori.swiper-slide {
    height: 400px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    bottom: var(--swiper-navigation-top-offset, -3%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 0%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2* var(--swiper-scrollbar-sides-offset, 15%));
}
.swiper-button-prev ,
.swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F8F8F8;
}

.swiper-button-prev {
    right: 56px;
    left: auto;
    bottom: 0;
    top: unset;
}
.swiper-button-next{
    right: 0px;
    left: auto;
    bottom: 0;
    top: unset;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 16px);
}
.swiper-scrollbar-drag {
    background: #27296C;
    border-radius: 0;
}
.libest-point{

}
.libest-point ul{
}
.libest-point ul li{
    display: block;
    margin-bottom: 40px;
}
.libest-point ul li .sub-title{
    margin: 0 auto;
    width: 246px;
    border-radius: 8px 8px 0 0;
    background: #27296C;
    color: #fff;
    text-align: center;
    padding: 8px;
}

.libest-point ul li h3{
    padding: 24px 0;
    text-align: center;
    background: #F8F8F8;
    border-top: solid 1px #27296C;
    border-bottom: solid 1px #27296C;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 24px;
}
.libest-point ul li img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.libest-point ul li p{
    font-size: 16px;
    line-height: 2em;
}
.libest-point ul li:last-of-type {
    margin-bottom: 32px;
}
.libest-point__inner{
    background: #F8F8F8;
    padding: 64px 0;
}
.libest-point__inner ul li h3{
    border-top: unset;
    border-bottom: solid 1px #262626;
    padding-bottom: 16px;
}
.libest-point__inner ul li p{
    margin-bottom: 16px;
}
.libest-point__inner ul li img{
    width: 94%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.libest-hiraya-access{
    padding-bottom: 64px;
}
.libest-hiraya-access .access_wrap iframe{
    width: 100%;
    height: 300px;
    margin-bottom: 24px;
}
.libest-hiraya-access .access_wrap .access_text h4{
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 16px;
}
.libest-hiraya-access .access_wrap .access_text p{
    font-size: 16px;
    margin-bottom: 16px;
}
.libest-hiraya-access .access_wrap .access_text p:last-of-type{
    margin: 0;
}


#libest-experience{
    padding: 64px 0 0;
}
#libest-experience .libest-title + p {
	margin: 24px auto 32px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
}
#libest-experience h3 {
	margin-bottom: 24px;
	font-size: 20px;
}
#libest-experience .libest-experience-img01 {
	margin: 0 auto 32px;
	max-width: calc(218 / 480 * 100%);
}
#libest-experience .libest-experience-img02 {
	margin: 48px auto 24px;
	max-width: calc(302 / 480 * 100%);
}

#libest-merit{
    padding: 64px 0;
}
#libest-merit .merit__content{
    margin-top: 24px;
}
#libest-merit .merit__content ul li{
    position: relative;
    margin-bottom: 40px;
}
#libest-merit .merit__content ul li:nth-of-type(1):before{
    content: "";
    position: absolute;
    width: 32px;
    height: 138px;
    background: url(../img/libest/morioka/merit/merit-subtitle01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
#libest-merit .merit__content ul li:nth-of-type(2):before{
    content: "";
    position: absolute;
    width: 32px;
    height: 138px;
    background: url(../img/libest/morioka/merit/merit-subtitle02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
#libest-merit .merit__content ul li:nth-of-type(3):before{
    content: "";
    position: absolute;
    width: 32px;
    height: 138px;
    background: url(../img/libest/morioka/merit/merit-subtitle03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
#libest-merit .merit__content ul li:nth-of-type(4):before{
    content: "";
    position: absolute;
    width: 32px;
    height: 138px;
    background: url(../img/libest/morioka/merit/merit-subtitle04.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
#libest-merit .merit__content ul li div{
    padding-left: 24px;
    width: calc(100% - 56px);
    margin-left: auto;
    border-left: 1px solid #262626;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
#libest-merit .merit__content ul li div h3{
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 16px;
    letter-spacing: 0;
}
#libest-merit .merit__content ul li div p{
    font-size: 16px;
    line-height: 2em;
}
#libest-merit .merit__content ul li ul{
    margin-bottom: 16px;
}
#libest-merit .merit__content ul li ul li{
    padding-left: 40px;
    margin: 0;
}
#libest-merit .merit__content ul li ul li::before{
    background: url(../img/libest/morioka/merit/merit-check.png)!important;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    width: 21px!important;
    height: 21px!important;
}

.sp-hdr{
    display: none;
}
@media screen and (max-width: 1024px) {
    .sp-hdr{
        display: block;
    }
}
.libest-header__inner--cnt--anchor {
    width: 100%;
    display: block;
}
#header{
    padding: 40px 0 0 0;
}
.libest-header__inner--cnt--anchor{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 40px;
    margin: 32px 0;
}
.libest-header__inner--cnt--anchor li{
    width: calc(50% - 20px);
}
.libest-header__inner--cnt--anchor li a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6em;
    border-top: solid 1px #262626;
    padding: 16px 10px;
    padding-left: 28px;
    color: #A7A7A7;
    position: relative;
}
.libest-header__inner--cnt--anchor a.active {
    color: #262626;
}
.libest-header__inner--cnt--anchor a.active::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27296C;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.libest-header__inner--cnt--anchor li:nth-of-type(5),
.libest-header__inner--cnt--anchor li:nth-of-type(6){
    border-bottom: solid 1px #262626;
}
.libest-header .tokuten{
    background:#27296C;
    padding: 36px 14px;
    border-radius: 10px;
    max-width: 432px;
    margin: 0 auto;
}
.libest-header .tokuten *{
    color: #fff;
}
.libest-header .tokuten h3{
font-size: 24px;
text-align: center;
padding-bottom: 16px;
border-bottom: solid 1px #fff;
}
.libest-header .tokuten h3 span{
display: block;
font-size: 16px;
}
.libest-header .tokuten img{
    display: block;
    width: 94%;
    max-width: 370px;
    margin: 12px auto 14px auto;
}
.libest-header .tokuten p{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
}
.libest-header .tokuten p small{
    display: block;
    font-size: 12px;
}
.libest-header .tokuten a {
    display: block;
    background: #fff;
    color: #27296C;
    width: 100%;
    font-size: 20px;
    margin: 24px auto 0 auto;
    border-radius: 50px;
    text-align: center;
    position: relative;
    padding: 12px 0;
}
.libest-header .tokuten a::after{
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/libest/arrow_n.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}
.libest-header .header__inner .headerLogo {
    width: 216px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .libest-header-wrapper {
        padding: 0 24px;
        justify-content: flex-end;
    }
    .libest-header-wrapper_left {
        left: 40px;
    }
    .libest-header-wrapper_left {
        width: calc(100% - 580px);
    }
    .libest-header__inner--cnt--anchor {
        gap: 0 20px;
    }
    .libest-header__inner--cnt--anchor li {
        width: calc(50% - 10px);
    }
    .libest-header__inner--cnt--anchor li a {
        font-size: 15px;
    }
}
@media screen and (max-height: 810px) {
    .libest-header .header__inner .headerLogo {
        width: 160px;
    }
    .libest-header__inner--cnt--anchor {
        margin: 24px 0;
    }
    .libest-header .tokuten {
        padding: 16px 14px;
    }
    .libest-header .tokuten img {
        width: 72%;
    }
    .libest-header .tokuten h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .libest-header__inner--cnt--anchor li a {
        padding: 12px 10px;
        padding-left: 28px;
    }
}

#floating-button{
    display: none;
}
@media screen and (max-width: 1024px) {
    .libest-header-wrapper {
        display: block;
        margin: 0 auto;
    }
    .libest-header-wrapper_right {
        width: 100%;
        margin: 0 auto;
    }
    .libest-header .header__inner {
        padding: 12px;
    }
    .libest-header .header__inner .headerLogo {
        width: 160px;
        height: auto;
        margin: 0;
    }
    .libest-header-wrapper {
        padding: 0;
    }
    .libest-header #btn {
        position: fixed;
        top: 8px;
        right: 12px;
        width: 44px;
        height: 44px;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
        z-index: 999;
    }
    .libest-header #menu {
        display: block;
        position: absolute;
        z-index: 998;
        transition: all 0.5s ease;
        right: -517px;
        top: 0;
        background: #ffffffd4;
        overflow-y: scroll;
        height: 100vh;
        width: 100%;
        max-width: 520px;
        padding: 100px 32px;
    }
    .libest-header #menu ul{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
        /* padding-top: 160px; */
    }
    .libest-header #menu ul li a{
        font-size: 16px;
    }
    .libest-header #menu ul li a img{
        display: block;
        width: 160px;
        height: auto;
        margin: 0 auto;
    }
    .libest-header #btn span {
        display: block;
        background-color: #333;
        width: 36px;
        height: 2px;
        transition: all 0.5s ease;
    }
    .libest-header #btn.on span:nth-of-type(1) {
        transform: translateY(14px) rotate(45deg);
    }
    .libest-header #btn.on span:nth-of-type(2) {
        transform: scale(0);
    }
    .libest-header #btn.on span:nth-of-type(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    .libest-header #menu.on {
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
    }
    .libest-fv__inner .libest-fv__inner__text h2 {
        font-size: 32px;
    }
    .libest-fv__inner .libest-fv__inner__text p {
        font-size: 18px;
    }
    .libest-fv__inner .libest-fv__inner__text::before {
        width: 100px;
        height: 100px;
        right: -8vw;
        top: -8vw;
    }
    .libest-fv__inner .libest-fv__inner__text::after {
        width: 56px;
        height: 56px;
        right: -10vw;
        top: -12vw;
    }
    #floating-button{
        display: block;
        position: fixed;
    bottom: 4px;
    right: 0px;
    z-index: 1000;
    width: 100%;
    max-width: 420px;
    }
    #floating-button button{
        position: absolute;
    top: -24px;
    right: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    }
    .libest-floating-banner_sp a {
        display: block;
        width: 100%;
    }
    .libest-title h2 {
        font-size: 20px;
    }
    .libest-about .libest-inner>p {
        font-size: 13px;
    }
    .libest-cv {
        padding: 6% 0;
    }
    .libest-cv .libest-cv__inner h2 {
        font-size: 20px;
        margin-bottom: 4%;
        padding-bottom: 12px;
    }
    .libest-cv .libest-cv__inner a {
        font-size: 18px;
    }
    .libest-hiraya .libest-inner .libest-title h2 {
        font-size: 20px;
        margin-bottom: 3%;
    }
    .libest-hiraya .libest-inner .libest-title.libest-sakura img {
        position: absolute;
        width: 72px;
        top: -12px;
        right: 8px;
    }
    .libest-hiraya .libest-inner.libest-hiraya__text {
        padding: 16px;
    }
    .libest-hiraya .libest-inner.libest-hiraya__text h3 {
        margin-bottom: 3%;
    }
    .libest-hiraya .libest-inner.libest-hiraya__text p {
        font-size: 14px;
        line-height: 2em;
    }
    .libest-hiraya-madori .swiper {
        height: 320px;
        padding: 2px;
        padding-bottom: 56px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    .swiper-button-prev {
        right: 40px;
    }
    .libest-point ul li h3 {
        padding: 16px 0;
        font-size: 18px;
    }
    .libest-point ul li p {
        font-size: 14px;
        line-height: 2em;
    }
    .libest-point__inner {
        padding: 6% 0;
    }
    #libest-merit .merit__content ul li div h3 {
        font-size: 18px;
    }
    #libest-merit .merit__content ul li div p {
        font-size: 14px;
        line-height: 2em;
    }
    #libest-merit .merit__content ul li div {
        padding-left: 16px;
        width: calc(100% - 40px);
    }
    #libest-merit .merit__content ul li:nth-of-type(1):before {
        width: 24px;
        height: 100px;
    }
    #libest-merit .merit__content ul li ul li {
        padding-left: 28px;
        margin: 0;
        font-size: 12px;
    }
    #libest-merit {
        padding: 64px 0 0 0;
    }
    .libest-catalog,
    #libest-company1,
    .libest-point,
    .libest-photo-gallery {
        padding-top: 64px;
    }
    
    .libest-hiraya-access .access_wrap .access_text h4 {
        font-size: 18px;
        line-height: 1.4em;
        margin-bottom: 12px;
    }
    .libest-hiraya-access .access_wrap .access_text p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .libest-hiraya-access {
        padding-bottom: 6%;
    }
}

.carousel{
    overflow: hidden;
}
.carousel .inner{
    display: grid;
    grid-auto-columns: 384px;
    grid-auto-flow: column;
    justify-content: center;
    animation: scroll 40s linear infinite;
}
.carousel .inner img{
    height: 240px;
    width: 384px;
}
@keyframes scroll{
    to{
        translate: calc(384px * -5);
    }
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.page-template-page-libest_kitakami02 .libest-header .tokuten{
    background: #89021B;
}
.page-template-page-libest_kitakami02 .libest-point ul li .sub-title{
    background: #89021B;
}
.page-template-page-libest_kitakami02 .libest-cv {
    background: url(../img/libest/kitakami/cv_bg_sp.jpg);
}
.page-template-page-libest_kitakami02 .libest-header .tokuten a {
    color: #89021B;
}
.page-template-page-libest_kitakami02  .libest-cv .libest-cv__inner a {
    color: #89021B;
}
.page-template-page-libest_kitakami02 .libest-cv .libest-cv__inner a::after {
    background: url(../img/libest/arrow_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.page-template-page-libest_kitakami02 .libest-header__inner--cnt--anchor a.active::before{
    background: #CE0026;
}
.page-template-page-libest_kitakami02 #libest-merit .merit__content ul li:nth-of-type(1):before {
    background: url(../img/libest/kitakami/merit/merit-subtitle01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-page-libest_kitakami02 #libest-merit .merit__content ul li:nth-of-type(2):before {
    background: url(../img/libest/kitakami/merit/merit-subtitle02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-page-libest_kitakami02 #libest-merit .merit__content ul li:nth-of-type(3):before {
    background: url(../img/libest/kitakami/merit/merit-subtitle03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-page-libest_kitakami02 #libest-merit .merit__content ul li:nth-of-type(4):before {
    background: url(../img/libest/kitakami/merit/merit-subtitle04.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-page-libest_kitakami02 .libest-hiraya04 .libest-inner .libest-title h2{
/*     padding-right: 10%; */
}
.page-template-page-libest_kitakami02 .libest-hiraya04 .libest-inner .libest-title img{
	display:none;
}
.page-template-page-libest_kitakami02 .swiper-scrollbar-drag {
    background: #89021B;
    border-radius: 0;
}
/*202410追加*/
#page-libest.renew202410 #libest-merit .libest-title {
	margin-bottom: 24px;
}
#page-libest.renew202410 .libest-point__inner{
    background: #F8F8F8;
    margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
#page-libest.renew202410 .libest-point__inner{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
#floating-button{
    display: none;
}
}

/*追加*/
.libest-point__toggle {
	margin-top: -24px;
}
.libest-point__toggle-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 48px;
	height: 56px;
	background: #27296C;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
}
.page-template-page-libest_kitakami02 .libest-point__toggle-ttl {
    background: #89021B;
}
.libest-point__toggle-ttl::before {
	content: "";
	position: relative;
	width: 20px;
	height: 12px;
}
.libest-point__toggle-ttl::after {
	content: "";
	position: relative;
	width: 20px;
	height: 12px;
    background: url(../img/libest/morioka/arw_icon.png) no-repeat center center /contain;
}
.libest-point__toggle-ttl.active::after {
	transform: scaley(-1);
}
.libest-point__toggle-ttl span::before {
	content: "詳しく見る";
}
.libest-point__toggle-ttl.active span::before {
	content: "閉じる";
}
.libest-point__toggle-cnt {
	display: none;
	padding: 25px 0;
}

.access_img {
	margin: 0 auto 20px;
}
.access_img img {
	width: 100%;
}

/* 2060119 */
.br-sp {
  display: none;
}
@media (max-width: 500px) {
.br-sp {
    display: block;
  }
}
