@charset "UTF-8";


html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*-------------------------
 common
-------------------------*/
.l-footer,
.pc-footer {
    margin: 0;
    padding: 0;
}

.l-container {
  width: 100%;
  margin: auto;
}

#feature {
  margin: 0 auto;
  font-feature-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: clip;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.feature {
  width: 100%;
}

.feature-inner {
  width: 100%;
  margin: auto;
  background: #E0E0E0;
}


.feature img {
  width: 100%;
  height: auto;
  display: block;
}

.feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.feature a:link,
.feature a:visited {
  color: #231815;
}

.feature a:hover {
  opacity: 0.7;

}

.feature .section {
  position: relative;
  margin: 0 auto 29.7rem;
}

.feature .inner {
  display: flex;
  justify-content: center;
}

/*-------------------------
 border
-------------------------*/
#feature .js-border::before {
  width: 0;
  transition: width 1.5s ease, height 1s ease;
}

#feature .js-border.is_show::before {
  width: 100%;
}

/*-------------------------
 loop
-------------------------*/
.loop-wrap {
  position: absolute;
  top: -2.5rem;
  bottom: 0;
  height: 81.5rem;
  margin: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 33rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #fff;
}

.sec03-loop .loop-wrap {
  font-size: 24rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  top: -3rem;
}

.loop-area {
  display: flex;
  animation: loop-slide 80s infinite linear 0.5s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  width: 100%;
  margin: 0 3.5rem;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*-------------------------
 fade
-------------------------*/
.fadeIn {
  transition: 1.3s;
  opacity: 0;
}

.fadeIn.is_show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*-------------------------
 credit
-------------------------*/
.l-container #feature .creditList .credit {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.1rem;
  justify-content: center;
  margin-top: 3rem;
}

.l-container #feature .creditList li a {
  transition: 0.3s;
  text-decoration: none;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.005em;
  line-height: 2.6rem;
  color: #000;
  position: relative;
}

.l-container #feature .creditList li a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}

.l-container #feature .creditList li a::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0;
  bottom: 0.1rem;
}

.l-container #feature .creditList li a::after {
  display: none;
}

.l-container #feature .creditList .price {
  margin-left: 0.4rem;
}

.l-container #feature .sec01 .creditList {
  margin-left: -1.2rem;
}

.l-container #feature .sec03 .creditList {
  margin-top: -8.7rem;
}

.l-container #feature .sec03 .creditList li a {
  color: #fff;
}

.l-container #feature .sec03 .creditList li a::before {
  background-color: #fff;
  height: 1px;
}

.l-container #feature .sec04 .creditList {
  margin-left: 0.2rem;
}

.l-container #feature .sec04 .creditList .credit {
  margin-top: 3.2rem;
}


/*-------------------------
  top
-------------------------*/
#feature .hero {
  position: relative;
  height: 84.3rem;
  margin: 0 auto 6rem;
  padding-top: 5rem;
}

#feature .hero figure {
  width: 95rem;
  margin: auto;
  position: relative;
  z-index: 10;
}

#feature .hero-txt {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2.14;
  margin-bottom: 11rem;
}

#feature .hero-ttl {
  width: 20.3125rem;
  margin: -17rem auto 0;
  position: relative;
  z-index: 20;
}

#feature .hero-ttl img {
  margin-left: -0.5rem;
}

/*-------------------------
  content
-------------------------*/
#feature .section h2 {
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .section h2::before {
  margin: 3.15rem auto 0;
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  background-color: #000;
}

#feature .sub-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 1.7rem;
}

#feature .section .section__txt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.07;
  margin-top: 2.3rem;
  text-align: justify;
  font-weight: 400;
}


/** sec01 **/
#feature .sec01 .inner {
  gap: 7rem;
}

#feature .sec01 .inner .left {
  margin-left: -8rem;
}

#feature .sec01 .right {
  width: 46.1rem;
  margin-top: 4.5rem;
  text-align: left;
}

#feature .sec01-1 {
  width: 50rem;
}

#feature .sec01-2 {
  width: 35rem;
  margin: 7rem auto 0;
  position: relative;
}

#feature .sec01-2 img {
  margin-left: 1rem;
}

#feature .sec01-3 {
  width: 55rem;
  margin: -5rem auto 0;
}

/** sec02 **/
#feature .sec02 {
  margin-bottom: 25rem;
}

#feature .sec02 .inner {
  background: #ffffff;
}

#feature .section.sec02 h2 {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .sec02 .center {
  margin: auto;
  width: 30rem;
  padding-top: 2.5rem;
}

#feature .section.sec02 .section__txt {
  margin-top: 0;
}


#feature .sec02-1 {
  width: 48rem;
}

#feature .sec02-2 {
  width: 48rem;
}

/** sec03 **/
#feature .sec03 {
  background: #30505c;
  padding-bottom: 13.5rem;
  margin: 0 auto 25rem;
}

#feature .section.sec03 h2 {
  text-align: justify;
  margin-top: 11.5rem;
  line-height: 1.2;
}

#feature .section.sec03 h2 span {
  float: right;
  text-align: right;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

#feature .section.sec03 h2::before {
  background-color: #ffffff;
}

#feature .sec03 .inner {
  gap: 13.7rem;
  justify-content: center;
  margin-left: -11rem;
}

#feature .sec03 .right {
  width: 64.5rem;
  text-align: left;
  color: #fff;
}

#feature .sec03 .flex {
  display: flex;
  margin-top: 4rem;
  margin-left: -8.5rem;
}

#feature .sec03-1 {
  width: 51rem;
}

#feature .sec03-2 {
  width: 42rem;
  margin-top: 9.5rem;
}

#feature .sec03-3 {
  width: 33rem;
  margin-left: -1.5rem;
}

#feature .sec03-4 {
  width: 47rem;
  margin: 15rem auto 0;
  position: relative;
  z-index: 10;
}

#feature .sec03-loop {
  position: relative;
}

/** sec04 **/
#feature .sec04 {
  margin-bottom: 16rem;
}
#feature .sec04 .inner {
  width: 108rem;
  gap: 7.4rem;
  margin: auto;
}

#feature .sec04 .inner:nth-of-type(2) {
  justify-content: start;
  gap: 8.4rem;
}

#feature .section.sec04 h2 {
  line-height: 1.2;
}

#feature .section.sec04 .sub-ttl {
  margin-top: 0.5rem;
}

#feature .sec04 .left {
  text-align: left;
  margin: 9rem 0 0 4.5rem;
}

#feature .sec04-1 {
  width: 50rem;
}

#feature .sec04-2 {
  width: 45rem;
  margin: -18rem 0 0 4.7rem;
}

#feature .sec04-3 {
  width: 45rem;
  margin: 9.3rem 0 0 0;
}

#feature .sec04-4 {
  width: 50rem;
  margin: 6.5rem auto 0;
}

/**btn**/
#feature .btn {
  font-size: 1.5rem;
  letter-spacing: 0.037em;
  margin: auto;
  padding-bottom: 17.3rem;
}

#feature .btn::after {
  content: "";
  display: block;
  width: 9rem;
  border-bottom: 1px solid;
  margin: 0.2rem auto 0;
}
