@charset "utf-8";
/* CSS Document */

/*------ General ------*/
body {
	display: block;
	font-size: 15px;
	font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body, html {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, serif;
    font-style: normal;
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 1.0rem;
    line-height: 2.0;
    font-family: 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, serif;
    font-weight: 400;
    font-style: normal;
}

p.bold {
    font-weight: 600;
}

div {
    display: block;
}

main {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

ol, ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

dd {
    margin-left: 0;
}

figure {
    display: block;
    margin: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

img {
    width: 100%;
    border-style: none;
    transition: 0.6s;
}

a img:hover {
    opacity: 0.5;
}

.bold{
    font-weight: bold;
}

/* ----- Auto Fadein ----- */
.autofade {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----- Auto Fadein END ----- */

/* ----- Scroll Fadein ----- */
.effect-fade {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
/* ----- Scroll Fadein END ----- */

@media (min-width: 768px) {
    .pchidden {
        display: none!important;
    }
}

@media (max-width: 1024px) {
    .tabsphidden {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .sphidden {
        display: none!important;
    }

    img.pchidden {
        margin-bottom: 15px;
    }
}

.mt-0 {
    margin-top: 0!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-0 {
    padding-top: 0!important;
}

.width50 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.width90 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-container {
    display: block;
}

@media screen and (min-width: 1520px) {
.container {
    margin-left: 240px;
}
}

/*------ General END ------*/

/*------ MAIN SECTION ------*/
#main-wrapper {
    margin-top: 2.0rem;
}

/* MAIN VISUAL */
.content-cm {
    background-position: top center;
    background-repeat: repeat-y;
    background-size: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.main-contents-cm {
    font-family: "Helvetica Neue", "Helvetica", 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #000;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 150%;
}

.main-visual-cm {
    padding: 24px 0 0 0;
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
.section {
    padding: 0;
}

.main-visual-cm {
    padding: 40px 20px 0;
}
}

/* BUTTON */
.cv-btn-cm {
    width: 480px;
    padding: 32px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.125em;
    text-align: center;
    position: relative;
    font-family: 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    border: solid 1px #FFFFFF;
    transition: .3s;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    vertical-align: baseline;
    cursor: pointer;
}

.cv-btn-cm:hover {
    background-color: #ffffff;
    color: #000000;
}

.cv-btn-cm::after {
    content: "";
    position: absolute;
    background: url(../../images/cv-btn-arrow.svg) no-repeat;
    background-size: auto;
    width: 30px;
    height: 30px;
    right: 24px;
}

.cv-btn-grey {
    color: #7C7C7C!important;
    border: solid 1px #7C7C7C!important;
    cursor: initial;
    padding: 25px;
}

.cv-btn-grey::after {
    background: none;
}

.cv-btn-grey:hover {
    background-color: rgba(0, 0, 0, 0)!important;
    color: #7C7C7C!important;
}

.cv-btn-grey span {
    display: block;
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    .cv-btn-cm {
        width: 100%;
        text-align: left;
        font-size: 1em;
    }

    .cv-btn-cm::after {
        background-size: contain;
        width: 22px;
        height: 22px;
        right: 11px;
    }
}

/*------ PAGE CONTENT -------*/
.section {
    background-color: #060D0F;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.content p {
    color: #ffffff;
    font-size: 16px!important;
    letter-spacing: 2px!important;
}

.section-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.content-inner-cm {
    margin: 0;
}

@media screen and (max-width: 787px) {
    .section-inner {
        max-width: 90%;
    }

    .content p {
        font-size: 14px!important;
        line-height: 30px;
    }
}

/*------ NAVI -------*/
.lpnavi {
    position: fixed;
    background-color: #0B151C;
    top: 0;
    z-index: 100;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.normal-navi {
    position: relative;
}

@media screen and (max-width: 1519px) {
    .fix-navi {
        display: none;
    }
}

@media screen and (min-width: 1520px) {
    .float-navi {
        display: none!important;
    }

    .normal-navi {
        display: none;
    }
}

.lpnavi ul {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.lpnavi li {
    color: #ffffff;
    background-image: linear-gradient(180deg, rgba(50, 67, 79, 1), rgba(20, 23, 25, 1));
    border: solid 1px #010B0E;
    width: 20%;
    color: #ffffff;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
}

.lpnavi li:hover {
    opacity: 0.5;
}

.lpnavi li a {
    width: 100%;
    font-family: 'EB Garamond', serif;
}

.lpnavi li p {
    line-height: 18px;
    padding: 8px 0;
    letter-spacing: 3px!important;
    font-family: 'EB Garamond', serif;
}

.lpnavi li span {
    display: block;
    font-family: "Helvetica Neue", "Helvetica", 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, serif;
    font-weight: 500;
    font-style: normal;font-size: 11px;
}

@media screen and (min-width: 1520px) {
.lpnavi {
    margin-left: 240px;
    padding-right: 240px;
}
}

@media screen and (max-width: 1000px) {
    .lpnavi li {
        font-size: 16px;
    }
}

@media screen and (max-width: 587px) {
    .lpnavi li {
        width: 25%;
        font-size: 13px;
        letter-spacing: 0;
    }

    .lpnavi li p {
        padding: 20px 0;
        letter-spacing: 1px!important;
    }

    .lpnavi li span {
        font-size: 9px;
        letter-spacing: 1px;
        line-height: 12px;
        margin-top: 3px;
    }
}

/*------ MAIN VISUAL -------*/
.main-visual-cm {
    padding: 30px 0 0 0;
    position: relative;
    margin-bottom: 60px;
    background-image: url(../../images/kv-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 96vh;
}

.main-visual-box-cm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
}

.main-visual-box-cm img {
    width: 520px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

img.kv-crown {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1520px) {
    .main-visual-cm {
        padding: 60px 0 0 0;
    }

    .main-visual-box-cm img {
        width: 680px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 2500px) {
    .main-visual-box-cm img {
        width: 900px;
        margin-top: 10vh;
        margin-bottom: 8vh;
    }

    img.kv-crown {
        width: 1200px;
    }
}

.kv-bottom {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    color: #D9D2BA!important;
    display: block;
    margin: 0 auto;
    width: 580px;
}

@media screen and (min-width: 1520px) {
    .kv-bottom {
        bottom: 120px;
    }
}

@media screen and (min-width: 2500px) {
    .kv-bottom {
        bottom: 180px;
    }
}

@media screen and (max-width: 587px) {
    .main-visual-cm {
        height: 540px;
        padding: 40px 20px 0;
        margin-bottom: 30px;
    }

    .main-visual-box-cm img {
        width: 90%;
        display: block;
        margin: 30px auto 60px;
    }

    img.kv-crown {
        width: 100%;
        margin-top: 75px;
    }

    .kv-bottom {
        bottom: 90px;
        margin: 0 auto;
        width: 80%;
    }
}

@media screen and (min-width: 1366px) and (max-height: 700px) {
    .main-visual-box-cm img {
        width: 500px;
        margin-top: 6vh;
        margin-bottom: 4vh;
    }

    img.kv-crown {
        width: 800px;
    }

    .kv-bottom {
        bottom: 20px;
        margin: 0 auto;
        width: 30%;
    }
}

@media screen and (min-width: 1520px) and (max-height: 900px) {
    .main-visual-box-cm img {
        width: 600px;
        margin-top: 6vh;
        margin-bottom: 4vh;
    }

    img.kv-crown {
        width: 900px;
    }

    .kv-bottom {
        bottom: 20px;
        margin: 0 auto;
        width: 30%;
    }
}

@media screen and (min-width: 1690px) and (max-height: 1000px) {
    .main-visual-box-cm img {
        width: 600px;
        margin-top: 6vh;
        margin-bottom: 4vh;
    }

    img.kv-crown {
        width: 900px;
    }

    .kv-bottom {
        bottom: 20px;
        margin: 0 auto;
        width: 25%;
    }
}

@media screen and (min-width: 2000px) and (max-height: 1100px) {
    .main-visual-box-cm img {
        width: 600px;
        margin-top: 6vh;
        margin-bottom: 4vh;
    }

    img.kv-crown {
        width: 900px;
    }

    .kv-bottom {
        bottom: 20px;
        margin: 0 auto;
        width: 25%;
    }
}

/*------ SECTION UPPER -------*/
.section-upper {
    display: block;
}

.section-upper-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-bottom: 120px;
}

.section-upper-inner p {
    margin-bottom: 60px;
    text-align: center;
    line-height: 36px!important;
}

.section-upper-2column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.section-upper-2column-item {
    width: 48%;
}

p.image-sub {
    color: #939393!important;
    font-size: 13px!important;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 5px;
}

@media screen and (max-width: 587px) {
    .section-upper-inner {
        margin-bottom: 60px;
    }

    .section-upper-inner p {
        margin-bottom: 0px;
    }

    .section-upper-2column {
        margin-top: 30px;
    }

    .section-upper-2column-item {
        width: 100%;
    }

    p.image-sub {
        font-size: 11px!important;
        line-height: 17px;
        text-align: left;
    }
}

/*------ SECTION MIDDLE -------*/
.garamond {
    font-family: 'EB Garamond', serif;
    font-size: 52px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 20px;
    margin-top: 60px;
}

.section-middle .garamond {
    margin-top: 90px;
}

.section-middle {
    padding: 0 0 90px 0;
    position: relative;
    margin-bottom: 0px;
    background-image: linear-gradient(90deg, rgba(1, 17, 23, 0), rgba(3, 31, 47, 0.3));
}

.hd-center {
    text-align: center;
}

.hd-sub {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
}

.section-middle-3column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-middle-3column-item {
    width: 33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 20px;
    transition: 0.5s;
}

.middle-item1 {
    background-image: url(../../images/point-bg.png);
}

.middle-item1:hover {
    background-image: url(../../images/point-bg-hover.png);
}

.middle-item2 {
    background-image: url(../../images/point-bg2.png);
}

.middle-item2:hover {
    background-image: url(../../images/point-bg2-hover.png);
}

.middle-item3 {
    background-image: url(../../images/point-bg3.png);
}

.middle-item3:hover {
    background-image: url(../../images/point-bg3-hover.png);
}

.section-middle-3column-item img {
    width: 74px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section-middle-3column-item h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

@media screen and (max-width: 587px) {
    .section-middle {
        padding-bottom: 0;
    }

    .section-middle-3column-item {
        width: 100%;
        margin-bottom: 15px;
    }

    h3.garamond {
        font-size: 40px;
        letter-spacing: 8px;
        margin-top: 30px;
    }

    .section-middle .garamond {
        padding-left: 3%;
        margin-top: 60px;
    }

    .hd-sub {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .section-middle-3column-item img {
        width: 60px;
    }

    .section-middle-3column-item h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

/*------ SECTION EXTERIOR -------*/
.section-exterior {
    display: block;
    background-image: url(../../images/exterior-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 60px 20px;
    margin-top: 0px;
}

.section-exterior-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.section-exterior .hd-sub {
    text-align: left;
    margin-bottom: 60px;
}

.section-exterior-inner h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #D9D2BA!important;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.section-exterior .carousell {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 30px;
    margin-top: 60px;
}

.carousell img {
    border: solid 1px #d3d3d3;
}

.exterior-colorvt {
    display: block;
    background-color: #0E1922;
    padding: 30px;
    margin-top: 60px;
}

.exterior-colorvt .garamond {
    font-size: 38px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 10px;
    color: #ffffff!important;
}

.colorvt {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 40px;
}

.colorvt-left {
    width: 49%;
}

.colorvt-right {
    width: 49%;
}

.btnpallet {
    background-color: #000000;
    padding: 33px 30px 33px;
}

.btnpallet .garamond {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 0;
}

.btnpallet p {
    text-align: center;
    font-size: 13px;
}

.btnpallet ul {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btnpallet li {
    width: 44px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.btnpallet li img {
    width: 100%;
}

.colorvt-right .cv-btn-cm {
    width: 80%;
    margin-top: 50px;
    padding: 20px;
    font-size: 1em;
}

.colorvt-right .cv-btn-cm::after {
    content: "";
    position: absolute;
    background: url(../../images/cv-btn-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    right: 20px;
}

@media screen and (max-width: 587px) {
    .section-exterior {
        background-image: url(../../images/exterior-bgsp.png);
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
    }

    .section-exterior-inner {
        width: 100%;
    }

    .section-exterior-inner h4 {
        font-size: 20px;
    }

    .exterior-colorvt {
        padding: 30px 15px 45px;
    }

    .colorvt {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .colorvt-left {
        width: 100%;
    }

    .colorvt-right {
        width: 100%;
    }

    .exterior-colorvt .garamond {
        font-size: 24px;
        letter-spacing: 5px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .exterior-colorvt h5 {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .btnpallet {
        padding: 30px 15px 45px;
    }

    .btnpallet li {
        width: 26%;
    }

    .btnpallet li img {
        width: 48px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 15px;
    }

    .colorvt-right .cv-btn-cm {
        width: 100%;
        padding: 25px;
    }
}

/*------ CAROUSELL -------*/
.carousell-item {
    margin: 10px;
}

/*------ SECTION INTERIOR -------*/
.section-interior {
    display: block;
    background-image: url(../../images/interior-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 90px 20px;
    margin-top: 0px;
}

.section-interior-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.section-interior-inner h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #D9D2BA!important;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.section-interior-inner .garamond {
    margin-top: 0;
}

.section-interior .hd-sub {
    text-align: left;
    margin-bottom: 60px;
}

.interior-upper {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: 0;
}

.section-interior .carousell {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 30px;
    margin-top: 60px;
}

@media screen and (max-width: 587px) {
    .section-interior {
        background-image: url(../../images/interior-bgsp.png);
        background-size: contain;
        background-position: top center;
        padding: 60px 0;width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 60px;
    }

    .section-interior-inner {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-interior-inner h4 {
        font-size: 20px;
        line-height: 36px;
    }

    .interior-upper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .spec-2column-item {
        width: 100%;
    }

    .section-interior .cv-btn-cm {
        letter-spacing: 1px;
    }

    .section-interior .carousell {
        margin-top: 30px;
    }
}
/*------ SECTION SPEC -------*/
.section-spec {
    display: block;
    background-image: url(../../images/spec-bg.png);
    background-size: contain;
    background-repeat: repeat;
    padding: 30px 20px 60px;
    margin-top: 0px;
}

.section-spec-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1000px;
}

.section-spec .hd-sub {
    text-align: center;
    margin-bottom: 90px;
}

.spec-2column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
}

.spec-2column-item {
    width: 50%;
}

.spec-2column-item-inner {
    padding: 0 0 30px 45px;
}

.spec-2column-item-inner2 {
    padding: 0 45px 30px 0;
}

.spec-2column-item h4 {
    color: #D9D2BA;
    padding-left: 60px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

h4.spec01::after {
    position: absolute;
    content: "";
    background: url(../../images/spec01.svg) no-repeat;
    background-size: cover;
    width: 40px;
    height: 30px;
    left: 0;
    top: 0px;
}

h4.spec02::after {
    position: absolute;
    content: "";
    background: url(../../images/spec02.svg) no-repeat;
    background-size: cover;
    width: 40px;
    height: 28px;
    left: 0;
    top: 0px;
}

h4.spec03::after {
    position: absolute;
    content: "";
    background: url(../../images/spec03.svg) no-repeat;
    background-size: cover;
    width: 40px;
    height: 28px;
    left: 0;
    top: 2px;
}

@media screen and (max-width: 587px) {
    .section-spec {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 30px 15px;
        margin-top: 0;
    }

    .section-spec-inner {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-spec .hd-sub {
        margin-bottom: 60px;
    }

    .spec-2column {
        margin-bottom: 0;
    }

    .spec-2column-item {
        width: 100%;
    }

    .spec-2column-item-inner {
        padding: 30px 5px 0;
    }

    .spec-2column-item-inner2 {
        padding: 30px 5px 0;
    }

    .spec-2column-item h4 {
        font-size: 20px;
    }

    .section-spec .cv-btn-cm {
        line-height: 24px;
    }
}

/*------ SECTION CONTACT -------*/
.section-contact {
    display: block;
    padding: 30px 20px;
    background-image: linear-gradient(90deg, rgba(1, 17, 23, 0), rgba(3, 31, 47, 0.3));
}

.section-contact-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-bottom: 120px;
}

.section-contact .hd-sub {
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.contact-upper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.contact-upper p {
    text-align: center;
}

.contact-upper img {
    margin-top: 60px;
    margin-bottom: 30px;
}

.contact-4column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 0px;
}

.contact-4column-item {
    width: 24%;
}

.contact-4column-item .garamond {
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 30px;
}

.contact-4column-item .garamond span {
    display: block;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
}

.section-contact .section-upper-2column {
    margin-top: 30px;
    margin-bottom: 60px;
}

@media screen and (max-width: 587px) {
    .section-contact {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
    }

    .section-contact-inner {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .contact-upper {
        width: 100%;
    }

    .contact-4column-item {
        width: 48%;
        margin-bottom: 60px;
    }

    .contact-4column-item .garamond {
        font-size: 22px;
        margin-top: 15px;
    }

    .contact-4column-item .garamond span {
        font-size: 18px;
    }

    .section-contact .section-upper-2column {
        margin-top: 0px;
        margin-bottom: 60px;
    }
}

/*------ FOOTER -------*/
.bottomcontact {
    width: 100px!important;
    height: auto!important;
    position: fixed!important;
    bottom: 15px!important;
    right: 0px!important;
    cursor: pointer!important;
    z-index: 900!important;
    transition: 0.5s!important;
}

.bottomcontact:hover {
    z-index: 999!important;
    opacity: 0.7!important;
    
}

@media screen and (min-width: 588px) {
    .bottomcontact {
        display: none!important;
    }
}