@charset "utf-8";

/* # root1 START # */
:root {
    --color01: #a68b62;
    --color02: #f5f2ec;
    --color03: #eee9db;
    --color04: #555;
    --color05: #a3a3a3;
    --color06: #e0d1b3;
    --color07: #797979;
    --color08: #ccbd9e;
    --color09: #fa0909;
    --color10: #999;
    --color11: #f4efe7;
    --color12: #7f7c75;
    --color13: #97948d;
    --color14: #c7c4bd;
    --color15: #707070;
    --color16: #aeaca8;
    --color17: #bfbfbf;
    --color18: #eae2cd;
}
/* # root1 END # */

/* # root2 START # */
/* :root {
    --color01: #e1989d;
    --color02: #eaeaea;
    --color03: #f1d3d3;
    --color04: #555;
    --color05: #a3a3a3;
    --color06: #e7abaf;
    --color07: #797979;
    --color08: #ccbd9e;
    --color09: #fa0909;
    --color10: #999;
    --color11: #eaeaea;
    --color12: #7f7c75;
    --color13: #e9c4c6;
    --color14: #c7c4bd;
    --color15: #707070;
    --color16: #aeaca8;
    --color17: #bfbfbf;
    --color18: #f1d3d3;
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color01: #3f885b;
    --color02: #ecf8f6;
    --color03: #cde3d6;
    --color04: #555;
    --color05: #a3a3a3;
    --color06: #518e68;
    --color07: #797979;
    --color08: #ccbd9e;
    --color09: #fa0909;
    --color10: #999;
    --color11: #ecf8f6;
    --color12: #7f7c75;
    --color13: #a3c7b1;
    --color14: #c7c4bd;
    --color15: #707070;
    --color16: #aeaca8;
    --color17: #bfbfbf;
    --color18: #cde3d6;
} */
/* # root3 END # */

html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.font01 {
    font-family: "Lato", sans-serif;
}

/* ------------------------------
 wrapper
------------------------------ */

#wrapper {
    overflow: hidden;
    margin: 0 auto;
}

/* ------------------------------
 header
------------------------------ */

header {
    padding: 0 2%;
}

header .page-title {
    font-size: 10px;
    position: relative;
    z-index: 2;
}

.header {
    position: relative;
}

#header {
    width: 100%;
    padding: 0 2%;
    background-color: 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);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.header-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.hlogo a {
    width: 222px;
    max-width: 17.6vw;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.hlogo a:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hfix {
    padding: 5px;
    background-color: 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);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 400px;
}

.hfixlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.hfixitem {
    width: 50%;
    padding: 5px;
}

.hfixitem a,
.hfixitem .a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
}

.hfixitem.h-webbtn .a {
    background-color: var(--color01);
    color: #fff;
}

.hfixitem.h-webbtn .a:hover {
    cursor: pointer;
}

.hfixitem.h-telbtn a {
    color: var(--color01);
    background-color: #fff;
    border: 1px solid var(--color01);
}



@media (max-width: 1024px) {
    header .page-title {
        padding: 0.5em 60px 0 0;
    }

    .hlogo a {
        max-width: 300px;
        padding: 1.5em 1em 1.5em 0;
    }

    .h-webbtn .a {
        width: auto;
    }
}

@media (max-width: 599px) {
    .hlogo a {
        max-width: 100px;
        padding: 10px;
    }

    .sp-inner {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-inner .inner {
        width: 100%;
        max-width: 100%;
    }

    .hfix {
        width: 100%;
        padding: 2.5px;
    }

    .hfixitem {
        padding: 2.5px;
    }

}

/* ------------------------------
 gnav
------------------------------ */

#gnav {
    width: 100%;
    z-index: 200;
}

#gnav.fix {
    background-color: 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);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

#gnav .gtoggle {
    width: 50px;
    height: 50px;
    display: none;
    border-radius: 5px;
    background-color: var(--color03);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    z-index: 251;
}

#gnav .gtoggle:after {
    content: "MENU";
    width: 100%;
    font-size: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.action #gnav .gtoggle:after {
    content: "CLOSE";
}

#gnav .gtoggle span.n {
    width: 20px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background-color: currentColor;
    position: absolute;
    top: 40%;
    left: 15px;
}

#gnav .gtoggle span.n:before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background-color: currentColor;
    position: absolute;
    top: -6px;
    left: 0;
}

#gnav .gtoggle span.n:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background-color: currentColor;
    position: absolute;
    top: 6px;
    left: 0;
}

.action #gnav .gtoggle span.n {
    -webkit-transition: ease 0.10s;
    transition: ease 0.10s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.action #gnav .gtoggle span.n:after,
.action #gnav .gtoggle span.n:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

.glist .gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

#gnav li.pcnone {
    display: none;
}

.glist .gitem a,
.glist .gitem .a {
    display: block;
    padding: 2em 0.5em;
}

.glist .gitem .icon {
    height: 25px;
    display: block;
    margin-bottom: 0.5em;
}

.glist .gitem .icon img {
    vertical-align: middle;
}

.glist .gitem .jp {
    display: block;
}

.glist .pullbox .pullhead {
    padding-right: 1em;
    cursor: pointer;
    position: relative;
}

.glist .pullbox .pullhead:after {
    content: "\f13a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--color01);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.glist .pullbox .pull {
    position: relative;
}

.glist .pullbox .pullhead {
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
    text-align: inherit;
}

.glist .pullbox:hover .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.glist .pullbox .pulllist {
    width: 180px;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
}

.glist .pullbox .pulllist li {
    width: 100%;
}

.glist .pullbox .pulllist li a {
    margin-bottom: 1px;
    padding: 0.5em 0.5em;
    text-align: center;
    background-color: var(--color03);
}

.glist .pullbox .pulllist li:last-of-type a {
    margin-bottom: 0;
}

@media (min-width: 1025px) {
    .glist li {
        position: relative;
        z-index: 1;
    }

    .glist li:after {
        content: "";
        height: 4px;
        background-color: var(--color13);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: right;
        transition-property: right;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        z-index: -1;
    }

    .glist li:hover:after {
        right: 0;
    }

    .glist .gitem a,
    .glist .gitem .a {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .action #gnav .gnavinn {
        height: 100vh;
        visibility: visible;
        opacity: 1;
        z-index: 250;
    }

    #gnav .gnavinn {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background-color: var(--color18);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #gnav .gtoggle {
        display: block !important;
    }

    #gnav .glist {
        width: 100%;
        padding: 60px 0 80px;
    }

    #gnav .gitem.glogo {
        margin-bottom: 1.5em;
        text-align: center;
    }

    #gnav .gitem {
        width: 100%;
        display: block !important;
        text-align: left;
        position: static;
    }

    #gnav .gitem a,
    #gnav .gitem .a {
        padding: 0.5em 3em;
    }

    #gnav .gitem .a {
        display: inline-block;
        text-align: center;
    }

    .glist .pullbox .pullhead {
        padding-right: 0;
    }

    .glist .pullbox .pullhead:after {
        color: #fff;
        right: 1em;
    }

    #gnav .pullbox .pulllist {
        width: 100%;
        visibility: visible;
        padding: 0.5em 1em;
        opacity: 1;
        -webkit-transform: none !important;
        transform: none !important;
        position: static;
    }

    #gnav .pullbox .pulllist:before {
        content: none;
    }

    #gnav .glist .pullbox .pulllist li {
        color: #666;
        -webkit-transform: none !important;
        transform: none !important;
    }

    #gnav .glist .pullbox .pulllist li a {
        margin-bottom: 0;
        font-size: inherit;
        text-align: left;
        background: none;
    }
}

@media (max-width:599px) {
    #gnav .glist {
        padding: 60px 0 33%;
    }
}

/* ------------------------------
 footer
------------------------------ */

footer {
    padding: 70px 0 0;
    background-color: var(--color18);
}

.footer-left {
    width: 400px;
}

.footer-right {
    width: 560px;
    max-width: 100%;
}

.flogo a {
    width: 218px;
    max-width: 50vw;
    display: inline-block;
}

.fnavlist.order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.fnavitem>a,
.fnavitem .a {
    display: block;
    padding: 0.5em;
}

.fnavitem .item {
    padding-left: 1em;
}

.fnavitem .item a {
    display: block;
}

.copy {
    padding: 1em 0.5em;
    font-weight: 700;
    text-align: center;
}

footer {
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    footer {
        padding-bottom: 70px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .flogo {
        margin-bottom: 40px;
        text-align: center;
    }

    .fnavlist {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fnavitem>a,
    .fnavitem .a {
        padding: 0.25em;
    }
}

.tc-img {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.tl-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tr-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.tr-img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tl-img>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* show hide */
.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: initial;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 0.5em;
    border-top: 2px solid var(--color01);
    border-right: 2px solid var(--color01);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.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;
}

.harea {
    padding: 80px 0;
}

.area {
    padding: 80px 0;
}

.uk-lb img:hover {
    opacity: 0.6;
    cursor: pointer;
}

.vw-left {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.vw-right {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vw-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.vw-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width:1024px) {
    .harea {
        padding: 60px 0;
    }

    .area {
        padding: 60px 0;
    }

    .vw-left {
        margin-left: 0;
    }

    .vw-right {
        margin-right: 0;
    }
}

@media (max-width:599px) {
    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }

    .vw-left {
        width: 100%;
        height: auto;
        position: relative;
    }

    .vw-right {
        width: 100%;
        height: auto;
        position: relative;
    }
}

/* ------------------------------
 MV
------------------------------ */

.homeSlide {
    max-width: 80%;
    overflow: hidden;
    margin-left: auto;
    padding-right: 4%;
    position: relative;
    max-height: 70vh;
}

.homeSlide .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.homeSlide .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.homeSlide .uk-slidenav-position:after {
    display: block;
    padding-top: 65%;
    content: "";
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
    width: 100% !important;
}

.homeSlide .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-slide {
    padding-bottom: 10%;
    position: relative;
    max-height: 85vh;
}

.home-slide:before {
    content: "";
    width: 100vw;
    height: 200vh;
    background-color: var(--color03);
    position: absolute;
    bottom: 0;
    right: 60%;
    z-index: -1;
}

.home-slide .tbox {
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0;
}

.home-slide .tbox .tboxin {
    display: inline-block;
    width: 100%;
}

.home-slide .tbox {
    font-size: 40px;
    color: var(--color01);
}

.home-slide .tbox .for-sp {
    font-size: 24px;
}

.mainImg {
    height: 400px;
    width: 80%;
    overflow: hidden;
    margin-left: auto;
    position: relative;
}

.mainImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.second-mv {
    padding-bottom: 10%;
    position: relative;
}

.second-mv .tbox {
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    border-bottom: 3px solid var(--color01)
}

.second-mv .tbox:before {
    content: "";
    width: 100vw;
    height: 200%;
    min-height: 300px;
    background-color: var(--color03);
    position: absolute;
    bottom: -50%;
    right: 0;
    z-index: -1;
}

.second-mv .tbox {
    font-size: 45px;
}

.second-mv .tbox .for-sp {
    font-size: 24px;
}

.h1-decoy {
    display: none;
    font-size: 12px;
    width: calc(100% - 60px);
    padding-left: 10px;
}

@media (max-width:1024px) {
    .homeSlide {
        max-width: 800px;
    }
    
    .home-slide{
        max-height: none;
    }    

    .home-slide .tbox {
        width: 96%;
        bottom: -10%;
    }

    .h1 {
        display: none;
    }

    .h1-decoy {
        display: block;
    }

    .mainImg {
        height: 350px;
    }

    .second-mv .tbox {
        font-size: 32px;
    }
}

@media (max-width:599px) {
    .homeSlide .uk-slidenav-position:after {
        padding-top: 100%;
    }

    .home-slide .tbox {
        letter-spacing: 0;
        bottom: -15%;
    }

    .second-mv .tbox h3 {
        font-size: 18px;
    }

    .mainImg {
        height: 300px;
    }

    .mainImg img {
        height: 85%;
    }
}

/* ------------------------------
 archives
------------------------------ */

.postcont {
    width: 70%;
}

.caarea {
    width: 26%;
}

.caitem {
    padding: 2em 1.5em 2em;
    background-color: #fff;
}

.caitem .catit {
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.caitem li {
    margin-bottom: 0.25em;
    padding-left: 1.2em;
    position: relative;
}

.caitem li:before {
    content: "┗";
    width: 1em;
    height: 1em;
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--color01);
}

.caitem a {
    display: block;
}

.post-recommend {
    margin-top: 40px;
}

.post-recommend .pbox .picture {
    width: 150%;
    margin-left: -50%;
}

.post-recommend .tbox .cmntit01.mv:after {
    width: 125%;
}

.post-recommend .tbox .recommendbox {
    padding: 3em 3em 4em 0;
    position: relative;
}

.post-recommend .tbox .recommendbox:after {
    content: "";
    width: 105vw;
    height: 100%;
    background-color: #f5f2ec;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

@media (max-width: 1024px) {
    .postcont {
        width: 100%;
    }

    .caarea {
        width: 100%;
    }

    .caitem .catit {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .caitem .catit {
        font-size: 20px;
    }

    .post-recommend .pbox .picture {
        width: 100%;
        margin-left: 0;
    }

    .post-recommend .tbox .recommendbox {
        padding: 1.5em 1.5em 3em 0;
    }
}

/* ------------------------------
 pagenav
------------------------------ */

.pagenav li {
    margin: 0 2px;
}

.pagenav li a {
    width: 3.5em;
    height: 3.5em;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 0.25em;
    line-height: 1.2;
    background-color: #fff;
    color: var(--color01);
}


.pagenav li .now {
    width: 3.5em;
    height: 3.5em;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 0.25em;
    line-height: 1.2;
    color: #fff;
    background-color: var(--color01);
}

@media (max-width: 1024px) {
    .pagenav .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 599px) {
    .pagenav li {
        font-size: 10px;
    }
}

/* ------------------------------
 form
------------------------------ */

.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    width: 100%;
    padding: 0.5em 0.5em;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #ccc;
    background-color: #fff;
}

.formitem .short {
    max-width: 300px;
}

.formitem .medium {
    max-width: 400px;
}

.formlist {
    max-width: 900px;
}

.formitem {
    padding: 1.5em;
    border-bottom: 1px solid #ccc;
}

.formitem dt {
    width: 30%;
    font-weight: 700;
}

.formitem .reqw {
    margin-left: 1em;
    padding: 0.1em 0.5em;
    font-size: 12px;
    text-align: center;
    border: 1px solid var(--color01);
    color: var(--color01);
}

.formitem dd {
    width: 66%;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
}


.formitem dd input[type="file"] {
    background: none;
}

.formitem dd textarea {
    height: 250px;
}

.formbtn li {
    text-align: center;
}

.formbtn li button,
.formbtn li input {
    width: 200px;
    max-width: 100%;
    display: inline-block;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formbtn li button {
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 2em;
    border: 1px solid var(--color15);
    background-color: #fff;
    position: relative;
}

.formbtn li button:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.formbtn li button:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.formbtn li input {
    background-color: #ccc;
}

.formbtn li button:hover,
.formbtn li input:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

.formitem .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 24px;
    position: relative;
    margin-right: 15px;
    font-weight: bold;
}

.formitem .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.formitem .checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.formitem .checkboxer input {
    display: none;
}

.formitem .checkboxer input:checked+label {
    text-decoration: underline;
}

.formitem .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--color01);
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 2px;
}

@media (max-width: 1024px) {
    .formitem dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .formitem dt label {
        display: block;
    }

    .formitem dd {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media (max-width: 599px) {
    .formitem {
        padding: 1em;
    }

    .formbtn li button,
    .formbtn li input {
        width: 230px;
    }

    .formbtn2 li {
        max-width: 120px;
    }
}

/*base rewrite*/
html {
    color: var(--color04);
}

.harea+.harea {
    padding-top: 40px;
}

.harea[class*="bg"]+.harea,
.harea[class*="relative"]+.harea {
    padding-top: 80px;
}

.harea+.harea[class*="bg"],
.harea+.harea[class*="relative"] {
    padding: 80px 0;
}

.area+.area {
    padding-top: 40px;
}

.area[class*="bg"]+.area,
.area[class*="relative"]+.area {
    padding-top: 80px;
}

.area+.area[class*="bg"],
.area+.area[class*="relative"] {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .harea+.harea {
        padding-top: 30px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="relative"]+.harea {
        padding-top: 60px;
    }

    .harea+.harea[class*="bg"],
    .harea+.harea[class*="relative"] {
        padding: 60px 0;
    }

    .area+.area {
        padding-top: 30px;
    }

    .area[class*="bg"]+.area,
    .area[class*="relative"]+.area {
        padding-top: 60px;
    }

    .area+.area[class*="bg"],
    .area+.area[class*="relative"] {
        padding: 60px 0;
    }
}

@media (max-width: 599px) {
    .harea+.harea {
        padding-top: 20px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="relative"]+.harea {
        padding-top: 40px;
    }

    .harea+.harea[class*="bg"],
    .harea+.harea[class*="relative"] {
        padding: 40px 0;
    }

    .area+.area {
        padding-top: 20px;
    }

    .area[class*="bg"]+.area,
    .area[class*="relative"]+.area {
        padding-top: 40px;
    }

    .area+.area[class*="bg"],
    .area+.area[class*="relative"] {
        padding: 40px 0;
    }
}

/* ------------------------------
 common
------------------------------ */

.fc00 {
    color: var(--color04);
}

.fc01 {
    color: var(--color05);
}

.fc02 {
    color: var(--color01);
}

.fc03 {
    color: var(--color06);
}

.fc04 {
    color: var(--color07);
}

.fc05 {
    color: var(--color08);
}

.fc06 {
    color: var(--color09);
}

.fc07 {
    color: var(--color10);
}

.bgc01 {
    background-color: var(--color03);
}

.popper01 {
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
}

.popper01:before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    bottom: 0;
    left: 0;
}

.popper01:after {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px solid;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn01 a {
    max-width: 100%;
    display: inline-block;
}

.btn01 .btn {
    width: 293px;
    max-width: 100%;
    display: inline-block;
    padding: 0.5em 3em 0.5em 1.5em;
    border: 2px solid var(--color12);
    position: relative;
}

.btn01 .btn:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.btn01 .btn:after {
    content: "";
    width: 1.5em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

@media (max-width:1024px) {}

@media (max-width:599px) {}

/* ------------------------------
 common layout
------------------------------ */

.cmntit01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding-bottom: 0.25em;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    -o-flex-wrap: wrap;
    -ms-align-items: center;
}

.cmntit01.fead-mv {
    opacity: 1;
}

.cmntit01.mv:after {
    width: 100%;
}

.cmntit01:after {
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 2px solid;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmntit01 .en {
    display: inline-block;
    letter-spacing: 0.1em;
}

.cmntit01 .jp {
    display: inline-block;
    margin-left: 1.5em;
    padding-left: 1.5em;
    line-height: inherit;
    border-left: 2px solid var(--color01);
    position: relative;
}

.cmntit02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding-bottom: 0.25em;
    line-height: 1.4;

    -o-flex-wrap: wrap;
    -ms-align-items: center;
}

.cmntit02 .en {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
}

.cmntit02 .jp {
    display: inline-block;
    margin-left: 2em;
    padding-left: 2em;
    line-height: inherit;
    border-left: 2px solid var(--color01);
    position: relative;
}

.cmntit03 {
    line-height: 1;
}

.cmntit03 .en {
    display: block;
    letter-spacing: 0.1em;
}

.cmntit03 .jp {
    display: inline-block;
    padding: 0 2.5em;
    position: relative;
}

.cmntit03 .jp:before {
    content: "";
    width: 1.5em;
    height: 2px;
    background-color: var(--color13);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.cmntit03 .jp:after {
    content: "";
    width: 1.5em;
    height: 2px;
    background-color: var(--color13);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.cmntit04 {
    padding-bottom: 0.25em;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
}

.cmntit04 .jp {
    display: block;
}

.cmntit04 .en {
    display: block;
    line-height: inherit;
}

.cmntit04.fead-mv {
    opacity: 1;
}

.cmntit04.mv:after {
    width: 100%;
}

.cmntit04:after {
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 2px solid;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmntitbox01 {
    min-width: 500px;
    display: inline-block;
    padding: 2.5em 1.5em 2.5em 0;
    position: relative;
}

.cmntitbox01:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.more01 a {
    max-width: 100%;
    display: inline-block;
    letter-spacing: 0.1em;
    text-align: center;
}

.more01 .btn,
.more01 button {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 0;
    border: 1px solid var(--color15);
    background-color: white;
    position: relative;
}

.more01 .btn:before,
.more01 button:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.more01 .btn:after,
.more01 button:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.more02 a {
    max-width: 100%;
    display: inline-block;
    letter-spacing: 0.1em;
    text-align: center;
}

.more02 .btn {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 0;
    background-color: white;
    position: relative;
}

.more02 .btn:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.more02 .btn:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.more03 a,
.more03 .a {
    max-width: 100%;
    display: inline-block;
    letter-spacing: 0.1em;
    text-align: center;
}

.more03 .btn {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 0em;
    border: 1px solid;
    position: relative;
}

.more03 .btn:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.more03 .btn:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.back01 a {
    width: 140px;
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 0.5em;
    text-align: center;
    background-color: white;
}

.back02 a,
.back02 button {
    width: 200px;
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 0.5em;
    text-align: center;
    border: 1px solid;
    background-color: white;
    position: relative;
}

.back02 a:before,
.back02 .btn:before,
.back02 button:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    position: absolute;
    top: 50%;
    left: 1.1em;
}

.back02 a:after,
.back02 .btn:after,
.back02 button:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 1em;
}

@media(max-width:599px) {
    .more01 button {
        width: 150px;
    }

    .back02 button {
        width: 150px;
    }
}

.mobile-case {
    display: inline-block;
    position: relative;
}

.mobile-case .a-app {
    width: 80%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 20%;
    left: 50%;
}

.mobile-case .g-app {
    width: 80%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 7%;
    left: 50%;
}

.animate .animate01 {
    padding-bottom: 1em;
    position: relative;
}

.animate .animate01:before {
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 2px solid var(--color01);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    bottom: 0;
}

.animate .animate01.typeL:before {
    left: 0;
}

.animate .animate01.typeR:before {
    right: 0;
}

.mv.animate .animate01:before {
    width: 50vw;
}

.contacts .more01 .btn,
.contacts .back02 a {
    width: 140px;
}


@media (max-width:1024px) {}

@media (max-width:599px) {
    .cmntitbox01 {
        min-width: inherit;
    }

    .mv.animate .animate01:before {
        width: 100%;
    }

    .cmntit01 .jp {
        margin-left: .5em;
        padding-left: .5em;
    }

    .cmntit02 .jp {
        margin-left: .5em;
        padding-left: .5em;
    }
}

/* ------------------------------
 home
------------------------------ */

.home01 .relative {
    padding-left: 2em;
}

.home01 .title {
    display: inline-block;
    padding-left: 3em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 25% 100%;
    transform-origin: 25% 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 3;
}

.home01 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home01 .tr-img {
    max-width: 50%;
    margin-left: auto;
    opacity: 0.3;
}



.home02 .relative {
    padding-right: 2em;
}

.home02 .title {
    display: inline-block;
    padding-left: 3em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 25%;
    transform-origin: 100% 25%;
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 3;
}

.home02 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home02 .tl-img {
    max-width: 50%;
    opacity: 0.3;
}


.home03 .relative {
    padding-right: 2em;
}

.home03 .title {
    display: inline-block;
    padding-left: 3em;
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 25%;
    transform-origin: 100% 25%;
    position: absolute;
    top: 75%;
    right: 0;
    z-index: 3;
}

.home03 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home03 .titbox {
    padding: 3em 0 0;
    position: relative;
}

.home03 .titbox:before {
    content: "";
    width: 100vw;
    height: 200%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 60%;
    z-index: -1;
}

.home03box {
    padding: 3em 3em;
    position: relative;
    z-index: 1;
}

.home03box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home03listbox .list .item:last-of-type {
    border-bottom: none;
}

.home03listbox .item {
    border-bottom: 1px solid var(--color14);
}

.home03listbox .item a {
    display: block;
    padding: 1em 0;
}

.up-cat01 {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.tag>span {
    font-size: 12px;
    color: #fff;
    background-color: var(--color01);
    margin: 0 2px 1px 0;
    padding: 1px 5px;
    border-radius: 3px;
}





.home04 .relative {
    padding-left: 2em;
}

.home04 .title {
    display: inline-block;
    padding-left: 3em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 25% 100%;
    transform-origin: 25% 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 3;
}

.home04 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home04 .cmntit01 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home04item {
    background-color: var(--color03);
}

.home04item .pbox {
    width: 50%;
}

.home04item .pbox .img {
    display: block;
    width: 100%;
    height: 100%;
}

.home04item .pbox .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home04item .tbox {
    width: 50%;
    padding: 40px;
}

.home05item a {
    display: block;
    width: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.home05item .img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home05item .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.home05item .tbox {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.home05item .tboxin {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    color: white;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.home06 .relative {
    padding-left: 2em;
}

.home06 .title {
    display: inline-block;
    padding-left: 3em;
    color: white;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 25% 100%;
    transform-origin: 25% 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 3;
}

.home06 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home06box .item a {
    height: 100%;
    display: block;
    padding: 15px;
    background-color: white;
}

.up-cat02 {
    width: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.home06box .item .pbox {
    border: 1px solid var(--color15);
}

.home07item {
    width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.home07item .tc-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.home07item .tbox {
    padding: 1em;
    color: white;
}

.home07item .tboxin {
    padding: 3em 1em;
    border: 1px solid white;
}

.home08 .relative {
    padding-right: 2em;
}

.home08 .title {
    display: inline-block;
    padding-left: 3em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 25%;
    transform-origin: 100% 25%;
    position: absolute;
    top: 75%;
    right: 0;
    z-index: 3;
}

.home08 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home08box .item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.home08box .item a:hover {
    opacity: 1;
}

.home08box .item a .tbox {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: .4s;
    transition: .4s;
}

.home08box .item a:hover .tbox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}



.home09 .relative {
    padding-left: 2em;
}

.home09 .title {
    display: inline-block;
    padding-left: 3em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 25% 100%;
    transform-origin: 25% 100%;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 3;
}

.home09 .title:before {
    content: "";
    width: 2em;
    height: 2px;
    border-bottom: 0.1em solid;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.home09item {
    border-bottom: 1px solid var(--color14);
}

.home09item .subtit {
    width: 7em;
}

.text {
    line-height: 2em;
}

.home09item .subtit+.text {
    width: calc(100% - 8em);
}

.home09item .list01 {
    padding: 1.5em;
    background-color: var(--color11);
}

.home09item .subttl {
    width: 5em;
}

.home09item .subttl+.tex {
    width: calc(100% - 6em);
    padding-left: 1em;
    border-left: 1px solid var(--color16);
}

.home09box .mapbox {
    padding-bottom: 2em;
    border-bottom: 2px solid var(--color01);
}

.map {
    width: 100%;
    height: 400px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.map-mk2 {
    width: 100%;
    height: 500px;
}

.map-mk2 iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:1024px) {
    .home01 .title {
        /* display: inline-block;
        -webkit-transform: none;
        transform: none;
        position: relative; */
        display: none;
    }

    .home02 .title {
        /* display: inline-block;
        -webkit-transform: none;
        transform: none;
        position: relative; */
        display: none;
    }

    .home01 .tr-img {
        max-width: 70%;
        margin-left: -20%;
    }


    .home02 .tl-img {
        max-width: 70%;
        margin-right: -20%;
    }

    .home03 .titbox:before {
        right: 40%;
    }

    .home03box {
        padding: 3em 2em;
    }

    .home03box .home03listbox:last-of-type {
        margin-bottom: 0;
    }

    .home03listbox {
        width: 100%;
        margin-bottom: 3em;
    }

    .home07item {
        width: calc(100% / 2);
    }

    .home09box .tbox {
        width: 100%;
    }

    .home04item .tbox {
        padding: 30px 15px;
    }

    .home05item.tb-long {
        width: 100%;
    }

    .map {
        height: 300px;
    }

    .map-mk2 {
        height: 400px;
    }
}

@media (max-width:599px) {
    .home01 .relative {
        padding-left: 0;
    }



    .home01 .tr-img {
        max-width: 100%;
        margin-bottom: 1em;
        margin-left: 0;
        position: relative;
        opacity: 1;
    }

    .home02 .relative {
        padding-right: 0;
    }



    .home02 .tl-img {
        max-width: 100%;
        margin-bottom: 1em;
        margin-right: 0;
        position: relative;
        opacity: 1;
    }

    .home03 .relative {
        padding-right: 0;
    }

    .home03 .title {
        /* display: inline-block;
        color: var(--color06);
        -webkit-transform: none;
        transform: none;
        position: relative; */
        display: none;
    }

    .home03 .titbox:before {
        right: 25%;
    }

    .home03box {
        padding: 2em 1em;
    }

    .home03listbox .item dt {
        width: 100%;
    }

    .home03listbox .item dt+dd {
        width: 100%;
    }

    .home04 .relative {
        padding-left: 0;
    }

    .home04 .title {
        /* display: inline-block;
        -webkit-transform: none;
        transform: none;
        position: relative; */
        display: none;
    }

    .home04item .pbox {
        width: 100%;
    }


    .home04item .tbox {
        width: 100%;
        padding: 20px 15px;
    }

    .home05item .tboxin {
        padding: 25px 0;
    }

    .home06 .relative {
        padding-left: 0;
    }

    .home06 .title {
        /* display: inline-block;
        -webkit-transform: none;
        transform: none;
        position: relative; */
        display: none;
    }

    .home07item {
        width: calc(100% / 1);
    }

    .home08 .title {
        display: none;
    }

    .home08 .relative {
        padding-right: 0;
    }

    .home09 .relative {
        padding-left: 0;
    }

    .home09 .title {
        display: none;
    }

    .home08box .item a .tbox {
        padding: 10px;
    }

    .home08box .item a .tbox .more03 .btn {
        width: 140px;
        padding-right: 10px;
    }

    .map {
        height: 200px;
    }

    .map-mk2 {
        height: 300px;
    }
}

/* ------------------------------
 salon
------------------------------ */

.salon01box .pbox {
    margin-left: -50%;
    position: relative;
}

.salon01box .pbox .img {
    background-color: #fff;
}

.salon01box .pbox img {
    opacity: 0.3;
}

.salon01box .tbox .list {
    padding: 3em 3em 3em 0;
    position: relative;
}

.salon01box .tbox .list:before {
    content: "";
    width: 125%;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.salon01box .tbox .item dt {
    width: 8em;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 1em;
    border-right: 2px solid;
}

.salon01box .tbox .item dt+dd {
    width: calc(100% - 9em);
}

.salon02 .titlebox {
    min-width: 500px;
    display: inline-block;
    padding: 3em 1.5em 1.5em 0;
    position: relative;
}

.salon02 .titlebox:before {
    content: "";
    width: 100vw;
    height: calc(100% + 3em);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.salon03 .box {
    background-color: var(--color03);
}

.salon03 .box::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, var(--color03)), color-stop(40%, var(--color03)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color03) 35%, var(--color03) 40%);
    z-index: 2;
}

.salon03 .box .tl-img {
    width: 40%;
    z-index: 1;
}

.salon03 .box .tl-img img {
    -o-object-position: right center;
    object-position: right center;
    background-position: right center !important;
}

.salon03box {
    position: relative;
    z-index: 3;
    padding: 3em 3em 3em 40%;
}

.salon04box .item {
    padding: 3em 3em;
}

.salon04box .list .item:nth-of-type(4n+1),
.salon04box .list .item:nth-of-type(4n+4) {
    background-color: var(--color02);
}

.salon04box .list .item:nth-of-type(4n+2),
.salon04box .list .item:nth-of-type(4n+3) {
    background-color: var(--color03);
}

.salon05box .list {
    width: 104%;
    margin-left: -2%;
}

.salon05box .item {
    width: 21%;
    margin: 2% 2%;
}

.salon05box .itemin {
    height: 100%;
    padding: 3em 1em;
    background-color: white;
}

.salon05box .box {
    padding: 2em 1.5em;
    border: 1px solid var(--color01);
}

@media (max-width: 1024px) {
    .salon05box .item {
        width: 29.333%;
    }

    .salon01box .pbox {
        margin-left: -70%;
    }

    .salon01box .tbox .list {
        padding: 2em 2em 2em 0;
        position: relative;
    }

    .salon04box .item {
        padding: 2em 1em;
    }
}

@media (max-width: 599px) {
    .salon01box .pbox {
        width: 100%;
        margin-left: 0;
    }

    .salon01box .pbox img {
        opacity: 1;
    }

    .salon01box .tbox .list:before {
        width: 100%;
    }

    .salon01box .tbox .list {
        padding: 2em 1em 2em;
    }

    .salon01box .tbox .item dt {
        width: 100%;
        padding-right: 0;
        border-bottom: 2px solid;
        border-right: none;
    }

    .salon01box .tbox .item dt+dd {
        width: 100%;
    }

    .salon02 .titlebox {
        min-width: inherit;
        display: block;
    }

    .salon03 .box .tl-img {
        width: 100%;
        height: 300px;
    }

    .salon03box {
        padding: 300px 1em 2em 1em;
    }

    .salon03 .box::after {
        background: linear-gradient(rgba(255, 255, 255, 0) 100px, var(--color03) 280px, var(--color03) 300px);
    }

    .salon03box .tbox {
        width: 100%;
    }

    .salon04box .item {
        padding: 2em 1em;
    }

    .salon04box .list .item:nth-of-type(4n+1),
    .salon04box .list .item:nth-of-type(4n+3) {
        background-color: var(--color02);
    }

    .salon04box .list .item:nth-of-type(4n+2),
    .salon04box .list .item:nth-of-type(4n+4) {
        background-color: var(--color03);
    }

    .salon05box .item {
        width: 46%;
    }
}

/* ------------------------------
 concept
------------------------------ */

.concept01box .pbox .vw {
    width: 200%;
    margin-left: -90%;
    position: relative;
}

.concept02list .concept02item:nth-of-type(odd) .pbox .vw {
    margin-left: calc((100vw - 1000px) / -2);
    padding-left: 10%;
}

.concept02list .concept02item:nth-of-type(even) .pbox .vw {
    margin-right: calc((100vw - 1000px) / -2);
    padding-right: 10%;
}


.concept02item .tbox .subtit {
    padding-bottom: 1em;
    position: relative;
}

.concept02item .tbox .subtit:before {
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 2px solid var(--color01);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    bottom: 0;
}

.concept02item.mv .tbox .subtit:before {
    width: 50vw;
}

.concept02list .concept02item:nth-of-type(odd) .tbox .subtit:before {
    right: 0;
}

.concept02list .concept02item:nth-of-type(even) .tbox .subtit:before {
    left: 0;
}

@media (max-width: 1024px) {
    .concept02list .concept02item:nth-of-type(odd) .pbox .vw {
        margin-left: calc((100vw - 95vw) / -2);
    }

    .concept02list .concept02item:nth-of-type(even) .pbox .vw {
        margin-right: calc((100vw - 95vw) / -2);
    }
}

@media (max-width: 599px) {
    .concept01box .pbox .vw {
        width: 100%;
        margin-left: 0;
    }

    .concept02list .concept02item .pbox .vw {
        width: 102vw;
        max-width: inherit;
        margin-left: -5.5% !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .concept02item.mv .tbox .subtit:before {
        width: 100%;
    }
}

/* ------------------------------
 menu
------------------------------ */

.menuitem {
    width: 25%;
    padding: 2px;
}

.menuitem a {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75em 2.25em;
    line-height: 1.4;
    text-align: center;
    border: 1px solid;
    position: relative;
}

.menuitem a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.menuitem a:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.menu01box .pbox .vw {
    width: 200%;
    margin-left: -90%;
    position: relative;
}

.menu02box .list .item:nth-of-type(odd) {
    background-color: var(--color02);
}

.menu02box .list .item:nth-of-type(even) {
    background-color: var(--color03);
}

.menu02box .item {
    padding: 2em 1em;
}

.cmnmenulist .cmnmenuitem:nth-of-type(odd) {
    background-color: var(--color03);
}

.cmnmenulist .cmnmenuitem:nth-of-type(even) {
    background-color: var(--color02);
}

.cmnmenuitem {
    min-height: 8.5em;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1.5em;
}

.column-type .cmnmenuitem {
    border: 1px solid #fff;
}

.cmnmenuitem .tit {
    width: 14em;
    margin-right: 1em;
}

.cmnmenuitem .textbox {
    width: calc(100% - 27em);
    margin-right: 1em;
}

.cmnmenuitem .price {
    width: 9em;
    padding-left: 2em;
    border-left: 2px solid;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu04item .tl-img {
    width: 40%;
}

.menu04item .tr-img {
    width: 40%;
}

.menu04item .tbox {
    width: 60%;
    min-height: 25em;
    padding: 2em 2em;
    background-color: var(--color03);
    position: relative;
}

.menu04item .tbox:before {
    content: "";
    width: 2em;
    height: 100%;
    background-color: var(--color03);
    -webkit-box-shadow: 0 0 10px 5px var(--color03);
    box-shadow: 0 0 10px 5px var(--color03);
    position: absolute;
    top: 0;
}

.menu04list .menu04item:nth-of-type(odd) .tbox:before {
    right: calc(100% - 1em);
}

.menu04list .menu04item:nth-of-type(even) .tbox:before {
    left: calc(100% - 1em);
}

.mnu-ttl {
    position: relative;
}

.mnu-ttl>span {
    display: inline-block;
    padding-right: 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.mnu-ttl::after {
    content: "";
    display: inline-block;
    width: 99%;
    height: 2px;
    background-color: var(--color01);
    position: absolute;
    top: 50%;
    left: 1%;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}

@media (max-width: 1024px) {
    .menuitem {
        width: 50%;
    }

    .cmnmenuitem .tit {
        width: 100%;
        margin-bottom: 0.5em;
        margin-right: 0;
        font-weight: 700;
    }

    .cmnmenuitem .price {
        width: 100%;
        padding-top: 0.5em;
        padding-left: 0;
        text-align: right;
        border-top: 2px solid;
        border-left: none;
    }

    .cmnmenuitem .textbox {
        width: 100%;
    }

    .menu04item .tl-img {
        width: 100%;
    }

    .menu04item .tr-img {
        width: 100%;
    }

    .menu04item .tbox {
        width: 100%;
        padding: 2em 1em;
        background-color: rgba(238, 233, 219, 0.75);
    }

    .menu04item .tbox:before {
        content: none;
    }
}

@media (max-width: 599px) {
    .menu01box .pbox .vw {
        width: 100%;
        margin-left: 0;
    }

    .menu02box .item {
        padding: 1em 1em;
    }

    .cmnmenuitem {
        padding: 1em;
    }

    .column-type .cmnmenuitem {
        border: none;
    }

    .cmnmenuitem .textbox {
        width: 100%;
        margin: 0.5em 0;
    }
}

/* ------------------------------
 cut
------------------------------ */

.cut01box .pbox .vw {
    width: 200%;
    margin-left: -90%;
    position: relative;
}

.cut02box {
    position: relative;
}

.cut02box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.cut02box .pbox {
    margin: 0;
}

.cut02box .tbox {
    margin: 0;
    padding: 3em 0;
}

.cut03box .picture {
    width: 125%;
    margin-left: -25%;
}

.cut03box .textbox {
    padding: 3em 6em 3em 0;
    position: relative;
}

.cut03box .textbox:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.cut04box {
    position: relative;
}

.cut04box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.cut04box.mk2:before {
    display: none;
}

.cut04box .pbox {
    margin: 0;
}

.cut04box .tbox {
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .cut01box .pbox .vw {
        width: 100%;
        margin-left: 0;
    }

    .cut03box .picture {
        width: 100%;
        margin-left: 0;
    }

    .cut03box .textbox {
        padding: 2em 1em;
    }
}

/* ------------------------------
 ladies_shaving
------------------------------ */

.ladies_shaving02box .tl-img {
    width: 40%;
}

.ladies_shaving02box .tbox {
    width: 60%;
    padding: 5em 3em;
    background-color: var(--color03);
    position: relative;
}

.ladies_shaving02box .tbox:before {
    content: "";
    width: 2em;
    height: 100%;
    background-color: var(--color03);
    -webkit-box-shadow: 0 0 10px 5px var(--color03);
    box-shadow: 0 0 10px 5px var(--color03);
    position: absolute;
    top: 0;
    right: 100%;
}

.ladies_shaving03box .introbox {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
}

.ladies_shaving03box .introbox .tc-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.ladies_shaving03box .introbox .tc-img:after {
    content: "";
    width: calc(100% - 3em);
    height: calc(100% - 3em);
    border: 2px solid white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.ladies_shaving03box .introbox .tbox {
    min-height: 27em;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1em;
}

.ladies_shaving04box .flexbox .picture {
    width: 125%;
    margin-left: -25%;
}

.ladies_shaving04box .flexbox .tbox {
    margin-top: 15%;
    padding: 3em 7.5em 3em 0;
    position: relative;
}

.ladies_shaving04box .flexbox .tbox:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.ladies_shaving05box {
    position: relative;
}

.ladies_shaving05box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.ladies_shaving05box .pbox {
    margin: 0;
}

.ladies_shaving05box .tbox {
    margin: 0;
    padding: 3em 0;
}

@media (max-width: 1024px) {
    .ladies_shaving02box .tl-img {
        width: 100%;
    }

    .ladies_shaving02box .tbox {
        width: 100%;
        padding: 4em 3em;
        background-color: rgba(238, 233, 219, 0.75);
    }

    .ladies_shaving02box .tbox:before {
        content: none;
    }

    .ladies_shaving04box .flexbox .tbox {
        padding: 3em 6em 3em 0;
    }
}

@media (max-width: 599px) {
    .ladies_shaving02box .tbox {
        padding: 2em 1em;
    }

    .ladies_shaving03box .introbox .tc-img:after {
        width: calc(100% - 1.5em);
        height: calc(100% - 1.5em);
    }

    .ladies_shaving03box .introbox .tbox {
        min-height: 17em;
    }

    .ladies_shaving04box .flexbox .picture {
        width: 100%;
        margin-left: 0;
    }

    .ladies_shaving04box .flexbox .tbox {
        margin-top: 2%;
        padding: 2em 1em;
    }
}

/* ------------------------------
 care
------------------------------ */

.care01box .tbox .cmntit04.mv:after {
    width: 125%;
}

.care02item .subtit {
    padding-left: 1.5em;
    position: relative;
}

.care02item .subtit .num {
    position: absolute;
    top: 0;
    left: 0;
}

.care03item {
    margin-top: 20px;
}


.care03item .pbox {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.care03item .pbox .pic img {
    opacity: 0.5;
}

.care03item .pbox.mk2 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.care03item .tbox .cmntit01.mv:after {
    width: 125%;
}

.care03item .tbox .textbox {

    padding: 3em 0 3em;
    position: relative;
}

.care03item .tbox .textbox:after {
    content: "";
    width: 105vw;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
}

.care03item .subtit {
    padding-left: 1.5em;
    position: relative;
}

.care03item .subtit .num {
    position: absolute;
    top: 0;
    left: 0;
}

.care04box {
    padding: 3em;
    background-color: var(--color02);
}

.care05box {
    position: relative;
}

.care05box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.care05box .pbox {
    margin: 0;
}

.care05box .tbox {
    margin: 0;
    padding: 3em 0;
}

.care06box .pbox .vw-right {
    padding-right: 10%;
}

.care06box .tbox .cmntit01.mv:after {
    width: 125%;
}

.care06box .tbox .textbox {

    padding: 3em 0 4em;
    position: relative;
}

.care06box .tbox .textbox:after {
    content: "";
    width: 105vw;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
}

@media (max-width: 1024px) {
    .concept-ver .care03list .care03item .pbox .img {
        background-color: #fff;
    }

    .concept-ver .care03list .care03item .pbox .img img {
        opacity: 0.3;
    }

    .concept-ver .care03list .care03item .tbox {
        margin-right: -20%;
    }


}

@media (max-width: 599px) {
    .care01box .tbox .cmntit04.mv:after {
        width: 100%;
    }

    .care03item {
        margin-top: 0;
    }

    .care03item .tbox .cmntit01.mv:after {
        width: 100%;
    }

    .care03item .pbox {
        -webkit-transform: none;
        transform: none;
    }

    .care03item .tbox .textbox {
        padding: 1em 0 1em;
        position: relative;
    }

    .care03item .tbox .textbox:after {
        right: -5%;
    }

    .care06box .pbox .vw-right {
        padding-right: 0;
    }

    .care06box .tbox .textbox:after {
        right: -5%;
    }

    .concept-ver .care03list .care03item .pbox .img img {
        opacity: 1;
    }

    .concept-ver .care03item .tbox .textbox:after {
        width: 100%;
        right: 0;
    }

    .concept-ver .care03item .tbox .textbox {
        min-height: 0;
        padding: 2em 1em;
    }


}

/* ------------------------------
 staff
------------------------------ */

.staff01 .titlebox {
    min-width: 500px;
    display: inline-block;
    padding: 3em 1.5em 1.5em 0;
    position: relative;
}

.staff01 .titlebox:before {
    content: "";
    width: 100vw;
    height: calc(100% + 3em);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.staff01box {
    padding: 2em 2em 2em 2em;
    background-color: var(--color03);
    position: relative;
}

.staff01box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.staff01box .tbox {
    margin-top: 6em;
}

.staff02box .pbox .vw-right {
    padding-right: 10%;
}

.staff02box .tbox .cmntit01.mv:after {
    width: 125%;
}

.staff02box .tbox .textbox {

    padding: 3em 0 4em;
    position: relative;
}

.mk2 .staff02box .tbox .textbox {
    padding: 0;
}


.staff02box .tbox .textbox:after {
    content: "";
    width: 105vw;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
}

.mk2 .staff02box .tbox .textbox:after {
    display: none
}

.staff-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--color14);
}

.staff-dt {
    letter-spacing: 0;
    width: 120px;
}

.staff-dd {
    letter-spacing: 0;
    width: calc(100% - 120px);
    padding-left: 10px;
}

.staff01box .instaLink {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}


.staff01list .staff01box {
    margin-top: 40px;
}

.staff01list .staff01box:first-child {
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .staff01box .tbox {
        margin-top: 3em;
    }

    .staff-dt {
        width: 100%;
    }

    .staff-dd {
        width: 100%;
        padding-left: 0px;
    }

    .staff01list .staff01box {
        margin-top: 30px;
    }
}

@media (max-width: 599px) {
    .staff01 .titlebox {
        min-width: inherit;
        display: block;
        padding: 2em 1.5em 2em 0;
    }

    .staff02 .titlebox {
        min-width: inherit;
        display: block;
        padding: 0em 0em 1em 0em;
    }

    .staff01box {
        padding: 1em 1em 1em;
    }

    .staff01box .tbox {
        margin-top: 1em;
    }

    .staff02box .pbox .vw-right {
        padding-right: 0;
    }

    .staff02box .tbox .textbox {
        padding: 1em 0 1em;
    }
}

/* ------------------------------
 blog
------------------------------ */

.blog_cont .titlebox {
    min-width: 500px;
    display: inline-block;
    padding: 3em 1.5em 1.5em 0;
    position: relative;
}

.blog_cont .titlebox:before {
    content: "";
    width: 100vw;
    height: calc(100% + 3em);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.blog_cont .postarea {
    padding: 3em 0 4.5em 3em;
    background-color: var(--color03);
    position: relative;
}

.blog_cont .postarea:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bloglist {
    margin-top: -1%;
}

.blogitem a {
    height: 100%;
    display: block;
    padding: 1em 1em 1em;
    background-color: white;
}

.blogitem .pbox {
    border: 1px solid var(--color15);
}

.blogsingle {
    padding: 1.5em;
    background-color: white;
}

.blogsingle .flexbox {
    padding-bottom: 2em;
    border-bottom: 2px solid var(--color17);
}

.blogsingle .flexbox .pbox {
    width: 185px;
}

.blogsingle .flexbox .pbox+.tbox {
    width: calc(100% - 220px);
}

.blogsingle .single {
    padding: 2em 0 6em;
}

.post-recommend .tbox .recommendbox .blogitem {
    padding: 1%;
}

@media (max-width: 1024px) {
    .blog_cont .postarea {
        padding: 2em 0 3em 1em;
    }

    .bloglist {
        margin-top: 0;
    }

    .post-recommend .tbox .recommendbox .blogitem {
        width: calc(48% - 5vw);
    }

    .blog_detail01 .blog_cont {
        position: relative;
        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;
    }

    .blog_detail01 .blog_cont:after {
        content: "";
        width: 100vw;
        height: calc(100% - 45px);
        background-color: var(--color03);
        position: absolute;
        top: 105px;
        left: 0;
        z-index: -1;
    }

    .blog_detail01 .blog_cont .titlebox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .blog_detail01 .blog_cont .postarea {
        display: contents;
    }

    .blog_detail01 .blog_cont .postarea:after {
        content: none;
    }

    .blog_detail01 .blog_cont .postarea .postcont {
        padding: 3em 0 0 1.5em;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .blog_detail01 .blog_cont .postarea .caarea {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding: 0 0 0 1.5em;
    }

    .blog_detail01 .blog_cont .post-recommend {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0 0 4.5em 1.5em;
    }
}

@media (max-width: 599px) {

    .blog_cont .titlebox {
        min-width: inherit;
        display: block;
    }

    .blogsingle .flexbox .pbox {
        width: 90%;
        max-width: 350px;
        margin-bottom: 0.5em;
        margin-left: auto;
        margin-right: auto;
    }

    .blogsingle .flexbox .pbox+.tbox {
        width: 100%;
    }

    .post-recommend .tbox .recommendbox .blogitem {
        padding: 0;
    }
}

/* ------------------------------
 news
------------------------------ */

.news_cont .titlebox {
    min-width: 500px;
    display: inline-block;
    padding: 3em 1.5em 1.5em 0;
    position: relative;
}

.news_cont .titlebox:before {
    content: "";
    width: 100vw;
    height: calc(100% + 3em);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.news_cont .postarea {
    padding: 3em 0 4.5em 3em;
    background-color: var(--color03);
    position: relative;
}

.news_cont .postarea:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.newslist {
    padding: 3em;
    background-color: white;
}

.newsitem a {
    display: block;
    margin-bottom: 0.5em;
    padding: 1.25em 0;
    border-bottom: 1px dashed;
}

.newssingle {
    margin-bottom: 3em;
    padding: 3em 3em;
    background-color: white;
}

.newssingle .ttlbox {
    padding-bottom: 1.25em;
    border-bottom: 1px dashed;
}

.newssingle .single {
    padding: 2em 0 1em;
}

@media (max-width: 1024px) {
    .news_cont .postarea {
        padding: 2em 0 3em 1em;
    }
}

@media (max-width: 599px) {
    .news_cont .titlebox {
        min-width: inherit;
        display: block;
    }

    .newslist {
        padding: 2em 1em;
    }

    .newssingle {
        padding: 2em 1em;
    }
}

/* ------------------------------
 gallery
------------------------------ */

.gallery_cont .titlebox {
    min-width: 500px;
    display: inline-block;
    padding: 3em 1.5em 1.5em 0;
    position: relative;
}

.gallery_cont .titlebox:before {
    content: "";
    width: 100vw;
    height: calc(100% + 3em);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.gallery-post {
    padding: 3em 0 3em 3em;
    background-color: var(--color03);
    position: relative;
}

.gallery-post:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.galleryitem a {
    display: block;
}

.gallerysingle {
    padding: 3em;
    background-color: white;
}

.gallerysingle .subPicItem {
    cursor: pointer;
}

.gallerysingle .tbox {
    margin-top: 3em;
}

.gallerysingle .tit {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    position: relative;
}

.gallerysingle .tit.fead-mv {
    opacity: 1;
}

.gallerysingle .tit.mv:after {
    width: 100%;
}

.gallerysingle .tit:after {
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 2px solid var(--color01);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    bottom: 0;
    right: 0;
}

.gallerysingle .tbox .comment dt {
    display: inline-block;
    margin-bottom: 1.5em;
    padding-right: 1.5em;
    border-right: 2px solid;
}

@media (max-width: 1024px) {
    .gallery-post {
        padding: 2em 0 3em 1em;
    }
}

@media (max-width: 599px) {
    .gallery_cont .titlebox {
        min-width: inherit;
        display: block;
    }

    .gallerysingle {
        padding: 2em 1em;
    }

    .gallerysingle .tbox {
        margin-top: 1.5em;
    }

    .gallerysingle .tbox .tit.mv:after {
        width: 100%;
    }
}

/* ------------------------------
 voice
------------------------------ */

.voice_cont .titlebox {
    min-width: 500px;
    display: inline-block;
    padding: 3em 1.5em 1.5em 0;
    position: relative;
}

.voice_cont .titlebox:before {
    content: "";
    width: 100vw;
    height: calc(100% + 3em);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.voice-post {
    padding: 3em 0 4.5em 3em;
    background-color: var(--color03);
    position: relative;
}

.voice-post:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.voicelist {
    padding: 3em;
    background-color: white;
}

.voicelist.mk2 {
    padding: 0em;
    background-color: none;
}

.voiceitem a {
    display: block;
    padding: 3px 3px 1em;
    border: 1px solid var(--color15);
}

.voicesingle {
    padding: 3em;
    background-color: white;
}

.voicesingle .tbox .ttlbox {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px dashed;
}

@media (max-width: 1024px) {
    .voice-post {
        padding: 2em 0 3em 1em;
    }
}

@media (max-width: 599px) {
    .voice_cont .titlebox {
        min-width: inherit;
        display: block;
    }

    .voicelist {
        padding: 2em 1em;
    }

    .voicesingle {
        padding: 2em 1em;
    }
}

/* ------------------------------
 contact
------------------------------ */

.contact01box .tbox .cmntit01.mv:after {
    width: 125%;
}

.contact01box .pbox .vw {
    width: 125%;
    margin-left: -25%;
}

.contact01box .tbox .tel a {
    display: inline-block;
    padding-left: 1em;
    position: relative;
}

.contact01box .tbox .tel a:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0.4em 0 0.4em 0.4em;
    border-style: solid;
    border-color: transparent transparent transparent currentColor;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.contact01box .tbox .more a {
    text-decoration: underline;

    text-underline-position: under;
}

.contact02 .relative {
    overflow: visible;
    background-color: var(--color03);
}

.contact02 .relative .tl-img {
    max-width: 300px;
}

.contact02 .relative .tl-img img {
    -o-object-position: right center;
    object-position: right center;
    background-position: right center !important;
}

.contact02box {
    padding: 3em 3em 3em 25%;
}

.contact02box .tbox {
    width: 74%;
}

.contact02box .pbox {
    width: 20%;
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.contact04box {
    padding: 3em;
    border: 1px solid;
}

.contact04box .list {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.contact04box .item {
    padding-left: 1.5em;
    position: relative;
}

.contact04box .item:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: var(--color01);
    position: absolute;
    top: 1em;
    left: 0;
}

.contact05item a {
    display: block;
    padding: 1.5em;
    background-color: white;
}

/* .contact05item [class*="heightLine"] {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -ms-align-items: center;
} */

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .contact01box .tbox .cmntit01.mv:after {
        width: 100%;
    }

    .contact01box .pbox .vw {
        width: 100%;
        margin-left: 0;
    }

    .contact02 .relative .tl-img {
        max-width: 100%;
        height: auto;
        position: static;
    }

    .contact02box {
        padding: 3em 1.5em 3em;
    }

    .contact02box .tbox {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .contact02box .pbox {
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }

    .contact04box {
        padding: 2em 1em;
    }
}

/* ------------------------------
 kids_cut
------------------------------ */

.kids_cut01box .tbox .cmntit01.mv:after {
    width: 125%;
}

.kids_cut01box .pbox .vw {
    width: 125%;
    margin-left: -25%;
}

.kids_cut02box .introbox {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
}

.kids_cut02box .introbox .tc-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.kids_cut02box .introbox .tc-img:after {
    content: "";
    width: calc(100% - 3em);
    height: calc(100% - 3em);
    border: 2px solid white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.kids_cut02box .introbox .tbox {
    min-height: 27em;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1em;
}

.kids_cut03box .pbox .vw-right {
    padding-right: 10%;
}

.kids_cut03box .tbox .cmntit01 {
    width: 140%;
}

.kids_cut03box .tbox .textbox {

    padding: 3em 0 4em;
    position: relative;
}

.kids_cut03box .tbox .textbox:after {
    content: "";
    width: 105vw;
    height: 100%;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
}

.kids_cut04box {
    position: relative;
}

.kids_cut04box:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color03);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.kids_cut04box .pbox {
    margin: 0;
}

.kids_cut04box .tbox {
    margin: 0;
    padding: 3em 0;
}

.kids_cut02list li+li {
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .kids_cut02list li+li {
        margin-top: 50px;
    }
}

@media (max-width: 599px) {
    .kids_cut01box .tbox .cmntit01.mv:after {
        width: 100%;
    }

    .kids_cut01box .pbox .vw {
        width: 100%;
        margin-left: 0;
    }

    .kids_cut02box .introbox .tc-img:after {
        width: calc(100% - 1.5em);
        height: calc(100% - 1.5em);
    }

    .kids_cut02box .introbox .tbox {
        min-height: 17em;
    }

    .kids_cut03box .tbox .cmntit01 {
        width: 100%;
    }

    .kids_cut03box .pbox .vw-right {
        padding-right: 0;
    }

    .kids_cut03box .tbox .textbox:after {
        right: -5%;
    }

    .kids_cut02list li+li {
        margin-top: 40px;
    }
}

/* 詳細ページの本文 */
.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid var(--color01);
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid var(--color01);
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted var(--color01);
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

.detail-content iframe[src*="youtube"] {
    max-width: 100%;
    margin: 1em 0;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* 求人情報 */
.list-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.list-recruit li a {
    height: 100%;
    display: block;
    overflow: hidden;
    padding: 2em 1em;
    border-radius: 1em;
    background-color: var(--color11);
}

.list-recruit li a .img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 1em;
    position: relative;
}

.list-recruit li a .img::after {
    content: "";
    display: block;
    padding-top: 70%;
}

.list-recruit li a .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.list-recruit li a .recruit-job {
    display: inline-block;
    margin: 5px 0;
    padding: 0.25em 1em;
    font-size: 0.75em;
    color: white;
    line-height: 1.1;
    border-radius: 0.5em;
    background-color: var(--color01);
}

.list-recruit li a .recruit-title {
    font-weight: bold;
    font-size: 1.1em;
    color: var(--color01);
}

.recruit-detail {
    padding: 3em 2em;
    border-radius: 2em;
    background-color: var(--color02);
}

.recruit-detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit-detail-list+.recruit-detail-list {
    border-top: 1px solid var(--color01);
}

.recruit-detail-list>dt,
.recruit-detail-list>dd {
    padding: 1em;
}

.recruit-detail-list>dt {
    width: 20%;
    font-weight: bold;
    color: var(--color01);
}

.recruit-detail-list>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-skill+.list-skill {
    margin-top: 0.5em;
}

.list-skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-skill dt {
    width: 20%;
    font-weight: bold;
}

.list-skill dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.name-stylist {
    display: inline-block;
    background-color: var(--color03);
    font-size: 16px;
    font-weight: bold;
    color: var(--color01);
    padding: 5px 15px;
    margin-left: 15px;
    position: relative;
}

.name-stylist::before {
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border-top: 17px solid transparent;
    border-right: 16px solid var(--color03);
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
}

.name-stylist::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

@media (max-width: 1024px) {
    .list-skill dt {
        width: 30%;
    }
}

@media (max-width: 599px) {

    .recruit-detail-list>dt,
    .recruit-detail-list>dd {
        width: 100%;
        padding: 0.5em;
    }

    .recruit-detail-list>dd {
        padding-top: 0;
        padding-left: 1.5em;
    }

    .list-skill dt,
    .list-skill dd {
        width: 100%;
    }

    .list-skill dd {
        padding-left: 1em;
    }

    .list-recruit li a {
        padding: 1em 1em;
    }
}

.textion-list {
    display: block;
}

.textion-list li {
    padding-left: 1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.textion-list li:last-child {
    margin-bottom: 0px;
}

.textion-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.textion-list.mk2 li::before {
    top: 11px;
    left: 0;
}

.textion-list li>span {
    display: block;
    font-size: 1.1em;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--color01);
    text-decoration-color: var(--color01);
    text-decoration-thickness: 2px;
    line-height: 2em;
    font-weight: bold;
}

.new-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #06c755;
    padding: 10px 15px;
    text-align: center;
    border: 2px solid #06c755;
    color: #fff;
}

.new-btn.k3 a {
    border: 1px solid #707070;
}

.new-btn.mk2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 0px 15px;
    border: 2px solid var(--color18);
    height: 100%;
}

.new-btn.mk3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 0px 15px;
    border: 1px solid #707070;
    height: 100%;
    color: #333;
}

.new-btn a span {
    line-height: 1em;
}

.new-btn.auto {
    height: 100%;
}

.new-btn.auto a {
    width: 100%;
    height: 100%;
}

.hfix-mk2 {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 60%;
}

@media(max-width:1024px){
.hfix-mk2 {
    width: 80%;
}    
}

.hfix-inner {
    padding: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.open .lays {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
}

.open.hfix-mk2 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #000;
    padding: 5px 15px;
    display: inline-block;
}

.closebtn:hover {
    cursor: pointer;
}

/* 見たまま編集 */
[data-element-id] .show\@tb {
    max-width: 599px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: green;
}

[data-element-id] .show\@sp {
    max-width: 375px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    content: "モバイル用";
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: green;
    position: relative;
    bottom: auto;
    left: auto;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}


[data-element-id] #gnav li.pcnone {
    display: block;
}

[data-element-id] #gnav li.pcnone:before {
    content: "SP用";
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background-color: #555;
    bottom: 100%;
}

[data-element-id] .glist .pullbox .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

[data-element-id] .glist .pullbox .pulllist li {
    width: 100%;
}

[data-element-id] .glist li:after {
    width: 100%;
    height: auto;
}

[data-element-id].salon01box>div {
    display: block;
}

[data-element-id].salon01box .pbox {
    margin-left: 0;
}

[data-element-id].salon03 .box::after {
    content: none;
}

[data-element-id].salon03 .box .tl-img {
    position: initial;
}

[data-element-id] .hfix {
    max-width: 300px;
    margin-left: auto;
    position: static;
}

[data-element-id] .kids_cut02box .introbox .tbox,
[data-element-id] .ladies_shaving03box .introbox .tbox,
[data-element-id] .home07item .tbox,
[data-element-id] .home05item .tbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: auto;
}

[data-element-id] .home07item .tboxin,
[data-element-id] .home05item .tboxin {
    margin: 4vw;
    padding: 1em;
}

[data-element-id] .home05item .tboxin {
    margin: 0;
}

[data-element-id] .tabBox {
    border: 5px solid lightgreen;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

[data-element-id] #gnav li.pcnone:before {
    content: "SP用";
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background-color: #555;
    bottom: 100%;
}

[data-element-id] .glist .pullbox .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

[data-element-id] .glist .pullbox .pulllist li {
    width: 100%;
}

[data-element-id].hfix-mk2 {
    position: relative;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

[data-element-id] .glogo {
    max-width: 180px;
}

[data-element-id]#header {
    position: relative;
}

[data-element-id].glist .gitem {
    width: 300px;
}

/* 2025/09/02 */
.h1-address-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h1-address-wrap .address{
  font-size: 10px;
}

@media(max-width:1024px){
.h1-address-wrap{
  display: none;
}

.address-decoy {
  font-size: 12px;
  width: calc(100% - 60px);
  padding-left: 10px;
}
}

.new-btn.mk4 a {
  background-color: #fff;
  color: var(--color04);
  padding: 10px 15px;
  border: 2px solid var(--color04);
}

.reflection {
    overflow: hidden;
    position: relative;
}

.reflection::before {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: 1;
}

@-webkit-keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    80% {
        opacity: 0.5;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
    }
}

@keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    80% {
        opacity: 0.5;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
    }
}

.contact-note{
  max-width: 750px;
  margin: 50px auto;
}

.noticewrap{
  margin: 1em auto;
}

.noticewrap .ttl{
  font-weight: bold;
  font-size: 1.25em;
}

.faq-qa {
    font-weight: normal;
    color: var(--color01);
}

.faq-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    padding-bottom: 0.5em;
    padding-right: 1em;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px dotted var(--color01);
    position: relative;
    z-index: 1;
}

.faq:hover {
    cursor: pointer;
}

.faq-q::before {
    content: "Q";
    display: block;
    margin-right: 1em;
}

.faq-q::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    right: 0;
}

.faq-q:hover {
    cursor: pointer;
}

.faq-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    color: #444;
}

.faq-a::before {
    content: "A";
    display: block;
    margin-right: 1.5em;
}

.action .faq-q::after {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.noticewrap .list li::before{
  content: "・";
}

.noticewrap .list li{
  padding-left: 1em;
  text-indent: -1em;
}

/* 2025/09/08 */
[data-element-id] .show\@sp.left0 {
  margin-left: 0;
}

[data-element-id] .show\@sp.right0 {
  margin-right: 0;
}

[data-element-id] .show\@sp.zindex1 {
  z-index: 1;
}

/* 2025/09/11 */
.minheight10em{
  min-height: 10em;
}

@media(max-width:1024px) {
    .harea.tb-pt100 {
        padding-top: 100px;
    }   
}

@media(max-width:599px) {
.care03list.ver02 .care03item+.care03item{
  margin-top: 50px;
}

.minheight10em{
  min-height: auto;
}
}
