@charset "UTF-8";
html {
  font-size: 62.5%;
}

.main-area img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.main-area .top {
  background-color: #fafafa;
}
.main-area .top .main_title {
  margin: 1.1rem 0;
}
.main-area .top .sub_title {
  padding: 0 1.5rem;
  position: relative;
}
.main-area .top_lead {
  margin-top: 8.8rem;
  padding: 0 1.5rem;
}

.main-area .content {
  background-color: #fafafa;
}
.main-area .content:first-of-type {
  padding-top: 10.3rem;
}
.main-area .content:nth-of-type(n+2) {
  padding-top: 11.4rem;
}
.main-area .content:last-of-type {
  padding-bottom: 11.4rem;
}
.main-area .content .prod_img_wrap > a {
  transition: opacity 0.5s;
}
.main-area .content .prod_img {
  width: 100%;
}
.main-area .content .prod_detail_wrap {
  width: 34.5rem;
  margin: 4rem auto 0;
}
.main-area .content .prod_title {
  margin-top: 3rem;
}
.main-area .content .prod_lead {
  margin-top: 1.8rem;
}
.main-area .content .pricelist {
  margin-top: 4.3rem;
}
.main-area .content .pricelist {
  margin-top: 1.5rem;
}

/* autoprefixer grid: autoplace */
.main-area .top_balloon {
  width: 8.4rem;
  height: 8.4rem;
  background-image: url(../img/balloon_sp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -1.4rem;
  right: 1.2rem;
}
.main-area .balloon {
  width: 34.3rem;
  height: 5.2rem;
  background-image: url(../img/sp_balloon_line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 3.14rem;
  margin-bottom: -2rem;
}
.main-area .balloon_text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1.2rem 0 0 2.15rem;
}

.buy_button {
  width: calc(290 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  background-color: #000;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: auto;
  transition: 0.5s;
}
.buy_button:hover {
  background-color: #fff;
}
.buy_button:hover .buy_text {
  color: #000;
}
.main-area .discount_icon {
  color: #fff;
  background-color: #C90C26;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0.3rem;
}

.main-area p,
.main-area a {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
}
.main-area .top .main_title {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.1rem;
  letter-spacing: 0.07em;
  line-height: 1.1612903226;
  text-align: center;
}
.main-area .top .sub_title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.6;
}
.main-area .top_lead {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.main-area .content .prod_number {
  color: #D6D6D6;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
}
.main-area .content .prod_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.main-area .content .prod_lead {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.main-area .content .pricelist a {
  color: #454545;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-decoration: underline;
}

.main-area .view_all_link {
  width: 34.5rem;
  height: 6rem;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 10rem auto 22.5rem;
  transition: opacity 0.5s;
}

@media screen and (max-width: 767px){
  .sponly {
    display: block;
  }

  .pconly {
    display: none;
  }
}

@media screen and (min-width: 768px){
  .sponly {
    display: none;
  }

  .pconly {
    display: block;
  }
  .main-area .top {
    background-color: #fff;
  }
  .main-area .top .main_title,
.main-area .top .top_lead {
    text-align: center;
  }
  .main-area .top .main_title {
    margin: 4rem auto 2.5rem;
  }
  .main-area .top .sub_title {
    width: 69.2rem;
    margin: auto;
    padding: 0 8.6rem 0 0;
    transform: translateX(5.2rem);
  }
  .main-area .top .top_lead {
    margin-top: 7.7rem;
  }
  .main-area .top picture {
    width: 120rem;
    display: block;
    margin: auto;
  }
  .main-area .content:first-of-type {
    padding-top: 7.7rem;
  }
  .main-area .content:nth-of-type(2n) {
    padding-top: 14rem;
  }
  .main-area .content:nth-of-type(3) {
    padding-top: 17rem;
  }
  .main-area .content:nth-of-type(2n-1) {
    position: relative;
    overflow: hidden;
  }
  .main-area .content:nth-of-type(2n-1) .prod_wrap {
    position: relative;
    z-index: 5;
  }
  .main-area .content:last-of-type {
    padding-bottom: 14rem;
  }
  .main-area .content .prod_wrap {
    width: 108rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: auto;
  }
  .main-area .content .prod_img_wrap {
    width: 51rem;
  }
  .main-area .content .prod_detail_wrap {
    width: 51rem;
    margin: 5rem 0 0;
  }
  .main-area .content.content:nth-of-type(2n-1) .prod_wrap {
    flex-direction: row-reverse;
  }
  .main-area .content1::after, .main-area .content3::after {
    width: 100vw;
    height: 63rem;
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 9rem;
    left: 0;
    z-index: 2;
  }
  .main-area .top_balloon {
    width: 10.5rem;
    height: 10.4rem;
    background-image: url(../img/balloon_pc.svg);
    top: -2.2rem;
    right: 0;
  }
  .main-area .balloon {
    width: 36rem;
    height: 5.6rem;
    margin-top: 3.5rem;
    margin-bottom: -1.6rem;
  }
  .main-area .balloon_text {
    font-size: 1.3rem;
    padding: 1.3rem 0 0 1.65rem;
  }
  .buy_button {
    width: calc(166 * (100vw / 1200));
    height: calc(34 * (100vw / 1200));
  }
  .main-area .top .main_title {
    font-size: 4rem;
  }
  .main-area .top .sub_title {
    font-size: 2.4rem;
  }
  .main-area .top_lead {
    font-size: 1.4rem;
  }
  .main-area .content .prod_number {
    font-size: 5.5rem;
  }
  .main-area .content .prod_title {
    font-size: 2.4rem;
  }
  .main-area .view_all_link {
    width: 36rem;
    height: 6rem;
    margin: 12rem auto 19rem;
  }
}