@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* 共通 */

#wrapper {
    position: relative;
    z-index: 106;
}

.para-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 104;
}

.para-bg:before {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
    /* background: rgba(255,255,255,0.8); */
}

.bg-filter {
    background: rgba(255, 255, 255, 0.6);
}

.para-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-white-thin {
    background: rgba(255, 255, 255, 0.8);
}

.homearea h2 .e7 {
    /* background-color: #B14DFF!important; */
    /* background-color: #08c4e7; */
    display: inline-block;
    padding: 0 15px 10px 15px;
    font-family: "Train One";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 2px;
}

.underarea h2 .e7 {
    display: inline-block;
    padding: 0 15px 10px 15px;
    font-family: "Train One";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
}

.homearea h2 .e7>span {
    display: block;
    font-size: 14px;
}

.underarea h2 .e7>span {
    display: block;
    font-size: 14px;
}

.tomore {
    font-size: 16px;
}

/* mv */
/*メインビジュアルの高さをpadding-topで取る*/
/* メインビジュアル */
.homeSlide {
    overflow: hidden;
}

.homeSlide img {
    width: 100%;
}

.homeSlide .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.homeSlide .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.homeSlide .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.homeSlide .uk-slideshow li {
    height: 100% !important;
}

.homeSlide .uk-slideshow .uk-flex {
    height: 100%;
}

.homeSlide .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.homeSlide .logobox dt {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 0;
    /* background: #08c4e7; */
}

.homeSlide .logobox dt img {
    -webkit-filter: none;
    filter: none;
}

#gnav {
    width: 100%;
}

.headerinner {
    max-width: 1300px;
}

.homeSlide .logobox .sns i {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 24px;
}

.logo img {
    width: auto;
    max-width: 250px !important;
    height: auto !important;
    max-height: 150px;
}

/* blog */
.datewrap {
    display: block;
}

.datewrap li {
    width: 100%;
}

.homebloglist li dt {
    width: 20%;
    overflow: hidden;
    border: none;
}

.homenewslist dd,
.homenewslist dt {
    /* font-weight: bold; */
    font-weight: normal;
    font-size: 18px;
}

.homenewslist dd {
    width: 70%;
}

.homenewslist dt {
    width: 30%;
}

.homenewslist li {
    padding: 18px 20px;
}

.homebloglist li dd span+span {
    /* font-weight: bold; */
    font-weight: normal;
    font-size: 18px;
}

.homebloglist li {
    padding: 11.2px 0;
}

/* feature */
.shopList .item {
    margin-bottom: 150px;
}

.shopList .item:last-of-type {
    margin-bottom: 0;
}

.shopList .item:nth-of-type(2n+2)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.shopList .item .left {
    width: 55%;
}

.shopList .item .right {
    width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 50px;
    margin-bottom: -50px;
    margin-left: -5%;
    padding: 50px;
/*     background: #fff; */
    position: relative;
    z-index: 15;
}

.shopList .item:nth-of-type(2n+2) .right {
    margin-left: 0;
    margin-right: -5%;
}

.shopList .item .right:before,
.shopList .item .right:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

.shopList .item .right:before {
    top: 20px;
    left: -30px;
}

.shopList .item .right:after {
    bottom: 20px;
    right: -30px;
}

.shopList .item .right .logo {
    margin-bottom: 30px;
    text-align: center;
}

.shopList .item .right .name {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    color: rgb(44 165 89);
    text-align: center;
}

.shopList .item .right .add {
    font-size: 16px;
}

.shopList .item .right .tel {
    margin-top: 10px;
}

.shopList .item .right .tit {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid;
}

.r-b {
    display: block;
    margin-top: 5px;
    text-align: right;
}

/* contact */
/* .homerecruit .bg {
  background: #cfcfcf;
} */

.homerecruit .bg img {
    display: none;
}

.kiyaku dt {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.kiyaku {
    height: 150px;
    overflow: auto;
    margin: 0 10px;
    padding: 0px 30px;
    border: 2px solid #ddd;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #bbb;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #333;
}

.homerecruitbox ul.catnav.flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 40px;
}

/* 撮影設備 */
.homestylelist {
    margin-top: 60px;
}

/* footer */
div#footer {
    background: rgba(0, 0, 0, 0.5);
}

.fshopbox {
    max-width: 600px;
}

.homemap {
    padding: 0;
}

#totop a {
    background: rgb(44 165 89 / 70%);
}


.homeconceptbox li {
    width: 80%;
    border: 5px solid #fff;
    position: absolute;
}

.homeconceptbox .homeconceptlist li {
    top: 0;
}

.homeconceptbox .homeconceptlist02 li {
    bottom: 0;
}

.homeconceptbox {
    padding: 470px 0 310px;
}

.homeconceptlist li:nth-of-type(1) {
    top: 33%;
    left: -100%;
    z-index: 1;
}

.homeconceptlist li:nth-of-type(2) {
    top: 10%;
    left: -70%;
    z-index: 0;
}

.homeconceptlist li:nth-of-type(3) {
    top: 3%;
    left: 0%;
    z-index: 0;
}

.homeconceptlist li:nth-of-type(4) {
    top: 10%;
    right: -53%;
    z-index: 0;
}

.homeconceptlist02 li:nth-of-type(1) {
    bottom: 42%;
    right: -81%;
    z-index: 1;
}

.homeconceptlist02 li:nth-of-type(2) {
    bottom: 20%;
    right: -81%;
    z-index: 1;
}

.homeconceptlist02 li:nth-of-type(3) {
    bottom: -3%;
    right: -15%;
    z-index: 1;
}

.homeconceptlist02 li:nth-of-type(4) {
    bottom: -3%;
    left: -36%;
    z-index: 2;
}

.homeconceptlist02 li:nth-of-type(5) {
    bottom: 20%;
    left: -100%;
    z-index: 1;
}

.homearea.new {
    padding: 40px 0 80px;
}

.homearea.ori {
    padding: 0 0px 40px;
}

/* 追従 */
.cm-float-cta {
    position: relative;
    z-index: 250;
}

.cm-float-cta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 50;
}

.cm-float-cta__itemLink {
    width: 15.125rem;
    height: 4.5rem;
    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;
    background: rgba(18, 127, 69, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(#127f45), to(#1ecc6f));
    background: linear-gradient(#127f45 0%, #1ecc6f 100%);
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.cm-float-cta__itemLink:hover {
    height: 5.75rem;
    opacity: 1;
}

.cm-float-cta__item:nth-child(1) .cm-float-cta__itemLink {
    border-radius: 8px 0 0 0;
}

.cm-float-cta__item:nth-child(2) .cm-float-cta__itemLink {
    background: rgba(39, 111, 255, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 111, 255, 1)), to(rgba(32, 131, 249, 1)));
    background: linear-gradient(rgba(39, 111, 255, 1) 0%, rgba(32, 131, 249, 1) 100%);
}

.cm-float-cta__item:nth-child(2) .cm-float-cta__itemLink.ab {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 142 32)), to(rgb(255 185 113)));
    background: linear-gradient(rgb(255 142 32) 0%, rgb(255 185 113) 100%);
}

.cm-float-cta__item:nth-child(3) .cm-float-cta__itemLink {
    background: rgba(177, 77, 255, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 77, 255, 1)), to(rgba(254, 97, 168, 1)));
    background: linear-gradient(rgba(177, 77, 255, 1) 0%, rgba(254, 97, 168, 1) 100%);
}

.cm-float-cta__itemTxt ._title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    letter-spacing: -0.02em;
}

.cm-float-cta__itemTxt ._title i {
    /* width: 2.5rem; */
    margin-right: 0.625rem;
    font-size: 30px;
}

/* home-table */
.home-table {
    text-align: center;
}

.home-table .title {
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px 15px;
    font-family: "Train One";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 2px;
    background-color: #1dcc6f !important;
}

.home-table .tableprev {
    max-width: 843px;
    margin: 10px auto 0 auto;
}

.home-table .tableprev .slide {
    margin-bottom: 16px;
    padding-bottom: 0;
}

.home-table .slide {
    line-height: 210%;
    text-align: center;
}

#reel_image,
#reel_image-reel>img.reel-cached {
    max-width: initial !important;
    height: initial !important;
    height: auto !important;
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
}

#reel_image {
    height: 460px !important;
}

#reel_image-reel>img.reel-cached {
    height: 2778px !important;
}

.backg-g {
    background: rgba(18, 127, 69, 1);
}

.backg-sb {
    background-color: #08c4e7;
}

.backg-p {
    background: #b14dff;
}

.backg-b {
    background: #227bfa;
}

.backg-sp {
    background-color: #fd61a8;
}

.backg-yg {
    background-color: #1dcc6f;
}

.backg-f {
    background: #fff;
}

.backg-sg {
    background: rgba(0, 0, 0, 0.3);
}

.h90v {
    height: 90vh;
}

@media only screen and (max-width: 1024px) {
    .tel a:hover {
        opacity: 1;
    }

    .cm-float-cta__itemLink:hover {
        height: auto;
    }

    .cm-float-cta__itemLink {
        -webkit-background-clip: text;
        background-clip: text;

        -webkit-text-fill-color: transparent;
    }

    .cm-float-cta__item:nth-child(2) .cm-float-cta__itemLink {
        -webkit-background-clip: text;
        background-clip: text;

        -webkit-text-fill-color: transparent;
    }

    .cm-float-cta__item:nth-child(3) .cm-float-cta__itemLink {
        -webkit-background-clip: text;
        background-clip: text;

        -webkit-text-fill-color: transparent;
    }

    .homeconceptbox {
        padding: 0;
    }

    .homeconceptbox ul.homeconceptlist {
        padding: 60px 0 0;
    }

    .homeconceptbox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .homeconceptbox li {
        border: 0;
    }

    .homearea h2 {
        margin-bottom: 10px;
    }

    .underarea h2 {
        margin-bottom: 10px;
    }

    .homeconceptbox li.trimY img {
        width: auto !important;
        max-width: none !important;
        height: 105% !important;
        border: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        left: 50%;
    }

    .homeconceptbox li.trimY {
        overflow: hidden;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .homeconceptbox li.trim {
        overflow: hidden;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .homearea.new {
        padding: 40px 0;
    }

    .homeconceptbox .tbox {
        margin: auto;
        padding: 30px 0;
    }

    .homeconceptbox ul.homeconceptlist02 {
        padding: 0;
    }

    .homeconceptbox ul.homeconceptlist li {
        width: 25%;
    }

    .cm-float-cta__item:nth-child(1) .cm-float-cta__itemLink {
        border-radius: 0;
    }

    .cm-float-cta__itemLink {
        width: 100%;
        height: 3.5rem;
    }

    .cm-float-cta__wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: end;
        -ms-flex-align: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /* background: #fffdb; */
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 50;
    }

    .cm-float-cta__item {
        border-radius: 15px;
    }

    #gnav {
        width: 10%;
    }

    #gnav p {
        position: fixed;
        top: initial;
        bottom: 0px;
    }

    #totop {
        text-align: center;
        position: fixed;
        bottom: 80px;
        right: 10px;
        z-index: 99;
    }

    .h90v {
        height: 60vh;
    }

    .homestylelist .catnav li {
        padding-top: 30px;
    }

    .cm-float-cta__itemTxt ._title i {
        margin-right: 0;
    }
}

@media only screen and (max-width: 599px) {
    .home-table .title {
        margin-bottom: 30px;
    }

    .homeSlide .logobox {
        width: 100%;
        max-width: 100%;
        padding: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: initial;
    }

    .homeSlide .logobox dl {
        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;
    }

    .home-table .title {
        font-size: 16px;
    }

    #gnav {
        width: 15%;
    }

    .shopList .item .left {
        width: 100%;
    }

    .shopList .item .right {
        width: 100%;
        margin-left: auto;
    }

    .shopList .item:nth-of-type(2n+2) .right {
        margin-right: auto;
    }

    .shopList .item .right {
        padding: 20px;
    }

    .up-d-contents\@sp {
        display: contents;
    }

    .homerecruitbox .pic {
        min-height: auto;
    }

    .homerecruitbox {
        padding: 10px;
    }

    .shopList .item .right .tit {
        font-size: 18px;
    }

    .shopList .item {
        margin-bottom: 50px;
    }

    .shopList .item .right {
        margin-bottom: 0;
    }

    .homestylelist {
        margin-top: 30px;
    }

    .shopList .item .right .name {
        text-align: left;
    }
}

.slick-initialized .slick-slide a {
    position: relative;
}

/* .slick-initialized .slick-slide a:hover > dl {
opacity: 1;
visibility: visible;
} */

/* 共通リスト３ */
.list-cmp03 .item {
    padding: 20px;
}

.concept.new .list-cmp03 .item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.concept .list-cmp03 .item:not(:last-child) {
    border-bottom: 1px solid #000;
}

.list-cmp03 .datattl {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

@media only screen and (max-width: 599px) {
    .list-cmp03 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
    }

    .list-cmp03 .datattl {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-cmp03 .data {
        width: 100%;
    }
}

.h1 {
    font-size: 12px;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
    position: absolute;
    top: 65px;
    left: 10px;
    right: 10px;
    z-index: 1;
}

.h1 span {
    display: block;
}

.text-box .ttl {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 24px;
    border-bottom: solid 1px #000;
}

@media only screen and (max-width: 1024px) {
    .h1 {
        top: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .text-box .ttl {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 20px;
    }

    .text-box {
        display: contents;
    }
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    opacity: 0.6;
    cursor: pointer;
}

.price-box dl .tax {
    font-size: 10px;
}

.price-box dl .price {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.price-box dl .sub {
    font-size: 14px;
}

.price-box dl dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}

.price-box dl dt {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}

@media only screen and (max-width: 599px) {
    .price-box dl dd {
        width: 100%;
        margin-top: 20px;
    }

    .price-box dl dt {
        width: 100%;
    }
}

.blogbox .tbox {
    width: 70%;
}

.blogbox .tbox dl {
    color: #fff;
}

.blogbox .tbox .btn {
    width: 133px;
    margin-left: auto;
    margin-right: 0;
    color: #505050;
    text-align: center;
    border: 1px solid #505050;
    background-color: #ededed;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.z-105 {
    z-index: 105;
}

.catarclist dl {
    padding: 20px;
    color: #fff;
    background-color: #505050;
}

.catarclist dl a {
    color: #fff;
}

.new-bg {
    background-color: #505050;
}

.new-bg.bg_black {
    background-color: transparent !important;
}

.new-bg .para-bg {
    z-index: -1;
}

#bg_video {
    opacity: 0;
    -webkit-animation: youtube_fade_in 1s forwards;
    animation: youtube_fade_in 1s forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.blogbox {
    padding: 0;
    border-bottom: 0;
    background-color: #505050;
}

@-webkit-keyframes youtube_fade_in {
    0% {
    }

    100% {
        opacity: 1;
    }
}

@keyframes youtube_fade_in {
    0% {
    }

    100% {
        opacity: 1;
    }
}

.detail .bloglist {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #e7e7e7;
}

.recommendarea .blogreco {
    padding: 50px 0;
}

.underarea h2.post {
    margin-bottom: 20px;
}

.contact dt {
    width: 30%;
}

.contact dd {
    width: 70%;
}

@media only screen and (max-width: 1024px) {
    .contact dt,
    .contact dd {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .new-bg .blogbox .picbox,
    .new-bg .blogbox .tbox {
        width: 100%;
    }

    .recommendarea .blogreco {
        padding: 0;
    }

    .underarea h2 span.jp {
        text-align: left;
    }

    .underarea h3 {
        text-align: left;
    }

    .w50 {
        width: 100%;
    }
}

.cont .para-bg {
    z-index: -1;
}

.cont .para-bg:before {
    background: rgb(255 255 255 / 50%);
}

.floor-box {
    width: 90%;
    margin: -20px auto 0;
    color: #fff;
    background: rgb(44 165 89);
    position: relative;
    z-index: 1;
}

.efixtures .floor-box {
    background: #b14dff;
}

.lighting .floor-box {
    background: #08c4e7;
}

.border-l {
    border-left: 2px solid #ddd;
}

.border-l .ans {
    margin-left: -2px;
    border-left: 2px solid #000;
}

.floor .contactarea h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-weight: bold;
    color: #fff;
    border-bottom: #fff 2px solid;
}

.floor .contactarea h3:after {
    content: none;
}

/* .equipment .text-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
} */
.equipment a {
    position: relative;
}

.equipment a:hover .text-box ul {
    visibility: visible;
    opacity: 1;
}

.homearea h2 .tomore {
    line-height: 1;
}

.bg-e7 {
    background: #e7e7e7;
}

.gallery .homestylelist {
    margin-top: 0;
    margin-bottom: 40px;
}

.equipment .text-box ul {
    overflow: hidden;
    margin: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.equipment .text-box ul .kat,
.homestylelist dt {
    width: 100%;
    visibility: hidden;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.equipment .text-box ul .titl,
.homestylelist dd {
    width: 100%;
    visibility: hidden;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.homestylelist dt {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: unset;
}

.homestylelist dd {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: unset;
}

.homestylelist dd:before,
.equipment .text-box ul .titl:before {
    content: "";
    width: 110px;
    display: block;
    margin: 10px auto 0;
    padding: 5px 0;
    border-top: 2px solid #fff;
}

/* .equipment .text-box ul .titl{
  padding: 10px 0 0;
} */
.equipment a:hover .text-box ul .kat,
.equipment a:hover .text-box ul .titl,
.slick-initialized .slick-slide a:hover>dl dt,
.slick-initialized .slick-slide a:hover>dl dd {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slick-initialized .slick-slide {
    overflow: hidden;
}

/* .slick-initialized .slick-slide a:hover {
    opacity: 1;
}

.slick-initialized .slick-slide a:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #fd61a8a6), to(#fd61a8));
    background: linear-gradient(to bottom, #fff 0%, #fd61a8a6 48%, #fd61a8 100%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 1;
}
 */
 
.slick-initialized .slick-slide a {
    opacity: 1;
}

.slick-initialized .slick-slide a:hover {
  opacity: 0.7;
}

.slick-initialized .slick-slide a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #fd61a8a6), to(#fd61a8));
    background: linear-gradient(to bottom, #fff 0%, #fd61a8a6 48%, #fd61a8 100%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 1;
}

.homestafflist li a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #b14dffb3), to(#b14dff));
    background: linear-gradient(to bottom, #fff 0%, #b14dffb3 48%, #b14dff 100%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 1;
}

.homestafflist.case li a:hover::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #1dcc6fa8), to(#1dcc6f));
    background: linear-gradient(to bottom, #fff 0%, #1dcc6fa8 48%, #1dcc6f 100%);
    position: absolute;
}

.up-left-1000 {
    margin-left: calc(50% - 500px);
}

.up-right-1000 {
    margin-right: calc(50% - 500px);
}

[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 500px);
}

[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-left: calc(50% - 500px);
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .cm-float-cta {
        z-index: 251;
    }

    .up-left-1000 {
        margin-left: 2%;
    }

    .up-right-1000 {
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 599px) {
    .innersp {
        width: 92%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .up-left-1000 {
        margin-right: 2%;
    }

    .up-right-1000 {
        margin-left: 2%;
    }

    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

.bloglist.new {
    width: 100%;
}

.blogbox.new {
    width: 49%;
    background: none;
}

.blogbox.new.sin {
    margin: 0;
}

.new-bg .blogbox.new.sin:hover .tbox .btn {
    color: inherit;
    border: none;
    background-color: initial;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.blogbox.new .tbox dd {
    width: 50%;
    margin-bottom: 10px;
}

.blogbox.new .tbox dt {
    padding-bottom: 0;
}

.blogbox.new .tbox dl {
    height: 100%;
    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;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: start;
    -ms-flex-align: center;
    padding: 50px 30px 0px;
    color: #000;
}

.blogbox.new .tbox .btn {
    border: none;
    background: none;
}

.blogbox.new .tbox .btn span {
    border-bottom: 1px solid #505050;
}

@media only screen and (max-width: 599px) {
    .blogbox.new .tbox dl {
        padding: 50px 10px 0px;
    }

    .detail .bloglist {
        padding: 10px;
    }

    .blogbox.new.sin {
        margin-bottom: 30px;
    }

    .blogbox.new {
        width: 100%;
    }
}

.up-img-grow a,
.up-img-grow span {
    overflow: hidden;
}

.new-bg .blogbox:hover .tbox .btn {
    color: #ededed;
    border: 1px solid #ededed;
    background-color: #505050;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.up-img-grow 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%;";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.up-img-grow:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gnav .line {
    cursor: pointer;
    position: relative;
}

.gnav .line::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #1dcc6f;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.gnav .line:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.gnav .stay::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.gnav>a,
.gnav .itemin {
    display: block;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}

.gnav .-parent {
    position: relative;
}

.gnav .-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}

.homestafflist.gya {
    margin-top: 0;
}

.homestafflist.case.gya li a:hover::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #08c4e7a8), to(#08c4e7));
    background: linear-gradient(to bottom, #fff 0%, #08c4e7a8 48%, #08c4e7 100%);
}

.back-btn a:hover {
    color: #fff;
    background-color: #000;
}

.a-lin .box a {
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.a-lin .box.backg1 a {
    background: rgba(18, 127, 69, 1);
}

.a-lin .box.backg2 a {
    background-color: #08c4e7;
}

.a-lin .box.backg3 a {
    background: #b14dff;
}

.a-lin .box a:after {
    content: "\f107";
    margin-left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media only screen and (max-width: 599px) {
    .a-lin .box a {
        padding: 10px;
    }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 30px 0;
    background: #fff;
}

.breadcrumbs-box {
    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;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
  .sp100 .fead-cover{
    width: 100%;
  }
    .homenewslist dd {
        width: 100%;
    }

    .homenewslist dt {
        width: 100%;
        text-align: left;
    }

    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

.form-btn-bg:hover {
    color: #fff;
    background: #000;
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */
.titl1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-blog-text h2 {
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    -webkit-transform: none;
    transform: none;
}

.news-blog-text h3 {
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-align: left;
    background-color: #2ca559;
}

.news-blog-text h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.catg {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    background: #1dcc6f;
}

.sptel {
    display: none;
}

.pagenav li.now a {
    color: rgb(44 165 89);
}

.slick02 {
    width: 100%;
}

small {
    padding-left: 10px;
}

.tbl-r03 {
    width: 100%;
}

.tbl-r03 th {
    padding: 10px;
    color: #fff;
    border: solid 1px #ccc;
    background: #6e6e6e;
}

.tbl-r03 td {
    padding: 10px;
    border: solid 1px #ccc;
}

@media (max-width: 1024px) {
    .tbl-r03 tr {
        display: block;
        float: left;
    }

    .tbl-r03 tr td,
    .tbl-r03 tr th {
        height: 50px;
        display: block;
        border-left: none;
    }

    .tbl-r03 thead {
        width: 50%;
        display: block;
        float: left;
    }

    .tbl-r03 thead tr {
        width: 100%;
    }

    .tbl-r03 tbody {
        width: 50%;
        display: block;
        float: left;
    }

    .tbl-r03 tbody tr {
        width: 100%;
    }

    .tbl-r03 tr td+td {
        border-left: none;
    }

    .tbl-r03 tbody td:last-child {
        border-bottom: solid 1px #ccc;
    }
}

/* 2022/12/19追加 */
.inner1200 {
    width: 98%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.layout {
    min-height: 700px;
    display: -ms-grid;
    display: grid;
    padding: 1em;
    border: 4px solid gray;
    border-radius: 1em;

    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1em 1em;
    grid-auto-flow: row;
    grid-template-areas: "box01 box01 box02 box02 box04 box04 . . . . . . . . . ."
    "box01 box01 box02 box02 box04 box04 . . . . . . . . . ."
    "box03 box03 box03 box03 box04 box04 . . . . . . . . . ."
    "box03 box03 box03 box03 box04 box04 . . . . . . . . . ."
    ". . . . . . . . . box08 box08 box08 box08 box09 box09 box09"
    ". . . . . . . . . box08 box08 box08 box08 box09 box09 box09"
    ". . . . . . . . . box08 box08 box08 box08 box09 box09 box09"
    ". . . . . . . . . box08 box08 box08 box08 box09 box09 box09"
    ". . . . . . . . . . . . . . . ."
    "box05 box05 box06 box06 box07 box07 box07 . . . . . . . . ."
    "box05 box05 box06 box06 box07 box07 box07 . . . . . . . . ."
    "box05 box05 box06 box06 box07 box07 box07 . . . . . . . . .";
}

.layout-item {
    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;
    padding: 1em;
    border: 2px solid gray;
    border-radius: 0.5em;
}

.box01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: box01;
}

.box02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: box02;
}

.box03 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: box03;
}

.box04 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-area: box04;
}

.box05 {
    -ms-grid-row: 19;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: box05;
}

.box06 {
    -ms-grid-row: 19;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: box06;
}

.box07 {
    -ms-grid-row: 19;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-area: box07;
}

.box09 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 7;
    -ms-grid-column: 27;
    -ms-grid-column-span: 5;
    grid-area: box09;
}

.box08 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 7;
    -ms-grid-column: 19;
    -ms-grid-column-span: 7;
    grid-area: box08;
}

.switch {
    width: 100%;
    height: 100%;
    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;
    padding: 0.25em;
    border-radius: 1em;
}

.switch-icon {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.switch-icon img {
    width: 100%;
}

.switch-title {
    margin: 0.25em 0;
    text-align: center;
}

.modal-window {
    display: none;
}

.modaal-container {
    width: 50%;
    height: 60vh;
}

.modaal-content {
    height: 100%;
}

.modaal-content-container {
    height: 100%;
}
.modaal-content-container [class*="up-ofi"]:before{
  content: none;
}
.modal-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-inner-img {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-inner-img .image-main {
    width: 100%;
}

.modal-inner-img .image-thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.modal-inner-img .image-thumb li {
    width: calc((100% - 10px) / 3);
}

.modal-inner-img .image-thumb li+li {
    margin-left: 5px;
}

.modal-inner-content {
    width: 55%;
}

.modal-title {
    margin-bottom: 1em;
    /* 18 24 375 1200 */
    font-size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem);
}

/*  [class*="up-ofi"]:before {
      content: "画像はイメージです";
   display: block;
   padding: 5px;
   font-weight: 700;
   color: #505050;
   text-align: center;
   text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 10;
       font-size: 10px;
   width: 100%;
} */
 .notext [class*="up-ofi"]:before {
   content: none;
 }
  @media (max-width: 1024px) {
    .new-m .modaal-container {
    width: 95%;
    height: 70vh;
}
  }
 @media (max-width: 599px) {
   .box01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: box01;
    width: 80px;
}

.box02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: box02;
    width: 80px;
}

.box03 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: box03;
}

.box04 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-area: box04;
    width: 120px;
}

.box05 {
    -ms-grid-row: 19;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: box05;
}

.box06 {
    -ms-grid-row: 19;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: box06;
}

.box07 {
    -ms-grid-row: 19;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-area: box07;
}

.box09 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 7;
    -ms-grid-column: 27;
    -ms-grid-column-span: 5;
    grid-area: box09;
    width: 170px;
    right: 5%;
    top: 50%;
    position: absolute;
}

.box08 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 7;
    -ms-grid-column: 19;
    -ms-grid-column-span: 7;
    grid-area: box08;
    width: 130px;
    right: 55%;
    top: 50%;
    position: absolute;
}
.new-m .switch-title{
  font-size: 12px;
}
.new-m .layout-item{
  padding: 0;
}
.new-m .modal-inner-content,
.new-m .modal-inner-img{
  width: 100%;
}
.new-m .modal-inner-img {
    margin-bottom: 10px;
}
.new-m .modal-inner{
  flex-wrap: wrap;
}
.new-m .modaal-content-container{
  padding: 10px;
}
.new-m .modaal-container {
    width: 90%;
    height: 70vh;
}
 }
[data-element-id] .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 0;
}

[data-element-id] .layout-item {
    width: 48%;
    margin: 1%;
}

[data-element-id] .modal-window {
    width: 100%;
    display: block;
    margin-top: 0.5em;
    padding: 20px 5px 5px 5px;
    font-size: 14px;
    border: 2px solid mediumvioletred;
    background-color: white;
    position: relative;
}

[data-element-id] .modal-window::before {
    content: "ポップアップ";
    width: calc(100% - 10px);
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: mediumvioletred;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .modal-float {
    width: 90%;
    float: none;
    margin: 0 auto 15px;
}

/* #reel_image-reel .reel {
  background-image: url("http://unipla.sakura.ne.jp/client-check/photo-by-yatsui/reel/beetle-reel.jpg") !important
} */

[data-element-id] .underarea h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px #008000;
    position: relative;
}

[data-element-id] .gnav .line::after {
    content: none;
}

[data-element-id] .up-d-none:before {
    content: "モバイル用です。";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #008000;
}

[data-element-id] #totop {
    position: absolute;
    bottom: 88px;
}

[data-element-id] .copy {
    margin-bottom: 100px;
}

[data-element-id] #header {
    position: relative;
}

[data-element-id] .kiyaku {
    height: auto;
}

[data-element-id] .fead-order>* {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .para-bg {
    height: 20vh;
    overflow: hidden;
    border: solid 3px #008000;
    background: #fff;
    position: relative;
    z-index: 200;
}

[data-element-id] .para-bg:before {
    content: "背景動画のカスタムコンテンツはこちらです。";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

[data-element-id] .slick02>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .slick02>div li {
    width: 10%;
}

 .t-shadow {
    text-shadow: 0px 0px 10px rgb(73 73 73);
}

 .backg-sg{
    background: rgb(168 168 168 / 30%);
}

.up-gapy-125 > * {
    padding-bottom: 125px;
}

.comment{
  font-size: 14px;
}

/*20260410*/
.text-center{
  text-align: center;
}
