@charset "UTF-8";
/*common
=======================================================*/
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-opa a:hover {
  opacity: 0.8;
}

/*body以下
=======================================================*/
body {
  height: 100vh;
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
}

.pc-max-bx::before {
  content: "";
  display: block;
  width: 27.24%;
  aspect-ratio: 523/252;
  background-image: url("/img/pc/illust-bird.png");
  background-size: 100%;
  position: fixed;
  right: 0;
  bottom: 135px;
  z-index: -1;
}
.pc-max-bx::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("/img/common/ptn-wood.png") center center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sub-contents {
  width: 176px;
  position: fixed;
  transition: 0.4s;
  z-index: 1;
}
.sub-contents-lt {
  height: 600px;
  background: #fff;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.sub-contents-lt .list-sns {
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 20px;
}
.sub-contents-lt .list-sns .sns-item {
  width: 30px;
}
.sub-contents-lt .bnr {
  margin-top: 30px;
}

.sub-contents-lt {
  left: 16.67%;
  padding-top: 1%;
}
.sub-contents-lt::after {
  content: "";
  display: block;
  height: calc(100% - 60px);
  aspect-ratio: 1547/970;
  background-image: url("/img/pc/illust-line.png");
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.sub-contents-rt {
  top: 50%;
  right: 16.67%;
  transform: translate(0, -100%);
}

#sub-nav .list-nav {
  font-size: 17px;
}
#sub-nav .nav-item {
  padding: 20px;
}
#sub-nav .nav-item:not(:first-child) {
  border-top: dotted 2px rgba(156, 134, 114, 0.3);
}
#sub-nav .nav-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#sub-nav .nav-link::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: rgba(156, 134, 114, 0.1);
}
#sub-nav .nav-link.current::before {
  background: #9c8672;
}

.main-contents-container {
  width: 375px;
  transition: 0.4s;
  position: relative;
  z-index: 10;
}

.contents-c {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1190px) {
  .sub-contents-lt {
    left: 6.67%;
  }
  .sub-contents-rt {
    right: 6.67%;
  }
}
@media screen and (max-width: 915px) {
  .sub-contents-lt {
    left: 1.67%;
  }
  .sub-contents-rt {
    right: 1.67%;
  }
}/*# sourceMappingURL=style_pc.css.map */