@charset 'UTF-8';
/* CSS Document */
img {
  vertical-align: middle;
}

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

.key-visual {
  overflow: hidden;
  height: 558px;
  margin: 0 0 30px;
  background: #fff url(../img/kv_pc.jpg) no-repeat center top/cover;
}

.key-visual img {
  display: none;
}

@media screen and (min-width: 1701px) {
  .key-visual {
    background-size: contain;
  }
}

.product-overview {
  height: 1180px;
  margin: 0 auto 100px;
  background: url(../img/overview_bg_pc.png) no-repeat;
  background-size:400px auto;
  background-position: calc(300px + 60%) bottom;
}
.product-overview .product-overview-inner {
  margin: 0 10px;
}
@media screen and (min-width: 1057px) {
  .product-overview .product-overview-inner {
    width: 1037px;
    margin: 0 auto;
  }
}
.product-overview-title {
  text-align:center;
  margin: 8% 0px
}
@media screen and (min-width: 1057px) {
.product-overview-title {
  text-align:center;
  margin: 5% 0px
  }
}
.product-overview-title img {
  max-width: 80%;
}

.product-overview .product-overview-description {
  margin: 0 auto 80px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.product-overview .product-overview-taste {
  font-size: 1.2rem;
}
.product-overview .product-overview-taste li:not(:last-child) {
  margin: 0 0 50px;
}
.product-overview .product-overview-taste img {
  margin: 0 0 17px;
}
.product-overview .product-overview-taste p {
  padding: 0 0 0 15px;
  line-height: 1.5;
  letter-spacing: -.05em;
}
.product-overview .product-overview-taste strong {
  font-size: 2.125rem;
}

.material-fruits {
  box-sizing: border-box;
  margin: 0 10px 75px;
  padding: 36px;
  border: 4px solid #f3c300;
}
.material-fruits h3 {
  margin: 0 0 30px;
  font-size: 1.875rem;
  text-align: center;
}
.material-fruits h3 br {
  display: none;
}
.material-fruits h3 img {
  display: none;
}
.material-fruits .material-fruits-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material-fruits dl {
  flex-basis: 445px;

  -ms-flex-preferred-size: 445px;
}
.material-fruits dl:first-of-type {
  margin: 0 60px 0 0;
}
.material-fruits dt {
  margin: 0 0 15px;
  padding: 10px 20px;
  background: #f3c300;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
}
.material-fruits li {
  padding: 0 0 0 1em;
  line-height: 1.75;
  text-indent: -1em;
}
.material-fruits li:before {
  content: '・';
}

@media screen and (min-width: 1057px) {
  .material-fruits {
    width: 1036px;
    margin: 0 auto 75px;
  }
}

.material-sequencer {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
}
.material-sequencer h3 {
  margin: 0 0 30px;
  font-size: 1.875rem;
  text-align: center;
}
.material-sequencer h3 br {
  display: none;
}
.material-sequencer .material-sequencer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material-sequencer .sequencer-image-sp {
  display: none;
}
.material-sequencer .sequencer-image-pc {
  flex-basis: 450px;
  margin: 0 60px 0 0;

  -ms-flex-preferred-size: 450px;
}
.material-sequencer .sequencer-image-pc img {
  width: 100%;
}
.material-sequencer dl {
  flex-basis: 447px;

  -ms-flex-preferred-size: 447px;
}
.material-sequencer dt {
  margin: 0 0 25px;
  padding: 10px;
  border: 2px solid #0094d5;
  color: #0094d5;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
}
.material-sequencer dd {
  font-size: 1.125rem;
}

@media screen and (min-width: 1057px) {
  .material-sequencer {
    width: 1040px;
    margin: 0 auto;
  }
}

.product-detail {
  margin: 0 0 95px;
  padding: 128px 0 100px;
  background: -webkit-linear-gradient(top, #fff 0%, #fbf5f5 100%);
  background: linear-gradient(to bottom, #fff 0%, #fbf5f5 100%);
  text-align: center;
}
.product-detail .product-detail-image {
  width: 332px;
  height: 140px;
  margin: 0 auto 25px;
  background: url(../img/yogurt.png) no-repeat left top/contain;
}
.product-detail .product-detail-text {
  margin: 0 0 25px;
  letter-spacing: -.03em;
}
.product-detail .product-note {
  display: block;
  margin: 0 0 10px;
  color: #bda00f;
}
.product-detail .product-name {
  font-size: 1.375rem;
  font-weight: bold;
}
.product-detail .product-detail-button a {
  display: inline-block;
  padding: 15px 45px;
  background: #154734;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .key-visual {
    height: auto;
    margin: 0 0 20px;
    background: none;
  }
  .key-visual h1 {
    margin: 0;
    font-size: 0;
  }
  .key-visual img {
    display: block;
    width: 100%;
  }
  .product-overview {
    height: auto;
    margin: 0 0 20px;
    background: url(../img/overview_bg_sp.png) no-repeat;
    background-size:30% auto;
    background-position: right bottom 7px;
  }
  .product-overview .product-overview-inner {
    overflow: hidden;
    margin: 0 10px;
  }
  .product-overview h2 {
    margin: 0 auto 25px;
    padding: 3px 0 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .product-overview .product-overview-description {
    margin: 0 10px 45px 14px;
    font-size: .9rem;
    line-height: 1.9;
    text-align: left;
    letter-spacing: 0;
  }
  .product-overview .product-overview-description br {
    display: none;
  }
  .product-overview .product-overview-taste {
    margin: 60 0 20px;
    font-size: .9rem;
  }
  .product-overview .product-overview-taste li:not(:last-child) {
    margin: 0 0 20px;
  }
  .product-overview .product-overview-taste img {
    width: 80%;
    margin: 0 0 5px;
  }
  .product-overview .product-overview-taste p {
    padding: 0 0 0 8px;
    line-height: 24px;
    letter-spacing: -0.05em;
  }
  .product-overview .product-overview-taste strong {
    font-size: 17.5px;
    font-weight: 600;
  }
  .product-overview .product-overview-taste strong strong {
    font-size: 17.5px;
    font-weight: 600;
  }
  .material-fruits {
    margin: 0 15px 15px;
    padding: 15px;
    border: 2px solid #f3c300;
  }
  .material-fruits h3 {
    align-items: center;
    margin: 0 0 10px;
    font-size: 1.25rem;
  }
  .material-fruits h3 br {
    display: inline;
  }
  .material-fruits .material-fruits-inner {
    display: block;
  }
  .material-fruits dl {
    width: 100%;
  }
  .material-fruits dl:first-of-type {
    margin: 0 0 15px;
  }
  .material-fruits dt {
    margin: 0 0 5px;
    padding: 8px 10px;
    font-size: 1.1rem;
  }
  .material-fruits li {
    font-size: .9rem;
  }
  .material-sequencer {
    margin: 0 15px;
    padding: 0;
  }
  .material-sequencer h3 {
    margin: 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .material-sequencer h3 br {
    display: inline;
  }
  .material-sequencer .sequencer-image-sp {
    display: block;
    margin: 0 -15px 25px;
  }
  .material-sequencer .sequencer-image-sp img {
    width: 100%;
  }
  .material-sequencer .material-sequencer-inner {
    display: block;
  }
  .material-sequencer .sequencer-image-pc {
    display: none;
  }
  .material-sequencer dt {
    margin: 0 0 15px;
    padding: 8px;
    border: 1px solid #0094d5;
    font-size: .9rem;
  }
  .material-sequencer dd {
    font-size: .9rem;
    line-height: 1.8;
  }
  .product-detail {
    margin: 0 0 35px;
    padding: 60px 15px 50px;
  }
  .product-detail .product-detail-image {
    width: 300px;
    height: 166px;
    margin: 0 auto 15px;
  }
  .product-detail .product-detail-text {
    margin: 0 0 20px;
  }
  .product-detail .product-name {
    font-size: 1rem;
    letter-spacing: -.03em;
  }
  .product-detail .product-detail-button a {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
  }
}
