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: #89594e;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1.75;
  list-style: none;
  font-feature-settings: "palt";
  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;
  max-width: 100%;
  height: auto;
  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;
}

._txtblock {
  display: inline-block;
}

.MainArea {
  background: url(https://fukuskeonline.itembox.design/item/lp/re_daily-manzoku/images/2303-re/main-bg-sp.jpg);
  background-size: cover;
  padding-bottom: 12rem;
}

@media screen and (min-width:821px) {
  .MainArea {
    background: url(https://fukuskeonline.itembox.design/item/lp/re_daily-manzoku/images/2303-re/main-bg-pc.png);
    background-size: cover;
    padding-bottom: 12rem;
  }
}

/*-------------------------
  Mainvisual
-------------------------*/
#Mainvisual {
  max-width: 192rem;
  margin: 0 auto;
}

#Mainvisual img {
  display: block;
  width: 100%;
}

/*-------------------------
  Introduction
-------------------------*/

#Introduction ._inner {
  padding: 12rem 5rem 10rem;
}

@media screen and (min-width:821px) {
  #Introduction ._inner {
    padding: 12rem 0;
  }
}


#Introduction ._box {
  display: block;
}

@media screen and (min-width:821px) {
  #Introduction ._box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

#Introduction ._left {
  width: 100%;
}

@media screen and (min-width:821px) {
  #Introduction ._left {
    width: calc(100% - 41rem);
  }
}

#Introduction ._left ._description {
  margin-bottom: 5rem;
}

@media screen and (min-width:821px) {
  #Introduction ._left ._description {
    margin-bottom: 0;
  }
}

#Introduction ._left ._description ._paragraph {
  font-size: 2.8rem;
  line-height: 2.07;
}

@media screen and (min-width:821px) {
  #Introduction ._left ._description ._paragraph {
    font-size: 2rem;
    line-height: 2;
  }
}


#Introduction ._left ._description ._paragraph ._txtblock {
  display: inline;
}

@media screen and (min-width:821px) {
  #Introduction ._left ._description ._paragraph ._txtblock {
    display: inline-block;
  }
}

#Introduction ._right {
  width: 100%;
}

@media screen and (min-width:821px) {
  #Introduction ._right {
    max-width: 41rem;
    min-width: 41rem;
  }
}


#Introduction ._about-stockings {
  background: #fff;
  text-align: center;
  padding: 7.7rem 3rem;
  border-radius: 3rem;
}

@media screen and (min-width:821px) {
  #Introduction ._about-stockings {
    padding: 7rem 0;
  }
}

#Introduction ._about-stockings ._head {
  margin-bottom: 4rem;
  font-size: 3.8rem;
  text-align: center;
}

@media screen and (min-width:821px) {
  #Introduction ._about-stockings ._head {
    margin-bottom: 3rem;
    font-size: 2.6rem;
    text-align: center;
  }
}

#Introduction ._about-stockings ._head .-maker {
  position: relative;
  z-index: 1;
  display: inline-block;
}

#Introduction ._about-stockings ._head .-maker ._txt {
  position: relative;
  z-index: 2;
}

#Introduction ._about-stockings ._head .-maker::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1.7rem;
  background: #efe6c2;
}

@media screen and (min-width:821px) {
  #Introduction ._about-stockings ._head .-maker::after {
    width: 28.4rem;
    height: 1rem;
  }
}

#Introduction ._about-stockings ._paragraph {
  font-size: 2.6rem;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width:821px) {
  #Introduction ._about-stockings ._paragraph {
    font-size: 1.6rem;
    text-align: center;
  }
}


#Introduction ._about-stockings ._paragraph ._txtblock {
  display: inline;
}


#Introduction ._about-stockings ._paragraph .-catch {
  display: block;
  text-align: center;
}

@media screen and (min-width:821px) {
  #Introduction ._about-stockings ._paragraph ._txtblock {
    display: block;
  }
}

#Introduction ._daily-logo {
  width: 38.8rem;
  margin: 0 auto 6rem;
}

@media screen and (min-width:821px) {
  #Introduction ._daily-logo {
    width: 31.8rem;
    margin: 0 0 6rem;
  }

  #Introduction ._daily-logo img {
    margin: 0;
  }

}

/* #Introduction ._description {} */
/* #Introduction ._paragraph {} */

@media screen and (min-width:821px) {
  #Introduction ._paragraph {
    font-size: 2rem;
    line-height: 2;
  }
}

/*-------------------------
  ProductArea
-------------------------*/
#ProductArea {
  margin-bottom: 3rem;
}

@media screen and (min-width:821px) {
  #ProductArea {
    margin-bottom: 3rem;
  }
}

#ProductArea ._productArticle {
  background: #fff;
  border-radius: 3rem;
  overflow: hidden;
}

#ProductArea ._productArticle:not(:first-of-type) {
  margin-top: 4rem;
}

._productArticle ._title {
  padding: 4.5rem 0;
  font-size: 4.2rem;
  text-align: center;
  background: #efe6c2;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width:821px) {
  ._productArticle ._title {
    padding: 3.3rem;
    font-size: 3.6rem;
    line-height: 1;
  }
}

._productArticle ._productGroup {
  margin: 6rem auto;
  padding: 0 3rem;
}

@media screen and (min-width:821px) {
  ._productArticle ._productGroup {
    margin: 6rem auto;
    padding: 0;
  }
}

._productArticle ._product:not(:first-of-type) {
  margin-top: 8rem;
}

@media screen and (min-width:821px) {
  ._productArticle ._product:not(:first-of-type) {
    margin-top: 6rem;
  }
}

._product ._box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}


._product ._left,
._product ._right {
  width: 100%;
}

@media screen and (min-width:821px) {

  ._product ._left,
  ._product ._right {
    width: calc(50% - 2rem);
  }

  ._product ._left {
    margin-right: 2rem;
  }

  ._product ._right {
    margin-left: 2rem;
  }
}

._package-outer ._packageList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (min-width:821px) {

  ._package-outer ._packageList {
    justify-content: flex-end;
    width: calc((20.8rem * 2) + 3.2rem);
    margin-left: auto;
    margin-bottom: 0;
  }
}

._package-outer ._packageList.col-01 {
  justify-content: center;
}

._packageList ._packageListItem {
  width: calc((100% / 2) - 1.5rem);
}

._packageList ._packageListItem:not(:first-of-type) {
  margin-left: 1.5rem;
}

@media screen and (min-width:821px) {
  ._packageList ._packageListItem {
    width: 20.8rem;
  }

  ._packageList ._packageListItem:not(:first-of-type) {
    margin-left: 3.2rem;
  }
}

._packageListItem img {
  width: auto;
  height: 34rem;
  margin: 0 auto;
}

._packageListItem ._cta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3rem;
  background: #89594e;
  width: 25rem;
  height:6rem ;
  font-size: 2.6rem;
  margin: 2rem auto 0;
}

@media screen and (min-width:821px) {
  ._packageListItem ._cta {
    width: 15rem;
    height: 4rem;
    font-size: 2rem;
    border-radius: 2rem;
  }

}

._product ._description ._paragraph {
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (min-width:821px) {
  ._product ._description ._paragraph {
    font-size: 2rem;
    max-width: 37rem;
  }
}

/*-------------------------
  Sustainable
-------------------------*/
#Sustainable {
  margin-bottom: 3rem;
}

@media screen and (min-width:821px) {
  #Sustainable {
    margin-bottom: 3rem;
  }
}

#Sustainable .-container {
  background: #f3efd5;
  padding: 8rem 3rem;
  border-radius: 3rem;
}

@media screen and (min-width:821px) {
  #Sustainable .-container {
    border-radius: 3rem;
    padding: 6rem 18rem;
  }
}

#Sustainable ._title {
  font-size: 4.2rem;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1;
  color: #69bb84;
  border-bottom: 1px solid #69bb84;
  font-weight: bold;
}

@media screen and (min-width:821px) {
  #Sustainable ._title {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    font-size: 3rem;
    letter-spacing: .0025em;
    text-align: left;
  }
}

#Sustainable ._description {
  margin-bottom: 6rem;
}

#Sustainable ._paragraph {
  font-size: 2.6rem;
  line-height: 2;
}

#Sustainable ._paragraph ._txtblock {
  display: inline;
}

@media screen and (min-width:821px) {
  #Sustainable ._paragraph {
    font-size: 2rem;
  }
}

@media screen and (min-width:821px) {
  #Sustainable .-image {
    width: 78rem;
    margin: 0 auto;
  }
  #Sustainable .-image img {
    width: 100%;
  }
}

/*-------------------------
  Recommend
-------------------------*/
#Recommend .-container {
  background: #69bb84;
  padding: 6rem 3rem ;
  border-radius: 4rem;
}

@media screen and (min-width:821px) {
  #Recommend .-container {
    border-radius: 3rem;
    padding: 4rem 18rem 6rem;
  }
}

#Recommend ._title {
  width: 54.6rem;
  margin: 0 auto 4.5rem;
}

@media screen and (min-width:821px) {
  #Recommend ._title {
    width: 52rem;
    margin-bottom: 4.5rem;
  }
}

#Recommend ._box {
  display: block;
  border-top: 2px solid #fff;
}

@media screen and (min-width:821px) {
  #Recommend ._box {
    display: flex;
    border-bottom: 2px solid #fff;
  }
}

@media screen and (min-width:821px) {
  #Recommend ._box {
    padding: 3rem;
  }
}


#Recommend ._description {
  padding:  3rem 0 0 0  ;
  width: 100%;
}

@media screen and (min-width:821px) {
  #Recommend ._description {
    padding: 0;
    width: calc(100% - (24.8rem + 4rem));
  }
}

#Recommend ._paragraph {
  margin-bottom: 6rem;
  font-size: 2.6rem;
  letter-spacing: .025em;
  color: #fff;
}

@media screen and (min-width:821px) {
  #Recommend ._paragraph {
    font-size: 2rem;
  }
}

@media screen and (min-width:821px) {
  #Recommend ._image {
    min-width: 24.8rem;
    margin-left: 4rem;
  }
  #Recommend ._image img {
    width: 24.8rem;
  }
}