@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@500;600&display=swap");
body {
  color: #666464;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  body {
    font-size: min(1.935483871vw, 24px);
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: min(4vw, 30px);
  }
}

.wrapper {
  opacity: 0;
  visibility: hidden;
}
.wrapper.is-shown {
  opacity: 1;
  visibility: visible;
}

a {
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.common__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .common__inner {
    padding: 0 min(1.6129032258vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  .common__inner {
    padding: 0 min(6.6666666667vw, 50px);
  }
}
.common__inner-1240 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .common__inner-1240 {
    padding: 0 min(1.6129032258vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  .common__inner-1240 {
    padding: 0 min(6.6666666667vw, 50px);
  }
}
.common__annotation {
  font-size: 14px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .common__annotation {
    font-size: min(1.1290322581vw, 14px);
  }
}
@media screen and (max-width: 750px) {
  .common__annotation {
    font-size: min(2.4vw, 18px);
  }
}
.common__asterisk {
  position: relative;
  top: -8px;
  font-size: 14px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .common__asterisk {
    top: max(-0.6451612903vw, -8px);
    font-size: min(1.1290322581vw, 14px);
  }
}
@media screen and (max-width: 750px) {
  .common__asterisk {
    top: max(-1.3333333333vw, -10px);
    font-size: min(2.4vw, 18px);
  }
}
.common__asterisk-small {
  font-size: 12px;
  top: -6px;
}
@media screen and (max-width: 750px) {
  .common__asterisk-small {
    top: max(-1.0666666667vw, -8px);
    font-size: min(2.1333333333vw, 16px);
  }
}

.ttl-bar {
  padding-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .ttl-bar {
    padding-bottom: 2.9032258065vw;
  }
}
@media screen and (max-width: 750px) {
  .ttl-bar {
    padding-bottom: 4.8vw;
  }
}
.promise .ttl-bar {
  padding-bottom: 25px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise .ttl-bar {
    padding-bottom: 2.0161290323vw;
  }
}
.ttl-bar::after {
  content: "";
  width: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #d2aeae;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ttl-bar.extended::after {
  animation-name: extendedPc;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .ttl-bar.extended::after {
    animation-name: extendedMd;
  }
}
@media screen and (max-width: 750px) {
  .ttl-bar.extended::after {
    animation-name: extendedSp;
  }
}
@keyframes extendedPc {
  0% {
    width: 0;
  }
  100% {
    width: 115px;
  }
}
@keyframes extendedMd {
  0% {
    width: 0;
  }
  100% {
    width: 9.2741935484vw;
  }
}
@keyframes extendedSp {
  0% {
    width: 0;
  }
  100% {
    width: 15.3333333333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.anchor {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
}
.anchor__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.anchor__txt {
  position: relative;
}
.anchor a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
  margin-right: 1px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .anchor a {
    height: 7.5vw;
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 750px) {
  .anchor a {
    height: 12.4vw;
    font-size: min(2.9333333333vw, 22px);
  }
}
.anchor a:last-child {
  margin-right: 0;
}
.anchor a:last-child::after {
  display: none;
}
.anchor .current {
  background-color: rgba(238, 185, 175, 0.85);
}

.mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 62.6041666667vw;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .mv {
    height: 62.5806451613vw;
  }
}
@media screen and (max-width: 750px) {
  .mv {
    height: 158.8vw;
  }
}
.mv__inner {
  position: relative;
}
.mv__img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: 62.6041666667vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .mv__img {
    height: 158.8vw;
  }
}
.mv__img img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.mv__lyt, .mv__txt, .mv__link {
  position: absolute;
  z-index: 2;
}
.mv__lyt {
  font-size: 24px;
  top: 4.1145833333vw;
  left: 13.5416666667vw;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .mv__lyt {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .mv__lyt {
    font-size: inherit;
    top: 6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mv__logo {
  width: 7.3vw;
  margin: 0 0 0.4vw;
}
@media screen and (max-width: 750px) {
  .mv__logo {
    width: 24.3066666667vw;
    margin: 0 auto 6.2vw;
  }
}
.mv__ttl {
  width: 16.1vw;
}
@media screen and (max-width: 750px) {
  .mv__ttl {
    width: 41.1066666667vw;
    margin: 0 auto;
  }
}
.mv__txt {
  width: 9.7395833333vw;
  top: 42.8125vw;
  left: 23.8020833333vw;
}
@media screen and (max-width: 750px) {
  .mv__txt {
    width: 26vw;
    top: 91.6vw;
    left: 2.9333333333vw;
  }
}
.mv__link {
  top: 4.6875vw;
  right: 12.5vw;
  border-bottom: 1px solid #666464;
  font-size: 1vw;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .mv__link {
    display: none;
  }
}

.mv,
.catch,
.lineup,
.video,
.intro,
.science,
.promise {
  position: relative;
  background: #fef3ee;
}

.catch {
  z-index: 1;
  padding: 103px 0 115px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch {
    padding: min(8.3064516129vw, 103px) 0 min(9.2741935484vw, 115px);
  }
}
@media screen and (max-width: 750px) {
  .catch {
    padding: min(13.2vw, 99px) 0 min(40vw, 300px);
  }
}
.catch__ttl {
  margin: 0 0 30px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__ttl {
    margin: 0 0 min(2.4193548387vw, 30px);
  }
}
@media screen and (max-width: 750px) {
  .catch__ttl {
    margin: 0 0 min(3.8666666667vw, 29px);
  }
}
.catch__ttl-main {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__ttl-main {
    font-size: min(3.2258064516vw, 40px);
  }
}
@media screen and (max-width: 750px) {
  .catch__ttl-main {
    font-size: min(6.6666666667vw, 50px);
  }
}
.catch__ttl-tile {
  display: block;
  width: 134px;
  padding: 0 5px;
  margin: 0 0 10px;
  font-weight: 700;
  border: 2px solid #666464;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__ttl-tile {
    width: min(8.7096774194vw, 107px);
    padding: 0 min(0.4032258065vw, 5px);
    margin: 0 0 min(0.6451612903vw, 8px);
    border: min(0.1612903226vw, 2px) solid #666464;
  }
}
@media screen and (max-width: 750px) {
  .catch__ttl-tile {
    width: min(17.8666666667vw, 134px);
    padding: 0 min(0.6666666667vw, 5px);
    margin: 0 0 min(1.6vw, 12px);
    border: min(0.2666666667vw, 2px) solid #666464;
  }
}
.catch__lyt {
  margin: 0 0 64px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__lyt {
    margin: 0 0 min(5.1612903226vw, 64px);
  }
}
@media screen and (max-width: 750px) {
  .catch__lyt {
    margin: 0 0 min(19.4666666667vw, 146px);
  }
}
.catch__txt-01 {
  margin: 0 0 9px;
  line-height: 2.1;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__txt-01 {
    margin: 0 0 min(0.7258064516vw, 9px);
  }
}
@media screen and (max-width: 750px) {
  .catch__txt-01 {
    font-size: 3.8666666667vw;
    margin: 0 -5vw min(1.4666666667vw, 11px) 0;
    letter-spacing: -0.02em;
  }
}
.catch__txt-02, .catch__txt-03 {
  line-height: 2.05;
}
@media screen and (max-width: 750px) {
  .catch__txt-02, .catch__txt-03 {
    line-height: 2.1;
  }
}
.catch__txt-03 {
  margin-top: 45px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__txt-03 {
    margin-top: 3.6290322581vw;
  }
}
@media screen and (max-width: 750px) {
  .catch__txt-03 {
    margin-top: 6vw;
  }
}
.catch__img-container {
  height: 740px;
  padding-top: 42px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__img-container {
    height: 59.6774193548vw;
    padding-top: 3.3870967742vw;
  }
}
@media screen and (max-width: 750px) {
  .catch__img-container {
    height: 98.6666666667vw;
    margin-right: -6.6666666667vw;
    padding-top: 0;
  }
}
.catch__img-outer {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .catch__img-outer {
    width: 77.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  .catch__img-outer {
    width: 86.6666666667%;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .catch__img {
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .catch__txt-container {
    position: absolute;
    bottom: 13.3333333333vw;
  }
}
.catch .js_layer {
  position: relative;
  overflow: hidden;
}
.catch .js_layer::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fef3ee;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}
.catch .js_layer.active::after {
  transform: translateX(-100%);
}

.video {
  padding: 67px 0 140px;
  z-index: 1;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .video {
    padding: 5.4032258065vw 0 11.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  .video {
    padding: 0;
    padding-bottom: 21.3333333333vw;
  }
}
.video__inner {
  width: 1008px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .video__inner {
    width: 81.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  .video__inner {
    width: auto;
  }
}
.video__youtube {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.about {
  padding: 0 0 105px;
  background: #fef3ee;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about {
    padding: 0 0 min(4.5614035088vw, 105px);
  }
}
@media screen and (max-width: 750px) {
  .about {
    padding: 0 0 min(13.4666666667vw, 101px);
  }
}
.about__img {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/about_img_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .about__img {
    background: url("../images/about_img_sp.jpg") no-repeat center/cover;
  }
}
.about__img-container {
  position: relative;
  margin: 0 0 -288px;
  width: 100%;
  height: 48.3vw;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about__img-container {
    margin: 0 0 max(-23.2258064516vw, -288px);
  }
}
@media screen and (max-width: 750px) {
  .about__img-container {
    margin: 0 0 max(-15.3333333333vw, -115px);
    height: 104.1066666667vw;
  }
}
.about__lyt {
  font-size: 24px;
  position: relative;
  z-index: 2;
  padding: 82px 0 100px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about__lyt {
    font-size: 1.935483871vw;
    padding: min(7.1929824561vw, 82px) 0 min(8.7719298246vw, 100px);
  }
}
@media screen and (max-width: 750px) {
  .about__lyt {
    font-size: inherit;
    padding: min(10.8vw, 81px) 0 min(12.9333333333vw, 97px);
  }
}
.about__ttl {
  position: relative;
  left: -5px;
  margin: 0 0 21px;
  font-weight: 500;
  line-height: 2.83;
  text-align: center;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about__ttl {
    left: max(-0.4385964912vw, -5px);
    margin: 0 0 min(1.8421052632vw, 21px);
  }
}
@media screen and (max-width: 750px) {
  .about__ttl {
    left: 0;
    margin: 0 0 min(7.2vw, 54px);
    line-height: 2.1;
  }
}
.about__ttl-lyt {
  display: block;
}
@media screen and (max-width: 750px) {
  .about__ttl-lyt {
    margin: 0 0 min(1.4666666667vw, 11px);
  }
}
.about__txt-01, .about__txt-02 {
  text-align: center;
}
.about__txt-01 {
  line-height: 3.6;
}
@media screen and (max-width: 750px) {
  .about__txt-01 {
    margin: 0 0 min(6vw, 45px);
    line-height: 2.1;
  }
}
.about__txt-01:last-of-type {
  margin-bottom: 0;
}
.about__txt-01-container {
  margin: 0 0 24px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about__txt-01-container {
    margin: 0 0 min(2.1052631579vw, 24px);
  }
}
@media screen and (max-width: 750px) {
  .about__txt-01-container {
    position: relative;
    left: min(0.6666666667vw, 5px);
    margin: 0 0 min(6.5333333333vw, 49px);
  }
}
.about__txt-02 {
  position: relative;
  left: 15px;
  margin: 0 0 26px;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about__txt-02 {
    left: min(0.7894736842vw, 9px);
    margin: 0 0 min(2.2807017544vw, 26px);
    font-size: min(3.3333333333vw, 38px);
  }
}
@media screen and (max-width: 750px) {
  .about__txt-02 {
    left: min(3.3333333333vw, 25px);
    margin: 0 0 min(5.0666666667vw, 38px);
    font-size: min(6.1333333333vw, 46px);
  }
}
.about__txt-02-lyt {
  display: block;
}
@media screen and (max-width: 750px) {
  .about__txt-02-lyt {
    position: relative;
    left: max(-3.4666666667vw, -26px);
    letter-spacing: -0.03em;
  }
}
.about .common__annotation {
  position: relative;
  right: 326px;
  text-align: right;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .about .common__annotation {
    right: min(28.5964912281vw, 326px);
  }
}
@media screen and (max-width: 750px) {
  .about .common__annotation {
    right: min(4.8vw, 36px);
  }
}

.intro__content01 {
  background-image: url(../images/intro_content01_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 612px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .intro__content01 {
    height: 49.3548387097vw;
  }
}
@media screen and (max-width: 750px) {
  .intro__content01 {
    background-image: url(../images/intro_content01_bg_sp.jpg);
    background-size: cover;
    height: 127.3333333333vw;
    padding-top: 84.4vw;
  }
}
.intro__content01-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 2.25;
  letter-spacing: 0;
  position: absolute;
  top: 16%;
  left: 51%;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .intro__content01-txt {
    font-size: 2.5806451613vw;
  }
}
@media screen and (max-width: 750px) {
  .intro__content01-txt {
    font-size: min(4.8vw, 36px);
    line-height: inherit;
    text-align: center;
    position: initial;
  }
}
.intro__content02 {
  background-image: url(../images/intro_content02_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 673px;
  padding-top: 209px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .intro__content02 {
    height: 54.2741935484vw;
    padding-top: 16.8548387097vw;
  }
}
@media screen and (max-width: 750px) {
  .intro__content02 {
    background-image: url(../images/intro_content02_bg_sp.jpg);
    background-size: cover;
    height: unset;
    padding: 22.9333333333vw 6.6666666667vw 28.5333333333vw;
  }
}
.intro__content02-txt-container {
  max-width: fit-content;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .intro__content02-txt-container {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .intro__content02-txt-container {
    font-size: 3.7333333333vw;
  }
}
.intro__content02-txt {
  color: #fff;
  line-height: 2.625;
}
@media screen and (max-width: 750px) {
  .intro__content02-txt {
    line-height: 2.25;
  }
}

.intro__content02-txt + .intro__content02-txt {
  margin-top: 61px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .intro__content02-txt + .intro__content02-txt {
    margin-top: 4.9193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .intro__content02-txt + .intro__content02-txt {
    margin-top: 8.4vw;
  }
}

.science {
  padding-top: 92px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science {
    padding-top: 7.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .science {
    padding-top: 20vw;
  }
}
.science__content-01-ttl {
  width: 186px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-01-ttl {
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-01-ttl {
    width: 30.6666666667vw;
  }
}
.science__content-01-lead-01, .science__content-01-lead-02, .science__content-01-lead-03 {
  text-align: center;
}
.science__content-01-lead-01 {
  font-size: 22px;
  line-height: 2.1;
  margin-top: 60px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-01-lead-01 {
    font-size: 1.7741935484vw;
    margin-top: 4.8387096774vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-01-lead-01 {
    font-size: min(4vw, 30px);
    line-height: 1.9;
    margin: 0 -2.6666666667vw;
    margin-top: 9.0666666667vw;
  }
}
.science__content-01-lead-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 500;
  margin-top: 17px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-01-lead-02 {
    font-size: 2.3387096774vw;
    margin-top: 1.3709677419vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-01-lead-02 {
    font-size: min(4.6666666667vw, 35px);
    margin-top: min(5.6vw, 42px);
  }
}
.science__content-01-lead-03 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 23px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-01-lead-03 {
    font-size: 1.7741935484vw;
    margin-top: 1.8548387097vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-01-lead-03 {
    font-size: min(3.7333333333vw, 28px);
    margin-top: 2.6666666667vw;
  }
}
.science__content-01-annotation {
  width: 1035px;
  margin-top: 21px;
  margin-left: 29px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-01-annotation {
    width: 83.4677419355vw;
    margin-top: 1.6935483871vw;
    margin-left: 2.3387096774vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-01-annotation {
    width: auto;
    margin-top: 1.7333333333vw;
    margin-left: 0;
    line-height: 1.65;
  }
}
.science__flow {
  display: flex;
  width: 1035px;
  margin-top: 61px;
  margin-left: 27px;
  background-color: #fff;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__flow {
    width: 83.4677419355vw;
    margin: 0 auto;
    margin-top: 4.9193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .science__flow {
    display: block;
    width: auto;
    margin-top: 10.6666666667vw;
    margin-left: 0;
  }
}
.science__flow-heading {
  flex-shrink: 0;
  width: 522px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__flow-heading {
    width: 42.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  .science__flow-heading {
    width: auto;
  }
}
.science__flow-txt-container {
  padding: 41px 0 0 32px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__flow-txt-container {
    padding: 3.3064516129vw 0 0 2.5806451613vw;
  }
}
@media screen and (max-width: 750px) {
  .science__flow-txt-container {
    padding: 5.2vw 4vw 10.1333333333vw;
  }
}
.science__flow-txt-01 {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .science__flow-txt-01 {
    font-size: min(4.8vw, 36px);
    line-height: 1.75;
  }
}
.science__flow-txt-02 {
  display: inline-block;
  font-size: 22px;
  margin-top: 15px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__flow-txt-02 {
    font-size: 1.7741935484vw;
    margin-top: 1.2096774194vw;
  }
}
@media screen and (max-width: 750px) {
  .science__flow-txt-02 {
    font-size: min(3.7333333333vw, 28px);
    margin-top: 2.4vw;
  }
}
.science__build {
  display: flex;
  width: 1035px;
  margin-top: 48px;
  margin-left: 27px;
  background-color: #fff;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__build {
    width: 83.4677419355vw;
    margin: 0 auto;
    margin-top: 3.8709677419vw;
  }
}
@media screen and (max-width: 750px) {
  .science__build {
    display: block;
    width: auto;
    margin-top: 7.4666666667vw;
    margin-left: 0;
  }
}
.science__build-heading {
  flex-shrink: 0;
  width: 522px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__build-heading {
    width: 42.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  .science__build-heading {
    width: auto;
  }
}
.science__build-txt-container {
  padding: 49px 0 0 35px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__build-txt-container {
    padding: 3.9516129032vw 0 0 2.8225806452vw;
  }
}
@media screen and (max-width: 750px) {
  .science__build-txt-container {
    padding: 6.1333333333vw 4vw 8.5333333333vw;
  }
}
.science__build-txt-01 {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .science__build-txt-01 {
    font-size: min(4.8vw, 36px);
    line-height: 1.75;
  }
}
.science__build-txt-02 {
  display: inline-block;
  font-size: 22px;
  margin-top: 12px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__build-txt-02 {
    font-size: 1.7741935484vw;
    margin-top: 0.9677419355vw;
  }
}
@media screen and (max-width: 750px) {
  .science__build-txt-02 {
    font-size: min(3.7333333333vw, 28px);
    margin-top: 2.9333333333vw;
  }
}
.science__content-02 {
  margin-top: 101px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-02 {
    margin-top: 8.1451612903vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-02 {
    margin-top: 17.6vw;
  }
}
.science__content-02-ttl {
  width: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-02-ttl {
    width: 15.4838709677vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-02-ttl {
    width: 31.8666666667vw;
    margin: 0 auto;
  }
}
.science__content-02-annotation {
  display: inline-block;
  margin-top: 14px;
  margin-left: 29px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__content-02-annotation {
    margin-top: 1.1290322581vw;
    margin-left: 2.3387096774vw;
  }
}
@media screen and (max-width: 750px) {
  .science__content-02-annotation {
    margin-top: 5.0666666667vw;
    margin-left: 0;
  }
}
.science__ceramidial {
  display: flex;
  width: 1035px;
  margin-top: 62px;
  margin-left: 27px;
  background-color: #fff;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__ceramidial {
    width: 83.4677419355vw;
    margin: 0 auto;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .science__ceramidial {
    display: block;
    width: auto;
    margin-top: 10.2666666667vw;
    margin-left: 0;
  }
}
.science__ceramidial-heading {
  flex-shrink: 0;
  width: 522px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__ceramidial-heading {
    width: 42.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  .science__ceramidial-heading {
    width: auto;
  }
}
.science__ceramidial-txt-container {
  padding: 197px 0 0 35px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__ceramidial-txt-container {
    padding: 15.8870967742vw 0 0 2.8225806452vw;
  }
}
@media screen and (max-width: 750px) {
  .science__ceramidial-txt-container {
    padding: 0;
  }
}
.science__ceramidial-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science__ceramidial-txt {
    font-size: 2.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  .science__ceramidial-txt {
    font-size: min(4.8vw, 36px);
    line-height: 1.75;
    margin: 0 -2vw 0 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .science__ceramidial-txt-container {
    padding: 5.2vw 4vw 8vw;
  }
}
.science .aroma {
  margin-top: 115px;
  padding: 0 70px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma {
    margin-top: 9.2741935484vw;
    padding: 0 min(5.6451612903vw, 70px);
  }
}
@media screen and (max-width: 750px) {
  .science .aroma {
    margin-top: 17.6vw;
    padding: 0;
  }
}
.science .aroma__ttl {
  width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma__ttl {
    width: 15.3225806452vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma__ttl {
    width: 31.3333333333vw;
  }
}
.science .aroma__header {
  font-family: "Noto Serif JP", serif;
  font-size: 28.8px;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma__header {
    font-size: 2.3225806452vw;
    margin-top: 4.5161290323vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma__header {
    font-size: 5.0666666667vw;
    margin-top: 8.4vw;
  }
}
.science .aroma__img {
  width: 818px;
  margin: 0 auto;
  margin-top: 66px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma__img {
    width: 65.9677419355vw;
    margin-top: 5.3225806452vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma__img {
    width: 84.2666666667vw;
    margin-top: 9.6vw;
  }
}
.science .aroma__text {
  font-size: 22px;
  line-height: 1.7272727273;
  margin-top: 63px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma__text {
    font-size: 1.7741935484vw;
    margin-top: 5.0806451613vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma__text {
    font-size: 3.7333333333vw;
    margin-top: 9.0666666667vw;
  }
}
.science .aroma__text + .aroma__text {
  margin-top: 37px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma__text + .aroma__text {
    margin-top: 2.9838709677vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma__text + .aroma__text {
    margin-top: 6.1333333333vw;
  }
}
.science .aroma__annotation {
  margin-top: 45px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma__annotation {
    margin-top: 3.6290322581vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma__annotation {
    margin-top: 5.2vw;
  }
}
.science .aroma .etvos-life {
  margin-top: 66px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .science .aroma .etvos-life {
    margin-top: 5.3225806452vw;
  }
}
@media screen and (max-width: 750px) {
  .science .aroma .etvos-life {
    margin-top: 10.8vw;
  }
}

.lineup {
  padding: 306px 0 67px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup {
    padding: min(23.3870967742vw, 290px) 0 min(5.4032258065vw, 67px);
  }
}
@media screen and (max-width: 750px) {
  .lineup {
    padding: min(42.4vw, 318px) 0 min(4.1333333333vw, 31px);
  }
}
.lineup__bar {
  position: absolute;
  top: 82px;
  left: -7px;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 0;
  background: #eeb9af;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__bar {
    top: min(6.6129032258vw, 82px);
    left: max(-0.6140350877vw, -7px);
    width: min(0.1754385965vw, 2px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__bar {
    top: min(12.6666666667vw, 95px);
    left: max(-0.6666666667vw, -5px);
    width: min(0.2666666667vw, 2px);
  }
}
.lineup__bar.scroll {
  animation-name: scrollPC;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__bar.scroll {
    animation-name: scrollMd;
  }
}
@media screen and (max-width: 750px) {
  .lineup__bar.scroll {
    animation-name: scrollSp;
  }
}
@keyframes scrollPC {
  0% {
    height: 0;
  }
  100% {
    height: 150px;
  }
}
@keyframes scrollMd {
  0% {
    height: 0;
  }
  100% {
    height: min(13.1578947368vw, 150px);
  }
}
@keyframes scrollSp {
  0% {
    height: 0;
  }
  100% {
    height: min(20vw, 150px);
  }
}
.lineup__ttl {
  position: relative;
  width: 230px;
  margin: 0 auto 105px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__ttl {
    width: min(20.1754385965vw, 230px);
    margin: 0 auto min(9.2105263158vw, 105px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__ttl {
    width: min(30.6666666667vw, 230px);
    margin: 0 auto min(14.6666666667vw, 110px);
  }
}
.lineup__ttl-circle {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #eeb9af;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__ttl-circle {
    border: min(0.1754385965vw, 2px) solid #eeb9af;
  }
}
@media screen and (max-width: 750px) {
  .lineup__ttl-circle {
    border: min(0.2666666667vw, 2px) solid #eeb9af;
  }
}
.lineup__unit {
  position: relative;
  margin: 0 0 204px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit {
    margin: 0 0 min(16.4516129032vw, 204px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit {
    margin: 0 0 min(19.8666666667vw, 149px);
    padding: 0 min(4vw, 30px);
  }
}
.lineup__unit:last-of-type {
  margin-bottom: 0;
}
.lineup__unit.is-serum {
  margin: 0 0 139px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit.is-serum {
    margin: 0 0 min(11.2096774194vw, 139px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit.is-serum {
    margin: 0 0 min(22.5333333333vw, 169px);
  }
}
.lineup__unit-row {
  display: flex;
  padding: 0 0 0 188px;
  margin: 0 0 80px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-row {
    padding: 0 0 0 min(15.1612903226vw, 188px);
    margin: 0 0 min(7.0175438596vw, 80px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-row {
    display: block;
    padding: 0 0 0;
    margin: 0 0 min(9.2vw, 69px);
  }
}
.is-serum .lineup__unit-row {
  padding: 0 0 0 212px;
  margin: 0 0 79px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-row {
    padding: 0 0 0 min(17.0967741935vw, 212px);
    margin: 0 0 min(6.9298245614vw, 79px);
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-row {
    padding: 0 0 0;
    margin: 0 0 min(10.5333333333vw, 79px);
  }
}
.is-cream .lineup__unit-row {
  margin: 0 0 22px;
  padding: 0 0 46px 101px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-row {
    padding: 0 0 min(4.0350877193vw, 46px) min(8.1451612903vw, 101px);
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-row {
    padding: 0 0 0;
  }
}
.lineup__unit-img {
  flex-shrink: 0;
  width: 318px;
  margin: -6px 99px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-img {
    width: min(27.8947368421vw, 318px);
    margin: max(-0.5263157895vw, -6px) min(8.6842105263vw, 99px) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-img {
    position: relative;
    left: min(5.8666666667vw, 44px);
    width: min(42.4vw, 318px);
    margin: 0 auto min(7.0666666667vw, 53px);
  }
}
.is-serum .lineup__unit-img {
  width: 280px;
  margin: -51px 108px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-img {
    width: min(24.5614035088vw, 280px);
    margin: max(-4.4736842105vw, -51px) 9.4736842105 0 0;
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-img {
    position: relative;
    left: min(7.0666666667vw, 53px);
    width: min(37.3333333333vw, 280px);
    margin: 0 auto min(6.6666666667vw, 50px);
  }
}
.is-cream .lineup__unit-img {
  position: relative;
  width: 468px;
  margin: 223px 29px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-img {
    width: min(41.0526315789vw, 468px);
    margin: 17.9838709677vw 2.3387096774vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-img {
    position: relative;
    left: min(3.8666666667vw, 29px);
    width: 66.5333333333vw;
    margin: 0 auto 2.5333333333vw 8.4vw;
    padding-top: 12.6666666667vw;
  }
}
.is-cream .lineup__unit-img .ROSY_logo {
  position: absolute;
  width: 187px;
  top: -252px;
  left: 53px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-img .ROSY_logo {
    width: 15.0806451613vw;
    top: -20.3225806452vw;
    left: 4.2741935484vw;
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-img .ROSY_logo {
    width: 26vw;
    top: -18.9333333333vw;
    left: 40vw;
  }
}
.lineup__unit-ttl-01 {
  margin: 0 0 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  line-height: 1.9;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-ttl-01 {
    margin: 0 0 min(0.4385964912vw, 5px);
    font-size: min(2.3684210526vw, 27px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-ttl-01 {
    position: relative;
    left: min(2.4vw, 18px);
    margin: 0 0 min(1.2vw, 9px);
    font-size: min(4.5333333333vw, 34px);
    line-height: 1.7647058824;
    text-align: center;
  }
}
.is-serum .lineup__unit-ttl-01 {
  margin: 0 0 17px;
  line-height: 1.75;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-ttl-01 {
    margin: 0 0 min(1.4912280702vw, 17px);
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-ttl-01 {
    left: min(2vw, 15px);
    margin: 0 0 min(2.4vw, 18px);
  }
}
.is-cream .lineup__unit-ttl-01 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-ttl-01 {
    margin: 0 0 min(0.8771929825vw, 10px);
    font-size: min(3.0701754386vw, 35px);
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-ttl-01 {
    left: min(1.4666666667vw, 11px);
    margin: 0 0 min(1.7333333333vw, 13px);
    font-size: min(5.0666666667vw, 38px);
    line-height: 1.65;
  }
}
.lineup__unit-ttl-02 {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 15px;
  color: #eeb9af;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-ttl-02 {
    padding: 0 0 0 min(2.4561403509vw, 28px);
    margin: 0 0 min(1.3157894737vw, 15px);
    font-size: min(1.935483871vw, 24px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-ttl-02 {
    padding: 0 0 0 min(4.5333333333vw, 34px);
    margin: 0 0 min(2.4vw, 18px);
    font-size: inherit;
  }
}
.lineup__unit-ttl-02::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 28px;
  background: #eeb9af;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-ttl-02::before {
    top: min(0.7894736842vw, 9px);
    width: min(0.5263157895vw, 6px);
    height: min(2.4561403509vw, 28px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-ttl-02::before {
    top: min(1.6vw, 12px);
    width: min(1.0666666667vw, 8px);
    height: min(4.6666666667vw, 35px);
  }
}
.is-serum .lineup__unit-ttl-02 {
  padding: 0 0 0 21px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-ttl-02 {
    padding: 0 0 0 min(1.8421052632vw, 21px);
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-ttl-02 {
    padding: 0 0 0 min(3.0666666667vw, 23px);
  }
}
.is-cream .lineup__unit-ttl-02 {
  padding: 0 0 0 31px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-ttl-02 {
    padding: 0 0 0 min(2.7192982456vw, 31px);
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-ttl-02 {
    padding: 0 0 0 min(4.1333333333vw, 31px);
  }
}
.lineup__unit-txt-01 {
  margin: 0 0 48px;
  font-size: 19px;
  line-height: 2.0754166667;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-txt-01 {
    margin: 0 0 min(4.2105263158vw, 48px);
    font-size: min(2.1052631579vw, 24px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-txt-01 {
    position: relative;
    left: -1.0666666667;
    margin: 0 0 min(5.2vw, 39px);
    font-size: min(3.2vw, 24px);
    text-align: center;
  }
}
.is-serum .lineup__unit-txt-01 {
  margin: 0 0 44px;
  line-height: 1.90625;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-txt-01 {
    margin: 0 0 min(3.8596491228vw, 44px);
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-txt-01 {
    left: 0.4;
    margin: 0 0 min(5.7333333333vw, 43px);
  }
}
.is-cream .lineup__unit-txt-01 {
  margin: 0 0 50px;
  line-height: 1.875;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-txt-01 {
    margin: 0 0 min(4.3859649123vw, 50px);
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-txt-01 {
    left: min(0.4vw, 3px);
    margin: 0 0 min(5.7333333333vw, 43px);
  }
}
.lineup__unit-txt-02 {
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-txt-02 {
    font-size: min(1.9298245614vw, 22px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-txt-02 {
    font-size: min(3.7333333333vw, 28px);
  }
}
.lineup__unit-btn {
  width: 591px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-btn {
    width: min(51.8421052632vw, 591px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-btn {
    width: min(78.8vw, 591px);
    margin: 0 auto min(8.1333333333vw, 61px);
  }
}
.lineup__unit-btn a {
  display: block;
  background: #d2aeae;
  border-radius: 57px;
  padding: 33px 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-btn a {
    border-radius: min(5vw, 57px);
    padding: min(2.8947368421vw, 33px) min(1.7543859649vw, 20px);
    font-size: min(2.6315789474vw, 30px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-btn a {
    border-radius: min(7.6vw, 57px);
    padding: min(4.4vw, 33px) min(2.6666666667vw, 20px);
    font-size: min(4vw, 30px);
  }
}
.lineup__unit-btn a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 49.5%;
  left: 67.5%;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-btn a::after {
    width: 1.1290322581vw;
    height: 1.1290322581vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-btn a::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-btn {
    margin: 0 auto min(8.5333333333vw, 64px);
  }
}
.lineup__unit-name {
  position: absolute;
  top: 78px;
  left: 50px;
  width: 18px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-name {
    top: min(6.8421052632vw, 78px);
    left: min(4.0322580645vw, 50px);
    width: min(1.5789473684vw, 18px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-name {
    top: min(9.7333333333vw, 73px);
    left: min(4vw, 30px);
    width: min(2.4vw, 18px);
  }
}
.is-serum .lineup__unit-name {
  top: 68px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-name {
    top: min(5.9649122807vw, 68px);
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-name {
    top: min(16.4vw, 123px);
  }
}
.is-cream .lineup__unit-name {
  top: 44px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-name {
    top: min(3.8596491228vw, 44px);
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-name {
    top: max(-3.6vw, -27px);
  }
}
.lineup__unit-lyt {
  width: 432px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-lyt {
    width: min(37.8947368421vw, 432px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-lyt {
    width: 100% !important;
  }
}
.is-cream .lineup__unit-lyt {
  width: 452px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-lyt {
    width: min(39.649122807vw, 452px);
  }
}
.lineup__unit-points {
  height: 503px;
  background-color: #fff;
  margin-top: 72px;
  padding: 66px 107px 0 121px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points {
    height: 40.564516129vw;
    margin-top: 5.8064516129vw;
    padding: 5.3225806452vw 8.6290322581vw 6.6129032258vw 9.7580645161vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points {
    height: auto;
    margin: 9.7333333333vw -4vw 0;
    padding: 4.2666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.is-serum .lineup__unit-points {
  height: 458px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-points {
    height: 36.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-points {
    height: auto;
  }
}
.is-cream .lineup__unit-points {
  height: 464px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-cream .lineup__unit-points {
    height: 37.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .is-cream .lineup__unit-points {
    height: auto;
  }
}
.lineup__unit-points-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 90px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points-container {
    margin-top: 1.6129032258vw;
    gap: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-container {
    display: block;
  }
}
.lineup__unit-points-lead {
  font-size: 22px;
  font-weight: 700;
  color: #d2aeae;
  text-align: center;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points-lead {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-lead {
    font-size: min(3.7333333333vw, 28px);
    line-height: 1.75;
    margin: 0 -2vw;
    letter-spacing: 0;
  }
}
.is-serum .lineup__unit-points-lead {
  font-size: 22px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .is-serum .lineup__unit-points-lead {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 750px) {
  .is-serum .lineup__unit-points-lead {
    font-size: inherit;
  }
}
.lineup__unit-points-number {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-number {
    margin-top: 2.2666666667vw;
  }
}
.lineup__unit-points-body {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points-body {
    margin-top: 2.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-body {
    margin-top: 0;
  }
}
.lineup__unit-points-txt01 {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points-txt01 {
    font-size: 1.5322580645vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-txt01 {
    font-size: min(3.2vw, 24px);
    margin-top: 4.2666666667vw;
  }
}
.lineup__unit-points-txt02 {
  font-size: 18px;
  margin-top: 18px;
  margin-right: -12px;
  text-align: justify;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points-txt02 {
    font-size: 1.4516129032vw;
    margin-top: 1.4516129032vw;
    margin-right: -0.9677419355vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-txt02 {
    font-size: min(3.2vw, 24px);
    margin-top: 2.6666666667vw;
    margin-right: 0;
    letter-spacing: 0;
  }
}
.lineup__unit-points-img {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-img {
    width: 37%;
  }
  .lineup__unit-points-img img {
    position: relative;
    top: -2.1333333333vw;
    left: 4.8vw;
  }
}
.is-serum .lineup__unit-points-img {
  width: 26%;
}
.is-cream .lineup__unit-points-img {
  width: 32%;
}
.lineup__unit-points-01 {
  width: 433px;
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-01 {
    width: auto;
  }
}
.lineup__unit-points-02 {
  width: 433px;
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-02 {
    width: auto;
    margin-top: 4vw;
  }
}
.lineup__unit-points-annotation {
  font-size: 14px;
  margin-top: 37px;
  margin-right: -12px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit-points-annotation {
    font-size: 1.1290322581vw;
    margin-top: 2.9838709677vw;
    margin-right: -0.9677419355vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit-points-annotation {
    font-size: min(2.4vw, 18px);
    letter-spacing: 0.01em;
    margin-top: 5.7333333333vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit.is-serum .lineup__unit-points-img {
    width: 26%;
  }
  .lineup__unit.is-serum .lineup__unit-points-img img {
    position: relative;
    top: 2.5333333333vw;
    left: 0;
  }
}
.lineup__unit.is-serum .lineup__unit-points-annotation {
  text-align: right;
  margin-top: 22px;
}
.lineup__unit.is-cream {
  margin: 0 0 115px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__unit.is-cream {
    margin: 0 0 min(9.2741935484vw, 115px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit.is-cream {
    margin: 0 0 min(9.8666666667vw, 74px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit.is-cream .lineup__unit-points {
    padding: 4.2666666667vw 6.1333333333vw 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__unit.is-cream .lineup__unit-points-img {
    width: 28%;
  }
  .lineup__unit.is-cream .lineup__unit-points-img img {
    position: relative;
    top: 6vw;
    left: -2.8vw;
  }
}
.lineup__unit.is-cream .lineup__unit-points-annotation {
  text-align: right;
  margin-top: 0.4vw;
}
.lineup__set-item .set-item__ttl {
  width: 144px;
  margin: 0 auto;
  margin-bottom: 72px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .set-item__ttl {
    width: 11.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .set-item__ttl {
    width: 24.2666666667vw;
    margin-bottom: 7.0666666667vw;
  }
}
.lineup__set-item .ttl-bar {
  padding-bottom: 26px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .ttl-bar {
    padding-bottom: 1.8548387097vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .ttl-bar {
    padding-bottom: 4.8vw;
  }
}
.lineup__set-item .lineup__unit-row {
  margin: 0 0 86px;
  padding: 0 0 0 264px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-row {
    margin: 0 0 min(6.935483871vw, 86px);
    padding: 0 0 0 min(21.2903225806vw, 264px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-row {
    display: flex;
    margin: 0 0 12vw;
    padding: 0 0 0 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-row.is-lotion_cream {
    padding: 0 0 0 5.3333333333vw;
  }
}
.lineup__set-item .lineup__unit-row.is-3items {
  margin: 0 0 101px;
  padding: 0 0 0 219px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-row.is-3items {
    margin: 0 0 8.1451612903vw;
    padding: 0 0 0 17.6612903226vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-row.is-3items {
    margin: 0 0 15.2vw;
    padding: 0 0 0 0.2666666667vw;
  }
}
.lineup__set-item .lineup__unit-row.is-3items .lineup__unit-lyt {
  margin: 18px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-row.is-3items .lineup__unit-lyt {
    margin: 1.4516129032vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-row.is-3items .lineup__unit-lyt {
    margin: 1.2vw 0 0;
  }
}
.lineup__set-item .lineup__unit-img-01 {
  width: 170px;
  margin: 0 165px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-img-01 {
    width: 13.7096774194vw;
    margin: 0 13.3064516129vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-img-01 {
    flex-shrink: 0;
    width: 22.9333333333vw;
    margin: 0 13.8666666667vw 0 0;
  }
}
.lineup__set-item .lineup__unit-img-02 {
  width: 212px;
  margin: 35px 124px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-img-02 {
    width: 17.0967741935vw;
    margin: 2.8225806452vw 10vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-img-02 {
    flex-shrink: 0;
    width: 28.5333333333vw;
    margin: 4.4vw 9.6vw 0 0;
  }
}
.lineup__set-item .lineup__unit-img-03 {
  width: 284px;
  margin: 11px 98px 0 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-img-03 {
    width: 22.9032258065vw;
    margin: 0.8870967742vw 7.9032258065vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-img-03 {
    flex-shrink: 0;
    width: 38.1333333333vw;
    margin: 0.5333333333vw 4.9333333333vw 0 0;
  }
}
.lineup__set-item .lineup__unit-lyt {
  letter-spacing: -0.05em;
  margin: 9px 0 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-lyt {
    margin: 0.7258064516vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-lyt {
    margin: 1.2vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-ttl-01 {
    font-size: 3.7333333333vw;
    left: 0;
    text-align: left;
    margin: 0 -0.6666666667vw 0 0;
  }
}
.lineup__set-item .lineup__unit-txt-01 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  margin: 0 0 7px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-txt-01 {
    font-size: 1.7741935484vw;
    margin: 0 0 min(0.564516129vw, 7px);
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-txt-01 {
    font-size: 2.9333333333vw;
    text-align: left;
    margin: 0 0 2vw;
  }
}
.lineup__set-item .lineup__unit-txt-02 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-txt-02 {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-txt-02 {
    font-size: 3.2vw;
  }
}
.lineup__set-item .lineup__unit-txt-03 {
  font-size: 24px;
  border: 1px solid #666464;
  letter-spacing: 0.03em;
  padding: 0 7px;
  line-height: 1.4;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-txt-03 {
    font-size: 1.935483871vw;
    padding: 0 0.564516129vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-txt-03 {
    font-size: 3.2vw;
    padding: 0 0.9333333333vw;
  }
}
.lineup__set-item .lineup__unit-txt_wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-txt_wrap {
    gap: 0.8064516129vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-txt_wrap {
    align-items: center;
  }
}
.lineup__set-item .lineup__unit-btn {
  width: 324px;
  margin: 0;
  margin-top: auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-btn {
    width: 26.1290322581vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-btn {
    width: 43.2vw;
  }
}
.lineup__set-item .lineup__unit-btn a {
  font-size: 20px;
  padding: 15px 0;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup__set-item .lineup__unit-btn a {
    font-size: 1.6129032258vw;
    padding: 1.2096774194vw 0;
  }
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-btn a {
    font-size: 2.6666666667vw;
    padding: 2vw 0;
  }
}
.lineup__set-item .lineup__unit-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 49%;
  left: 71%;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 750px) {
  .lineup__set-item .lineup__unit-btn a::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.2666666667vw solid #fff;
    border-right: 0.2666666667vw solid #fff;
  }
}
.lineup .video {
  padding: 133px 0 13px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .lineup .video {
    padding: 10.7258064516vw 0 1.0483870968vw;
  }
}
@media screen and (max-width: 750px) {
  .lineup .video {
    padding: 14.1333333333vw 0 8.1333333333vw;
  }
}

.promise {
  padding: 50px 0 158px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise {
    padding: 4.0322580645vw 0 12.7419354839vw;
  }
}
@media screen and (max-width: 750px) {
  .promise {
    padding: 10.9333333333vw 0 16.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__inner {
    padding-right: min(4.6666666667vw, 35px);
  }
}
.promise__ttl {
  width: 144px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__ttl {
    width: 11.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__ttl {
    width: 23.8666666667vw;
  }
  .promise__ttl.ttl-bar {
    padding-bottom: 4vw;
  }
}
.promise__content {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__content {
    gap: 3.2258064516vw;
    margin-top: 4.6774193548vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__content {
    display: block;
    margin-top: 0;
  }
}
.promise__tested .promise__content {
  margin-top: 127px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__tested .promise__content {
    margin-top: 10.2419354839vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__tested .promise__content {
    margin-top: 0;
  }
}
.promise__txt-container {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .promise__txt-container {
    width: auto;
  }
}
.promise__lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .promise__lead {
    font-size: min(5.0666666667vw, 38px);
    text-align: center;
    margin-top: 8.4vw;
  }
}
.promise__txt {
  font-size: 22px;
  line-height: 2.2727272727;
  margin-top: 24px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__txt {
    font-size: 1.7741935484vw;
    margin-top: 1.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__txt {
    font-size: min(3.7333333333vw, 28px);
    margin-top: 4.5333333333vw;
    line-height: 2.1;
  }
}
.promise__unused {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .promise__unused {
    display: block;
    margin: 0 -1.2vw 0 -2.5333333333vw;
    margin-top: 6.9333333333vw;
  }
}
.promise__unused-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #d2aeae;
  text-align: center;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__unused-ttl {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__unused-ttl {
    font-size: inherit;
  }
}
.promise__unused-grid {
  display: flex;
  flex-wrap: wrap;
  width: 542px;
  margin-top: 18px;
  gap: 6px 12px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__unused-grid {
    width: 43.7096774194vw;
    margin-top: 1.4516129032vw;
    gap: 0.4838709677vw 0.9677419355vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__unused-grid {
    width: auto;
    margin-top: 1.2vw;
    gap: 0.9333333333vw 0.6666666667vw;
  }
}
.promise__grid-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  width: 264px;
  padding: 13px 0 10px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__grid-item {
    font-size: 1.2903225806vw;
    width: 21.2903225806vw;
    padding: 1.0483870968vw 0 0.8064516129vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__grid-item {
    font-size: min(2.9333333333vw, 22px);
    width: auto;
    padding: 1.8666666667vw 0 2.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__grid-item-01 {
    width: 34.1040462428%;
  }
  .promise__grid-item-02 {
    width: 16.401734104%;
  }
  .promise__grid-item-03 {
    width: 20.2312138728%;
  }
  .promise__grid-item-04 {
    width: 26.950867052%;
  }
  .promise__grid-item-05 {
    width: calc((100% - 1.3333333333vw) / 3);
  }
  .promise__grid-item-06 {
    width: calc((100% - 1.3333333333vw) / 3);
  }
  .promise__grid-item-07 {
    width: calc((100% - 1.3333333333vw) / 3);
  }
}
@media screen and (max-width: 750px) {
  .promise__tested {
    margin-top: 17.6vw;
  }
}
.promise__tested-ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .promise__tested-ttl {
    font-size: min(5.0666666667vw, 38px);
    text-align: center;
    letter-spacing: inherit;
    margin: 0 -1.3333333333vw;
  }
}
.promise__tested-txt {
  font-size: 22px;
  line-height: 2.2727272727;
  margin-top: 21px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__tested-txt {
    font-size: 1.7741935484vw;
    margin-top: 1.6935483871vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__tested-txt {
    font-size: min(3.7333333333vw, 28px);
    line-height: 2.25;
    margin-top: 4.1333333333vw;
  }
}
.promise__tested-annotation {
  display: inline-block;
  font-size: 14px;
  width: 522px;
  margin: 0 auto;
  margin-top: 17px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__tested-annotation {
    font-size: 1.1290322581vw;
    width: 42.0967741935vw;
    margin-top: 1.3709677419vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__tested-annotation {
    font-size: min(2.4vw, 18px);
    line-height: 1.6666666667;
    width: auto;
    margin-top: 10.4vw;
  }
}
.promise__tested-tile-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 7px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__tested-tile-container {
    gap: 0.564516129vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__tested-tile-container {
    justify-content: center;
    gap: 1.0666666667vw;
    margin-top: 7.0666666667vw;
  }
}
.promise__tested-tile {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border: 2px solid #666464;
  border-radius: 10px;
  padding: 17px 39px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .promise__tested-tile {
    font-size: 1.4516129032vw;
    border-radius: 0.8064516129vw;
    padding: 1.3709677419vw 3.1451612903vw;
  }
}
@media screen and (max-width: 750px) {
  .promise__tested-tile {
    font-size: min(2.9333333333vw, 22px);
    line-height: 1.5;
    border: 2px solid #666464;
    border-radius: 1.3333333333vw;
    padding: 2vw 6.1333333333vw;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  padding: 59px 0 45px;
  background: #ede6d9;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer {
    padding: min(5.1754385965vw, 59px) 0 min(3.9473684211vw, 45px);
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: min(11.8666666667vw, 89px) 0 min(7.4666666667vw, 56px);
  }
}
@media screen and (max-width: 750px) {
  .footer .common__inner {
    padding: 0 0 0;
  }
}
.footer__sns {
  overflow: hidden;
  position: relative;
  left: 0;
  width: 114px;
  height: 24px;
  margin: 0 12px 0 0;
  transform: scale(1.3);
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer__sns {
    width: 88px;
    margin: 0 12px 0 0;
    transform: scale(1);
  }
}
@media screen and (max-width: 750px) {
  .footer__sns {
    width: 114px;
    height: 24px;
    margin: 0 -8px 0 0;
    margin: 0 8px 0 0;
    transform: scale(1.2);
  }
}
.footer__sns:last-of-type {
  margin-right: 0;
}
.footer__sns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 41px;
  left: 12px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer__sns-container {
    margin: 0 0 min(3.5964912281vw, 41px);
  }
}
@media screen and (max-width: 750px) {
  .footer__sns-container {
    left: 8px;
    margin: 0 0 min(7.7333333333vw, 58px);
  }
}
.footer__sns.is-twitter .twitter-share-button {
  vertical-align: top;
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 29px;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer__list {
    margin: 0 0 min(2.5438596491vw, 29px);
  }
}
@media screen and (max-width: 750px) {
  .footer__list {
    margin: 0 0 min(3.3333333333vw, 25px);
  }
}
.footer__list-item {
  margin: 0 9px 0 0;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer__list-item {
    margin: 0 min(0.7894736842vw, 9px) 0 0;
    font-size: min(1.3157894737vw, 15px);
  }
}
@media screen and (max-width: 750px) {
  .footer__list-item {
    margin: 0 min(0.4vw, 3px) 0 0;
    font-size: min(2.9333333333vw, 22px);
    line-height: 2.1;
  }
}
.footer__copyright {
  position: relative;
  left: -4px;
  text-align: center;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer__copyright {
    left: max(-0.350877193vw, -4px);
  }
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    left: 0;
  }
}
.footer__copyright small {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 1240px) and (min-width: 751px) {
  .footer__copyright small {
    font-size: min(1.7543859649vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  .footer__copyright small {
    font-size: min(2.2666666667vw, 17px);
  }
}

.loading {
  background-color: #d2aeae;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
}
.loading__logo {
  width: 110px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translate(0px, -50%);
}

.animated {
  animation-duration: 1.6s;
  animation-fill-mode: both;
  opacity: 0;
  transition-timing-function: ease-out;
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInUpLate {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 4.5vw, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.textFadeIn {
  animation-name: textFadeIn;
  animation-duration: 2.5s;
  transition-timing-function: ease-in;
}

@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}