@charset "UTF-8";
html {
  font-size: 62.5%;
}
@import url("https://use.typekit.net/jva0gfb.css");
.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 {
  width: 34.5rem;
  margin: 6.8rem auto 0;
}

.main-area .content {
  background-color: #fafafa;
}
.main-area .content:first-of-type {
  padding-top: 2.6rem;
}
.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: 3.5rem;
}
.main-area .content2 .prod_title {
  margin-top: 2.2rem;
}

.main-area .content .prod_lead {
  margin-top: 1.3rem;
}
.main-area .content .pricelist {
  margin-top: 4.3rem;
}
.main-area .content .pricelist {
  margin-top: 1rem;
}

/* autoprefixer grid: autoplace */
.main-area .top_balloon {
  width: 34.5rem;
  height: 25rem;
  background-image: url(../img/ballon_sp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 1.5rem;
}
.main-area .balloon {
  width: 34.3rem;
  height: 5.2rem;
  background-image: url(../img/ballon_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: 0.7rem 0 0 1rem;
}

.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;
  margin-left: 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;
  position: relative;
}
.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.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.66;
  position: relative;
  width: 37.5rem;
}
.main-area .content .prod_number {
  color: #D6D6D6;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
.main-area .content .prod_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  white-space: nowrap;
}
.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;
  }
  
  .main-area{
		width: 100%;
		/* background-image: url(../img/sp.jpg); */
		background-size: 100%;
		background-position:center -5.5rem;
		overflow-x: hidden;
		}
  .main-area .top{
    background-color:#fff;
    /* opacity: 0.5; */
  }
  .top_lead span{
    white-space: nowrap;
  }
  .main-area .content .prod_title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    width: 36.5rem;
    margin-top: 2rem;
  }
  .main-area .content1::after{
    width: 100vw;
    height: 81.5rem;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0rem;
    left: 0;
    z-index: 2;
  }
  .main-area .content {
    position:relative;
    /* opacity:0.5; */
  }
  .main-area .content:first-of-type {
    padding-top: 0rem;
    margin-top:6.9rem;
  }
   .main-area .content3::after{
    width: 100vw;
    height: 81.5rem;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 8rem;
    left: 0;
    z-index: 2;
  }
  .main-area .content1 .prod_wrap{
    z-index:5;
    position:relative;
  }
  .main-area .content3 .prod_wrap{
    z-index:5;
    position:relative;
  }
  .main-area .content2 .prod_title{
    margin-top: 1.3rem;
  }
  .main-area .content4 .prod_title{
    margin-top: 2.1rem;
  }

  .main-area .content .prod_lead {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 1.1rem;
  }
  .main-area .content2 .prod_lead {
    margin-top: 1.7rem;
  }
  .main-area .content .prod_detail_wrap{
    margin-top: 2.7rem;
  }
  .main-area .content2 .prod_detail_wrap{
    margin-top: 2.7rem;
  }
  .main-area .content4 .prod_detail_wrap{
    margin-top: 3.1rem;
  }
  .main-area .content .pricelist{
    margin-top: 0.6rem;
   
  }

  .main-area .content4 .pricelist a{
    line-height:2;
  }
  .main-area .content .discount_icon{
    margin: 0 0 0 0.3rem;
    padding: 0.2rem;
  }
  .main-area .content1 .pricelist{
    line-height: 1.85;
   
  }
  .main-area .content .pricelist a{
    letter-spacing:0.01em;
  }
  .main-area .content3 .pricelist{
    line-height: 2.2;
  }
  .main-area .balloon {
    width: 22.9rem;
    height: 6.7rem;
    background-image: url(../img/sp_balloon_line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 2.7rem;
    margin-bottom: -2rem;
  }
  .main-area .content:nth-of-type(n+2){
    padding-top: 11.8rem;
  }
  .main-area .content3:nth-of-type(n+2){
    padding-top: 5.9rem;
  }
  .main-area .content4:nth-of-type(n+2){
    padding-top: 0;
    margin-top: 5.4rem;
  }
  .main-area .view_all_link{
    margin: 7.7rem auto 22.5rem;
  }
  .main-area .content:last-of-type {
    padding-bottom: 12.4rem;
  }
  .main-area .top picture{
    width: 75rem;
  }
  .main-area .top .main_title{
    text-align: left;
    margin-left: 1.5rem
  }
}

@media screen and (min-width: 768px){
  .sponly {
    display: none;
  }

  .pconly {
    display: block;
  }
  
  .main-area{
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 136rem;
    background-position: center -12.5rem;
    /* background-image: url(../img/pc.jpg); */
  }
  .main-area .top {
    background-color: #fff;
  }
  .main-area .top .top_lead {
    text-align: center;
  }
  .main-area .top .main_title {
    margin: 3rem auto 0;
    position: relative;
    text-align: center;
  }
  .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: 10.2rem;
    width: 136rem;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: bold;
    position: relative;
  }
  .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: 0.5rem;
    margin: 17rem 0 0 0;
  }
  .main-area .content2 {
    margin: 12rem 0 0 0 !important;
  }
  .main-area .content:nth-of-type(3) {
    padding-top: 12.3rem;
  }
  .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: 13rem;
    /* opacity: 0.5; */
  }
  .main-area .content .prod_wrap {
    width: 98rem;
    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: 49rem;
    margin: 4.5rem 0 0 0;
  }
  .main-area .content2 .prod_img_wrap{
    margin-top: 11.5rem;
  }
  .main-area .content3 .prod_img_wrap {
    margin: 8.9rem 0.1rem 0 0rem;
    width: 44rem;
  }
   .main-area .content4 .prod_img_wrap {
    margin: 10.9rem 0.1rem 0 0rem;
    width: 44rem;
  }

  .main-area .content .prod_detail_wrap {
    width: 42rem;
  }
  .main-area .content .prod_detail_wrap:nth-of-type(2){
    margin: 16rem 0 0 0;
  }
  .main-area .content1 .prod_detail_wrap{
    margin: 9rem 0 0 0 !important;
  }
  .main-area .content3 .prod_detail_wrap{
    margin: 13rem 0 0 0 !important;
  }
  .main-area .content4 .prod_detail_wrap{
    margin: 15.5rem 0 0 0 !important;
  }
  



  .main-area .content.content:nth-of-type(2n-1) .prod_wrap {
    flex-direction: row-reverse;
  }
  .main-area .content1::after{
    width: 100vw;
    height: 83rem;
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: -8.6rem;
    left: 0;
    z-index: 2;
  }
   .main-area .content3::after{
     width: 100vw;
     height: 82rem;
     background-color: #fff;
     content: "";
     position: absolute;
     bottom: -12.6rem;
     left: 0;
     z-index: 2;
  }
  .main-area .content:nth-of-type(2n-1) .prod_wrap {
    position: relative;
    z-index: 5;
  }
  .main-area .top_balloon {
    width: 69rem;
    height: 20rem;
    background-image: url(../img/ballon.svg);
    top: -1.9rem;
    left: 32rem;
    position: absolute;
    z-index: 99;
  }
  .main-area .balloon {
    width: 40.6rem;
    height: 5.6rem;
    margin-top: 4.2rem;
  }
   .main-area .content4 .balloon {
    width: 30.7rem;
    height: 5.6rem;
    margin-top: 3.7rem;
    margin-bottom: -2.2rem;
  }
  .main-area .balloon_text {
    font-size: 1.2rem;
    padding: 1.1rem 0 0 1rem;
  }
  .buy_button {
    width: calc(166 * (100vw / 1200));
    height: calc(34 * (100vw / 1200));
  }
  .main-area .top .main_title {
    font-size: 4rem;
    line-height: 1.25;
    width: 100rem;
  }
  .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.2rem;
  }
  .main-area .content .prod_title {
    font-size: 2.4rem;
  }
  .main-area .view_all_link {
    width: 36rem;
    height: 6rem;
    margin: 10rem auto 19rem;
  }
  
}

@media screen and (min-width: 1200px){
  .buy_button {
    width: 166px;
    height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px){ 
  html {
      font-size: calc(10 * (100vw / 1366));
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 1023px){ 
  .main-area .balloon {
    width: 40.5rem;
    height: 8.6rem;
  }
  .main-area .content4 .balloon {
    width: 38.7rem;
    height: 7.6rem;
  }
} */

/*# sourceMappingURL=style.css.map */