@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-wrap {
  font-family: "Noto Sans JP", sans-serif;
}
.c5-wrap * {
  box-sizing: border-box;
}
.c5-wrap p {
  margin-top: 0;
}
.c5-wrap img {
  display: block;
  max-width: 100%;
}
.c5-wrap ul {
  padding-left: 0;
  margin-left: 0;
}
.c5-wrap ul li {
  list-style: none;
}
.c5-wrap a {
  text-decoration: none;
}
.c5-wrap h2 {
  margin-top: 0;
}
.c5-wrap h2 img {
  width: 94%;
  margin: 0 auto;
}

.c5-hero h1 {
  margin: 0;
}
.c5-hero h1 img {
  margin: 0 auto;
}

.c5-inner {
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 10px;
}
.c5-catch {
  padding: 40px 0 10px;
  background: rgb(37, 34, 27);
  background: linear-gradient(0deg, rgb(37, 34, 27) 0%, rgb(31, 29, 26) 100%);
}
.c5-catch__ttl {
  font-size: 6.4vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
.c5-catch__txt {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
}

.c5-voice {
  padding: 0 0 40px;
  background: rgb(31, 29, 26);
  background: linear-gradient(0deg, rgb(31, 29, 26) 0%, rgb(104, 86, 34) 30%, rgb(104, 86, 34) 70%, rgb(37, 34, 27) 100%);
}
.c5-voice a {
  display: block;
  transition: all 0.3s;
}
.c5-voice a:hover {
  opacity: 0.7;
}
.c5-voice h2 {
  margin-bottom: 30px;
}
.c5-voice__list {
  margin: 0 auto;
}
.c5-voice__list li {
  width: 70%;
  margin: 0 auto;
}
.c5-voice__list li img {
  margin: 0 auto;
}
.c5-voice__list li:not(:last-child) {
  margin-bottom: 30px;
}

.c5-sec1 {
  padding: 40px 0 55px;
  background: rgb(31, 29, 26);
}
.c5-sec1 h2 {
  margin-bottom: 30px;
}
.c5-sec1 .c5-movie__wrap {
  margin: 0 auto;
}
.c5-sec1 .c5-movie__wrap:first-child {
  margin-bottom: 40px;
}
.c5-sec1 .c5-movie__wrap h3 {
  font-size: 15px;
  color: #fff;
  font-style: italic;
  margin: 0 auto 15px;
  text-align: center;
}
.c5-movie {
  position: relative;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c5-sec4 {
  padding: 20px 0 50px;
  background: rgb(31, 29, 26);
}
.c5-sec4 h2 {
  margin-bottom: 25px;
}
.c5-sec4__banner img {
  margin: 0 auto;
}
.c5-sec5 {
  padding: 40px 0 80px;
  background: rgb(31, 29, 26);
  background: linear-gradient(180deg, rgb(31, 29, 26) 0%, rgb(104, 87, 34) 80%, rgb(104, 87, 34) 100%);
}
.c5-sec5 h2 {
  margin-bottom: 30px;
}
.c5-sec5 .c5-product__wrap {
  width: 95%;
  margin: 0 auto;
}
.c5-sec5 .c5-product {
  margin: 0 auto 40px;
  border: 1px solid #ccb36c;
  padding: 60px 20px 30px;
  background: rgb(139, 106, 6);
  background: linear-gradient(180deg, rgb(139, 106, 6) 0%, rgb(14, 11, 1) 45%);
}
.c5-sec5 .c5-product__img {
  position: relative;
  margin: 0 auto 25px;
}
.c5-sec5 .c5-product__img img {
  margin: 0 auto;
}
.c5-sec5 .c5-product__img img:first-child {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -45px;
  left: -5px;
}
.c5-sec5 .c5-product__img img:last-child {
  width: 45%;
}
.c5-sec5 .c5-product__name {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
}
.c5-sec5 .c5-product__name span {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.c5-sec5 .c5-product__txt {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}
.c5-sec5 .c5-product__btn {
  display: flex;
  justify-content: space-between;
}
.c5-sec5 .c5-product__btn a {
  display: block;
  margin: 0 auto;
  width: 48%;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: 1px solid #ccb36c;
  border-radius: 200px;
  position: relative;
  transition: all 0.3s;
}
.c5-sec5 .c5-product__btn a:hover {
  color: #ccb36c;
}
.c5-sec5 .c5-product__btn a:hover::before {
  border-color: transparent transparent transparent #ccb36c;
}
.c5-sec5 .c5-product__btn a:first-child {
  margin-left: 0;
}
.c5-sec5 .c5-product__btn a:last-child {
  margin-right: 0;
}
.c5-sec5 .c5-product__btn a::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4.5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12%;
}
.mod-effect img {
  transition: all 0.3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
}

@media (min-width: 751px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-hero {
    background: rgb(25, 27, 23);
    background: linear-gradient(90deg, rgb(25, 27, 23) 0%, rgb(31, 29, 26) 100%);
  }
  .c5-wrap h2 img {
    width: 100%;
    max-width: 807px;
  }
  .c5-catch {
    padding: 110px 0 90px;
  }
  .c5-catch__ttl {
    font-size: 45px;
    letter-spacing: 0.16em;
    line-height: 1.53;
    margin-bottom: 50px;
  }
  .c5-catch__txt {
    font-size: 17px;
    line-height: 2.11;
    margin-bottom: 40px;
  }
  .c5-voice {
    padding-bottom: 70px;
    background: rgb(104, 86, 34);
    background: linear-gradient(0deg, rgb(104, 86, 34) 0%, rgb(37, 34, 27) 100%);
  }
  .c5-voice h2 {
    margin-bottom: 80px;
  }
  .c5-voice__list {
    display: flex;
    justify-content: space-between;
  }
  .c5-voice__list li {
    width: 48%;
    max-width: 520px;
    margin: 0;
  }
  .c5-voice__list li:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-sec1 {
    padding: 80px 0 105px;
    background: rgb(31, 29, 26);
    background: linear-gradient(0deg, rgb(31, 29, 26) 0%, rgb(104, 86, 34) 100%);
  }
  .c5-sec1 h2 {
    margin-bottom: 70px;
  }
  .c5-sec1 .c5-movie__box {
    display: flex;
    justify-content: space-between;
  }
  .c5-sec1 .c5-movie__wrap {
    width: 48%;
    max-width: 521px;
    margin: 0;
  }
  .c5-sec1 .c5-movie__wrap:first-child {
    margin-bottom: 0;
  }
  .c5-sec1 .c5-movie__wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .c5-sec4 {
    padding: 80px 0;
  }
  .c5-sec4 h2 {
    margin-bottom: 60px;
  }
  .c5-sec5 {
    padding: 80px 0 120px;
    background: rgb(31, 29, 26);
    background: linear-gradient(180deg, rgb(31, 29, 26) 0%, rgb(99, 82, 33) 100%);
  }
  .c5-sec5 h2 {
    margin-bottom: 60px;
  }
  .c5-sec5 .c5-product__wrap {
    width: 100%;
    max-width: 1105px;
    display: flex;
    justify-content: space-between;
  }
  .c5-sec5 .c5-product {
    width: 49%;
    max-width: 532px;
    margin: 0 auto;
    border: 1px solid #ccb36c;
    padding: 55px 5% 35px;
  }
  .c5-sec5 .c5-product:first-child {
    margin-left: 0;
  }
  .c5-sec5 .c5-product:last-child {
    margin-right: 0;
  }
  .c5-sec5 .c5-product__img {
    margin: 0 auto 40px;
  }
  .c5-sec5 .c5-product__img img:first-child {
    width: 48px;
    height: 48px;
    top: -25px;
    left: -27px;
  }
  .c5-sec5 .c5-product__img img:last-child {
    width: 45%;
  }
  .c5-sec5 .c5-product__name {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 15px;
  }
  .c5-sec5 .c5-product__name span {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .c5-sec5 .c5-product__txt {
    font-size: 18px;
  }
  .c5-sec5 .c5-product__txt.ex {
    margin-bottom: 54px;
  }
  .c5-sec5 .c5-product__btn {
    display: block;
  }
  .c5-sec5 .c5-product__btn a {
    width: 201px;
    padding: 10px;
    font-size: 16px;
  }
  .c5-sec5 .c5-product__btn a:first-child {
    margin: 0 auto 10px;
  }
  .c5-sec5 .c5-product__btn a:last-child {
    margin: 0 auto;
  }
  .c5-sec5 .c5-product__btn a::before {
    border-width: 4px 0 4px 6px;
    left: 15%;
  }
}

@media screen and (min-width: 960px) {
  .c5-movie {
    width: 100%;
    max-width: 521px;
    height: 297px;
    margin: 0 auto;
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */
