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

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}
body, body * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  scroll-margin-top: 100px;
}

a {
    text-decoration-skip-ink: auto;
}

button {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

q {
    display: inline;
    font-style: italic;
}

q:before {
    content: '"';
    font-style: normal;
}

q:after {
    content: '"';
    font-style: normal;
}

textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='search'],
input[type='password'] {
    border-radius: 0;

    -webkit-appearance: none;
            appearance: none;
    ;
}

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

th,
td {
    padding: 2px;
}

big {
    font-size: 120%;
}

small,
sup,
sub {
    font-size: 80%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

dd {
    margin-left: 20px;
}

kbd,
tt {
    font-family: courier;
    font-size: 12px;
}

ins {
    text-decoration: underline;
}

del,
strike,
s {
    text-decoration: line-through;
}

dt {
    font-weight: bold;
}

address,
cite,
var {
    font-style: italic;
}

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

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
a, button, img {
    transition: all .5s ease;
}


.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    ;
}


/*基本設定*/
body {
    letter-spacing: 1px;
    background: #F9F7F1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

body a {
    text-decoration: none;
    color: #000;
}

body img {
    vertical-align: bottom;
}

div#wrapper {
    overflow: hidden;
    width: 100%;
}

/*横並び*/
.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex_2culm {
    width: 48%;
    margin-right: 4%;
}

.flex_2culm:nth-child(2n) {
    margin-right: 0;
}

.flex_3culm {
    width: 32%;
    margin-right: 2%;
}

.flex_3culm_sp4:last-child {
    display: none;
}

.flex_3culm:nth-child(3n) {
    margin-right: 0;
}

.flex_3culm_nopadding {
    width: 33.333%;
    margin: 0;
}

.flex_2culm_65 {
    width: 63%;
}

.flex_2culm_65:nth-child(2) {
    margin-left: 2%;
}

.flex_2culm_65 img {
    width: 100%;
}

.flex_2culm_35 {
    width: 35%;
}

.flex_2culm_35:nth-child(2) {
    margin-left: 2%;
}

.flex_2culm_35 img {
    width: 100%;
}

.flex_2culm_70 {
    width: 68%;
}

.flex_2culm_70:nth-child(2) {
    margin-left: 2%;
}

.flex_2culm_70 img {
    width: 100%;
}

.flex_2culm_30 {
    width: 30%;
}

.flex_2culm_30:nth-child(2) {
    margin-left: 2%;
}

.flex_2culm_30 img {
    width: 100%;
}

.al_center {
    align-items: center;
}

/*基本CSS*/
.maxwidth {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

.maxwidth1000 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2%;
}

.maximg img {
    width: 100%;
    height: auto;
}

.mainimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}


.mainimg:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.mainimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

a:hover .mainimg img {
    width: 110%;
    height: auto;
}

.text {
    font-size: 14px;
}

.sm_text {
    font-size: 12px;
}

.center {
    text-align: center;
}

.sp_only {
    display: none;
}

.bold {
    font-weight: 500;
}

.bk_green {
    color: #fff;
    background: #7e9168;
}

.green {
    color: #7e9168;
}

.right {
    text-align: right;
}

.brown_line_dot{
    position: relative;
    margin: 2em auto 2em;
    width: 98%;
    max-width: 1200px;
    height: 3px;
    background-color: #C0A271;
    border: none;
}

.brown_line_dot::before,.brown_line_dot::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #C0A271;
}

.brown_line_dot::after{
    left: auto;
    right: 0;
}


@media(max-width:780px) {
    .brown_line_dot{
        margin: 3em auto 3em;
        height: 2px;
        width: 92%;
    }
}

/*
.more a {
    display: inline-block;
    padding: 1em 5em;
    letter-spacing: 4px;
    color: #fff;
    border-radius: 34px;
    background: linear-gradient(to right, #202124, #525356);
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
}

.more a:hover {
    background: linear-gradient(to right, #cc7b4a, #dba17f);
}
*/
.more {
    a {
        display: inline-flex;
        justify-content: end;
        align-items: center;
        background: #fff;
        border: 1px solid #222;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 24px;
        min-width: 272px;
        .label {
            flex: 1;
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 0.3em;
            text-align: center;
            transition: color 0.5s;
        }
        .icon {
            aspect-ratio: 1/1;
            width: 32px;
            position: relative;
            margin-right: 24px;
            &::before, &::after {
                content: '';
                background-size: contain;
                background-repeat: no-repeat;
                position: absolute;
                inset: 0;
                transition: opacity 0.5s;
            }
            &::before {
                background-image: url(../img/top/link-icon-b.svg);
            }
            &::after {
                background-image: url(../img/top/link-icon-w.svg);
                opacity: 0;
            }
        }
        &:hover {
            background-color: #222;
            .label {
                color: #fff;
            }
            .icon {
                &::before {
                    opacity: 0;
                }
                &::after {
                    opacity: 1;
                }
            }
        }
    }
}

.sideframe {
    display: flex !important;
    justify-content: space-between;
    gap: 30px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    &::before, &::after {
        content: '';
        display: block;
        width: 10px;
        border: 2px solid #222;
        border-right: 0;
    }
    &::after {
        scale: -1 1;
    }
    .label {
        font-family: inherit;
        align-self: center;
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 34px;
        text-align: center;
    }
    &.black {
        .label {
            color: #222;
            em {
                font-weight: inherit;
                color: #7E9168;
            }
        }
    }
}

@media only screen and (max-width: 780px) {
    .sp_only {
        display: inline-block;
    }

    .pc_only {
        display: none;
    }
}

header#header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    padding: 1em;
    background: #fff;
}

.header-main {
    justify-content: space-between;
}

.site_logo img {
    height: 3em;
}

.header-menu {
    padding-right: 4em;
    letter-spacing: 1px;
}

.header-menu__list a {
    margin-right: 1.5em;
    color: #525356;
    font-weight: 500;
}

.mobile-menu {
    position: fixed;
    z-index: 1000;
    top: 1em;
    right: 1em;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    height: 40px;
    background-color: unset;
}

.mobile-menu__btn {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .4s;
    opacity: 1;
    border-radius: 100%;
    background: none;
    background: #000;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn {
    background: none;
}

.mobile-menu__icon {
    position: relative;
    top: 0;
    display: block;
    width: 50%;
    height: 1px;
    transition: .4s;
    opacity: 1;
    background: #fff;
}

.mobile-menu__icon::after,
.mobile-menu__icon::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    transition: .4s;
    background: #fff;
}

.mobile-menu__icon::after {
    top: 7px;
}

.mobile-menu__icon::before {
    top: -7px;
}

.mobile-menu__icon p {
    width: 100%;
    padding-top: 14px;
    color: #fff;
    font-size: 10px;
}

.mobile-menu__container {
    position: fixed;
    z-index: 50;
    top: -100% !important;
    right: unset;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    transition: .5s;
    transition-delay: .2s;
    text-align: center;
    opacity: 1;
    opacity: 0;
    background: #fff;
}

.mobile-menu__container:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: inherit;

    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(3px);
}

.mobile-menu__checkbox {
    display: none;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    transition-delay: 0s;
    opacity: 1;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
    top: 0 !important;
    right: unset;
    left: 0;
    display: block;
    visibility: visible;
    width: 100%;
    height: auto !important;
    padding: 5em 0;
    transition-delay: 0s;
    opacity: 1;
    color: #fff;
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 14%);
}

span.menuen {
    margin: 0 .5em;
    letter-spacing: -1px;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    font-weight: 600;
}
.numfont {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #000;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
}

.mobile-menu__list {
    width: 100%;
    margin-top: 0;
    padding: 0 10%;
    list-style: none;
    transition-delay: .5s;
}

ul#menu_spid li {
    margin-bottom: 1em;
    text-align: left;
}

ul#menu_spid li:first-child {
    padding-top: .5em;
    border-top: solid 1px #fff;
}

.mobile-menu__container ul li a {
    text-decoration: none;
    letter-spacing: 0;
    color: #000;
    text-shadow: none;
    font-size: 14px;
    line-height: 2.5;
}

li.menu-item a {
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 1em 1em;
}

.menu_site_logo {
    position: absolute;
    top: 1em;
    left: 1em;
}

.menu_site_logo img {
    height: 3em;
}

.header-menu__main {
    max-width: 900px;
    margin: 3em auto 0;
}

.header-menu__main--content {
    margin-bottom: 3em;
}

.header-menu__main_menu {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: .5em;
    text-align: left;
    color: #525356;
    border-bottom: solid .7px #707070;
    font-weight: 500;
}

.header-menu__sub_menu {
    display: inline-block;
    width: 100%;
    padding-left: .5em;
    text-align: left;
    color: #525356;
    font-size: 12px;
}

.header-menu__formbutton h2 {
    margin-bottom: 1em;
    color: #525356;
    font-size: 18px;
}

.header-menu__formbutton h2 img {
    margin-bottom: .7em;
}

.header-menu__formbutton.ft_modelhouse__bk_white {
    padding-bottom: 3em;
}

.header-menu__formbutton--submenu {
    justify-content: center;
}

.header-menu__formbutton--submenu a {
    display: inline-block;
    padding: 0 1em;
    text-align: left;
    color: #525356;
    font-size: 12px;
}

.header-menu__contact {
    position: relative;
    display: inline-block;
    margin-top: 3em;
    padding-right: 3em;
}

.header-menu__contact:first-child {
    margin-top: 2em;
}

.header-menu__contact span {
    display: inline-block;
    margin-bottom: .5em;
    font-size: 16px;
}

.header-menu__contact img {
    position: absolute;
    top: 50%;
    right: 0;
    height: 1.5em;
}

.header-menu__contact:nth-child(2) span {
    color: #c0a271;
}

#container {
  padding-top: 5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  &:has(#content.margintop) {
    padding-top: 0;
  }
}
#content {
  &.margintop {
    margin-top: 5em;
  }
}

/* *******************************************
 common classes */

.en {
    font-family: Quicksand;
}

.hover-zoom {
    overflow: hidden;
    .image {
        position: relative;
        z-index: -1;
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: scale .5s ease;
    }
    &:hover {
        img {
            scale: 1.1;
        }
    }
}

.link-inner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    .label {
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 28px;
        text-align: left;
        color: #222;
        padding-bottom: 3px;
        position: relative;
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background-color: #222;
            transition: width 0.3s;
        }
    }
    .icon {
        aspect-ratio: 1/1;
        width: 32px;
        height: auto;
        position: relative;
        &::before, &::after  {
            content: '';
            position: absolute;
            inset: 0;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            transition: opacity 0.3s;
        }
        &::before {
            background-image: url(../img/top/link-icon-b.svg);
        }
        &::after {
            background-image: url(../img/top/link-icon-w.svg);
            opacity: 0;
        }
    }
    &:hover {
        .label {
            &::after {
                width: 0;
            }
        }
        .icon {
            &::before {
                opacity: 0;
            }
            &::after {
                opacity: 1;
            }
        }
    }
}



/* *******************************************
 top page */



.tp_mv {
    position: relative;
    width: 100%;
    height: 100vh;
}
.tp_mv__text {
    position: absolute;
    z-index: 10;
    top: 30%;
    left: calc(25% - 5em);
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.02em;
    line-height: 80px;
    text-align: left;
    color: #fff;
}


#tpslider {
    width: 100%;
    height: 100%;
    position: relative;
    .slide-inner {
        display: flex;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .slide-text {
        position: absolute;
        z-index: 5;
        left: 207px;
        bottom: 46px;
        font-weight: 500;
        font-size: 32px;
        transition: opacity 0.7s;
        a {
            color: #fff;
            display: flex;
            align-items: center;
            gap: 16px;
            &::after {
                content: '';
                width: 48px;
                height: 48px;
                background-image: url(../img/top/mv-link-icon.svg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }
        }
    }
    .slide-image {
        position: relative;
        width: 50%;
        overflow: hidden;
        &::before {
            content: '';
            pointer-events: none;
            position: absolute;
            inset: 0;
            z-index: 1;
            background: #242424;
            opacity: 0.2;
            mix-blend-mode: multiply;
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: transform 7s linear;
        }
    }

    .splide__track {
        position: relative;
        min-height: 100dvh;
        overflow: hidden;
    }
    .splide__list {
        height: 100%;
        transform: none;
    }
    .splide__slide {
        position: absolute;
        inset: 0;
        transform: none !important;
        opacity: 1 !important;
    }
    .splide__slide.is-prev {
        z-index: 3;
    }
    .splide__slide.is-clip-ready {
        z-index: 4;
        pointer-events: none;
    }
    .splide__slide.is-active {
        z-index: 2;
    }
    .is-left,
    .is-right {
        clip-path: inset(0 0 0 0);
        transition: clip-path 0.7s ease-out;
    }
    .splide__slide.is-clip-ready .is-left {
        clip-path: inset(100% 0 0 0);
    }
    .splide__slide.is-clip-ready .is-right {
        clip-path: inset(0 0 100% 0);
    }

    .splide__slide.is-active.is-visible .is-left,
    .splide__slide.is-active.is-visible .is-right {
        clip-path: inset(0 0 0 0);
    }
    .zoom {
        height: 100%;
        transform: scale(1);
        transition: transform 7s linear;
    }
    .splide__slide.is-active .zoom,
    .splide__slide.is-clip-ready .zoom {
        transform: scale(1.05);
    }
    .splide__slide.is-clip-ready .slide-text {
        opacity: 0;
        a {
            pointer-events: none;
        }
    }
}

.tp_mv__event {
    position: absolute;
    z-index: 1;
    bottom: 46px;
    right: 140px;
    overflow: hidden;
    background: #fff;
}

.tp_mv__event--day {
    display: flex;
    align-items: center;
    padding: 0 1em 0 2em;
    letter-spacing: 0;
    font-size: 12px;
}

.tp_mv__event--ttl {
    padding: .5em 2.5em .5em .5em;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.7;
}

.tp_mv__event--ttl span {
    font-weight: 500;
}

#tp-lede {
    margin-top: 160px;
    .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 136px;
        margin-bottom: 152px;
    }
    #tpledeslider {
        width: 610px;
        height: 880px;
        position: relative;
        .splide__slide {
            width: 100%;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    #tpledeslider .splide__track {
        height: 100%;
        overflow: hidden;
    }
    #tpledeslider .splide__list {
        height: 100%;
        transform: none;
    }
    #tpledeslider .splide__slide {
        position: absolute;
        inset: 0;
        transform: none !important;
        z-index: 1;
        .slide-inner {
            transition: unset;
            clip-path: inset(100% 0 0 0);
            overflow: hidden;
        }
    }
    #tpledeslider .splide__slide.is-prev {
        z-index: 3;
    }
    #tpledeslider .splide__slide.is-clip-ready {
        z-index: 4;
    }
    #tpledeslider .splide__slide.is-active {
        z-index: 2;
    }
    #tpledeslider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    #tpledeslider .splide__slide.is-clip-ready .slide-inner {
        transition: clip-path 0.7s ease-out;
        clip-path: inset(100% 0 0 0);
    }
    #tpledeslider .splide__slide.is-active.is-visible .slide-inner {
        clip-path: inset(0 0 0 0);
    }

    .lede__text {
        padding-right: 50px;
        .catch {
            font-weight: 500;
            font-size: 40px;
            letter-spacing: 0.02em;
            line-height: 72px;
            margin-bottom: 96px;
        }
        .message {
            font-weight: 500;
            font-size: 18px;
            letter-spacing: 0.02em;
            line-height: 40px;
            margin-bottom: 72px;
        }
    }
}

.lede__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    .links__item {
        display: block;
        width: 500px;
        height: 200px;
        position: relative;
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 30%;
/*            border: 1px solid #fff;*/
            background: linear-gradient(to right, rgba(34, 34, 34, 0.5) 0%, transparent 100%);
            opacity: 0.4;
            mix-blend-mode: multiply;
        }
        img {
            width: 100%;
        }
        .text {
            position: absolute;
            inset: 0;
            padding: 32px 40px;
            display: flex;
            flex-direction: column;
            gap: 24px;
            color: #fff;
            .label {
                font-weight: 500;
                font-size: 40px;
                letter-spacing: 0.2em;
                line-height: 1;
            }
            .desc {
                font-weight: 500;
                font-size: 14px;
                letter-spacing: 0.05em;
                line-height: 28px;
            }
        }
        .icon {
            position: absolute;
            z-index: 1;
            right: 40px;
            top: 0;
            bottom: 0;
            margin: auto;
            aspect-ratio: 1/1;
            width: 48px;
            height: auto;
            &::before, &::after  {
                content: '';
                position: absolute;
                inset: 0;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                transition: opacity 0.3s;
            }
            &::before {
                background-image: url(../img/top/link-icon-l-b.svg);
            }
            &::after {
                background-image: url(../img/top/link-icon-l-w.svg);
                opacity: 0;
            }
        }
        &:hover {
            .label {
                &::after {
                    width: 0;
                }
            }
            .icon {
                &::after {
                    opacity: 1;
                }
            }
        }
    }
}

#top-lineup {
    margin-top: 120px;
    .tp_lineup__illust {
        width: 100%;
        height: 116px;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
        }
    }
    .tp_lineup__ttl {
        margin-bottom: 90px;
        .mainh2 {
            margin: 0 auto;
            padding-top: 13px;
            margin-bottom: 24px;
            font-weight: bold;
            font-size: 25px;
            letter-spacing: 0.02em;
            line-height: 42px;
        }
        .sub {
            font-weight: bold;
            font-size: 14px;
            letter-spacing: 0.3em;
            text-align: center;
            color: #7e9168;
        }
    }
    .tp_lineup__wrapper {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-bottom: 126px;
    }
    .lineup__item {
        width: 277px;
        img {
            max-width: 100%;
        }
        .thumb {
            margin-bottom: 35px;
            transition: scale 0.4s;
        }
        .logo {
            width: 223px;
            margin-left: auto;
            margin-right: auto;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            img {
                max-width: 100%;
                max-height: 100%;
                line-height: 1;
            }
        }
        &:hover {
            .thumb {
                scale: 1.04;
            }
        }
    }
    &:has(.lineup__item:hover) {
        .lineup__item:not(:hover) {
            opacity: 0.5;
        }
    }
}

#top-events {
    padding-top: 120px;
    padding-bottom: 120px;
    .wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .tp_event__ttl {
        margin-bottom: 72px;
    }
    .mainh2 {
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 0.02em;
    }
    .tp_event__text {
        padding-top: 18px;
        font-size: 14px;
        letter-spacing: 0.02em;
    }
    .tp_event__archive--content02 {
        width: 1200px;
        display: flex;
        gap: 60px;
    }
    .tp_event__archive--subcontent {
        margin-bottom: 64px;
    }
}

#top-examples {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 0;
    .mainh2 {
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 0.02em;
        margin-bottom: 72px;
    }
    .tp_examples__archive {
        max-width: 1240px;
        display: flex;
        gap: 60px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 64px;
    }
    .examples__archive--content {
        width: 360px;
        margin: 0;
        padding: 0;
        span {
            padding: 4px 10px;
            font-weight: bold;
            font-size: 14px;
            letter-spacing: 0.02em;
            color: #fff;
            background-color: #222;
            margin-bottom: 10px;
        }
        .examples__archive--img {
            margin-bottom: 16px;
        }
    }
}

#top-realestate {
    .wrapper {
        display: flex;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        gap: 122px;
        padding-top: 120px;
        padding-bottom: 135px;
    }
    .mainh2 {
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 0.02em;
        line-height: 42px;
        text-align: left;
        color: #222;
        span {
            font-weight: bold;
            font-size: 14px;
            letter-spacing: 0.3em;
            line-height: 44px;
            text-align: left;
            color: #7e9168;
        }
    }
    .tp_estate__archive {
        width: 950px;
    }
    .tp_estate--content {
        display: flex;
        align-items: start;
        gap: 32px;
    }
    .mainimg {
        aspect-ratio: 16/12;
        width: 160px;
        img {
        }
        &::after {
            display: none;
        }
    }
    .tp_estate--content {
        padding-bottom: 32px;
        margin-bottom: 32px;
        position: relative;
        &::before, &::after {
            content: '';
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        &::before {
            width: 100%;
            background-color: #000;
            opacity: 0.25;
        }
        &::after {
            width: 160px;
            background-color: #000;
            transition: 0.3s;
        }
        &:hover {
            &::after {
                width: 100%;
            }
        }
    }
    .txt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 26px;
        padding-top: 5px;
    }
    .main__archive--day {
        margin-right: 20px;
        padding-top: 10px;
    }
    .cat {
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 28px;
        text-align: left;
        color: #fff;
        background-color: #222;
    }
    .tp_estate__archive--ttl {
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 28px;
        text-align: left;
        color: #222;
        opacity: 0.7;
    }
}

#top-blog {
    background-color: #fff;
    .tp_blog__main {
        padding-top: 120px;
        padding-bottom: 120px;
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainh2 {
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 0.02em;
        line-height: 42px;
        text-align: center;
        color: #222;
        margin-top: 15px;
        margin-bottom: 58px;
    }
    .tp_blog__archive {
        margin-bottom: 64px;
    }
    .blog__archive--content {
        display: flex;
        align-items: center;
        gap: 24px;
        position: relative;
        padding-bottom: 32px;
        &::before, &::after {
            content: '';
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        &::before {
            width: 100%;
            background-color: #000;
            opacity: 0.25;
        }
        &::after {
            width: 246px;
            background-color: #000;
            transition: 0.3s;
        }
        &:hover {
            &::after {
                width: 100%;
            }
        }
        .main__archive--day {
            margin: 0;
        }
    }
}
#top-modelhouse {
    padding-bottom: 160px;
    .mh__head {
        background-color: #fff;
        img {
            max-width: 100%;
        }
    }
    .mainh2 {
        background-color: unset;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: 0.16em;
        text-align: center;
        color: #222;
    }
    .ft_modelhouse__item {
        display: flex;
        width: 360px;
    }
    .ft_modelhouse--fv {
        border: none;
    }
    .ft_modelhouse--logo {
        max-width: 100%;
        width: 100%;
        margin-top: 38px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }
    }
    .ft_modelhouse--title {
        margin-top: 37px;
    }
    .link__wrapper {
        order: 4;
        margin-top: 40px;
    }
}
.hoverzoom {
    overflow: hidden;
    &:hover {
        img {
            scale: 1.1;
        }
    }
}

#footer-contact {
    .ft_contact__content--maxcontent {
        padding-top: 38px;
        padding-bottom: 47px;
    }
    h2 {
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 0.15em;
        line-height: 44px;
        text-align: center;
        color: #fff;
        margin-bottom: 24px;
    }
    .ft_contact__content--text {
        max-width: 480px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 28px;
        text-align: left;
        color: #fff;
        margin-bottom: 32px;
    }
    .ft_contact__content.bk_green .ft_contact__content--illust {
        top: 65px;
        right: 2.8%;
        img {
            width: 108px;
        }
    }
    .ft_contact__content.bk_yellow .ft_contact__content--illust {
        top: 45px;
        left: 2.8%;
        img {
            width: 86px;
        }
    }
    .icon {
        aspect-ratio: 1/1;
        min-width: unset;
        width: 48px;
        border: none;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        &::before, &::after {
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            inset: 0;
            transition: opacity 0.2s
        }
        &::before {
            background-image: url(../img/top/mv-link-icon.svg);
        }
        &::after {
            background-image: url(../img/top/mv-link-icon-w.svg);
            opacity: 0;
        }
    }
    .ft_contact__content {
        &:hover {
            .icon {
                &::before {
                    opacity: 0;
                }
                &::after {
                    opacity: 1;
                }
            }
        }
    }
}





.tp_lineup__ttl img {
    height: 4em;
    margin-bottom: .8em;
}

.bk_white {
    background: #fff;
}

.tp_lineup {
    margin: 3em auto 0;
}

.tp_lineup__slider--menu .slick-slide {
    position: relative;
    margin: 0 1em;
    cursor: pointer;
}

.tp_lineup__slider--menu .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 55%);
}

.tp_lineup__slider--menu .slick-slide.slick-current:before {
    display: none;
}
.tp_lineup__slider--menu_img img {
    border-radius: 0 !important;
}
.tp_lineup__slider--flex {
    display: flex !important;
}

.tp_lineup__slider--content {
    width: 35%;
    padding: 0 4em;
}

.tp_lineup__slider--img {
    width: 65%;
}

.tp_lineup__slider--menu {
    margin-bottom: 3em;
}

.tp_lineup__slider--ttl {
    margin-bottom: 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.tp_lineup__slider--ttl img {
    display: inline-block !important;
    max-width: 100%;
    height: 3em;
    object-fit: contain;
    margin-bottom: 1em;
}

.tp_lineup__slider--text {
    margin-bottom: 3em;
    font-size: 12px;
}

.tp_lineup__slider--text a {
    display: block;
    width: fit-content;
    margin: 2em auto 0;
    border-bottom: solid 1px;
}

.tp_lineup__slider--img::after {
    width: 50px;
    height: 50px;
    background: url(../img/top/mainimg_icon_white.svg);
}

.tp_lineup__slider--main .slider-arrow {
    position: absolute;
    z-index: 100;
    top: calc(50% - 1.5em);
    cursor: pointer;
}

.tp_lineup__slider--main .slider-arrow img {
    height: 1.5em;
}

.tp_lineup__slider--main .slider-prev {
    left: 1em;
}

.tp_lineup__slider--main .slider-next {
    left: calc(35% - 2.5em);
    width: fit-content;
}

.tp_examples {
    margin: 4em 0;
}

.tp_banners {
    display: flex;
    justify-content: center;
    gap: 60px;
    background-color: #fff;
    margin-top: 70px;
    img {
        width: min(41.66vw, 500px);
        transition: none;
    }
}
@media only screen and (max-width: 780px) {
    .tp_banners {
        flex-direction: column;
        align-items: center;
        gap: 8vw;
        img {
            width: min(90vw, 500px);
        }
    }
}

.mainh2 span {
    display: block;
    margin-top: .5em;
    letter-spacing: 4px;
    color: #7e9168;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
}

.main__archive span {
    display: block;
    width: fit-content;
    padding: 0 1em;
    color: #fff;
    background: #222;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.main__archive--day {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
}

.event__archive--ttl {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

a.main__archive--content {
    margin-bottom: 3%;
}

.bk_sakaku_nami__white {
    width: 100%;
    height: 1em;
    background-color: #F9F7F1;
    background-image: url(../img/top/018.svg);
    background-position: center;
    background-size: auto 100%;
}
.bk_sakaku_nami {
    width: 100%;
    height: 1em;
    background-color: #fff;
    background-image: url(../img/top/nami.svg);
    background-position: center;
    background-size: auto 100%;
}

.tp_event__bk_white {
    position: relative;
    padding: 4em 0 5em;
}

.tp_event__ttl {
    position: relative;
    margin-bottom: 2em;
}

.tp_event__illust02 {
    position: absolute;
    top: -2em;
    left: -4em;
}

.tp_event__ttl h2 {
    margin-right: 1em;
    margin-bottom: 0;
}

.tp_event__text {
    font-size: 12px;
}

.tp_event__archive--content01 {
    width: 60%;
    margin-right: 5%;
}

.event__archive--img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.event__archive--img:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.event__archive--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

a:hover .event__archive--img img {
    width: 110%;
    height: auto;
}

.tp_event__archive--day {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    width: 10em;
    height: 3em;
    padding: 0 2.5em 0 .5em;
    background: url(../img/top/event_day.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.tp_event__archive--img_bigttl {
    margin-top: 10px;
    font-size: 16px;
}

.tp_event__archive--content02 {
    width: 35%;
}

.tp_event__archive--subcontent {
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}

.tp_event__illust03 {
    position: absolute;
    top: 50%;
    right: 0;
}

.tp_event__archive {
    position: relative;
    z-index: 1;
}

.tp_event__more_pc{
    margin-top: 30px;
}

.top_event__more_sp{
    display: none;
}

.tp_event__illust04 {
    position: absolute;
    bottom: 4em;
}

.bk_sakaku_nami__gray {
    width: 100%;
    height: 1em;
    background: url(../img/top/018_gray.svg);
    background-position: center;
    background-size: auto 100%;
}

.tp_blog__illust01 {
    position: relative;
    margin-top: -1em;
}

.tp_blog__main {
    padding: 4em 0;
}

.blog__archive--content {
    margin-bottom: 4%;
}

.ft_icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1em;
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 46px;
    a {
        overflow: hidden;
        img {
            height: 6em;
            margin-right: -2.5em;
        }
        &:hover img {
            margin-right: 0;
        }
    }
}

.ft_modelhouse h2 {
    padding: 0 2% 1em;
    letter-spacing: 8px;
    color: #525356;
    background: #fff;
    font-size: 30px;
    font-weight: 500;
}

.more_border a {
    display: inline-block;
    min-width: 18em;
    padding: .7em 3em;
    text-align: center;
    color: #cc7b4a;
    border: solid 1.5px #cc7b4a;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 500;
}

.ft_modelhouse__more.more_border {
    display: inline-block;
    min-width: 18em;
    padding: .7em 3em;
    text-align: center;
    color: #cc7b4a;
    border: solid 1.5px #cc7b4a;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 500;
}

.header-menu__formbutton .ft_modelhouse__more.more_border {
    border: none;
}

.ft_modelhouse a:hover .ft_modelhouse__more.more_border {
    color: #fff;
    background: #cc7b4a;
}

.ft_modelhouse .ft_modelhouse__bk_white h2 {
    color: #cc7b4a;
}

.ft_modelhouse a:hover .ft_modelhouse__bk_white h2 {
    color: #cc7b4a;
}

.ft_modelhouse a .ft_modelhouse__bk_white h2 img.img_hover {
    display: none;
}

.ft_modelhouse a:hover .ft_modelhouse__bk_white h2 img.img_hover {
    display: inline-block;
}

.ft_modelhouse a:hover .ft_modelhouse__bk_white h2 img.img_default {
    display: none;
}

.ft_modelhouse .ft_modelhouse__bk_white h2 img.img_default {
    display: none;
}

.ft_modelhouse h2 img {
    height: 1.5em;
    margin-bottom: .5em;
}

.ft_modelhouse__bk_white {
    padding: 0 2% 8em;
}

.ft_modelhouse__column{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;

}
@media(max-width:1100px) {
    .ft_modelhouse__column{
        margin: 50px auto 0;
        max-width: calc(286 * 3px);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:40px 4%;
    }

}
.ft_modelhouse__item{
  display: flex;
  flex-direction: column;
  width: 286px;
}
@media(max-width:1100px) {
    .ft_modelhouse__item{
        width: 100%;
    }
}
.ft_modelhouse--fv{
    border: 1px solid #9e9e9e;
    order: 1;
}


.ft_modelhouse--title{
    margin-top: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    order: 3;
}

.ft_modelhouse--logo{
    order: 2;
}

.ft_modelhouse__more02{
    order: 4;
}

.ft_contact__content {
    position: relative;
    width: 50%;
}

.bk_yellow {
    color: #fff;
    background: #c0a271;
}

.ft_contact__content--illust {
    position: absolute;
}

.ft_contact__content--illust img {
    width: 5em;
}

.ft_contact__content--maxcontent {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 3em;
    text-align: center;
}

.ft_contact__content--maxcontent h2 {
    margin-bottom: .5em;
    font-size: 20px;
}

.ft_contact__content--text {
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 13px;
    line-height: 2;
}

.ft_contact__content:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 20%);
}

.ft_contact__content--more {
    display: inline-block;
    min-width: 18em;
    padding: .7em 3em;
    color: #fff;
    border: solid 1.5px #fff;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 500;
}

.ft_contact__content:hover .ft_contact__content--more {
    color: #7f9068;
    background: #fff;
}

.ft_contact__content.bk_yellow:hover .ft_contact__content--more {
    color: #c0a271;
    background: #fff;
}

.ft_contact__content.bk_green .ft_contact__content--illust {
    right: 2em;
}

.ft_contact__content.bk_green .ft_contact__content--illust img {
    width: 6em;
}

.real_estate__more_border {
    margin-top: 4em;
}

footer#footer {
    padding: 96px 0 50px;
    color: #fff;
    background-color: #585858;
    a {
        color: #fff;
    }
    .footer__insta {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 96px;
        .link__wrapper {
            margin-top: 33px;
            .label {
                color: #fff;
                &::after {
                    background-color: #fff;
                }
            }
            .icon {
                &::before {
                    background-image: url(../img/top/mv-link-icon.svg);
                }
                &::after {
                    background-image: url(../img/top/mv-link-icon-w.svg);
                }
            }
        }
    }
    .ft_main__flex--logo {
        img {
            width: 248px;
            margin-bottom: 22px;
        }
        span {
            margin: 0;
            font-weight: bold;
            font-size: 20px;
            letter-spacing: 0.1em;
        }
    }
    .ft_main__flex--adress {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 26px;
    }
    .ft_main__flex--adress_sns {
        margin-top: 17px;
    }
    .footer__nav {
        margin-top: 56px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 56px;
        margin-bottom: 106px;
        .parent {
            margin: 0;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.05em;
            line-height: 26px;
            color: #fff;
            margin-bottom: 17px;
        }
        .child {
            margin: 0;
            margin-top: 7px;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: 0.05em;
            color: #fff;
            a {
                opacity: 0.6;
            }
            a:hover {
                opacity: 1;
            }
        }
    }
    .ft_main__menu {
        a {
            opacity: 0.6;
        }
        a:hover {
            opacity: 1;
        }
    }
}


.ft_main__flex--logo span {
    display: inline-block;
    margin-top: .5em;
    margin-left: -.6em;
    font-size: 17px;
    font-weight: 600;
}

.ft_main__flex--logo img {
    height: 3.5em;
}

.ft_main__flex--adress {
    margin-left: 4em;
    font-size: 13px;
}

.ft_main__flex--adress_sns img {
    height: 2.2em;
    margin-left: 1em;
}

.ft_main__flex--adress_sns ul {
    display: flex;
    align-items: center;
}

.ft_main__flex--adress_sns ul li .icon-youtube {
    height: 1.8em;
}

.ft_main__flex {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 1px #fff;
}

.ft_main__menu {
    justify-content: space-between;
}

.ft_main__menu--content a {
    margin-right: 3em;
    font-size: 12px;
}

.copyright {
    font-size: 10px;
}

.breadcrumbs {
    position: absolute;
    padding: .5em 1.3em;
    letter-spacing: 0;
    font-size: 10px;
}

.about_mv {
    position: relative;
}

.about_mv__illust {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.low_mainh1 {
    margin-bottom: 1.5em;
    font-size: 25px;
    font-weight: 500;
}

.low_mainh1 span {
    position: relative;
    display: block;
    width: auto;
    margin: .3em auto 0;
    margin-top: 0;
    padding-top: 1em;
    text-align: center;
    text-align: center;
    letter-spacing: 4px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
}

.low_mainh1 span:before {
    content: '';
    display: block;
    width: 3em;
    height: 1px;
    margin: 0 auto 1.5em;
    border-top: solid 1.5px #7e9168;
}

.about_main__content--h2 {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 2em;
    padding: 0 2em;
    background: url(../img/about/about_h2.svg);
    background-position: center;
    background-size: 100% auto;
    font-size: 18px;
    font-weight: 500;
}

.about_main__content--flex_ttl h3 {
    margin-bottom: 2em;
    text-decoration: underline;
    font-size: 26px;
    font-weight: 500;
    line-height: 2.2;

    text-decoration-thickness: 1.5px;
    text-underline-offset: 10px;
}

.about_main__content--flex_img img {
    width: 80%;
}

.about_main__content--flex {
    max-width: 1200px;
    margin: 0 auto;
}

.about_main__content {
    padding: 0 2% 6em;
}

.about_reason {
    padding: 4em 2% 0;
}

.about_reason__main--img {
    position: relative;
    z-index: 1;
}

.about_reason__main--text {
    position: relative;
    z-index: 1;
}


.about_reason__main--text p {
    font-size: 13px;
}

.about_reason__main--text h3 img {
    height: 5em;
    margin-right: 1em;
}

.about_reason__main--text h3 span {
    margin-top: .8em;
    font-size: 16px;
    line-height: 1.7;
}

.about_reason__main--text h3 {
    margin-bottom: 1em;
}

.about_reason__main--content {
    position: relative;
    margin-bottom: 5em;
}

.about_reason__main--bk_white {
    position: absolute;
    left: -5%;
    width: 110%;
    height: 70%;
    background: #fff;
}

.about_more {
    justify-content: center;
    margin-bottom: 4em;
}

.more_border.green a {
    color: #7e9168;
    border: solid 1.5px #7e9168;
}

.more_border a:hover {
    color: #fff;
    background: #cc7b4a;
}

.more_border.green a:hover {
    color: #fff;
    background: #7e9168;
}



.bk_green .ft_contact__content--more a:hover {
    color: #7e9168;
    background: #fff;
}

.bk_yellow .ft_contact__content--more a:hover {
    color: #c0a271;
    background: #fff;
}

.about_more__more a {
    margin: 0 1em;
}

.event_more_border {
    min-width: 280px;
    height: 60px;
}

.event_more_border a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 280px;
    max-width: 19em;
    height: 100%;
    margin: 0;
    margin: 0;
    padding: 0;
    border-radius: 999px;
    font-size: 16px;
}

.low_ttl {
    padding: 4em 0 1em;
}

.company_main__table--content {
    padding: 2em;
    border-top: solid 1px #a8a8aa;
}

.company_main__table--ttl {
    width: 20%;
}

.company_main__table--text {
    width: 80%;
}

.company_main__table {
    padding-bottom: 4em;
}

.company_access {
    padding: 4em 2%;
}

.company_access__map iframe {
    width: 100%;
    height: 35em;
}

.staff_main {
    padding: 6em 2% 0;
}

.staff_main__flex {
    position: relative;
    margin-bottom: 6em;
}

.staff_main__flex--img {
    position: absolute;
    order: 1;
    width: 55%;
    margin-left: 45%;
}

.staff_main__flex--content {
    position: relative;
    width: 55%;
}

.staff_main__flex--content h2 {
    margin-bottom: .5em;
    letter-spacing: 3px;
    font-size: 23px;
    font-weight: 500;
}

.staff_main__flex--text {
    padding: 3em;
}

.staff_main__flex--name {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    letter-spacing: 3px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
}

.staff_main__flex--name span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 1.7em;
    margin-right: 1em;
    padding: 0 1em;
    color: #fff;
    border-radius: 15px;
    background: #000;
    font-size: 13px;
}

.staff_main__flex--tokui {
    margin-top: 2em;
    padding-left: 1em;
    border-left: solid 2.5px;
    font-size: 12px;
}

.staff_main__flex--sikaku {
    color: #c0a271;
}

.staff_main__flex:nth-child(2n) .staff_main__flex--img {
    margin-left: 0;
}

.staff_main__flex:nth-child(2n) .staff_main__flex--content {
    margin-left: 45%;
}

.staff_main__flex:nth-child(2n) .staff_main__flex--content h2 {
    text-align: right;
}

.archive_search {
/*
    margin: 5em 0 2em;
    padding-bottom: 1em;
    border-bottom: solid .5px #525356;
*/
    padding-top: 88px;
    margin-bottom: 80px;
}

.archive_search__maincategory {
    width: 100%;
    margin-bottom: 1em;
}

.archive_search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.archive_search a {
/*
    margin-right: 1em;
    padding: .1em 1em;
*/
    padding: 4px 10px;
    color: #7e9168;
/*
    border-radius: 5px;
*/
    background: #dee3d8;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.archive_search a:hover {
    color: #fff;
    background: #7e9168;
}

.archive_search .active {
    color: #fff;
    background: #7e9168;
}

.search_noall.active {
    color: #7e9168;
    background: #dee3d8;
}

.archive_main {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 4em;
    .main__archive {
        display: flex;
        gap: 50px 56px;
    }
    a.main__archive--content {
        max-width: 472px;
        margin: 0;
        &:hover {
            .main__archive--img {
                img {
                    width: 100%;
                    scale: 1.1;
                }
            }
        }
    }
    .main__archive--img {
        margin-top: 10px;
        margin-bottom: 16px;
        &::before {
            display: none;
        }
        img {
            aspect-ratio: 472/307;
            width: 100%;
            height: auto;
            position: static;
            transform: unset;
            object-fit: cover;
            transform-origin: center;
        }
    }
    .main__archive--day {
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #7e9168;
        margin-bottom: 10px;
    }
    .main__archive--ttl {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 28px;
    }
}

.privacy_main {
    margin: 4em auto 6em;
}

.privacy_main__content--ttl {
    margin-bottom: .5em;
    font-size: 22px;
}

.privacy_main__content {
    margin-bottom: 3em;
}

.lineup_mv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.lineup_mv:before {
    content: '';
    display: block;
    padding-top: 15%;
}

.lineup_mv img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.lineup_ttl {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin: auto;
}

.lineup_ttl h1 {
    width: fit-content;
    margin: 0 auto;
    padding: 2em 4em 0;
    background: url(../img/lineup/022.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.lineup_menu__main {
    margin-left: auto;
    margin-right: auto;
    padding: 5em 2% 6em;
    text-align: center;
}

.lineup_menu__ttl {
    display: flex;
    gap: 26px;
    justify-content: center;
    align-items: end;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 29px;
    letter-spacing: 0.15em;
    &::before, &::after {
        content: '';
        background-image: url(../img/lineup/dots.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 62px;
    }
    &::before {
        background-position: left bottom;
    }
    &::after {
        background-position: right bottom;
        scale: -1 1;
    }
    span {
        padding-bottom: 2px;
    }
    em {
        color: #7e9168;
    }
}

.lineup_menu__ttl img {
    width: 33em;
    margin-bottom: 2em;
}
.lineup_menu__content.flex {
    justify-content: center;
    gap: 38px;
}
.lineup_menu__content a {
    width: 216px;
    margin-bottom: 4%;
    img {
        border-radius: 0;
    }
}

.slick-slider div {
    transition: none;
}

.lineup_main__content {
    margin: 4em 0 6em;
}

.lineup_main__mv--slider .slick-slide {
    margin: 0 1em;
}

.lineup_main__mv--content {
    width: 60%;
    padding: 4em 15% 3em 4em;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
            border-top-left-radius: 30px;
    background: #fff;
}

.lineup_main__mv--logo img {
    max-width: 100%;
    object-fit: contain;
    height: 3em;
    margin-bottom: 1em;
}

.lineup_main__mv--logo {
    margin-bottom: 1em;
    font-size: 17px;
}

.lineup_main__mv--logo span {
    margin-left: 15px;
}

.lineup_main__mv--text {
    margin-left: 15px;
    font-size: 12px;
}

.lineup_main__mv {
    position: relative;
    margin-bottom: 7em;
}

.lineup_main__mv--slider {
    position: absolute;
    bottom: -5em;
    width: 80%;
    max-width: 900px;
    margin-left: 50%;
}

.lineup_main__mv--img img {
    /* height: 17.43vw; */
    height: 305px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
            border-top-left-radius: 30px;

    object-fit: cover;
}

@media(max-width:1130px) {
    .lineup_main__mv--img img {
        height: 27vw;
    }
}

@media(max-width:780px) {
    .lineup_main__mv--img img {
        height: 220px;
    }
}

.lineup_main__mv--slider .slider-arrow {
    position: absolute;
    top: -4em;
}

.lineup_main__mv--slider .slider-arrow img {
    height: 2.5em;
}

.lineup_main__mv--slider .slider-prev {
    left: calc(50% - 7em);
}

.lineup_main__mv--slider .slider-next {
    left: calc(50% - 3em);
}

.lineup_main__osusume.maxwidth1000 {
    max-width: 800px;
    margin: 2em auto 2em;
}

.lineup_main__modelhouse--ttl img {
    height: 4.5em;
}

.lineup_main__modelhouse--content {
    margin-bottom: 3em;
    padding: 3em 4em 1em;
}

.low_lineup__ttl--ttl img {
    height: 3.5em;
    margin-bottom: 1.5em;
}

.low_lineup__ttl {
    padding: 4em 2% 5em;
}

.low_lineup_osusume {
    padding: 4em 0;
}

.low_lineup_osusume__ttl.maxwidth1000 {
    max-width: 800px;
    margin: 0 auto 3em;
}

.low_lineup_osusume__ttl.maxwidth1000 img {
    width: 100%;
}

.low_lineup_osusume__main--content {
    width: 60%;
    padding: 6em 15% 5em 4em;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
            border-top-left-radius: 30px;
    background: #fff;
}

.low_lineup_osusume__main--ttl {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: 500;
}

.low_lineup_osusume__main--ttl img {
    height: 3em;
    margin-bottom: 1em;
}

.low_lineup_osusume__main--content p {
    font-size: 13px;
}

.low_lineup_osusume__main--flex {
    position: relative;
    margin-bottom: 15%;
}

.low_lineup_osusume__main--img {
    position: absolute;
    width: 50%;
    margin-top: 5%;
    margin-left: 50%;
}

.low_lineup_osusume__main--img img {
    width: 100%;
}

.low_lineup_osusume__main--flex:nth-child(2n) .low_lineup_osusume__main--img {
    margin-left: 0;
}

.low_lineup_osusume__main--flex:nth-child(2n) .low_lineup_osusume__main--content {
    margin-left: 40%;
    padding: 6em 4em 5em 15%;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
            border-top-right-radius: 30px;
}

.low_lineup_osusume__madori--img {
    max-width: 700px;
    margin: 0 auto 4em;
}

.low_lineup__mainh2 {
    margin-bottom: 3em;
    padding-bottom: .5em;
    text-align: center;
    background: url(../img/paleta/011.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 22px;
    font-weight: 500;
}

.low_lineup_osusume__madori--gallery_img {
    margin-bottom: 4%;
}

.low_page_ttl {
    margin-bottom: 4em;
    padding: 5em 0 3em;
}

.low_examples_main__content {
    width: 65%;
    margin-right: 5%;
}

.low_examples_main__sidebar {
    width: 30%;
    height: fit-content;
    padding: 1.5em 1.5em;
    background: #fff;
}

.low_examples_main__content--ttl {
    margin-bottom: .5em;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
}

.low_examples_main__content--day {
    margin: .5em 0 2em;
    color: #7e9168;
    font-size: 12px;
}

.low_examples_main__content--day span {
    margin-left: 1em;
    padding: .3em 1em;
    letter-spacing: 0;
    color: #fff;
    border-radius: 3px;
    background: #525356;
    font-size: 11px;
}

.low_examples_main__content--text {
    margin: 3em 0;
}

.low_examples_main__content--text h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: .3em;
    border-bottom: solid 1px #7e9168;
    font-size: 18px;
    font-weight: 500;
}

.low_examples_main__content--text p {
    margin-bottom: 1.5em;
    font-size: 13px;
}

.low_page_main__content--slider .mainimg:after {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/top/mainimg_icon_gray_right.svg);
    background-position: left top;
    background-size: 100% 100%;
}

.low_examples_main__content--slider_main_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.low_examples_main__content--slider_main_img:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.low_examples_main__content--slider_main_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.low_examples_main__ft_banner--main {
    padding: 2em;
    background: url(../img/examples/benner_waku.png);
    background-size: 100% 100%;
}

.low_examples_main__ft_banner--text h3 {
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 500;
}

.low_examples_main__ft_banner--text p {
    margin-bottom: 1em;
    letter-spacing: 0;
    font-size: 12px;
}

.low_examples_main__ft_banner--text a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0;
    color: #cc7b4a;
    border-bottom: solid 1px;
    font-size: 12px;
}

.low_examples_main__ft_banner--ttl {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 0 2em;
    color: #cc7b4a;
    background: url(../img/examples/benner_midashi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    font-size: 18px;
    font-weight: 500;
}

.low_page_main__content--slider_sub .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: 0;
}

.low_page_main__content--slider_sub .slick-track .slick-slide {
    margin-top: .4em;
    margin-right: 1em;
}

.low_page_main__content--slider_main .slider-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 1.25em);
}

.low_page_main__content--slider_main .slider-arrow img {
    height: 2.5em;
}

.low_page_main__content--slider_main .slider-prev {
    left: 1em;
}

.low_page_main__content--slider_main .slider-next {
    right: 1em;
}

.slider-arrow {
    cursor: pointer;
}

.low_examples_main__content--slider_main_img {
    cursor: pointer;
}

.maxwidth800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2%;
}

.low_examples_main__ft {
    margin: 4em auto 0;
}

.low_back {
    align-items: center;
    width: 100%;
    margin: 4em auto;
}

.low_back__prev {
    text-align: right;
}

.low_back__prev a {
    display: inline-block;
    padding-left: 2em;
    background: url(../img/examples/003.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: .8em;
    font-size: 11px;
    line-height: 1.5;
}

.low_back__next {
    text-align: left;
}

.low_back__next a {
    display: inline-block;
    padding-right: 2em;
    background: url(../img/examples/004.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: .8em;
    font-size: 11px;
    line-height: 1.5;
}

.low_examples_main__sidebar--ttl {
    margin-bottom: .5em;
    padding: 3px 10px;
    background: #dcdcdd;
    font-weight: 500;
}

.low_examples_main__sidebar--menu {
    padding: 0 1em;
    font-size: 12px;
}

.low_examples_main__sidebar--content {
    margin-bottom: 2em;
}

.low_examples_main__sidebar--content:last-child {
    margin-bottom: 0;
}

.low_examples_main__sidebar--menu a {
    display: inline-block;
    width: 100%;
    padding: .7em 0;
    padding-right: 2em;
    border-bottom: solid 1px #dcdcdd;
    background: url(../img/examples/004.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: .5em;
}

a.main__archive--content span {
    display: block;
    width: fit-content;
    padding: 4px 10px;
    color: #fff;
    background: #222;
    font-size: 12px;
    font-weight: 500;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.low_examples_main__sidebar--archive {
    margin-top: 1em;
}

.low_examples_main__sidebar--archive a {
    display: block;
    margin-bottom: 1.5em;
}

.low_event_main__detail {
    margin-bottom: 1em;
    padding-top: 1em;
    border-top: solid .5px #525356;
}

.low_event_main__detail-ttl {
    width: 6em;
    margin-right: 1em;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
}

.low_event_main__detail-text {
    font-size: 13px;
}

.low_event_main__detail--content {
    margin-bottom: .7em;
}

.low_event_main__content--banner_h2 img {
    height: 2.5em;
    margin-bottom: 2em;
}

.low_event_main__content--banner_img {
    margin-bottom: 2em;
    text-align: center;
}

.low_event_main__content--banner_img img {
    width: auto;
    max-width: 600px;
}

.low_event_main__content--more {
    margin-bottom: 4em;

    gap: 10px;
}

.low_real_estate_main__content--banner {
    margin-bottom: 3em;
}

.low_real_estate_main__content--table {
    margin-bottom: 4em;
}

.low_real_estate_main__content--table_h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: .3em;
    border-bottom: solid 1px #7e9168;
    font-size: 18px;
    font-weight: 500;
}

.low_real_estate_main__content--table_content {
    display: flex;
    border-top: solid 1px #ccc;
}

.low_real_estate_main__content--table_ttl {
    width: 20%;
    padding: .8em 1em;
    color: #7e9168;
    background: #e5e9e1;
    font-weight: 500;
}

.low_real_estate_main__content--table_text {
    width: 80%;
    padding: .8em 1em;
    border-left: solid 1px #ccc;
}

.low_real_estate_main__content--table_text a {
    text-decoration: revert;
}

.low_real_estate_main__content--table_main {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.low_real_estate_main__access {
    margin-bottom: 4em;
}

.low_real_estate_main__syuhen--slider .slider-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 1.25em);
}

.low_real_estate_main__syuhen--slider .slider-prev {
    left: -3em;
}

.low_real_estate_main__syuhen--slider .slider-next {
    right: -3em;
}

.low_real_estate_main__syuhen--slider .slider-arrow img {
    height: 2.5em;
}

.low_real_estate_main__syuhen--slider_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: .5em;
}

.low_real_estate_main__syuhen--slider_img:before {
    content: '';
    display: block;
    padding-top: 55%;
}

.low_real_estate_main__syuhen--slider_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.low_real_estate_main__syuhen--slider .slick-slide {
    margin: 0 1em;
}

.tp_event__archive--img_bigimg:before {
    padding-top: 60%;
}

.tp_event__archive--img_bigimg img {
    width: 100%;
    height: auto;
}

a:hover .tp_event__archive--img_bigimg img {
    width: 110%;
    height: auto;
}

.low_lineup_osusume__renovation--content {
    margin-bottom: 4%;
}

.low_lineup__ttl--ttl.low_lineup__ttl--ttl_renovation img {
    height: 5em;
}

.low_lineup_plan__main--flex {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 7em;
    padding: 0 2%;
}

.low_lineup_plan__main--bk_illust {
    position: absolute;
    top: -4em;
    left: -2em;
}

.low_lineup_plan__main--bk_illust img {
    height: 8em;
}

.low_lineup_plan__main--content {
    position: relative;
    padding: 3em 1em 3em 3em;
}

.low_lineup_plan__main--content h3 {
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: 500;
}

.low_lineup_plan__main--content p {
    margin-bottom: 0;
    font-size: 13px;
}

.low_lineup_plan__main--bk_white {
    position: absolute;
    width: 60%;
    height: 80%;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
            border-top-right-radius: 30px;
    background: #fff;
}

.low_lineup_plan__main--sample_img img {
    width: 90%;
    margin-left: -2em;
}

.low_lineup_plan__main--img {
    position: relative;
    margin-top: 8em;
}

.low_lineup_plan__main--flex:nth-child(2n) .low_lineup_plan__main--bk_white {
    margin-left: 40%;
}

.low_lineup_plan__main--flex:nth-child(2n) .low_lineup_plan__main--bk_illust {
    right: -4em;
    left: unset;
}

.low_lineup_plan__main--flex:nth-child(2n) .low_lineup_plan__main--content {
    order: 1;
    padding: 3em 1em 3em 5em;
}

.low_lineup_flow__main {
    margin-top: -2em;
    margin-bottom: 2em;
}

.low_lineup_flow__main--content {
    margin-bottom: 1em;
    padding: 2em 3em;
    border-left: solid 4px rgb(126 145 104 / 50%);
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
            border-top-right-radius: 30px;
}

.low_lineup_flow__main--content h3 {
    margin-bottom: .3em;
    font-size: 16px;
}

.low_lineup_flow__main--content h3 span {
    font-size: 21px;
}

/*アコーディオン*/
.renovation__toggle {
    display: none;
}

.renovation__Label {
    display: block;
    /*タイトル*/
    padding: 1em;
    color: #fff;
    background: #019ac6;
}

.renovation__Label::before {
    content: '';
    position: absolute;
    top: calc(50% - 1em);
    right: 20px;
    width: 2em;
    height: 2em;
    background: url(../img/renovation/013.svg);
    background-size: 100%;
}

.renovation__Label,
.renovation__content {
    transition: all .3s;
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.renovation__content {
    overflow: hidden;
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 1em;
}

.renovation__toggle:checked + .renovation__Label + .renovation__content {
    height: auto;
    padding: 1em;
    transition: all .3s;
    background: #fff;
}

.renovation__toggle:checked + .renovation__Label::before {
    background: url(../img/renovation/014.svg);
    background-size: 100%;
}

.low_lineup_plan__main {
    width: 100%;
}

.renovation__content--slider .slider-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 1.25em);
}

.renovation__content--slider .slider-arrow img {
    height: 2.5em;
}

.renovation__content--slider .slider-prev {
    left: 1em;
}

.renovation__content--slider .slider-next {
    right: 1em;
}

.renovation__content--slider {
    margin: 2em 0 0;
}

.renovation__content--slider_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: .2px;
    border-top: solid 1px #fff;
}

.renovation__Label h3 {
    font-size: 14px;
}

/*アコーディオン END*/
.wp-pagenavi {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    .page,
    .previouspostslink,
    .nextpostslink,
    .current {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 9999px;
        aspect-ratio: 1/1;
        width: 50px;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 1;
        color: #222;
        border: none;
    }
    .previouspostslink,
    .nextpostslink {
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        width: 32px;
        &::before, &::after {
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            inset: 0;
            transition: opacity 0.5s;
        }
        &::before {
            background-image: url(../img/top/link-icon-b.svg);
        }
        &::after {
            background-image: url(../img/top/link-icon-w.svg);
            opacity: 0;
        }
        &:hover {
            &::before {
                opacity: 0;
            }
            &::after {
                opacity: 1;
            }
        }
    }
    .previouspostslink {
        scale: -1 1;
    }
    .current {
        background-color: #fff;
    }
}

.low_back__button--back a {
    min-width: unset;
    border: none;
    display: inline-block;
    padding: 1em 5em;
    letter-spacing: 4px;
    color: #fff;
    border-radius: 34px;
    background: linear-gradient(to right, #202124, #525356);
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    &:hover {
        background-image: linear-gradient(to right, #cc7b4a, #dba17f);
    }
}




strong {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

.white-marker {
    padding-bottom: 3px;
    /* background:rgba(0, 0, 0, 0) linear-gradient(transparent 45%, rgba(255,255,255,.8) 0%) repeat scroll 0 0; */
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, rgba(255, 255, 255, .8) 0%) repeat scroll 0 0;
}

/*********　
*　event 改修
************/

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

.cstm_event01_body{
    width: calc(658 / 1142 * 100%);
}

.cstm_event01_thumb{
    width: calc(443 / 1142 * 100%);
}
.cstm_event01_thumb img{
    width: 100%;
    height: auto;
}

.cstm_event_title01{
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
}

.cstm_event_text01{

}
.cstm_event_days{
    margin-top: 20px;
}
.cstm_event_days img{
    margin: 0 auto;
    width: 100%;
    max-width: 657px;
    height: auto;
}
.cstm_event01_red{
    color: #B02E39;
    font-size: 18px;
    font-weight: 700;
}

.cstm_event02{
    margin-top: 40px;
    text-align: center;
}

.cstm_event02 img{
    margin: 0 auto;
    max-width: 651px;
    width: 100%;
    height: auto;
}

.cstm_event03{
    display: flex;
    justify-content: center;
}

.cstm_event03_item{
    width: calc(500 / 1142 * 100%);
}

.cstm_event03_item img{
    width: 100%;
    height: auto;
}

.cstm_event04{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

* + .cstm_event04{
    margin-top: 62px;
}

.cstm_event04_title img{
    max-width: 208px;
    width: 100%;
    height: auto;
}

.cstm_event04_title + p{
    margin-top: 1em;
}

.cstm_event04_body{
    width: calc(635 / 1142 * 100%);
}

.cstm_event04_thumb{
    width: calc(396 / 1142 * 100%);
}

.cstm_event04_thumb img{

    max-width: 396px;
    width: 100%;
    height: auto;
}

/* モーダル追加 */

#modal-1 {
 display: none;
}
  
  #modal-1.is-open {
    display: block;
  }
  
  .c-modal01{
  }
  
  .c-modal01-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .c-modal01-box {
    background-color: #fff;
    padding: 40px 30px;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 410px;
    max-height: 100vh;
    width: 100%;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
  }
  
  .c-modal01-header {
    position: relative;
  }
  
  .c-modal01-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 500;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
    color: #668d00;
    line-height: 1.25;
    box-sizing: border-box;
    border: none !important;
  }
  
  .c-modal01-close {
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    position: absolute;
    right: -20px;
    top:-30px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
  }
  .c-modal01-close .icon{
    position: relative;
    margin-right: 4px;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #000;
    transition: all 1s; /* アニメーション設定 */
  
  }
     
  .c-modal01-close .icon::before, .c-modal01-close .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 22px;
    background: #fff;
  }
    
  .c-modal01-close .icon::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
    
  .c-modal01-close .icon::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  
  
  .c-modal01-contents{
    margin-top: 25px;
  }
  
  .c-modal01-contents .flowlist{
    padding-left: 2em;
    list-style: decimal;
  }
  
  .c-modal01-contents .flowlist li{
    margin-top: 1em;
  }
  
  .c-modal01-contents .flowlist li::marker {
    font-size: 130%;
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
    .c-modal01-contents{
      font-size: 13px;
    }
  }

  .c-title_reserve {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
  
  .c-reserve-flow{
    margin: 60px auto 0;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    display: block;
    border: none;
    color: #000;
    background-color: transparent;
    cursor: pointer;
  }
  
  .c-reserve-flow:hover,.c-reserve-flow:focus{
  
  
  }
  
  .c-reserve-flow .icon{
    position: relative;
    display: inline-block;
    padding-left: 1.75em;
    
  }
  .c-reserve-flow .icon::before{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 1.5em;
    width: 1.5em;
    background: #668d00;
    -webkit-mask-image: url(../img/event/sign.svg);
    -webkit-mask-size: cover;
    mask-image: url(../img/event/sign.svg);
    mask-size: cover;
    transition: background ease-in-out 0.3s;
  }
  
  .c-reserve-flow .marker {
    display: inline;
    background-image: linear-gradient(90deg, #fcf69f, #fcf69f);
    background-repeat: no-repeat;
    background-position: left bottom; 
    background-size: 0 40%;
    transition: all 0.8s ease; 
    cursor: pointer;
  }
  
  /* マーカーホバー時 */
  .c-reserve-flow .marker:hover {
    background-size: 100% 40%;
  }

.form-wrap{
  margin:50px auto 0;
  max-width: 1000px;
  width: 92%;
}
.form-inner{
  margin:40px auto 0;
  max-width: 1000px;
  width: 92%;
}
.form-title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .form-wrap{
    margin:50px auto 0;
  }
  .form-title{
    font-size: 20px;
  }
}

#container:has(.page-modelhouse) {
    .ft_modelhouse {
        display: none;
    }
}

.emphasis {
    span {
        position: relative;
        &::before {
            content: "";
            position: absolute;
            top: -4px;
            left: 50%;
            display: block;
            aspect-ratio: 1/1;
            width: 4px;
            border-radius: 9999px;
            transform: translateX(-50%);
            background-color: #222;
        }
    }
}

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

.more {
    a {
        .label {
            font-size: 14px;
            letter-spacing: 0.1em;
        }
    }
}

} /* end of mobile */