@charset "UTF-8";

html {
  font-size: 6.4px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.4571428571vw;
  }
}

.l-footer {
  padding: 0;
}
.pc-footer {
  margin: 0;
}
.l-container {
  width: 100%;
}


/*-------------------------
 common
-------------------------*/
#feature {
  position: relative;
  box-sizing: border-box;
  font-feature-settings: "palt";
  width: 100%;
  overflow: clip;
  color: #9b1021;
  background-color: #fceede;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#feature img, svg, video {
  width: 100%;
  height: auto;
  display: block;
}
#feature a {
  text-decoration: none;
  display: block;
}
#feature a:hover {
  opacity: 0.7;
}
#feature a:link, #feature a:visited {
  color: #9b1021;
}
#feature .sp {
  display: none;
}
#feature * {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
}


/*-------------------------
 animation
-------------------------*/
.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  opacity: 0;
}
.blur.is_show {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1.5s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1.5s ease 0s, -webkit-transform 1s ease 0s;
  transition: filter 1.5s ease 0s, opacity 1s ease 0s, transform 1s ease 0s;
  transition: filter 1.5s ease 0s, opacity 1s ease 0s, transform 1s ease 0s, -webkit-filter 1.5s ease 0s, -webkit-transform 1s ease 0s;
  opacity: 1;
}

.slidetoTop.is_show {
  animation: slidetoTop 3s;
}
@keyframes slidetoTop {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.slidetoLeft.is_show {
  animation: slidetoLeft 3s;
}
@keyframes slidetoLeft {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
.slidetoRight.is_show {
  animation: slidetoRight 3s;
}
@keyframes slidetoRight {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}

#feature .viewToRight {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
#feature .viewToRight.is_show {
  clip-path: inset(0);
}


/*-------------------------
 CONTENTS
-------------------------*/
/* Wrap */
#feature .contentWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
}
#feature .mainWrap .inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}

#feature .leftWrap {
  order: 1;
  width: calc((100% - 75rem) / 2);
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap__logo {
  width: 33.593rem;
}
#feature .leftWrap__logo.view {
  opacity: 1;
}
#feature .leftWrap__logo {
  opacity: 0;
  transition: opacity 1.1s ease;
}

#feature .rightWrap {
  order: 3;
  width: calc((100% - 75rem) / 2);
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .rightWrap__btn {
  width: 30.315rem;
}
#feature .rightWrap__btn.view {
  opacity: 1;
  pointer-events: auto;
}
#feature .rightWrap__btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.1s ease;
}
#feature .rightWrap__btn:hover {
  opacity: 0.4;
  transition: all 0.4s;
}


/* mv */
#feature .mv {
  background-color: #9b1021;
  padding: 0.6rem;
}
#feature .mv__img {
  width: 64rem;
  margin: 0 auto;
}
#feature .mv__inner {
  position: relative;
}

/* intro */
#feature .intro {
  background-color: #fff;
  padding: 12rem 0 0;
}
#feature .intro .intro__inner {
  position: relative;
  margin: 0 auto 24.5rem;
}
#feature .intro .intro__main {
  width: 66rem;
  background: url(../img/intro_main-deco.svg) no-repeat;
  background-size: 100%;
  padding: 15rem 0 22rem;
  margin-left: 4.5rem;
}
#feature .intro .intro__main p {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  text-align: center;
}
#feature .intro .intro__sub {
  width: 31rem;
  color: #fff;
  background: url(../img/intro_sub-deco.svg) no-repeat;
  background-size: 100%;
  padding: 7rem 0 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 44.4rem;
  right: 2rem;
}
#feature .intro .intro__sub-content {
  width: 18.4rem;
}


/* movie */
#feature .hero__movie {
  position: relative;
  width: 75rem;
  margin: 0;
  aspect-ratio: 750/1333;
  background-color: #9b1021;
}
#feature .hero__movie-cont {
  position: relative;
  height: 100%;
}
#feature .hero__movie video {
  width: 100%;
  height: 100%;
}
#feature .hero__movie.cs {
  display: none;
}
#feature .hero__movie-btn {
  position: absolute;
  padding: 0;
  right: 2.63rem;
  bottom: 2.8rem;
  cursor: pointer;
}
#feature .hero__movie-btn::before {
  display: inline-block;
  content: "";
  width: 5.85rem;
  height: 2.37rem;
  background: no-repeat url(../img/movie_on.png) 0 0/contain;
}
#feature .hero__movie-btn.on {
  right: 2.55rem;
  bottom: 3rem;
}
#feature .hero__movie-btn.on::before {
  content: "";
  width: 6.99rem;
  height: 1.82rem;
  background: no-repeat url(../img/movie_off.png) 0 0/contain;
}


/* .sec */
#feature .sec {
  position: relative; 
}
#feature .sec__inner {
  position: relative; 
}
#feature .sec__imgbox {
  position: relative; 
}
#feature .sec__imgbox .sec__img-txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.1rem;
  letter-spacing: -0.02em;
}
#feature .sec__imgbox .sec__img-txt span {
  display: block;
}
#feature .sec__caption {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin: 7rem auto 6.5rem;
}
#feature .sec__img {
  position: relative;
}
#feature .sec__deco {
  pointer-events: none;
}
#feature .sec__sticky {
  background-color: #fff6e9;
  position: relative;
  z-index: 2;
}

/* ttl */
#feature .sec__ttl-txt {
  font-family: chapman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
#feature .sec__ttl-txt span {
  display: block;
}
#feature .sec__ttl-jptxt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1.5;
  margin-top: 3rem;
}
#feature .sec__ttl-deco {
  width: 13rem;
  position: relative;;
}
#feature .sec__ttl-num {
  font-family: scotch-display-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
#feature .sec__ttl-deco.is_show .sec__ttl-num {
  clip-path: inset(0);
}
#feature .heart-svg {
  width: 100%;
  height: auto;
  overflow: visible !important;
}
#feature .heart-01 {
  width: 100%;
  height: auto;
}
#feature .heart-01-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-01-img {
  -webkit-mask: url(#heart-01-mask);
          mask: url(#heart-01-mask);
}
#feature .heart-01 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-01 .st1 {
  fill: #fff;
}
#feature .heart-02 {
  width: 100%;
  height: auto;
}
#feature .heart-02-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-02-img {
  -webkit-mask: url(#heart-02-mask);
          mask: url(#heart-02-mask);
}
#feature .heart-02 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-02 .st1 {
  fill: #fff;
}
#feature .heart-03-mask {
  width: 13rem;
  height: 12rem;
}
#feature .heart-03 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-03 .st1 {
  fill: #9b1021;
}
#feature .heart-04-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-04-img {
  -webkit-mask: url(#heart-04-mask);
          mask: url(#heart-04-mask);
}
#feature .heart-04 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-04 .st1 {
  fill: #9b1021;
}
#feature .heart-05 {
  width: 100%;
  height: auto;
}
#feature .heart-05-mask {
  width: 13rem;
  height: 12rem;
}
#feature .heart-05 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-05 .st1 {
  fill: #fff;
}
#feature .heart-06 {
  width: 100%;
  height: auto;
}
#feature .heart-06-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-06-img {
  -webkit-mask: url(#heart-06-mask);
          mask: url(#heart-06-mask);
}
#feature .heart-06 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-06 .st1 {
  fill: #fff;
}
#feature .heart-07 {
  width: 100%;
  height: auto;
}
#feature .heart-07-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-07-img {
  -webkit-mask: url(#heart-07-mask);
          mask: url(#heart-07-mask);
}
#feature .heart-07 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-07 .st1 {
  fill: #fff;
}
#feature .heart-08 {
  width: 100%;
  height: auto;
}
#feature .heart-08-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-08-img {
  -webkit-mask: url(#heart-08-mask);
          mask: url(#heart-08-mask);
}
#feature .heart-08 .st0 {
  stroke-width: 6px;
}
#feature .heart-08 .st0,
#feature .heart-08 .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#feature .heart-08 .st2 {
  fill: #9b1021;
}
#feature .heart-09 {
  width: 100%;
  height: auto;
}
#feature .heart-09-mask {
  width: 13.2rem;
  height: 12.2rem;
}
#feature .heart-09-img {
  -webkit-mask: url(#heart-09-mask);
          mask: url(#heart-09-mask);
}
#feature .heart-09 .st0 {
  stroke-width: 6px;
}
#feature .heart-09 .st0,
#feature .heart-09 .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#feature .heart-09 .st2 {
  fill: #9b1021;
}
#feature .heart-10 {
  width: 100%;
  height: auto;
}
#feature .heart-10-mask {
  width: 13rem;
  height: 12rem;
}
#feature .heart-10 .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#feature .heart-10 .st1 {
  fill: #9b1021;
}


/* .sec01 */
#feature .sec01 {
  padding: 18rem 0 0;
  background-color: #9b1021;
  color: #fff;
}
#feature .sec01 .sec__ttl-deco.is_show .ttl-deco {
  stroke: #fff;
}
#feature .sec01 .sec__ttl {
  margin: 0 auto 6.5rem 7rem;
}
#feature .sec01 .sec__ttl .sec__ttl-txt {
  margin: -7rem 0 0 11rem;
}
#feature .sec01 .sec__ttl .sec__ttl-txt span {
  margin-left: 10rem;
}
#feature .sec01 .sec__imgbox .sec__img-txt {
  color: #9b1021;
  position: absolute;
  top: 6rem;
  right: 5rem;
  z-index: 10;
}
#feature .sec01 .sec__imgbox .sec__img-txt span {
  margin: 13rem 1.4rem 0 0;
}
#feature .sec01 .img01 {
  width: 69rem;
  margin: 0 0 0 auto;
}
#feature .sec01 .img02 {
  width: 66rem;
  margin: 0 auto 0 0;
}

/* .sec02 */
#feature .sec02 {
  padding: 22rem 0 48rem;
  background-color: #9b1021;
  color: #fff;
}
#feature .sec02 .sec__ttl-deco.is_show .ttl-deco {
  stroke: #fff;
}
#feature .sec02 .sec__ttl {
  margin: 0 auto 7rem;
}
#feature .sec02 .sec__ttl .sec__ttl-txt {
  text-align: center;
}
#feature .sec02 .sec__ttl-deco {
  margin: 0 3.4rem -5rem auto;
}
#feature .sec02 .sec__imgbox .sec__img-txt {
  position: absolute;
  top: 0.3rem;
  right: 9.5rem;
  z-index: 10;
}
#feature .sec02 .sec__imgbox .sec__img-txt span {
  margin: 14rem 1.5rem 0 0;
}
#feature .sec02 .img01 {
  width: 48rem;
  margin: 0 auto 0 3rem;
}
#feature .sec02 .img02 {
  width: 61.4rem;
  margin: -9.5rem auto 0;
  border: 1px solid #fff;
  padding: 1.2rem;
}
#feature .sec02 .img03 {
  width: 57.4rem;
  margin: 10rem auto 0;
}
#feature .sec02 .sec__imgbox02  {
  position: absolute;
  bottom: -69.5rem;
  left: 13.5rem;
  z-index: 10;
}

/* .sec03 */
#feature .sec03 {
  padding: 43.5rem 0 0;
  background-color: #FFF6E9;
}
#feature .sec03 .sec__ttl {
  margin: 0 auto 7rem;
}
#feature .sec03 .sec__ttl .sec__ttl-txt {
  text-align: center;
  margin: 2rem auto 0;
}
#feature .sec03 .sec__ttl-deco {
  margin: 0 auto;
}
#feature .sec03 .sec__imgbox .sec__img-txt {
  position: absolute;
  top: 4.8rem;
  left: 5.5rem;
  z-index: 10;
}
#feature .sec03 .sec__imgbox .sec__img-txt span {
  margin: 10rem 1.3rem 0 0;
}
#feature .sec03 .img01 {
  width: 75rem;
  margin: 0;
}
#feature .sec03 .img02 {
  width: 64rem;
  margin: 0 auto;
}
#feature .sec03 .img03 {
  width: 56.2rem;
  margin: 12rem 0 0 auto;
}

/* .sec04 */
#feature .sec04 {
  padding: 22rem 0 20rem;
  background-color: #FFF6E9;
  position: sticky;
  z-index: -1;
}
#feature .sec04 .sec__ttl {
  margin: 0 5rem 6.5rem;
}
#feature .sec04 .sec__ttl .sec__ttl-txt {
  margin: -5rem auto 0;
  text-align: center;
}
#feature .sec04 .sec__ttl-deco {
  margin: 0 0 0 3.4rem;
}
#feature .sec04 .sec__imgbox .sec__img-txt {
  position: absolute;
  top: 6rem;
  right: 5rem;
  z-index: 10;
}
#feature .sec04 .sec__imgbox .sec__img-txt span {
  margin: 18.5rem 1.2rem 0 0;
  letter-spacing: -0.08em;
}
#feature .sec04 .img01 {
  width: 68rem;
  margin: 0 auto 0 0;
}
#feature .sec04 .img02 {
  width: 65rem;
  margin: 0 0 0 auto;
}
#feature .sec04 .img03 {
  width: 58.8rem;
  margin: 10rem auto 0 0;
}

/* .sec05 */
#feature .sec05 {
  will-change: transform;
  padding: 12rem 0 13rem;
  background-color: #9b1021;
  color: #fff;
  z-index: 1;
}
#feature .sec05 .sec__ttl-deco.is_show .ttl-deco {
  stroke: #fff;
}
#feature .sec05 .sec__ttl {
  margin: 0 5rem 7.5rem;
}
#feature .sec05 .sec__ttl .sec__ttl-txt {
  margin: 0 auto;
  text-align: center;
}
#feature .sec05 .sec__ttl-deco {
  margin: 0 auto 2rem;
}
#feature .sec05 .sec__imgbox .sec__img-txt {
  position: absolute;
  top: 5rem;
  left: 4.5rem;
  z-index: 10;
  color: #9b1021;
}
#feature .sec05 .sec__imgbox .sec__img-txt span {
  margin: 9rem 1.3rem 0 0;
}
#feature .sec05 .img01 {
  width: 75rem;
  margin: 0 auto;
}
#feature .sec05 .img02 {
  width: 64.4rem;
  margin: 12rem auto 0;
}

/* .sec06 */
#feature .sec06 {
  padding: 10rem 0 12rem;
  background-color: #9b1021;
  color: #fff;
  z-index: 1;
}
#feature .sec06 .sec__ttl-deco.is_show .ttl-deco {
  stroke: #fff;
}
#feature .sec06 .sec__ttl {
  margin: 0 auto 5rem 4rem;
}
#feature .sec06 .sec__ttl .sec__ttl-txt {
  margin: 0;
}
#feature .sec06 .sec__ttl-deco {
  margin: 0 13.6rem -8rem auto;
}
#feature .sec06 .img01 {
  width: 58rem;
  margin: 7.5rem auto 0 4rem;
}

/* .sec07 */
#feature .sec07 {
  padding: 10rem 0 15.5rem;
  background-color: #9b1021;
  color: #fff;
  z-index: 1;
}
#feature .sec07 .sec__ttl-deco.is_show .ttl-deco {
  stroke: #fff;
}
#feature .sec07 .sec__ttl {
  margin: 0 auto 6.5rem;
}
#feature .sec07 .sec__ttl .sec__ttl-txt {
  margin: 0 auto 0 18rem;
}
#feature .sec07 .sec__ttl-deco {
  margin: 0 auto -7rem 7rem;
}
#feature .sec07 .sec__imgbox .sec__img-txt {
  position: absolute;
  top: 6.8rem;
  right: 5.5rem;
  z-index: 10;
  color: #9b1021;
}
#feature .sec07 .img01 {
  width: 69rem;
  margin: 0 0 0 auto;
}
#feature .sec07 .img02 {
  width: 65rem;
  margin: 0 auto 0 0;
}

/* .sec08 */
#feature .sec08 {
  padding: 12rem 0 12rem;
  background-color: #FFF6E9;
  z-index: 1;
}
#feature .sec08 .sec__ttl {
  margin: 0 auto 6rem;
}
#feature .sec08 .sec__ttl .sec__ttl-txt {
  margin: 0 auto 0 9rem;
}
#feature .sec08 .sec__ttl .sec__ttl-jptxt {
  margin: 2rem auto 0 9rem;
  line-height: 1.8;
}
#feature .sec08 .sec__ttl-deco {
  margin: 0 8.5rem -7rem auto;
}
#feature .sec08 .img01 {
  width: 65.8rem;
  margin: 0 0 0 auto;
}

/* .sec09 */
#feature .sec09 {
  padding: 10rem 0 13rem;
  background-color: #FFF6E9;
  z-index: 1;
}
#feature .sec09 .sec__ttl {
  margin: 0 auto 7.5rem;
}
#feature .sec09 .sec__ttl .sec__ttl-txt {
  margin: 0 auto 0 4rem;
}
#feature .sec09 .sec__ttl .sec__ttl-jptxt {
  margin: 2rem auto 0 4rem;
  letter-spacing: 0.03em;
}
#feature .sec09 .sec__ttl-deco {
  margin: 0 20.5rem -7rem auto;
}
#feature .sec09 .img01 {
  width: 60rem;
  margin: 0 auto 0 4rem;
  padding: 1.2rem;
  border: 1px solid currentColor;
}

/* .sec10 */
#feature .sec10 {
  padding: 10rem 0 11.5rem;
  background-color: #FFF6E9;
  z-index: 1;
}
#feature .sec10 .sec__ttl {
  margin: 0 auto 7rem;
}
#feature .sec10 .sec__ttl .sec__ttl-txt {
  margin: 0 auto;
  text-align: center;
}
#feature .sec10 .sec__ttl-deco {
  margin: 0 auto 2rem;
}
#feature .sec10 .sec__imgbox .sec__img-txt {
  position: absolute;
  top: 7rem;
  right: 5.5rem;
  z-index: 10;
  color: #9b1021;
}
#feature .sec10 .sec__imgbox .sec__img-txt span {
  margin: 13rem 1.3rem 0 0;
}
#feature .sec10 .img01 {
  width: 75rem;
  margin: 0 auto;
}
#feature .sec10 .img02 {
  width: 58rem;
  margin: -5rem auto 0;
}
#feature .sec10 .img03 {
  width: 66rem;
  margin: 0 auto;
}

/* .sec_staff */
#feature .sec11 {
  padding: 10rem 0;
  background-color: #FFF6E9;
  z-index: 1;
}
#feature .sec__staff {
  width: 58rem;
  margin: 0 auto;
}

/* .all */
#feature .all {
  position: relative;
  padding: 10rem 0 8rem;
  background-color: #FFF6E9;
  z-index: 1;
}
#feature .all .all__btn {
  width: 36rem;
  margin: 0 auto;
}

/* .credit */
#feature .credit {
  margin: 4rem 0 0 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 3rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #9b1021;
  padding-bottom: 0.2rem;
}
#feature .credit a:link, #feature .credit a:visited { color: #9b1021; }
#feature .credit li { border-bottom: 1px solid #9b1021;}

#feature .credit01, #feature .credit02, #feature .credit07, #feature .credit08, #feature .credit09 { color: #fff; }
#feature .credit01 li, #feature .credit02 li, #feature .credit07 li, #feature .credit08 li, #feature .credit09 li { border-bottom: 1px solid #fff;}
#feature .credit01 .credit a:link, #feature .credit01 .credit a:visited { color: #fff; }
#feature .credit02 .credit a:link, #feature .credit02 .credit a:visited { color: #fff; }
#feature .credit07 .credit a:link, #feature .credit07 .credit a:visited { color: #fff; }
#feature .credit08 .credit a:link, #feature .credit08 .credit a:visited { color: #fff; }
#feature .credit09 .credit a:link, #feature .credit09 .credit a:visited { color: #fff; }

#feature .credit01 { width: 60rem; }
#feature .credit02 { width: 60rem; margin-left: 3rem; }
#feature .credit03 .credit {justify-content: end;}
#feature .credit04 { width: 60rem; margin-left: 1.5rem; }
#feature .credit05 .credit {justify-content: end;margin: 4rem 4rem 0 auto;width: 60rem;}
#feature .credit07 .credit {justify-content: center;margin: 4rem auto;}
#feature .credit09 { width: 60rem; }
#feature .credit10 .credit {justify-content: end; margin-right: 4rem;}
#feature .credit12 .credit { width: 60rem; justify-content: end; margin: 4rem 4rem 0 auto;}