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;
  }
}


.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: #2d2822;
}

.TextGroup {
  display: inline-block;
}

.bold {
  font-weight: 700;
}

.inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width:820px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }
}


.page-bg {
  background-color: #cfc6ba;
}

.content {
  padding: 6rem 0;
  display: block;
}

.content:first-of-type {
  padding: 12rem 0;
}


/* 
  Introduction
----------------------------------------*/
#Introduction {
  padding: 10rem 0;
  background: #810f28;
}

.Introduction_txt {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:820px) {
  .Introduction_txt {
    margin-bottom: 10rem;
    font-size: 3.4rem;
    line-height: 2;
    text-align: center;
    color: #fff;
  }
}


.Introduction_txt .TextBlock {
  display: block;
}

.pagelinks {
  text-align: center;
}

@media screen and (max-width:890px) {
  #navigation .pagelinks {
    width: 73rem;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
  }
}

.pagelinks_ctg {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 23rem;
  height: 18rem;
  background: #f4f0e9;
}

@media screen and (max-width:820px) {
  .pagelinks_ctg {
    width: 33rem;
    height: 26rem;
  }
}

.pagelinks_ctg:nth-of-type(1) {
  background: url(./../img/pagelinks_ctg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pagelinks_ctg:nth-of-type(2) {
  background: url(./../img/pagelinks_ctg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pagelinks_ctg:nth-of-type(3) {
  background: url(./../img/pagelinks_ctg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pagelinks_ctg:nth-of-type(4) {
  background: url(./../img/pagelinks_ctg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pagelinks_ctg:nth-of-type(5) {
  background: url(./../img/pagelinks_ctg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pagelinks_ctg:nth-of-type(6) {
  background: url(./../img/pagelinks_ctg06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:820px) {
  .pagelinks_ctg:nth-of-type(1) {
    background: url(./../img/pagelinks_ctg01-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagelinks_ctg:nth-of-type(2) {
    background: url(./../img/pagelinks_ctg02-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagelinks_ctg:nth-of-type(3) {
    background: url(./../img/pagelinks_ctg03-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagelinks_ctg:nth-of-type(4) {
    background: url(./../img/pagelinks_ctg04-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagelinks_ctg:nth-of-type(5) {
    background: url(./../img/pagelinks_ctg05-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagelinks_ctg:nth-of-type(6) {
    background: url(./../img/pagelinks_ctg06-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.pagelinks_ctg:nth-of-type(n+2) {
  margin-left: 2rem;
}

@media screen and (max-width:890px) {
  .pagelinks_ctg:nth-of-type(n+2) {
    margin-left: 0;
  }
  .pagelinks_ctg:not(:nth-of-type(3n+1)) {
    margin-left: 2rem;
  }
  .pagelinks_ctg:nth-of-type(n+4) {
    margin-top: 2rem;
  }
}


@media screen and (max-width:820px) {

  .pagelinks_ctg:nth-of-type(n+4) {
    margin-top: 0;
  }


  .pagelinks_ctg:nth-of-type(n+3) {
    margin-top: 3rem;
  }


  .pagelinks_ctg:nth-of-type(n+2) {
    margin-left: 0;
  }

  .pagelinks_ctg:nth-of-type(odd) {
    margin-right: 1.5rem;
  }

  .pagelinks_ctg:nth-of-type(even) {
    margin-left: 1.5rem;
  }

}

.pagelinks_ctg a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .7rem;
}

.pagelinks_ctg a span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 11.5rem;
  height: 100%;
  font-size: 2.2rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1.45;
  font-weight: 500;
}

@media screen and (max-width:820px) {
  .pagelinks_ctg a span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 15.5rem;
    height: 100%;
    font-size: 3.2rem;
    text-align: center;
    white-space: nowrap;
    line-height: 1.45;
    font-weight: 500;
  }
}

  
.pagelinks_ctg a span::after {
  content: "";
  display: block;
  margin: 2rem 0 0;
  width: 2.3rem;
  height: 1.4rem;
  background: url(./../img/arrow-r.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 
  共通
----------------------------------------*/
.common_ttl::before {
  content: "";
  display: block;
  margin: 0 auto 2.2rem;
  width: 5.5rem;
  height: 5.1rem;
  background: url(./../img/ttl-deco.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.common_ttl {
  margin: 0 auto 6.2rem;
  font-size: 4.2rem;
  font-weight: bold;
  line-height:1.14 ;
  letter-spacing: .08em;
  text-align: center;
}

@media screen and (max-width:820px) {
  .common_ttl {
    margin: 0 auto 6rem;
    font-size: 5rem;
    font-weight: bold;
    line-height:1;
    letter-spacing: .025em;
    text-align: center;
  }
}

.common_ttl .common_ttl_txt {
  display: inline-block;
  font-weight: bold;
}

.contents {
  width: 130rem;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width:820px) {
  .contents {
    width: calc(100% - 6rem);
    margin: 0 auto;
  } 
}

.contents_banner {
  margin-bottom: 8rem;
}

.checklist-outer {
  margin-bottom: 8rem;
  text-align: center;
}

@media screen and (max-width:820px) {
  .checklist-outer {
    width: calc(100% - 6rem);
    margin: 0 auto 8rem;
  }
}

.checklist_catch {
  display: block;
  margin: 0 auto 4rem;
  font-size: 2.8rem;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: center;
  color: #810f28;
}

@media screen and (max-width:820px) {
  .checklist_catch {
    display: block;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: bold;
  }
}

.checklists_item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2rem 0 0 ;
  width: 2.2rem;
  height: 2.2rem;
  background: url(./../img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.checklists_item {
  display: inline-block;
  vertical-align: middle;
  width: 70rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 10px;
  padding-left: 7.6rem;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: .1em;
  background: #f4f0e9;
}

@media screen and (max-width:820px) {
  .checklists_item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    min-height: 6rem;
    border-radius: 10px;
    padding: 2rem 0 2rem 7.6rem;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: .1em;
    line-height: 1.28;
    background: #f4f0e9;
    text-indent: calc(-6.6rem + 2.2rem);
  }
}

.checklists_item:not(:first-of-type) {
  margin-top: 1rem;
}

.productarea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 5rem 8rem;
}

@media screen and (max-width:820px) {
  .productarea {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 3.5rem 8rem;
  }
}

.productarea::after {
  content: "";
  width: 38rem;
  display: block;
}

@media screen and (max-width:820px) {
  .productarea::after {
    width: calc((100% / 2) - 2rem);
  }
}

.productarea > .product {
  width: 38rem;
}

@media screen and (max-width:820px) {
  .productarea > .product {
    width: calc((100% / 2) - 2rem);
  }
}

.productarea > .product:not(:first-of-type) {
  margin-left: 2rem;
}

@media screen and (max-width:820px) {
  .productarea > .product:not(:first-of-type) {
    margin-left: 0;
  }

  .productarea .product:nth-of-type(odd) {
    margin-right: 1rem;
  }

  .productarea .product:nth-of-type(even) {
    margin-left: 1rem;
  }

  .productarea .product:nth-of-type(n+3) {
    margin-top: 6rem;
  }

}

.productarea .product_thumbnail {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (max-width:820px) {
  .productarea .product_thumbnail {
    margin-bottom: 2.6rem;
  }
}

.productarea .product_thumbnail img {
  width: 100%;
  height: auto;
}

.productarea .product_name {
  margin-bottom: 2rem;
  min-height: 5rem;
  font-size: 1.8rem;
  letter-spacing: .005em;
  line-height: 1.6;
  color: #111111;
}

@media screen and (max-width:820px) {
  .productarea .product_name {
    margin-bottom: 3rem;
    min-height: 12rem;
    font-size: 2.4rem;
    letter-spacing: .005em;
    line-height: 1.25;
    color: #111111;
  }
}

.product_cta a {
  max-width: 31rem;
  width: 100%;
  height: 7rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.5rem;
  background:#111111 ;
  font-size: 1.8rem;
  letter-spacing: .005em;
  color: #fff;
  margin: 0 auto;
}


@media screen and (max-width:820px) {
  .product_cta a {
    width: 100%;
    height: 7rem;
    font-size: 2.4rem;
    letter-spacing: .005em;
  }
}

.product_cta a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url(./../img/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width:1rem;
  height: 1.7rem;
}