html {
  font-size:62.5%;
}

@media screen and (max-width: 2100px) {
  html {
    font-size: calc(10 *(100vw / 2100));
  }
}
html {
  scroll-behavior: smooth;
}
.pc-header-main.is-fixed{
  display: none;
}
.breadcrumbs{
  margin-bottom: 0 !important;
}
/* 共通 */
.l-container {
  width: 100%;
}
#feature {
  padding-bottom: 0;
  margin: 0 auto;
  font-feature-settings: "palt";
  width: 100%;
  display: block;
  font-family: "Times New Roman", serif;
  color: #000;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature * {
  box-sizing: border-box;
}
#feature *::after {
  box-sizing: border-box;
}
#feature *::before {
  box-sizing: border-box;
}
#feature a {
  display: block;
  text-decoration: none;
  color: #000;
}
#feature a:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s;
}

/* main */
#feature .main{
  position: relative;
}
#feature .main__sticky{
  position: sticky;
  top:0;
  padding: 4rem 0 54.7rem 7rem;
  height: 100%;
}
#feature .main__contents{
  position: relative;
  z-index: 1;
  width: 113rem;
  margin: -49.5rem 2rem 0 auto;
  background-color: #fff;
}
#feature .main__contents #content02{
  margin-top: 20rem;
}
#feature .main__title{
  font-size: 7.6rem;
  font-weight: 400;
  letter-spacing: .02em;
  margin: 0 0 2.1rem -.6rem ;
}
#feature .main__lead,
#feature .point p{
  font-family: "sawarabi-gothic", sans-serif;
}
#feature .main__lead{
  font-size: 1.5rem;
  line-height: 2.066;
  letter-spacing: .02em;
  margin-bottom: 4.7rem;
}
#feature .model {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#feature .model li{
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
}
#feature .model__name{
  width: 40rem;
  min-width: 170px;
}
#feature .model__ig{
  display: flex;
  align-items: center;
}
#feature .model__ig{
  fill:#070203;
}
#feature .model li.is-active .model__ig{
  fill:#FF0000;
}
#feature .model li.is-active,
#feature .model li.is-active a{
  color:#FF0000;
}
#feature .model__ig #ig_icon{
  width: 2rem;
  height: 2rem;
  margin-right:1rem ;
}
#feature .sec{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-bottom:11rem;
}
#feature .sec04{
  margin-bottom:0;
}
#feature .sec .name{
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 4.8rem;
}
#feature .sec .point__title{
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 1rem;
}
#feature .sec .point__desc{
  font-size: 1.4rem;
  line-height: 1.7857;
  letter-spacing: .02em;
  margin-bottom: 3.8rem;
}
#feature .credit li a{
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: .02em;
}
#feature .sec .img,
#feature .sec .text{
  width: 55.5rem;
}
#feature .sec .img01,
#feature .sec .img04,
#feature .sec .img07,
#feature .sec .img10{
  order: 1;
}
#feature .sec01 .text,
#feature .sec .img05,
#feature .sec03 .text,
#feature .sec .img12{
  order: 3;
}
#feature .sec .img02,
#feature .sec .img06,
#feature .sec .img08,
#feature .sec .img11{
  order: 2;
}
#feature .sec .img03,
#feature .sec02 .text,
#feature .sec .img09,
#feature .sec04 .text{
  order: 4;
}
#feature .sec .text__inner{
  width: 48.5rem;
}
#feature .sec02 .text__inner,
#feature .sec04 .text__inner{
  margin: 0 auto;
}
#feature .allbtn{
  position: absolute;
  bottom: 49rem;
  margin-left: 7rem;
}
#feature .allbtn > a{
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
#feature .allbtn > a >img{
  width: .9rem;
  min-width: 6px;
  height: .8rem;
  min-height: 5px;
  margin-right: 1rem;
  margin-top: -1px;
}

/* animation */
#feature .js-fade{
  opacity: 0;
  transition: opacity 2s;
}
#feature .js-fade.is-active{
  opacity: 1;
}
#feature .sec .point.js-fade{
  transition-delay: .4s;
}
#feature .blinking{
	-webkit-animation:blink .8s ease-in-out infinite alternate;
    -moz-animation:blink .8s ease-in-out infinite alternate;
    animation:blink .8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}