header .wrap-header .header-content {
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 9px;
}

.sec-ttl {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 4.32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 4vw;
    line-height: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

#sec1 {
  padding: 78px 0;
}
#sec1 .wrap {
  max-width: 1500px;
  display: flex;
  align-items: center;
}
#sec1 .wrap .sec1-img {
  width: calc(50% + 129px);
}
#sec1 .wrap .sec1-img img {
  width: 100%;
  height: auto;
}
#sec1 .wrap .content {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 100px;
}
#sec1 .wrap .content .sec1-ttl {
  line-height: 67px;
}
@media screen and (max-width: 986px) {
  #sec1 .wrap .content {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 36vw 0 42vw;
  }
  #sec1 .wrap {
    display: block;
  }
  #sec1 .wrap .sec1-img {
    width: 100%;
  }
  #sec1 .wrap .content {
    margin-right: 0px;
    margin-bottom: 5vw;
    display: block;
    text-align: center;
  }
  #sec1 .wrap .content .sec1-ttl {
    line-height: 42px;
    font-size: 5.5vw;
  }
}

#sec2 {
  position: relative;
  margin-bottom: 100px;
}
#sec2 .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#sec2 .wrap .left-fixed {
  position: absolute;
  top: 0;
  right: 50%;
  width: 750px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#sec2 .wrap .left-fixed .img-left {
  width: 100%;
  margin-bottom: 10px;
}
#sec2 .wrap .left-fixed .img-left img {
  width: 100%;
  height: auto;
}
#sec2 .wrap .left-fixed .content {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 3px;
  margin-right: 100px;
}
#sec2 .wrap .left-fixed .content .sec2-ttl {
  margin-bottom: 10px;
}
#sec2 .wrap .left-fixed .content .sec2-ttl span {
  font-size: 30px;
  line-height: 19px;
}
#sec2 .wrap .left-fixed.fixed {
  position: fixed;
}
#sec2 .wrap .left-fixed.end-scroll {
  position: absolute;
  bottom: 0;
  right: 50%;
  top: unset;
}
#sec2 .wrap .right {
  margin-right: -74px;
  width: calc(50% + 32px);
}
#sec2 .wrap .right .item {
  margin-bottom: 55px;
}
#sec2 .wrap .right .item .item-img {
  width: 100%;
  margin-bottom: 10px;
}
#sec2 .wrap .right .item .item-img img {
  width: 100%;
  height: auto;
}
#sec2 .wrap .right .item .item-desc {
  font-weight: 300;
  color: #333333;
  font-family: "Noto Sans JP", serif;
}
#sec2 .wrap .right .item .item-desc dt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3.24px;
  margin-bottom: 10px;
}
#sec2 .wrap .right .item .item-desc dd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2.52px;
}
#sec2 .wrap .right .item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  #sec2 .wrap {
    max-width: 900px;
  }
}
@media screen and (max-width: 1060px) {
  #sec2 .wrap {
    max-width: 800px;
  }
}
@media screen and (max-width: 950px) {
  #sec2 .wrap {
    max-width: 600px;
  }
  #sec2 .wrap .left-fixed .content {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 {
    margin-bottom: 36vw;
  }
  #sec2 .wrap {
    max-width: 100%;
    display: block;
  }
  #sec2 .wrap .left-fixed {
    position: relative !important;
    right: unset;
    top: unset;
    width: 100%;
    display: block;
    margin-bottom: -10vw;
  }
  #sec2 .wrap .left-fixed .img-left {
    margin-bottom: 2vw;
  }
  #sec2 .wrap .left-fixed .img-left img {
    width: 100%;
    height: auto;
  }
  #sec2 .wrap .left-fixed .content {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
  }

  #sec2 .wrap .left-fixed .content .sec2-ttl 
  {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 100px;
    line-height: 32px;
  }
  #sec2 .wrap .left-fixed .content .sec2-ttl span {
    font-size: 5vw;
    line-height: 24px;
  }
  #sec2 .wrap .right {
    width: 100%;
  }
  #sec2 .wrap .right .top {
    margin-bottom: 8vw;
  }
  #sec2 .wrap .right .item {
    margin-bottom: 24vw;
  }
  #sec2 .wrap .right .item .item-desc dt {
    font-size: 16px;
  }
  #sec2 .wrap .right .item .item-desc dd {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
    font-weight: 300;
    margin-top: 5px;
  }
}

#sec3 {
  margin-bottom: 110px;
}
#sec3 .wrap .sec3-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
#sec3 .wrap .wrap-video {
  width: 100%;
  position: relative;
}
#sec3 .wrap .wrap-video video {
  width: 100%;
  height: auto;
}
#sec3 .wrap .wrap-video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  cursor: pointer;
}
#sec3 .wrap .wrap-video .video-play-btn.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  #sec3 {
    margin-bottom: 36vw;
  }
  #sec3 .wrap .sec3-ttl {
    margin-bottom: 5vw;
    font-size: 4.5vw;
    letter-spacing: 0.075em;
  }
  #sec3 .wrap .wrap-video .video-play-btn {
    transform: translate(-50%, -50%) scale(1);
  }
}

#sec4 {
  position: relative;
  margin-bottom: 120px;
}
#sec4 .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#sec4 .wrap .left-fixed {
  position: absolute;
  top: 0;
  right: 50%;
  width: 750px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#sec4 .wrap .left-fixed .img-left {
  width: 100%;
  margin-bottom: 10px;
}
#sec4 .wrap .left-fixed .img-left img {
  width: 100%;
  height: auto;
}
#sec4 .wrap .left-fixed .content {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 3px;
  padding-right: 10px;
}
#sec4 .wrap .left-fixed .content .sec4-ttl span {
  font-size: 30px;
  line-height: 19px;
}
#sec4 .wrap .left-fixed .content .sub-ttl {
  font-size: 14px;
  margin-bottom: 10px;
}
#sec4 .wrap .left-fixed .content .price {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
}
#sec4 .wrap .left-fixed .content .desc {
  font-size: 14px;
  line-height: 24px;
  width: 465px;
}
#sec4 .wrap .left-fixed.fixed {
  position: fixed;
}
#sec4 .wrap .left-fixed.end-scroll {
  position: absolute;
  bottom: 0;
  right: 50%;
  top: unset;
}
#sec4 .wrap .right {
  margin-right: -74px;
  width: calc(50% + 32px);
}
#sec4 .wrap .right .item {
  margin-bottom: 75px;
}
#sec4 .wrap .right .item .item-img {
  width: 100%;
  margin-bottom: 10px;
}
#sec4 .wrap .right .item .item-img img {
  width: 100%;
  height: auto;
}
#sec4 .wrap .right .item .item-desc {
  font-weight: 300;
  color: #333333;
  font-family: "Noto Sans JP", serif;
}
#sec4 .wrap .right .item .item-desc dt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3.24px;
  margin-bottom: 10px;
}
#sec4 .wrap .right .item .item-desc dd {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2.52px;
}
#sec4 .wrap .right .item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  #sec4 .wrap {
    max-width: 900px;
  }
}
@media screen and (max-width: 1060px) {
  #sec4 .wrap {
    max-width: 800px;
  }
}
@media screen and (max-width: 965px) {
  #sec4 .wrap {
    max-width: 600px;
  }
  #sec4 .wrap .left-fixed .content .desc {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #sec4 {
    margin-bottom: 30vw;
  }
  #sec4 .wrap {
    max-width: 100%;
    display: block;
  }
  #sec4 .wrap .left-fixed {
    position: relative !important;
    right: unset;
    top: unset;
    width: 100%;
    display: block;
    margin-bottom: 24vw;
  }
  #sec4 .wrap .left-fixed .img-left {
    margin-bottom: 2vw;
  }
  #sec4 .wrap .left-fixed .img-left img {
    width: 100%;
    height: auto;
  }
  #sec4 .wrap .left-fixed .content {
    font-size: 13px;
    line-height: 26px;
    padding-right: 0;
  }
  #sec4 .wrap .left-fixed .content .sec4-ttl {
    width: 100%;
    font-size: 4.5vw;
  }
  #sec4 .wrap .left-fixed .content .sec4-ttl span {
    font-size: 5vw;
    line-height: 22px;
  }
  #sec4 .wrap .left-fixed .content .sub-ttl {
    font-size: 13px;
  }
  #sec4 .wrap .left-fixed .content .price {
    font-size: 16px;
    margin-bottom: 3vw;
  }
  #sec4 .wrap .left-fixed .content .desc {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
    font-weight: 300;
    margin-top: 5px;
  }
  #sec4 .wrap .right {
    width: 100%;
  }
  #sec4 .wrap .right .top {
    margin-bottom: 8vw;
  }
  #sec4 .wrap .right .item {
    margin-bottom: 24vw;
  }
  #sec4 .wrap .right .item .item-desc dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #sec4 .wrap .right .item .item-desc dd {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
    font-weight: 300;
    margin-top: 5px;
  }
}

#sec5 {
  background: #e4ebf1;
  padding: 110px 0;
}
#sec5 .wrap .sec5-headline {
  text-align: center;
  font-size: 48px;
  line-height: 30px;
  letter-spacing: 8.65px;
  margin-bottom: 125px;
}
#sec5 .wrap .sec5-list {
  display: flex;
  justify-content: space-between;
}
#sec5 .wrap .sec5-list .list-item {
  width: calc(25% - 5px);
  text-align: center;
}
#sec5 .wrap .sec5-list .list-item .item-img {
  width: 100%;
  margin-bottom: 10px;
}
#sec5 .wrap .sec5-list .list-item .item-img a {
  width: 100%;
}
#sec5 .wrap .sec5-list .list-item .item-img a img {
  width: 100%;
  height: auto;
}
#sec5 .wrap .sec5-list .list-item .item-content {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3.24px;
  font-weight: 300;
}

@media screen and (max-width: 1539px) and (min-width: 767px) {
  #sec4 .wrap .left-fixed .img-left {
    width: 85%;
  }
  #sec2 .wrap .left-fixed {
    width: 650px;
  }

  #sec4 .sec-ttl {
    line-height: 40px;
  }
  #sec4 .wrap .left-fixed .content .price {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec5 {
    padding: 11vw 0;
  }
  #sec5 .wrap .sec5-headline {
    font-size: 6vw;
    margin-bottom: 12.5vw;
  }
  #sec5 .wrap .sec5-list {
    width: 100%;
    flex-wrap: wrap;
  }
  #sec5 .wrap .sec5-list .list-item {
    width: calc(50% - 1vw);
    margin-bottom: 2vw;
  }
  #sec5 .wrap .sec5-list .list-item .item-content {
    font-size: 15px;
    line-height: 28px;
  }
}/*# sourceMappingURL=chocolate.css.map */