.hero {
  background-size: cover;
  background-position: 24% bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .hero {
    background-position: 32% top;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.hero .btn {
  text-shadow: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .hero .btn {
    font-size: 14px;
  }
}
.hero__home {
  background-position: right bottom;
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__home {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__home {
    background-position: 32% top;
    background-repeat: no-repeat;
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 200px 0 140px;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width:992px) {
  .hero__inner {
    text-align: center;
    padding: 280px 0;
  }
}
.hero__inner .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width:576px) {
  .hero__inner .container {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .hero__inner .container {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .hero__inner .container {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .hero__inner .container {
    max-width: 1240px;
  }
}
.hero__content {
  margin: 0 auto;
}
.hero__copy__jp {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  color: #9c7f4b;
  font-weight: 300;
}
@media screen and (min-width: 360px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__copy__jp {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.hero__title {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .hero__title {
    font-size: 88px;
  }
}
@media screen and (min-width:768px) {
  .hero__title {
    font-size: 150px;
  }
}
@media screen and (min-width:992px) {
  .hero__title {
    display: block;
    font-size: 150px;
  }
}
.hero__description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 360px) {
  .hero__description {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__description {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.hero__circles {
  display: flex;
  justify-content: center;
}
.hero__circles:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.hero__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 5px;
  font-size: 12px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
@media screen and (min-width:992px) {
  .hero__circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.hero__boxes {
  justify-content: center;
}
.hero__boxes > div {
  margin-bottom: 0.5rem;
}
.hero__box {
  width: 100%;
  height: auto;
  line-height: 1.2;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
  border: 1px dotted #ddd;
  font-size: 12px;
}
.hero__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.hero__page {
  padding: 150px 0 100px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width:992px) {
  .hero__page {
    padding: 170px 0 120px;
  }
}
.hero__page.img-hero1 {
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero1 {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero1 {
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__page.img-hero4 {
  background-image: url(../images/mobile/home/hero-4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero4 {
    background-image: url(../images/mobile/home/hero-4.jpg@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero4 {
    background-image: url(../images/home/hero-4.jpg);
  }
}
.hero__page__inner {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 100px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 1;
  color: #fff;
}
.hero__page__inner.is-secoundary {
  background-color: rgba(156, 127, 75, 0.6);
  border: 1px solid #9c7f4b;
}
.hero__page__title {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  font-weight: 200 !important;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .hero__page__title {
    font-size: 28px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__title {
    font-size: 34px;
  }
}
.hero__page__copy_jp {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 360px) {
  .hero__page__copy_jp {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__copy_jp {
    font-size: 20px;
  }
}
@media screen and (min-width:992px) {
  .hero__page__copy_jp {
    font-size: 18px;
  }
}
.hero__page .btn {
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
}
@media screen and (min-width: 360px) {
  .hero__page .btn {
    font-size: 14px;
  }
}
.hero__page__login {
  margin-top: 1rem;
}
.hero__promise {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #9D7D4A;
  text-align: center;
  text-shadow: #fff 1px 0 3px;
  text-shadow: 0 0 2px rgba(157, 125, 74, 0.1), 0 1px 1px rgba(157, 125, 74, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:992px) {
  .hero__promise {
    font-size: 40px;
  }
}

.top__section__intro .table {
  margin-bottom: 1.5rem;
}
.top__section__intro .mx-auto {
  text-align: center;
}
.top__section__intro__image img {
  aspect-ratio: 1;
  width: 260px;
}
@media screen and (min-width:992px) {
  .top__section__intro__image img {
    width: 360px;
  }
}
.top__section__products {
  padding-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .top__section__products {
    padding: 120px 0 110px;
  }
}
.top__section__products .container {
  padding: 0;
}
.top__section__products .btn-wrapper {
  padding: 0 1rem;
  margin-top: 5rem;
}
@media screen and (min-width:992px) {
  .top__section__products .btn-wrapper {
    margin-top: 5.5rem;
  }
}
.top__section__products .btn-wrapper .btn {
  width: 100%;
  height: 60px;
  padding: 0;
  line-height: 60px;
}
@media screen and (min-width:992px) {
  .top__section__products .btn-wrapper .btn {
    width: 340px;
    height: 100px;
    line-height: 100px;
  }
}
.top__section__develop {
  margin-bottom: 3rem;
}
.top__section__develop__content {
  justify-content: center;
  align-items: center;
}
.top__section__develop__content p {
  text-align: left;
}
.top__section__develop__content > * {
  margin-bottom: 1.5rem !important;
}
.top__section__develop__content__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width:992px) {
  .top__section__develop__content__title {
    font-size: 24px;
  }
}
.top__section__develop__content__title span {
  font-size: 0.6em;
}
.top__section__develop__round {
  border-radius: 50%;
  aspect-ratio: 1;
}
.top__section__essence p {
  text-align: center;
}
.top__section__essence__movie {
  margin-bottom: 3rem;
  height: 315px;
}
.top__section__essence__movie iframe {
  width: 100%;
  height: 315px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.top__section__movie__iframe {
  margin-bottom: 3rem;
  width: 100%;
}
.top__section__movie__iframe iframe {
  width: 100%;
  aspect-ratio: 343/292;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
@media screen and (min-width:992px) {
  .top__section__movie__iframe iframe {
    aspect-ratio: 845/480;
  }
}
.top__section__blog__contents {
  margin-bottom: 1.5rem;
}
.top__section__blog__item {
  margin-bottom: 1.5rem;
  text-align: left !important;
}
.top__section__blog__item a, .top__section__blog__item p {
  text-align: left;
}
.top__section__blog__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}
.top__section__necessary__description {
  text-align: center;
  padding-bottom: 3rem;
}
.top__section__change__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 0rem 1rem 1rem;
  aspect-ratio: 355/300;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/mobile/home/IMG_1761.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top__section__change__content {
    background-image: url(../images/mobile/home/IMG_1761@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .top__section__change__content {
    justify-content: flex-start;
    padding: 110px 70px;
    aspect-ratio: 1140/560;
    background-image: url(../images/home/IMG_1761.jpg);
  }
}
.top__section__change__headline {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1rem;
  color: #9c7f4b;
  margin: 0;
}
@media screen and (min-width:992px) {
  .top__section__change__headline {
    font-size: 40px;
    line-height: 44px;
  }
}
.top__section__change__headline .sp {
  display: inline-block;
}
@media screen and (min-width:992px) {
  .top__section__change__headline .sp {
    display: none;
  }
}
.top__section__change__links {
  display: flex;
  margin-top: 2rem;
}
@media screen and (min-width:992px) {
  .top__section__change__links {
    margin-top: 5rem;
  }
}
.top__section__change__link {
  width: calc(50% - 0.5rem);
}
.top__section__change__link:first-of-type {
  margin-right: 1rem;
}
@media screen and (min-width:992px) {
  .top__section__change__link {
    width: auto;
    margin-right: 3rem;
  }
}
.top__section__change__link p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .top__section__change__link p {
    font-size: 20px;
  }
}
.top__section__change__link img {
  aspect-ratio: 300/60;
  width: 100%;
}
@media screen and (min-width:992px) {
  .top__section__change__link img {
    margin-top: 0.5rem;
    width: 300px;
  }
}
.top__section__introduction p {
  text-align: center;
}
.top__section__introduction__headline {
  font-size: 1.25rem;
  font-weight: 700;
}
.top__section__shop .table {
  text-align: left !important;
}
.top__section__ingredient__inner {
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__inner {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px;
  }
}
.top__section__ingredient__image img {
  aspect-ratio: 1;
  width: 100%;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__image img {
    width: 340px;
  }
}
.top__section__ingredient__image p {
  letter-spacing: 0rem;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__image p {
    font-size: 14px;
  }
}
.top__section__ingredient__info {
  margin-top: 20px;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__info {
    margin-top: 0;
    padding-left: 4rem;
  }
}
.top__section__ingredient__name {
  font-weight: 700;
  line-height: 1.5;
}
.top__section__ingredient__name h3 {
  font-size: 26px;
  margin: 0;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__name h3 {
    font-size: 36px;
  }
}
.top__section__ingredient__name p {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__name p {
    font-size: 22px;
  }
}
.top__section__ingredient__desc {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__desc {
    margin-top: 4rem;
    font-size: 20px;
  }
}
.top__section__ingredient__bar {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__bar {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.top__section__ingredient__detail.pc {
  display: none;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__detail.pc {
    display: block;
  }
}
.top__section__ingredient__detail.sp {
  display: block;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__detail.sp {
    display: none;
  }
}
.top__section__ingredient__detail p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (min-width:992px) {
  .top__section__ingredient__detail p {
    font-size: 15px;
  }
}
.top__essence__circle {
  display: flex;
  justify-content: center;
}
.top__essence__circle img {
  aspect-ratio: 1;
  width: 260px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
}
@media screen and (min-width:992px) {
  .top__essence__circle img {
    width: 360px;
  }
}
.top__table {
  margin-bottom: 1.5rem;
}

.newsList {
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width:992px) {
  .newsList {
    margin-bottom: 5rem;
  }
}
.newsList__wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: start;
}
.newsList__item {
  margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
  .newsList__item {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.newsList__item > * {
  margin-bottom: 0.5rem;
}
.newsList__item__info {
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
.newsList__item__info a {
  margin-right: 1rem;
  max-height: 1.7rem;
}
.newsList__btn {
  margin-bottom: 3rem;
}
.newsList__btn > * {
  margin: 0 auto;
}/*# sourceMappingURL=top-fcp.css.map */