@charset "UTF-8";
.springstart {
  line-height: 1;
  letter-spacing: 0;
  color: #707070;
  font-weight: 400;
  font-family: leander-script-pro, "dnp-shuei-mincho-pr6n", sans-serif;
}
.springstart a {
  color: #707070;
  transition: 0.2s;
}
.springstart a:hover {
  opacity: 0.8;
}
.springstart img {
  width: 100%;
}

.pc_no {
  display: none;
}

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

.r-area {
  margin-bottom: 200px;
}
.r-area__ttl {
  text-align: center;
  width: 770px;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  margin: 0 auto 42px;
  padding: 40px 0 30px;
  color: #3E3A39;
  position: relative;
}
.r-area__ttl__en {
  font-size: 44px;
  width: 410px;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.r-area__ttl__ja {
  font-size: 40px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  line-height: 1.6;
}
.r-area__ttl__ja span {
  display: block;
  font-size: 26px;
}

.r-item {
  margin-bottom: 83px;
}
.r-item__ttl {
  text-align: center;
  font-size: 36px;
  color: #E3CAB3;
  margin-bottom: 53px;
}
.r-item__img {
  width: 437px;
  margin-bottom: 75px;
}
.r-item__box {
  text-align: center;
}
.r-item__name {
  font-size: 26px;
  display: inline-block;
  padding: 0 47px;
  margin-bottom: 40px;
  position: relative;
}
.r-item__name::before {
  content: "“";
  color: #E7D1BD;
  font-size: 49px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  position: absolute;
  left: 0;
  top: -23px;
}
.r-item__name::after {
  content: "”";
  color: #E7D1BD;
  font-size: 49px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  position: absolute;
  right: 0;
  top: 23px;
}
.r-item__lead {
  font-size: 20px;
  line-height: 1.5;
}
.r-item__flex {
  display: flex;
  justify-content: center;
  gap: 59px;
}

.r-wrap {
  width: 990px;
  margin: 0 auto 85px;
}

.r-style {
  display: flex;
  justify-content: space-between;
}
.r-style__box {
  width: 470px;
}
.r-style__box.r-style__box2 {
  margin-top: 120px;
}
.r-style__img {
  position: relative;
  margin-bottom: 45px;
}
.r-style__img__deco {
  font-size: 30px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 0.1em;
  color: #E3CAB3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
}
.r-style__img__deco::before {
  content: "";
  width: 1px;
  height: 240px;
  background-color: #E7D1BD;
  position: absolute;
}
.r-style__lead {
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 40px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

.r-credit li a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 12px;
  color: #707070;
  display: inline-block;
}
.r-credit li a:hover {
  text-decoration: underline;
}
.r-credit li:not(:last-child) {
  margin-bottom: 17px;
}
.r-credit li span {
  margin-left: 5px;
}

.r-style__box1 .r-style__img__deco {
  left: -42px;
  top: 258px;
}
.r-style__box1 .r-style__img__deco::before {
  top: -258px;
  left: 3px;
}

.r-style__box2 .r-style__img__deco {
  right: -42px;
  bottom: 256px;
}
.r-style__box2 .r-style__img__deco::before {
  bottom: -258px;
  right: 3px;
}

.r-wrap1-2 .r-item__name::before, .r-wrap1-2 .r-item__name::after, .r-wrap1-2 .r-style__img__deco, .r-wrap1-2 .r-item__ttl {
  color: #8A9ABC;
}
.r-wrap1-2 .r-style__img__deco::before {
  background-color: #8A9ABC;
}

.r-area2 {
  color: #A8A9A3;
}
.r-area2 .r-area__ttl {
  border-color: #A8A9A3;
}
.r-area2 .r-credit li a, .r-area2 .r-area__ttl {
  color: #A8A9A3;
}

.r-all {
  width: 500px;
  margin: 0 auto 200px;
}

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

.fadein-normal.is-active {
  transform: translateY(0);
  opacity: 1;
}

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

#footer {
  margin: 0;
}