:root {
  --color-base: #c8baa3;
  --color-over: #9d8f77; }

.sp {
  display: none; }

.curtain {
  position: fixed;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, var(--color-base) 80%, rgba(200, 186, 163, 0) 100%);
  z-index: 5;
  pointer-events: none; }

#mainVisual {
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
  background: var(--color-base);
  height: 100vh; }
  #mainVisual h1 {
    width: 6%;
    position: absolute;
    left: 10%;
    top: 8%;
    z-index: 10; }
  #mainVisual p {
    width: 15%;
    position: absolute;
    left: 37%;
    bottom: 6%;
    z-index: 10; }
  #mainVisual .vol {
    width: 6%;
    position: absolute;
    left: 47%;
    top: 8%;
    z-index: 10; }
  #mainVisual .visual {
    width: 35%;
    padding: 0% 0 0% 0%;
    margin-left: 58%; }

.txtArea {
  padding: 2% 8%;
  font-size: 1.0vw;
  margin-bottom: 5%;
  text-align: center; }

.phtArea {
  position: relative;
  width: 1000px;
  margin: 0 auto 0% auto; }

.subTtl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6vw;
  letter-spacing: 0;
  position: sticky;
  position: -webkit-sticky;
  top: calc(100% - 95%);
  left: calc(100% - 97%);
  width: 40%;
  z-index: 2; }

.phtWarp1 {
  width: 60%;
  margin: 0 auto 5% auto; }

.phtWarp9 {
  width: 49%;
  margin: 0 auto 5% auto; }

.phtWarp75 {
  width: 49%;
  margin: 0 auto 5% auto; }

.fr {
  width: 49%;
  float: right;
  margin-bottom: 20px; }

.fl {
  width: 49%;
  float: left;
  margin-bottom: 20px; }

.top {
  margin: 0 auto 20px auto; }

.sec {
  margin-top: -80px; }

.warp {
  margin-bottom: 150px;
  clear: both; }

.detail {
  width: 70%;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 14px;
  clear: both; }
  .detail .txt {
    text-align: left;
    margin-bottom: 30px;
    text-align: justify; }
  .detail h3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 15px; }
    .detail h3 span {
      border-bottom: 1px solid #000; }
  .detail .read {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px; }
  .detail .linkBtn {
    width: 40%;
    text-align: center;
    margin: 0 auto 30px auto; }
    .detail .linkBtn a {
      display: block;
      background: var(--color-base);
      border-radius: 2px;
      color: #fff;
      position: relative;
      padding: 5% 0; }
      .detail .linkBtn a .arrow {
        width: 2%;
        position: absolute;
        right: 5%;
        top: 40%; }
    .detail .linkBtn .img {
      display: block;
      background: var(--color-base);
      border-radius: 2px;
      color: #fff;
      position: relative;
      padding: 5% 0; }
      .detail .linkBtn .img .more {
        width: 18%; }
      .detail .linkBtn .img .arrow {
        width: 2%;
        position: absolute;
        right: 5%;
        top: 40%; }
    .detail .linkBtn .pc {
      display: none; }
    .detail .linkBtn a:hover {
      background: var(--color-over); }
  .detail ul.umlink {
    display: flex;
    justify-content: center; }
    .detail ul.umlink li {
      width: 48%; }
      .detail ul.umlink li .linkBtn {
        width: 85%; }

#nouv-salon {
  position: relative;
  width: 1000px;
  margin: 0 auto 0% auto;
  padding-top: 18%; }

#galarie {
  position: relative;
  width: 1000px;
  margin: 0 auto 0% auto; }

#cabinet {
  position: relative;
  width: 1000px;
  margin: 0 auto 0% auto; }

#slender {
  position: relative;
  width: 1000px;
  margin: 0 auto 0% auto; }

#linkArea {
  width: 600px;
  margin: 0 auto 100px auto; }
  #linkArea ul {
    overflow: hidden; }
    #linkArea ul li {
      text-align: center;
      width: 295px;
      float: left;
      margin-bottom: 10px; }
      #linkArea ul li a {
        display: block;
        background: var(--color-base);
        border-radius: 2px;
        color: #fff;
        position: relative;
        padding: 15px 0; }
        #linkArea ul li a .arrow {
          width: 2%;
          position: absolute;
          right: 5%;
          top: 40%; }
      #linkArea ul li .img {
        display: block;
        background: var(--color-base);
        border-radius: 2px;
        color: #fff;
        position: relative;
        padding: 15px 0; }
        #linkArea ul li .img .vol {
          width: 18%; }
        #linkArea ul li .img .arrow {
          width: 2%;
          position: absolute;
          right: 5%;
          top: 40%; }
      #linkArea ul li .sp {
        display: none; }
      #linkArea ul li a:hover {
        background: var(--color-over); }
    #linkArea ul li:nth-child(2) {
      float: right; }

footer {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 30px 0 20px 0; }
  footer small {
    display: block;
    font-family: "Almarai", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    padding: 8px 0; }
