@charset "UTF-8";
.outerandtops {
  line-height: 1.2;
  letter-spacing: 0;
  color: #1E1E1E;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  padding-bottom: 150px;
}
.outerandtops a {
  color: #1E1E1E;
  text-decoration: none;
  transition: 0.2s;
}
.outerandtops a:hover {
  opacity: 0.8;
}
.outerandtops img {
  width: 100%;
}

.pc_no {
  display: none;
}

.r-kv {
  margin-bottom: 140px;
}

.r-area__ttl {
  height: 80px;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}
.r-area__ttl::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #BAC0D5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.r-area__ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  color: #4B49AA;
  font-size: 30px;
  font-weight: 500;
  padding: 0 66px;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.r-area__ttl span::before {
  content: "";
  background-image: url(../img/deco_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.r-area__ttl span::after {
  content: "";
  background-image: url(../img/deco_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.r-area__btn {
  margin: 0 0 166px;
}
.r-area__btn a {
  display: block;
  background-color: #BAC0D5;
  color: #fff;
  width: 580px;
  line-height: 72px;
  margin: 0 auto;
  text-align: center;
  font-family: "Ovo", serif;
  font-size: 24px;
  position: relative;
}
.r-area__btn a::after {
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 52px;
}

.r-style {
  position: relative;
}
.r-style__ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.r-style__ttl__num {
  font-family: "Ovo", serif;
  padding-left: 32px;
  position: relative;
}
.r-style__ttl__num span {
  display: block;
}
.r-style__ttl__num span:nth-child(1) {
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.r-style__ttl__num span:nth-child(2) {
  font-size: 136px;
  color: #BAC0D5;
  line-height: 0.8;
}
.r-style__ttl__txt {
  font-size: 16px;
  line-height: 1.75;
}
.r-style__sub {
  position: relative;
  width: 430px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.r-credit {
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 18px 30px;
  margin-top: 25px;
}
.r-credit li {
  display: inline-block;
  width: fit-content;
}
.r-credit a {
  font-size: 14px;
  display: flex;
  align-items: baseline;
  gap: 0 15px;
  border-bottom: 1px solid white;
}
.r-credit a span:nth-child(1) {
  width: 84px;
  white-space: nowrap;
}
.r-credit a span:nth-child(2) {
  width: 50px;
  font-family: "Ovo", serif;
  white-space: nowrap;
}
.r-credit a:hover {
  border-bottom: 1px solid #707070;
}
.r-credit.r-long {
  height: 140px;
}
.r-credit.r-short {
  height: 60px;
}

.r-flex {
  display: flex;
  justify-content: center;
  gap: 42px;
}

.r-typea {
  width: 1110px;
  margin: 0 auto 84px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.r-typea .r-style__main {
  width: 640px;
}

.r-typeb {
  width: 1110px;
  margin: 0 auto 84px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.r-typeb .r-style__main {
  width: 640px;
}
.r-typeb .r-credit {
  align-items: end;
}

.r-typec {
  width: 534px;
  margin-bottom: 84px;
}
.r-typec .r-credit {
  align-items: center;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.r-all a {
  display: block;
  background-color: #4B49AA;
  color: #fff;
  width: 620px;
  line-height: 76px;
  margin: 0 auto;
  text-align: center;
  font-family: "Ovo", serif;
  font-size: 24px;
  position: relative;
}
.r-all a::after {
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 52px;
}

/* KVフェードイン  */
.kv_fade {
  opacity: 0;
  transition: 1.5s;
}

.kv_fade.show {
  opacity: 1;
}

/* フェードイン */
.r-fadein {
  opacity: 0;
  transition: all 1.5s;
}

.contents-area {
  width: 100%;
  margin: 0;
}

#footer {
  margin: 0;
}