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

.pc {
  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: 20%;
  background: var(--color-base);
  height: 85vh; }
  #mainVisual h1 {
    width: 15%;
    position: absolute;
    left: 0%;
    top: 5%;
    z-index: 10; }
  #mainVisual p {
    width: 35%;
    position: absolute;
    right: 5%;
    bottom: 4%;
    z-index: 10; }
  #mainVisual .vol {
    width: 15%;
    position: absolute;
    left: 1%;
    bottom: 4%;
    z-index: 10; }
  #mainVisual .visual {
    width: 75%;
    position: absolute;
    right: 5%;
    bottom: 10%; }

.txtArea {
  padding: 5% 8%;
  font-size: 3.4vw;
  margin-bottom: 20%; }

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

.phtWarp1 {
  width: 100%;
  margin: 0 auto 5% auto;
  overflow: hidden; }

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

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

.warp {
  padding-top: 5%;
  margin-bottom: 40%; }

.detail {
  width: 75%;
  padding-top: 5%;
  margin: 0 auto;
  font-size: 13px; }
  .detail .txt {
    text-align: left;
    margin-bottom: 5%;
    text-align: justify; }
  .detail h3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 5%;
    letter-spacing: 0; }
    .detail h3 span {
      border-bottom: 1px solid #000; }
  .detail .read {
    text-align: center;
    margin-bottom: 4%;
    font-size: 11px; }
  .detail .linkBtn {
    width: 100%;
    text-align: center;
    margin-bottom: 8%; }
    .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); }

#linkArea {
  padding: 0 0 15% 0; }
  #linkArea ul {
    width: 80%;
    margin: 0 auto; }
    #linkArea ul li {
      text-align: center;
      margin-bottom: 4%; }
      #linkArea ul li a {
        display: block;
        background: var(--color-base);
        border-radius: 2px;
        color: #fff;
        position: relative;
        padding: 5% 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: 5% 0; }
        #linkArea ul li .img .vol {
          width: 18%; }
        #linkArea ul li .img .arrow {
          width: 2%;
          position: absolute;
          right: 5%;
          top: 40%; }
      #linkArea ul li .pc {
        display: none; }
      #linkArea ul li a:hover {
        background: var(--color-over); }
    #linkArea ul li:last-child {
      margin-bottom: 0; }

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