html {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #383838;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.js-under {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  transition: opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
}

.is-underShow {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.js-under2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  transition: opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, opacity 1s cubic-bezier(0, 0.44, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0.44, 0.25, 1) 0s;
}

.is-underShow2 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.btn-hover:hover {
  opacity: 0.5;
}

.list {
  padding-top: 77px;
  max-width: none;
}
.list > ul {
  padding: 20px 35px;
}

.mv {
  margin: 0 auto;
  padding: 90px 0 125px 0;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 31.9010416667vw;
    max-width: 680px;
    width: 88.5416666667vw;
  }
}
.mv h1 img {
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .mv h1 img {
    width: 63.8020833333vw;
  }
}
.mv__txt {
  margin-top: 165px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .mv__txt {
    margin-top: 22.7864583333vw;
    letter-spacing: 0.2rem;
  }
}
.mv__txt h2 {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__txt h2 {
    font-size: 4rem;
  }
}
.mv__txt h2::after {
  content: "";
  width: 445px;
  height: 1px;
  border-top: 1px solid #383838;
  position: absolute;
  bottom: -65%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .mv__txt h2::after {
    width: 70.3125vw;
    bottom: -55%;
  }
}
.mv__txt p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 33px;
}
@media screen and (max-width: 768px) {
  .mv__txt p {
    margin-top: 5.2083333333vw;
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}
.mv__subTxt {
  margin-top: 80px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .mv__subTxt {
    margin-top: 10.4166666667vw;
    letter-spacing: 0.2rem;
  }
}
.mv__subTxt h3 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .mv__subTxt h3 {
    font-size: 3.6rem;
  }
}
.mv__subTxt p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .mv__subTxt p {
    margin-top: 2.6041666667vw;
    font-size: 2.2rem;
    line-height: 3.9rem;
  }
}

.scene__box {
  margin: 0 auto;
  padding: 60px 80px;
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6e6;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .scene__box {
    padding-top: 6.5104166667vw;
    padding-left: 0;
    padding-bottom: 7.8125vw;
    padding-right: 0;
    max-width: 88.5416666667vw;
    width: 88.5416666667vw;
    display: block;
    text-align: center;
    letter-spacing: 0.2rem;
  }
}
.scene__box:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .scene__box:not(:first-of-type) {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .scene__box figure {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .scene__box figure img {
    margin: 0 auto;
    width: 39.0625vw;
  }
}
.scene__inner {
  width: 474px;
}
@media screen and (max-width: 768px) {
  .scene__inner {
    margin: 0 auto;
    width: 80vw;
  }
}
.scene__inner h3 {
  font-size: 30px;
  line-height: 43px;
}
.scene__inner h3 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .scene__inner h3 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .scene__inner h3 {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
}
.scene__inner p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 31px;
}
@media screen and (max-width: 768px) {
  .scene__inner p {
    margin-top: 1.3020833333vw;
    font-size: 2.2rem;
    line-height: 3.9rem;
  }
}

.versatility {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .versatility {
    margin-top: 15.625vw;
  }
}
.versatility__txt {
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .versatility__txt {
    letter-spacing: 0.2rem;
  }
}
.versatility__txt h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .versatility__txt h2 {
    font-size: 4.4rem;
  }
}
.versatility__txt p:nth-of-type(1) {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .versatility__txt p:nth-of-type(1) {
    font-size: 3rem;
  }
}
.versatility__txt p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 31px;
}
@media screen and (max-width: 768px) {
  .versatility__txt p {
    margin-top: 3.90625vw;
    font-size: 2.2rem;
    line-height: 3.9rem;
  }
}
.versatility__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .versatility__inner {
    max-width: 680px;
    width: 88.5416666667vw;
  }
}
.versatility__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(204, 0, 119, 0.47);
  position: absolute;
  top: 0;
  left: 0;
}
.versatility__box00 {
  margin: 45px auto 0 auto;
  padding: 105px 0 75px 0;
  text-align: center;
  font-size: 28px;
  line-height: 57px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .versatility__box00 {
    margin-top: 3.2552083333vw;
    padding-top: 5.859375vw;
    padding-bottom: 15.625vw;
    font-size: 2.8rem;
    line-height: 5.7rem;
  }
}
.versatility__box00 p:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .versatility__box00 p:not(:first-of-type) {
    margin-top: 9.1145833333vw;
  }
}
.versatility__box01 {
  margin: 30px auto 0;
  padding: 155px 0 145px;
  max-width: 765px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .versatility__box01 {
    margin-top: 5.2083333333vw;
    padding-top: 19.53125vw;
    padding-bottom: 18.8802083333vw;
    max-width: initial;
    width: 100%;
  }
}
.versatility__box01 h4 {
  padding-bottom: 40px;
  font-size: 38px;
  line-height: 30px;
}
.versatility__box01 h4 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .versatility__box01 h4 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .versatility__box01 h4 {
    padding-bottom: 5.2083333333vw;
    font-size: 3.8rem;
    line-height: 3rem;
  }
}
.versatility__box01 p {
  font-size: 28px;
}
.versatility__box01 p span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .versatility__box01 p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .versatility__box01 p {
    font-size: 2.8rem;
  }
}
.versatility__box01 figure {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .versatility__box01 figure {
    left: -6.5%;
  }
}
.versatility__box01 figure img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .versatility__box01 figure img:nth-child(2) {
    width: 19.53125vw;
  }
}
.versatility__box02 {
  margin: 30px auto 0 auto;
  padding: 155px 0 145px;
  max-width: 765px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .versatility__box02 {
    margin-top: 5.2083333333vw;
    padding-top: 19.53125vw;
    padding-bottom: 18.8802083333vw;
    max-width: initial;
    width: 100%;
  }
}
.versatility__box02 h4 {
  padding-bottom: 40px;
  font-size: 38px;
  line-height: 30px;
}
.versatility__box02 h4 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .versatility__box02 h4 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .versatility__box02 h4 {
    padding-bottom: 5.2083333333vw;
    font-size: 3.8rem;
    line-height: 3rem;
  }
}
.versatility__box02 p {
  font-size: 28px;
}
.versatility__box02 p span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .versatility__box02 p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .versatility__box02 p {
    font-size: 2.8rem;
  }
}
.versatility__box02 figure {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.versatility__box02 figure img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .versatility__box02 figure {
    right: -6.5%;
  }
}
.versatility__box03 {
  padding: 90px 0;
  text-align: center;
  font-size: 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .versatility__box03 {
    padding-top: 10.4166666667vw;
    padding-bottom: 13.0208333333vw;
    font-size: 3.8rem;
  }
}

.production {
  margin: 115px 0;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .production {
    margin: 0;
    padding-top: 13.0208333333vw;
    padding-bottom: 13.0208333333vw;
    letter-spacing: 0.2rem;
  }
}
.production h3 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .production h3 {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
}
.production__inner {
  margin: 45px auto 0;
  padding: 30px 30px 70px;
  max-width: 1000px;
  width: 100%;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .production__inner {
    margin-top: 6.5104166667vw;
    padding-top: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    padding-bottom: 7.8125vw;
    padding-left: 2.6041666667vw;
    max-width: 680px;
    width: 88.5416666667vw;
  }
}
.production__inner p {
  margin-top: 25px;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .production__inner p {
    margin-top: 3.90625vw;
    font-size: 2.2rem;
    line-height: 3.9rem;
  }
}
.production__flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .production__flex {
    margin-top: 2.6041666667vw;
  }
}
.production__flexInner figure:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .production__flexInner figure:nth-of-type(2) {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .production__img01 {
    width: 44.0104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .production__img02 {
    width: 36.5885416667vw;
  }
}

.packaging {
  padding: 120px 0;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .packaging {
    padding-top: 12.3697916667vw;
    padding-bottom: 13.0208333333vw;
    font-size: 2.2rem;
    line-height: 3.9rem;
    letter-spacing: 0.2rem;
  }
}
.packaging h2 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .packaging h2 {
    font-size: 3.6rem;
  }
}
.packaging ul {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .packaging ul {
    margin-top: 10.4166666667vw;
  }
}
.packaging li:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .packaging li:not(:first-of-type) {
    margin-top: 9.1145833333vw;
  }
}
.packaging figure img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .packaging figure img {
    width: 39.0625vw;
  }
}
.packaging p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .packaging p {
    margin-top: 3.90625vw;
  }
}
.packaging__scenes {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .packaging__scenes {
    margin-top: 13.0208333333vw;
  }
}
.packaging__scenes figure:first-of-type {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .packaging__scenes figure:first-of-type {
    margin-top: 3.90625vw;
  }
}
.packaging__scenes figure:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .packaging__scenes figure:not(:first-of-type) {
    margin-top: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .packaging__scenes figure img {
    width: 88.5416666667vw;
  }
}

.brandImage {
  margin: 120px 0 130px;
}
@media screen and (max-width: 768px) {
  .brandImage {
    margin-top: 13.0208333333vw;
    margin-bottom: 14.3229166667vw;
  }
}
.brandImage figure img {
  margin: 0 auto;
}

.imagination {
  padding: 75px 0;
  background-color: rgba(0, 0, 0, 0.78);
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .imagination {
    padding-top: 9.765625vw;
    padding-bottom: 9.765625vw;
    letter-spacing: 0.2rem;
  }
}
.imagination h2 {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagination h2 {
    font-size: 4rem;
  }
}
.imagination h2::after {
  content: "";
  width: 445px;
  height: 1px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  bottom: -75%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .imagination h2::after {
    width: 70.3125vw;
    bottom: -65%;
  }
}
.imagination p {
  margin-top: 50px;
  font-size: 20px;
  line-height: 33px;
}
@media screen and (max-width: 768px) {
  .imagination p {
    margin-top: 7.8125vw;
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}

.click {
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .click {
    margin-top: 14.9739583333vw;
    margin-bottom: 14.9739583333vw;
  }
}
.click a {
  margin: 0 auto;
  padding: 55px 0;
  display: block;
  width: 680px;
  background-color: #e6e6e6;
  text-align: center;
  font-size: 32px;
  line-height: 49px;
}
@media screen and (max-width: 768px) {
  .click a {
    padding-top: 7.1614583333vw;
    padding-bottom: 7.1614583333vw;
    width: 88.5416666667vw;
    font-size: 4rem;
    line-height: 5.4rem;
  }
}