html {
    Scroll-behavior: smooth
}

body {
    font-family: "Shippori Mincho", serif;
    color: #2f201b;
    background: #f6f5f1;
}

p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.gray {
    background: #e8e4dc;
}

.light {
    background: #f6f5f1;
    padding-bottom: 2rem;
}

.white {
    background: #fff;
    box-shadow: 0 0 12px #e0deda;
}

.container {
    max-width: 1140px;
}

h2 {
    font-size: 1.8rem;
}

h2::after {
    content: attr(data-englishSub);
    color: #b3a48b;
    font-size: 1.2rem;
    display: block;
}

h3 {
    color: #b3a48b;
    font-size: 1.5rem;
    font-weight: 600;
}

.subtitle {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}

.title_border {
    border-bottom: 1px solid #b3a48b;
}

small {
    display: inline-block;
    font-size: 70%;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

button {
    border: none;
    background: none;
}

button:focus {
    outline: none;
}

a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: default;
}

/*画像リンク*/
.image_link a, .image_link_g a {
    position: relative;
}

.image_link a::before, .image_link_g a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #db4f2e;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .4s;
}

.image_link_g a::before {
    background: #b3a48b;
}

.image_link a:active::before {
    opacity: .3;
}

.image_link_g a:active::before {
    opacity: .6;
}

/*KV*/
.kv {
    background-image: url(../img/topimage_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    padding-bottom: 202%;
}

.kv .logo {
    position: absolute;
    top: 0.7%;
    left: 1.5%;
    width: 25%;
}

.kv p {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.text-area {
    position: absolute;
    bottom: 50%;
    transform: translate(0, 83.5%);
    width: 100%;
    padding: 0 4%;
}

.h1_before {
        font-size: clamp(14px, 4vw, 32px);
        letter-spacing: -0.05rem;
        margin-bottom: 1.2%;
    }

h1{
    font-size: 0;
    margin: 0;
    padding: 3% 0;
}

.h1_area {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 3%;
}

.h1_sub {
    font-size: 5.4vw;
    line-height: 1.4;
}

.h1_main {
    font-size: 8.5vw;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.1rem;
}

.kv_intro {
    font-size: clamp(13px, 3.5vw, 32px);
    line-height: 1.5;
    margin-bottom: 3%;
    letter-spacing: -0.02rem;
}

.results {
    justify-content: center;
}

.results p {
    margin-bottom: 0;
    text-shadow: 0 0 10px #726551;
}

.results_child {
    background-image: url(../img/results_sp.jpg);
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 17.5%;
    margin-bottom: 2%;
    position: relative;
}

.posi_01 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.results_child .p_01 {
    font-size: clamp(12px, 3.2vw, 21px);
    line-height: 1.3;
    display: inline-block;
}

.results_child .p_02 {
    font-size: clamp(26px, 7.7vw, 50px);
    line-height: 1;
}

.results_child .p_03 {
    font-size: clamp(12px, 4vw, 31px);
    line-height: 1;
}

.results_child .p_04 {
    font-size: clamp(11px, 2.5vw, 20px);
    line-height: 1.4;
}

.child_inner01 {
    width: 31%;
}

.child_inner02 {
    width: 38%;
}

.triangle1 {
    background: #fff;
    height: clamp(12px, 3.6vw, 22px);
    width: clamp(6px, 1.8vw, 11px);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    margin: 0 0.5%;
}

.occupancy_sp {
    padding: 9% 0;
}

/*CTAエリア*/
.cta_area {
    background: url(../img/cta_bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #fff;
    font-size: 1.5rem;
}

.cta_area::before {
    content: '';
    background: inherit;
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background-color: #fff;
}

.cta_area p {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.cta_bg {
    background-color: rgba(47, 32, 27, 0.85);
}

.cta_lg {
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
}

.lh {
    line-height: 2.1;
}

.cta_area figure {
    padding-bottom: 76%;
}

.cta_img1 {
    position: absolute;
    width: 50%;
    transform: rotate(-5deg);
    top: -2%;
    left: 4%;
    z-index: 5;
    box-shadow: 2px 2px 8px rgba(30, 26, 24, 0.6);
}

.cta_img2 {
    position: absolute;
    width: 50%;
    transform: rotate(5deg);
    top: -4%;
    left: 46%;
    z-index: 4;
    box-shadow: 2px 2px 8px rgba(30, 26, 24, 0.6);
}

.cta_img3 {
    position: absolute;
    width: 49%;
    transform: rotate(-11deg);
    top: 42%;
    left: 11%;
    z-index: 3;
    box-shadow: 2px 2px 8px rgba(30, 26, 24, 0.6);
}

.cta_img4 {
    position: absolute;
    width: 35%;
    transform: rotate(10deg);
    top: 42%;
    right: 11%;
    z-index: 3;
    box-shadow: 2px 2px 8px rgba(30, 26, 24, 0.6);
}

.contact a, .fixed_contact a  {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: #db4f2e;
    border: 3px solid #fff;
    border-radius: 35px;
    width: 100%;
    transition: .5s;
}

.fixed_contact {
    width: 300px;
    position: fixed;
    right: 78px;
    bottom: 15px;
    transition: .5s;
}

.contact a::after, .fixed_contact a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 30px;
    border-radius: 1px;
}

.fixed_contact a::after {
    top: 43%;
    right: 20px;
}

.contact a:active, .fixed_contact a:active {
    color: #db4f2e;
    background-color: #fff;
    border: 3px solid #db4f2e;
    font-weight: 800;
}

.contact a:active::after, .fixed_contact a:active::after {
    border-bottom: 3px solid #db4f2e;
    border-right: 3px solid #db4f2e;
}

/*導入*/
.intro {
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: #b3a48b;
    border-bottom: 2px solid #b3a48b;
    line-height: 1.2;
}

/*nav*/
.text-s {
    font-size: .8rem;
}

ul {
    padding-inline-start: 0;
}

.menu {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    height: clamp(56px, 6.5vh, 62px);
    background: #b3a48b;
    border: 3px solid #b3a48b;
    transition: .4s;
}

.menu a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.menu a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 15px;
    border-radius: 1px;
}

.menu:active {
        background: #fff;
    }

    .menu a:active {
        color: #b3a48b;
        font-weight: 700;
    }

    .menu a:active::after {
        border-bottom: 3px solid #b3a48b;
        border-right: 3px solid #b3a48b;
    }

/*セレの6つの強み*/
.card {
    border: none;
    border-radius: 0;
    background: #f6f5f1;
    box-shadow: 0 0 12px #d3d0c9;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ribbon, .ribbon2 {
    position: relative;
    padding: 8px 5px 8px 35px;
    color: #FFF;
    background: #b3a48b;
    margin: -20px -20px 0 -30px;
}

.ribbon::before, .ribbon2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 10px #917e63;/*折り返し部分*/
}

#signature h4 {
    font-size: 1.3rem;
    position: relative;
    padding-left: 1.6rem;
}

#signature h4::before {
    position: absolute;
    content: attr(data-number);
    display: inline-block;
    background: #fff;
    color: #b3a48b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    left: -0.3rem;
    top: -5%;
}

/*思わず振り向いてしまう建物を My Style vintage*/
#design h2 img {
    width: 220px;
}
.d-col .col-6 {
    padding: 0 5px;
}

.d-col {
    margin: 0 10px;
}

/*空間設計*/
.triangle2 {
    background: #b3a48b;
    height: 30px;
    width: 60px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin: 0 auto;
}

.ribbon2 {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: -18px -20px 14px -30px;
}

.ribbon2::before {
    border-bottom: solid 10px transparent;
    border-right: solid 15px #917e63;/*折り返し部分*/
}

#space_plan h3 {
    color: #fff;
}

#space_plan h3::before, #space_plan h3::after {
    content: none;
}

#space_plan h4 {
    color: #b3a48b;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: .4s;
}

#space_plan h4::before {
    content: "";
    height: 1px;
    flex-grow: 1;
    margin-right: 10px;
    background-color: #b3a48b;
    transition: .4s;
}

#space_plan h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    margin-left: 10px;
    background-color: #b3a48b;
    transition: .4s;
}

#space_plan .detail .subtitle {
    color: #2f201b;
    line-height: 1.3;
    margin: 0 auto;
    transition: .4s;
}

.detail a {
    transition: .4s;
}

.detail img {
    outline: 2px solid #fff;
}

.type {
    padding-left: 8px;
    padding-right: 8px;
}

.more {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    position: relative;
    color: #b3a48b;
    background: #fff;
    border: 1px solid #b3a48b;
    border-radius: 35px;
    padding: 3px 25px;
}

.more::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #b3a48b;
    border-right: 2px solid #b3a48b;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 8%;
    border-radius: 1px;
}

#space_plan .detail a:active {
    background: #b3a48b;
}

#space_plan .detail a:active h4 {
    color: #fff;
    font-weight: 500;
}

#space_plan .detail a:active h4::before, #space_plan .detail a:active h4::after {
    background-color: #fff;
}

#space_plan .detail a:active .subtitle {
    color: #fff;
    font-weight: 500;
}

/*セレの品質と技術力*/
.btn {
    border: none;
    padding: 0;
}

.btn:focus {
    box-shadow: none;
}

.tech_support button {
    pointer-events: none;
}

.modal-body {
    padding: 0;
}

/*よくあるご質問*/
#accordion_menu .q_border {
    border-bottom: 1px solid #b3a48b;
    cursor: pointer;
    position: relative;
}


#accordion_menu .q_border::before {
    position: absolute;
    display: inline-block;
    content: "Q";
    font-size: 1.4rem;
    color: #fff;
    background: #b3a48b;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    top: -3px;
    line-height: 31px;
    text-align: center;
}

#accordion_menu .q_title {
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
    padding-left: 45px;
    padding-right: 40px;
}

#accordion_menu .q_title[data-toggle="collapse"]::before, #accordion_menu .q_title[data-toggle="collapse"]::after {
    content: "";
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #b3a48b;
    position: absolute;
    right: 15px;
    top: 14px;
    margin: auto;
}

#accordion_menu .q_title[aria-expanded=false]::after {
    transform: translateY(-50%) rotate(-90deg);
    top: 15px;
    transition: 0.4s;
}

#accordion_menu .q_title[aria-expanded=true]::after {
    transform: rotate(0);
    transition: 0.4s;
}

#accordion_menu p {
    margin-bottom: 1.4rem;
}

#accordion_menu .q_text {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-left: 42px;
}

/*フォーム*/
.hsfc-Step .hsfc-Step__Content {
    padding-right: 20px;
    padding-left: 20px;
}

/*フッター*/
footer {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
}

footer .logo img {
    width: 200px;
    transition: .4s;
}

footer .logo img:active {
    opacity: .7;
}

address {
    font-size: 14px;
    line-height: 1.3;
}

.copyright {
    background: #b3a48b;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.copyright a {
    color: #fff;
    transition: .4s;
}

.copyright a:active {
    opacity: .7;
}

/*ページトップへ戻るボタン*/
.pagetop {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 86px;
    width: 53px;
    height: 53px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #b3a48b;
    z-index: 10;
    transition: .4s;
}

.pagetop::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 52%;
    right: 14px;
    border-radius: 1px;
    transition: .4s;
}

.pagetop:active {
    background-color: #fff;
    border: 3px solid #b3a48b;
}

.pagetop:active::before {
    border-top: 3px solid #b3a48b;
    border-right: 3px solid #b3a48b;
}

/*メニューをページ下部に固定*/
.sp-fixed-menu {
   position: fixed;
   width: 100%;
   right: 0px;
   bottom: 0px;
   opacity: 0.9;
   z-index: 99;
   background: #db4f2e;
   font-weight: 500;
   transition: .5s;
}

.sp-fixed-menu:active {
  background: #fff;
  font-weight: 700;
  border-top: 3px solid #db4f2e;
  opacity: 1;
}

/*ボタンを調整*/
.sp-fixed-menu a {
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
   font-size: 14px;
   transition: .2s;
}

.sp-fixed-menu:active a {
  color: #db4f2e;
}

/*フォームまでスクロールで消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media (min-width: 576px) {
    .kv {
        padding-bottom: 196%;
    }

    .text-area {
        bottom: 3.7%;
        transform: translate(0, 0);
    }

    .results_child {
        background-size: 90% auto;
        padding-bottom: 15.8%;
        margin-bottom: 1.5%;
    }

    .results_child .p_01 {
        font-size: clamp(12px, 3vw, 21px);
    }

.results_child .p_02 {
        font-size: clamp(26px, 7.5vw, 50px);
    }

.results_child .p_03 {
        font-size: clamp(12px, 4vw, 31px);
    }

.results_child .p_04 {
        font-size: clamp(11px, 2.2vw, 20px);
    }

    .child_inner01 {
        width: 25%;
    }

    .child_inner02 {
        width: 33%;
    }

    .kv_intro {
        font-size: 3.5vw;
        letter-spacing: normal;
    }

    .intro {
        line-height: 1.5;
    }

    h3 {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
    }

    h3::before {
        content: "";
        height: 1px;
        flex-grow: 1;
        margin-right: 20px;
        background-color: #b3a48b;
    }

    h3::after {
        content: "";
        height: 1px;
        flex-grow: 1;
        margin-left: 20px;
        background-color: #b3a48b;
    }

    .h3-inner {
        display: inline-block;
        text-align: center;
    }

    .cta_lg {
        font-size: 1.8rem;
    }

    .cta_area figure {
        padding-bottom: 33%;
    }

    .cta_img1 {
        width: 39%;
        transform: rotate(-5deg);
        top: 8%;
        left: 0%;
    }

    .cta_img2 {
        width: 39%;
        transform: rotate(0);
        top: -7%;
        left: 29%;
    }

    .cta_img3 {
        width: 39%;
        transform: rotate(5deg);
        top: 0%;
        left: 52%;
    }

    .cta_img4 {
        width: 22%;
        transform: rotate(10deg);
        top: 28%;
        right: 0.5%;
    }

    .q_title {
        font-size: 1.25rem;
    }

    .modal-dialog {
        width: 90%;
        max-width: 1140px;
    }
}

@media (min-width: 768px) {
    /*KV*/
    .kv {
        background-image: url(../img/topimage.jpg);
        padding-bottom: 49%;
    }

    .kv .logo {
        top: 1%;
        left: 2.5%;
        width: 10%;
    }

    .text-area {
        width: 46%;
        padding: 0 2.5%;
        bottom: 50%;
        transform: translate(0, 54.3%);
    }

    .h1_before {
        font-size: clamp(15px, 1.8vw, 50px);
        margin-bottom: 1.6%;
    }

    h1{
        font-size: 0;
        margin: 0;
    }

    .h1_area {
        line-height: 1.1;
        margin: 0 auto 3%;
        max-width: 1100px;
    }

    .h1_sub {
        font-size: clamp(18px, 2.2vw, 65px);
        line-height: 1.6;
    }

    .h1_main {
        font-size: clamp(28px, 3.8vw, 100px);
    }

    .kv_intro {
        font-size: clamp(14px, 1.5vw, 40px);
        line-height: 1.4;
        margin-bottom: 3%;
    }

    .results {
        justify-content: center;
    }

    .results p {
        margin-bottom: -5%;
        text-shadow: 0 0 10px #726551;
    }

    .results_child {
        background-image: url(../img/results.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: clamp(94px, 13vw, 210px);
        height: clamp(94px, 13vw, 210px);
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0.5%;
        margin-bottom: 0;
    }

    .results_child .p_01 {
        font-size: clamp(12px, 1.2vw, 20px);
        line-height: 1.2;
    }

    .results_child .p_02 {
        font-size: clamp(20px, 3vw, 50px);
        line-height: 1;
    }

    .results_child .p_03 {
        font-size: clamp(12px, 1.2vw, 20px);
        line-height: 1;
    }

    .results_child .p_04 {
        font-size: clamp(11px, 1vw, 16px);
        line-height: 1.2;
    }

    .occupancy_sp {
        padding: 10% 0;
    }
    /*KVここまで*/

    .intro {
        font-size: 3.3vw;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.65rem;
    }

    h3::before {
        content: none;
    }

    .tech_support h3::after {
        content: none;
    }

    h4 {
        font-size: 1.2rem;
    }

    .cta_area {
        font-size: 1.8rem;
    }

    .cta_lg {
        font-size: 2rem;
    }

    .cta_img1 {
        width: 38%;
        top: 14%;
        left: 1%;
    }

    .cta_img2 {
        width: 38%;
        top: -4%;
    }

    .cta_img3 {
        width: 38%;
        top: 5%;
    }

    .cta_img4 {
        width: 21%;
        top: 35%;
        right: 1.5%;
    }

    /*モーダル*/
    .tech_support [type=button]:not(:disabled), .tech_support button:not(:disabled) {
        cursor: pointer;
    }

    .tech_support button {
        pointer-events: auto;
    }

    .zoom {
        position: relative;
    }

    .zoom::before {
        position: absolute;
        content: "";
        background: url(../img/zoom.svg);
        width: 25px;
        height: 25px;
        bottom: 10px;
        right: 10px;
        opacity: .6;
    }

    .zoom:hover::before {
        opacity: 1;
    }

    footer .logo {
        border-right: 1px solid #b3a48b;
    }

    address {
        line-height: 1.2;
    }

    .pagetop {
        right: 15px;
        bottom: 39px;
    }
}

@media (min-width: 992px) {
    .kv .logo {
        top: 2%;
    }

    .h1_area {
        margin: 0 auto 4%;
    }

    .kv_intro {
        line-height: 1.5;
        margin-bottom: 4%;
    }

    .results_child .p_02 {
        line-height: 1.2;
    }

    .intro {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    .tech_support h3::after {
        content: "";
    }

    .tech_support .opp h3::before {
        content: "";
    }

    .tech_support .opp h3::after {
        content: none;
    }
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
    .menu:hover {
        background: #fff;
    }

    .menu a:hover {
        color: #b3a48b;
        font-weight: 700;
    }

    .menu a:hover::after {
        border-bottom: 3px solid #b3a48b;
        border-right: 3px solid #b3a48b;
    }

    .image_link a:hover::before {
        opacity: .3;
    }

    .image_link_g a:hover::before {
        opacity: .6;
    }

    .contact a:hover, .fixed_contact a:hover {
        color: #db4f2e;
        background-color: #fff;
        border: 3px solid #db4f2e;
        font-weight: 800;
    }

    .contact a:hover::after, .fixed_contact a:hover::after {
        border-bottom: 3px solid #db4f2e;
        border-right: 3px solid #db4f2e;
    }

    #space_plan .detail a:hover {
        background: #b3a48b;
    }

    #space_plan .detail a:hover h4 {
        color: #fff;
        font-weight: 500;
    }

    #space_plan .detail a:hover h4::before, #space_plan .detail a:hover h4::after {
        background-color: #fff;
    }

    #space_plan .detail a:hover .subtitle {
        color: #fff;
        font-weight: 500;
    }

    .pagetop:hover {
        background-color: #fff;
        border: 3px solid #b3a48b;
    }

    .pagetop:hover::before {
        border-top: 3px solid #b3a48b;
        border-right: 3px solid #b3a48b;
    }

    footer .logo img:hover {
        opacity: .7;
    }

    .copyright a:hover {
        opacity: .7;
    }
}