.codea {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}
.codea a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s;
}
.codea a:hover {
  opacity: 0.6;
}
.codea img {
  width: 100%;
  vertical-align: bottom;
}

.pc_no {
  display: none;
}

.c-kv {
  margin-bottom: 160px;
  overflow: hidden;
}
.c-kv__main__img {
  width: 646px;
}
.c-kv__main {
  display: flex;
  justify-content: center;
}
.c-kv__txtbox {
  width: 545px;
  padding-top: 200px;
  box-sizing: border-box;
}
.c-kv__ttl {
  width: 502px;
  margin: 0 auto 120px;
}
.c-kv__lead {
  font-size: 21px;
  letter-spacing: 0.038em;
  line-height: 1.9;
  padding: 0 20px 0 53px;
  text-align: justify;
  font-family: "Noto Serif JP", serif;
}
.c-credit {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  position: relative;
}
.c-credit.c-txt-left::before {
  content: "left : ";
  font-size: 15px;
  margin-right: 5px;
}
.c-credit.c-txt-right::before {
  content: "right : ";
  font-size: 15px;
  margin-right: 5px;
}
.c-credit.c-txt-right {
  margin-top: 10px;
}
.c-credit___list {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.c-credit___list li {
  margin-right: 6px;
}
.c-credit___list li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
}
.c-credit___list a {
  line-height: 2;
}
.c-credit___list a:hover {
  text-decoration: underline;
}
.c-credit__buy a {
  display: block;
  box-sizing: border-box;
  border: 2px solid #000;
  font-size: 19px;
  color: #000;
  padding: 2px 4px 1px;
}
.c-credit__buy a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.c-style {
  margin-bottom: 160px;
}
.c-style__img {
  margin: auto;
}

.c-flex {
  display: flex;
  justify-content: center;
  width: 1190px;
  margin: auto;
}

.c-deco-txt {
  width: 1190px;
  margin: 200px auto 180px;
}

.c-all {
  margin: 150px 0 180px;
}
.c-all a {
  display: block;
  border: 2px solid #000;
  font-size: 24px;
  letter-spacing: 0.7em;
  width: 525px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
.c-all a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.c-shop {
  background-color: #bebebe;
  text-align: center;
  margin-bottom: 160px;
  padding: 55px 0 20px;
}

.c-shop__ttl {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 55px;
}

.c-shop__list {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
}

.c-bnr {
  width: 797px;
  margin: 0 auto 150px;
}

.style2 .c-style__img{
  width: 680px;
}
.style5 .c-style__img{
  width: 594px;
}

.slick-prev, .slick-next {
  width: auto !important;
}

/* フェードイン  */
.fadein-normal {
  transform: translateY(0);
  opacity: 0;
  transition: 1.5s;
}
.fadein-normal.is-active {
  transform: translateY(0);
  opacity: 1;
}

.contents-area {
  width: 100%;
}