/*
* about-science.css
*/

.mv_title {
  top: 8.26666vw;
}
.mv_title .main {
  letter-spacing: 0.28em;
}
.mv_title .sub {
  letter-spacing: 0.14em;
}
.mv.-about-science .mv_title .sub {
  margin-right: 1.0666vw;
}
.mv_lead {
  top: 8.26666vw;
  left: 8.26667vw;
  letter-spacing: 0.47em;
}
.message {
  padding-top: 25.86667vw;
}
.message_lead {
  letter-spacing: 0.1em;
}
.about_link {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mv_title {
    top: 7.32064vw;
  }
  .mv_title .main {
    letter-spacing: 0.41em;
  }
  .mv_title .sub {
    letter-spacing: 0.1em;
  }
  .mv.-about-science .mv_title .sub {
    margin-right: 1.53733vw;
  }
  .mv_lead {
    top: 7.32064vw;
    left: 9.73646vw;
    letter-spacing: 0.45em;
  }
  .message {
    margin-bottom: -7.32064vw;
    padding-top: 11.85944vw;
    padding-bottom: 7.32064vw;
  }
  .message_lead {
    letter-spacing: 0;
  }
  .about_link {
    margin-top: 0;
  }
}


main {
  overflow: hidden;
  opacity: 1;
  padding-top: 15.2vw;
}

@media (min-width: 768px) {
  main {
    padding-top: 6.14934vw;
  }
}

main.-active {
  opacity: 1;
  /*transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);*/
}

main > .bg-container .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main > .bg-container .mask-box #ellipse-mask {
  position: absolute;
  height: 100%;

  will-change: contents;
}

main > .bg-container .mask-box #ellipse-mask .ellipse {
  transition: fill 1s;

  rx: 100%;
  ry: 100%;
  cy: 50%;
}

main > .bg-container .mask-box #ellipse-mask.-layout01 .ellipse {
  transition: fill 1s;

  fill: #fff;
}

main > .bg-container .mask-box #ellipse-mask.-layout02 .ellipse {
  transition: fill 1s, rx 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), ry 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), cy 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);

  rx: 10%;
  ry: 20%;
  cy: 27%;
  fill: #fff;
}

@media (min-width: 768px) {
  main > .bg-container .mask-box #ellipse-mask.-layout02 .ellipse {
    cy: 50%;
  }
}

main > .bg-container .mask-box #ellipse-mask.-layout02 .rect {
  height: 100.001%;
}

main > .bg-container .mask-box #ellipse-mask.-layout03 .ellipse {
  transition: fill 0.5s, rx 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), ry 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275), cy 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  rx: 56vw;
  ry: 76.26667vw;
  cy: 50%;
  fill: #666;
}

@media (min-width: 768px) {
  main > .bg-container .mask-box #ellipse-mask.-layout03 .ellipse {
    rx: 34.84627vw;
    ry: 47.51098vw;
    cy: 50%;
  }
}

main > .bg-container .mask-box #ellipse-mask.-layout03 .rect {
  height: 100%;
}

main > .bg-container .mask-box #ellipse-mask.-layout04 .ellipse {
  transition: fill 1s, rx 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), ry 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), cy 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  rx: 56vw;
  ry: 76.26667vw;
  cy: 50%;
  fill: #666;
}

@media (min-width: 768px) {
  main > .bg-container .mask-box #ellipse-mask.-layout04 .ellipse {
    rx: 28.4041vw;
    ry: 38.72621vw;
    cy: 50%;
  }
}

main > .bg-container .mask-box #ellipse-mask.-layout05 .ellipse {
  transition: fill 1s, rx 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), ry 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), cy 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  rx: 100%;
  ry: 100%;
  cy: 50%;
  fill: #999;
}

main > .product-container .buy-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  main > .product-container .buy-items {
    flex-direction: row;
  }
}

main > .product-container .desc-box > .title {
  letter-spacing: 0.04em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main > .product-container .desc-box > .title {
    letter-spacing: 0.04em;
    font-size: 1.0981vw;
  }
}

main > .product-container .desc-box > .lead {
  margin: 5.86667vw 0 0 0;
  letter-spacing: 0em;
  font-size: 3.73333vw;
  line-height: 2;
}

@media (min-width: 768px) {
  main > .product-container .desc-box > .lead {
    margin: 1.75695vw 0 0 0;
    letter-spacing: 0em;
    font-size: 1.24451vw;
    line-height: 1.76471;
  }
}

main > .product-container .desc-box > .note-box {
  margin: 4.53333vw 0 0 0;
}

@media (min-width: 768px) {
  main > .product-container .desc-box > .note-box {
    margin: 1.53734vw 0 0 0;
  }
}

main > .product-container .desc-box > .module-btn {
  margin: 11.2vw 0 0 0;
}

@media (min-width: 768px) {
  main > .product-container .desc-box > .module-btn {
    margin: 4.5388vw 0 0 0;
  }
}

main > .product-container .img-box {
  position: relative;
  width: 90.66667vw;
  height: 194.66667vw;
}

@media (min-width: 768px) {
  main > .product-container .img-box {
    width: 70.27818vw;
    height: 51.90337vw;
  }
}

main > .product-container .img-box > .img {
  position: absolute;
  top: 25.73333vw;
  left: 29.33333vw;
  width: 32.4vw;

  -webkit-filter: drop-shadow(2.4vw 1.06667vw 0 rgba(149, 149, 149, 0.1));

          filter: drop-shadow(2.4vw 1.06667vw 0 rgba(149, 149, 149, 0.1));
}

@media (min-width: 768px) {
  main > .product-container .img-box > .img {
    top: 16.76428vw;
    left: 28.33089vw;
    width: 12.88433vw;

    -webkit-filter: drop-shadow(18px 8px 0 rgba(149, 149, 149, 0.1));

            filter: drop-shadow(18px 8px 0 rgba(149, 149, 149, 0.1));
  }
}

main > .product-container .img-box > .catch {
  position: absolute;
  top: -15.73333vw;
  left: 16.53333vw;

  will-change: transform;
}

main > .product-container .img-box > .catch span {
  display: inline-block;
}

@media (min-width: 768px) {
  main > .product-container .img-box > .catch {
    top: 6.58858vw;
    left: -4.39239vw;
  }
}

main > .product-container .img-box > .catch > .text01 {
  letter-spacing: 0.16em;
  font-size: 4.53333vw;
  line-height: 2.4;
}

@media (min-width: 768px) {
  main > .product-container .img-box > .catch > .text01 {
    letter-spacing: 0.16em;
    font-size: 1.90337vw;
    line-height: 1.76923;
  }
}

main > .product-container .img-box > .catch > .text02 {
  letter-spacing: 0.18em;
  font-size: 5.33333vw;
  line-height: 1.6;
}

@media (min-width: 768px) {
  main > .product-container .img-box > .catch > .text02 {
    letter-spacing: 0.16em;
    font-size: 1.90337vw;
    line-height: 1.76923;
  }
}

main > .product-container .img-box > .desc-box {
  position: absolute;
  top: 110.93333vw;
  left: 5.06667vw;
}

@media (min-width: 768px) {
  main > .product-container .img-box > .desc-box {
    top: 18.30161vw;
    left: -4.39239vw;
  }
}

main > .product-container .item-box {
  display: flex;
}

main > .product-container .item-box:nth-child(2) {
  margin: 6.66667vw 0 0;
}

@media (min-width: 768px) {
  main > .product-container .item-box:nth-child(2) {
    margin: 0 4.5388vw;
  }
}

@media (min-width: 768px) {
  main > .product-container .item-box {
    margin: 0 4.5388vw;
  }
}

main > .product-container .item-detail {
  position: relative;
  margin: 7.73333vw 0 0;
  width: 60.53333vw;
  text-align: center;
}

@media (min-width: 768px) {
  main > .product-container .item-detail {
    margin: 3.22108vw 0.36603vw 0 0;
    width: auto;
    text-align: left;
  }
}

main > .product-container .item-detail > .desc {
  letter-spacing: 0.06em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main > .product-container .item-detail > .desc {
    letter-spacing: 0.04em;
    font-size: 1.0981vw;
  }
}

main > .product-container .item-detail > .price {
  margin: 1.6vw 0 0;
  letter-spacing: 0.04em;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main > .product-container .item-detail > .price {
    margin: 0.87848vw 0 0;
    letter-spacing: 0.04em;
    font-size: 1.0981vw;
  }
}

main > .product-container .item-detail > .price > .num {
  letter-spacing: 0.1em;
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  main > .product-container .item-detail > .price > .num {
    letter-spacing: 0.1em;
    font-size: 1.90337vw;
  }
}

main > .product-container .item-detail > .limit {
  margin: 1.33333vw 0 0 -0.26667vw;
  letter-spacing: 0.04em;
  color: #c0666b;
  font-size: 3.46667vw;
  font-weight: 600;
  line-height: 1.46154;
}

@media (min-width: 768px) {
  main > .product-container .item-detail > .limit {
    margin: 0.73206vw 0 0 -0.14641vw;
    letter-spacing: 0.04em;
    font-size: 1.1713vw;
    line-height: 1.3125;
  }
}

@media (min-width: 768px) {
  main > .product-container .item-detail.-trial {
    margin: 3.22108vw 1.0981vw 0 0;
  }
}

main > .product-container .item-detail.-trial::before {
  content: "";
  opacity: 0.25;
  position: absolute;
  z-index: -1;
  top: -16vw;
  left: 4vw;
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  background-color: #c0666b;

  -webkit-filter: blur(2.66667vw);

          filter: blur(2.66667vw);
}

@media (min-width: 768px) {
  main > .product-container .item-detail.-trial::before {
    top: -5.12445vw;
    left: -2.78184vw;
    width: 16.10542vw;
    height: 16.10542vw;

    -webkit-filter: blur(20px);

            filter: blur(20px);
  }
}

main > .product-container .item-detail.-trial > .desc {
  letter-spacing: 0.04em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main > .product-container .item-detail.-trial > .desc {
    letter-spacing: 0.02em;
    font-size: 1.1713vw;
  }
}

main > .product-container .item-detail.-trial > .price {
  margin: 1.6vw 0 0 -0.53333vw;
}

@media (min-width: 768px) {
  main > .product-container .item-detail.-trial > .price {
    margin: 0.87848vw 0 0 -0.29283vw;
  }
}

main > .product-container .note-box > .item {
  letter-spacing: 0em;
  font-size: 3.2vw;
  line-height: 1.66667;
}

@media (min-width: 768px) {
  main > .product-container .note-box > .item {
    font-size: 0.95168vw;
    line-height: 1.69231;
  }
}

main > .contact-container .detail-box {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box {
    width: 70.27818vw;
  }
}

main > .contact-container .detail-box > .catch {
  margin: 0 auto;
  letter-spacing: 0.46em;
  font-size: 5.33333vw;

  will-change: transform;
}

main > .contact-container .detail-box > .catch span {
  display: inline-block;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box > .catch {
    position: absolute;
    top: 0vw;
    right: 0vw;
    letter-spacing: 0.46em;
    font-size: 1.83016vw;
  }
}

main > .contact-container .detail-box > .title {
  margin: 13.33333vw 0 0;
  letter-spacing: 0.16em;
  color: #4d4d4d;
  font-size: 4.8vw;
  line-height: 1.88889;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box > .title {
    margin: 0;
    letter-spacing: 0.119em;
    font-size: 1.39092vw;
    line-height: 1;
  }
}

main > .contact-container .detail-box > .tel {
  display: block;
  margin: 4.53333vw 0 0;
  letter-spacing: 0.16em;
  color: #4d4d4d;
  font-size: 10.4vw;
  font-weight: 400;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box > .tel {
    margin: 1.75695vw 0 0 0.58565vw;
    letter-spacing: 0.19em;
    font-size: 4.39239vw;
  }
  main > .contact-container .detail-box > .tel a[href^="tel:"] {
    pointer-events: none;
  }
}

main > .contact-container .detail-box > .tel > .hyphen {
  position: relative;
  top: 0.26667vw;
  font-family: "Shippori Mincho B1", serif;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box > .tel > .hyphen {
    top: 0.14641vw;
  }
}

main > .contact-container .detail-box > .time {
  margin: 5.6vw 0 0;
  letter-spacing: 0.12em;
  color: #4d4d4d;
  font-size: 3.46667vw;
  line-height: 1.53846;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box > .time {
    margin: 1.75695vw 0 0 0.58565vw;
    letter-spacing: 0.12em;
    font-size: 1.1713vw;
    line-height: 1;
  }
}

main > .contact-container .detail-box > .module-btn {
  margin: 9.06667vw auto 0;
}

@media (min-width: 768px) {
  main > .contact-container .detail-box > .module-btn {
    margin: 2.78184vw auto 0;
  }
}

.about-science_inner {
  margin: auto;
  padding: 0 4.8vw;
}

@media (min-width: 768px) {
  .about-science_inner {
    padding: 0 3.22108vw;
    max-width: 100vw;
  }
}

.science_inner {
  position: relative;
  padding: 34.4vw 4.8vw 18.66666vw 14.13333vw;
}

@media (min-width: 768px) {
  .science_inner {
    padding: 15.51976vw 10.46852vw 41.72767vw;
  }
}

.science_content {
  position: relative;
  padding-bottom: 47.46667vw;
}

@media (min-width: 768px) {
  .science_content {
    padding-bottom: 0;
    padding-left: 26.64714vw;
  }
}

.science_content + .science_content {
  margin-top: 9.6vw;
}

@media (min-width: 768px) {
  .science_content + .science_content {
    margin-top: 4.24597vw;
  }
}

.science_content:nth-of-type(3) {
  margin-top: 13.33333vw;
  padding-bottom: 74.66667vw;
}

@media (min-width: 768px) {
  .science_content:nth-of-type(3) {
    margin-top: 4.24597vw;
    padding-bottom: 0;
  }
}

.science_text {
  letter-spacing: 0.06em;
  font-size: 3.73333vw;
  line-height: 3.22;
}

@media (min-width: 768px) {
  .science_text {
    letter-spacing: 0.08em;
    font-size: 1.24451vw;
    line-height: 3.27;
  }
}

.science_text .br {
  display: block;
  padding-top: 12vw;
}

@media (min-width: 768px) {
  .science_text .br {
    padding-top: 4.24597vw;
  }
}

.science_img {
  position: absolute;
  bottom: 0;
}

.science_img.pc {
  display: none;
}

.science_img.-bg01 {
  right: -4.8vw;
  width: 58.4vw;
}

@media (min-width: 768px) {
  .science_img.pc {
    display: block;
  }
  
  .science_img.-bg01 {
    top: 16.03221vw;
    right: -10.39531vw;
    bottom: auto;
    width: 28.4041vw;
  }
}

.science_img.-bg02 {
  width: 85.73333vw;
}

@media (min-width: 768px) {
  .science_img.-bg02 {
    top: 50.65886vw;
    right: -6.07613vw;
    bottom: auto;
    width: 63.17716vw;
  }
}

.science_img.-img01 {
  right: -4.8vw;
  bottom: 4.26667vw;
  width: 50.53333vw;
}

@media (min-width: 768px) {
  .science_img.-img01 {
    top: 4.5388vw;
    right: -4.31918vw;
    bottom: auto;
    width: 16.91069vw;
  }
}

.science_img.-img02 {
  left: -13.86667vw;
  width: 52.13333vw;
}

@media (min-width: 768px) {
  .science_img.-img02 {
    top: 19.83895vw;
    bottom: auto;
    left: -10.39531vw;
    width: 27.74524vw;
  }
}

.science_img.-img03 {
  right: -1.86667vw;
  bottom: 17.86667vw;
  width: 58.26667vw;
}

@media (min-width: 768px) {
  .science_img.-img03 {
    top: 45.16837vw;
    right: 3.3675vw;
    bottom: auto;
    width: 26.35432vw;
  }
}

.science_sakura {
  position: absolute;
  right: 0;
  bottom: 300px;
  margin: auto;
}