@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/* -----------------------------------------------------
	contents
----------------------------------------------------- */
#contents {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
  }
}
#contents .inner .page_ttl {
  max-width: 415px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #contents .inner .page_ttl {
    max-width: 70.8333333333vw;
    margin: 0 0 13.0208333333vw;
  }
}
#contents .inner .lead {
  font-size: 1.8rem;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  #contents .inner .lead {
    font-size: 3.6458333333vw;
    line-height: 1.93;
  }
}
#contents .inner .acc_wrap {
  margin: 84px 0 0;
}
@media screen and (max-width: 768px) {
  #contents .inner .acc_wrap {
    margin: 13.0208333333vw 0 0;
  }
}
#contents .inner .acc_wrap .acc {
  border-top: solid 1px #313131;
}
#contents .inner .acc_wrap .acc .ttl {
  position: relative;
  padding: 40px 34px 40px 1.5em;
  font-weight: 600;
  font-size: 2.2rem;
  background-image: url("../img/icon_open.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents .inner .acc_wrap .acc .ttl {
    padding: 3.90625vw 5.5989583333vw 3.90625vw 1.5em;
    font-size: 3.90625vw;
    background-size: 4.296875vw auto;
  }
}
#contents .inner .acc_wrap .acc .ttl:before {
  content: "◆";
  position: absolute;
  top: 40px;
  left: 0;
  color: #7d6a48;
}
@media screen and (max-width: 768px) {
  #contents .inner .acc_wrap .acc .ttl:before {
    top: 3.90625vw;
  }
}
#contents .inner .acc_wrap .acc .desc {
  display: none;
  margin: 20px 0 60px;
  padding: 0 86px 0 33px;
}
@media screen and (max-width: 768px) {
  #contents .inner .acc_wrap .acc .desc {
    margin: 2.6041666667vw 0 10.4166666667vw;
    padding: 0;
  }
}
#contents .inner .acc_wrap .acc .desc h3 {
  margin: 60px 0 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #contents .inner .acc_wrap .acc .desc h3 {
    margin: 10.4166666667vw 0 3.90625vw;
  }
}
#contents .inner .acc_wrap .acc .desc p {
  line-height: 1.75;
}
#contents .inner .acc_wrap .acc .desc em {
  font-weight: 600;
  font-style: normal;
  color: #c3b300;
}
#contents .inner .acc_wrap .acc .desc a {
  font-weight: 600;
  text-decoration: underline;
  color: #c3b300;
}
#contents .inner .acc_wrap .acc .desc .list-disc li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
  margin-top: 10px;
}
#contents .inner .acc_wrap .acc .desc .list-disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#contents .inner .acc_wrap .acc .desc .list-disc li:first-child {
  margin-top: 0;
}
#contents .inner .acc_wrap .acc .desc .list-disc + .list-disc {
  margin-top: 60px;
}
#contents .inner .acc_wrap .acc .desc .list-note {
  margin-top: 10px;
}
#contents .inner .acc_wrap .acc .desc .list-note li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}
#contents .inner .acc_wrap .acc .desc .list-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#contents .inner .acc_wrap .acc .desc .list-note li:first-child {
  margin-top: 0;
}
#contents .inner .acc_wrap .acc.active .ttl {
  background-image: url("../img/icon_close.png");
}
#contents .inner .acc_wrap .acc:last-of-type {
  border-bottom: solid 1px #313131;
}
#contents .inner .acc_wrap .acc.active .desc {
  display: block;
}
#contents .inner .comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #1e1e1e;
  aspect-ratio: 1100/397;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #contents .inner .comingsoon {
    aspect-ratio: 24/19;
    font-size: 6.25vw;
  }
}