.codea {
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  font-family: "minion-pro", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
}
.codea a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
.codea a:hover {
  opacity: 0.8;
}
.codea img {
  width: 100%;
}

.pc_no {
  display: none;
}

.c-kv {
  width: 1190px;
  margin: 0 auto 193px;
  display: flex;
}
.c-kv__img {
  width: 604px;
}
.c-kv__ttl {
  margin-bottom: 140px;
  position: relative;
}
.c-kv__ttl::after {
  content: "";
  width: 88px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -78px;
  left: 252px;
  transform: rotate(-53deg);
}
.c-kv__lead {
  text-align: center;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
}
.c-kv__txtbox {
  width: 586px;
  padding-top: 159px;
}

.c-style {
  width: 1190px;
  margin: 0 auto 190px;
  position: relative;
}
.c-style__deco {
  font-size: 60px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.7;
  position: absolute;
}

.c-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 74px;
}
.c-credit__list {
  font-size: 18px;
  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 li a:hover {
  text-decoration: underline;
}
.c-credit__buy a {
  display: block;
  box-sizing: border-box;
  border: 3px solid #000;
  font-size: 22px;
  color: #000;
  padding: 2px 8px 1px;
}
.c-credit__buy a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.c-style1 .c-style__ph__1 {
  width: 605px;
}
.c-style1 .c-style__ph__2 {
  width: 488px;
  margin-top: 83px;
}
.c-style1 .c-style__ph {
  display: flex;
  justify-content: space-between;
}
.c-style1 .c-credit {
  margin-top: 60px;
}

.c-style2 .c-style__ph {
  width: 705px;
  margin: 0 auto;
}

.c-style3 .c-style__ph__1 {
  width: 488px;
}
.c-style3 .c-style__ph__2 {
  width: 605px;
  margin-top: 83px;
}
.c-style3 .c-style__ph {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.c-style3 .c-credit {
  margin-top: 60px;
}
.c-style3 .c-style__deco {
  top: 730px;
  left: 532px;
}

.c-style4 .c-style__ph__1 {
  width: 488px;
  margin-top: 83px;
}
.c-style4 .c-style__ph__2 {
  width: 605px;
}
.c-style4 .c-style__ph {
  display: flex;
  justify-content: space-between;
}
.c-style4 .c-credit {
  margin-top: 60px;
}

.c-all {
  margin: 240px 0 165px;
}
.c-all a {
  display: block;
  width: 535px;
  border: 4px solid #000000;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-size: 25px;
  margin: 0 auto;
  padding: 11px 0;
}
.c-all a:hover {
  background-color: #000000;
  color: #fff;
}

.c-news__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.1em;
  background-color: #d4d4e2;
  padding: 42px 0;
  margin-bottom: 45px;
}
.c-news__list {
  text-align: center;
  margin-bottom: 175px;
  padding-top: 103px;
  position: relative;
}
.c-news__list::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: rotate(-53deg) translateX(-50%);
  top: 0;
}
.c-news__list__ttl {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 52px;
}
.c-news__detail {
  margin-bottom: 83px;
}
.c-news__detail__date {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-news__detail__place {
  display: block;
  font-size: 19px;
  font-weight: 400;
}

.c-bnr {
  width: 862px;
  margin: 0 auto 150px;
}
.c-bnr li:not(:last-child) {
  margin-bottom: 138px;
}

.kv_fade {
  opacity: 0;
  transition: 1.5s;
}

.kv_fade.show {
  opacity: 1;
}

.c-fadein {
  opacity: 0;
  transition: all 1.5s;
}