html {
    box-sizing: border-box;
    font-size: 62.5%;
  }
  
  @media screen and (min-width: 821px) and (max-width: 1536px) {
    html {
        font-size: 0.65vw;
    }
  }
  
  @media screen and (max-width: 820px) {
    html {
        font-size: 1.3vw;
    }
  }
  
  /* 
    font-family: 'Poppins', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
  */
  

  @media screen and (max-width: 820px) {
    .header--sp__menu__box__hamburger__button__text,
    .header__inner__account__log__text,
    .header__inner__account__cart__text {
    line-height: 1;
    }
    
    .fs-c-breadcrumb {
    font-size: 2.4rem;
    }
    
    .fs-c-breadcrumb__listItem {
    display: inline;
    }
    }
    .fs-l-main, .fs-l-main ,.fs-l-pageMain{
    max-width: inherit !important;
    margin: 0 auto;
    }
    #fs_CustomPage .fs-l-main {
    padding:0;
    }

  .lp_style * {
    box-sizing: border-box;
  }
  
  .lp_style {
         max-width:1200px;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    color: #282828;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    list-style: none;
    font-feature-settings: "palt";
    font-weight: 400;
    overflow: hidden;
margin:0 auto;
  }
  
  .lp_style button {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  
  .lp_style ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .lp_style a {
    text-decoration: none;
  }
  
  .lp_style img {
    display: block;
    margin: 0 auto;
  }
  
  .sp_only {
    display: none !important;
  }
  
  @media screen and (min-width:751px), print {
    .pc_only {
      display: block !important;
    }
  }
  
  @media screen and (max-width:820px), print {
    .pc_only {
      display: none !important;
    }
  
    .sp_only {
      display: block !important;
    }
  }
  
  @media screen and (max-width:768px) and (min-width:751px), print {
    img {
      width: 100%;
      height: auto;
    }
  }
  


#Mainvisual {
    max-width: 120rem;
    margin: 0 auto;
}

@media screen and (max-width:820px), print {
    #Mainvisual {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
}

#features .content {
  display: block;
}

.featuresArea {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6.6rem 0;
}

@media screen and (max-width:820px), print {
  .featuresArea {
    padding: 6.2rem 2rem;
  }
}

.featuresArea ._lpList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width:820px), print {
  .featuresArea ._lpList {
    display: flex;
  }
}

.featuresArea ._lpList ._lpListItem {
  width: 30%;
}

@media screen and (max-width:820px), print {
  .featuresArea ._lpList ._lpListItem {
    width: calc((100% / 2) - 1.5rem);
  }
}

.featuresArea ._lpList ._lpListItem:nth-of-type(n+4) {
  margin-top: 6.5rem;
}

@media screen and (max-width:820px), print {
  .featuresArea ._lpList ._lpListItem:nth-of-type(n+4) {
    margin-top: 0;
  }
  .featuresArea ._lpList ._lpListItem:nth-of-type(n+3) {
    margin-top: 5rem;
  }
}

.featuresArea ._lpList ._lpListItem:not(:nth-of-type(3n+1)) {
  margin-left: 5%;
}

@media screen and (max-width:820px), print {
  .featuresArea ._lpList ._lpListItem:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .featuresArea ._lpList ._lpListItem:nth-of-type(odd) {
    margin-right: 1.5rem;
  }
  .featuresArea ._lpList ._lpListItem:nth-of-type(even) {
    margin-left: 1.5rem;
  }

}

.featuresArea ._lpList ._picture {
  margin-bottom: 2rem;
}

.featuresArea ._lpList ._Name {
  position: relative;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: .005em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  padding-right: 1rem;
}

@media screen and (max-width:820px), print {
  .featuresArea ._lpList ._Name {
    position: relative;
    font-size: 1.8rem;
  }
}

.featuresArea ._lpList ._Name::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: .9rem;
  height: 1.1rem;
  background: url(./../images/lp-link-ico.png);
  background-repeat: no-repeat;
  background-size: cover;
}
