.underlayer-mainvisual-wrapper.premier__mv {
  height: clamp(480px, 40vw, 640px);
  background: url(../images/premier_mv_pic01_pc.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .underlayer-mainvisual-wrapper.premier__mv {
    height: auto;
    background: none;
  }
}
.underlayer-mainvisual-wrapper.premier__mv .underlayer-mainvisual-inner {
  padding: 60px 0 0;
}
@media screen and (max-width: 750px) {
  .underlayer-mainvisual-wrapper.premier__mv .underlayer-mainvisual-inner {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .underlayer-mainvisual-wrapper.premier__mv .underlayer-mainvisual-main {
    width: 100%;
  }
}

.premier__intro {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.premier__banner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 0;
}
.premier__banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .premier__banner {
    max-width: 100%;
    padding-top: 0;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}

.premier__notice {
  max-width: 1220px;
  margin: 24px auto 0;
  color: #515456;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .premier__notice {
    max-width: 89.3333333333%;
    font-size: 0.625rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.premier__about {
  width: 100%;
  max-width: 1140px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .premier__about {
    max-width: 100%;
    margin-top: 60px;
    padding: 0 5.3333333333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.premier__wasology {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .premier__wasology {
    margin-bottom: 40px;
  }
}

.premier__wasology-lead {
  display: inline-block;
  color: #262626;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .premier__wasology-lead {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.premier__wasology-ttl {
  display: inline-block;
  margin-left: 16px;
  padding-bottom: 2px;
  color: #262626;
  font-weight: 700;
  border-bottom: 1px solid #f8aec9;
  font-size: 2rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .premier__wasology-ttl {
    margin-left: 0;
    border-bottom-width: 1px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.premier__wasology-sub {
  margin-top: 8px;
  color: #262626;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .premier__wasology-sub {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.premier__wasology-pic {
  margin-top: 32px;
}
.premier__wasology-pic img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .premier__wasology-pic {
    margin: 20px auto 0;
    max-width: 80.5970149254%;
  }
}

.premier__ingredient {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #cacbce;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .premier__ingredient {
    width: 100%;
    padding-bottom: 30px;
  }
}

.premier__ingredient-ttl {
  color: #262626;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .premier__ingredient-ttl {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.premier__ingredient-pic {
  margin-top: 30px;
}
.premier__ingredient-pic img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .premier__ingredient-pic {
    margin-top: 24px;
  }
}

.premier__texture {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0 20px 40px;
  border-bottom: 1px solid #cacbce;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .premier__texture {
    width: 100%;
    margin-top: 0;
    padding: 30px 0;
  }
}

.premier__texture-ttl {
  color: #262626;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .premier__texture-ttl {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.premier__texture-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .premier__texture-row {
    gap: 20px;
    margin-top: 22px;
  }
}

.premier__texture-txt {
  color: #515456;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .premier__texture-txt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.premier__texture-pic {
  width: 190px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.premier__texture-pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .premier__texture-pic {
    width: 37.3134328358%;
  }
}

.premier__recommend {
  margin-top: 60px;
  color: #262626;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .premier__recommend {
    margin-top: 50px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.premier__footnote {
  margin-top: 60px;
  color: #676869;
  text-align: left;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .premier__footnote {
    font-size: 0.625rem;
    line-height: 1.8;
  }
}

.premier__products .underlayer-product-inner {
  position: relative;
  max-width: 1520px;
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-inner {
    display: block;
  }
}
@media print, screen and (min-width: 751px) {
  .premier__products .underlayer-product-wrapper.product01 .underlayer-product-detail-wrapper {
    margin-top: 219px;
  }
}
@media print, screen and (min-width: 751px) {
  .premier__products .underlayer-product-wrapper.product02 .underlayer-product-detail-wrapper {
    margin-top: 219px;
  }
}
@media print, screen and (min-width: 751px) {
  .premier__products .underlayer-product-wrapper.product03 .underlayer-product-detail-wrapper {
    margin-top: 139px;
  }
}
@media print, screen and (min-width: 751px) {
  .premier__products .underlayer-product-wrapper.product04 .underlayer-product-detail-wrapper {
    margin-top: 179px;
  }
}
.premier__products .underlayer-product-wrapper .underlayer-product__pic {
  width: 1040px;
  max-width: 1040px;
  height: 700px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: linear-gradient(120deg, #fff6fa 7%, #fceaf1 93%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.premier__products .underlayer-product-wrapper .underlayer-product__pic img {
  width: auto;
  height: auto;
}
.premier__products .underlayer-product-wrapper .underlayer-product__pic a {
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-wrapper .underlayer-product__pic a {
    margin-top: 20px;
    margin-left: 2.6666666667%;
  }
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-wrapper .underlayer-product__pic {
    max-width: 100%;
    width: auto;
    height: 80vw;
    margin-left: 0;
    margin-right: 5.3333333333%;
  }
  .premier__products .underlayer-product-wrapper .underlayer-product__pic img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-inner.product-right .underlayer-product__pic {
    margin-left: 5.3333333333%;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-wrapper.product01 .underlayer-product__pic a,
.premier__products .underlayer-product-wrapper.product02 .underlayer-product__pic a {
    width: 44%;
  }
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-wrapper.product03 .underlayer-product__pic a {
    width: 17.4666666667%;
  }
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-wrapper.product04 .underlayer-product__pic a {
    width: 21.8666666667%;
  }
}
.premier__products .underlayer-product-detail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.8157894737%;
  padding-left: 12.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.premier__products .underlayer-product-detail-wrapper.product-right {
  left: auto;
  right: 0;
  width: 38.8157894737%;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-detail-wrapper {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    padding: 0 5.3333333333%;
  }
  .premier__products .underlayer-product-detail-wrapper.product-right {
    width: 100%;
    padding: 0 5.3333333333%;
  }
}
.premier__products .underlayer-product-detail-ttl-wrapper {
  width: auto;
}
.premier__products .underlayer-product-detail__ttl {
  letter-spacing: 0.1em;
}
.premier__products .underlayer-product-detail__copy {
  max-width: 400px;
  color: #ee84ab;
}
@media screen and (max-width: 750px) {
  .premier__products .underlayer-product-detail__copy {
    max-width: 100%;
  }
}
.premier__products > .notice {
  margin-top: 24px;
  color: #676869;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .premier__products > .notice {
    padding: 0 5.3333333333%;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=../../../../_development/maps/products/premier/css/premier.css.map */
