@charset "UTF-8";

/***************************************************************************

Title

***************************************************************************/
.section-index h2 {
  font-size: 4rem;
}

@media screen and (max-width: 959px) {
  .section-index h2 {
    font-size: 7.2vw;
    margin-top: 3.4vw;
  }
}

/***************************************************************************

MV

***************************************************************************/
.mv {
  position: relative;
  height: 36vw;
  margin-top: 100px;
}

.mv .mv-copy-area {
  position: relative;
  height: 36vw;
  z-index: 1;
}

.mv .mv-copy-area .mv-copy {
  position: absolute;
  top: 55%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.mv .mv-copy-area .mv-copy h1.mv-copy-main {
  font-size: 80px;
  line-height: 1.3;
}

.mv .mv-copy-area .mv-copy .mv-copy-lead {
  font-size: 26px;
}

.mv .mv-visual-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: -1;
}

.mv .mv-visual {
  width: 100%;
  height: 0;
  padding-bottom: 76.7777%;
  background-image: url(../../../images/top/mv.jpg);
  background-size: cover;
}

@media screen and (min-width: 1681px) {
  .mv .mv-copy-area .mv-copy h1.mv-copy-main {
    font-size: 106px;
  }

  .mv .mv-copy-area .mv-copy .mv-copy-lead {
    font-size: 34px;
  }
}

@media screen and (max-width: 959px) {
  .mv {
    height: auto;
    padding-top: 0;
    margin-top: 30.2vw;
  }

  .mv .mv-copy-area {
    height: auto;
    padding: 0 20px;
    padding: 0 5.333vw;
  }

  .mv .mv-copy-area .mv-copy {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  .mv .mv-copy-area .mv-copy h1.mv-copy-main {
    font-size: 35px;
    font-size: 9.333vw;
    line-height: 1.3;
  }

  .mv .mv-copy-area .mv-copy .mv-copy-lead {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 0;
    padding-top: 5px;
    padding-top: 1.333vw;
  }

  .mv .mv-visual-area {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-top: 8vw;
  }
}

/***************************************************************************

Mission

***************************************************************************/
.section-top-mission::before {
  top: 100px;
}

/***************************************************************************

Service

***************************************************************************/
ul.top-service-col-item li .col-item-fig {
}
ul.top-service-col-item li .col-item-txt {
  padding-right: 60px;
}
.service-number {
  font-family: 'Playfair Display', serif;
  font-size: 13.4rem;
  color: #e6e7e8;
  line-height: 0;
  margin-top: 0;
}
.service-lead {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #9aa3a8;
  padding: 0 10px;
  margin-bottom: 20px;
  margin-top: 80px;
}
.top-service-item {
  text-align: center;
  margin-top: 120px;
}
.top-service-item .service-number {
  line-height: 1;
}
.top-service-item .service-number ..section-index-lv03 {
  margin-top: 30px;
}
.top-service-item .col-item-txt {
  text-align: center;
}
.top-service-protein {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-service-protein .top-service-protein-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.top-service-protein .top-service-protein-item:first-of-type {
  padding-right: 20px;
}
.top-service-protein .top-service-protein-item:last-of-type {
  padding-left: 20px;
}
.top-service-protein .top-service-protein-item:first-of-type,
.top-service-protein .top-service-protein-item:nth-of-type(2) {
  margin-bottom: 15px;
}
.top-service-protein .top-service-protein-item--logo {
  max-width: 150px;
  max-height: 70px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  display: flex;
}
.top-service-protein .top-service-protein-item--logo img {
  max-height: 100%;
}
.top-service-protein .top-service-protein-item p {
  text-align: center;
  margin-top: auto;
}
.top-service-item .buttonArea .button {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  ul.top-service-col-item li .col-item-fig {
    margin-top: 60px;
    margin-top: 16vw;
  }
  ul.top-service-col-item li .col-item-txt {
    padding-right: 0;
    text-align: center;
  }
  ul.top-service-col-item li .col-item-txt .service-txt {
    text-align: left;
  }
  .service-number {
    font-size: 84rem;
    font-size: 22.4vw;
  }
  .service-lead {
    margin-top: 0;
    font-size: 1.4rem;
    font-size: 3.733vw;
  }
  ..top-service-item .buttonArea {
    margin-top: 25px;
    margin-top: 6.6667vw;
  }
  ..top-service-item .buttonArea .button {
    width: 90%;
  }
  .top-service-item {
    margin-top: 60px;
    margin-top: 16vw;
  }
  .top-service-protein {
    display: block;
    margin-top: 0;
  }
  .top-service-protein .top-service-protein-item {
    width: 100%;
    margin-top: 40px;
    margin-top: 10.667vw;
  }
  .top-service-protein .top-service-protein-item:first-of-type,
  .top-service-protein .top-service-protein-item:last-of-type {
    padding: 0;
  }
}

/***************************************************************************

Animation

***************************************************************************/

/*** MV **********************************************/
.mv .mv-copy-area .mv-copy h1.mv-copy-main.js-effect,
.mv .mv-copy-area .mv-copy .mv-copy-lead.js-effect,
.mv .mv-visual-area .mv-visual.js-effect {
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
.mv .mv-copy-area .mv-copy h1.mv-copy-main.js-effect {
  transition-delay: 0.6s;
}
.mv .mv-copy-area .mv-copy .mv-copy-lead.js-effect {
  transition-delay: 0.9s;
}

.mv .mv-copy-area .mv-copy h1.mv-copy-main.js-effect.-on,
.mv .mv-copy-area .mv-copy .mv-copy-lead.js-effect.-on,
.mv .mv-visual-area .mv-visual.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*** MISSION **********************************************/
.mission-lead.js-effect {
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
.mission-lead.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*** SERVICE **********************************************/
ul.top-service-col-item li .col-item-fig.js-effect {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
}
ul.top-service-col-item li .col-item-fig.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top-service-protein .top-service-protein-item.js-effect {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
}
.top-service-protein .top-service-protein-item:last-of-type.js-effect {
  transition-delay: 0.2s;
}
.top-service-protein .top-service-protein-item.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

ul.top-service-col-item li .col-item-txt.js-effect {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
}
ul.top-service-col-item li .col-item-txt.js-effect .service-lead,
ul.top-service-col-item li .col-item-txt.js-effect .section-index-lv03,
ul.top-service-col-item li .col-item-txt.js-effect .service-txt {
  transition-delay: 0.4s;
}
ul.top-service-col-item li .col-item-txt.js-effect .buttonArea {
  transition-delay: 0.6s;
}
ul.top-service-col-item li .col-item-txt.js-effect.-on,
ul.top-service-col-item li .col-item-txt.js-effect.-on .section-index-lv03,
ul.top-service-col-item li .col-item-txt.js-effect.-on .service-txt,
ul.top-service-col-item li .col-item-txt.js-effect.-on .buttonArea {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/***************************************************************************

Title

***************************************************************************/
.section-index h2 {
  font-size: 4rem;
}

@media screen and (max-width: 959px) {
  .section-index h2 {
    font-size: 7.2vw;
    margin-top: 3.4vw;
  }
}

/***************************************************************************

MV

***************************************************************************/
.mv {
  position: relative;
  height: 36vw;
  margin-top: 100px;
}

.mv .mv-copy-area {
  position: relative;
  height: 36vw;
  z-index: 1;
}

.mv .mv-copy-area .mv-copy {
  position: absolute;
  top: 55%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.mv .mv-copy-area .mv-copy h1.mv-copy-main {
  font-size: 80px;
  line-height: 1.3;
}

.mv .mv-copy-area .mv-copy .mv-copy-lead {
  font-size: 26px;
}

.mv .mv-visual-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: -1;
}

.mv .mv-visual {
  width: 100%;
  height: 0;
  padding-bottom: 76.7777%;
  background-image: url(../../../images/top/mv.jpg);
  background-size: cover;
}

@media screen and (min-width: 1681px) {
  .mv .mv-copy-area .mv-copy h1.mv-copy-main {
    font-size: 106px;
  }

  .mv .mv-copy-area .mv-copy .mv-copy-lead {
    font-size: 34px;
  }
}

@media screen and (max-width: 959px) {
  .mv {
    height: auto;
    padding-top: 0;
    margin-top: 30.2vw;
  }

  .mv .mv-copy-area {
    height: auto;
    padding: 0 20px;
    padding: 0 5.333vw;
  }

  .mv .mv-copy-area .mv-copy {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  .mv .mv-copy-area .mv-copy h1.mv-copy-main {
    font-size: 35px;
    font-size: 9.333vw;
    line-height: 1.3;
  }

  .mv .mv-copy-area .mv-copy .mv-copy-lead {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 0;
    padding-top: 5px;
    padding-top: 1.333vw;
  }

  .mv .mv-visual-area {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-top: 8vw;
  }
}

/***************************************************************************

Mission

***************************************************************************/
.section-top-mission::before {
  top: 100px;
}

/***************************************************************************

Service

***************************************************************************/
ul.top-service-col-item li .col-item-fig {
}
ul.top-service-col-item li .col-item-txt {
  padding-right: 60px;
}
.service-number {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 125px;
  font-weight: normal;
  color: #e6e7e8;
  line-height: 0;
  margin-top: 0;
}
.service-lead {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  background: #5f84a2;
  padding: 0 10px;
  margin-bottom: 20px;
  margin-top: 80px;
}
.top-service-item {
  text-align: center;
  margin-top: 120px;
}
.top-service-item .service-number {
  line-height: 1;
}
.top-service-item .service-number ..section-index-lv03 {
  margin-top: 30px;
}
.top-service-item .col-item-txt {
  text-align: center;
}
.top-service-protein {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-service-protein .top-service-protein-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.top-service-protein .top-service-protein-item:first-of-type {
  padding-right: 20px;
}
.top-service-protein .top-service-protein-item:last-of-type {
  padding-left: 20px;
}
.top-service-protein .top-service-protein-item:first-of-type,
.top-service-protein .top-service-protein-item:nth-of-type(2) {
  margin-bottom: 15px;
}
.top-service-protein .top-service-protein-item--logo {
  max-width: 150px;
  max-height: 70px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  display: flex;
}
.top-service-protein .top-service-protein-item--logo img {
  max-height: 100%;
}
.top-service-protein .top-service-protein-item p {
  text-align: center;
  margin-top: auto;
}
.top-service-item .buttonArea .button {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  ul.top-service-col-item li .col-item-fig {
    margin-top: 60px;
    margin-top: 16vw;
  }
  ul.top-service-col-item li .col-item-txt {
    padding-right: 0;
    text-align: center;
  }
  ul.top-service-col-item li .col-item-txt .service-txt {
    text-align: left;
  }
  .service-number {
    font-size: 84rem;
    font-size: 22.4vw;
  }
  .service-lead {
    margin-top: 0;
    font-size: 1.4rem;
    font-size: 3.733vw;
  }
  ..top-service-item .buttonArea {
    margin-top: 25px;
    margin-top: 6.6667vw;
  }
  ..top-service-item .buttonArea .button {
    width: 90%;
  }
  .top-service-item {
    margin-top: 60px;
    margin-top: 16vw;
  }
  .top-service-protein {
    display: block;
    margin-top: 0;
  }
  .top-service-protein .top-service-protein-item {
    width: 100%;
    margin-top: 40px;
    margin-top: 10.667vw;
  }
  .top-service-protein .top-service-protein-item:first-of-type,
  .top-service-protein .top-service-protein-item:last-of-type {
    padding: 0;
  }
}

/***************************************************************************

Animation

***************************************************************************/

/*** MV **********************************************/
.mv .mv-copy-area .mv-copy h1.mv-copy-main.js-effect,
.mv .mv-copy-area .mv-copy .mv-copy-lead.js-effect,
.mv .mv-visual-area .mv-visual.js-effect {
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
.mv .mv-copy-area .mv-copy h1.mv-copy-main.js-effect {
  transition-delay: 0.6s;
}
.mv .mv-copy-area .mv-copy .mv-copy-lead.js-effect {
  transition-delay: 0.9s;
}

.mv .mv-copy-area .mv-copy h1.mv-copy-main.js-effect.-on,
.mv .mv-copy-area .mv-copy .mv-copy-lead.js-effect.-on,
.mv .mv-visual-area .mv-visual.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*** MISSION **********************************************/
.mission-lead.js-effect {
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
.mission-lead.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*** SERVICE **********************************************/
ul.top-service-col-item li .col-item-fig.js-effect {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
}
ul.top-service-col-item li .col-item-fig.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top-service-protein .top-service-protein-item.js-effect {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
}
.top-service-protein .top-service-protein-item:last-of-type.js-effect {
  transition-delay: 0.2s;
}
.top-service-protein .top-service-protein-item.js-effect.-on {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

ul.top-service-col-item li .col-item-txt.js-effect {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
}
ul.top-service-col-item li .col-item-txt.js-effect .service-lead,
ul.top-service-col-item li .col-item-txt.js-effect .section-index-lv03,
ul.top-service-col-item li .col-item-txt.js-effect .service-txt {
  transition-delay: 0.4s;
}
ul.top-service-col-item li .col-item-txt.js-effect .buttonArea {
  transition-delay: 0.6s;
}
ul.top-service-col-item li .col-item-txt.js-effect.-on,
ul.top-service-col-item li .col-item-txt.js-effect.-on .section-index-lv03,
ul.top-service-col-item li .col-item-txt.js-effect.-on .service-txt,
ul.top-service-col-item li .col-item-txt.js-effect.-on .buttonArea {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*================================================================
# 新しいコード
================================================================ */

/*-- ============= p-hero ============= --*/

.p-hero {
  padding-block: 30px 100px;
  margin-top: 100px;
}

.p-hero__container {
  display: grid;
  grid-template-columns:
    calc((100dvw - 1920px) / 2)
    705px
    1fr
    calc((100dvw - 1920px) / 2);
  align-items: center;
  padding-inline: 90px 30px;
}

.p-hero__copy {
  position: relative;
  z-index: 5;
  grid-column: 1 / span 2;
  grid-row: 1;
  max-width: 650px;
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.8s;
}

.p-hero__copy.is-fadeUp {
  opacity: 1;
  transform: translateY(0);
}

.p-hero__copy-img {
  position: relative;
  z-index: 5;
  max-width: 100%;
  vertical-align: bottom;
}

.p-hero__copy-img_sp {
  display: none;
}

.p-hero__image {
  display: flex;
  column-gap: 20px;
  column-gap: 1.84%;
  grid-column: 2 / span 2;
  grid-row: 1;
  width: 60.4446%;
  margin-left: auto;
}

.p-hero__image img {
  width: 23.622%;
  max-width: 100%;
  vertical-align: bottom;
}

.p-hero__img_first,
.p-hero__img_third {
  opacity: 0;
  transform: translateY(140px);
  transition: all 0.8s;
}

.p-hero__img_first.is-fadeUp,
.p-hero__img_third.is-fadeUp {
  opacity: 1;
  transform: translateY(70px);
}

.p-hero__img_second,
.p-hero__img_fourth {
  opacity: 0;
  transform: translateY(-70px);
  transition: all 0.5s;
}

.p-hero__img_second.is-fadeUp,
.p-hero__img_fourth.is-fadeUp {
  opacity: 1;
  transform: translateY(0);
}

/* sp */
@media screen and (max-width: 959px) {
  .p-hero {
    padding-block: 30px 100px;
    margin-top: 75px;
  }

  .p-hero__container {
    grid-template-columns: 1fr;
    align-items: center;
    padding-inline: 30px;
  }

  .p-hero__copy {
    grid-column: 1;
    width: 80%;
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 75px;
    transform: translateY(50px);
    transition: all 0.8s;
  }

  .p-hero__copy-img_pc {
    display: none;
  }

  .p-hero__copy-img_sp {
    display: block;
  }

  .p-hero__image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .p-hero__image img {
    width: 100%;
  }

  .p-hero__img_first {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s;
  }

  .p-hero__img_first.is-fadeUp {
    opacity: 1;
    transform: translateY(0);
  }

  .p-hero__img_second {
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.8s;
  }

  .p-hero__img_second.is-fadeUp {
    opacity: 1;
    transform: translateY(55px);
  }

  .p-hero__img_third {
    display: none;
  }

  .p-hero__img_fourth {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s;
  }

  .p-hero__img_fourth.is-fadeUp {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-- ============= MISSION ============= --*/

.section-common.section-medication.section-top-mission {
  margin-top: 0;
}

.section-top-mission .mission-lead {
  font-size: 2rem;
}

/* sp */
@media screen and (max-width: 959px) {
  .section-top-mission .mission-lead {
    font-size: 3.3vw;
  }
}

/*-- ============= OUR BRAND ============= --*/

.section-top-brand .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0;
  max-width: 90%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.section-top-brand .container .contents{
  padding: 0 5vw;
}

.section-top-brand .image {
  display: block;
  margin-bottom: 10px;
}

.section-top-brand .image img {
  width: 100%;
  vertical-align: bottom;
}

.section-top-brand .description a {
  display: flex;
  align-items: center;
}

.section-top-brand .description h3 {
  margin-right: 15px;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #464c50;
}

.section-top-brand .description p {
  margin-top: 0;
}

.section-top-brand .description span {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #9aa3a8;
}

/* sp */
@media screen and (max-width: 959px) {
  .section-top-brand .container .contents{
    padding: 0;
  }

  .section-top-brand .mission-lead {
    text-align: left;
  }

  .section-top-brand .container {
    grid-template-columns: 1fr;
    gap: 63px 0;
    margin-top: 45px;
  }

  .section-top-brand .description h3 {
    margin-right: 12px;
    font-size: 6.935vw;
  }

  .section-top-brand .description span {
    font-size: 3.2vw;
  }
}

/*-- ============= SERVICE ============= --*/

.section-top-service .service-txt {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}

.section-top-service .top-service-col-item li {
  margin-top: 80px;
}

/* sp */
@media screen and (max-width: 959px) {
  .section-top-service .col-item-fig img {
    width: 100%;
  }

  .section-top-service .top-service-col-item li {
    margin-top: 25vw;
  }
}
