@media screen and (min-width:821px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: 1.3020833333vw;
  }
}

@media screen and (max-width:640px) {
  html {
    font-size: 1.3vw;
  }
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  color: #2e2923;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #89594e;
  overflow-x: 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;
  }
}


.lp-bg {
  background: #f7edec;
}

.TextGroup {
  display: inline-block;
}

.bold {
  font-weight: 700;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width:820px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }
}


/******************************************  

  #Mainvisual

*******************************************/
#Mainvisual {
  background: #f7edec;
	padding-top: 40px;
}

/******************************************  

  #Intro

*******************************************/
.IntroContainer {
  padding: 10rem 0 1.2rem;
}

@media screen and (max-width:820px) {
  .IntroContainer {
    padding: 5rem 0 6rem;
  }
}

.IntroHead {
  margin-bottom: 6rem;
  text-align: center;
}

@media screen and (max-width:820px) {
  .IntroHead {
    padding: 0 20%;
    margin-bottom: 5rem;
  }
}

.IntroCatch {
  font-size: 3rem;
  line-height: 1.73;
  text-align: center;
  margin-bottom: 8rem;
  color: #322c26;
}

.s-expected {
  padding: 9rem 0 10rem;
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(202, 196, 162, 0.2);
}

@media screen and (max-width:820px) {
  .s-expectedBox {
    padding: 0 5rem;
  }
}

.s-expectedHead {
  text-align: center;
  margin-bottom: 4.4rem;
}

.s-expectedText {
  margin-bottom: 5.5rem;
  font-size: 2rem;
  line-height: 2.3;
  text-align: center;
  color: #2e2923;
}

@media screen and (max-width:820px) {
  .s-expectedText {
    font-size: 2.4rem;
  }
}

.s-expectedText .bold {
  font-size: 120%;
}

.s-expectedList {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.s-expectedTopic {
  width: 50.6rem;
  height: 50.6rem;
}


@media screen and (max-width:820px) {
  .s-expectedTopic {
    width: auto;
    height: auto;
  }
}

.s-expectedTopic img {
  display: block;
  width: 100%;
  height: auto;
}


.s-expectedTopic:nth-of-type(odd) {
  margin-right: -2rem;
}

.s-expectedTopic:nth-of-type(even) {
  margin-left: -2rem;
}


.content {
  display: block;
  padding-top: 12rem;
}

.content:last-of-type {
  padding-bottom: 12.4rem;
}

.c-title {
  text-align: center;
  margin-bottom: 8rem;
}

.kindlyList {
  padding: 0;
  margin: 0 auto 6rem;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width:820px) {
  .kindlyList {
    flex-wrap: nowrap;
  }
}

.kindlyListItem:not(:first-of-type) {
  margin-left: 3.2rem;
}

@media screen and (max-width:820px) {
  .kindlyListItem:not(:first-of-type) {
    margin-left: 1.6rem;
  }
}

.k-contents {
  list-style-type: none;
}

#kindly .k-content {
  background: #e38699;
}

.k-content {
  border-radius: 30px;
  padding: 6rem 0;
}

.k-content:not(:first-of-type) {
  margin-top: 3rem;
}

.k-ContentBox {
  padding: 0 10rem;
}

@media screen and (max-width:820px) {
  .k-ContentBox {
    padding: 0 5rem;
  }
}

.k-ContenHead {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:820px) {
  .k-ContenHead {
    display: block;
    text-align: center;
  }
}

.k-ContentNumber-outer {
  width: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:820px) {
  .k-ContentNumber-outer {
    width: 100%;
  }
}

.k-ContentNumber {
  width: 13.3rem;
  padding-right: 2.4rem;
  box-sizing: content-box;
}

@media screen and (max-width:820px) {
  .k-ContentNumber {
    display: inline-block;
    width: 8rem;
    margin: 0 auto 5rem;
    padding-right: 0;
    box-sizing: content-box;
  }

  .k-ContentNumber img {
    width: 100%;
    height: auto;
  }
}


.k-ContentNumber img {
  display: inline;
}

.k-ContentText {
  width: calc(100% - 16rem);
}

@media screen and (max-width:820px) {
  .k-ContentText {
    width: 100%;
  }
}

.k-ContentTextTitle {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .025em;
  color: #fff;
  padding-bottom: 2rem;
}

@media screen and (max-width:820px) {
  .k-ContentTextTitle {
    font-size: 4rem;
    padding-bottom: 4rem;
    line-height: 1.2;
  }
}


.k-ContentTextTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}

.k-ContentTextDescription {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .025em;
  color: #302b25;
}

@media screen and (max-width:820px) {
  .k-ContentTextDescription {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}


.k-ContentTextDescription .TextGroup {
  display: block;
}

@media screen and (max-width:820px) {
  .k-ContentTextDescription .TextGroup {
    display: inline-block;
  }
}


.flex {
  display: flex;
  flex-wrap: wrap;
}

.center {
  justify-content: center;
  align-items: center;
}

.content .k-lineup {
  margin: 0 auto;
  width: 68rem;
  justify-content: space-around;
  gap:4rem;
}
.content .k-lineup-width {
  margin: 0 auto;
  width: 78rem;
  justify-content: space-around;
}

@media screen and (max-width:820px) {
  .content .k-lineup {
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
  }

  .content .k-lineup.flex-c {
    justify-content: center;
  }
  .content .k-lineup.center {
    justify-content: center;
  }
  /*.content .k-lineup .k-lineupItem:not(:nth-of-type(3n+1)) {
    margin-left: 3.4rem;
  }*/
}


/*@media screen and (max-width:820px) {
  .content .k-lineup.flex-col2 .k-lineupItem {
    width: calc((100% / 2) - (3.4rem));
  }
}*/

@media screen and (max-width:820px) {
  .content .k-lineup.flex-col3 .k-lineupItem .cartButton{
    display: none;
  }
}

.k-lineupItem {
  margin: 6rem 0 0 0;
  max-width: 20.4rem;
}

.k-lineup-width .k-lineupItem {
  margin: 6rem 0 0 0;
  max-width: 30rem;
}

.flex-c {
  justify-content: center;
}


/*.flex-col2 .k-lineupItem:nth-of-type(odd) {
  margin-right: 4rem;
}

.flex-col2 .k-lineupItem:nth-of-type(even) {
  margin-left: 4rem;
}*/

/*@media screen and (max-width:820px) {
  .flex-col2 .k-lineupItem:nth-of-type(odd) {
    margin-right: 0;
  }
  
  .flex-col2 .k-lineupItem:nth-of-type(even) {
    margin-left: 0;
  }
}*/

.flex-col3 .k-lineupItem:not(:nth-of-type(3n+1)) {
  margin-left: 3.4rem;
}

.flex-col4 .k-lineupItem{
  margin-left: 3.4rem;
}
.flex-col4 .k-lineupItem:first-child,
.flex-col4 .k-lineupItem:nth-child(3){
	margin-left: 0;
}
.flex-col4 .k-lineupItem{
	width: calc((100% / 2) - (3.4rem));
}
@media screen and (max-width:820px) {
  .flex-col3 .k-lineupItem:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}

@media screen and (max-width:820px) {
  .k-lineupItem {
    max-width: inherit;
    width: calc((100% / 2) - (3.4rem));
  }
.flex-col4 .k-lineupItem{
  margin-left: 3.4rem;
}
.flex-col4 .k-lineupItem:first-child,
.flex-col4 .k-lineupItem:nth-child(3){
	margin-left: 0;
}
}

.cartButton {
  margin: 2rem 0 0 0;
}

.cartButton a {
  position: relative;
  display: block;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 5rem;
  color: #333333;
  letter-spacing: .05em;
  text-align: center;
}

@media screen and (max-width:820px) {
  .cartButton a {
    width: 100%;
    height: 7rem;
    font-size: 2.8rem;
    line-height: 7rem;
    text-align: center;
  }
}

.cartButton a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
  width: .6rem;
  height: 1.1rem;
}

.k-content .k-productInfo {
  list-style-type: none;
  max-width: 780px;
  margin: 6rem auto 0;
}

.k-productInfoItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.k-content .k-productInfo .k-productInfoItem:nth-of-type(even) {
  flex-direction: row-reverse;
}

.k-content .k-productInfo .k-productInfoItem:nth-of-type(even) .productInfoTextBox-outer{
  left: 0;
  right: auto;
}

.k-content .k-productInfo .k-productInfoItem:nth-of-type(even) .productInfoTextBox-outer .productInfoTextBox {
  margin-left: 0;
  margin-right: 6rem;
}

.k-content .k-productInfo .k-productInfoItem:nth-of-type(even) .productInfoTextBox-outer  .productInfoTextBox::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 27px;
  border-color: transparent transparent transparent #ffffff;
  transform: translate(100%, -50%);
  right: 1px;
  left: auto;
}

@media screen and (max-width:820px) {
  .k-content .k-productInfo .k-productInfoItem:nth-of-type(even) .productInfoTextBox-outer  .productInfoTextBox::before {
    border-width: 2.1rem 0 2.1rem 2.7rem;
    right: 1px;
  }
}

@media screen and (max-width:820px) {
  .k-productInfoItem {
    display: flex;
    align-items: center;
  }
}

.k-productInfoItem:not(:first-of-type) {
  margin-top: 3rem;
}

.productInfoTextBox-outer {
  position: static;
  /* top: 50%;
  right: 0;
  transform: translateY(-50%); */
}


.productInfoTextBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33rem;
  height: 33rem;
  margin-left: 6rem;
  /* padding: 3rem 5rem; */
  border-radius: 50%;
}


.productInfoTextBox-comment {
  /* padding: 8.4rem 5rem; */
  background: #fff;
}


@media screen and (max-width:820px) {
  .k-productInfoItem .productInfoThumbnail {
    width: calc(100% - (33rem + 6rem));
  }

  .productInfoTextBox {
    width: 33rem;
    padding: 3rem 4rem;
  }

  .productInfoTextBox.productInfoTextBox-img {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0;
  }

}

.productInfoTextBox {
  position: relative;
  color: #fff;
}

.productInfoTextBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 27px 21px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media screen and (max-width:820px) {
  .productInfoTextBox::before {
    border-width: 2.1rem 2.7rem 2.1rem 0;
    left: 1px;
  }
}

.green .productInfoTextBox::before {
  border-color: transparent #bbd76e transparent transparent;
}

.brown .productInfoTextBox::before {
  border-color: transparent #b38e80 transparent transparent;
}

.emerald .productInfoTextBox::before {
  border-color: transparent #3cb8b0 transparent transparent;
}

.sky .productInfoTextBox::before {
  border-color: transparent #39abd8 transparent transparent;
}

.brown .productInfoTextBox {
  background: #b38e80;
}

.emerald .productInfoTextBox {
  background: #3cb8b0;
}

.sky .productInfoTextBox {
  background: #39abd8;
}


.k-productInfoItem.emerald,
.k-productInfoItem.sky {
  align-items: center;
}

.k-productInfoItem.emerald .productInfoTextBox,
.k-productInfoItem.sky .productInfoTextBox {
  margin-bottom: 70px;
}

@media screen and (max-width:820px) {
  .k-productInfoItem.emerald .productInfoTextBox,
  .k-productInfoItem.sky .productInfoTextBox {
    margin-bottom: 0;
  }
}


.Imgcircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33rem;
  height: 33rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
}

.Imgcircle img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:820px) {
  .Imgcircle {
    width: auto;
    height: auto;
    margin: 0 auto;
    background: #fff;
  }
}

.productInfoTextHead {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  letter-spacing: .025em;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width:820px) {
  .productInfoTextHead {
    font-size: 3.2rem;
  }

}

.productInfoTextParagraph {
  background: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  line-height: 1.875;
  letter-spacing: .025em;
  color: #000;
  text-align: center;
}

@media screen and (max-width:820px) {
  .productInfoTextParagraph {
    font-size: 2rem;
    white-space: nowrap;
  }
}

.sustainableList {
  list-style-type: none;
}

.sustainableListItem {
  margin-bottom: 6rem;
}

#sustainable .k-ContentTextTitle {
  color: #fff;
}

#sustainable .k-ContentTextTitle::after {
  background: #fff;
}

#sustainable .k-content {
  background: #69bb84;
}

.sustainableImg {
  margin-top: 2.4rem;
}

.r-points {
  border-radius: 30px;
  background: #345e42;
  max-width: 1192px;
  margin: 3rem auto 0;
}

.r-pointsBox {
  padding: 4rem 18rem 6rem;
}

@media screen and (max-width:820px) {
  .r-pointsBox {
    padding: 9rem 5rem 10rem;
  }
}

.r-pointsTitle {
  margin-bottom: 4rem;
}

.r-pointsDescripton {
  display: flex;
  padding: 5rem 2.4rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width:820px) {

  .r-pointsDescripton {
    display: block;
  }
}

.r-pointsDescriptonText {
  width: calc(100% - (24.8rem + 4.4rem));
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: .025em;
  color: #fff;
}

@media screen and (max-width:820px) {
  .r-pointsDescriptonText {
    width: 100%;
    font-size: 2.6rem;
  }
}

.r-pointsDescriptonImg {
  margin-left: 4.4rem;
  width: 24.8rem;
}

@media screen and (max-width:820px) {
  .r-pointsDescriptonImg {
    margin-top: 6rem;
    margin-left: 0;
    width: 100%;
  }

  .r-pointsDescriptonImg img {
    width: 100%;
    height: auto;
  }
}

#package {
  background: #fff;
}


@media screen and (max-width:820px) {
  .packageTitle {
    margin: 0 5rem;
  }
}

.p-design {
  margin: 12rem auto 11rem;
}

@media screen and (max-width:820px) {
  .p-design {
    margin: 17rem auto 11rem;
  }
}

.p-designList {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:820px) {
  .p-design .p-designList {
    flex-wrap: wrap;
    margin: 0 5rem;
  }
}

.p-designItem {
  max-width: 226px;
}

@media screen and (max-width:820px) {
  .p-designItem {
    max-width: inherit;
    width: 100%;
    position: relative;
  }
}

.p-designItem:not(:first-of-type) {
  margin-left: 2.4rem;
}

@media screen and (max-width:820px) {
  .p-designItem:not(:first-of-type) {
    margin-left: 0;
  }

  .p-designItem:not(:first-of-type) {
    margin-top: 6rem;
  }
}



.p-desginNew::after {
  content: "";
  display: block;
  width: 7.4rem;
  height: 7.4rem;
  background: url(./../img/package_arrow.png) no-repeat;
  background-size: cover;
  margin: 3rem auto 4rem;
}

@media screen and (max-width:820px) {

  .p-desginNew::after {
    position: absolute;
    top: 14rem;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }

}


.p-desginNewText {
  max-width: 206px;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #89594e;
  letter-spacing: .05em;
  text-align: left;
  min-height: 11.3rem;
}


@media screen and (max-width:820px) {

  .p-desginNewText {
    max-width: inherit;
    width: 100%;
    font-size: 2.6rem;
    margin-bottom: 1em;
  }

}

.p-designItem:first-of-type .p-desginNew,
.p-designItem:first-of-type .p-desginOld {
  position: relative;
  z-index: 2;
}

.p-designItem:first-of-type .p-desginNew::before,
.p-designItem:first-of-type .p-desginOld::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -7.8rem;
  left: -6.2rem;
  width: 11.2rem;
  height: 11.2rem;
}


@media screen and (max-width:820px) {
  .p-designItem:first-of-type .p-desginNew::before {
    left: -6.2rem;
  }
}


.p-designItem:first-of-type .p-desginNew::before {
  background: url(./../img/new_icon.png) no-repeat;
  background-size: cover;
}

.p-designItem:first-of-type .p-desginOld::before {
  background: url(./../img/old_icon.png) no-repeat;
  background-size: cover;
}

.p-desginNew img {
  width: auto;
  height: auto;
}

@media screen and (max-width:820px) {
  .p-desginNew img {
    display: inline-block;
    height: 100%;
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width:820px) {
  .p-desginNewImg {
    display: flex;
    justify-content: center;
    transform: translateX(0);
    width: 22.6rem;
    height: 36rem;
  }

  .p-desginNewImg::before {
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
    top: -7.8rem;
    left: calc(-1rem + 20rem + 22rem);
    width: 11.2rem;
    height: 11.2rem;
    background: url(./../img/old_icon.png) no-repeat;
    background-size: cover;
  }
}

.p-desginOld img {
  width: 22.6rem;
  height: 36rem;
}

@media screen and (max-width:820px) {

  .p-design .p-desginBox .p-desginOld {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 22.6rem;
    height: 36rem;
  }

  .p-desginOld img {
    width: auto;
    height: 100%;
  }

}


.categoryButton a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 41rem;
  height: 9rem;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: 9rem;
  color: #fff;
  background: #333333;
  text-align: center;
}

@media screen and (max-width:820px) {

  .categoryButton a {
    width: 60rem;
  }
}


.categoryButton a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1rem;
  width: 1rem;
  height: 1.7rem;
  background: url(./../img/arrow-w.png) no-repeat;
  background-size: cover;
}


.ProcessingList .Processing {
  width: 19.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  border-radius: 1.8rem;
  text-align: center;
  border:1px solid #302b25;
  font-size: 1.4rem;
  color: #302b25;
  letter-spacing: .05em;
}

@media screen and (max-width:820px) {

  .ProcessingList {
    text-align: left;
  }

  .ProcessingList .Processing {
    display: inline-block;
    border-radius: 2.61rem;
    width: 29rem;
    height: 5.4rem;
    line-height: 5.4rem;
  }
  .ProcessingList .Processing:nth-of-type(odd) {
    margin-right: 1.5rem;
  }
  .ProcessingList .Processing:nth-of-type(even) {
    margin-left: 1.5rem;
  }
  .ProcessingList .Processing:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}

.ProcessingList .speacer {
  width: 19.7rem;
  height: 3.7rem;
}

.ProcessingList .Processing:not(:last-of-type) {
  margin-bottom: 1.3rem;
}

@media screen and (max-width:820px) {
  .ProcessingList .Processing:not(:last-of-type) {
    margin-bottom: 0;
  }
}