@charset "UTF-8";
.mv {
  position: relative;
}
.mv__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 767.98px) {
  .mv__inner {
    height: 779px;
  }
}
@media all and (min-width: 768px) {
  .mv__inner {
    display: flex;
    justify-content: space-between;
    min-width: 1350px;
    height: 900px;
  }
}
@media all and (max-width: 767.98px) {
  .mv__area {
    height: 100%;
  }
}
.mv__catchcopy {
  position: absolute;
}
@media all and (max-width: 767.98px) {
  .mv__catchcopy {
    position: absolute;
    top: 29vh;
    left: 23px;
  }
}
@media all and (min-width: 768px) {
  .mv__catchcopy {
    bottom: 296px;
    left: 100px;
  }
}
.mv__catchcopy::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../../images/top/text_mv_bg_01.svg) no-repeat;
  background-size: contain;
}
@media all and (max-width: 767.98px) {
  .mv__catchcopy::after {
    bottom: -59px;
    left: 13vw;
    width: 210px;
    height: 91px;
  }
}
@media all and (min-width: 768px) {
  .mv__catchcopy::after {
    bottom: -74px;
    left: 149px;
    width: 394px;
    height: 173px;
  }
}
.mv__text {
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  background-color: #fff;
  border-radius: 4px;
}
@media all and (max-width: 767.98px) {
  .mv__text {
    padding: 0 21px 0 14px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 768px) {
  .mv__text {
    padding: 0 26px;
    font-size: 4.4rem;
    letter-spacing: 0.04em;
  }
}
@media all and (max-width: 767.98px) {
  .mv__text:not(:first-of-type) {
    margin-top: 8px;
  }
}
@media all and (min-width: 768px) {
  .mv__text:not(:first-of-type) {
    margin-top: 15px;
  }
}
.mv__ruby {
  position: relative;
  display: inline-block;
}
.mv__ruby::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "よろず";
  letter-spacing: 0.2em;
}
@media all and (max-width: 767.98px) {
  .mv__ruby::before {
    top: -5px;
    width: 33px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 768px) {
  .mv__ruby::before {
    width: 47px;
    font-size: 1.3rem;
  }
}
.mv__flow {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 767.98px) {
  .mv__flow {
    right: 0;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .mv__flow {
    left: 0;
    width: 859px;
  }
}
.mv__pic {
  z-index: -2;
  display: block;
  transform: rotate(30deg);
}
@media all and (max-width: 767.98px) {
  .mv__pic {
    position: absolute;
    top: -102px;
    right: 38px;
    width: 461px;
  }
}
@media all and (min-width: 768px) {
  .mv__pic {
    position: absolute;
    top: -644px;
    right: 420px;
    width: 928px;
  }
}
.mv__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 16px;
  animation: loop-bottom-top 40s linear infinite;
}
@-webkit-keyframes loop-bottom-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes loop-bottom-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-101%);
  }
}
@media all and (max-width: 767.98px) {
  .mv__wellon {
    position: absolute;
    right: 25px;
    bottom: 161px;
  }
}
@media all and (min-width: 768px) {
  .mv__wellon {
    display: none;
  }
}

.news {
  position: absolute;
}
@media all and (max-width: 767.98px) {
  .news {
    bottom: 70px;
    left: 12px;
    width: 94vw;
  }
}
@media all and (min-width: 768px) {
  .news {
    bottom: 33px;
    left: 126px;
    width: 41.955vw;
  }
}
.news__title {
  display: inline-block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #000;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 767.98px) {
  .news__title {
    padding: 5px 12px;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 768px) {
  .news__title {
    padding: 5px 13px;
    font-size: 1.6rem;
  }
}
.news__area {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767.98px) {
  .news__area {
    padding: 11px 12px 11px 16px;
  }
}
@media all and (min-width: 768px) {
  .news__area {
    padding: 27px 14px 17px 22px;
  }
}
.news__date {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  color: #e95504;
}
@media all and (max-width: 767.98px) {
  .news__date {
    padding-right: 5px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .news__date {
    padding-right: 9px;
    font-size: 1.4rem;
  }
}
.news__text {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.news__text:hover {
  opacity: 0.8;
}
.news__text p {
  color: #242424;
  white-space: nowrap;
  animation: textScroll01 20s linear infinite;
}
@media all and (max-width: 767.98px) {
  .news__text p {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 768px) {
  .news__text p {
    font-size: 1.4rem;
  }
}
@keyframes textScroll01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.movie {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.movie:hover .movie__text {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .movie {
    position: absolute;
    right: 46px;
    bottom: 33px;
  }
}
.movie__inner {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767.98px) {
  .movie__inner {
    max-width: 294px;
    padding: 25px 21px 35px 25px;
    margin: 70px auto 0;
  }
}
@media all and (min-width: 768px) {
  .movie__inner {
    max-width: 253px;
    padding: 22px 22px 25px;
  }
}
.movie__circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  background-color: #e95504;
  border-radius: 50%;
  z-index: 1;
}
@media all and (max-width: 767.98px) {
  .movie__circle {
    top: -29px;
    left: -29px;
    width: 89px;
    height: 89px;
  }
}
@media all and (min-width: 768px) {
  .movie__circle {
    top: -29px;
    left: -25px;
    width: 93px;
    height: 93px;
  }
}
.movie__circle p {
  color: #fff;
  letter-spacing: 0.03em;
}
@media all and (max-width: 767.98px) {
  .movie__circle p {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media all and (min-width: 768px) {
  .movie__circle p {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.movie__wrapper {
  display: flex;
}
.movie__iframe {
  position: relative;
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .movie__iframe {
    max-width: 208px;
    height: 134px;
    border-radius: 10px;
  }
}
@media all and (min-width: 768px) {
  .movie__iframe {
    max-width: 179px;
    height: 115px;
    border-radius: 15px;
  }
}
.movie__iframe:before {
  position: absolute;
  display: inline-block;
  background: url(../../images/top/icon_playback_white_01.svg);
  background-size: contain;
  content: "";
  right: 15px;
  bottom: 15px;
}
@media all and (max-width: 767.98px) {
  .movie__iframe:before {
    width: 28px;
    height: 28px;
  }
}
@media all and (min-width: 768px) {
  .movie__iframe:before {
    width: 28px;
    height: 28px;
  }
}
.movie__title {
  font-weight: bold;
  color: #242424;
  writing-mode: vertical-rl;
}
@media all and (max-width: 767.98px) {
  .movie__title {
    font-size: 1.8rem;
    letter-spacing: 0.24em;
  }
}
@media all and (min-width: 768px) {
  .movie__title {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}
.movie__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #242424;
}
@media all and (max-width: 767.98px) {
  .movie__text {
    margin-top: 13px;
  }
}
@media all and (min-width: 768px) {
  .movie__text {
    margin-top: 11px;
  }
}

@media all and (min-width: 768px) {
  .business .c-heading01 {
    text-align: center;
  }
}
@media all and (max-width: 767.98px) {
  .business .c-heading01__title {
    font-size: 4.2rem;
  }
}
@media all and (min-width: 768px) {
  .business .c-heading01__title {
    font-size: 6.4rem;
  }
}
@media all and (max-width: 767.98px) {
  .business__inner {
    margin-top: 76px;
  }
}
@media all and (min-width: 768px) {
  .business__inner {
    width: 100%;
    max-width: 1000px;
    margin: 105px auto 0;
  }
}
.business__button {
  margin-top: 32px;
  text-align: center;
}

@media all and (max-width: 767.98px) {
  .topics {
    margin-top: 170px;
  }
}
@media all and (min-width: 768px) {
  .topics {
    margin-top: 142px;
  }
}
@media all and (min-width: 768px) {
  .topics__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media all and (max-width: 767.98px) {
  .topics__block {
    width: 100%;
    margin-top: 64px;
  }
}
@media all and (min-width: 768px) {
  .topics__block {
    margin-left: 5vw;
  }
}
.topics__link {
  text-align: right;
}
@media all and (max-width: 767.98px) {
  .topics__link {
    margin-top: 27px;
  }
}
@media all and (min-width: 768px) {
  .topics__link {
    margin-top: 33px;
  }
}
@media all and (max-width: 767.98px) {
  .topics__back-number {
    margin-top: 27px;
  }
}
@media all and (min-width: 768px) {
  .topics__back-number {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 37px;
  }
}

.number__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.number__list {
  display: flex;
}
@media all and (max-width: 767.98px) {
  .number__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .number__list {
    margin-left: 23px;
  }
}
@media all and (max-width: 767.98px) {
  .number__item {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .number__item:not(:first-of-type) {
    margin-left: 16px;
  }
}
@media all and (max-width: 767.98px) {
  .number__item .c-button03 {
    min-width: 156px;
  }
}

.new-products {
  background-color: #faf9f8;
}
@media all and (max-width: 767.98px) {
  .new-products {
    padding-bottom: 92px;
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .new-products {
    padding-bottom: 155px;
    margin-top: 118px;
  }
}
@media all and (max-width: 767.98px) {
  .new-products__inner {
    padding-top: 120px;
    padding-right: 0;
    padding-bottom: 23px;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .new-products__inner {
    padding-top: 82px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1600px) {
  .new-products__inner {
    padding-right: 123px;
    padding-left: 126px;
  }
}
.new-products__inner .c-heading01 {
  position: relative;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .new-products__inner .c-heading01 {
    padding: 0 0 0 25px;
  }
}
.new-products__inner .c-heading01::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../../images/common/icon_business_01_large.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media all and (max-width: 767.98px) {
  .new-products__inner .c-heading01::after {
    top: calc(50% - 44px);
    right: -55px;
    width: 51px;
    height: 50px;
  }
}
@media all and (min-width: 768px) {
  .new-products__inner .c-heading01::after {
    top: calc(50% - 58px);
    right: -80px;
    width: 65px;
    height: 63px;
  }
}
.new-products__block {
  margin-top: 44px;
}
.new-products__link {
  text-align: right;
}

@media all and (max-width: 767.98px) {
  .wellbeing {
    margin-top: 42px;
  }
}
.wellbeing__title {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: rgba(233, 85, 4, 0.27);
  letter-spacing: -0.01em;
}
@media all and (max-width: 767.98px) {
  .wellbeing__title {
    left: -5px;
    font-size: 16vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__title {
    left: -10px;
    font-size: 15.6666vw;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1599px) {
  .wellbeing__title {
    left: -17px;
    font-size: 13vw;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__title {
    left: -30px;
    font-size: 22rem;
  }
}
.wellbeing__inner {
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .wellbeing__inner {
    margin-top: 8px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__inner {
    margin-top: 42px;
  }
}
.wellbeing__block01 {
  position: relative;
}
@media all and (min-width: 768px) {
  .wellbeing__block01 {
    order: 2;
  }
}
.wellbeing__block02 {
  position: relative;
  display: flex;
}
@media all and (max-width: 767.98px) {
  .wellbeing__block02 {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 72px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__block02 {
    align-items: flex-start;
    margin-top: 127px;
  }
}
.wellbeing__image {
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(134, 102, 15, 0.2);
}
@media all and (max-width: 767.98px) {
  .wellbeing__image {
    border-radius: 4px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image {
    border-radius: 6px;
  }
}
.wellbeing__image picture,
.wellbeing__image img {
  display: block;
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .wellbeing__image picture,
  .wellbeing__image img {
    border-radius: 4px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image picture,
  .wellbeing__image img {
    border-radius: 6px;
  }
}
.wellbeing__image.is-image01 {
  position: absolute;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .wellbeing__image.is-image01 {
    right: -40px;
    width: 81.6vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image.is-image01 {
    right: -7.2222vw;
    width: 42vw;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__image.is-image01 {
    right: -196px;
    width: 672px;
  }
}
.wellbeing__image.is-image02 {
  position: absolute;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .wellbeing__image.is-image02 {
    top: 47vw;
    right: 37.3333vw;
    width: 44.8vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image.is-image02 {
    top: 26vw;
    right: 16.7777vw;
    width: 24.333vw;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__image.is-image02 {
    top: 416px;
    right: 188px;
    width: 389px;
  }
}
.wellbeing__image.is-image03 {
  position: absolute;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .wellbeing__image.is-image03 {
    top: 69vw;
    right: 15vw;
    width: 28.3vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image.is-image03 {
    top: 37.5555vw;
    right: 6.2222vw;
    width: 14.5vw;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__image.is-image03 {
    top: 602px;
    right: 18px;
    width: 232px;
  }
}
.wellbeing__image.is-image04 {
  position: relative;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .wellbeing__image.is-image04 {
    left: -41px;
    width: 68.8vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image.is-image04 {
    width: 34.3333vw;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__image.is-image04 {
    width: 549px;
  }
}
.wellbeing__image.is-image05 {
  position: relative;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .wellbeing__image.is-image05 {
    right: 26px;
    width: 62.7vw;
    margin-top: 23px;
    margin-left: 23.5vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image.is-image05 {
    width: 24.3333vw;
    margin-top: 56px;
    margin-left: 3.2222vw;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__image.is-image05 {
    width: 389px;
  }
}
.wellbeing__image .is-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 4px;
  transition: 2s cubic-bezier(0.26, 0, 0.07, 1);
}
@media all and (max-width: 767.98px) {
  .wellbeing__image .is-screen.is-show {
    transform: translateX(110%);
  }
}
@media all and (min-width: 768px) {
  .wellbeing__image .is-screen.is-show {
    transform: translateX(200%);
  }
}
.wellbeing__text {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767.98px) {
  .wellbeing__text {
    padding-top: 105vw;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__text {
    order: 1;
  }
}
.wellbeing__text p {
  letter-spacing: 0.05em;
}
@media all and (max-width: 767.98px) {
  .wellbeing__text p {
    font-size: 1.4rem;
    line-height: 2.8;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__text p {
    font-size: 1.8rem;
    line-height: 3.2;
  }
}
.wellbeing__text p:nth-child(2) {
  margin-top: 15px;
}
@media all and (max-width: 767.98px) {
  .wellbeing__text p:not(:first-of-type) {
    margin-top: 57px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__text p:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__wrapper02 {
    position: relative;
  }
}
.wellbeing__since {
  position: absolute;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #e95504;
  letter-spacing: -0.01em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  /* stylelint-disable-next-line */
  -ms-writing-mode: tb-rl;
}
@media all and (max-width: 767.98px) {
  .wellbeing__since {
    top: 10px;
    right: -10px;
    font-size: 2.2rem;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__since {
    top: 9.5vw;
    right: -68px;
    font-size: 3.7rem;
  }
}
@media all and (min-width: 1600px) {
  .wellbeing__since {
    top: 160px;
  }
}
.wellbeing__label {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
}
@media all and (max-width: 767.98px) {
  .wellbeing__label {
    line-height: 1.7;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__label {
    line-height: 1.8;
  }
}
.wellbeing__label::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  background: #242424;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.wellbeing__label.is-show::before {
  width: 100%;
  opacity: 1;
}
.wellbeing__label.is-wellbeing {
  margin: 0 8px;
}
.wellbeing__label.is-wellbeing::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../../images/top/text_wellbeing_01.svg) no-repeat;
  background-size: 100%;
}
@media all and (max-width: 767.98px) {
  .wellbeing__label.is-wellbeing::after {
    right: -128px;
    bottom: -47px;
    width: 184px;
    height: 82px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__label.is-wellbeing::after {
    right: -220px;
    bottom: -80px;
    width: 242px;
    height: 130px;
  }
}
.wellbeing__label.is-on {
  margin: 0 8px 0 0;
}
.wellbeing__label.is-on::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../../images/top/text_on_01.svg) no-repeat;
  background-size: contain;
}
@media all and (max-width: 767.98px) {
  .wellbeing__label.is-on::after {
    right: -17px;
    bottom: -50px;
    width: 100px;
    height: 67px;
  }
}
@media all and (min-width: 768px) {
  .wellbeing__label.is-on::after {
    right: -41px;
    bottom: -71px;
    width: 113px;
    height: 92px;
  }
}

@media all and (max-width: 767.98px) {
  .company {
    margin-top: 91px;
  }
}
@media all and (min-width: 768px) {
  .company {
    margin-top: 95px;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #E95504, #E95504, #F09C02, #F7DB00);
}
.loading__copy > img {
  position: relative;
  display: block;
  margin: 0px auto;
  top: 36vh;
}
@media all and (max-width: 767.98px) {
  .loading__copy > img {
    width: 68%;
  }
}
@media all and (min-width: 768px) {
  .loading__copy > img {
    width: 45%;
  }
}
@media all and (min-width: 1250px) {
  .loading__copy > img {
    width: 23%;
  }
}

.modal-movie__area {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-movie__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modal-movie__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 720px;
  width: 100%;
  padding: 10px 30px;
}
.modal-movie__contents video {
  aspect-ratio: 16/9;
  width: 100%;
}

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