@charset "utf-8";
/* CSS Document */

/* # root3 START # */
/*:root {
    --color01: #d7adad;
    --color02: #eee7e7;
    --filter: invert(77%) sepia(9%) saturate(634%) hue-rotate(314deg) brightness(90%) contrast(106%);
}*/
/* # root3 END # */

/* # root2 START # */
:root {
    --color01: #dcbd7a;
    --color02: #eeeee7;
    --filter: invert(79%) sepia(72%) saturate(291%) hue-rotate(341deg) brightness(92%) contrast(87%);
}
/* # root2 END # */

/* # root1 START # */
/* :root {
    --filter: invert(86%) sepia(10%) saturate(858%) hue-rotate(129deg) brightness(93%) contrast(86%);

    --color01: #99d2d0;
    --color02: #e7eeee;
} */
/* # root1 END # */
body {
    font-family: "IBM Plex Sans", "Noto Sans JP", sans-serif;
}

html {
    /* Prevent adjustments of font size after orientation changes in iOS */
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

*:before,
*:after {
    pointer-events: none;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 2;
    letter-spacing: 0.05em;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    text-align: left;
}

button,
input,
optgroup,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    outline: 0;
    border-radius: 0;
    background: transparent;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    font-weight: bold;
    text-align: left;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: top;
    border: none;
}

a {
    max-width: 100%;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

a[href*="tel:"] {
    pointer-events: none;
}

span {
    line-height: 2;
}

[data-element-id] h1 {
    text-indent: initial;
    position: static;
}

@media (max-width:1024px) {
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 15px;
    }

    a[href*="tel:"] {
        pointer-events: auto !important;
    }
}

@media (max-width:599px) {
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 14px;
    }
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*アラート系*/

a[data-href="#"] {
    display: block;
    border: solid red 5px !important;
    opacity: 1;
    position: relative !important;
}

a[data-href*="."] {
    display: block;
    border: solid red 5px !important;
    opacity: 1;
    position: relative !important;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background: #555;
    position: absolute !important;
    bottom: 100%;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background: #555;
    position: absolute !important;
    bottom: 100%;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    clear: both;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    background: #4c4c4c;
    position: relative;
    z-index: 1000;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    clear: both;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    background: #4c4c4c;
    position: relative;
    z-index: 1000;
}

/*フォント系*/

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

.fz32 {
    font-size: 32px;
}

.fz34 {
    font-size: 34px;
}

.fz36 {
    font-size: 36px;
}

.fz38 {
    font-size: 38px;
}

.fz40 {
    font-size: 40px;
}

.fz42 {
    font-size: 42px;
}

.fz44 {
    font-size: 44px;
}

.fz46 {
    font-size: 46px;
}

.fz48 {
    font-size: 48px;
}

.fz50 {
    font-size: 50px;
}

.fz60 {
    font-size: 60px;
}

.fz125 {
    font-size: 125%;
}

.fz150 {
    font-size: 150%;
}

.fz175 {
    font-size: 175%;
}

.fz200 {
    font-size: 200%;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .fz13 {
        font-size: 12px;
    }

    .fz14 {
        font-size: 13px;
    }

    .fz15 {
        font-size: 14px;
    }

    .fz16 {
        font-size: 15px;
    }

    .fz18 {
        font-size: 16px;
    }

    .fz20 {
        font-size: 18px;
    }

    .fz22 {
        font-size: 20px;
    }

    .fz24 {
        font-size: 22px;
    }

    .fz26 {
        font-size: 22px;
    }

    .fz28 {
        font-size: 24px;
    }

    .fz30 {
        font-size: 24px;
    }

    .fz32 {
        font-size: 26px;
    }

    .fz34 {
        font-size: 26px;
    }

    .fz36 {
        font-size: 28px;
    }

    .fz38 {
        font-size: 28px;
    }

    .fz40 {
        font-size: 30px;
    }

    .fz42 {
        font-size: 30px;
    }

    .fz44 {
        font-size: 32px;
    }

    .fz46 {
        font-size: 32px;
    }

    .fz48 {
        font-size: 34px;
    }

    .fz50 {
        font-size: 34px;
    }

    .fz60 {
        font-size: 44px;
    }
}

@media (max-width: 599px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    .fz11 {
        font-size: 10px;
    }

    .fz12 {
        font-size: 11px;
    }

    .fz13 {
        font-size: 11px;
    }

    .fz14 {
        font-size: 12px;
    }

    .fz15 {
        font-size: 13px;
    }

    .fz16 {
        font-size: 14px;
    }

    .fz18 {
        font-size: 14px;
    }

    .fz20 {
        font-size: 16px;
    }

    .fz22 {
        font-size: 16px;
    }

    .fz24 {
        font-size: 16px;
    }

    .fz26 {
        font-size: 18px;
    }

    .fz28 {
        font-size: 18px;
    }

    .fz30 {
        font-size: 18px;
    }

    .fz32 {
        font-size: 20px;
    }

    .fz34 {
        font-size: 20px;
    }

    .fz36 {
        font-size: 20px;
    }

    .fz38 {
        font-size: 22px;
    }

    .fz40 {
        font-size: 22px;
    }

    .fz42 {
        font-size: 22px;
    }

    .fz44 {
        font-size: 24px;
    }

    .fz46 {
        font-size: 24px;
    }

    .fz48 {
        font-size: 26px;
    }

    .fz50 {
        font-size: 26px;
    }

    .fz60 {
        font-size: 36px;
    }
}

/*altlist*/

.altlist01 .alt01 {
    display: none;
}

/*トランスフォーム親*/

.tfmp {
    overflow: hidden;
    position: relative;
}

/*ofiImg*/

.ofiImg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: top center;";
    /*IE対策*/
}

/*IE対策 background-position*/

@media all and (-ms-high-contrast: none) {
    .ofiImg img {
        background-position: top center !important;
    }
}

/*[data-element-id] .ofiImg.tc {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
}*/

[data-element-id] .ofiImg.tc:before,
[data-element-id] .ofiImg.tc:after {
    content: none !important;
}

.ofiImg.tc {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.h100 {
    height: 100%;
}

.ofiImg.t160 {
    display: block;
    padding-top: 160%;
    position: relative;
}

.ofiImg.t160 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t150 {
    display: block;
    padding-top: 150%;
    position: relative;
}

.ofiImg.t150 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t145 {
    display: block;
    padding-top: 145%;
    position: relative;
}

.ofiImg.t145 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t140 {
    display: block;
    padding-top: 140%;
    position: relative;
}

.ofiImg.t140 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t135 {
    display: block;
    padding-top: 135%;
    position: relative;
}

.ofiImg.t135 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t130 {
    display: block;
    padding-top: 130%;
    position: relative;
}

.ofiImg.t130 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t120 {
    display: block;
    padding-top: 120%;
    position: relative;
}

.ofiImg.t120 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t110 {
    display: block;
    padding-top: 110%;
    position: relative;
}

.ofiImg.t110 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t100 {
    display: block;
    padding-top: 100%;
    position: relative;
}

.ofiImg.t100 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t95 {
    display: block;
    padding-top: 95%;
    position: relative;
}

.ofiImg.t95 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t90 {
    display: block;
    padding-top: 90%;
    position: relative;
}

.ofiImg.t90 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t85 {
    display: block;
    padding-top: 85%;
    position: relative;
}

.ofiImg.t85 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t80 {
    display: block;
    padding-top: 80%;
    position: relative;
}

.ofiImg.t80 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t75 {
    display: block;
    padding-top: 75%;
    position: relative;
}

.ofiImg.t75 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t70 {
    display: block;
    padding-top: 70%;
    position: relative;
}

.ofiImg.t70 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t65 {
    display: block;
    padding-top: 65%;
    position: relative;
}

.ofiImg.t65 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t60 {
    display: block;
    padding-top: 60%;
    position: relative;
}

.ofiImg.t60 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t55 {
    display: block;
    padding-top: 55%;
    position: relative;
}

.ofiImg.t55 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t50 {
    display: block;
    padding-top: 50%;
    position: relative;
}

.ofiImg.t50 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t45 {
    display: block;
    padding-top: 45%;
    position: relative;
}

.ofiImg.t45 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t40 {
    display: block;
    padding-top: 40%;
    position: relative;
}

.ofiImg.t40 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t35 {
    display: block;
    padding-top: 35%;
    position: relative;
}

.ofiImg.t35 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t30 {
    display: block;
    padding-top: 30%;
    position: relative;
}

.ofiImg.t30 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t25 {
    display: block;
    padding-top: 25%;
    position: relative;
}

.ofiImg.t25 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.ofiImg.t20 {
    display: block;
    padding-top: 20%;
    position: relative;
}

.ofiImg.t20 img {
    -o-object-position: top center;
    object-position: top center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}


/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexn1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexn599 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexb>div[data-collection-list-content],
.flexsb>div[data-collection-list-content],
.flexs>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content],
.flexsb>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexsb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.asc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ase {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.spa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.spb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width:1024px) {
    .flexn1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width:599px) {
    .flexn599 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*wrap*/

.index #wrapper {
    padding-top: 0 !important;
}

#wrapper {
    min-width: 320px;
    overflow: hidden;
    margin: 0 auto;
}

/*common*/

.lcmn>*:last-of-type {
    margin-bottom: 0 !important;
}

.rowlist {
    width: 102%;
    margin-left: -1%;
}

.rowlist599 {
    width: 102%;
    margin-left: -1%;
}

.rowlist1024 {
    width: 102%;
    margin-left: -1%;
}

.odd>*:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.even>*:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ol01 {
    padding-left: 1.5em;
}

.ol01>li {
    list-style: disc;
}

.ol02>li {
    padding-left: 1.5em;
    position: relative;
}

.ol02>li:before {
    content: "●";
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
}

.ol03>li {
    padding-left: 1em;
    position: relative;
}

.ol03>li:before {
    content: "・";
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
}

.cl01>li {
    padding-left: 2em;
    position: relative;
}

.cl01>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 150%;
    position: absolute;
    left: 0;
}

.nl01 {
    counter-reset: number;
}

.nl01>li {
    padding-left: 1.5em;
    position: relative;
}

.nl01>li:before {
    content: counter(number)".";
    counter-increment: number;
    position: absolute;
    top: 0;
    left: 0;
}

.asxl01>li {
    padding-left: 1em;
    position: relative;
}

.asxl01>li:before {
    content: "＊";
    position: absolute;
    top: 0;
    left: 0;
}

.rhl01>li {
    padding-left: 1em;
    position: relative;
}

.rhl01>li:before {
    content: "◆";
    position: absolute;
    top: 0;
    left: 0;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.memh {
    margin: 0.5em 0;
}

.mem1 {
    margin: 1em 0;
}

mem1h {
    margin: 1.5em 0;
}

.mem2 {
    margin: 2em 0;
}

.mem2h {
    margin: 2.5em 0;
}

.mem3 {
    margin: 3em 0;
}

.mbemh {
    margin-bottom: 0.5em;
}

.mbem1 {
    margin-bottom: 1em;
}

.mbem1h {
    margin-bottom: 1.5em;
}

.mbem2 {
    margin-bottom: 2em;
}

.mbem2h {
    margin-bottom: 2.5em;
}

.mbem3 {
    margin-bottom: 3em;
}

.mremh {
    margin-right: 0.5em;
}

.mrem1 {
    margin-right: 1em;
}

.mrem1h {
    margin-right: 1.5em;
}

.mrem2 {
    margin-right: 2em;
}

.mrem2h {
    margin-right: 2.5em;
}

.mrem3 {
    margin-right: 3em;
}

.mlemh {
    margin-left: 0.5em;
}

.mlem1 {
    margin-left: 1em;
}

.mlem1h {
    margin-left: 1.5em;
}

.mlem2 {
    margin-left: 2em;
}

.mlem2h {
    margin-left: 2.5em;
}

.mlem3 {
    margin-left: 3em;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.row2 {
    width: 48%;
    margin: 1%;
}

.row3 {
    width: 31.333%;
    margin: 1%;
}

.row4 {
    width: 23%;
    margin: 1%;
}

.row5 {
    width: 18%;
    margin: 1%;
}

.w100 {
    width: 100%;
    display: block;
}

.w20 {
    width: 20%;
    margin: 1% 0;
}

.w25 {
    width: 25%;
    margin: 1% 0;
}

.w26 {
    width: 26%;
    margin: 1% 0;
}

.w30 {
    width: 30%;
    margin: 1% 0;
}

.w32 {
    width: 32%;
    margin: 1% 0;
}

.w36 {
    width: 36%;
    margin: 1% 0;
}

.w40 {
    width: 40%;
    margin: 1% 0;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w48 {
    width: 48%;
    margin: 1% 0;
}

.w50 {
    width: 50%;
    margin: 1% 0;
}

.w56 {
    width: 56%;
    margin: 1% 0;
}

.w60 {
    width: 60%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w80 {
    width: 80%;
    margin: 1% 0;
}

.w86 {
    width: 86%;
    margin: 1% 0;
}

.cont600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cont700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cont800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cont900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cont960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.cont1000 {
    width: 98%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.cont1200 {
    width: 96%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.harea {
    padding: 80px 0;
}

.area {
    padding: 80px 0;
}

.area60 {
    padding: 60px 0;
}

.area40 {
    padding: 40px 0;
}

.area20 {
    padding: 20px 0;
}

.m80 {
    margin: 80px 0;
}

.m60 {
    margin: 60px 0;
}

.m40 {
    margin: 40px 0;
}

.m20 {
    margin: 20px 0;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.pic {
    text-align: center;
}

.pic img {
    width: 100%;
}

.pix {
    text-align: center;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac599 {
    text-align: center;
}

.tar599 {
    text-align: right;
}

.talc599 {
    text-align: left;
}

.tarc599 {
    text-align: right;
}

.txt {
    line-height: 200%;
}

.lh100 {
    line-height: 100%;
}

.lh120 {
    line-height: 120%;
}

.lh140 {
    line-height: 140%;
}

.lh160 {
    line-height: 160%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}

.ls0 {
    letter-spacing: 0;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    opacity: 0.6;
    cursor: pointer;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

@media (max-width:1024px) {
    .cont600 {
        width: 95%;
    }

    .cont700 {
        width: 95%;
    }

    .cont800 {
        width: 95%;
    }

    .cont900 {
        width: 95%;
    }

    .cont960 {
        width: 95%;
    }

    .cont1000 {
        width: 95%;
    }

    .cont1200 {
        width: 95%;
    }

    .harea {
        padding: 60px 0;
    }

    .area {
        padding: 60px 0;
    }

    .area60 {
        padding: 50px 0;
    }

    .area40 {
        padding: 30px 0;
    }

    .row4 {
        width: 31.333%;
    }

    .row5 {
        width: 23%;
    }

    .mb80 {
        margin-bottom: 60px;
    }

    .mb60 {
        margin-bottom: 50px;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .br1024 br {
        display: none;
    }

    .rowlist1024 {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:599px) {
    .w20 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w20 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w20 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w26 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w26 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w26 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w30 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w30 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w30 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w32 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w32 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w32 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w36 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w36 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w36 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w40 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w40 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w40 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w46 {
        width: 100%;
        margin: 2% auto;
    }

    .w48 {
        width: 100%;
        margin: 2% auto;
    }

    .w50 {
        width: 100%;
        margin: 2% auto;
    }

    .w56 {
        width: 100%;
        margin: 2% auto;
    }

    .w60 {
        width: 100%;
        margin: 2% auto;
    }

    .w66 {
        width: 100%;
        margin: 2% auto;
    }

    .w70 {
        width: 100%;
        margin: 2% auto;
    }

    .w76 {
        width: 100%;
        margin: 2% auto;
    }

    .w80 {
        width: 100%;
        margin: 2% auto;
    }

    .w86 {
        width: 100%;
        margin: 2% auto;
    }

    .cont600 {
        width: 92%;
    }

    .cont700 {
        width: 92%;
    }

    .cont800 {
        width: 92%;
    }

    .cont900 {
        width: 92%;
    }

    .cont960 {
        width: 92%;
    }

    .cont1000 {
        width: 92%;
    }

    .cont1200 {
        width: 92%;
    }

    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }

    .area60 {
        padding: 40px 0;
    }

    .area40 {
        padding: 20px 0;
    }

    .row2 {
        width: 98%;
    }

    .row3 {
        width: 48%;
    }

    .row4 {
        width: 48%;
    }

    .row5 {
        width: 31.333%;
    }

    .m80 {
        margin: 40px 0;
    }

    .m60 {
        margin: 40px 0;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .tac599 {
        text-align: left;
    }

    .tar599 {
        text-align: left;
    }

    .talc599 {
        text-align: center;
    }

    .tarc599 {
        text-align: center;
    }

    .br599 br {
        display: none;
    }

    .rowlist599 {
        width: 100%;
        margin-left: 0;
    }
}

/*fead*/

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.mv {
    opacity: 1;
}

.fead-mv.up {
    -webkit-transform: translate(0, 3em);
    transform: translate(0, 3em);
}

.fead-mv.fead-top {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.fead-mv.fead-bottom {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.fead-mv.fead-left {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.fead-mv.fead-right {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.fead-mv.fade-up-right {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
}

.fead-mv.fade-up-left {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
}

.fead-mv.fade-down-right {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
}

.fead-mv.fade-down-left {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
}


.fead-mv.up.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-top.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-bottom.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-left.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-right.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-up-right.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-up-left.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-down-right.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-down-left.mv {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv .fead-mv.delay:nth-child(1) {
    -webkit-transition-delay: calc(0.1s * 1);
    transition-delay: calc(0.1s * 1);
}

.fead-mv .fead-mv.delay:nth-child(2) {
    -webkit-transition-delay: calc(0.1s * 2);
    transition-delay: calc(0.1s * 2);
}

.fead-mv .fead-mv.delay:nth-child(3) {
    -webkit-transition-delay: calc(0.1s * 3);
    transition-delay: calc(0.1s * 3);
}

.fead-mv .fead-mv.delay:nth-child(4) {
    -webkit-transition-delay: calc(0.1s * 4);
    transition-delay: calc(0.1s * 4);
}

.fead-mv .fead-mv.delay:nth-child(5) {
    -webkit-transition-delay: calc(0.1s * 5);
    transition-delay: calc(0.1s * 5);
}

.fead-mv .fead-mv.delay:nth-child(6) {
    -webkit-transition-delay: calc(0.1s * 6);
    transition-delay: calc(0.1s * 6);
}

.fead-mv .fead-mv.delay:nth-child(7) {
    -webkit-transition-delay: calc(0.1s * 7);
    transition-delay: calc(0.1s * 7);
}

.fead-mv .fead-mv.delay:nth-child(8) {
    -webkit-transition-delay: calc(0.1s * 8);
    transition-delay: calc(0.1s * 8);
}

.fead-mv .fead-mv.delay:nth-child(9) {
    -webkit-transition-delay: calc(0.1s * 9);
    transition-delay: calc(0.1s * 9);
}

.fead-mv .fead-mv.delay:nth-child(10) {
    -webkit-transition-delay: calc(0.1s * 10);
    transition-delay: calc(0.1s * 10);
}

.fead-mv .fead-mv.delay:nth-child(11) {
    -webkit-transition-delay: calc(0.1s * 11);
    transition-delay: calc(0.1s * 11);
}

.fead-mv .fead-mv.delay:nth-child(12) {
    -webkit-transition-delay: calc(0.1s * 12);
    transition-delay: calc(0.1s * 12);
}

.fead-mv .fead-mv.delay:nth-child(13) {
    -webkit-transition-delay: calc(0.1s * 13);
    transition-delay: calc(0.1s * 13);
}

.fead-mv .fead-mv.delay:nth-child(14) {
    -webkit-transition-delay: calc(0.1s * 14);
    transition-delay: calc(0.1s * 14);
}

.fead-mv .fead-mv.delay:nth-child(15) {
    -webkit-transition-delay: calc(0.1s * 15);
    transition-delay: calc(0.1s * 15);
}

.fead-mv .fead-mv.delay:nth-child(16) {
    -webkit-transition-delay: calc(0.1s * 16);
    transition-delay: calc(0.1s * 16);
}

.fead-mv .fead-mv.delay:nth-child(17) {
    -webkit-transition-delay: calc(0.1s * 17);
    transition-delay: calc(0.1s * 17);
}

.fead-mv .fead-mv.delay:nth-child(18) {
    -webkit-transition-delay: calc(0.1s * 18);
    transition-delay: calc(0.1s * 18);
}

.fead-mv .fead-mv.delay:nth-child(19) {
    -webkit-transition-delay: calc(0.1s * 19);
    transition-delay: calc(0.1s * 19);
}

.fead-mv .fead-mv.delay:nth-child(20) {
    -webkit-transition-delay: calc(0.1s * 20);
    transition-delay: calc(0.1s * 20);
}

.fead-mv .fead-mv.delay:nth-child(21) {
    -webkit-transition-delay: calc(0.1s * 21);
    transition-delay: calc(0.1s * 21);
}

.fead-mv .fead-mv.delay:nth-child(22) {
    -webkit-transition-delay: calc(0.1s * 22);
    transition-delay: calc(0.1s * 22);
}

.fead-mv .fead-mv.delay:nth-child(23) {
    -webkit-transition-delay: calc(0.1s * 23);
    transition-delay: calc(0.1s * 23);
}

.fead-mv .fead-mv.delay:nth-child(24) {
    -webkit-transition-delay: calc(0.1s * 24);
    transition-delay: calc(0.1s * 24);
}

.fead-mv .fead-mv.delay:nth-child(25) {
    -webkit-transition-delay: calc(0.1s * 25);
    transition-delay: calc(0.1s * 25);
}

.fead-mv .fead-mv.delay:nth-child(26) {
    -webkit-transition-delay: calc(0.1s * 26);
    transition-delay: calc(0.1s * 26);
}

.fead-mv .fead-mv.delay:nth-child(27) {
    -webkit-transition-delay: calc(0.1s * 27);
    transition-delay: calc(0.1s * 27);
}

.fead-mv .fead-mv.delay:nth-child(28) {
    -webkit-transition-delay: calc(0.1s * 28);
    transition-delay: calc(0.1s * 28);
}

.fead-mv .fead-mv.delay:nth-child(29) {
    -webkit-transition-delay: calc(0.1s * 29);
    transition-delay: calc(0.1s * 29);
}

.fead-mv .fead-mv.delay:nth-child(30) {
    -webkit-transition-delay: calc(0.1s * 30);
    transition-delay: calc(0.1s * 30);
}

/*heightLine*/

@media (max-width:1024px) {
    [class*="heightLine-1024"] {
        height: auto !important;
    }
}

@media (max-width:599px) {
    [class*="heightLine-599"] {
        height: auto !important;
    }
}

/*iframe*/

.iframe {
    overflow: hidden;
    padding-top: 50%;
    position: relative;
}

.iframe iframe {
    width: 100%;
    max-width: inherit;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*map*/

.map {
    overflow: hidden;
    padding-top: 40%;
    position: relative;
}

.map iframe {
    width: 100%;
    max-width: inherit;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width:1024px) {
    .map {
        padding-top: 45%;
    }
}

@media (max-width:599px) {
    .map {
        padding-top: 50%;
    }
}


.acHead {
    cursor: pointer;
}

.tabNavItem {
    cursor: pointer;
}

/*header*/

[data-element-id] .index header {
    position: static;
}

.index header {
    position: absolute;
}

header {
    width: 100%;
    padding: 0 2%;
    top: 0;
    left: 0;
    z-index: 100;
}

.hlogo a {
    max-width: 150px;
    display: inline-block;
    padding: 3em 0;
}
[data-element-id] .head{
  padding-top: 9em;
}

@media (max-width: 599px) {
    .hlogo a {
        max-width: 115px;
        /* padding: 3em 0; */
    }
    .area01{
      padding: 0;
    }
}

/*gnav*/
[data-element-id] .hlogo {
    border: solid 2px #008000;
}

[data-element-id] .hlogo:after {
    content: "スマホで非表示";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #008000;
}

#gnav div.toggle {
    visibility: hidden;
    opacity: 0;
}

#gnav {
    width: 100%;
    z-index: 200;
}

.glist li.gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #6f6f6f;
    text-align: center;
}

[data-element-id] #gnav li.pcnone:not(:first-child) {
    display: block;
    max-width: 375px;
    border: 2px solid #000;
}

[data-element-id] #gnav li.pcnone:not(:first-child):after {
    content: "メニューアイコン内表示";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}

[data-element-id] #gnav li.pcnone:first-child {
    max-width: 375px;
    display: block;
    border: solid 2px #ff1493;
    position: absolute;
    bottom: 3em;
    left: 0;
}

[data-element-id] #gnav li.pcnone:first-child::after {
    content: "メニューアイコン内で表示";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff1493;
}

#gnav li.pcnone {
    display: none;
}

.glist li a {
    width: 100%;
    display: block;
    font-weight: 500;
    padding: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
}



.overlay {
    height: 100%;
    overflow: hidden;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.dropper .drop-list .drop-item>a{
  font-weight: 500;
}

@media (min-width: 1025px) {
    .dropper {
        position: relative;
    }

    .drop-list {
        width: 245px;
        max-height: 0px;
        overflow: hidden;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 1;
    }

    .dropper:hover .drop-list {
        max-height: 400px;
    }

    .dropper .drop-list .drop-item>a {
        width: 99%;
        display: block;
        padding: 0.5em;
        font-size: 16px;
        background-color: var(--color01);
    }

    .glist li .a {
        width: 100%;
        display: block;
        padding: 1em;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 18px;
        color: #6f6f6f;
        text-align: center;
        cursor: pointer;
    }

    #gnav li .pull {
        position: relative;
    }

    #gnav li.pullbox:hover .pulllist {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [data-element-id] #gnav li .pulllist {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: relative;
    }

    #gnav li .pulllist {
        width: 150px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.6s all ease;
        transition: 0.6s all ease;
        -webkit-transform: translate(-50%, -2em);
        transform: translate(-50%, -2em);
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 10;
    }

    [data-element-id] #gnav li .pulllist li {
        width: 100%;
    }

    #gnav li .pulllist li a {
        padding: 0.25em;
        font-size: 16px;
        color: #6f6f6f;
        text-align: center;
        border-bottom: 1px solid;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #gnav li .pulllist li:last-of-type a {
        border-bottom: none;
    }
    #gnav.hum {
        position: fixed;
        top: 0;
        right: 0;
    }

    #gnav.hum div.toggle {
        width: 50px;
        height: 50px;
        display: block !important;
        visibility: visible;
        border-radius: 50%;
        background-color: #6f6f6f;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 1;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 1em;
        right: 1em;
        z-index: 251;
    }

    #gnav.hum div.toggle span.n {
        width: 26px;
        height: 3px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 12px;
    }

    #gnav.hum div.toggle span.n:before {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        top: -9px;
        left: 0;
    }

    #gnav.hum div.toggle span.n:after {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        top: 9px;
        left: 0;
    }

    #gnav.hum.action div.toggle span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.hum.action div.toggle span.n:after,
    #gnav.hum.action div.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav.hum .accordion-bg {
        width: 100vw;
        height: 0;
    }

    #gnav.hum.action .accordion-bg {
        width: 100vw;
        height: 100vh;
        background-color: #000;
        opacity: 0.6;
        -webkit-transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #gnav.hum .gnavinn {
        width: 40%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 1);
        opacity: 0;
        -webkit-transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    #gnav.hum.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav.hum .gnavinn .glist {
        width: 100%;
        padding: 60px 6% 80px;
    }

    #gnav.hum .glist li.gitem {
        width: 100%;
        display: block !important;
        font-weight: 500;
        padding: 0;
        text-align: center;
        position: static;
    }

    #gnav.hum .gnavinn .glist .glogo a {
        padding: 0 0 2em;
    }

    #gnav.hum .gnavinn .glist a {
        height: auto;
        display: block;
        padding: 0.25em 10px 0.25em 20px;
        text-align: left;
        border: none !important;
    }
    
    #gnav.hum .gnavinn .glogo a {
        text-align: center;
    }
    #gnav.hum li .pull {
        display: none;
    }

    #gnav.hum .gnavinn .glist .pullbox dt {
        text-align: left;
    }

    #gnav.hum .gnavinn .glist .pullbox dt .a {
        height: auto;
        display: block;
        display: none;
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        text-align: left;
        border: none !important;
    }

    #gnav.hum li .pulllist {
        width: 100%;
        visibility: visible;
        background: none;
        opacity: 1;
        -webkit-transform: none !important;
        transform: none !important;
        position: static;
        left: 15px;
    }

    #gnav.hum li .pulllist:before {
        display: none;
        left: 27px;
    }

    #gnav.hum li .pulllist li {
        -webkit-transform: none !important;
        transform: none !important;
    }

    #gnav.hum .glist li .pulllist li a {
        padding: 0.5em 10px 0.5em 20px;
        font-size: 14px;
        color: inherit;
        background: none;
    }

    #gnav.hum .gnavinn .drop-list {
        width: 100%;
        max-height: 400px;
        overflow: hidden;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        position: relative;
        top: 0%;
        left: 0%;
    }

    #gnav.hum .gnavinn .dropper:hover .drop-list {
        max-height: 400px;
    }

    #gnav.hum .gnavinn .dropper .drop-list .drop-item>a {
        width: 100%;
        display: block;
        padding: 0.5em 0.5em 0.5em 2em;
        font-size: 16px;
        background-color: inherit;
    }
}

.glogo img{
  width: 30%;
  min-width: 120px;
}

@media (max-width: 1024px) {
    #gnav .gnavinn .drop-list {
        width: 100%;
        max-height: 400px;
        overflow: hidden;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        position: relative;
        top: 0%;
        left: 0%;
    }

    #gnav .gnavinn .dropper:hover .drop-list {
        max-height: 400px;
    }

    #gnav .gnavinn .dropper .drop-list .drop-item>a {
        width: 100%;
        display: block;
        padding: 0.5em 0.5em 0.5em 2em;
        font-size: 16px;
        background-color: inherit;
    }

    #gnav {
        position: fixed;
        top: 0;
        right: 0;
    }

    #gnav div.toggle {
        width: 50px;
        height: 50px;
        display: block !important;
        visibility: visible;
        border-radius: 50%;
        background-color: #6f6f6f;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 1;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 3em;
        right: 1em;
        z-index: 251;
    }

    #gnav div.toggle span.n {
        width: 26px;
        height: 3px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        border-radius: 10px;
        background: #fff;
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        position: absolute;
        top: 50%;
        left: 12px;
    }

    #gnav div.toggle span.n:before {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        top: -9px;
        left: 0;
    }

    #gnav div.toggle span.n:after {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        top: 9px;
        left: 0;
    }

    #gnav.action div.toggle span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action div.toggle span.n:after,
    #gnav.action div.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-bg {
        width: 100vw;
        height: 0;
    }

    #gnav.action .accordion-bg {
        width: 100vw;
        height: 100vh;
        background-color: #000;
        opacity: 0.6;
        -webkit-transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #gnav .gnavinn {
        width: 50%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 1);
        opacity: 0;
        -webkit-transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        transition: height 0.5s cubic-bezier(0.8, 0, 0.2, 1);
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .gnavinn .glist {
        width: 100%;
        padding: 60px 6% 80px;
    }

    #gnav .glist li.gitem {
        width: 100%;
        display: block !important;
        padding: 0;
        text-align: center;
        position: static;
    }

    #gnav .gnavinn .glist .glogo a {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 2em;
    }

    #gnav .gnavinn .glist a {
        height: auto;
        display: block;
        padding: 0.25em 10px 0.25em 20px;
        text-align: left;
        border: none !important;
    }
    #gnav .gnavinn .glogo a {
        text-align: center;
    }
    #gnav li .pull {
        display: none;
    }

    #gnav .gnavinn .glist .pullbox dt {
        text-align: left;
    }

    #gnav .gnavinn .glist .pullbox dt .a {
        height: auto;
        display: block;
        display: none;
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        text-align: left;
        border: none !important;
    }

    #gnav li .pulllist {
        width: 100%;
        visibility: visible;
        background: none;
        opacity: 1;
        -webkit-transform: none !important;
        transform: none !important;
        position: static;
        left: 15px;
    }

    #gnav li .pulllist:before {
        display: none;
        left: 27px;
    }

    #gnav li .pulllist li {
        -webkit-transform: none !important;
        transform: none !important;
    }

    #gnav .glist li .pulllist li a {
        padding: 0.5em 10px 0.5em 20px;
        font-size: 14px;
        color: inherit;
        background: none;
    }
}

@media (max-width:599px) {
    #gnav .gnavinn {
        width: 100%;
        position: fixed;
    }

    #gnav .gnavinn .glist {
        padding: 60px 6% 33%;
    }
}

[data-element-id] .drop-list {
        overflow: visible;
        top:-210px;
        border: 2px solid #000;
        max-height: 202px;
    }
[data-element-id] .drop-list:after {
    content: "ドロップダウン";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}
    


/*footer*/

footer {
    background-color: var(--color02);
}

.foot {
    padding: 70px 0;
}

.flogo a {
    max-width: 130px;
    display: inline-block;
    padding: 0.5em 0;
}

.ftopL {
    width: 150px;
}

.ftopR {
    width: calc(100% - 150px);
}

.ftopRlist .ftopRitem:nth-of-type(2n+ 1) {
    border-left: none;
}

.ftopRitem {
    padding: 0 2.25em;
    border-left: 0.15em solid var(--color01);
}

.ftopRitem .shoname a {
    display: inline-block;
}

.ftopRitem .tel {
    padding: 0.5em 0;
}

.ftopRitem .tel a {
    display: inline-block;
}

.ftopRitem .tel .icon {
    padding-left: 2.5em;
    position: relative;
}

.ftopRitem .tel .icon:before {
    content: "";
    width: 2em;
    height: 2em;
    background-image: url('/import/tenant_1/162.43.28.36/images/tel01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-filter: var(--filter);
    filter: var(--filter);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.ftopRitem .bhoursitem {
    width: 50%;
    margin: 2% 0;
}

.ftopRitem .bhoursitem dt {
    margin-bottom: 1em;
}

.ftopRitem .bhoursitem .label {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    line-height: 1.6;
    background-color: var(--color01);
}

.ftopRitem .bhoursitem .item {
    margin: 0.5em 0;
}

.copy {
    padding: 0.5em;
    color: rgba(169, 169, 169, 255);
    text-align: center;
    background-color: #fff;
}

.ffix:not([data-element-id]) div {
    min-height: inherit !important;
}

.ffix {
    width: 12%;
    min-width: 195px;
    position: fixed;
    bottom: -12px;
    left: 17px;
    z-index: 99;
}
.aba {
  margin: 2em 0;
}

.ffix a {
    display: block;
    padding: 0.75em 0;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

.ffix .aba a {
    background-color: #a7c8c5;
}

.ffix .abb a {
    background-color: var(--color01);
}
.ffix .aba02 a {
   background-color: #52817c;
}
.sbbox02 .aba03 a{
  background-color: #dcbd7a!important;
}
.sbbox02 .aba a{
  background-color: #b7ac95;
}
[data-element-id] .ffix {
    width: 85%;
    display: block;
    position: relative;
}

.second{
  font-size: 13px;
}
.reservebutton{
  padding-left: 10px;
}
.shopname{
  display: inline-block;
  width: 90px;
  border-right: 2px solid #fff;
}


@media (max-width: 1024px) {
    .ffix{
      width: 100%;
      bottom: 0;
    left: 0;
    }
    .aba {
      margin: 0;
      }
    .ftopL {
        width: 100%;
        margin-bottom: 4%;
    }

    .ftopR {
        width: 100%;
    }

    .ftopRitem .bhoursitem {
        width: 100%;
    }

    .flogo a {
        max-width: 130px;
    }
    .ffix a {
    border-radius: 0;
}
}

@media (max-width: 599px) {
    footer {
        padding-bottom: 60px;
    }

    .foot {
        padding: 60px 0 30px;
    }


    .ftopRitem {
        margin: 0;
        padding: 0.5em 0;
        border-left: none;
    }

    .ftopRitem+.ftopRitem {
        padding: 1.5em 0;
        border-top: 0.15em solid var(--color01);
    }

    .ftopRitem .tel {
        padding: 0.5em 0 1em;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    height: 100vh;
    overflow: hidden;
    position: relative;
}


.homeSlide .titbox {
    width: 96%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
}

.homeSlide .titbox * {
    color: #353535;
    line-height: 1.4;
    text-align: center;
}

[data-element-id] .homeSlide .titbox .tit {
    -webkit-transform: none;
    transform: none;
}

.homeSlide .titbox .tit {
    margin: 0.25em 0;
    font-family: "Bad Script", cursive;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.homeSlide .uk-slidenav-position {
    width: 100%;
    height: 100%;
}


.homeSlide .uk-slideshow {
    width: 100% !important;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    width: 100% !important;
    height: 100% !important;
}

.homeSlide .uk-slideshow>*>* {
    width: 100% !important;
    height: 100% !important;
}

.homeSlide .uk-slideshow>*>*>img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.5;
}

.undermvbox {
    position: relative;
}

.undermvbox:before {
    content: "";
    width: 60%;
    height: 100vh;
    background-color: #e9e9e9;
    position: absolute;
    bottom: 70%;
    right: 0;
    z-index: -1;
}

.undermvbox:after {
    content: "";
    width: 271px;
    height: 320px;
    background-image: url('/import/tenant_1/162.43.28.36/images/leaf01.webp');
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    right: 0;
    z-index: -1;
}

.undermv .mvbox {
    width: 50%;
    position: relative;
}

.undermv .mvbox .titbox {
    width: 145%;
    position: absolute;
    bottom: 12.5%;
    left: 90%;
    z-index: 1;
}

.undermv .mvbox .titbox * {
    color: #353535;
    line-height: 1.4;
}

[data-element-id] .undermv .mvbox .titbox .tit {
    -webkit-transform: none;
    transform: none;
}

.undermv .mvbox .titbox .tit {
    margin: 0.25em 0;
    font-family: "Bad Script", cursive;
    font-weight: 400;
    font-size: calc(46px + ((1vw - 10px) * 1.6));
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

[data-element-id] .undermv .mvbox .titbox .subtit {
    -webkit-transform: none;
    transform: none;
}

.undermv .mvbox .titbox .subtit {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.undermv .breadbox {
    width: 46%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 90px;
    text-align: right;
    position: relative;
}

.undermv .breadbox:before {
    content: "";
    width: 100vw;
    height: 5px;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0.4em;
    left: 50%;
    z-index: -1;
}

.undermv .breadboxin {
    width: 25vw;
    margin-right: calc((100vw - 1150px) / -2);
}

@media (max-width:1024px) {
    .homeSlide .titbox .tit {
        margin: 0.5em 0;
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .undermvbox:after {
        width: 100%;
        height: 100%;
        background-size: 25%;
        background-position: right top;
        top: 30%;
    }

    .undermv .mvbox .titbox .tit {
        font-size: calc(30px + (1vw * 1.6));
    }
    
    .undermv .mvbox .titbox .tit002 {
        font-size: calc(25px + (1vw * 1.6));
    }

    .undermv .breadbox {
        width: 100%;
        padding-top: 0;
    }

    .undermv .breadboxin {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width:599px) {
    .homeSlide {
        height: 100vh;
    }

    .homeSlide .titbox .tit {
        font-size: calc(32px + (1vw * 1.6));
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .undermvbox:after {
        background-size: 35%;
    }
    .undermv .mvbox .titbox {
    left: 70%;
}
}

/*txtTransform*/

@-webkit-keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

[data-element-id] .txtTransform01 span.text_t {
    opacity: 1;
}

.txtTransform01 span.text_t {
    opacity: 0;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
}

.fead-mv.mv .txtTransform01 span.text_t {
    opacity: 1;
}

.txtTransform01 span.text_t:nth-child(1) {
    -webkit-transition-delay: calc(0.1s * 1);
    transition-delay: calc(0.1s * 1);
}

.txtTransform01 span.text_t:nth-child(2) {
    -webkit-transition-delay: calc(0.1s * 2);
    transition-delay: calc(0.1s * 2);
}

.txtTransform01 span.text_t:nth-child(3) {
    -webkit-transition-delay: calc(0.1s * 3);
    transition-delay: calc(0.1s * 3);
}

.txtTransform01 span.text_t:nth-child(4) {
    -webkit-transition-delay: calc(0.1s * 4);
    transition-delay: calc(0.1s * 4);
}

.txtTransform01 span.text_t:nth-child(5) {
    -webkit-transition-delay: calc(0.1s * 5);
    transition-delay: calc(0.1s * 5);
}

.txtTransform01 span.text_t:nth-child(6) {
    -webkit-transition-delay: calc(0.1s * 6);
    transition-delay: calc(0.1s * 6);
}

.txtTransform01 span.text_t:nth-child(7) {
    -webkit-transition-delay: calc(0.1s * 7);
    transition-delay: calc(0.1s * 7);
}

.txtTransform01 span.text_t:nth-child(8) {
    -webkit-transition-delay: calc(0.1s * 8);
    transition-delay: calc(0.1s * 8);
}

.txtTransform01 span.text_t:nth-child(9) {
    -webkit-transition-delay: calc(0.1s * 9);
    transition-delay: calc(0.1s * 9);
}

.txtTransform01 span.text_t:nth-child(10) {
    -webkit-transition-delay: calc(0.1s * 10);
    transition-delay: calc(0.1s * 10);
}

.txtTransform01 span.text_t:nth-child(11) {
    -webkit-transition-delay: calc(0.1s * 11);
    transition-delay: calc(0.1s * 11);
}

.txtTransform01 span.text_t:nth-child(12) {
    -webkit-transition-delay: calc(0.1s * 12);
    transition-delay: calc(0.1s * 12);
}

.txtTransform01 span.text_t:nth-child(13) {
    -webkit-transition-delay: calc(0.1s * 13);
    transition-delay: calc(0.1s * 13);
}

.txtTransform01 span.text_t:nth-child(14) {
    -webkit-transition-delay: calc(0.1s * 14);
    transition-delay: calc(0.1s * 14);
}

.txtTransform01 span.text_t:nth-child(15) {
    -webkit-transition-delay: calc(0.1s * 15);
    transition-delay: calc(0.1s * 15);
}

.txtTransform01 span.text_t:nth-child(16) {
    -webkit-transition-delay: calc(0.1s * 16);
    transition-delay: calc(0.1s * 16);
}

.txtTransform01 span.text_t:nth-child(17) {
    -webkit-transition-delay: calc(0.1s * 17);
    transition-delay: calc(0.1s * 17);
}

.txtTransform01 span.text_t:nth-child(18) {
    -webkit-transition-delay: calc(0.1s * 18);
    transition-delay: calc(0.1s * 18);
}

.txtTransform01 span.text_t:nth-child(19) {
    -webkit-transition-delay: calc(0.1s * 19);
    transition-delay: calc(0.1s * 19);
}

.txtTransform01 span.text_t:nth-child(20) {
    -webkit-transition-delay: calc(0.1s * 20);
    transition-delay: calc(0.1s * 20);
}

.txtTransform01 span.text_t:nth-child(21) {
    -webkit-transition-delay: calc(0.1s * 21);
    transition-delay: calc(0.1s * 21);
}

.txtTransform01 span.text_t:nth-child(22) {
    -webkit-transition-delay: calc(0.1s * 22);
    transition-delay: calc(0.1s * 22);
}

.txtTransform01 span.text_t:nth-child(23) {
    -webkit-transition-delay: calc(0.1s * 23);
    transition-delay: calc(0.1s * 23);
}

.txtTransform01 span.text_t:nth-child(24) {
    -webkit-transition-delay: calc(0.1s * 24);
    transition-delay: calc(0.1s * 24);
}

.txtTransform01 span.text_t:nth-child(25) {
    -webkit-transition-delay: calc(0.1s * 25);
    transition-delay: calc(0.1s * 25);
}

.txtTransform01 span.text_t:nth-child(26) {
    -webkit-transition-delay: calc(0.1s * 26);
    transition-delay: calc(0.1s * 26);
}

.txtTransform01 span.text_t:nth-child(27) {
    -webkit-transition-delay: calc(0.1s * 27);
    transition-delay: calc(0.1s * 27);
}

.txtTransform01 span.text_t:nth-child(28) {
    -webkit-transition-delay: calc(0.1s * 28);
    transition-delay: calc(0.1s * 28);
}

.txtTransform01 span.text_t:nth-child(29) {
    -webkit-transition-delay: calc(0.1s * 29);
    transition-delay: calc(0.1s * 29);
}

.txtTransform01 span.text_t:nth-child(30) {
    -webkit-transition-delay: calc(0.1s * 30);
    transition-delay: calc(0.1s * 30);
}

/*bread*/

.bread {
    display: inline-block;
    text-align: left;
}

.bread::-webkit-scrollbar {
    height: 5px;
}

.bread::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: #626262;
}

.bread::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
}

.breadcrumbs li a:after {
    content: "\f105";
    display: inline-block;
    margin: 0 1em;
    font-family: FontAwesome;
}

.breadcrumbs li {
    font-size: 13px;
    color: rgba(116, 114, 114, 255);
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li span {
    display: inline-block;
}

@media (max-width: 1024px) {
    .bread {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 1.5em 0;
        white-space: nowrap;
    }

    .breadcrumbs a:after {
        margin: 0 1em;
    }

    .breadcrumbs span {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .bread {
        padding: 1em 0;
    }

    .bread::-webkit-scrollbar {
        height: 2px;
    }

    .breadcrumbs span {
        font-size: 11px;
    }

    .breadcrumbs a:after {
        margin: 0 0.5em;
    }
}

/*pagenav*/

.pagenav li {
    padding: 0 0.5em;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 34px;
    color: rgba(111, 111, 111, 255);
    line-height: 1.2;
}

.pagenav li.now,
.pagenav li.prev,
.pagenav li.next {
    color: rgba(53, 53, 53, 255);
}

.pagenav li a {
    display: block;
}

.pagenav li.now>span {
    text-decoration: underline;

    text-underline-position: under;
}

@media (max-width: 1024px) {
    .pagenav li {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .pagenav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagenav li {
        font-size: 24px;
    }
}

/*form*/

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #bcbcbc;
}

.formitem {
    padding: 1em 0;
}

.formitem dt {
    width: 30%;
}

.formitem dt label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-align-items: center;
}

.formitem .reqw {
    margin-left: 1em;
    padding: 0 1em;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
}

.formitem dd {
    width: 66%;
}

.form dd input {
    width: 100%;
    padding: 0.25em 0.5em;
}

.form dd select {
    padding: 0.25em 0.5em;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}



.form dd textarea {
    width: 100%;
    height: 250px;
    padding: 0.25em 0.5em;
}

.formbtn li {
    text-align: center;
}

.formbtn li button {
    width: 260px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0.5em 1em;
    color: #fff;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    text-align: center;
    border: 1px solid;
    background-color: var(--color01);
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formbtn li button:hover {
    color: var(--color01);
    border: 1px solid;
    background-color: #fff;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media (max-width:1024px) {
    .form dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .formitem dt label {
        display: block;
    }

    .form dd {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media (max-width:599px) {
    .formbtn li button {
        width: 230px;
    }

    .formbtn2 li {
        max-width: 120px;
    }
}

/*tab*/

[data-element-id] .tabArea .tabBox {
    border: 5px solid lightgreen;
}


/*swiper*/

.swiper-container.slider-thumbnail {
    padding-bottom: 80px;
}

.swiper-container.slider-thumbnail .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 50% !important;
    overflow: hidden;
    padding: 2%;
    opacity: 0.5;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container.slider-thumbnail [class*="swiper-button-"] {
    width: 50%;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #6f6f6f;
    top: auto;
    bottom: 0;
}

.swiper-container.slider-thumbnail [class*="swiper-button-"] * {
    line-height: 1;
}

.swiper-container.slider-thumbnail [class*="swiper-button-"]:after {
    content: none;
}

.swiper-container.slider-thumbnail .swiper-button-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.swiper-container.slider-thumbnail .swiper-button-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


@media (max-width:1024px) {
    .swiper-container.slider-thumbnail {
        padding-bottom: 60px;
    }

    .swiper-container.slider-thumbnail [class*="swiper-button-"] {
        font-size: 20px;
    }
}

@media (max-width:599px) {
    .swiper-container.slider-thumbnail {
        padding-bottom: 40px;
    }

    .swiper-container.slider-thumbnail [class*="swiper-button-"] .text {
        display: none;
    }
}

/*base
rewrite*/

h1:not([data-element-id]) {
    position: absolute;
    /* bottom: 200%; */
    top: 10px;
}

.harea+.harea {
    padding-top: 40px;
}

.harea[class*="bg"]+.harea,
.harea[class*="tfmp"]+.harea {
    padding-top: 80px;
}

.harea+.harea[class*="bg"] {
    padding: 80px 0;
}

.area+.area {
    padding-top: 40px;
}

.area[class*="bg"]+.area,
.area[class*="tfmp"]+.area {
    padding-top: 80px;
}

.area+.area[class*="bg"] {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .harea+.harea {
        padding-top: 30px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="tfmp"]+.harea {
        padding-top: 60px;
    }

    .harea+.harea[class*="bg"] {
        padding: 60px 0;
    }

    .area+.area {
        padding-top: 30px;
    }

    .area[class*="bg"]+.area,
    .area[class*="tfmp"]+.area {
        padding-top: 60px;
    }

    .area+.area[class*="bg"] {
        padding: 60px 0;
    }
}

@media (max-width: 599px) {
    .harea+.harea {
        padding-top: 20px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="tfmp"]+.harea {
        padding-top: 40px;
    }

    .harea+.harea[class*="bg"] {
        padding: 40px 0;
    }

    .area+.area {
        padding-top: 20px;
    }

    .area[class*="bg"]+.area,
    .area[class*="tfmp"]+.area {
        padding-top: 40px;
    }

    .area+.area[class*="bg"] {
        padding: 40px 0;
    }
}

/*common*/

.font00 {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.font01 {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
}

.font02 {
    font-family: "Bad Script", cursive;
    font-weight: 400;
    font-style: normal;
}


.fc00 {
    color: #353535;
}

.fc01 {
    color: #6f6f6f;
}

.fc02 {
    color: #9f9f9f;
}

.bgc01 {
    background-color: var(--color01);
}

.more01 a {
    display: inline-block;
    padding: 0.25em 0;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    opacity: 1;
}

.more01 a:hover {
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
}

.more02 a {
    width: 270px;
    max-width: 100%;
    display: inline-block;
    padding: 0.5em 1em;
    color: #6f6f6f;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid;
    opacity: 1;
}

.more02 a:hover {
    color: #fff;
    background-color: #6f6f6f;
}

.more02.type01 a {
    color: rgba(111, 111, 111, 255);
    border: none;
    background-color: var(--color01);
}

.more02.type01 a:hover {
    color: var(--color01);
    background-color: #fff;
}

.back01 a {
    width: 260px;
    max-width: 100%;
    display: inline-block;
    padding: 0.5em 0.5em;
    color: #6f6f6f;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #b3b3b3;
}

.back01 a:hover {
    color: #fff;
    background-color: #6f6f6f;
}

.backlist {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.backlist .back {
    max-width: 50%;
    margin: 0 0.5em;
}

.cmntit01 {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #6f6f6f;
    line-height: 1.2;
}

.cmntit01.for-sp {
    font-size: 24px;
}

.cmntit01.white {
    color: #fff;
}

.cmntit02{
  font-size: 28px
}
.cmntit03{
  font-size: 20px
}

@media (max-width: 1024px) {
    .cmntit01 {
        font-size: 24px;
    }
    .cmntit03{
  font-size: 18px
}
}


@media (max-width: 599px) {
   .more02 a {
        width: 230px;
    }

    .back01 a {
        width: 230px;
    }
}


/*home*/

.home01cont {
    position: relative;
}

.home01cont:before {
    content: "";
    width: 213px;
    height: 230px;
    background-image: url('/import/tenant_1/162.43.28.36/images/scissors01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.home01item a {
    display: block;
}

.home01itemin {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.home01item .date {
    width: 6em;
}

.home01item .date+.cat-01+.ttl {
    width: calc(100% - 16em);
}

@media(max-width:599px) {
    .home01item .date+.cat-01+.ttl {
        width: calc(100% - 6.5em);
    }

    .cat-01 {
      font-size: 12px;
        height: 2.5em;
        line-height: 100%;
        line-height: 2;
    }
}

.cat-01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.cat-01 span{
  background-color: var(--color01);
  margin: 0 2px 2px;
  padding: 0 10px;
}

.home02boxin {
    position: relative;
}

.home02boxin:before {
    content: "";
    width: 48%;
    padding-top: 30%;
    background-color: #e9e9e9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.home02boxin .tbox {
    padding: 1.5em 3em;
}

.home02boxin .pbox .text {
    margin-top: -1.2em;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    position: relative;
}

.home03box .cmntit01 {
    margin-right: 8%;
}

.home03list .home03item:nth-of-type(3n+2) {
    padding-top: 60px;
}

.home03list .home03item:nth-of-type(3n+3) {
    padding-top: 120px;
}

.home03item {
    padding: 0 0.5em;
}

.home03item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.home03item .tbox {
    width: 100%;
    padding: 3em 1.5em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    z-index: 2;
}

.home03item .tbox span {
    line-height: inherit;
}

.home03item .tbox .ttl {
    margin-bottom: 1em;
}

.home03item .tbox .more {
    width: 100%;
}

.home03item .pbox .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(228, 239, 245, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home04boxin {
    padding-bottom: 1px;
    position: relative;
}

.home04boxin:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: calc(15% - 1.5em);
    z-index: -1;
}

.home04listnav {
    margin-left: 15%;
}

.home04listnavitem.on {
    color: rgba(111, 111, 111, 255);
}

.home04listnavitem {
    padding: 0 0.5em;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: rgba(159, 159, 159, 255);
    cursor: pointer;
}

.home04item {
    background-color: #fff;
}

.home04item a {
    display: block;
}

.home04item .tbox {
    padding: 1.5em;
}

@media(max-width:599px) {
    .home04item .tbox {
        padding: 10px;
    }
}

.home04item .tbox .onamae {
    padding-right: 1.5em;
    position: relative;
}

.home04item .tbox .onamae:before {
    content: "";
    width: 1em;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.home04item .tbox .onamae:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid;
    border-left: 1px solid transparent;
    border-right: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 0;
}

.home05box {
    padding-top: 30px;
    position: relative;
}

.home05box:before {
    content: "";
    width: 1250px;
    max-width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/dryer01.webp'), url('/import/tenant_1/162.43.28.36/images/cross01.webp'), url('/import/tenant_1/162.43.28.36/images/cross02.webp');
    background-repeat: no-repeat;
    background-position: left top, right top, left bottom;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.home05list {
    max-width: 900px;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
}

.home05item {
    width: 48%;
}

.home05list .home05item:nth-of-type(2n+1) {
    margin-top: -40px;
}

.home05list .home05item:nth-of-type(2n+2) {
    padding-top: 80px;
}

.home05item a {
    display: block;
    overflow: hidden;
    opacity: 1;
    position: relative;
}

.home05item .tbox * {
    color: rgba(111, 111, 111, 255);
    text-align: center;
}

.home05item .tbox:not([data-element-id]) {
    width: 100%;
    visibility: hidden;
    padding: 1.5em;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.home05item:hover .tbox:not([data-element-id]) {
    visibility: visible;
    opacity: 1;
}

.home05item:hover .pbox {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.home06 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(172, 185, 192, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home06item a {
    height: 100%;
    display: block;
}

.home06itemin {
    height: 100%;
}

.home06item .pbox {
    width: 140px;
    -webkit-transform: translate(1em, 0px);
    transform: translate(1em, 0px);
    position: relative;
    z-index: 1;
}

.home06item .tbox {
    width: calc(100% - 140px);
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: flex-start;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 3em;
    padding: 3em 2em 3em;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

.home06item .tbox>* {
    position: relative;
    z-index: 1;
}

.home06item .tbox::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url('/import/tenant_1/162.43.28.36/images/Shape01.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-filter: var(--filter);
    filter: var(--filter);
    position: absolute;
    top: 0;
    left: 0;
}

.home07boxin {
    padding: 0 0 3em;
    position: relative;
}

.home07boxin:before {
    content: "";
    width: 100vw;
    height: 80%;
    background-color: #e9e9e9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.home07boxin .tbox {
    padding: 1.5em 2em;
}

.home07boxin .pbox {
    position: relative;
}

.up-reader1 {
  display: block;
  width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[data-element-id] .home07boxin .pbox .text {
    position: static;
}

.home07boxin .pbox .text {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 3em;
    right: -15%;
    z-index: 1;
}

.home08boxin01 {
    position: relative;
    z-index: 1;
}

.home08boxin02 {
    margin-top: -4em;
}

.home08boxin02 .textbox .text {
    padding: 6em 3em;
    background-color: var(--color01);
    position: relative;
}

@media(max-width:599px) {
    .home08boxin02 .textbox .text {
        padding: 30px 10px;
    }
}

.home08boxin02 .morebox {
    margin-top: 3em;
}

.home09item {
    margin-top: 1em;
    margin-bottom: 1em;
}

.home09item a {
    display: block;
    padding: 0 1em;
}

.home09item .dcitem {
    margin-top: -1.5em;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
}

.bitem .dcitem {
    margin-top: -1.5em;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
}

.home09item .dcitem.c .label {
    width: 8em;
    display: block;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #6f6f6f;
}

.bitem .dcitem.c {
    width: 8em;
    display: block;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
}

@media(max-width:599px) {
    .home09item .dcitem.c .label {
        height: 1.5em;
        line-height: 100%;
    }

    .bitem .dcitem.c .label {
        height: 1.5em;
        line-height: 100%;
    }
}

.home10box {
    width: 100%;
    max-width: 100%;
}

.home10 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(195, 198, 201, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home11list>.home11item:nth-child(4) {
    display: none;
}

.home11item a {
    display: block;
}

@media (max-width: 1024px) {
    .home02boxin .tbox {
        padding: 1.5em 1.5em;
    }

    .home03item .tbox {
        padding: 1.5em 1em;
    }

    .home05list {
        padding: 30px 0 0;
    }

    .home05list .home05item:nth-of-type(2n+1) {
        margin-top: -30px;
    }

    .home05list .home05item:nth-of-type(2n+2) {
        padding-top: 60px;
    }

    .home05item .tbox:not([data-element-id]) {
        padding: 1em;
    }

    .home06item {
        padding: 1.5em;
        background-color: var(--color01);
    }

    .home06item .pbox {
        width: 30%;
        -webkit-transform: none;
        transform: none;
    }

    .home06item .tbox {
        width: 64%;
        min-height: inherit;
        display: block;
        margin-top: 0;
        padding: 0;
    }

    .home07boxin .tbox {
        padding: 1.5em 1.5em;
    }
}

@media (max-width: 599px) {
    .home01item .date {
        width: 100%;
    }

    .home01item .date+.ttl {
        width: 100%;
    }

    .home02boxin {
        padding: 1.5em 0;
    }

    .home02boxin:before {
        width: 100vw;
        height: 100%;
        padding-top: 0;
        top: 0;
        bottom: auto;
    }

    .home02boxin .pbox .text {
        -webkit-transform: none;
        transform: none;
    }

    .home02boxin .tbox {
        padding: 1.5em 0;
    }

    .home03list .home03item {
        padding: 0.25em !important;
    }

    .home03box .cmntit01 {
        margin-right: 0;
    }

    .home05box:before {
        max-width: 104vw;
        background-size: 50vw, 25vw, 25vw;
    }

    .home05list {
        padding: 0;
    }

    .home05item {
        width: 49%;
        margin: 1% 0 !important;
    }

    .home05list .home05item:nth-of-type(2n+1) {
        margin-top: 0;
    }

    .home05list .home05item:nth-of-type(2n+2) {
        padding-top: 0;
    }

    .home05item .tbox:not([data-element-id]) {
        display: none;
    }

    .home07boxin .pbox .text {
        right: 0;
    }

    .home07boxin .tbox {
        padding: 1.5em 0;
    }

    .home08boxin02 {
        margin-top: 0;
    }

    .home11list>.home11item:nth-child(4) {
        display: list-item;
    }
}

/*first*/

.first01boxitem {
    position: relative;
}

.first01boxitem:before {
    content: "";
    width: 50%;
    padding-top: 40%;
    background-color: #edf2f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.first01boxitem .num {
    margin-bottom: 1em;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 40px;
    color: #6f6f6f;
    line-height: 1.2;
}

.first01boxlist .first01boxitem:nth-of-type(odd) .pbox .pic {
    padding-left: 5em;
}

.first01boxlist .first01boxitem:nth-of-type(even) .pbox .pic {
    padding-right: 5em;
}

.first01boxlist .first01boxitem:nth-of-type(even) .pbox .text {
    text-align: right;
}

.first02 {
    overflow: hidden;
    background-color: #fafafa;
}

.first02box .titbox .cmntit01 {
    position: relative;
    z-index: 1;
}

.first02box .titbox .cmntit01:before {
    content: "";
    width: 100vw;
    height: 300vh;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    z-index: -1;
}

.first02listitem .ttlbx {
    padding-left: 1em;
    position: relative;
}

.coupon {
    margin-bottom: 1.5em;
    padding: 1.25em;
    background-color: var(--color01);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

.coupon .couponl {
    width: 50px;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.coupon .couponc {
    width: calc(100% - 114px);
    padding: 1.5em 0.5em;
    background-color: #fff;
    position: relative;
}

.coupon .couponc:before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.coupon .couponc:after {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.coupon .couponr {
    width: 64px;
    padding: 1.5em 0.5em;
    background-color: #fff;
    position: relative;
}

.coupon .couponr:before {
    content: "";
    width: 8px;
    height: 80%;
    background-image: url('/import/tenant_1/162.43.28.36/images/dots01.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.coupon .couponr:after {
    content: "";
    width: 100%;
    height: calc(100% - 3em);
    background-image: url('/import/tenant_1/162.43.28.36/images/coupunbar.webp');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

@media (max-width: 1024px) {
    .first01boxitem .num {
        margin-bottom: 1.25em;
    }

    .first01boxlist .first01boxitem:nth-of-type(odd) .pbox .pic {
        padding-left: 4em;
    }

    .first01boxlist .first01boxitem:nth-of-type(even) .pbox .pic {
        padding-right: 4em;
    }

    .couponitem {
        width: 48%;
    }

    .coupon .couponl {
        width: 30px;
        font-size: 20px;
    }

    .coupon .couponc {
        width: calc(100% - 84px);
    }

    .coupon .couponr {
        width: 54px;
    }
}

@media (max-width: 599px) {
    .first01boxlist {
        background-color: #edf2f2;
        position: relative;
    }

    .first01boxlist:before {
        content: "";
        width: 100vw;
        height: 100%;
        background-color: #edf2f2;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: -1;
    }

    .first01boxitem {
        margin-bottom: 0;
        padding: 1.5em 0;
    }

    .first01boxitem:before {
        content: none;
    }

    .first01boxitem .num {
        margin-bottom: 0.5em;
    }

    .first01boxlist .first01boxitem:nth-of-type(odd) .pbox .pic {
        padding-left: 0;
    }

    .first01boxlist .first01boxitem:nth-of-type(even) .pbox .pic {
        padding-right: 0;
    }

    .couponitem {
        width: 100%;
    }
}

/*menu*/

.menu01 {
    padding-bottom: 0 !important;
}

.menu01navlist {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.menu01navlist::-webkit-scrollbar {
    height: 5px;
}

.menu01navlist::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #999;
}

.menu01navlist::-webkit-scrollbar-track-piece {
    background: #ebebeb;
}

.menu01navitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1em 1.5em;
    color: #fff;
    background-color: #e9e9e9;
}

.menu01navitem * {
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.menu01navitem.on {
    background-color: var(--color01);
}

.menu01navitem.on * {
    color: rgba(111, 111, 111, 255);
}

.menu01boxarea {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.menu01boxarea:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.menu01box {
    padding: 40px 0;
}

.menu01item {
    margin-bottom: 40px;
}

.menu01item .ttl {
    padding-right: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #6f6f6f;
    line-height: 1.2;
    position: relative;
}

.menu01item .ttl:before {
    content: "";
    width: 80%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    right: 1.5em;
    z-index: -1;
}

.menu01item .ttl:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 1em solid #6f6f6f;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-style: solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    position: absolute;
    top: 50%;
    right: 0;
}

.menu01item .ttl.open:after {
    -webkit-transform: rotateX(-180deg) translateY(-50%);
    transform: rotateX(-180deg) translateY(-50%);
}

.menu01item .ttl .dib {
    padding-right: 0.5em;
    line-height: inherit;
    background-color: var(--color01);
}

.menu01item .list {
    max-width: 880px;
    margin-top: 0.5em;
    margin-left: auto;
    padding-right: 1.5em;
    font-size: 40px;
}

.menu01item .item {
    margin-bottom: 30px;
    padding: 2.5em;
    background-color: rgba(255, 255, 255, 0.8);
}

.menu01item .item .tittleprice {
    margin-bottom: 1em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1024px) {
    .menu01boxarea {
        padding-bottom: 60px;
    }

    .menu01item .ttl {
        font-size: 36px;
    }

    .menu01item .list {
        padding-right: 0;
        font-size: 36px;
    }

    .menu01item .item {
        margin-bottom: 20px;
        padding: 2.5em 2em;
    }
}

@media (max-width: 599px) {
    .menu01boxarea {
        padding-bottom: 40px;
    }

    .menu01item .ttl {
        font-size: 30px;
    }

    .menu01item .list {
        font-size: 32px;
    }

    .menu01item .item {
        padding: 30px 10px;
    }
}

/*staff*/

.staff01box {
    position: relative;
}

.staff01box:before {
    content: "";
    width: 100vw;
    padding-top: 510px;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 15%;
    z-index: -1;
    z-index: -1;
}

.staff01navitem {
    padding-left: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #6f6f6f;
    line-height: 1.2;
    position: relative;
}

.staff01navitem:before {
    content: "";
    width: 0.75em;
    height: 0.05em;
    background-color: currentColor;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.staff01navitem a {
    display: inline-block;
}

.staff01navitem a:hover {
    text-decoration: underline;

    text-underline-position: under;
}

.staff01item {
    padding: 0 0.25em;
}

.staff01item a {
    display: block;
    opacity: 1;
}

.staff01item .pbox {
    overflow: hidden;
    position: relative;
}

.staff01item:hover .pbox .ofiImg,
.staff01item:hover .tbox {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.staff01item:hover .pbox .text:not([data-element-id]) {
    visibility: visible;
    opacity: 1;
}

.staff01item .pbox .text:not([data-element-id]) {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    padding: 0.5em;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.staff_detail01box .profbox {
    position: relative;
}

.staff_detail01box .profbox:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/leaf02.webp');
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.staff_detail01box .appearancebox {
    padding-bottom: 3em;
    position: relative;
}

.staff_detail01box .appearancebox:before {
    content: "";
    width: 300px;
    height: 350px;
    background-color: #edf2f2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: -1;
}

.staff_detail01box .appearancebox .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff_detail01box .appearancebox .tbox .shopname {
    margin: 3em 0 0;
}

.salonname {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    background-color: #6f6f6f;
}

.staff_detail01box .appearancebox .tbox .name {
    margin: 1em;
    font-size: 24px;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.staff_detail01box .profitem dt {
    width: 13em;
    padding-left: 3em;
    position: relative;
}

.staff_detail01box .profitem dt:before {
    content: "";
    width: 1.5em;
    height: 0.05em;
    background-color: currentColor;
    position: absolute;
    top: 1em;
    left: 0;
}

.staff_detail01box .profitem dt+dd {
    width: calc(100% - 14em);
}

.staff_detail01box .msgbox {
    position: relative;
}

.staff_detail01box .msgbox .titbox:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fafafa;
    position: absolute;
    top: 25px;
    right: 70%;
    z-index: -1;
}


@media (max-width: 1024px) {
    .staff01navitem {
        font-size: 36px;
    }

    .staff_detail01box .profbox:before {
        background-size: 50% auto;
    }
}

@media (max-width: 599px) {
    .staff01navitem {
        font-size: 32px;
    }

    .staff_detail01box .appearancebox {
        padding: 3em 0;
    }

    .staff_detail01box .appearancebox:before {
        width: 100vw;
        height: 100%;
        left: 50%;
    }

    .staff_detail01box .appearancebox .tbox .shopname {
        margin: 1.5em 0 0;
    }

    .staff_detail01box .appearancebox .tbox .name {
        margin: 0;
    }

    .staff_detail01box .profitem dt {
        width: 100%;
        margin: 1em 0;
    }

    .staff_detail01box .profitem dt+dd {
        width: 100%;
    }
}

/*voice*/

.voice01item {
    padding: 0 2em 2em;
    position: relative;
}

.voice01item .pbox {
    max-width: 320px;
}

.voice01item .tbox .text {
    padding-left: 1em;
}

.voice01item .shape {
    width: 350px;
    max-width: 100%;
    padding-top: 274px;
    background-color: #dcbd7a;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.voice01item .shape:before {
    content: "";
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
}

.voice01item .shape:after {
    content: "";
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.voice01item .shapein:before {
    content: "";
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
}

.voice01item .shapein:after {
    content: "";
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1024px) {
}

@media (max-width: 599px) {
    .voice01item .shape {
        width: 100%;
    }

    .voice01item .tbox .text {
        padding-left: 0;
    }
}

/*jasper*/

.jasper01boxin {
    position: relative;
}

.jasper01boxin:before {
    content: "";
    width: 400px;
    height: 400px;
    background-color: #f8fafa;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -10%;
    left: 50%;
    z-index: -1;
}

.jasper01boxin .pbox .pboxin {
    width: 42vw;
    margin-right: calc((100vw - 1000px) / -2);
}

.jasper01boxin .pbox .pboxin .pic {
    width: 100%;
    max-width: 100%;
}

.jasper01boxin .tbox .item {
    padding: 1em 0;
    border-bottom: 1px solid #e9e9e9;
}

.jasper01boxin .tbox .item dt {
    width: 10em;
}

.jasper01boxin .tbox .item dt+dd {
    width: calc(100% - 11em);
}

.jasper02 {
    position: relative;
}

.jasper02:before {
    content: "";
    width: 100%;
    height: 70%;
    background-color: #f8fafa;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.jasper02boxin .pbox .piclist .picitem:nth-of-type(2n+1) {
    width: 43%;
}

.jasper02boxin .pbox .piclist .picitem:nth-of-type(2n+2) {
    width: 53%;
    margin-top: 25%;
}

.jasper02boxin .tbox {
    margin-top: 12.5%;
}

.jasper03 {
    position: relative;
}

.jasper03:before {
    content: "";
    width: 266px;
    height: 250px;
    background-image: url('/import/tenant_1/162.43.28.36/images/scissors02.webp');
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
}

.jasper03:after {
    content: "";
    width: 480px;
    height: 520px;
    background-color: #f8fafa;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.jasper03 .ofiImg.tc {
    width: 52.5%;
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 0;
}

.jasper03 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(172, 185, 192, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.jasper03box {
    margin: 110px 0 0;
}

.jasper03item .circle {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    border-radius: 50%;
    background-color: var(--color01);
    position: relative;
}

.jasper03item .circle .text {
    color: rgba(111, 111, 111, 255);
    line-height: 1.6;
    text-align: center;
}

.jasper03list {
    max-width: 700px;
    position: relative;
}

.jasper03list .jasper03item {
    width: 50%;
    margin: 25px 0;
}

.jasper03list .jasper03item:nth-of-type(7n+1) {
    width: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.jasper03list .jasper03item:nth-of-type(7n+2),
.jasper03list .jasper03item:nth-of-type(7n+7) {
    width: 100%;
}

.jasper03list .jasper03item:nth-of-type(7n+2) {
    margin-bottom: -50px;
}

.jasper03list .jasper03item:nth-of-type(7n+7) {
    margin-top: -50px;
}

.jasper03list .jasper03item:nth-of-type(7n+2) .circle,
.jasper03list .jasper03item:nth-of-type(7n+7) .circle {
    margin-left: auto;
    margin-right: auto;
}

.jasper03list .jasper03item:nth-of-type(even) .circle {
    margin-left: auto;
}

.jasper03list .jasper03item:nth-of-type(7n+2) .circle:before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-210deg);
    transform: translate(-50%, -50%);
    transform: rotate(-210deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.jasper03list .jasper03item:nth-of-type(7n+2) .circle:after {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(30deg);
    transform: translate(-50%, -50%);
    transform: rotate(30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.jasper03list .jasper03item:nth-of-type(7n+5) .circle:before,
.jasper03list .jasper03item:nth-of-type(7n+6) .circle:before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-90deg);
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.jasper03list .jasper03item:nth-of-type(7n+7) .circle:before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-150deg);
    transform: translate(-50%, -50%);
    transform: rotate(-150deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.jasper03list .jasper03item:nth-of-type(7n+7) .circle:after {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-30deg);
    transform: translate(-50%, -50%);
    transform: rotate(-30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.jasper03 .commit {
    max-width: 50%;
    margin-left: auto;
    padding: 1.5em 0;
    font-size: 24px;
    color: rgba(57, 57, 57, 255);
    line-height: 1.4;
}

.jasper04 {
    position: relative;
}

.jasper04:after {
    content: "";
    width: 300px;
    height: 300px;
    background-color: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.jasper04box .crBox .crBoxL {
    width: 64%;
    padding-top: 0.75%;
}

.jasper04box .crBox .crBoxR {
    width: 35%;
}

.jasper05item {
    padding: 80px 60px;
    position: relative;
}

.jasper05item:before {
    content: "";
    width: 80px;
    height: 130px;
    background-image: url('/import/tenant_1/162.43.28.36/images/cross03.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.jasper05item:after {
    content: "";
    width: 80px;
    height: 130px;
    background-image: url('/import/tenant_1/162.43.28.36/images/cross04.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.jasper05item a {
    display: block;
    position: relative;
}

.jasper05item .pbox .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.jasper05item .tbox * {
    color: #fff;
}

.jasper05item .tbox {
    width: 100%;
    padding: 0.5em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .jasper01boxin .pbox .pboxin {
        margin-right: calc((100vw - 95vw) / -2);
    }

    .jasper03 .ofiImg.tc {
        width: 100%;
    }

    .jasper03:before {
        width: 100%;
        height: 100%;
        background-size: 30%;
    }

    .jasper03box {
        margin: 80px 0;
    }

    .jasper03list {
        margin-left: auto;
        margin-right: auto;
    }

    .jasper03list .jasper03item:nth-of-type(7n+1) {
        background-color: #f8fafa;
    }

    .jasper03item .circle {
        width: 180px;
        height: 180px;
    }

    .jasper05item {
        padding: 40px 30px;
    }

    .jasper05item:before {
        width: 40px;
        height: 65px;
    }

    .jasper05item:after {
        width: 40px;
        height: 65px;
    }
}

@media (max-width: 599px) {
    .jasper01boxin {
        padding-bottom: 20px;
    }

    .jasper01boxin:before {
        width: 100vw;
        height: 100%;
        bottom: 0;
    }

    .jasper01boxin .pbox .pboxin {
        width: 102vw;
        max-width: inherit;
        margin-left: -5.5%;
        margin-right: 0;
    }

    .jasper02boxin .tbox {
        margin-top: 15%;
    }

    .jasper03box {
        margin: 60px 0;
    }

    .jasper03list {
        -webkit-box-align: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        border-bottom: 1px solid #fff;
    }

    .jasper03item .circle:before,
    .jasper03item .circle:after {
        content: none !important;
    }

    .jasper03list .jasper03item {
        width: 50% !important;
        margin: 0% auto !important;
        border: 1px solid #fff;
        border-bottom: none;
    }

    .jasper03list .jasper03item:nth-of-type(7n+1) {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .jasper03item .circle {
        width: 100%;
        height: 100%;
        padding: 1.5em 0.5em;
        border-radius: 0px;
    }

    .jasper03item .circle .text {
        font-size: 12px;
        letter-spacing: -0.05em;
    }

    .jasper05item {
        padding: 30px 25px;
    }
}

/*oyama*/

.oyama01boxin {
    position: relative;
}

.oyama01boxin:before {
    content: "";
    width: 400px;
    height: 400px;
    background-color: #f8fafa;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -10%;
    left: 50%;
    z-index: -1;
}

.oyama01boxin .pbox .pboxin {
    width: 42vw;
    margin-right: calc((100vw - 1000px) / -2);
}

.oyama01boxin .pbox .pboxin .pic {
    width: 100%;
    max-width: 100%;
}

.oyama01boxin .tbox .item {
    padding: 1em 0;
    border-bottom: 1px solid #e9e9e9;
}

.oyama01boxin .tbox .item dt {
    width: 10em;
}

.oyama01boxin .tbox .item dt+dd {
    width: calc(100% - 11em);
}

.oyama02 {
    position: relative;
}

.oyama02:before {
    content: "";
    width: 100%;
    height: 70%;
    background-color: #f8fafa;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.oyama02boxin .pbox .piclist .picitem:nth-of-type(2n+1) {
    width: 43%;
}

.oyama02boxin .pbox .piclist .picitem:nth-of-type(2n+2) {
    width: 53%;
    margin-top: 25%;
}

.oyama02boxin .tbox {
    margin-top: 12.5%;
}

.oyama03 {
    position: relative;
}

.oyama03:before {
    content: "";
    width: 266px;
    height: 250px;
    background-image: url('/import/tenant_1/162.43.28.36/images/scissors02.webp');
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
}

.oyama03:after {
    content: "";
    width: 480px;
    height: 520px;
    background-color: #f8fafa;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.oyama03 .ofiImg.tc {
    width: 52.5%;
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 0;
}

.oyama03 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(172, 185, 192, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.oyama03box {
    margin: 110px 0 0;
}

.oyama03item .circle {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    border-radius: 50%;
    background-color: var(--color01);
    position: relative;
}

.oyama03item .circle .text {
    color: rgba(111, 111, 111, 255);
    line-height: 1.6;
    text-align: center;
}

.oyama03list {
    max-width: 700px;
    position: relative;
}

.oyama03list .oyama03item {
    width: 50%;
    margin: 25px 0;
}

.oyama03list .oyama03item:nth-of-type(7n+1) {
    width: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.oyama03list .oyama03item:nth-of-type(7n+2),
.oyama03list .oyama03item:nth-of-type(7n+7) {
    width: 100%;
}

.oyama03list .oyama03item:nth-of-type(7n+2) {
    margin-bottom: -50px;
}

.oyama03list .oyama03item:nth-of-type(7n+7) {
    margin-top: -50px;
}

.oyama03list .oyama03item:nth-of-type(7n+2) .circle,
.oyama03list .oyama03item:nth-of-type(7n+7) .circle {
    margin-left: auto;
    margin-right: auto;
}

.oyama03list .oyama03item:nth-of-type(even) .circle {
    margin-left: auto;
}

.oyama03list .oyama03item:nth-of-type(7n+2) .circle:before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-210deg);
    transform: translate(-50%, -50%);
    transform: rotate(-210deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.oyama03list .oyama03item:nth-of-type(7n+2) .circle:after {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(30deg);
    transform: translate(-50%, -50%);
    transform: rotate(30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.oyama03list .oyama03item:nth-of-type(7n+5) .circle:before,
.oyama03list .oyama03item:nth-of-type(7n+6) .circle:before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-90deg);
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.oyama03list .oyama03item:nth-of-type(7n+7) .circle:before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-150deg);
    transform: translate(-50%, -50%);
    transform: rotate(-150deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.oyama03list .oyama03item:nth-of-type(7n+7) .circle:after {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-30deg);
    transform: translate(-50%, -50%);
    transform: rotate(-30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.oyama03 .commit {
    max-width: 50%;
    margin-left: auto;
    padding: 1.5em 0;
    font-size: 24px;
    color: rgba(57, 57, 57, 255);
    line-height: 1.4;
}

.oyama04 {
    position: relative;
}

.oyama04:after {
    content: "";
    width: 300px;
    height: 300px;
    background-color: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.oyama04box .crBox .crBoxL {
    width: 59%;
}

.oyama04box .crBox .crBoxR {
    width: 38.25%;
}

.oyama04box .crBox .subPicItem {
    width: 48%;
    margin: 0 0 4%;
}

.oyama04box .crBox .subPicItem .ofiImg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(172, 185, 192, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.oyama05item {
    padding: 80px 60px;
    position: relative;
}

.oyama05item:before {
    content: "";
    width: 80px;
    height: 130px;
    background-image: url('/import/tenant_1/162.43.28.36/images/cross03.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.oyama05item:after {
    content: "";
    width: 80px;
    height: 130px;
    background-image: url('/import/tenant_1/162.43.28.36/images/cross04.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.oyama05item a {
    display: block;
    position: relative;
}

.oyama05item .pbox .ofiImg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.oyama05item .tbox * {
    color: #fff;
}

.oyama05item .tbox {
    width: 100%;
    padding: 0.5em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .oyama01boxin .pbox .pboxin {
        margin-right: calc((100vw - 95vw) / -2);
    }

    .oyama03 .ofiImg.tc {
        width: 100%;
    }

    .oyama03:before {
        width: 100%;
        height: 100%;
        background-size: 30%;
    }

    .oyama03box {
        margin: 80px 0;
    }

    .oyama03list {
        margin-left: auto;
        margin-right: auto;
    }

    .oyama03list .oyama03item:nth-of-type(7n+1) {
        background-color: #f8fafa;
    }

    .oyama03item .circle {
        width: 180px;
        height: 180px;
    }

    .oyama05item {
        padding: 40px 30px;
    }

    .oyama05item:before {
        width: 40px;
        height: 65px;
    }

    .oyama05item:after {
        width: 40px;
        height: 65px;
    }
}

@media (max-width: 599px) {
    .oyama01boxin {
        padding-bottom: 20px;
    }

    .oyama01boxin:before {
        width: 100vw;
        height: 100%;
        bottom: 0;
    }

    .oyama01boxin .pbox .pboxin {
        width: 102vw;
        max-width: inherit;
        margin-left: -5.5%;
        margin-right: 0;
    }

    .oyama02boxin .tbox {
        margin-top: 15%;
    }

    .oyama03box {
        margin: 60px 0;
    }

    .oyama03list {
        -webkit-box-align: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
    }

    .oyama03item .circle:before,
    .oyama03item .circle:after {
        content: none !important;
    }

    .oyama03list .oyama03item {
        width: 50% !important;
        margin: 0% auto !important;
        border: 1px solid #fff;
        border-bottom: none;
    }

    .oyama03list .oyama03item:nth-of-type(7n+1) {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .oyama03item .circle {
        width: 100%;
        height: 100%;
        padding: 1.5em 0.5em;
        border-radius: 0px;
    }

    .oyama03item .circle .text {
        font-size: 12px;
        letter-spacing: -0.05em;
    }

    .oyama05item {
        padding: 30px 25px;
    }
}

/*calen*/

.calen01 {
    overflow: hidden;
    position: relative;
}

.calen01:before {
    content: "";
    width: 400px;
    height: 400px;
    background-color: var(--color01);
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}

.calen01:after {
    content: "";
    width: 400px;
    height: 400px;
    background-color: var(--color01);
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: -1;
}

.calen01list .calen01item:nth-of-type(even) {
    margin-left: auto;
}

.calen01item {
    max-width: 830px;
}

.calen01item a {
    display: block;
}

.calen01itemin {
    padding: 1.5em;
}

.calen01item .tbox {
    max-width: 390px;
    margin-left: auto;
}

[data-element-id] .calen01item .tbox * {
    color: inherit;
}

.calen01item .tbox * {
    font-weight: 500;
    color: #fff;
}

.calen01item .tbox .titbox {
    width: 70px;
}

.calen01item .tbox .titbox .cmntit01 {
    height: 300px;
    margin-left: auto;
    line-height: 1;
    letter-spacing: 0.025em;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.calen01item .tbox .textbox {
    width: calc(100% - 70px);
}

.calen01item .tbox .textbox .item {
    padding-left: 1.5em;
    position: relative;
}

.calen01item .tbox .textbox .item:before {
    content: "";
    width: 1em;
    height: 0.05em;
    background-color: currentColor;
    position: absolute;
    top: 1em;
    left: 0;
}

@media (max-width:1024px) {
}

@media (max-width:599px) {
}

/*product*/

.product01navitem a {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25em 0.5em;
    text-align: center;
    border: 1px solid #bcbcbc;
}

.product01item {
    padding: 0 2%;
}

@media (max-width:1024px) {
}

@media (max-width:599px) {
    .product01navitem {
        width: 48%;
    }

    .product01item {
        padding: 0 0;
    }
}

/*improvement*/

.improvement01boxin {
    position: relative;
}

.improvement01boxin:before {
    content: "";
    width: 48%;
    padding-top: 30%;
    background-color: #e9e9e9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.improvement01boxin .pbox .text {
    margin-top: -1.2em;
    -webkit-transform: translate(-25%, 0);
    transform: translate(80%, 0);
    position: relative;
    text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 22px #fff;
}

.improvement01boxin .pbox .text02 {
    transform: translate(50%, 0);
}


.improvement01boxin .tbox {
    padding: 1.5em 3em;
}


.improvement02boxin {
    position: relative;
}

.improvement02boxin:before {
    content: "";
    width: 48%;
    padding-top: 30%;
    background-color: #e9e9e9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.improvement02boxin .tbox {
    padding: 1.5em 3em;
}

.improvement03 {
    position: relative;
}

.improvement03:before {
    content: "";
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/brush01.webp');
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none;
    position: absolute;
    top: -30px;
    left: 0;
}

.improvement03list .improvement03item:nth-of-type(odd):before {
    background-color: var(--color02);
}

.improvement03list .improvement03item:nth-of-type(even):before {
    background-color: #fafafa;
}

.improvement03item {
    position: relative;
}

.improvement03item:before {
    content: "";
    width: calc(100% - 1.5em);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.improvement03itemin {
    padding: 0 1.5em 3em 3em;
}

.improvement04 {
    position: relative;
}

.improvement04:before {
    content: "";
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/brush02.webp');
    background-repeat: no-repeat;
    background-position: right top;
    pointer-events: none;
    position: absolute;
    top: -30px;
    right: 0;
}

/* .improvement04list .improvement04item:nth-of-type(odd):before {
    background-color: var(--color02);
}

.improvement04list .improvement04item:nth-of-type(even):before {
    background-color: #fafafa;
} */

.improvement04item:nth-of-type(1):before,
.improvement04item:nth-of-type(4):before {
    background-color: var(--color02);
}

.improvement04item:nth-of-type(2):before,
.improvement04item:nth-of-type(3):before {
    background-color: #fafafa;
}

.improvement04item {
    overflow: hidden;
    position: relative;
}

.improvement04item:before {
    content: "";
    width: calc(100% - 1.5em);
    height: 100%;
    position: absolute;
    top: 10em;
    right: 0;
    z-index: -1;
}

.improvement04item .pbox {
    width: 320px;
    max-width: 70%;
}

.improvement04item .tit {
    padding: 0 1.5em;
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
    position: relative;
}

.improvement04itemin {
    padding: 0 1.5em 3em 3em;
}

.improvement04itemin .item {
    padding-left: 32px;
    position: relative;
}

.improvement04itemin .num {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: rgba(111, 111, 111, 255);
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    left: 0;
}

.improvement05list {
    padding-bottom: 40px;
    position: relative;
}

.improvement05list:before {
    content: "";
    width: 100vw;
    height: 75%;
    background-color: #fafbfb;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: -1;
}

.improvement05item .num {
    margin-bottom: -0.5em;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #6f6f6f;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.heightLine-improvement05itemttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    line-height: 1.6;
}

@media (max-width:1024px) {
    .improvement01boxin .tbox {
        padding: 1.5em 3em 1.5em 1.5em;
    }

    .improvement02boxin .tbox {
        padding: 1.5em 1.5em;
    }

    .improvement03item {
        width: 100%;
    }

    .improvement04item {
        width: 100%;
    }

    .improvement05item {
        width: 31.333%;
    }

    .improvement05item .num {
        font-size: 36px;
    }
}

@media (max-width:599px) {
    .improvement01boxin {
        padding: 1.5em 0;
    }

    .improvement01boxin .tbox {
        padding: 1.5em 0;
    }

    .improvement01boxin:before {
        width: 100vw;
        height: 100%;
        padding-top: 0;
        top: 0;
        bottom: auto;
    }

    .improvement01boxin .pbox .text {
        -webkit-transform: none;
        transform: none;
    }

    .improvement02boxin {
        padding: 1.5em 0;
    }

    .improvement02boxin .tbox {
        padding: 1.5em 0;
    }

    .improvement02boxin:before {
        width: 100vw;
        height: 100%;
        padding-top: 0;
        top: 0;
        bottom: auto;
    }

    .improvement03itemin {
        padding: 0 1.5em 3em 0;
    }

    .improvement03:before {
        background-size: 30% auto;
    }

    .improvement04itemin {
        padding: 0 1.5em 3em 0;
    }

    .improvement04:before {
        background-size: 30% auto;
    }

    .improvement05item {
        width: 48%;
    }

    .improvement05item .num {
        font-size: 32px;
    }
}

/*faq*/

.faqnav01item {
    margin: 1% 1.5em;
}

.faqnav01item a {
    width: 280px;
    max-width: 100%;
    display: block;
    padding: 0.5em 0.5em;
    text-align: center;
    opacity: 1;
}

.faqnav01list .faqnav01item:nth-of-type(odd) a {
    color: #fff;
    background-color: var(--color01);
}

.faqnav01list .faqnav01item:nth-of-type(even) a {
    border: 1px solid #bcbcbc;
}

.faq01box#faq01 {
    padding: 30px 0;
    position: relative;
}

.faq01box#faq01:before {
    content: "";
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/dryer02.webp');
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    top: -30px;
    left: 50%;
}

.faq01list {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.faq01item {
    padding-top: 18px;
    padding-left: 60px;
    position: relative;
}

.faq01item:before {
    content: "Q.";
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #6f6f6f;
    line-height: 1.2;
    position: absolute;
    top: 0.4em;
    left: 0.8em;
}

.faq01boxlist .faq01box:nth-of-type(odd) .faq01item:after {
    background-color: #edf2f2;
}

.faq01boxlist .faq01box:nth-of-type(even) .faq01item:after {
    background-color: #fafafa;
}

.faq01item:after {
    content: "";
    width: 8em;
    height: 8em;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: -1;
}

.faq01box#faq02 {
    padding: 30px 0;
    position: relative;
}

.faq01box#faq02:before {
    content: "";
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/iron01.webp');
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    top: -30px;
    left: 50%;
}

@media (max-width:1024px) {
}

@media (max-width:599px) {
    .faq01box#faq01:before {
        background-size: 30% auto;
    }

    .faq01box#faq02:before {
        background-size: 30% auto;
    }

    .faq01item {
        padding-top: 10px;
        padding-left: 40px;
    }

    .faq01item:before {
        font-size: 21px;
        left: 0.5em;
    }

    .faq01item:after {
        top: 10px;
    }
}

/*blog*/

.postarea .postcont {
    width: 70%;
}

.postarea .caarea {
    width: 25%;
}

.caarea .caitem {
    padding-bottom: 60px;
    position: relative;
}

.caarea .calist .caitem:nth-of-type(odd):before {
    background-color: #f6faf7;
}

.caarea .calist .caitem:nth-of-type(even):before {
    background-color: #fafafa;
}

.caarea .caitem:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #f6faf7;
    position: absolute;
    top: 25px;
    right: 50%;
    z-index: -1;
}

.caarea .catit {
    margin-bottom: 0.5em;
    font-family: "Bad Script", cursive;
    font-size: 24px;
    letter-spacing: 0.05em;
}

.caarea .cabody li {
    padding-left: 1.5em;
    position: relative;
}

.caarea .cabody li:before {
    content: "";
    width: 0.75em;
    height: 0.05em;
    background-color: currentColor;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.bitem a {
    display: block;
    padding: 0 1em;
}

.bitem .dcitem.d {
    -webkit-transform: translate(-1em, -1.4em);
    transform: translate(-1em, -1.4em);
    position: relative;
    z-index: 1;
}

.bitem .dcitem.c {
    display: inline-block;
    /* padding: 0.5em; */
}

.recoarea {
    margin: 60px 0;
    position: relative;
}

.recoarea:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 25px;
    left: 25%;
    z-index: -1;
}

.recoarea:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/leaf03.webp');
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: -30px;
    right: calc((100vw - 1000px) / -2);
    z-index: -1;
}

.recolist .bitem {
    width: 48%;
}

@media (max-width: 1024px) {
    .postarea .postcont {
        width: 100%;
    }

    .postarea .caarea {
        width: 100%;
    }

    .caarea .caitem {
        padding-bottom: 0;
    }

    .recoarea:after {
        background-size: 20% auto;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        bottom: -30px;
        right: 50%;
    }
}

@media (max-width: 599px) {
}

/*news*/

.nitem {
    margin: 1.5em 0;
    border-bottom: 5px solid #e9e9e9;
    position: relative;
}

.nitem:before {
    content: "";
    width: 2em;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.nitem a {
    display: block;
}

.nitem .dcbox {
    width: 6em;
    margin-bottom: 0.5em;
}

.nitem .tbox {
    width: calc(100% - 12em);
    margin-bottom: 0.5em;
    padding-right: 0.5em;
}

.nitem .morebox {
    width: 6em;
    margin-left: auto;
    padding: 1.5em 0 0;
    font-family: "Bad Script", cursive;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    background-color: #e9e9e9;
}

@media (max-width: 1024px) {
    .nitem .dcbox {
        width: 5em;
    }

    .nitem .dcbox+.tbox {
        width: calc(100% - 10em);
    }

    .nitem .morebox {
        width: 5em;
    }
}

@media (max-width: 599px) {
    .nitem:before {
        content: none;
    }

    .nitem .dcbox {
        width: 100%;
    }

    .nitem .dcbox+.tbox {
        width: 100%;
        margin-bottom: 1em;
        padding-right: 0;
    }

    .nitem .morebox {
        padding: 0.5em 0 0.25em;
    }
}


/*contact*/

.contact01box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
}

.contact01box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fafafa;
    position: absolute;
    top: 2.75em;
    right: 75%;
    z-index: -1;
}

.contact01item {
    padding-left: 2.5em;
    position: relative;
}

.contact01item .num {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    color: #6f6f6f;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
}

.contact02box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.contact03box {
    padding-bottom: 40px;
    position: relative;
}

.contact03box:before {
    content: "";
    width: 100vw;
    height: calc(100% - 2.75em);
    background-color: #edf2f2;
    position: absolute;
    top: 2.75em;
    left: 25%;
    z-index: -1;
}

.contact03item .ttl {
    padding-left: 3.5em;
    position: relative;
}

.contact03item .ttl:before {
    content: "";
    width: 2.5em;
    height: 1px;
    background-color: #353535;
    position: absolute;
    top: 1em;
    left: 0;
}

.contact03item .textbox {
    padding-left: 3.5em;
}

@media (max-width: 1024px) {
}

@media (max-width: 599px) {
    .contact03item .textbox {
        padding-left: 0;
    }
}

/*recruit*/

.recruit01item {
    position: relative;
}

.recruit01item:before {
    content: "";
    width: 48%;
    padding-top: 30%;
    background-color: #e9e9e9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.recruit01list .recruit01item:nth-of-type(odd) .pbox .text {
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
}

.recruit01list .recruit01item:nth-of-type(even) .pbox .text {
    text-align: right;
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
    ;
}

.recruit01item .pbox .text {
    margin-top: -1.2em;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.recruit01item .tbox {
    padding: 1.5em 3em;
}


.recruit02item {
    position: relative;
}

.recruit02list .recruit02item:nth-of-type(odd):before {
    height: 60%;
    background-color: #fafafa;
    top: 35%;
}

.recruit02list .recruit02item:nth-of-type(even):before {
    background-color: #edf2f2;
}

.recruit02item:before {
    content: "";
    width: 100vw;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.recruit02list .recruit02item:nth-of-type(odd) .tbox {
    padding-top: 5em;
}

.recruit03 {
    position: relative;
}

.recruit03:before {
    content: "";
    width: 540px;
    height: 600px;
    background-color: #fafafa;
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
}

.recruit03:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.28.36/images/leaf04.webp');
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.recruit03itemin .ttlbox {
    width: 12em;
}

.recruit03itemin .ttlbox+.textbox {
    width: calc(100% - 13em);
}

.recruit03itemin .ttl {
    padding-left: 3.5em;
    position: relative;
}

.recruit03itemin .ttl:before {
    content: "";
    width: 2.5em;
    height: 1px;
    background-color: #353535;
    position: absolute;
    top: 1em;
    left: 0;
}

.recruit03box .bgpic {
    width: 350px;
    max-width: 20%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.recruit03conceptlist {
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

.recruit03conceptitem {
    width: 49%;
    position: relative;
}

.recruit03conceptitemin {
    width: 430px;
    max-width: 100%;
    min-height: 250px;
    padding: 2.5em 2em;
    background-color: rgba(223, 240, 293, 0.5);
    position: relative;
}

.recruit03conceptitemin:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
}

.recruit03conceptitemin:after {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: 0;
    right: 0;
}

.recruit03conceptitemin:before,
.recruit03conceptitemin:after {
    content: "";
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+1) {
    width: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+2) {
    width: 100%;
    margin-bottom: 120px;
    position: relative;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+2) .recruit03conceptitemin {
    margin-left: auto;
    margin-right: auto;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+3) .recruit03conceptitemin {
    margin-right: auto;
    position: relative;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+4) .recruit03conceptitemin {
    margin-left: auto;
    position: relative;
}


.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+2):before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(-210deg);
    transform: translate(-50%, -50%);
    transform: rotate(-210deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: -1;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+2):after {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: rotate(30deg);
    transform: translate(-50%, -50%);
    transform: rotate(30deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: -1;
}

.recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+4):before {
    content: "";
    width: 150%;
    height: 1px;
    background-color: var(--color01);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.heightLine-599recruit03conceptitemin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recruit04list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.recruit04item {
    padding: 1em 1.5em;
    border-bottom: 1px solid #e9e9e9;
}

.recruit04item dt {
    width: 9em;
}

.recruit04item dt+dd {
    width: calc(100% - 10em);
}

@media (max-width: 1024px) {
    .recruit01list .recruit01item:nth-of-type(odd) .tbox {
        padding: 1.5em 3em 1.5em 1.5em;
    }

    .recruit01list .recruit01item:nth-of-type(even) .tbox {
        padding: 1.5em 1.5em 1.5em 3em;
    }

    .recruit03itemin .ttlbox {
        width: 11em;
    }

    .recruit03itemin .ttlbox+.textbox {
        width: calc(100% - 12em);
    }

    .recruit03box .bgpic {
        max-width: 100%;
        margin: 40px 0;
        position: static;
    }

    .recruit03conceptlist {
        margin-top: 60px;
    }

    .recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+2):before {
        -webkit-transform: rotate(-230deg);
        transform: rotate(-230deg);
    }

    .recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+2):after {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}

@media (max-width: 599px) {
    .recruit01item {
        margin: 0;
        padding: 3em 0;
    }

    .recruit01item+.recruit01item {
        padding-top: 0;
    }

    .recruit01item .tbox {
        padding: 1.5em 0 !important;
    }

    .recruit01item:before {
        width: 100vw;
        height: 100%;
        padding-top: 0;
        top: 0;
        bottom: auto;
    }

    .recruit01item .pbox .text {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .recruit02list .recruit02item:nth-of-type(odd) .tbox {
        padding-top: 2.5em;
    }

    .recruit03:after {
        background-size: 40%;
    }

    .recruit03itemin .ttlbox {
        width: 100%;
    }

    .recruit03itemin .ttlbox+.textbox {
        width: 100%;
    }

    .recruit03conceptlist .recruit03conceptitem:nth-of-type(4n+1) {
        margin-bottom: 1em !important;
    }

    .recruit03conceptitem {
        width: 100% !important;
        margin: 1% !important;
        -webkit-transform: none !important;
        transform: none !important;
        position: static !important;
    }

    .recruit03conceptitemin {
        width: 100%;
        height: 100%;
        min-height: 0px;
        padding: 1.5em;
    }

    .recruit03conceptitem:before,
    .recruit03conceptitem:after {
        content: none !important;
    }

    .recruit03conceptitemin:before,
    .recruit03conceptitemin:after {
        content: none !important;
    }

    .recruit04item {
        padding: 1.5em 1em;
    }

    .recruit04item dt {
        width: auto;
        display: inline-block;
        margin-bottom: 0.5em;
        font-weight: 700;
        text-decoration: underline;

        text-underline-position: under;
    }

    .recruit04item dt+dd {
        width: 100%;
    }
}

/*gallery*/

.gallery01box {
    padding-top: 40px;
    position: relative;
}

.gallery01box:before {
    content: "";
    width: 100vw;
    height: 510px;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 25%;
    z-index: -1;
}

.gallery01nav {
    max-width: 400px;
}

.gallery01navitem {
    width: 65%;
    margin: 0.25em 0;
    padding-left: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #6f6f6f;
    line-height: 1.2;
    position: relative;
}

.gallery01navitem:before {
    content: "";
    width: 0.75em;
    height: 0.05em;
    background-color: currentColor;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.gallery01navitem a {
    display: inline-block;
    opacity: 1;
}

.gallery01navitem a:hover {
    text-decoration: underline;

    text-underline-position: under;
}


.gallery01item a {
    display: block;
    overflow: hidden;
    opacity: 1;
    position: relative;
}

.gallery01item .tbox * {
    color: rgba(111, 111, 111, 255);
    text-align: center;
}

.gallery01item .tbox:not([data-element-id]) {
    width: 100%;
    visibility: hidden;
    padding: 1.5em;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.gallery01item:hover .tbox:not([data-element-id]) {
    visibility: visible;
    opacity: 1;
}

.gallery01item:hover .pbox {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gallery_detail01box {
    padding-top: 40px;
    position: relative;
}

.gallery_detail01box:before {
    content: "";
    width: 100vw;
    height: 510px;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 25%;
    z-index: -1;
}

.gallery_detail01boxin .crBox .mainPic {
    width: 68.5%;
}

.gallery_detail01boxin .crBox .subPicList {
    width: 30%;
}

.gallery_detail01boxin .crBox .subPicItem {
    margin-bottom: 4%;
    cursor: pointer;
}

.gallery_detail01boxin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.gallery_detail01boxin .tbox .titbox {
    width: 100%;
    padding: 1em;
    position: relative;
}

.gallery_detail01boxin .tbox .databox {
    width: 100%;
    padding: 1em;
}

.gallery_detail01boxin .tbox .titbox:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.gallery_detail01boxin .tbox .titbox * {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: var(--color01);
}

.gallery_detail01boxin .tbox .databox * {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
}

.gallery_detail01boxin .tbox dt {
    width: 90px;
}

.gallery_detail01boxin .tbox dd {
    width: calc(100% - 90px);
}

.galleryrecobox {
    padding: 60px 0;
    position: relative;
}

.galleryrecobox:before {
    content: "";
    width: 100vw;
    height: 50%;
    background-color: #e9e9e9;
    position: absolute;
    bottom: 0;
    right: 75%;
    z-index: -1;
}

.galleryrecobox:after {
    content: "";
    width: 100vw;
    height: 400px;
    background-image: url('/import/tenant_1/162.43.28.36/images/leaf05.webp');
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.galleryrecobox .gallery01item {
    width: 31.333%;
}

@media (max-width: 1024px) {
    .gallery01navitem {
        font-size: 36px;
    }

    .gallery01item .tbox:not([data-element-id]) {
        padding: 1em;
    }

    .gallery_detail01boxin .tbox dt {
        width: 80px;
    }

    .gallery_detail01boxin .tbox dd {
        width: calc(100% - 80px);
    }

    .galleryrecobox {
        padding: 40px 0;
    }

    .galleryrecobox:after {
        background-size: 15%;
    }
}

@media (max-width: 599px) {
    .gallery01box:before {
        height: 410px;
    }

    .gallery01navitem {
        font-size: 30px;
    }

    .gallery01item .tbox:not([data-element-id]) {
        display: none;
    }

    .gallery_detail01box:before {
        height: 410px;
    }

    .gallery_detail01boxin .tbox dt {
        width: 70px;
    }

    .gallery_detail01boxin .tbox dd {
        width: calc(100% - 70px);
    }

    .galleryrecobox:after {
        background-size: 20%;
    }

    .calen01item .tbox * {
        font-weight: 700;
        color: #fff;
    }
}

.ffix-tel {
    width: 160px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    top: 380px;
    right: 10px;
    z-index: 99;
}

[data-element-id] .ffix-tel {
    border: solid 2px #008000;
    position: absolute;
    top: 3em;
    right: 2em;
    ;
}

[data-element-id] .ffix-tel:after {
    content: "pc追従ボタン";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #008000;
}

.ffix.fixed+.ffix-tel {
    top: 270px;
}

/* .ffix-tel[data-element-id] {
    top: 370px;
} */

.ffix-tel .pic-tel.sp {
    display: none;
}

.ffix-tel .outer-tel.sp {
    display: none;
}

.ffix-tel a {
    display: block;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    sans-serif;
    font-size: 21px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #e7eff1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.ffix.fixed+.ffix-tel a {
    padding: 15px 19px;
}

.ffix-tel .pic-tel {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
}

.ffix-tel .pic-tel a {
    overflow: hidden;
    padding: 0;
    border: none;
    background: none;
}

.pic-item img {
    border-radius: 100px;
}

.pic-item {
    position: relative;
}

.pic-item .picbif {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
}

.pic-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: rgb(248 251 255 / 56%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width:1024px) {
    .ffix-tel .pic-tel.pc {
        display: none;
    }

    .ffix-tel .outer-tel.sp {
        display: block;
    }


    .ffix-tel a {
        padding: 5px 10px;
        font-size: 18px;
        line-height: 110%;
    }

    .ffix-tel .outer-tel.sp {
        display: none;
    }

    .ffix-tel {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .ffix-tel .pic-tel.sp {
        max-width: 150px;
        display: block;
    }

    .ffix-tel .pic-tel a {
        padding: 5px;
        border-radius: 0;
    }
}

.delay.up-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.minimap {
    width: 100%;
    height: 200px;
    display: block;
}

.minimap>iframe {
    width: 100%;
    height: 100%;
}

.ftnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.ftnav>.gitem {
    display: block;
    padding: 0.5em 1em;
}

.ftnav>.gitem>a {
    display: block;
    border-bottom: 0.15em solid var(--color01);
}

.abb-tag {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.abb-tag>* {
    display: inline-block;
    margin: 1px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color02);
}

.form dd.checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.form dd.checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #6f6f6f;
    background-color: white;
    position: absolute;
    top: 7px;
    left: 0;
}

.form dd.checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.form dd.checkboxer input {
    display: none;
}

.form dd.checkboxer input:checked+label {
    text-decoration: underline;
}

.form dd.checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: red;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 2px;
}

.html-area h2 {
    margin: 3rem 0 1rem;
    padding: 1rem;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    background-color: var(--color01);
    position: relative;
}

.html-area h3 {
    margin: 3rem 0 1rem;
    padding: 0.6em;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    border-left: 10px solid var(--color01);
}

.html-area h4 {
    margin: 3rem 0 1rem;
    padding: 0.4em;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid var(--color01);
}

.html-area ul li {
    padding-left: 1.2em;
    position: relative;
}

.html-area ul li::before {
    content: "■";
    color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.html-area ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.html-area ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 150%;
    color: var(--color01);
}

.html-area iframe[src*="youtube"] {
    width: 100%;
    height: 100%;
    margin-top: 1em;
    margin-bottom: 1em;

    aspect-ratio: 16 / 9;
}

/* top戻るボタン */
#totop {
    position: fixed;
    bottom: 35px;
    right: 25px;
    z-index: 99;
}

[data-element-id] #totop {
    padding-top: 2em;
    border: solid 2px #000;
    position: absolute;
}

[data-element-id] #totop:after {
    content: "トップに戻るボタン";
    display: block;
    margin-top: 2em;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}

#totop .a {
    height: 50px;
    padding: 0 0 0 35px;
    font-weight: bold;
    font-size: 90%;
    color: #737373;
    line-height: 1.5rem;
    text-decoration: none;
    border-top: solid 1px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#totop .a:before {
    content: "";
    width: 15px;
    display: block;
    border-top: solid 1px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: -1px;
    left: 0px;
}

[data-common-area] {
  padding-top: 0;
    padding-bottom: 14em;
}

[data-element-id] .up-show {
    border: solid 2px #ff1493;
}

[data-element-id] .up-show\@sp {
    max-width: 375px;
    border: solid 2px #008000;
}
@media(max-width: 1024px){
  #totop{
    bottom: 80px;
    right: 20px;
  }
}
/* アコーディオン設定 */
.acBody {
    display: none;
}

@media (max-width:1024px) {
    .first001item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

/* 本店ページ */
.titbox02 {
    position: relative;
}

.titbox02::before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    background-color: #353535;
    position: absolute;
    top: 20px;
}

.subtit {
    padding-left: 35px;
}

/* リクルートページ */
.num-group {
    display: inline-block;
    position: relative;
}

/* 上に乗る「ゼロ」の文字 */
.zero {
    font-size: 14px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.textline {
    position: relative;
}

.textline::after {
    content: "";
    width: 100%;
    height: 18px;
    background-image: repeating-linear-gradient(90deg, transparent 60%, #fff785 60%);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}

/* 吹き出し */
.speech-bubble {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background: #c3c3c3;
    position: relative;
}

.speech-bubble::before {
    content: "";
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #c3c3c3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    left: 8px;
    z-index: 0;
}

.recruittitbox {
    position: relative;
}

.bubblebox {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    right: 20%;
}

@media (max-width:1024px) {
    .bubblebox {
        top: -10%;
        right: 10%;
    }
}

@media (max-width:599px) {
    .bubblebox {
        top: -25%;
        right: 5%;
    }

    .speech-bubble::before {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
        bottom: -5px;
        left: 15px;
    }
}

@media (max-width: 1024px) {
    .recruit001item:before {
        width: 100vw;
        height: 100%;
        padding: 3em 0;
        padding-top: 0;
        top: 0;
        bottom: auto;
    }

    .recruit001item .pbox {
        padding: 3em 0;
    }
}

@media (max-width: 599px) {
    .recruit001item .pbox {
        padding: 0;
    }
}

/* zinkの誇りここから */
.home10 {
    position: relative;
}

.home10 .ofiImg.tc02:before {
    background-color: rgb(252 253 255 / 90%);
}

.home10box-02 {
    width: 100%;
    margin: auto;
}

.cmntit002 {
    position: relative;
}

.pridetit {
    font-weight: 1000;
    font-size: 100px;
    color: rgba(255, 247, 133, 0.6);
    white-space: nowrap;
    -webkit-transform: translate(-50%, -68%);
    transform: translate(-50%, -65%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -100;
}

.pad {
    padding: 10em 0;
}

.prideitem {
    width: 33%;
}

.prideitem {
    padding: 2em;
    background-color: #e9e9e9;
}

.pridetit02 {
    margin-bottom: 2rem;
    padding: 0.2rem 0;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 2px solid rgba(255, 247, 133);
    position: relative;
}

.pridetit02::before,
.pridetit02::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}

.pridetit02::after {
    margin-left: -10px;
    border: 10px solid;
    border-color: transparent;
    border-top-color: rgba(255, 247, 133);
}

.titmin {
  width: 100%;
    font-size: 16px;
    letter-spacing: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -30%;
    left: 52%;
}

/* .titmin::before,
.titmin::after {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    background-color: #6b6b6b;
}
.titmin::before {
    position: absolute;
    top: 50%;
    left: 30%;
}

.titmin::after {
    position: absolute;
    top: 50%;
    left: 60%;
} */
@media (max-width:1024px) {
    .pridetit {
        font-size: 70px;
    }

    .cmntit002 {
        font-size: 20px;
    }

    .prideitem {
        width: 48%;
    }

    .prideitem03 {
        margin: 20px auto 0;
    }
}

@media (max-width:599px) {
    .prideitem {
        width: 90%;
    }

    .prideitem {
        margin: 30px auto 0;
    }
}

.staffbox {
    margin-bottom: 10em;
}

@media (max-width:599px) {
    .staffbox {
        margin-bottom: 10px;
    }
}

.subtit01 {
    padding-left: 0;
}

.txtshadow {
    text-shadow: 3px 3px 0 #ccc;
}

[data-element-id] [data-ab-test-contents] {
  max-width: 375px;
}
[data-ab-test-block] {
  max-width: 375px;
}

[data-element-id] .jasper05item .tbox{
  margin-top: 152px;
}
[data-element-id] .jasper05item .tbox *{
  color: #000;
}

[data-element-id] .acBody{
  display: block;
}
[data-element-id] .pridetit{
  top:-85px;
}

.undermv .mvbox .titbox * {
  text-shadow:
    1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px 1px 1px #fff,
    -1px -1px 1px #fff,
    0 0 22px #fff;
}
.hlogo, .undermvbox {
    transition: margin-top 0.4s ease-out, top 0.4s ease-out;
}

[data-element-id] .hlogo a {
    padding: 3em 0;
}

/* ラジオボタン */
.formitem dl .labeldeco input {
    display: none;
}
.formitem dl .labeldeco label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}
.formitem dl .labeldeco label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #bcbcbc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 8px;
    left: 0;
}
.formitem dl .labeldeco input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: red;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 2px;
}

[data-element-id] .bitem .dcitem.c{
  margin-left: 130px;
}
[data-element-id] .spbutton{
  display: block;
  border: solid 2px #000;
}
[data-element-id] .spbutton:after {
    content: 'タブレットから表示';
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}
[data-element-id] .pcbutton {
  border: solid 2px #000;
}
[data-element-id] .pcbutton:after {
    content: 'タブレットから非表示';
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}

.blogpbox{
  position: relative;
}
.blogpbox .dcitem02{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  
}
.blogpbox .dcitem02 span{
  background-color: #c7a04c;
  padding: 0 5px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.cat-001{
  width: 5rem;
    display: block;
    padding: 2px 0;
    font-size: 1em;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
}
.designitem span{
    padding: 0 5px;
    margin-right: 2px;
    margin-bottom: 2px;
}
.topnews{
  width: 100%;
}

.tittleprice .price{
  text-align: right;
}

/* タイトル回り込み防止*/
.first01boxitem .num{
  position: relative;
  padding-left: 60px;
}
.nummin{
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 40px;
    color: #6f6f6f;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
}

.txtdeco{
  position: absolute;
    top: 10px;
    left: 0;
}
[data-element-id] .txtdeco{
  top:-10px;
}
.txtdeco{
  position: absolute;
  top:　10px;
    left: 0;
}
.txtdeco02{
   position: absolute;
    top: -2px;
    left: 0;
}

#instafeed li,
#instafeed_02 li{
      width: 31.333%;
    margin: 1%;
}

#instafeed li a,
#instafeed_02 li a{
     display: block;
     overflow:hidden;
     position:relative;
}

#instafeed li a:hover,
#instafeed_02 li a:hover{
     opacity:1;
}

.insta-info{
  display:flex;
  width:100%;
  height:100%;
  justify-content: center;
  align-items: center;
  z-index:2;
  position:absolute;
  top:0;
  left:0;
  flex-direction:column;
  background-color:rgba(0,0,0,0.6);
  opacity:0;
  transition:.4s;

}

#instafeed li a:hover .insta-info,
#instafeed_02 li a:hover .insta-info{
     opacity:1;
}

.insta-like{
   font-size:20px;
  color:#fff;
  font-weight:bold; 
}

.insta-date{
  font-size:20px;
  color:#fff;
  font-weight:bold;
}

.insta-like::before{
  content: "\f164";
  font-family: FontAwesome;
}

/* APROACHsection*/
.textbox02{
  width: 80%;
  background-color: #979797;
  color: #fff;
}

.number{
  font-size: 50px;
  font-weight: 500;
  text-shadow: 3px 3px 0 #fff;
}
.years{
  background-color: rgba(255, 247, 133);
  justify-content: space-around;
  position: relative
}
.years:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid rgba(255, 247, 133);
  position: absolute;
  bottom: -10%;
  left: -40%;
}
.months{
  writing-mode: vertical-rl;
}
.monthsnum{
  writing-mode: horizontal-tb;
}
.debut-list{
  width: 80%;
  margin: 1em auto 0;
}
.debut-flow{
  width: 80%;
}
.flowmin{
  background-color: #e7e6e6;
  margin-bottom: 20px;
}
.flowmin:last-of-type{
  margin-bottom: 0;
}
.flowmin{
  justify-content: space-around;
  padding: 20px;
}
.todo-item{
  width: 31%;
  margin: 2px 4px;
  text-align: center;
  background-color: #979797;
  color: #fff;
}
.todo{
  width: 70%;
}
.todo-box{
  justify-content: center;
}
.goal{
  width: 50%;
  position: relative;
  text-align: center;
  margin: 3em auto 0;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 3px 3px 0 rgba(255, 247, 133);
  border-bottom: dotted 2px #6b6b6b;
}
.style{
  width: 100%;
  font-size: 16px;
  transform: translateX(-50%);
    position: absolute;
    top: -15%;
    left: 54%;
}

@media (max-width: 1024px){
.goal {
  width: 80%;
  font-size: 30px;
}
.debut-list{
  width: 100%;
}

.todo-item{
  width: 46%;
  font-size: 14px;
}
.textbox02{
  width: 100%;
}

}
@media (max-width: 599px){
  .todo{
  width: 100%;
}
  .goal {
  font-size: 24px;
}
.style {
  font-size: 14px;
  top: -34%;
  left: 56%;
}

.flowmin{
  flex-direction: column;
}
.months{
  writing-mode: horizontal-tb;
}
}
[data-element-id] .tfmp{
  padding-top: 200px;
}
