/** about pc style **/
.page-main {
  padding-bottom: 0;
}

.wine-wrap {
  max-width: 83rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.wine-reason {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.wine-reason_ctn {
  width: 100%;
  max-width: 80rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.wine-reason_ctn h2 {
  font-size: 3.6rem;
  font-weight: 400;
  display: inline-block;
  background: #fff;
}

.wine-reason_img {
  width: 100%;
  height: 52.5rem;
  margin-left: 42.5%;
}

.wine-grows {
  margin: 7rem 0;
}

.wine-grows h2 {
  font-size: 3.6rem;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  line-height: 1.7;
  letter-spacing: -1px;
  margin-bottom: 3rem;
}

.wine-grows p {
  font-family: "Yu Gothic";
  font-size: 1.6rem;
}

.wine-single {
  text-align: center;
}

.wine-single img {
  width: 100%;
  height: auto;
}

.sc-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*&.shock {
    .sc-row_img {
      width: percentage(578/1310);
      height: 38.8rem;
    }
    .sc-row_ctn {
      width: percentage(732/1310);
    }
  }*/
}

.sc-row h2 {
  font-size: 3.6rem;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  line-height: 1.7;
  letter-spacing: -1px;
  margin-bottom: 3rem;
}

.sc-row p {
  font-family: "Yu Gothic";
  font-size: 1.6rem;
}

.sc-row .sc-row_img {
  width: 49.61832%;
  height: 43.6rem;
}

.sc-row .sc-row_img figure {
  position: relative;
}

.sc-row .sc-row_img figure figcaption {
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.3;
  padding: 0.3rem 1rem;
  font-family: "Yu Gothic";
  font-size: 1.6rem;
}

.sc-row .sc-row_ctn {
  width: 55.87786%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sc-row .sc-row_ctn--inner {
  max-width: 44rem;
  padding: 0 4rem 0 0;
}

.sc-row.shock {
  margin: 6rem 0 7rem;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sc-row.shock .sc-row_img {
  width: 44.12214%;
  height: 38.8rem;
}

.sc-row.shock .sc-row_ctn {
  width: 55.87786%;
}

.sc-row.shock .sc-row_ctn--inner {
  max-width: 49rem;
  padding: 0 2rem 0 0;
}

.sc-row.enjoy {
  margin: 0 0 3rem 0;
}

.sc-row.enjoy .sc-row_img {
  width: 42.36641%;
  height: 37rem;
  text-align: right;
}

.sc-row.enjoy .sc-row_img figure figcaption {
  left: auto;
  right: 0;
}

.sc-row.enjoy .sc-row_ctn {
  width: 57.63359%;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sc-row.enjoy .sc-row_ctn--inner {
  max-width: 52rem;
  padding: 0 0 0 4rem;
}

.sc-row.reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.wine-info {
  margin: 7rem 0 14rem;
}

.wine-info figure figcaption {
  margin-top: 1rem;
  display: block;
  line-height: 1.3;
  font-family: "Yu Gothic";
  font-size: 1.6rem;
}

.wine-info dl {
  background: #ececec;
  font-family: "Yu Gothic";
  font-size: 1.6rem;
  padding: 2rem 3rem;
  margin-top: 5rem;
}

.wine-info dl dt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.wine-l img {
  width: 100%;
  height: auto;
}

.wine-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.wine-list li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.wine-list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  /** about sp style **/
  .wine-wrap {
    max-width: 83rem;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
  .wine-reason {
    display: block;
  }
  .wine-reason_ctn {
    position: static;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
  }
  .wine-reason_ctn h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .wine-reason_img {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 1.5rem;
  }
  .wine-reason_img img {
    position: static !important;
    max-width: 100% !important;
    min-height: none !important;
  }
  .wine-grows {
    margin: 3.5rem 0;
  }
  .wine-grows h2 {
    font-size: 2rem;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    line-height: 1.7;
    letter-spacing: -1px;
    margin-bottom: 2rem;
  }
  .wine-grows p {
    font-family: "Yu Gothic";
    font-size: 1.4rem;
  }
  .wine-single {
    padding: 0 1.5rem;
  }
  .wine-single img {
    width: 100%;
    height: auto;
  }
  .sc-row {
    display: block;
    padding: 0 1.5rem;
  }
  .sc-row h2 {
    font-size: 2rem;
    font-weight: 400;
    display: inline-block;
    background: #fff;
    line-height: 1.7;
    letter-spacing: -1px;
    margin-bottom: 3rem;
  }
  .sc-row p {
    font-family: "Yu Gothic";
    font-size: 1.4rem;
  }
  .sc-row .sc-row_img {
    width: 100%;
    height: auto;
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .sc-row .sc-row_img figure {
    position: relative;
    display: inline-block;
  }
  .sc-row .sc-row_img figure img {
    position: static !important;
    max-width: 100% !important;
    min-height: none !important;
  }
  .sc-row .sc-row_img figure figcaption {
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.3;
    padding: 0.3rem 1rem;
    font-family: "Yu Gothic";
    font-size: 1.6rem;
  }
  .sc-row .sc-row_ctn {
    width: 100%;
    display: block;
  }
  .sc-row .sc-row_ctn--inner {
    max-width: 100%;
    padding: 0;
  }
  .sc-row.shock {
    margin: 2rem 0 3.5rem;
  }
  .sc-row.shock .sc-row_img {
    width: 100%;
    height: auto;
    margin-bottom: 3.5rem;
  }
  .sc-row.shock .sc-row_ctn {
    width: 100%;
  }
  .sc-row.shock .sc-row_ctn--inner {
    max-width: 100%;
    padding: 0;
  }
  .sc-row.enjoy {
    margin: 0 0 3rem 0;
  }
  .sc-row.enjoy .sc-row_img {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .sc-row.enjoy .sc-row_img figure figcaption {
    left: auto;
    right: 0;
  }
  .sc-row.enjoy .sc-row_ctn {
    width: 100%;
  }
  .sc-row.enjoy .sc-row_ctn--inner {
    max-width: 100%;
    padding: 0;
  }
  .sc-row.shock .sc-row_img {
    width: 100%;
    height: auto;
  }
  .sc-row.shock .sc-row_ctn {
    width: 100%;
  }
  .wine-info {
    margin: 3.5rem 0 7rem;
  }
  .wine-info figure figcaption {
    margin-top: 1rem;
    display: block;
    line-height: 1.3;
    font-family: "Yu Gothic";
    font-size: 1.6rem;
  }
  .wine-info dl {
    background: #ececec;
    font-family: "Yu Gothic";
    font-size: 1.4rem;
    padding: 2rem 1.5rem;
    margin-top: 5rem;
  }
  .wine-info dl dt {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .wine-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .wine-list li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wine-list li img {
    width: 100%;
    height: auto;
  }
}
