@charset "utf-8";

/* ------------------------------
 CSS Document
------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'Antro_Vectra';
    /* お好きな名前に */
    src: url(/upload/tenant_1/d61470c84d61c973db8a16d6a07dba9a.eot);
    /* IE9以上用 */
    src: url(/upload/tenant_1/d61470c84d61c973db8a16d6a07dba9a.eot?#iefix) format('embedded-opentype'),
        /* IE8以前用 */
        url(/import/tenant_1/160.16.200.13/html/font/Antro_Vectra.woff) format('woff'),
        /* モダンブラウザ用 */
        url(/import/tenant_1/160.16.200.13/html/font/Antro_Vectra.ttf) format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    font-style: normal;
}

.font00 {
    font-family: 'M PLUS 1p', sans-serif;
}

.font01 {
    font-family: 'Antro_Vectra', sans-serif;
}

.font02 {
    font-family: 'Zen Maru Gothic', sans-serif;
}

span[class*="fz"] {
    line-height: 1.8;
}

/* ------------------------------
 clearfix
------------------------------ */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ------------------------------
 編集画面用
------------------------------ */

a[data-href="#"] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

/* ------------------------------
 font-size
------------------------------ */

.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 only screen and (max-width: 1024px) {

    .fz18 {
        font-size: 17px;
    }

    .fz20 {
        font-size: 18px;
    }

    .fz22 {
        font-size: 20px;
    }

    .fz24 {
        font-size: 22px;
    }

    .fz26 {
        font-size: 24px;
    }

    .fz28 {
        font-size: 26px;
    }

    .fz30 {
        font-size: 26px;
    }

    .fz32 {
        font-size: 28px;
    }

    .fz34 {
        font-size: 28px;
    }

    .fz36 {
        font-size: 30px;
    }

    .fz38 {
        font-size: 30px;
    }

    .fz40 {
        font-size: 32px;
    }

    .fz42 {
        font-size: 32px;
    }

    .fz44 {
        font-size: 34px;
    }

    .fz46 {
        font-size: 34px;
    }

    .fz48 {
        font-size: 36px;
    }

    .fz50 {
        font-size: 36px;
    }

    .fz60 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 599px) {

    .fz20 {
        font-size: 17px;
    }

    .fz22 {
        font-size: 18px;
    }

    .fz24 {
        font-size: 20px;
    }

    .fz26 {
        font-size: 20px;
    }

    .fz28 {
        font-size: 22px;
    }

    .fz30 {
        font-size: 22px;
    }

    .fz32 {
        font-size: 24px;
    }

    .fz34 {
        font-size: 24px;
    }

    .fz36 {
        font-size: 26px;
    }

    .fz38 {
        font-size: 26px;
    }

    .fz40 {
        font-size: 28px;
    }

    .fz42 {
        font-size: 28px;
    }

    .fz44 {
        font-size: 30px;
    }

    .fz46 {
        font-size: 30px;
    }

    .fz48 {
        font-size: 32px;
    }

    .fz50 {
        font-size: 32px;
    }

    .fz60 {
        font-size: 34px;
    }
}

/* ------------------------------
 ofiImg
------------------------------ */

.ofiImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    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;
    }
}

.ofiImg.tc {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
}

.ofiImg.tl {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ofiImg.tr {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.ofiImg.h100 {
    height: 100%;
}

.ofiImg.t150 {
    position: relative;
    padding-top: 150%;
    display: block;
}

.ofiImg.t150 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t140 {
    position: relative;
    padding-top: 140%;
    display: block;
}

.ofiImg.t140 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t130 {
    position: relative;
    padding-top: 130%;
    display: block;
}

.ofiImg.t130 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t120 {
    position: relative;
    padding-top: 120%;
    display: block;
}

.ofiImg.t120 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t110 {
    position: relative;
    padding-top: 110%;
    display: block;
}

.ofiImg.t110 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t100 {
    position: relative;
    padding-top: 100%;
    display: block;
}

.ofiImg.t100 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t95 {
    position: relative;
    padding-top: 95%;
    display: block;
}

.ofiImg.t95 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t90 {
    position: relative;
    padding-top: 90%;
    display: block;
}

.ofiImg.t90 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t85 {
    position: relative;
    padding-top: 85%;
    display: block;
}

.ofiImg.t85 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t80 {
    position: relative;
    padding-top: 80%;
    display: block;
}

.ofiImg.t80 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t75 {
    position: relative;
    padding-top: 75%;
    display: block;
}

.ofiImg.t75 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t70 {
    position: relative;
    padding-top: 70%;
    display: block;
}

.ofiImg.t70 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t65 {
    position: relative;
    padding-top: 65%;
    display: block;
}

.ofiImg.t65 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t60 {
    position: relative;
    padding-top: 60%;
    display: block;
}

.ofiImg.t60 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t55 {
    position: relative;
    padding-top: 55%;
    display: block;
}

.ofiImg.t55 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t50 {
    position: relative;
    padding-top: 50%;
    display: block;
}

.ofiImg.t50 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t45 {
    position: relative;
    padding-top: 45%;
    display: block;
}

.ofiImg.t45 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t40 {
    position: relative;
    padding-top: 40%;
    display: block;
}

.ofiImg.t40 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t35 {
    position: relative;
    padding-top: 35%;
    display: block;
}

.ofiImg.t35 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t30 {
    position: relative;
    padding-top: 30%;
    display: block;
}

.ofiImg.t30 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t25 {
    position: relative;
    padding-top: 25%;
    display: block;
}

.ofiImg.t25 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t20 {
    position: relative;
    padding-top: 20%;
    display: block;
}

.ofiImg.t20 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

/* ------------------------------
 flex
------------------------------ */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexn1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexn599 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 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;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.spb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width:1024px) {
    .flexn1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width:599px) {
    .flexn599 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/* ------------------------------
 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;
    -webkit-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;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ol01 {
    padding-left: 1.5em;
}

.ol01 > li {
    list-style: disc;
}

.ol02 > li {
    position: relative;
    padding-left: 1.5em;
}

.ol02 > li:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.cl01 > li {
    padding-left: 1.5em;
    position: relative;
}

.cl01 > li:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #B69A75;
}

.nl01 {
    counter-reset: number;
}

.nl01 > li {
    padding-left: 1.5em;
    position: relative;
}

.nl01 > li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0.25em;
    left: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.mtb\.5em {
    margin-top: .5em;
    margin-bottom: .5em;
}

.mtb1em {
    margin-top: 1em;
    margin-bottom: 1em;
}

.mtb1\.5em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.mtb2em {
    margin-top: 2em;
    margin-bottom: 2em;
}

.mtb2\.5em {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.mtb3em {
    margin-top: 3em;
    margin-bottom: 3em;
}

.mt\.5em {
    margin-top: .5em;
}

.mt1em {
    margin-top: 1em;
}

.mt1\.5em {
    margin-top: 1.5em;
}

.mt2em {
    margin-top: 2em;
}

.mt2\.5em {
    margin-top: 2.5em;
}

.mt3em {
    margin-top: 3em;
}

.mb\.5em {
    margin-bottom: .5em;
}

.mb1em {
    margin-bottom: 1em;
}

.mb1\.5em {
    margin-bottom: 1.5em;
}

.mb2em {
    margin-bottom: 2em;
}

.mb2\.5em {
    margin-bottom: 2.5em;
}

.mb3em {
    margin-bottom: 3em;
}

.mr\.5em {
    margin-right: .5em;
}

.mr1em {
    margin-right: 1em;
}

.mr1\.5em {
    margin-right: 1.5em;
}

.mr2em {
    margin-right: 2em;
}

.mr2\.5em {
    margin-right: 2.5em;
}

.mr3em {
    margin-right: 3em;
}

.ml\.5em {
    margin-left: .5em;
}

.ml1em {
    margin-left: 1em;
}

.ml1\.5em {
    margin-left: 1.5em;
}

.ml2em {
    margin-left: 2em;
}

.ml2\.5em {
    margin-left: 2.5em;
}

.ml3em {
    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%;
}

.w20 {
    width: 20%;
    margin: 1% 0;
}

.w22 {
    width: 22%;
    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;
}

.w42 {
    width: 42%;
    margin: 1% 0;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w48 {
    width: 48%;
    margin: 1% 0;
}

.w50 {
    width: 50%;
    margin: 1% 0;
}

.w52 {
    width: 52%;
    margin: 1% 0;
}

.w56 {
    width: 56%;
    margin: 1% 0;
}

.w60 {
    width: 60%;
    margin: 1% 0;
}

.w62 {
    width: 62%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w72 {
    width: 72%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w80 {
    width: 80%;
    margin: 1% 0;
}

.w82 {
    width: 82%;
    margin: 1% 0;
}

.w86 {
    width: 86%;
    margin: 1% 0;
}

.cont1000 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.cont1200 {
    max-width: 1250px;
    width: 96%;
    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%;
}

.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%;
}

.lhi {
    line-height: inherit;
}

.lh100 {
    line-height: 1;
}

.lh120 {
    line-height: 1.2;
}

.lh140 {
    line-height: 1.4;
}

.lh160 {
    line-height: 1.6;
}

.lh180 {
    line-height: 1.8;
}

.lh200 {
    line-height: 2;
}

.lh250 {
    line-height: 2.5;
}

.lh300 {
    line-height: 3;
}

.ls0 {
    letter-spacing: 0;
}

.ls01 {
    letter-spacing: .1em;
}

.ls02 {
    letter-spacing: .2em;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.acHead {
    cursor: pointer;
}

.tabNavItem {
    cursor: pointer;
}

[data-element-id] .tabBox {
    border: 5px solid lightgreen;
}

.altlist01 .alt01 {
    display: none;
}

.relative {
    overflow: hidden;
    position: relative;
}

.uk-lb img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.vw-pic {
    width: 100vw;
    margin-left: calc((100vw - 1000px) / -2);
}

.vw-left {
    margin-left: calc((100vw - 1000px) / -2);
}

.vw-right {
    margin-right: calc((100vw - 1000px) / -2);
}

@media only screen and (max-width:1024px) {

    .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;
    }

    .vw-pic {
        margin-left: calc((100vw - 95vw) / -2);
    }

    .vw-left {
        margin-left: calc((100vw - 95vw) / -2);
    }

    .vw-right {
        margin-right: calc((100vw - 95vw) / -2);
    }
}

@media only screen and (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;
    }

    .w22 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w22 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w22 .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;
    }

    .w42 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w42 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w42 .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;
    }

    .w52 {
        width: 100%;
        margin: 2% auto;
    }

    .w56 {
        width: 100%;
        margin: 2% auto;
    }

    .w60 {
        width: 100%;
        margin: 2% auto;
    }

    .w62 {
        width: 100%;
        margin: 2% auto;
    }

    .w66 {
        width: 100%;
        margin: 2% auto;
    }

    .w70 {
        width: 100%;
        margin: 2% auto;
    }

    .w72 {
        width: 100%;
        margin: 2% auto;
    }

    .w76 {
        width: 100%;
        margin: 2% auto;
    }

    .w80 {
        width: 100%;
        margin: 2% auto;
    }

    .w82 {
        width: 100%;
        margin: 2% auto;
    }

    .w86 {
        width: 100%;
        margin: 2% auto;
    }

    .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;
    }

    .vw-pic {
        width: 102vw;
        max-width: inherit;
        margin-right: 0 !important;
        margin-left: -5.5% !important;
    }

    .vw-left {
        width: 102vw;
        max-width: inherit;
        margin-right: 0 !important;
        margin-left: -5.5% !important;
    }

    .vw-right {
        width: 102vw;
        max-width: inherit;
        margin-right: 0 !important;
        margin-left: -5.5% !important;
    }
}

/* ------------------------------
 fead-mv
------------------------------ */

[data-element-id] .fead-mv {
    opacity: 1;
}

[data-element-id] .fead-mv.up {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fead-mv.up {
    -webkit-transform: translate(0, 2em);
    -ms-transform: translate(0, 2em);
    transform: translate(0, 2em);
}

.fead-mv.fead-top {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.fead-mv.fead-bottom {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.fead-mv.fead-left {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.fead-mv.fead-right {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.fead-mv.fade-up-right {
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
}

.fead-mv.fade-up-left {
    -webkit-transform: translate(100px, 100px);
    -ms-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
}

.fead-mv.fade-down-right {
    -webkit-transform: translate(-100px, -100px);
    -ms-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
}

.fead-mv.fade-down-left {
    -webkit-transform: translate(100px, -100px);
    -ms-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
}

.fead-mv.up.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fead-top.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fead-bottom.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fead-left.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fead-right.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fade-up-right.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fade-up-left.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fade-down-right.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fead-mv.fade-down-left.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mv {
    opacity: 1;
}

/* ------------------------------
 heightLine
------------------------------ */

@media only screen and (max-width:1024px) {
    [class*="heightLine-1024"] {
        height: auto !important
    }
}

@media only screen and (max-width:599px) {
    [class*="heightLine-599"] {
        height: auto !important
    }
}

/* ------------------------------
 iframe
------------------------------ */

.iframe {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

/* ------------------------------
 map
------------------------------ */

.map {
    position: relative;
    overflow: hidden;
    padding-top: 40%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1024px) {
    .map {
        padding-top: 45%;
    }
}

@media only screen and (max-width:599px) {
    .map {
        padding-top: 50%;
    }
}

/* ------------------------------
 wrapper
------------------------------ */

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/* ------------------------------
 header
------------------------------ */

header .page-title {
    font-size: 10px;
    letter-spacing: 0;
}

.header {
    background-color: #B790CA;
    color: #fff;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/headerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.hlogo a {
    display: inline-block;
    max-width: 191px;
    padding: 1.5em 0;
}

/* .second .hfix {
    display: none;
} */

.hfix {
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 10;
    color: #fff;
}

.hfixitem {
    margin-bottom: 1em;
    line-height: 1.2;
    letter-spacing: 0;
}

.hfixitem.type01 .a {
    background-color: #B790CA;
}

.hfixitem.type02 .a {
    background-color: #78BE50;
}

.hfixitem .a {
    border-radius: 3em 0 0 3em;
    overflow: hidden;
    padding: .5em .5em .5em .5em;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(33, 33, 33, .25);
    box-shadow: 0 5px 5px rgba(33, 33, 33, .25);
}

.hfixitem a {
    display: block;
}

.hfixitem dl {
    display: inline-block;
    position: relative;
    padding-left: 4em;
}

.hfixitem dl:before {
    content: '';
    position: absolute;
    left: 1.25em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.25em;
    height: 2.25em;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/icon-tel01.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {

    .second .hfix {
        display: block;
    }

    .hfix {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
    }

    .hfixlist {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hfixitem {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 14px;
        padding: .5em;
        text-align: center;
    }

    .hfixitem .a {
        border-radius: .5em;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfixitem .text {
        display: none;
    }

    .hfixitem dl {
        padding: 0 1em 0 2.5em;
    }

    .hfixitem dl:before {
        left: .25em;
        width: 1.5em;
        height: 1.5em;
    }
}

@media only screen and (max-width: 599px) {

    .hfixitem {
        font-size: 12px;
        padding: .5em .25em;
    }

    .hfixitem dl {
        padding: 0 0 0 2em;
    }

    .hfixitem dl:before {
        left: 0;
    }

    .hfixitem .number {
        font-size: 16px;
    }
}

/* ------------------------------
 gnav
------------------------------ */

#gnav {
    z-index: 200;
    width: 100%;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

#gnav .gtoggle {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    top: .5em;
    right: .5em;
    cursor: pointer;
    z-index: 251;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    background-color: #78be50;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

#gnav.action .gtoggle:after {
    content: 'close';
}

#gnav .gtoggle:after {
    content: 'menu';
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}

#gnav .gtoggle span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 20px;
    text-indent: 9999px;
    padding: 0;
    top: 40%;
    left: 15px;
    margin-top: -1px;
    position: absolute;
}

#gnav .gtoggle span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 20px;
    position: absolute;
    top: -6px;
    left: 0;
    border-radius: 10px;
}

#gnav .gtoggle span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 10px;
}

#gnav.action .gtoggle span.n {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .10s;
    -o-transition: ease .10s;
    transition: ease .10s;
}

#gnav.action .gtoggle span.n:after,
#gnav.action .gtoggle span.n:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

.glist .gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

[data-element-id] #gnav .pcnone {
    display: block;
}

[data-element-id] #gnav .pcnone:before {
    content: 'SP用';
    display: block;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
}

#gnav .pcnone {
    display: none;
}

.glist .gitem a,
.glist .gitem .a {
    display: block;
    padding: 1em 1.5em;
}

.glist .gitem .icon {
    display: block;
    height: 30px;
    margin-bottom: 2px;
}

.glist .gitem .icon img {
    vertical-align: -webkit-baseline-middle;
}

.glist .gitem .jp {
    display: block;
}

.glist .pullbox .pullhead {
    position: relative;
    cursor: pointer;
}

.glist .pullbox .pullhead:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: currentcolor transparent transparent transparent;
}

.glist .pullbox .pull {
    position: relative;
}

.glist .pullbox .pullhead {
    text-align: inherit;
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
    padding-bottom: 0.25em;
}

.glist .pullbox:hover .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.glist .pullbox .pulllist:before {
    bottom: 100%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, .95);
    position: absolute;
}

[data-element-id] .glist .pullbox .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

.glist .pullbox .pulllist {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -2em);
    -ms-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
    left: 50%;
    top: 0;
    width: 200px;
    z-index: 10;
    background-color: rgba(255, 255, 255, .95);
    border: 2px solid #d9d9d9;
    padding: 0 1em;
    border-radius: .5em;
    color: #666;
}

.glist .pullbox .pulllist li {
    width: 100%;
}

[data-element-id] .glist .pullbox .pulllist li {
    width: 100%;
}

.glist .pullbox .pulllist li a {
    padding: 1em .5em;
    text-align: center;
    margin-bottom: 1px;
    border-top: 2px solid #d9d9d9;
}

.glist .pullbox .pulllist li:first-of-type a {
    border-top: none;
}

.overlay {
    height: 100%;
    overflow: hidden;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
        visibility: visible;
    }

    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: height ease .1s, opacity ease .4s;
        -o-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: #78be50;;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    #gnav .gtoggle {
        display: block !important;
    }

    #gnav .glist {
        width: 100%;
        padding: 60px 0 80px;
    }

    #gnav .gitem.glogo {
        text-align: center;
        margin-bottom: 3em;
    }

    #gnav .pcnone {
        display: block;
    }

    #gnav .gitem {
        display: block !important;
        position: static;
        text-align: left;
        width: 100%;
    }

    #gnav .gitem a,
    #gnav .gitem .a {
        padding: 1em 3em;
    }

    #gnav .gitem .a {
        display: inline-block;
        text-align: center;
    }

    .glist .pullbox .pullhead:after {
        right: 1em;
    }

    #gnav .pullbox .pulllist {
        width: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: static;
        opacity: 1;
        visibility: visible;
        padding: .5em 1em;
    }

    #gnav .pullbox .pulllist:before {
        content: none;
    }

    #gnav .glist .pullbox .pulllist li {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    #gnav .glist .pullbox .pulllist li a {
        font-size: inherit;
        margin-bottom: 0;
        text-align: left;
        background: none;
    }

    .glist .gitem .icon {
        display: inline-block;
        height: auto;
        margin-bottom: 0;
        margin-right: .5em;
        max-width: 1.5em;
    }

    .glist .gitem .icon img {
        vertical-align: text-top;
    }

    .glist .gitem .jp {
        display: inline-block;
    }
}

@media only screen and (max-width:599px) {

    #gnav .glist {
        padding: 60px 0 33%;
    }
}

/* ------------------------------
 footer
------------------------------ */

footer {
    background: #78be50;
    color: #fff;
    font-weight: 700;
}

.footer {
    padding: 80px 0 60px;
}

.footer-left {
    width: 350px;
    letter-spacing: 0;
}

.footer-right {
    width: calc(100% - 380px);
}

.flogo {
    margin-bottom: 1em;
}

.flogo a {
    display: inline-block;
}

.fnavlist {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fnavitem a {
    padding: .25em .5em;
    display: inline-block;
}

.fnavitem.belong a {
    font-size: 80%;
    padding: .25em .5em .25em 2em;
    position: relative;
}

.fnavitem.belong a::before {
    content: "└";
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: .5em;
}

.copy {
    text-align: center;
    padding: 1em .5em;
    letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {

    footer {
        padding-bottom: 80px;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-right {
        width: 100%;
    }

}

@media only screen and (max-width: 599px) {
    .fnavlist {
        width: 100%;
    }
    .fnavlist + .fnavlist {
        margin-top: 15px;
    }
}

/* ------------------------------
 MV
------------------------------ */

.home-mv {
    position: relative;
    padding-bottom: 10%;
}

.home-mv:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 26%;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/bg-mv.png);
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.homeSlide {
    position: relative;
    overflow: hidden;
}

.homeSlide .pic .ofiImg {
    min-height: 30vh;
}

.homeSlide .tbox {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #804e98;
    font-weight: 300;
}

.homeSlide .tbox * {
    text-shadow: 0 0 0.5em rgba(0, 0, 0, .25);
}

.homeSlide .tbox h2 {
    font-size: calc(50px + ((1vw - 10px) * 1.6));
    position: relative;
}

.homeSlide .tbox h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/top/home-mv-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.25em;
    height: 3em;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 40%;
    min-height: 30vh;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

.homeSlide .uk-dotnav{
  margin-left: 0;
  margin-top: 0;
  padding: .5em;
}

.homeSlide .uk-dotnav > *{
  margin-top: 0;
}

.homeSlide .uk-dotnav-contrast>*>*{
  background-color: #CBCBCB;
}

.homeSlide .uk-dotnav>.uk-active>*{
  background-color: #B790CA;
}

.homeSlide .uk-dotnav>*>* {
    width: .75em;
    height: .75em;
}

.second-mv {
    position: relative;
    padding-bottom: 10%;
}

.second-mv:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 26%;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/bg-mv.png);
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg .tbox {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #804e98;
    font-weight: 300;
    z-index: 2;
}



.mainImg .tbox h2 {
    font-size: calc(45px + ((1vw - 10px) * 1.6));
    position: relative;
    letter-spacing: .1em;
}

.mainImg .tbox h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/import/tenant_1/160.16.200.13/html/images/top/home-mv-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.25em;
    height: 3em;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

.mainImg .pic .ofiImg {
    min-height: 20vh;
    overflow: hidden;
}

.mainImg .pic .ofiImg:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {

    .homeSlide .tbox h2 {
        font-size: calc(32px + ((1vw - 10px) * 1.6));
    }
}

/* ------------------------------
 archives
------------------------------ */

.postcont {
    width: 70%;
}

.caarea {
    width: 26%;
    line-height: 1.4;
}

.caitem .catit {
    position: relative;
    padding: 1em 0;
    color: #804E98;
}

.caitem .catit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5em;
    height: 5em;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    background-image: url(/import/tenant_1/160.16.200.13/html/images/catitbg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
}

.caitem li {
    margin-bottom: .25em;
    position: relative;
    padding-left: .9em;
}

.caitem li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .3em 0 .3em .3em;
    border-color: transparent transparent transparent #804E98;
}

.caitem a {
    display: block;
}

.singlebox .tit {
    padding-bottom: .75em;
    border-bottom: 2px dashed #804E98;
}

.singlebox .single {
    padding: 2.5em 0;
}

.back01 a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    background-color: #78be50;
    border-radius: 5em;
    width: 237px;
    text-align: center;
    padding: .5em .5em;
    color: #fff !important;
}

.back01 .arrow {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1em;
}

.back01 .arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .4em .4em .4em .0;
    border-color: transparent currentColor transparent transparent;
}

@media only screen and (max-width: 1024px) {

    .postcont {
        width: 100%;
    }

    .caarea {
        width: 100%;
    }
    
    .calist {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .caitem {
        width: 48%;
    }

    .caitem .catit {
        font-size: 22px;
    }

    .back01 {
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
  
    .caitem {
        width: 100%;
    }

    .caitem .catit {
        font-size: 20px;
    }
}

/* ------------------------------
 pagenav
------------------------------ */

.pagenav li {
    padding: 0 .5em;
    font-size: 30px;
    line-height: 1.2;
    color: #B790CA;
}

.pagenav li.now {
    color: #804E98;
}

.pagenav li a {
    display: block;
}

.pagenav li.prev a:before,
.pagenav li.prev a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    margin: 0 .1em;
    border-width: 5px 5px 5px 0;
    border-color: transparent #804E98 transparent transparent;
}

.pagenav li.next a:before,
.pagenav li.next a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    margin: 0 .1em;
    border-color: transparent transparent transparent #804E98;
    border-width: 5px 0 5px 5px;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .pagenav .flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagenav li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .pagenav li {
        font-size: 18px;
    }
}

/* ------------------------------
 form
------------------------------ */



.formitem select {
    font-family: inherit;
    color: inherit;
    border: none;
    font-size: inherit;
    background-color: #78be50;
    width: 100%;
    padding: .25em .5em;
    border-radius: .25em;
}

.formitem input,
.formitem button,
.formitem textarea{
  background-color: #78be5059;
   font-family: inherit;
    color: inherit;
    border: none;
    font-size: inherit;
    width: 100%;
    padding: .25em .5em;
    border-radius: .25em;
}

.formlist {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.formitem {
    padding: 1.5em 0;
    border-bottom: 1px solid #78be50;
}

.formitem dt {
    width: 30%;
}

.formitem dt label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.formitem dd {
    width: 62%;
}

.formitem .reqw {
    display: inline-block;
    padding: 0 1em;
    border-radius: .25em;
    color: #fff;
    background-color: #78be50;
    margin-left: .5em;
}

.formitem dd .placeholder {
    color: #999;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formitem dd .inputlist li .text {
    margin-right: 2em;
}

.formitem dd .inputlist li .text + input {
    width: 10em;
}

.formitem dd input[type="radio"] {
    display: none;
}

.formitem dd input[type="radio"] + label {
    padding-left: 1.5em;
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin-bottom: .25em;
}

.formitem dd input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: .8em;
    height: .8em;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #747474;
}

.formitem dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 2.5px;
    width: .5em;
    height: .5em;
    background: #333;
    border-radius: 50%;
}


.formitem dd input[type="checkbox"] + label {
    padding-left: 3em;
    position: relative;
    margin: .25em 1.5em .25em 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.formitem dd input[type="checkbox"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 2em;
    height: 2em;
    background: #eee;
}

.formitem dd input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 1em;
    width: 1em;
    height: 1em;
    background: #333;
}

.formitem dd input[type="file"] {
    background: none;
}

.formitem dd textarea {
    height: 150px;
}

.formbtn li {
    text-align: center;
}

.formbtn li button:hover,
.formbtn li input:hover {
    cursor: pointer;
    opacity: .6;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

.formbtn li button,
.formbtn li input {
    display: inline-block;
    max-width: 100%;
    padding: .5em 1.5em;
    width: 237px;
    position: relative;
    background-color: #78be50;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5em;
}

.formbtn li button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.4em;
    border-color: transparent transparent transparent currentColor;
}

.formbtn li input {
    background-color: #ccc;
    color: inherit;
}

.formbtn.formbtn2 li button:after{
  content: none;
}

@media only screen and (max-width: 1024px) {

    .formitem dt {
        width: 100%;
        margin-bottom: .5em;
        font-size: 16px;
    }

    .formitem dt label {
        display: block;
    }

    .formitem dd {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media only screen and (max-width: 599px) {

    .formitem {
        padding: 1em 0;
    }

    .formitem dd input[type="radio"] + label {
        width: 100%;
    }

    .formitem dd input[type="checkbox"] + label {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 110px;
    }
}
