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;
  */

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  color: #111111 !important;
  font-weight: normal;
  letter-spacing: .005em;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.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:750px),
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;
  }
}


.content {
  display: block;
}

.content ._inner {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}


@media screen and (min-width:821px) {
  .content ._inner {
    width: 120rem;
    padding: 0 ;
  }
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

/*-------------------------
  content
-------------------------*/
.content .content_ttl {
  margin-bottom: 4rem;
  font-size: 5rem;
  letter-spacing: .005em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width:821px) {
  .content .content_ttl {
    margin-bottom: 4rem;
    line-height: 1;
    font-size: 5rem;
  }
}

/*-------------------------
  MainVisual
-------------------------*/
#MainVisual img {
  display: block;
  max-width: 192rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width:821px) {
  #MainVisual {
    max-width: 192rem;
    margin: 0 auto;
  }
}

/*-------------------------
  Introduction
-------------------------*/
#Introduction {
  background: #ffde55;
}

/* #Introduction ._inner {} */
#Introduction ._inner {
  padding: 10rem 5rem 10.6rem;
}

@media screen and (min-width:821px) {
  #Introduction ._inner {
    padding: 10rem 11rem;
  }
}

.About_Femtech ._mean {
  margin-bottom: 6rem;
  padding: 5.8rem 2rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.35;
  background: #fffdcb;
  border-radius: 1rem;
  text-align: center;
}

@media screen and (min-width:821px) {
  .About_Femtech ._mean {
    font-size: 1.8rem;
    padding: 3.2rem;
    margin-bottom: 4rem;
  }
}

.About_Femtech ._mean .-strong {
  display: block;
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media screen and (min-width:821px) {
  .About_Femtech ._mean .-strong {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

.About_Femtech ._leadText {
  margin-top: 6rem;
  font-size: 2.8rem;
  line-height: 1.5;
}

.About_Femtech ._leadText br {
  display: none;
}

@media screen and (min-width:821px) {
  .About_Femtech ._leadText br {
    display: block;
  }
}

.About_Femtech ._leadText:nth-of-type(n+2) {
  margin-top: 1em;
}

@media screen and (min-width:821px) {
  .About_Femtech ._leadText {
    margin-top: 1em;
    font-size: 1.8rem;
    text-align: center;

  }
}

/*-------------------------
  Trouble
-------------------------*/
#Trouble {
  background: url(./../images/trouble-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:821px) {
  #Trouble {
    background: url(./../images/trouble-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#Trouble ._inner {
  padding: 12rem 2rem;
}

@media screen and (min-width:821px) {
  #Trouble ._inner {
    padding: 16rem 0 13.6rem;
  }
}

/* _index
-------------------------*/
.content ._index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8rem auto 12rem;
}

@media screen and (min-width:821px) {
  .content ._index {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 8rem auto 11rem;
  }
}

.content ._index ._number {
  width: calc((100% / 3) - 2.5rem);
}

@media screen and (min-width:821px) {
  .content ._index ._number {
    width: 22rem;
  }
}

.content ._index ._number:nth-of-type(n+4){
  margin-top: 2.5rem;
}

@media screen and (min-width:821px) {
  .content ._index ._number:nth-of-type(n+4){
    margin-top: 0;
  }
}

.content ._index ._number:not(:nth-of-type(3n+1)) {
  margin-left: 2.5rem;
}

@media screen and (min-width:821px) {

  .content ._index ._number:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .content ._index ._number:not(:first-of-type) {
    margin-left: 2.5rem;
  }
}

.content .article {
  position: relative;
}

@media screen and (min-width:821px) {
  .content .article {
    margin-bottom: 8rem;
    background: #fff;
    box-shadow: 1rem 1rem 0px 0px rgba(254, 217, 62, 1);
  }
}

.content .article::before {
  content: "";
  display: block;
  position: absolute;
}

.content .article::before {
  content: "";
  display: block;
  position: absolute;
  width: 15.5rem;
  height: 15.9rem;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.content .article01::before {
  background: url(./../images/deco_01-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .article02::before {
  background: url(./../images/deco_02-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .article03::before {
  background: url(./../images/deco_03-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .article04::before {
  background: url(./../images/deco_04-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .article05::before {
  background: url(./../images/deco_05-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .article06::before {
  background: url(./../images/deco_06-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width:821px) {
  .content .article::before {
    content: "";
    display: block;
    position: absolute;
    width: 15.5rem;
    height: 15.9rem;
    top: -3rem;
    left: -3rem;
    transform: translateX(0);
  }

  .content .article01::before {
    background: url(./../images/deco_01-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .content .article02::before {
    background: url(./../images/deco_02-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .content .article03::before {
    background: url(./../images/deco_03-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .content .article04::before {
    background: url(./../images/deco_04-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .content .article05::before {
    background: url(./../images/deco_05-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .content .article06::before {
    background: url(./../images/deco_06-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.content .article {
  padding: 17.8rem 3rem 7.8rem;
  background: #fff;
  box-shadow: 1rem 1rem 0px 0px rgb(254 217 62);
}

@media screen and (min-width:821px) {
  .content .article {
    padding: 17.8rem 7.8rem;
    background: #fff;
  }
}

.content .article:not(:first-of-type) {
  margin-top: 10rem;
}

@media screen and (min-width:821px) {
  .content .article:not(:first-of-type) {
    margin-top: 8rem;
  }
}

@media screen and (min-width:821px) {
  .content .article {
    padding: 8rem 11rem;
  }
}

.content .article_ttl {
  margin-bottom: 6rem;
  font-size: 4.4rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width:821px) {
  .content .article_ttl {
    margin-bottom: 3.4rem;
    font-size: 4rem;
  }
}

/* @media screen and (min-width:821px) {
  ._description {}
} */

._description ._paragraph {
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: left;
}

._description ._paragraph:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (min-width:821px) {
  ._description ._paragraph {
    font-size: 2rem;
    text-align: left;
  }

  ._description ._paragraph ._txtblock{
    display: inline-block;
  }

}

/* 
#Trouble ._catch {
  text-align: center;
  font-size: 3rem;
}

@media screen and (min-width:821px) {
  #Trouble ._catch {
    text-align: center;
    font-size: 3rem;
  }
}

@media screen and (min-width:821px) {
  #Trouble ._catch ._txtblock {
    display: inline-block;
    padding: 1rem 1.8rem;
    line-height: 1;
    background: #fff;
    box-shadow: .2rem .2rem 0px 0px rgb(254 217 62);
  }

  #Trouble ._catch ._txtblock:nth-of-type(2) {
    margin-top: 1.4rem;
  }
} */

/*-------------------------
  ProductArea
-------------------------*/

#ProductArea ._inner {
  padding: 12rem 2rem  ;
}

@media screen and (min-width:821px) {
  #ProductArea ._inner {
    padding: 16rem 0;
  }
}

#ProductArea .content_ttl  {
  margin-bottom: 8rem;
}


#ProductArea ._group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#ProductArea ._group-outer {
  margin-bottom: 8rem;
}


#ProductArea ._product {
  width: calc(50% - 1rem);
}

#ProductArea ._product:nth-child(odd) {
  margin-right: 1rem;
}

#ProductArea ._product:nth-child(even) {
  margin-left: 1rem;
}

@media screen and (min-width:821px) {
  #ProductArea ._product:nth-child(odd) {
    margin-right:0;
  }
  #ProductArea ._product:nth-child(even) {
    margin-left:0;
  }
}

@media screen and (min-width:821px) {
  #ProductArea ._product {
    width: 57rem;
  }
  #ProductArea ._product:nth-of-type(n+3) {
    margin-top: 6rem;
  }
  #ProductArea ._product:nth-of-type(odd) {
    margin-right: 3rem;
  }
  #ProductArea ._product:nth-of-type(even) {
    margin-left: 3rem;
  }
}

#ProductArea .category {
  margin-bottom: 1rem;
}

@media screen and (min-width:821px) {
  #ProductArea .category {
    margin-bottom: 2rem;
  }
}

#ProductArea .category .tag::before {
  content: "#";
}

#ProductArea .category .tag {
  display: inline-block;
  background: #fed93e;
  color: #333333;
  padding: 1rem 1.6rem;
  border-radius: .5rem;
  font-size:2rem ;
}

#ProductArea .category .tag:not(:first-of-type) {
  margin-left: 1rem;
}

@media screen and (min-width:821px) {
  #ProductArea .category .tag {
    padding: 1.2rem 2rem;
    font-size: 2.4rem;
  }

}

#ProductArea ._thumbnail {
  margin-bottom: 2rem;
}


#ProductArea ._name {
  font-size: 2.4rem;
  height: 3em;
  line-height: 1.5;
  margin-bottom: 4rem;
}

@media screen and (min-width:821px) {
  #ProductArea ._name {
    font-size: 2rem;
    height: auto;
    margin-bottom: 3rem;
  }
}

#ProductArea ._cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #fff;
  margin: 0 auto;
  width: 34.5rem;
  height: 7rem;
  font-size: 2.4rem;
  border-radius: 3.5rem;

}

@media screen and (min-width:821px) {
  #ProductArea ._cta {
    width: 32rem;
    height: 6rem;
    font-size: 2rem;
    border-radius: 3rem;
  }

}

#ProductArea ._cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(./../images/cta-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: .7rem;
    height: 1.4rem;
  right: 1rem;
}

@media screen and (min-width:821px) {
  #ProductArea ._cta::before {
    right: 2rem;
    width: .7rem;
    height: 1.4rem;
  }
}

#ProductArea ._cta-long {
  width: 57rem;
  height: 7rem;
}
