@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Noto+Sans+JP:wght@400;600&family=Noto+Serif+JP:wght@400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #232323;
  font-family: "Noto Serif JP", serif;
}
.c5-main__container .c5-inner {
  padding: 0 10px;
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-main__container h1, .c5-main__container h2, .c5-main__container h3, .c5-main__container h4 {
  margin-top: 0;
}
.c5-main__container h1 {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-main__container img {
  display: block;
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
  padding: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-main__container sup {
  font-size: 55%;
  top: -1em;
}

.c5-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.c5-lora {
  font-family: "Lora", serif;
}
.c5-bg1 {
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 48.5%, rgba(0, 0, 0, 0.3) 49.5%, rgba(0, 0, 0, 0.3) 50.5%, rgba(255, 255, 255, 0) 51.5%, rgba(255, 255, 255, 0)), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(249, 249, 249, 0) 60%, rgb(136, 118, 71) 80%, rgb(136, 118, 71) 100%);
  background-size: 4px 4px, contain;
}

.c5-bg2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 48.5%, rgba(0, 0, 0, 0.3) 49.5%, rgba(0, 0, 0, 0.3) 50.5%, rgba(255, 255, 255, 0) 51.5%, rgba(255, 255, 255, 0)), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(249, 249, 249, 0) 60%, rgb(69, 70, 71) 80%, rgb(69, 70, 71) 100%);
  background-size: 4px 4px, contain;
}

.c5-btn__wrap {
  display: flex;
  justify-content: center;
}
.c5-btn__wrap .c5-btn {
  width: 48%;
  margin: 0 10px;
}

.c5-btn {
  display: block;
  width: 57%;
  text-align: center;
  max-width: 323px;
  margin: 0 auto;
  padding: 20px 1px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  transition: all 0.3s;
}
.c5-btn span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
}
.c5-btn span::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
.c5-btn span:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: calc(60% - 3px);
  right: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.c5-btn:hover {
  color: #232323;
  background-color: #fff;
}
.c5-btn:hover span::after, .c5-btn:hover span::before {
  background-color: #232323;
}
.c5-sec1 {
  color: #fff;
  letter-spacing: 0.1em;
}
.c5-sec1 * {
  font-feature-settings: "palt" 1;
}
.c5-sec1 .c5-inner {
  padding-top: 35px;
  padding-bottom: 40px;
}
.c5-sec1__ttl {
  font-size: 19px;
  text-align: center;
  margin: 0 auto 25px;
  font-weight: normal;
}
.c5-sec1__ttl span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.c5-sec1__ttl ruby[data-ruby] {
  position: relative;
}
.c5-sec1__ttl ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1em;
  right: -2em;
  text-align: center;
  font-size: 0.4em;
  font-weight: normal;
}
.c5-sec1__ttl rt {
  display: none;
}
.c5-sec1__catch {
  color: #fff;
}
.c5-sec1__catch .c5-cate {
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.c5-sec1__catch-ttl {
  text-align: center;
  margin: 0 auto 15px;
}
.c5-sec1__catch-ttl .c5-lora {
  font-size: 30px;
}
.c5-sec1__catch-ttl .c5-small {
  font-size: 12px;
}
.c5-sec1__catch-article {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
.c5-sec1__catch-article span {
  display: block;
  margin-bottom: 1em;
}
.c5-sec1__txt {
  font-size: 13px;
  line-height: 1.56;
  margin: 0 auto 20px;
}
.c5-sec1__product {
  margin: 0 auto;
}
.c5-sec1__product-img {
  position: relative;
  margin: 0 auto 15px;
}
.c5-sec1__product-img img:first-child {
  width: 39%;
  margin: 0 auto;
}
.c5-sec1__product-img .c5-posa {
  width: 60px;
  position: absolute;
  right: 4%;
  bottom: 5px;
}
.c5-sec1__product .c5-kinou {
  width: 95%;
  margin: 0 auto 20px;
}
.c5-sec1__product .c5-kinou img {
  margin: 0 auto;
}
.c5-sec2 .c5-inner,
.c5-sec3 .c5-inner,
.c5-sec4 .c5-inner {
  padding-top: 25px;
  padding-bottom: 45px;
}

.c5-merit {
  text-align: center;
  color: #b39a56;
}
.c5-merit p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.c5-merit p span {
  padding: 3px;
  border-top: 1px solid #b39a56;
  border-bottom: 1px solid #b39a56;
}
.c5-merit h4 {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.c5-img {
  margin: 0 auto 20px;
}
.c5-img img {
  margin: 0 auto;
}
.c5-img__bottom {
  margin-bottom: 0;
}

.c5-txt {
  color: #fff;
  font-size: 13px;
  line-height: 1.56;
  margin: 0 auto 1em;
}

.c5-note {
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
  margin: 0 auto 30px;
}
.c5-sec3__hires {
  color: #fff;
  margin: 30px auto 10px;
}
.c5-sec3__hires-ttl {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.3;
}
.c5-sec3__hires-ttl span {
  color: #06a3e0;
}
.c5-sec3__hires-note {
  font-size: 11px;
  padding-left: 1em;
}
.c5-sec3__hires-note p {
  margin: 0;
}
.c5-sec3 .c5-img__bottom figcaption {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.c5-sec5 {
  margin: 0 auto 55px;
}
.c5-sec5__img {
  margin: 0 auto 25px;
}
.c5-sec5__img img {
  margin: 0 auto;
}
.c5-sec6 {
  margin: 0 auto;
  color: #fff;
}
.c5-sec6__inner {
  padding: 30px 10px 15px;
  background: url("../img/bg1.jpg") no-repeat 0 0;
  background-size: cover;
}
.c5-sec6__img {
  margin: 0 auto 15px;
  padding: 0 5px;
}
.c5-sec6__img img {
  margin: 0 auto;
}
.c5-sec6__cate {
  font-size: 12px;
  margin: 0 auto 10px;
  text-align: center;
}
.c5-sec6__name {
  font-size: 23px;
  margin: 0 auto 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.c5-sec6 .c5-btn:first-child {
  margin-left: 0;
}
.c5-sec6 .c5-btn:last-child {
  margin-right: 0;
}
.c5-banner {
  width: 70%;
  max-width: 300px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.c5-banner a {
  display: block;
  transition: all 0.3s;
}
.c5-banner a:first-child {
  margin-bottom: 15px;
}
.c5-banner a:hover {
  opacity: 0.8;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container .c5-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .c5-bg1 {
    background-size: 7px 7px, contain;
  }
  .c5-bg2 {
    background-size: 7px 7px, contain;
  }
  .c5-btn__wrap .c5-btn {
    margin: 0 20px;
  }
  .c5-btn {
    width: auto;
    font-size: 16px;
    padding: 32px 10px;
  }
  .c5-btn span::after {
    width: 40px;
    top: 60%;
    right: 0;
  }
  .c5-btn span:before {
    height: 13px;
    top: calc(60% - 5px);
    right: 3px;
  }
  .c5-sec1 .c5-inner {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .c5-sec1__ttl {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .c5-sec1__ttl span {
    padding-bottom: 20px;
  }
  .c5-sec1__catch .c5-cate {
    font-size: 15px;
  }
  .c5-sec1__catch-ttl {
    margin-bottom: 30px;
  }
  .c5-sec1__catch-ttl .c5-lora {
    font-size: 50px;
  }
  .c5-sec1__catch-ttl .c5-small {
    font-size: 16px;
  }
  .c5-sec1__catch-article {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  .c5-sec1__txt {
    max-width: 900px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 1.6em;
  }
  .c5-sec1__product-img {
    margin-bottom: 30px;
  }
  .c5-sec1__product-img img:first-child {
    width: auto;
  }
  .c5-sec1__product-img .c5-posa {
    width: auto;
    position: absolute;
    right: auto;
    left: 70%;
    bottom: 5px;
  }
  .c5-sec1__product .c5-kinou {
    width: auto;
    margin: 0 auto 35px;
  }
  .c5-sec2 .c5-inner,
  .c5-sec3 .c5-inner,
  .c5-sec4 .c5-inner {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .c5-merit p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c5-merit p span {
    padding: 8px;
  }
  .c5-merit h4 {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .c5-img {
    margin-bottom: 40px;
  }
  .c5-txt {
    max-width: 860px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 1.6em;
  }
  .c5-note {
    max-width: 860px;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 55px;
    text-align: center;
  }
  .c5-sec3__hires {
    max-width: 660px;
    margin: 50px auto 20px;
  }
  .c5-sec3__hires-ttl {
    font-size: 16px;
  }
  .c5-sec3__hires-note {
    font-size: 14px;
  }
  .c5-sec3 .c5-img__bottom figcaption {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-sec5 {
    margin-bottom: 125px;
  }
  .c5-sec5__img {
    margin-bottom: 55px;
  }
  .c5-sec6 {
    max-width: 865px;
  }
  .c5-sec6__cate {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .c5-sec6__img {
    padding: 0;
  }
  .c5-sec6__name {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 750px) {
  .c5-banner a:first-child {
    margin-bottom: 30px;
  }
  .c5-banner {
    width: 100%;
    max-width: 70px;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1100px) {
  .c5-inner {
    padding: 0;
  }
  .c5-sec1__product .c5-posa {
    left: 63%;
  }
  .c5-sec6__inner {
    padding: 45px 40px 30px;
  }
}
/*# sourceMappingURL=style.css.map */