@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video{
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 300;
  margin: 0 auto 12rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.feature a {
  color: #000;
  transition: 0.5s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.feature img,
svg,video{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.feature #sp-only{
  display: none !important;
}

.feature .js-img,
.feature .target[data-animation="img"] img{
  -webkit-clip-path: inset(0 100% 3% 5%);
  clip-path: inset(0 100% 3% 5%);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: .75s cubic-bezier(0.37, 0, 0.4, 0.8);
  -o-transition: .75s cubic-bezier(0.37, 0, 0.4, 0.8);
  -moz-transition: .75s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition: .75s cubic-bezier(0.37, 0, 0.4, 0.8);
}
.feature .js-img.active,
.feature .target[data-animation="img"][data-is-active="true"] img{
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.feature .target[data-animation="slide"]{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0;
  position: relative;
}
.feature .target[data-animation="slide"][data-is-active="true"]{
  opacity: 1;
}

.feature .target[data-animation="slide"][data-is-active="true"]::before{
  animation: slide 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: -0.01em;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

@keyframes slide{
  100%{transform: translateX(100%);}
}

.feature .target[data-animation="fade"]{
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.5s ease;
}

.feature .target[data-animation="fade"][data-is-active="true"]{
  opacity: 1;
  transform: translateY(0);
}

/* credit */

.feature .credit{
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
}

.feature .credit li{
  display: flex;
}

.feature .credit li a{
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.035em;
  line-height: 1;
}
.feature .credit li a .price,
.feature .credit li a .color{
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}
.feature .credit li a .price{
  margin: 0 0 0 0.25rem;
}
.feature .credit li a .color{
  letter-spacing: 0.025em;
  margin: 0 0 0 -0.2rem;
  position: relative;
}
.feature .credit li a .color::before{
  content: "(";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}
.feature .credit li a .color::after{
  content: ")";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}

.feature .credit01{
  margin: 2.05rem 0 0;
}

.feature .credit02{
  margin: 2rem 0 0 31.6rem;
  width: fit-content;
}

.feature .credit03{
  margin: 2.15rem 0 0;
  width: fit-content;
}

.feature .credit04{
  margin: 2.05rem 0 0;
  width: fit-content;
}

/* hero */

.feature .hero{
  margin: auto;
  width: 100rem;
}

.feature .hero .hero__text{
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin: 5.1rem auto 0;
  text-align: center;
}

.feature .section{
  position: relative;
  width: 100%;
}

.feature .section .inner{
  margin: auto;
  position: relative;
}

.feature .section .sec__flex{
  display: flex;
}

.feature .section .sec__slider{
  margin: 0;
  position: relative;
}

.feature .section .sec__ttl{
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-size: 4.5rem;
  letter-spacing: -0.008em;
  line-height: 1;
}

.feature .section .sec__read{
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.045em;
  line-height: 2;
  text-align: justify;
}

/* sec01 */

.feature .sec01{
  margin: 14.1rem auto 0;
}

.feature .sec01::before{
  background: #223e99;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 129.86rem;
  width: 8rem;
}

.feature .sec01 .inner{
  width: 88rem;
}

.feature .sec01 .sec__text{
  margin: 4.1rem 0 0;
}

.feature .sec01 .sec__read{
  margin: 3.1rem 0 0;
  width: 35rem;
}
.feature .sec01 .sec__read span{
  letter-spacing: 0.025em;
}

.feature .sec01 .flex01{
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
.feature .sec01 .flex02{
  flex-wrap: wrap;
  margin: 6rem auto 0;
  width: 72rem;
}

.feature .sec01 .img01{
  width: 45rem;
}
.feature .sec01 .img02,
.feature .sec01 .img03{
  width: 36rem;
}

/* sec02 */

.feature .sec02{
  margin: 24rem auto 0;
}

.feature .sec02 .inner{
  width: 105rem;
}
.feature .sec02 .inner::before{
  background: #223e99;
  content: "";
  display: block;
  top: 5rem;
  right: 0;
  position: absolute;
  height: 64rem;
  width: 48rem;
  z-index: 1;
}

.feature .sec02 .sec__text{
  margin: 0 0 0 2.5rem;
}

.feature .sec02 .sec__read{
  letter-spacing: 0.02em;
  margin: 3.5rem 0 0;
  width: 44rem;
}

.feature .sec02 .flex01{
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.feature .sec02 .img04{
  margin: 0 2.5rem 0 0;
  position: relative;
  width: 48rem;
  z-index: 2;
}

.feature .sec02 .sec__slider{
  margin: 6rem auto 0;
  width: 42rem;
}

.feature .sec02 .img05{
  margin: -32rem 0 0 7.5rem;
  width: 39rem;
}

/* sec03 */

.feature .sec03{
  margin: 20rem auto 0;
}
.feature .sec03::before{
  background: #223e99;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  height: 129.1rem;
  width: 8rem;
}

.feature .sec03 .inner{
  width: 88rem;
}

.feature .sec03 .sec__text{
  margin: 4.2rem 0 0;
}

.feature .sec03 .sec__read{
  margin: 3rem 0 0;
  width: 35rem;
}

.feature .sec03 .flex01{
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.feature .sec03 .flex02{
  flex-wrap: wrap;
  margin: 8rem auto 0;
  width: 72rem;
}

.feature .sec03 .img07{
  width: 45rem;
}
.feature .sec03 .img08,
.feature .sec03 .img09{
  width: 36rem;
}

/* sec04 */

.feature .sec04{
  margin: 23.9rem auto 0;
}

.feature .sec04 .inner{
  width: 102.5rem;
}
.feature .sec04 .inner::before{
  background: #223e99;
  content: "";
  display: block;
  top: 5rem;
  left: -1.2rem;
  position: absolute;
  height: 64rem;
  width: 48rem;
  z-index: 1;
}

.feature .sec04 .sec__read{
  margin: 3.2rem 0 0;
  width: 44rem;
}

.feature .sec04 .flex01{
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  left: -1.2rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.feature .sec04 .sec__item{
  margin: -24rem 6.2rem 0 auto;
  width: 39rem;
}

.feature .sec04 .img10{
  margin: 0 0 0 2.5rem;
  position: relative;
  width: 48rem;
  z-index: 2;
}

/* sec05 */

.feature .sec05{
  margin: 10rem auto 0;
}
.feature .sec05::before{
  background: #212121;
  content: "";
  margin: auto;
  top: 18.9rem;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  height: 0.1rem;
  width: 100%;
}

.feature .sec05 .inner{
  width: 126.2rem;
}

.feature .sec05 .sec__btn{
  margin: 0 auto;
  width: 46rem;
}

.feature .sec05 .sec__staff{
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.64285;
  margin: 14.7rem 0 0;
  width: 100%;
}

.l-footer{
  padding: 0;
}
.pc-footer{
  margin: 0;
}