@import url('https://fonts.googleapis.com/css2?family=Lora:ital@0;1&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
    --gray: #acb7c3;
    --navy: #002448
}

html,
body {
    width: 100%;
    color: #002448;
    font-feature-settings: "palt";
}

* {
    box-sizing: border-box !important;
    min-height: 1px;
    min-width: 1px
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%
}

.mv {
    overflow-x: hidden;
}

.orange {
    color: #f3672a
}

body {
    background-color: #f0f0eb;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    line-height: 1.75;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-align: justify;
    overflow-x: hidden;
}

li {
    list-style: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto
}

a {
    color: unset;
    text-decoration: none;
    display: inline-block
}

.serif {
    font-family: "Zen Old Mincho", serif
}

.lora {
    font-family: "Lora", serif
}

.light {
    font-weight: 300
}

.normal {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.extrabold {
    font-weight: 800
}

.black {
    font-weight: 900
}

.main_color {
    color: var(--main--color)
}

/* 汎用リスト */
.com-list01 li {
    position: relative;
    padding-left: 1em;
}
.com-list01 li::before {
    content: '\30FB';
    position: absolute;
    left: 0;
}

/* テキスト */
.text-c {
    text-align: center;
}

@media(min-width: 1001px) {
    a {
        transition: .3s ease-in-out
    }

    img {
        transition: .3s ease-in-out
    }

    a:active,
    a:hover,
    a:hover img {
        opacity: .7
    }

    .img_hidden {
        opacity: 0;
        transition: 1s
    }

    .img_open {
        -moz-animation: imgfade 1s linear 0s 1 normal forwards;
        -webkit-animation: imgfade 1s linear 0s 1 normal forwards;
        -o-animation: imgfade 1s linear 0s 1 normal forwards;
        -ms-animation: imgfade 1s linear 0s 1 normal forwards
    }

    .img_open.ih2 {
        -moz-animation: imgfade 1s linear .3s 1 normal forwards;
        -webkit-animation: imgfade 1s linear .3s 1 normal forwards;
        -o-animation: imgfade 1s linear .3s 1 normal forwards;
        -ms-animation: imgfade 1s linear .3s 1 normal forwards
    }

    .img_open.ih3 {
        -moz-animation: imgfade 1s linear .6s 1 normal forwards;
        -webkit-animation: imgfade 1s linear .6s 1 normal forwards;
        -o-animation: imgfade 1s linear .6s 1 normal forwards;
        -ms-animation: imgfade 1s linear .6s 1 normal forwards
    }

    .img_open.ih4 {
        -moz-animation: imgfade 1s linear .9s 1 normal forwards;
        -webkit-animation: imgfade 1s linear .9s 1 normal forwards;
        -o-animation: imgfade 1s linear .9s 1 normal forwards;
        -ms-animation: imgfade 1s linear .9s 1 normal forwards
    }

    .img_open.ih5 {
        -moz-animation: imgfade 1s linear 1.2s 1 normal forwards;
        -webkit-animation: imgfade 1s linear 1.2s 1 normal forwards;
        -o-animation: imgfade 1s linear 1.2s 1 normal forwards;
        -ms-animation: imgfade 1s linear 1.2s 1 normal forwards
    }

    .showup {
        opacity: 0;
        transition: 1s;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px)
    }

    .upview {
        -moz-animation: showup .6s linear 0s 1 normal forwards;
        -webkit-animation: showup .6s linear 0s 1 normal forwards;
        -o-animation: showup .6s linear 0s 1 normal forwards;
        -ms-animation: showup .6s linear 0s 1 normal forwards
    }

    .upview.uv2 {
        -moz-animation: showup .6s linear .3s 1 normal forwards;
        -webkit-animation: showup .6s linear .3s 1 normal forwards;
        -o-animation: showup .6s linear .3s 1 normal forwards;
        -ms-animation: showup .6s linear .3s 1 normal forwards
    }

    .upview.uv3 {
        -moz-animation: showup .6s linear .6s 1 normal forwards;
        -webkit-animation: showup .6s linear .6s 1 normal forwards;
        -o-animation: showup .6s linear .6s 1 normal forwards;
        -ms-animation: showup .6s linear .6s 1 normal forwards
    }

    .upview.uv4 {
        -moz-animation: showup .6s linear .9s 1 normal forwards;
        -webkit-animation: showup .6s linear .9s 1 normal forwards;
        -o-animation: showup .6s linear .9s 1 normal forwards;
        -ms-animation: showup .6s linear .9s 1 normal forwards
    }

    .upview.uv5 {
        -moz-animation: showup .6s linear 1.2s 1 normal forwards;
        -webkit-animation: showup .6s linear 1.2s 1 normal forwards;
        -o-animation: showup .6s linear 1.2s 1 normal forwards;
        -ms-animation: showup .6s linear 1.2s 1 normal forwards
    }

    .showdown {
        opacity: 0;
        transition: 1s;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px)
    }

    .downview {
        -moz-animation: showdown .6s linear 0s 1 normal forwards;
        -webkit-animation: showdown .6s linear 0s 1 normal forwards;
        -o-animation: showdown .6s linear 0s 1 normal forwards;
        -ms-animation: showdown .6s linear 0s 1 normal forwards
    }

    .downview.dv2 {
        -moz-animation: showdown .6s linear .3s 1 normal forwards;
        -webkit-animation: showdown .6s linear .3s 1 normal forwards;
        -o-animation: showdown .6s linear .3s 1 normal forwards;
        -ms-animation: showdown .6s linear .3s 1 normal forwards
    }

    .downview.dv3 {
        -moz-animation: showdown .6s linear .6s 1 normal forwards;
        -webkit-animation: showdown .6s linear .6s 1 normal forwards;
        -o-animation: showdown .6s linear .6s 1 normal forwards;
        -ms-animation: showdown .6s linear .6s 1 normal forwards
    }

    .downview.dv4 {
        -moz-animation: showdown .6s linear .9s 1 normal forwards;
        -webkit-animation: showdown .6s linear .9s 1 normal forwards;
        -o-animation: showdown .6s linear .9s 1 normal forwards;
        -ms-animation: showdown .6s linear .9s 1 normal forwards
    }

    .showleft {
        opacity: 0;
        transition: 1s;
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px)
    }

    .leftview {
        -moz-animation: showleft 1s linear 0s 1 normal forwards;
        -webkit-animation: showleft 1s linear 0s 1 normal forwards;
        -o-animation: showleft 1s linear 0s 1 normal forwards;
        -ms-animation: showleft 1s linear 0s 1 normal forwards
    }

    .showright {
        opacity: 0;
        transition: 1s;
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px)
    }

    .rightview {
        -moz-animation: showright 1s linear 0s 1 normal forwards;
        -webkit-animation: showright 1s linear 0s 1 normal forwards;
        -o-animation: showright 1s linear 0s 1 normal forwards;
        -ms-animation: showright 1s linear 0s 1 normal forwards
    }

    .for_pc {
        display: block !important
    }

    .for_sp {
        display: none !important
    }

    .for_tab {
        display: none !important
    }

    .for_nw {
        display: none !important
    }

    .tab .for_pcnotab {
        display: none !important
    }

    .tab .for_tab {
        display: inline !important
    }

    .wrap,
    #page {
        width: 100%;
        position: relative
    }

    .pc_sidepadding {
        padding: 0 3%
    }

    .delay01 {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .delay02 {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .delay03 {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

    .mainw,
    .mainw_pc {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px
    }

    .w1020 {
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 20px
    }

    .w680 {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 20px
    }

    .cflex {
        display: flex
    }

    .img100 {
        width: 100%
    }

    .img100 img {
        width: 100%
    }

    .ui-state-default:hover,
    .ui-widget-content .ui-state-default:hover,
    .ui-widget-header .ui-state-default:hover {
        background: #000;
        color: #fff
    }

    @-webkit-keyframes imgfade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes showup {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-webkit-keyframes showdown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-webkit-keyframes showleft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @-webkit-keyframes showright {
        0% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            transform: translateX(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
}

@media screen and (max-width: 1299px) {
    body {
        font-size: 1.4rem
    }
}

@media(max-width: 1000px) {
    body {
        font-size: max(10px, 4.324vw);
        line-height: 1.75
    }

    a {
        transition: .3s ease-in-out
    }

    img {
        transition: .3s ease-in-out
    }

    a:active,
    a:hover,
    a:hover img {
        opacity: .7
    }

    .wrap,
    #page {
        width: 100%;
        position: relative
    }

    .for_pc {
        display: none !important
    }

    .for_sp {
        display: block !important
    }

    .for_tab {
        display: none
    }

    .for_pcnotab {
        display: none !important
    }

    .for_nw {
        display: none !important
    }

    .cf_s:before,
    .cf_s:after {
        content: "";
        display: table
    }

    .cf_s:after {
        clear: both
    }

    .cf_s {
        zoom: 1
    }

    .showup {
        opacity: 0;
        transition: 1s;
        transform: translateY(4vw);
        -webkit-transform: translateY(4vw);
        -moz-transform: translateY(4vw);
        -ms-transform: translateY(4vw);
        -o-transform: translateY(4vw)
    }

    .upview {
        -moz-animation: showup 1s linear 0s 1 normal forwards;
        -webkit-animation: showup 1s linear 0s 1 normal forwards;
        -o-animation: showup 1s linear 0s 1 normal forwards;
        -ms-animation: showup 1s linear 0s 1 normal forwards
    }

    .showdown {
        opacity: 0;
        transition: 1s;
        transform: translateY(-4vw);
        -webkit-transform: translateY(-4vw);
        -moz-transform: translateY(-4vw);
        -ms-transform: translateY(-4vw);
        -o-transform: translateY(-4vw)
    }

    .downview {
        -moz-animation: showup 1s linear 0s 1 normal forwards;
        -webkit-animation: showup 1s linear 0s 1 normal forwards;
        -o-animation: showup 1s linear 0s 1 normal forwards;
        -ms-animation: showup 1s linear 0s 1 normal forwards
    }

    .showleft {
        opacity: 0;
        transition: 1s;
        transform: translateX(-4vw);
        -webkit-transform: translateX(-4vw);
        -moz-transform: translateX(-4vw);
        -ms-transform: translateX(-4vw);
        -o-transform: translateX(-4vw)
    }

    .leftview {
        -moz-animation: showleft 1s linear 0s 1 normal forwards;
        -webkit-animation: showleft 1s linear 0s 1 normal forwards;
        -o-animation: showleft 1s linear 0s 1 normal forwards;
        -ms-animation: showleft 1s linear 0s 1 normal forwards
    }

    .showright {
        opacity: 0;
        transition: 1s;
        transform: translateX(4vw);
        -webkit-transform: translateX(4vw);
        -moz-transform: translateX(4vw);
        -ms-transform: translateX(4vw);
        -o-transform: translateX(4vw)
    }

    .rightview {
        -moz-animation: showright 1s linear 0s 1 normal forwards;
        -webkit-animation: showright 1s linear 0s 1 normal forwards;
        -o-animation: showright 1s linear 0s 1 normal forwards;
        -ms-animation: showright 1s linear 0s 1 normal forwards
    }

    .mainw {
        width: 93.3333333333vw;
        max-width: 100%;
        margin: 0 auto;
        padding: 0
    }

    .anchor {
        margin-top: -20vw;
        padding-top: 20vw
    }

    @-webkit-keyframes showup {
        0% {
            opacity: 0;
            -webkit-transform: translateY(4vw);
            transform: translateY(4vw)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-webkit-keyframes txtfade {
        0% {
            opacity: 0;
            -webkit-transform: translateY(4vw);
            transform: translateY(4vw)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-webkit-keyframes showleft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @-webkit-keyframes showright {
        0% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            transform: translateX(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
}

.more__btn {
    line-height: 1;
    font-family: "Lora", serif;
    width: 176px;
    margin-left: auto;
    margin-right: auto
}

.more__btn a {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 6px;
    font-size: 1.6rem
}

.more__btn span {
    display: inline-block;
    margin-right: .5em;
    letter-spacing: .1em;
}

.more__btn .more__arrow {
    width: 10px
}

.more__btn img {
    vertical-align: middle
}

@media screen and (max-width: 1000px) {
    .more__btn {
        width: 48%;
    }

    .more__btn a {
        padding-bottom: 1.0810810811vw
    }

    .more__btn .more__arrow {
        width: 2.7027027027vw
    }
}

/* 汎用マージン */
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}


.pt0 {
    padding-top: 0!important;
}
.mt-40{
    margin-top: -40px;
}

.pb90{
    padding-bottom: 130px !important;
}
@media screen and (max-width: 1000px) {
    .pb90 {
        padding-bottom: 13.5135135135vw !important;
    }
}


.article__inr img {
	transition: unset;
}

.com-btn-01 {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: var(--navy);
    max-width: 250px;
    width: 100%;
    padding: 10px 25px;
    box-sizing: border-box;
    position: relative;
    margin-inline: auto;
}

.com-btn-01::after {
    content: '';
    display: block;
    background: url("../images/arrow_white.svg") center / contain no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right .3s ease-in;
}

.com-btn-01:hover::after {
    right: 15px;
}

.article__text > * {
	margin-top: 20px
}


/* ショールームのご案内 */
#show-room {
    max-width: 1300px;
    padding: 40px 20px 0;
    margin-inline: auto;
}

.sr-text01 {
    max-width: max-content;
    margin-inline: auto;
    margin-top: 20px;
}

.sr-list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
    margin-top: 30px;
}

.sr-list01 li {
    width: calc( (100% - 40px) / 3 );
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 1000px) {
    .sr-list01 {
        flex-direction: column;
    }
    .sr-list01 li {
        width: auto;
    }
}

.sr-tit01 {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

.sr-img01 {
    aspect-ratio: 780 / 390;
}

.sr-img01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center top;
}

.sr-detail {
    display: block!important;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.sr-detail div {
    display: flex;
    column-gap: 1em;
}

.sr-detail div + div {
    margin-top: .2em;
}

.sr-detail dt {
    font-weight: bold;
    width: 4em;
    width: 35%;
}

.sr-detail dd {
    width: 65%;
}

.sr-btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    background-color: var(--navy);
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: auto;
}

.sr-btn01::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-map.svg") no-repeat;
    transition: all 0.5s 0s ease;
}

.sr-btn01:hover.sr-btn01::before {
	transform: translateY(-3px);
}

/*# sourceMappingURL=common.css.map */