html {
  font-size: 62.5%;
}
.media_pc {
  display: block !important;
}
.media_sp {
  display: none !important;
}
body {
  width: 100%;
  background-color: white;
}
img {
  max-width: 100%;
}
.whole-wrapper a {
  text-decoration: none;
}
.whole-wrapper a:hover {
  text-decoration: none;
  opacity: 70%;
}
.whole-wrapper {
  overflow: hidden;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.area-header {
  width: 100%;
  margin: 0 auto;
}
.area-wrapper {
  background-color: #f8f5f4;
}
.main_lead {
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}
.main_lead p {
  max-width: 960px;
  line-height: 1.8;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}
.point {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Lora", serif;
}
.slider_text {
  max-width: 960px;
  line-height: 1.8;
  font-size: 16px;
  margin: 0 auto;
  padding: 20px 0 50px;
  text-align: left;
  position: relative;
}
section {
  position: relative;
  padding: 50px 0;
  margin: 50px 0;
}
.mob {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.single {
  width: 25%;
}
.single a {
  color: inherit;
}
.brand {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.pd_name {
  font-size: 16px;
  line-height: 1.6;
}
.swiper {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
.swiper-pagination-bullet {
  background-color: rgb(0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 0;
}
.btn_wrap {
  text-align: center;
  margin: 100px 0;
  position: relative;
}
.btn_wrap a {
  display: inline-block;
  max-width: 400px;
  border: solid black;
  padding: 10px 30px;
  color: inherit;
  background-color: #ffff;
  font-size: 1.4rem;
  line-height: 1.6;
}
.btn_wrap a:hover {
  display: inline-block;
  max-width: 400px;
  border: solid rgb(0, 0, 0);
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  background-color: #000000;
  transition: 0.8s;
  opacity: 100;
}
.blk a {
  display: inline-block;
  max-width: 400px;
  border: solid rgb(255, 255, 255);
  padding: 10px 30px;
  color: #ffffff;
  background-color: #000000;
  font-size: 1.8rem;
  line-height: 1.6;
}
.blk a:hover {
  display: inline-block;
  max-width: 400px;
  border: solid rgb(255, 255, 255);
  padding: 10px 30px;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  transition: 0.8s;
  opacity: 100;
}
.mid_ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  line-height: 1.8;
  position: relative;
  font-family: "Lora", serif;
}
.mb {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 960px;
  padding: 100px 20px;
  padding-bottom: 10px;
  margin-top: 100px;
  text-align: center;
}
.mb p {
  font-family: "Lora", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.mb_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  max-width: 50rem;
  margin: 0 auto;
  margin-top: 25px;
}
.mb_vis {
  max-width: 100%;
}
.mb_vis img {
  max-width: 50rem;
}
.mb_info .left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.mb_brand {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.mb_pd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.mb_text {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 50px;
  max-width: 50rem;
  text-align: left;
}
.buy_wrap {
  text-align: center;
  position: relative;
}
.buy_wrap a {
  display: inline-block;
  max-width: 200px;
  padding: 5px 30px;
  color: white;
  background-color: #333333;
  border-radius: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.left a {
  color: inherit;
  text-align: left;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 8rem;
  }
  body {
    max-width: 100%;
    background-color: white;
  }
  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
  section {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem 0rem;
  }
  .whole-wrapper a {
    text-decoration: none;
  }
  .whole-wrapper {
    overflow: hidden;
    background-color: #ffffff;
  }
  .area-header {
    width: 100%;
    margin: 0 auto;
  }
  .area-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  /* .wall {
    background-image: linear-gradient(173deg, rgba(255, 255, 255, 0.1) 25%, rgba(174, 174, 174, 0.1) 10%, rgba(174, 174, 174, 0.1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
  } */
  .slider_text {
    width: 100%;
    line-height: 1.8;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px 20px 50px;
  }
  .mob {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .single {
    width: 100%;
  }
  .single a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
  }
  .single dt {
    max-width: 50%;
  }
  .band {
    display: flex;
  }
  .btn_wrap {
    text-align: center;
    margin: 60px 0;
  }
  .btn_wrap a:hover {
    transition: 0.4s;
  }
  .brand {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .pd_name {
    font-size: 12px;
    line-height: 1.6;
  }
  .main_lead p {
    max-width: 820px;
    line-height: 1.8;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
  }
  .mb {
    margin-top: 50px;
    width: 90%;
    padding: 50px 20px;
  }
  .mb p {
    font-size: 25px;
  }
  .mb_vis img {
    max-width: 30rem;
  }
  .swiper {
    padding: 0 2rem;
  }
}
