@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-container {
  max-width: 1194px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 56px;
}

.page-container__small {
  max-width: 980px;
}

.breadcrumb {
  margin-top: 48px;
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 14px;
}
.breadcrumb a {
  color: #000;
}

.wrap {
  overflow: hidden;
}

.sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.sec-ttl--lineup picture {
  max-width: 322px;
}
.sec-ttl--media picture {
  max-width: 330px;
  width: 100%;
  display: block;
}
.sec-ttl--use picture {
  max-width: 436px;
}
.sec-ttl--nutrition picture {
  max-width: 490px;
}
.sec-ttl--voice picture {
  max-width: 326px;
}
.sec-ttl--qa picture {
  max-width: 380px;
  width: 100%;
  display: block;
}

.sec-ttl__summary {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 18px;
  letter-spacing: 0.04em;
  text-align: center;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.btn__wrap {
  margin: 0 auto;
  width: 100%;
}

.btn {
  background: #FAF8F3;
  color: #2E2E2E;
  font-size: 16px;
  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;
  padding: 26px;
  width: 330px;
  border-radius: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
.btn::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: solid 3px #E8DDC1;
  border-right: solid 3px #E8DDC1;
  position: absolute;
  top: 50%;
  right: 31px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

html {
  overflow-y: scroll;
}

::-webkit-scrollbar {
  margin-top: 20px;
  width: 18px;
}

::-webkit-scrollbar-track {
  background-color: #F6D2D2;
}

::-webkit-scrollbar-thumb {
  background-color: #B36565;
}






@media screen and (max-width: 1480px) {
  .sec-ttl--lineup picture {
    max-width: 22vw;
  }
  .sec-ttl--media picture {
    max-width: 22.3vw;
  }
  .sec-ttl--use picture {
    max-width: 31vw;
  }
  .sec-ttl--nutrition picture {
    max-width: 33.6vw;
  }
  .sec-ttl--voice picture {
    max-width: 22.2vw;
  }
  .sec-ttl--qa picture {
    display: block;
    max-width: 25.8vw;
  }
  .sec-ttl__summary {
    font-size: 1.49vw;
    margin-top: 1.6vw;
  }
  .btn {
    font-size: 1.08vw;
  }
}
@media screen and (max-width: 767px) {
  .page-container {
    margin-bottom: 56px;
  }
  .sec-ttl--lineup picture {
    max-width: 226px;
  }
  .sec-ttl--media picture {
    max-width: 210px;
  }
  .sec-ttl--use picture {
    max-width: 304px;
  }
  .sec-ttl--nutrition picture {
    max-width: 334px;
  }
  .sec-ttl--voice picture {
    max-width: 222px;
  }
  .sec-ttl--qa picture {
    max-width: 260px;
  }
  .sec-ttl__summary {
    font-size: 1.49vw;
    margin-top: 30px;
  }
  .sec-ttl__summary {
    font-size: 16px;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .btn {
    font-size: 15px;
    width: 300px;
    padding: 22px;
    letter-spacing: 0;
  }
  .btn::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_01 {
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

.header {
  background: url(../img/header-bg.jpg) no-repeat bottom center #fff;
  background-size: 100%;
  padding-bottom: 160px;
}

body:not(.home) {
  background: #fff;
}

.header__inner {
  max-width: 1194px;
  margin: 0 auto;
  padding: 0 20px;
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(253, 232, 216, 0.5);
  border-radius: 0 0 30px 30px;
  margin-bottom: 28px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  max-width: 1156px;
  margin: auto;
  right: 0;
  left: 0;
}

.header__logo {
  margin: 25px 0 25px 62px;
}

.header__nav {
  margin-left: 245px;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}
.header__nav-item a {
  font-size: 16px;
}
.header__nav-item:hover {
  opacity: 0.5;
}

.header__nav-item img {
  max-width: 67px;
  margin-bottom: 8px;
}

.header__nav-item a {
  font-weight: 600;
  color: #523C2C;
}
.header__nav-item a:hover {
  opacity: 1;
}

.header__nav-item + .header__nav-item {
  margin-left: 62px;
}

.header__nav-item:last-child {
  margin-left: 52px;
}

.hamburger__wrap {
  display: none;
}

.mv {
  position: relative;
  margin-top: 152px;
}

.mv__slider {
  margin: 0 auto;
}
.mv__slider .slick-dots li {
  display: inline-block;
  padding: 0 18px;
}
.mv__slider .slick-dots .slick-active button {
  background: #DB1F38;
  border-radius: 50%;
}
.mv__slider .slick-dots li button {
  background: #F8ACAD;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.mv__slider .slick-dots li button:before {
  opacity: 0 !important;
}
.mv__slider .slick-dots {
  bottom: 16px !important;
}
.mv__slider .slick-prev,
.mv__slider .slick-next {
  cursor: pointer;
  outline: none;
  z-index: 1;
}
.mv__slider .slick-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  background: url(../img/arrow-l.png) center center no-repeat;
  width: 15px;
  height: 36px;
}
.mv__slider .slick-prev::before {
  content: none;
}
.mv__slider .slick-prev::after {
  content: none;
}
.mv__slider .slick-next {
  position: absolute;
  top: 50%;
  right: -40px;
  background: url(../img/arrow-r.png) center center no-repeat;
  width: 15px;
  height: 36px;
}
.mv__slider .slick-next::before {
  content: none;
}
.mv__slider .slick-next::after {
  content: none;
}

.concept {
  background-image: url(../img/concept-bg-top.png), url(../img/concept-bg-bottom.png);
  padding-bottom: 260px;
  background-position: top center, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-color: #fcfaf7;
  background-size: 100%, 111%;
  margin-top: -8px;
  padding-top: 150px;
}

.consept__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 40px;
  padding: 92px 0 100px 0;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.consept__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 40px;
  padding: 0 0 0 0;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.concept-illust_01 {
  position: absolute;
  top: 146px;
  left: -103px;
  width: 100%;
  max-width: 226px;
}

.concept-illust_02 {
  position: absolute;
  top: 284px;
  right: -154px;
  width: 100%;
  max-width: 308px;
}

.concept-illust_03 {
  position: absolute;
  bottom: -112px;
  left: -151px;
  width: 100%;
  max-width: 308px;
}

.concept__lead-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 43px;
  text-align: center;
}

.concept__lead-ttl-img {
  max-width: 450px;
  margin-top: 4px;
}

.concept__lead-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.68;
}

.concept__reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 118px;
}

.concept__inner {
  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;
  max-width: 1090px;
  margin: auto;
  margin-top: 74px;
}

.concept__item {
  position: relative;
}

.concept__item--icon {
  padding: 0 68px;
  max-width: 32px;
}

.concept__item-img img {
  min-width: 450px;
}

.concept__item-txt {
  position: absolute;
  bottom: 38px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  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;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  min-height: 93px;
  border-radius: 15px;
  width: 80%;
  margin: auto;
  letter-spacing: 0.12em;
}
.concept__item-txt.item01 {
  background: -webkit-gradient(linear, left top, right top, from(#F3B5CE), to(#E44E5E));
  background: linear-gradient(to right, #F3B5CE, #E44E5E);
}
.concept__item-txt.item02 {
  background: -webkit-gradient(linear, left top, right top, from(#B6D257), to(#9BC387));
  background: linear-gradient(to right, #B6D257, #9BC387);
}

.main-contents-bg {
  background: url(../img/main-contents-bg-1.jpg) center center repeat;
  background-size: contain;
}

.contents-line-dots {
  max-width: 1510px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lineup {
  padding-top: 5.4vw;
  position: relative;
}

.lineup__inner {
  max-width: 63%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625vw 1fr 1.5625vw 1fr 1.5625vw 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5625vw;
  margin: 0 auto;
  margin-top: 7.03vw;
  margin-bottom: 12.5vw;
}

.sec-ttl--lineup {
  position: relative;
  max-width: 1070px;
  margin: auto;
}

.lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: solid;
  border-width: 0.52vw;
  border-radius: 2.185vw;
  background: #fff;
  padding-bottom: 0.83vw;
}
.lineup__item.lineup__item--01 {
  position: relative;
  border-color: #FFA100;
}
.lineup__item.lineup__item--02 {
  position: relative;
  border-color: #83DBF0;
}
.lineup__item.lineup__item--03 {
  border-color: #AA5025;
}
.lineup__item.lineup__item--04 {
  border-color: #3EAB42;
}

.lineup__item-ttl {
  font-size: 1.25vw;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0.83vw;
  border-radius: 1.4vw;
  width: 77%;
  margin: 0 auto;
  -webkit-transform: translate(0, -1.56vw);
          transform: translate(0, -1.56vw);
}
.lineup__item--01 .lineup__item-ttl {
  background: #FF9D00;
}
.lineup__item--02 .lineup__item-ttl {
  background: #83DBF0;
}
.lineup__item--03 .lineup__item-ttl {
  background: #AA5025;
}
.lineup__item--04 .lineup__item-ttl {
  background: #3EAB42;
}

.lineup__item-img {
  width: 72%;
}

.lineup-illust_01 {
  position: absolute;
  top: -0.6vw;
  left: 16.8vw;
  max-width: 7.55vw;
  width: 100%;
}

.lineup-illust_02 {
  position: absolute;
  top: -0.88vw;
  right: 5.26vw;
  max-width: 5.26vw;
}

.lineup-illust_03 {
  position: absolute;
  top: 8.33vw;
  right: 9.8vw;
  width: 100%;
  max-width: 12.13vw;
}
@media screen and (max-width: 1800px) {
  .lineup-illust_03 {
    right: 0;
  }
}

.lineup-illust_04 {
  position: absolute;
  bottom: -6.35vw;
  left: -176px;
  max-width: 9.16vw;
}

.lineup-illust_05 {
  position: absolute;
  bottom: 0.52vw;
  left: 8.85vw;
  max-width: 11.1vw;
  width: 100%;
}

.lineup-illust_06 {
  position: absolute;
  bottom: 0;
  right: 0.73vw;
  max-width: 16.7vw;
  width: 100%;
}

.media {
  padding: 120px 20px 0 20px;
  position: relative;
}

.sec-ttl.sec-ttl--media {
  position: relative;
}

.media__inner {
  max-width: 1194px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 28px;
  margin-top: 90px;
  margin-bottom: 230px;
  position: relative;
}
.media__inner::before {
  content: "";
  position: absolute;
  bottom: -261px;
  left: -563px;
  width: 100%;
  height: 100%;qa-bg-sp
  background: url(../img/media-illust01.webp) center center no-repeat;
  background-size: contain;
}

.media__item {
  z-index: 1;
}
.media__item.media__item--right {
  position: relative;
}
.media__item.item01 {
  position: relative;
}

.media__item-txt {
  font-size: 19px;
  font-weight: 600;
  margin-top: 2px;
  margin-left: 10px;
}

.media-illust_02 {
  position: absolute;
  top: 120px;
  left: 33%;
  max-width: 86px;
  width: 100%;
}

.media-illust_03 {
  position: absolute;
  top: -198px;
  right: -23px;
  width: 100%;
  max-width: 158px;
  z-index: 2;
}

.media-illust_04 {
  position: absolute;
  bottom: -1px;
  left: -101px;
  max-width: 367px;
  z-index: 2;
  display: none;
}

.media-illust_05 {
  position: absolute;
  bottom: -6px;
  right: 146px;
  max-width: 364px;
}

.use {
  padding: 102px 20px 0 20px;
  position: relative;
}

.use__inner {
  max-width: 1194px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 20px;
  margin-top: 145px;
  margin-bottom: 122px;
}

.use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.use__item-number {
  max-width: 79px;
  height: auto;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.use__item-contents {
  background: #fff;
  min-height: 490px;
  border-radius: 30px;
  position: relative;
}

.use__item-ttl {
  font-size: 21px;
  font-weight: bold;
  color: #D18E26;
  line-height: 1.5;
  text-align: center;
  padding: 62px 28px 38px 28px;
  height: 58px;
  letter-spacing: -0.05em;
}

.use__item-txt {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 28px 18px 28px;
}

.use-illust_01 {
  position: absolute;
  top: -190px;
  right: 0px;
  max-width: 149px;
  z-index: 1;
}

.use-illust_02 {
  position: absolute;
  top: -117px;
  right: -61px;
  max-width: 173px;
  width: 100%;
}

.use-illust_03 {
  position: absolute;
  top: 0;
  left: -56px;
  max-width: 167px;
}

.use-illust_04 {
  position: absolute;
  bottom: 1vw;
  left: 5vw;
  max-width: 107px;
  width: 100%;
}

.use-illust_05 {
  position: absolute;
  bottom: -165px;
  right: -101px;
  max-width: 137px;
  z-index: 1;
  width: 100%;
}

.use-illust_06 {
  position: absolute;
  bottom: -19px;
  right: 0;
  max-width: 220px;
  width: 100%;
}

.nutrition {
  position: relative;
  padding-top: 127px;
}

.nutrition__inner {
  max-width: 1194px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 102px;
}

.nutrition__list-wrap {
  position: relative;
}

.nutrition__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0 40px;
}

.nutrition__list-txt {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}

.nutrition__graph {
  margin: auto;
  margin-top: 67px;
  margin-bottom: 180px;
}
.nutrition__graph ::-webkit-scrollbar {
  margin-top: 20px;
  height: 6px;
}
.nutrition__graph ::-webkit-scrollbar-track {
  background-color: #F6D2D2;
}
.nutrition__graph ::-webkit-scrollbar-thumb {
  background-color: #B36565;
}

.nutrition__desc {
  position: relative;
  padding: 477px 0;
  margin-bottom: 94px;
}

.nutrition__desc-headding {
  font-size: 35px;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
}
.nutrition__desc-headding::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #DD8CC2;
  width: 355px;
  height: 4px;
  margin: auto;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.nutrition__desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.nutrition__desc-item.item01 {
  max-width: 448px;
  height: 448px;
  top: -2%;
  right: -34px;
}
.nutrition__desc-item.item02 {
  max-width: 360px;
  height: 360px;
  top: 0%;
  left: 9%;
}
.nutrition__desc-item.item03 {
  max-width: 350px;
  height: 362px;
  bottom: 17%;
  right: 18%;
}
.nutrition__desc-item.item04 {
  max-width: 365px;
  height: 365px;
  bottom: 20%;
  left: -1%;
}

.nutrition__desc-ttl {
  font-size: 30px;
  margin-bottom: 32px;
  margin-top: 30px;
  line-height: 1.4;
}

.nutrition__desc-txt {
  font-size: 18px;
  line-height: 1.8;
}

.nutrition__desc-img {
  position: absolute;
  top: 18%;
  left: -5%;
  right: 0;
  margin: 0 auto;
  max-width: 594px;
}

.nutrition-illust_01 {
  position: absolute;
  top: 100px;
  left: 16vw;
  max-width: 9.7vw;
  width: 100%;
}

.nutrition-illust_02 {
  position: absolute;
  top: -143px;
  right: -6px;
  max-width: 146px;
  width: 100%;
}

.nutrition-illust_03 {
  position: absolute;
  bottom: 0vw;
  left: -3vw;
  max-width: 15.8vw;
  width: 100%;
}

.nutrition-illust_04 {
  position: absolute;
  bottom: 1vw;
  right: 11.5vw;
  max-width: 7.2vw;
  width: 100%;
}

.voice {
  padding-top: 128px;
  padding-bottom: 224px;
  position: relative;
  z-index: 1;
}

.voice__inner-wrap {
  position: relative;
}

.voice__inner {
  max-width: 1194px;
  margin: 0 auto;
  margin-top: 176px;
  margin-top: 36px;
}

.voice__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.voice__desc {
  padding: 20%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item01 .voice__desc {
  background: url(../img/voice-fukidashi-img01.png) center center no-repeat;
  background-size: 94%;
}
.item02 .voice__desc {
  background: url(../img/voice-fukidashi-img02.png) center center no-repeat;
  background-size: 89%;
}
.item03 .voice__desc {
  background: url(../img/voice-fukidashi-img03.png) center center no-repeat;
  background-size: 94%;
}

.voice__item-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.voice__customer {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  text-align: center;
}

.voice__img {
  width: 100%;
  max-width: 133px;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.voice-slider .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}
.voice-slider .slick-dots .slick-active button {
  background: #2E2E2E;
  border-radius: 50%;
}
.voice-slider .slick-dots li button {
  background: #5767D1;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.voice-slider .slick-dots li button:before {
  opacity: 0 !important;
}
.voice-slider .slick-dots {
  bottom: -8px !important;
}
.voice-slider .slick-prev,
.voice-slider .slick-next {
  cursor: pointer;
  outline: none;
  z-index: 1;
}
.voice-slider .slick-prev {
  left: -2%;
}
.voice-slider .slick-next {
  right: -2%;
}
.voice-slider .slick-prev {
  position: absolute;
  top: 36%;
  left: -12px;
  background: url(../img/arrow-l.png) center center no-repeat;
  width: 15px;
  height: 36px;
}
.voice-slider .slick-prev::before {
  content: none;
}
.voice-slider .slick-prev::after {
  content: none;
}
.voice-slider .slick-next {
  position: absolute;
  top: 36%;
  right: -22px;
  background: url(../img/arrow-r.png) center center no-repeat;
  width: 15px;
  height: 36px;
}
.voice-slider .slick-next::before {
  content: none;
}
.voice-slider .slick-next::after {
  content: none;
}

.voice-illust_01 {
  position: absolute;
  top: 43px;
  left: 579px;
  max-width: 8.8vw;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .voice-illust_01 {
    left: 360px;
  }
}

.voice-illust_02 {
  position: absolute;
  top: 63px;
  right: 384px;
  max-width: 8.6vw;
  width: 100%;
}

.voice-illust_03 {
  position: absolute;
  width: 100%;
  max-width: 25.1vw;
  bottom: 0.8vw;
  left: 2.2vw;
}

.voice-illust_04 {
  position: absolute;
  width: 100%;
  max-width: 6.5vw;
  right: 24.8vw;
  bottom: 1.2vw;
}

.voice-illust_05 {
  position: absolute;
  max-width: 9.6vw;
  right: 15.5vw;
  width: 100%;
  bottom: 20px;
}

.qa {
  background: url(../img/qa-bg.png) top center repeat;
  padding-top: 82px;
  padding-bottom: 226px;
  position: relative;
}

.qa-bg-bottom__wrap {
  position: relative;
}

.qa-bg-bottom {
  z-index: -1;
}

.qa-title-wrap {
  text-align: center;
}

.sec-ttl--qa {
  position: relative;
  display: inline-block;
}

.qa__contents {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 104px;
  list-style: none;
}

.qa__contents-item {
  position: relative;
  border-bottom: solid 1px #292929;
  z-index: 1;
}
.qa__contents-item::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -16px;
  width: 70px;
  height: 70px;
  background: url(../img/q-icon.png) top center no-repeat;
  background-size: contain;
}

.qa__q {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 68px;
  padding-top: 32px;
  padding-bottom: 16px;
}
.qa__q::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  background: #E5B0B2;
  top: 58%;
  right: 0;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa__q::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  background: #E5B0B2;
  top: 58%;
  right: 0;
  border-radius: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa__q.close::after {
  opacity: 0;
}

.qa__a {
  display: none;
  font-size: 18px;
  line-height: 1.6;
  padding-left: 6px;
  padding-right: 92px;
  padding-bottom: 28px;
}

.qa__a-icon {
  max-width: 24px;
  margin-right: 36px;
}

.qa__a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qa-illust_01 {
  position: absolute;
  top: -24px;
  left: -237px;
  max-width: 200px;
  width: 100%;
}

.qa-illust_02 {
  position: absolute;
  top: 0;
  right: -235px;
  max-width: 125px;
  width: 100%;
}

.qa-illust_03 {
  position: absolute;
  left: 3vw;
  top: 20vw;
  width: 100%;
  max-width: 9.1vw;
}

.qa-illust_04 {
  position: absolute;
  top: 40vw;
  max-width: 9.5vw;
  width: 100%;
  right: 5vw;
}

.qa-illust_05 {
  position: absolute;
  bottom: 240px;
  left: 60px;
  max-width: 161px;
  width: 100%;
  z-index: 1;
}

.qa-illust_06 {
  position: absolute;
  bottom: 202px;
  right: 45px;
  max-width: 205px;
  width: 100%;
  z-index: 1;
}

.qa-illust_07 {
  position: absolute;
  bottom: 178px;
  margin: auto;
  max-width: 108px;
  width: 100%;
  z-index: 1;
  left: 12vw;
}

.qa-illust_08 {
  display: none;
}

.footer {
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__contact {
  font-size: 18px;
  color: #2E2E2E;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 40px;
}
.footer__contact span {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

.footer__nav {
  margin-top: 50px;
}

.footer__nav-list {
  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;
}

.footer__nav-item {
  position: relative;
}
.footer__nav-item::after {
  content: "";
  width: auto;
  height: 24px;
  border-right: solid 2px #E8DDC1;
  position: absolute;
  top: 37%;
  right: -30px;
  margin: auto;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.footer__nav-item:last-child::after {
  content: none;
}

.footer__nav-item + .footer__nav-item {
  margin-left: 58px;
}

.footer__address {
  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;
  margin-top: 56px;
  line-height: 1.4;
}

.footer__logo {
  max-width: 190px;
  margin-right: 44px;
}

.footer__address-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.footer__tel {
  font-size: 24px;
}
.footer__tel span {
  font-size: 16px;
}

.footer__copyright {
  font-size: 13px;
  margin-top: 70px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1921px) {
  .nutrition-illust_04 {
    right: -4vw;
    max-width: 280px;
  }
}
@media screen and (max-width: 1480px) {
  .header__nav-wrap {
    width: 92%;
  }
  .header__nav {
    margin-left: 15vw;
  }
  .header__nav-item + .header__nav-item {
    margin-left: 4.19vw;
  }
  .header__nav-item img {
    max-width: 4.52vw;
  }
  .header__nav-item a {
    font-size: 1.08vw;
  }
  .header__logo {
    margin: 1.7vw 0 1.7vw 4.18vw;
    width: 100%;
    max-width: 9.6vw;
  }
  .mv__slider .slick-prev {
    top: 50%;
    left: 36px;
    width: 15px;
    height: 36px;
  }
  .mv__slider .slick-next {
    top: 50%;
    right: 36px;
    width: 15px;
    height: 36px;
  }
  .media {
    padding: 9.1vw 1.4vw 0 1.4vw;
  }
  .media__inner {
    max-width: 80%;
    grid-gap: 0 1.8vw;
    margin-top: 6.9vw;
    margin-bottom: 19vw;
  }
  .media__inner::before {
    bottom: -18.8vw;
    left: -34.5vw;
  }
  .media__item-txt {
    font-size: 1.49vw;
    margin-top: 1.2vw;
  }
  .media-illust_02 {
    top: 8vw;
    left: 26vw;
    max-width: 6vw;
    width: 100%;
  }
  .media-illust_03 {
    top: -11.4vw;
    right: 0;
    max-width: 7.6vw;
  }
  .media-illust_04 {
    left: -4vw;
    max-width: 20vw;
  }
  .media-illust_05 {
    bottom: -2vw;
    right: 8vw;
    max-width: 16vw;
    width: 100%;
  }
  .use {
    padding: 7vw 1.4vw 0 1.4vw;
  }
  .use__inner {
    max-width: 80%;
    grid-gap: 0 1.4vw;
    margin-top: 10.9vw;
    margin-bottom: 9.2vw;
  }
  .use__item-number {
    max-width: 5.3vw;
    top: -3.5vw;
  }
  .use__item-contents {
    min-height: 100%;
    border-radius: 2vw;
  }
  .use__item-ttl {
    font-size: 1.4vw;
    padding: 4.2vw 1.8vw 2.5vw 1.8vw;
    height: auto;
  }
  .use__item-txt {
    font-size: 1.2vw;
    padding: 0 1.8vw 2vw 1.8vw;
  }
  .use-illust_01 {
    top: -9.2vw;
    right: 0.7vw;
    max-width: 6.2vw;
    width: 100%;
  }
  .use-illust_02 {
    max-width: 11.2vw;
    top: -7vw;
    right: -4.5vw;
  }
  .use-illust_03 {
    max-width: 11.5vw;
    left: -3.5vw;
  }
  .use-illust_04 {
    bottom: 2vw;
    left: 0vw;
    max-width: 10vw;
  }
  .use-illust_05 {
    max-width: 12vw;
    bottom: -8vw;
    right: 2vw;
  }
  .use-illust_06 {
    bottom: 0vw;
    max-width: 15.2vw;
    right: -2.5vw;
  }
  .nutrition {
    padding-top: 8.6vw;
  }
  .nutrition__inner {
    max-width: 80%;
    margin-top: 7vw;
  }
  .nutrition__list {
    grid-gap: 0 2.7vw;
  }
  .nutrition__list-txt {
    font-size: 1.4vw;
    margin-top: 1.09vw;
  }
  .nutrition__graph {
    margin-top: 6.8vw;
    margin-bottom: 12.9vw;
  }
  .nutrition__desc {
    padding: 32.5vw 0;
    margin-bottom: 8.4vw;
  }
  .nutrition__desc-headding {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
  .nutrition__desc-headding::after {
    bottom: -0.7vw;
    width: 23.7vw;
    height: 0.3vw;
  }
  .nutrition__desc-item.item01 {
    max-width: 31.5vw;
    height: 31.5vw;
    top: 0.3vw;
  }
  .nutrition__desc-item.item02 {
    max-width: 25.6vw;
    height: 25.6vw;
    top: 4.5vw;
    left: 8.5vw;
  }
  .nutrition__desc-item.item03 {
    max-width: 25.2vw;
    height: 25.2vw;
    bottom: 4vw;
    right: 6.8vw;
  }
  .nutrition__desc-item.item04 {
    max-width: 25.2vw;
    height: 25.2vw;
    bottom: 0.5vw;
    left: 5vw;
  }
  .nutrition__desc-ttl {
    font-size: 2vw;
    margin-bottom: 2.1vw;
    margin-top: 2vw;
  }
  .nutrition__desc-txt {
    font-size: 1.2vw;
  }
  .nutrition__desc-img {
    top: 20.2vw;
    max-width: 44vw;
  }
  .nutrition-illust_01 {
    top: 3.8vw;
  }
  .nutrition-illust_02 {
    top: -9.8vw;
    max-width: 14.3vw;
    right: -2.7vw;
  }
  .nutrition-illust_03 {
    left: -3vw;
  }
  .voice {
    padding-top: 8.6vw;
    padding-bottom: 6.3vw;
  }
  .voice__inner {
    max-width: 80%;
    margin-top: 11.8vw;
    padding: 0;
  }
  .voice__desc {
    padding: 5.2vw;
    height: 120px;
  }
  .voice__item-txt {
    font-size: 1.15vw;
  }
  .voice__customer {
    font-size: 1vw;
    margin-top: 0.5vw;
  }
  .voice__img {
    max-width: 9vw;
    -webkit-transform: translate(0, -2.6vw);
            transform: translate(0, -2.6vw);
  }
  .voice-slider .slick-dots {
    bottom: -1vw !important;
  }
  .voice-slider .slick-dots li {
    margin: 0;
    padding: 0 0.8vw;
  }
  .voice-slider .slick-dots li button {
    width: 1vw;
    height: 1vw;
  }
  .voice-slider .slick-prev .slick-prev,
.voice-slider .slick-next .slick-prev {
    left: -2%;
  }
  .voice-slider .slick-prev .slick-next,
.voice-slider .slick-next .slick-next {
    right: -2%;
  }
  .voice-slider .slick-prev .slick-prev,
.voice-slider .slick-next .slick-prev {
    top: 36%;
    left: 8px;
    width: 1vw;
    height: 2.3vw;
  }
  .voice-slider .slick-prev .slick-next,
.voice-slider .slick-next .slick-next {
    top: 36%;
    right: -22px;
    width: 1vw;
    height: 2.3vw;
  }
  .voice-illust_01 {
    left: 15vw;
    top: 16vw;
  }
  .voice-illust_02 {
    right: 13vw;
    top: 4.5vw;
  }
  .qa {
    min-height: auto;
    padding-top: 8.7vw;
  }
  .qa__contents {
    max-width: 80%;
    margin-top: 7.5vw;
  }
  .qa__contents-item::after {
    width: 5vw;
    height: 5vw;
  }
  .qa__q {
    font-size: 1.4vw;
    padding-top: 2.7vw;
    padding-left: 5.8vw;
    padding-bottom: 1.4vw;
  }
  .qa__q::before {
    width: 1.8vw;
    height: 0.3vw;
    top: 58%;
    right: 8px;
  }
  .qa__q::after {
    width: 1.8vw;
    height: 0.3vw;
    top: 58%;
    right: 8px;
  }
  .qa__a {
    font-size: 1.2vw;
    padding-left: 1.8vw;
    padding-bottom: 1.4vw;
    padding-right: 6.1vw;
  }
  .qa__a-icon {
    max-width: 1.6vw;
    margin-right: 2vw;
  }
  .qa-illust_01 {
    max-width: 13vw;
    left: -16vw;
  }
  .qa-illust_02 {
    max-width: 8vw;
    right: -17vw;
  }
  .qa-illust_03 {
    left: 0vw;
    top: 23.5vw;
    max-width: 9.1vw;
  }
  .qa-illust_04 {
    bottom: 22vw;
    max-width: 8vw;
    right: 0;
  }
  .qa-illust_05 {
    bottom: 14vw;
    left: 0vw;
    max-width: 8vw;
  }
  .qa-illust_06 {
    bottom: 8vw;
    right: -1vw;
    max-width: 10vw;
  }
  .qa-illust_07 {
    bottom: 10.5vw;
    left: 2vw;
    max-width: 6vw;
  }
  .footer__contact {
    font-size: 1.2162vw;
  }
  .footer__contact span {
    font-size: 1.081vw;
  }
  .footer__nav-item {
    font-size: 1.08vw;
  }
  .footer__nav-item::after {
    height: 24px;
  }
  .footer__address-txt {
    font-size: 1.081vw;
  }
  .footer__tel {
    font-size: 1.6216vw;
  }
  .footer__tel span {
    font-size: 1.081vw;
  }
  .footer__copyright {
    font-size: 0.88vw;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo {
    margin: 25px 0 25px 4.9vw;
  }
  .header__nav {
    margin-left: 19vw;
  }
  .header__nav-item + .header__nav-item {
    margin-left: 4.8vw;
  }
  .header__nav-item a {
    font-size: 1.25vw;
  }
  .concept {
    padding-top: 6.3vw;
  }
  .consept__lead {
    border-radius: 3.1vw;
    padding: 7.5vw 0 7.7vw 0;
    max-width: 68.5vw;
  }
  .consept__top {
    border-radius: 0;
    padding: 0 0 0 0;
    max-width: auto;
  }
  .concept-illust_01 {
    width: 11vw;
    top: 15.9vw;
    left: -8vw;
  }
  .concept-illust_02 {
    width: 15.5vw;
    top: 29vw;
    right: -11.2vw;
  }
  .concept-illust_03 {
    width: 13.5vw;
    bottom: -9vw;
    left: -4.1vw;
  }
  .concept__lead-ttl {
    font-size: 3.1vw;
    margin-bottom: 3.8vw;
  }
  .concept__lead-ttl-img {
    max-width: 35vw;
  }
  .concept__lead-txt {
    font-size: 1.4vw;
  }
  .concept__reason {
    font-size: 2.35vw;
    margin-top: 7.6vw;
  }
  .concept__inner {
    max-width: 90%;
  }
  .concept__item--icon {
    padding: 0 5.3vw;
    margin: 8px 0;
  }
  .concept__item-img img {
    min-width: auto;
  }
  .concept__item-txt {
    bottom: 3vw;
    font-size: 1.95vw;
    min-height: 7.2vw;
    border-radius: 1.4vw;
    width: 29vw;
  }
  .use-illust_03 {
    max-width: 9vw;
    left: -5.8vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: url(../img/header-bg-sp.png) no-repeat bottom center #fff;
    background-size: 100%;
  }
  header:not(.home) {
    padding-bottom: 60px;
  }
  .header__inner {
    padding: 0;
  }
  .header__nav-wrap {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin-bottom: 28px;
  }
  .header__logo {
    margin: 14px 0 12px 16px;
    max-width: 88px;
  }
  .header__nav {
    background: #FDE8D8;
    margin-right: 0;
    margin-top: 15px;
    border-radius: 0 0 20px 20px;
    margin-left: 0;
  }
  .header__nav img {
    max-width: 124px;
  }
  .header__nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 28px;
    grid-gap: 68px 32px;
    padding: 48px 36px 72px 36px;
  }
  .header__nav-item a {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .header__nav-item + .header__nav-item {
    margin-left: 0;
  }
  .hamburger__bg {
    background: #FDE8D8;
    width: 130px;
    height: 75px;
  }
  .nav_active + .hamburger__bg {
    background: #FDE8D8;
  }
  .hamburger__wrap {
    display: block;
    position: absolute;
    right: 52px;
    top: 47px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 4;
  }
  .hamburger {
    display: block;
    z-index: 4;
    position: relative;
    cursor: pointer;
    width: 39px;
    height: 45px;
    background: transparent;
    border: none;
  }
  .hamburger .hamburger__item {
    position: absolute;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    right: 0;
    height: 3px;
    border-radius: 5px;
    width: 100%;
    background: #2E2E2E;
  }
  .hamburger .hamburger__item:nth-of-type(1) {
    top: 0;
  }
  .hamburger .hamburger__item:nth-of-type(2) {
    top: 13px;
    width: 32px;
  }
  .hamburger .hamburger__item:nth-of-type(3) {
    top: 26px;
  }
  .hamburger .hamburger__item:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .hamburger.active .hamburger__item:nth-of-type(1) {
    top: 14px;
    left: 0;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .hamburger.active .hamburger__item:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger__item:nth-of-type(3) {
    top: 26px;
    left: 0;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  .hamburger.active .hamburger__item:nth-of-type(3)::after {
    content: "";
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }
  .hamburger__wrap .hamburger.active {
    top: -8px;
    right: 0;
  }
  .js-header__nav .header__nav {
    display: none;
  }
  .js-header__nav.nav_active {
    position: fixed;
    z-index: 2;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-animation: NavAnime 0.5s forwards;
            animation: NavAnime 0.5s forwards;
    overflow: scroll;
  }
  .js-header__nav.nav_active .header__nav {
    display: block;
  }
  @-webkit-keyframes NavAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes NavAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .mv {
    margin-top: 104px;
  }
  .mv__slider {
    margin: 0 auto;
  }
  .mv__slider .slick-slide img {
    width: 96%;
    margin: auto;
  }
  .mv__slider .slick-dots li {
    padding: 0 7px;
    width: 0;
    height: 0;
  }
  .mv__slider .slick-dots .slick-active button {
    background: #DB1F38;
    border-radius: 50%;
  }
  .mv__slider .slick-dots li button {
    background: #F8ACAD;
    border-radius: 50%;
    width: 9px;
    height: 9px;
  }
  .mv__slider .slick-dots li button:before {
    opacity: 0 !important;
  }
  .mv__slider .slick-dots {
    bottom: 24px !important;
  }
  .mv__slider .slick-prev,
.mv__slider .slick-next {
    cursor: pointer;
    outline: none;
    z-index: 1;
  }
  .mv__slider .slick-prev {
    top: auto;
    bottom: 2%;
    left: 15%;
    width: 15px;
    height: 24px;
  }
  .mv__slider .slick-next {
    top: auto;
    bottom: 2%;
    right: 15%;
    width: 15px;
    height: 24px;
  }
  .concept {
    background-image: url(../img/concept-bg-top-sp.webp), url(../img/concept-bg-bottom-sp.webp);
    padding-bottom: 100px;
    padding-top: 64px;
    background-position: top center, bottom left;
    background-color: #fcfaf7;
    background-size: 100%, 100%;
  }
  .concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consept__lead {
    padding: 48px 0 48px 0;
    max-width: 90%;
    margin: auto;
  }
  .consept__top {
    padding: 0 0 0 0;
    max-width: 90%;
    margin: auto;
  }
  .concept-illust_01 {
    top: -42px;
    left: -16px;
    width: 20vw;
  }
  .concept-illust_02 {
    width: 19.5vw;
    top: 44%;
    right: -7vw;
  }
  .concept-illust_03 {
    bottom: 13%;
    left: -8vw;
    width: 24vw;
  }
  .concept__lead-ttl {
    font-size: 27px;
    margin-bottom: 37px;
    line-height: 1.3;
  }
  .concept__lead-ttl-img {
    max-width: 70%;
  }
  .concept__lead-txt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.57;
  }
  .concept__reason {
    font-size: 20px;
    margin-top: 29px;
    line-height: 1.5;
  }
  .concept__inner {
    margin-top: 28px;
  }
  .concept__item-img img {
    min-width: unset;
  }
  .concept__item-txt {
    font-size: 20px;
    width: 90%;
    bottom: 9vw;
    border-radius: 12px;
    padding: 5% 2%;
    min-height: 50px;
  }
  .contents-line-dots {
    margin: 0 auto;
  }
  .contents-line-dots img {
    width: 170%;
  }
  .lineup {
    padding-top: 10.9vw;
  }
  .lineup__inner {
    width: 90%;
    max-width: 90%;
    grid-gap: 30px 12px;
    margin-top: 53px;
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .lineup__item-ttl {
    font-size: 14px;
    width: 74%;
    padding: 10px;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  .lineup__item-img {
    max-width: 29.3vw;
  }
  .lineup__item {
    border-width: 5px;
    border-radius: 20px;
  }
  .lineup-illust_01 {
    max-width: 18vw;
    top: -0.1vw;
    left: -6px;
  }
  .lineup-illust_02 {
    max-width: 15vw;
    -webkit-transform: translate(36vw, -10px);
            transform: translate(36vw, -10px);
  }
  .lineup-illust_04 {
    bottom: -12.2vw;
    left: -9.2vw;
    max-width: 20vw;
  }
  .lineup-illust_05 {
    bottom: 6px;
    left: 0;
    max-width: 75px;
  }
  .lineup-illust_06 {
    bottom: -5px;
    right: 56px;
    max-width: 80px;
  }
  .media {
    padding: 70px 20px 0 20px;
  }
  .media__inner {
    max-width: 71%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 28px 23px;
    margin-top: 44px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .media__inner::before {
    bottom: auto;
    left: -12.5vw;
    top: -64vw;
    width: 30%;
    height: 100%;
  }
  .media__item-txt {
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
  }
  .media-illust_02 {
    top: -59px;
    left: 83%;
    max-width: 11vw;
    width: 100%;
    max-width: 55px;
  }
  .media-illust_03 {
    top: -64px;
    right: -21px;
    max-width: 90px;
  }
  .media-illust_04 {
    display: block;
    left: -4vw;
    max-width: 11vw;
  }
  .media-illust_05 {
    bottom: -3vw;
    right: 0vw;
    max-width: 14vw;
    width: 100%;
  }
  .use {
    padding: 70px 0 0 0;
  }
  .use__inner {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 68px 0;
    width: 75%;
    margin-top: 97px;
    margin-bottom: 100px;
  }
  .use__item.item04 {
    z-index: 3;
  }
  .use__item-contents {
    min-height: 100%;
  }
  .use__item-number {
    max-width: 60px;
    top: -36px;
  }
  .use__item-ttl {
    font-size: 19px;
    padding: 42px 32px 8px 32px;
    height: auto;
  }
  .use__item-txt {
    font-size: 16px;
    padding: 0 28px 0 28px;
    line-height: 1.3;
  }
  .use-illust_01 {
    top: -28.2vw;
    left: -12vw;
    max-width: 18vw;
  }
  .use-illust_02 {
    max-width: 26.2vw;
    top: -17vw;
    right: -15.5vw;
  }
  .use-illust_03 {
    max-width: 17.5vw;
    left: -13.5vw;
    width: 100%;
  }
  .use-illust_04 {
    bottom: 1vw;
    left: 0;
    max-width: 54px;
  }
  .use-illust_05 {
    max-width: 24vw;
    bottom: -18vw;
    right: -3vw;
    z-index: 4;
  }
  .use-illust_06 {
    bottom: -2vw;
    max-width: 110px;
    right: 0;
  }
  .nutrition {
    padding-top: 70px;
  }
  .nutrition .sec-ttl__summary {
    margin-top: 26px;
  }
  .nutrition__inner {
    max-width: 100%;
    margin-top: 12vw;
  }
  .nutrition__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 44px 20px;
  }
  .nutrition__list-txt {
    font-size: 15px;
    margin-top: 8px;
  }
  .nutrition__graph {
    margin-top: 0;
    margin-bottom: 118px;
    width: 100%;
    overflow-x: auto;
  }
  .nutrition__graph figure {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 28px;
  }
  .nutrition__desc {
    margin-bottom: 151px;
    padding: 0;
  }
  .nutrition__desc-headding {
    font-size: 25px;
    margin-bottom: 38px;
  }
  .nutrition__desc-headding::after {
    width: 70%;
    height: 3px;
  }
  .nutrition__desc-item {
    position: unset;
  }
  .nutrition__desc-item.item01 {
    max-width: 100%;
    height: 330px;
    width: 330px;
    margin: auto;
  }
  .nutrition__desc-item.item02 {
    max-width: 100%;
    height: 330px;
    width: 330px;
    margin: auto;
  }
  .nutrition__desc-item.item03 {
    max-width: 100%;
    height: 330px;
    width: 330px;
    margin: auto;
  }
  .nutrition__desc-item.item04 {
    max-width: 100%;
    height: 330px;
    width: 330px;
    margin: auto;
  }
  .nutrition__desc-item + .nutrition__desc-item {
    margin-top: 30px;
  }
  .nutrition__desc-ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .nutrition__desc-txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .nutrition__desc-img {
    position: unset;
    width: 100%;
    max-width: 326px;
    margin-bottom: 34px;
  }
  .nutrition-illust_01 {
    top: 0.8vw;
    max-width: 95px;
    left: 8vw;
  }
  .nutrition-illust_02 {
    top: auto;
    max-width: 34vw;
    right: -4px;
    bottom: -2px;
  }
  .nutrition-illust_03 {
    max-width: 69px;
    left: 4vw;
    bottom: -2vw;
  }
  .nutrition-illust_04 {
    bottom: 18px;
    right: 15vw;
    max-width: 47px;
  }
  .voice {
    padding-top: 90px;
    padding-bottom: 26px;
  }
  .voice__inner {
    max-width: 300px;
    margin-top: 8vw;
    padding: 0;
  }
  .voice__desc {
    padding: 20%;
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    margin-top: 25px;
    height: 150px;
  }
  .item01 .voice__desc {
    background-size: 98%;
  }
  .item02 .voice__desc {
    background-size: 94%;
  }
  .item03 .voice__desc {
    background-size: 110%;
  }
  .voice__item {
    width: 300px !important;
  }
  .voice__item-txt {
    font-size: 14px;
  }
  .voice__customer {
    font-size: 14px;
    margin-top: 8px;
  }
  .voice__img {
    max-width: 32%;
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
  .voice-illust_01 {
    left: -3vw;
    top: 169px;
    max-width: 84px;
  }
  .voice-illust_02 {
    right: 0vw;
    top: -0.5vw;
    max-width: 89px;
  }
  .voice-illust_03 {
    max-width: 169px;
    bottom: -3.5vw;
    left: -16.5vw;
  }
  .voice-illust_04 {
    top: 37px;
    left: 69%;
    right: 0;
    max-width: 77px;
  }
  .voice-illust_05 {
    bottom: -20px;
    max-width: 110px;
    right: -4px;
  }
  .voice-slider .slick-dots {
    bottom: -4px !important;
  }
  .voice-slider .slick-dots li {
    margin: 0;
    padding: 0px 6px;
  }
  .voice-slider .slick-dots li button {
    width: 1vw;
    height: 1vw;
  }
  .voice-slider .slick-prev {
    top: 50%;
    left: -16px;
  }
  .voice-slider .slick-next {
    top: 50%;
    right: -22px;
  }
  .qa {
    background: url(../img/qa-bg-sp.webp) top center repeat;
    background-size: 100%;
  }
  .qa {
    padding-top: 92px;
    padding-bottom: 96px;
  }
  .qa__contents {
    max-width: 90%;
    margin-top: 78px;
  }
  .qa__contents-item {
    padding-top: 32px;
    margin-bottom: 16px;
  }
  .qa__contents-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background: url(../img/q-icon-sp.png) top center no-repeat;
  }
  .qa__q {
    font-size: 18px;
    padding-left: 0;
    padding-right: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qa__q::before {
    width: 28px;
    height: 5px;
    top: 60%;
    right: 8px;
  }
  .qa__q::after {
    width: 28px;
    height: 5px;
    top: 60%;
    right: 8px;
  }
  .qa__a-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qa__a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 52px;
    padding-bottom: 14px;
  }
  .qa__a-icon {
    max-width: 16px;
    margin-right: 16px;
  }
  .qa-illust_01 {
    left: auto;
    max-width: 87px;
    top: -75px;
    right: -6vw;
  }
  .qa-illust_02 {
    max-width: 56px;
    right: 5vw;
    top: 71px;
  }
  .qa-illust_03 {
    left: 1vw;
    top: 26px;
    max-width: 90px;
  }
  .qa-illust_04 {
    top: 394px;
    right: -10vw;
    max-width: 82px;
    display: none;
  }
  .qa-illust_05 {
    bottom: -162px;
    left: 16px;
    max-width: 77px;
  }
  .qa-illust_06 {
    bottom: -87px;
    right: 19px;
    max-width: 78px;
  }
  .qa-illust_07 {
    right: 0;
    bottom: -86px;
    left: 28vw;
    max-width: 57px;
    display: none;
  }
  .qa-illust_08 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 68px;
    left: 24px;
    max-width: 325px;
    margin: auto;
  }
  .footer__contact {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 56px;
  }
  .footer__contact span {
    font-size: 14px;
  }
  .footer__nav {
    width: 75%;
  }
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav-item {
    font-size: 16px;
  }
  .footer__address-txt {
    font-size: 16px;
  }
  .footer__address-txt span {
    font-size: 24px;
  }
  .footer__tel span {
    font-size: 16px;
  }
  .footer__copyright {
    font-size: 13px;
  }
  .footer__nav-item + .footer__nav-item {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__address {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .footer__copyright {
    margin-top: 58px;
  }
}

/*# sourceMappingURL=style.css.map */