@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 {
  width: 34.5rem;
  margin: 2.2rem 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:2.9rem;
}
.main-area .content2 .prod_title {
  margin-top:2.7rem;
}

.main-area .content .prod_lead {
  margin-top: 2.9rem;
}
.main-area .content .pricelist {
  margin-top: 4.3rem;
}
.main-area .content .pricelist {
  margin-top: 1rem;
}

/* autoprefixer grid: autoplace */
.main-area .top_balloon {
  width: 11.9rem;
  height: 4.8rem;
  background-image: url(../img/balloon_sp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 7.1rem;
  right: 2.6rem;
}
.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;
  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.3rem;
  letter-spacing: 0.1em;
  line-height: 2.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.7;
}
.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;
  }
  .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: 2.8rem;
  }
  .main-area .content1::after{
    width: 100vw;
    height: 99rem;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0rem;
    left: 0;
    z-index: 2;
  }
  .main-area .content {
    position:relative;
  }
   .main-area .content3::after{
    width: 100vw;
    height: 94rem;
    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:2.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: 2.2;
    margin-top: 1.3rem;
  }
  .main-area .content .prod_detail_wrap{
    margin-top: 4.2rem;
  }
  .main-area .content2 .prod_detail_wrap{
    margin-top: 4.5rem;
  }
  .main-area .content4 .prod_detail_wrap{
    margin-top:4.4rem;
  }
  .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 .content3 .pricelist{
    line-height: 2.2;
  }
  .main-area .balloon {
    width: 28.8rem;
    height: 5.5rem;
    background-image: url(../img/balloon_line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 3.1rem;
    margin-bottom: -2rem;
  }
  .main-area .content:nth-of-type(n+2){
    padding-top: 15.2rem;
  }
  .main-area .content3:nth-of-type(n+2){
    padding-top: 11.5rem;
  }
  .main-area .content4:nth-of-type(n+2){
    padding-top: 15rem;
  }
  .main-area .view_all_link{
    margin: 7.7rem auto 22.5rem;
  }
  .main-area .content:last-of-type {
    padding-bottom: 7.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: 136.6rem;
    background-position: center -10.9rem;
    /* 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: 2.2rem;
    width: auto;
    font-size: 1.4rem;
    line-height: 2;
  }
  .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: 4.5rem;
    margin: 8rem 0 0 0;
  }
  .main-area .content:nth-of-type(3) {
    padding-top: 12.5rem;
  }
  .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: 8rem;
  }
  .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;
    margin: 3.5rem 0 0 0;
  }
  .main-area .content3 .prod_img_wrap {
    margin: 7.9rem 1.1rem 0 0rem;
    width: 49.3rem;
  }
   

  .main-area .content .prod_detail_wrap {
    width: 54rem;
    
  }
  .main-area .content .prod_detail_wrap:nth-of-type(2){
    margin: 9rem -3.1rem 0 0;
  }

  .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: 75rem;
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: -8.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: 16.3rem;
    height: 6rem;
    background-image: url(../img/balloon_pc.svg);
    top: -0.5rem;
    left: 70.5rem;
    position: absolute;
  }
  .main-area .balloon {
    width: 30.5rem;
    height: 5.6rem;
    margin-top: 4rem;
  }
   .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.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;
    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.5rem;
  }
  .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 */