@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*------ 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: 1rem;
  line-height: 2;
  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 {
  position: relative;
  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;
  }
}
.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 ------*/
/* #Layout
----------------------------------------------------------------- */
/*------ MAIN SECTION ------*/
.wrapper {
  background-color: #0a0909;
}

#main-wrapper {
  margin-top: 2rem;
}

/* 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 {
  background-color: #7c7c7c;
  padding: 24px 0 0 0;
  position: relative;
  width: 100%;
  z-index: 2 !important;
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 0;
  }
  .main-visual-cm {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 587px) {
  .section {
    background-image: linear-gradient(180deg, rgb(20, 20, 20), rgb(50, 50, 50));
  }
}
/* BUTTON */
.cv-btn-cm {
  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: 0.3s;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  vertical-align: baseline;
  cursor: pointer;
}

/* .cv-btn-cm--long{
  width: 480px !important;
} */

.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: 10px;
}

.cv-btn-grey {
  color: #7c7c7c !important;
  border: solid 1px #7c7c7c !important;
  cursor: initial;
  padding: 24px;
}

.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 {
    padding: 26px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 20px;
  }
  .cv-btn-cm::after {
    background-size: contain;
    width: 15px;
    height: 15px;
    right: 11px;
    top: 40%;
  }
}
/*------ PAGE CONTENT -------*/
.section {
  /* background-color: #0A0909; */
  /* background-image: linear-gradient(180deg, rgb(20, 20, 20), rgb(40, 40, 40)); */
  position: relative;
  display: block;
  box-sizing: border-box;
}

.content p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.09em;
}

.content p.hd-sub {
  font-size: 24px;
  letter-spacing: 0.09em;
  text-indent: 0.09em;
}

.section-inner {
  display: block;
  margin-left: auto;
  padding-top: 15px;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: radial-gradient(rgb(23, 23, 23), rgb(0, 0, 0));
}

.content-inner-cm {
  margin: 0;
}

@media screen and (max-width: 787px) {
  .section-inner {
    max-width: 100%;
    background: none;
  }
  .content p {
    font-size: 14px;
    line-height: 30px;
  }
  .content p.hd-sub {
    font-size: 16px;
  }
}
/*------ NAVI -------*/
.lpnavi {
  position: fixed;
  background-color: rgba(0, 0, 0, 1);
  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,
    rgb(43, 43, 43),
    rgb(119, 119, 119)
  );
  border: solid 1px #010b0e;
  width: 20%;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
}

.lpnavi li:hover {
  opacity: 0.7;
}

.lpnavi li a {
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.lpnavi li p {
  line-height: 18px;
  padding: 8px 0;
  letter-spacing: 3px !important;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.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 {
  position: relative;
  background-image: url(../../images/kv-bg2.jpg);
  min-height: 96vh;
  background-size: cover;
  padding-top: 120px;
}

.main-visual-box-cm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.main-visual-box-cm img {
  width: 609px;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

img.kv-crown {
  width: 1000px;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.kv-bottom {
  color: #d9d2ba !important;
  display: block;
  margin: 0 auto 160px auto;
  width: 515px;
  max-width: 80%;
}

@media screen and (max-width: 587px) {
  .main-visual-cm {
    background-image: url(../../images/kv-bg2_sp.jpg);
    height: 65%;
    padding: 6vw 3vw 0;
    margin-bottom: 30px;
    min-height: 0;
  }
  .main-visual-box-cm img {
    width: 90%;
    display: block;
    margin: 30px auto 24px;
  }
  img.kv-crown {
    width: 85%;
    margin-top: 0;
  }
  .kv-bottom {
    width: 60%;
    position: static;
    margin: 40px auto 49px auto;
  }
}
/*------ 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 h2 {
  margin-bottom: 60px;
  text-align: center;
  line-height: 36px !important;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.section-upper-inner p {
  margin-bottom: 60px;
  text-align: center;
  line-height: 42px !important;
}

.section-upper-2column {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.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;
    font-size: 4vw;
    line-height: 33px !important;
  }
  .section-upper-inner h2 {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  .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: "Barlow", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1000px) {
  .garamond {
    font-size: 42px;
  }
}
.garamond.hd-center {
  text-indent: 0.4em;
}

.section-middle .garamond {
  margin-top: 90px;
}

.section-middle {
  padding: 0 0 90px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: #000000; */
  background: radial-gradient(rgba(50, 50, 50, 0.8), rgb(0, 0, 0));
}

.hd-center {
  text-align: center;
}

.hd-sub {
  font-size: 24px;
  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.jpg);
}

.middle-item1:hover {
  background-image: url(../../images/point-bg-hover.jpg);
}

.middle-item2 {
  background-image: url(../../images/point-bg2.jpg);
}

.middle-item2:hover {
  background-image: url(../../images/point-bg2-hover.jpg);
}

.middle-item3 {
  background-image: url(../../images/point-bg3.jpg);
}

.middle-item3:hover {
  background-image: url(../../images/point-bg3-hover.jpg);
}

.section-middle-3column-item img {
  width: 74px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.section-middle-3column-item h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 65px;
  letter-spacing: 0.15em;
}

.section-middle-3column-item h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
}

@media screen and (max-width: 587px) {
  .section-middle-3column-item h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .section-middle {
    padding-bottom: 0;
  }
  .section-middle__image {
    width: 100%;
    margin-left: -5vw;
  }
  .section-middle-3column {
    width: 100%;
  }
  .section-middle-3column-item {
    width: 100%;
    margin-bottom: 0;
    padding: 45px;
  }
  h3.garamond {
    font-size: 32px;
    letter-spacing: 10px;
    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: 18px;
    margin-bottom: 0;
  }
}
/*------ SECTION EXTERIOR -------*/
.section-exterior {
  max-width: 1200px;
  margin: 0 auto;
  background: radial-gradient(rgb(28, 28, 28), rgb(19, 19, 19));
}
@media screen and (max-width: 587px) {
  .section-exterior {
    background: radial-gradient(rgb(19, 19, 19), rgb(19, 19, 19));
  }
}
.section-exterior-inner__wrap {
  display: block;
  margin-left: auto;
  background-image: url(../../images/exterior-bg.jpg);
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 587px) {
  .section-exterior-inner__wrap {
    background-image: url(../../images/exterior-bgsp.jpg);
    background-size: contain;
  }
}
.section-exterior-inner__div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 40px;
}
@media screen and (max-width: 587px) {
  .section-exterior-inner__div {
    max-width: 100%;
    padding: 50px 20px 20px;
  }
}
.content p.section-exterior__text {
  font-size: 18px;
}

.section-exterior .hd-sub {
  text-align: left;
  margin-bottom: 60px;
}

.section-exterior-inner h4 {
  max-width: 1000px;
  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;
  max-width: 1000px;
  margin: 60px auto;
}
@media screen and (max-width: 587px) {
  .section-exterior .carousell {
    margin-top: 50px;
    width: 90%;
    margin: 30px auto;
  }
}
.carousell img {
  border: solid 1px #d3d3d3;
}

.exterior-colorvt {
  display: block;
  background-color: #000000;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.exterior-colorvt .garamond {
  font-size: 38px;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 10px;
  color: #ffffff !important;
  font-weight: 700;
}

.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%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.colorvt-right {
  width: 49%;
}

.btnpallet {
  background-color: #000000;
  padding: 33px 30px 20px;
}

.btnpallet .garamond {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.4em;
  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: 0;
  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 .hd-sub {
    margin-bottom: 30px;
  }
  .content p.section-exterior__text {
    font-size: 15px;
  }
  .btnpallet p {
    font-size: 11px;
  }
  .section-exterior-inner {
    width: 100%;
  }
  .section-exterior-inner h4 {
    font-size: 20px;
  }
  .exterior-colorvt {
    padding: 0;
    width: 90%;
    padding: 20px 0;
  }
  .colorvt {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .colorvt-left {
    width: 100%;
  }
  .colorvt-right {
    width: 100%;
  }
  .exterior-colorvt .garamond {
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .exterior-colorvt h5 {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .btnpallet {
    padding: 30px 15px 45px;
  }
  .btnpallet li {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
  }
  .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;
  max-width: 1200px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 587px) {
  .section-interior {
    margin: 0 auto 90px;
  }
}
.content p.section-interior__text {
  font-size: 18px;
}

.section-interior-inner {
  display: block;
}

.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: 2vw;
}

.interior-upper {
  display: block;
  background-image: url(../../images/interior-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: top left;
}
@media screen and (max-width: 587px) {
  .interior-upper {
    background-image: url(../../images/interior-bgsp.jpg);
    padding: 50px 0 80px;
  }
}
.interior-upper__wrap {
  width: 40%;
  margin-left: 55%;
}
@media screen and (max-width: 587px) {
  .interior-upper__wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.section-interior .carousell {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px;
  margin-top: 60px;
  max-width: 1000px;
  margin: 60px auto 0;
}

@media screen and (max-width: 587px) {
  .content p.section-interior__text {
    font-size: 15px;
  }
  .section-interior {
    width: 100%;
  }
  .section-interior-inner {
    width: 100%;
    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;
    width: 90%;
  }
  .section-interior .carousell {
    width: 90%;
    margin: 0 auto;
  }
}
/*------ SECTION SPEC -------*/
.section-spec {
  display: block;
  background-image: url(../../images/spec-bg.jpg);
  background-size: cover;
  background-repeat: repeat;
  padding: 150px 0 0;
  margin: 0 auto;
  max-width: 1200px;
}

.section-spec-inner {
  display: block;
  margin: 0 auto 100px;
  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: #ffffff;
  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 {
  margin-top: -3px;
  display: block;
  padding: 30px 20px;
  background: radial-gradient(rgb(60, 60, 60), rgb(0, 0, 0));
}

.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;
}

.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: 0.4em;
  text-align: center;
  margin-top: 30px;
}

.contact-4column-item .garamond span {
  display: block;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 10px;
}

.garamond-center {
  padding: 18px 0px;
}

.section-contact .section-upper-2column {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 587px) {
  .section-contact {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .section-contact-inner {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .contact-upper {
    width: 100%;
  }
  .contact-upper p {
    text-align: center;
  }
  .contact-upper p br {
    display: none;
  }
  .contact-4column-item {
    width: 48%;
    margin-bottom: 60px;
  }
  .contact-4column-item .garamond {
    font-size: 22px;
    margin-top: 10px;
    letter-spacing: 0.2rem;
  }
  .contact-4column-item .garamond span {
    font-size: 18px;
    letter-spacing: 0.01rem;
    margin-top: 0;
  }
  .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;
  }
}
/* fonts */
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spNone {
    display: none !important;
  }
}
/* ==========================================================================
 #Layout
========================================================================== */
/* ==========================================================================
 #Project
========================================================================== */
/* ==========================================================================
 #Utility
========================================================================== */

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