/*
* about-concept.css
*/

.mv_title {
  top: 8vw;
}
.mv_lead {
  top: 8vw;
  left: 8.26667vw;
  letter-spacing: 0.4em;
}
.message {
  padding-top: 29.06666vw;
}
.message_lead {
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .mv_title {
    top: 7.32064vw;
  }
  .mv_lead {
    top: 7.32064vw;
    left: 9.73646vw;
    letter-spacing: 0.45em;
  }
  .message {
    margin-bottom: -2.92825vw;
    padding-top: 10.68814vw;
    padding-bottom: 13.83601vw;
  }
  .message_lead {
    letter-spacing: 0;
    line-height:2.4;
  }
}

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;
  }
}

.bland_inner {
  position: relative;
  margin: auto;
  padding: 0 4.8vw;
}

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

/* --------------------------------
  derived
-------------------------------- */
.derived {
  overflow: hidden;
  opacity: 1;
  padding-top: 42.66667vw;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .derived {
    margin-bottom: -6.22255vw;
    padding-top: 2.92825vw;
  }
}

.derived_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .derived_inner {
    display: block;
  }
}

.derived_bg {
  position: absolute;
  top: 8vw;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 5.33333vw;
}

@media (min-width: 768px) {
  .derived_bg {
    top: 4.09956vw;
    padding: 0 3.29429vw;
  }
}

.derived_title {
  z-index: 2;
  margin: auto;
  color: #3e3a39;
  white-space: nowrap;
  min-height: 26.26666vw;
  font-size: 6.4vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .derived_title {
    /* padding-top: 2.56222vw; */
    padding-right: 28.62371vw;
    min-height: 0;
    width: 100%;
    font-size: 2.63543vw;
  }
}
.derived_title > span {
  display: inline-block;
  width: fit-content;
}
@media (min-width: 768px) {
  .derived_title span {
    width: 3.73352vw;
  }
}

.derived_title .to {
  position: relative;
  top: 0;
  left: 0;
  margin: 5.46666vw 0 3.06666vw;
  width: 3.46666vw;
}
/* _::-webkit-full-page-media, _:future, :root .derived_title .to {
  left: -1.6%;
} */
@media (min-width: 768px) {
  .derived_title .to {
    top: auto;
    left: 0;
    margin: 2.26939vw 0 0.43923vw;
    width: 1.46412vw;
  }
  _::-webkit-full-page-media, _:future, :root .derived_title .to {
    left: -0.73206vw;
  }
}
.derived_title .no {
  margin-inline: 4vw 3.46666vw;
  font-size: 4.8vw;
}
@media (min-width:768px) {
  .derived_title .no {
    margin-inline: 1.46412vw;
    font-size: 2.04978vw;
  }
}

.derived_title img {
  display: block;
}

/*.derived_title rt {
  position: relative;
  font-size: 2.66667vw;
  letter-spacing: 0.2em;
}*/
.derived_title .ruby {
  width: fit-content;
  position: relative;
}
.derived_title .ruby::after {
  content: "かさね";
  line-height: 1;
}
@media (max-width: 767px) {
  .derived_title .ruby::after {
    position: absolute;
    top: -1.33333vw;
    right: -3.59999vw;
    font-size: 2.66667vw;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 768px) {
  .derived_title .ruby::after {
    position: absolute;
    top: 0;
    right: -1.1713vw;
    font-size: 0.73206vw;
    letter-spacing: 0.3em;
  }
}

.derived_title_ruby {
  position: relative;
}

.derived_title_ruby > small {
  display: flex;
  position: absolute;
  top: -1.6vw;
  right: -2.13333vw;
  bottom: 0;
  left: auto;
  margin: auto;
  letter-spacing: 0.26em;
  font-size: 2.66667vw;
  line-height: 1;
}

@media (min-width: 768px) {
  .derived_title_ruby > small {
    top: 0.14641vw;
    right: -0.58565vw;
    font-size: 0.73206vw;
  }
}

.derived_content {
  display: block;
  position: relative;
  margin-top: 17.33333vw;
  padding-bottom: 197.33333vw;
  padding-left: 10.66667vw;
}

@media (min-width: 768px) {
  .derived_content {
    display: flex;
    justify-content: space-between;
    margin-top: 1.46412vw;
    padding-bottom: 15.66618vw;
  }
}

.derived_imgWrap {
  position: static;
  width: 100%;
}

@media (min-width: 768px) {
  .derived_imgWrap {
    position: relative;
    width: 50.8%;
  }
}

.derived_img {
  position: relative;
}

@media (min-width: 768px) {
  .derived_img {
    position: absolute;
  }
}

.derived_img.-img01 {
  z-index: 1;
  top: 0;
  right: 15.46667vw;
  margin: auto;
}

@media (min-width: 768px) {
  .derived_img.-img01 {
    top: -14.71449vw;
    right: auto;
    left: 0;
  }
}

.derived_img.-img01 > .card01 {
  position: absolute;
  top: 0;
  left: 16.53333vw;
  width: 45.46667vw;
}

@media (min-width: 768px) {
  .derived_img.-img01 > .card01 {
    top: -0.58565vw;
    left: -0.36603vw;
    width: 16.76428vw;
  }
}

.derived_img.-img01 > .card02 {
  position: absolute;
  top: 0;
  left: 30.93333vw;
  width: 42.53333vw;
}

@media (min-width: 768px) {
  .derived_img.-img01 > .card02 {
    top: 0.43924vw;
    left: 5.49048vw;
    width: 15.73939vw;
  }
}

.derived_img.-img01 > .img {
  position: relative;
  z-index: 10;
  margin: auto;
  width: 50.8vw;
}

@media (min-width: 768px) {
  .derived_img.-img01 > .img {
    width: 18.88726vw;
  }
}

.derived_img.-img02 {
  z-index: 2;
  top: -16vw;
  right: -10.13333vw;
  left: auto;
  margin: auto;
}

@media (min-width: 768px) {
  .derived_img.-img02 {
    top: 1.02489vw;
    right: auto;
    left: 13.90922vw;
  }
}

.derived_img.-img02 > .card01 {
  position: absolute;
  top: 5.6vw;
  left: 21.86667vw;
  width: 42.8vw;
}

@media (min-width: 768px) {
  .derived_img.-img02 > .card01 {
    top: 0.87848vw;
    left: -0.07321vw;
    width: 15.81259vw;
  }
}

.derived_img.-img02 > .card02 {
  position: absolute;
  top: 1.6vw;
  left: 25.06667vw;
  width: 42.53333vw;
}

@media (min-width: 768px) {
  .derived_img.-img02 > .card02 {
    top: 0.14641vw;
    left: 1.02489vw;
    width: 15.73939vw;
  }
}

.derived_img.-img02 > .img {
  position: relative;
  z-index: 10;
  margin: auto;
  width: 40.53333vw;
}

@media (min-width: 768px) {
  .derived_img.-img02 > .img {
    width: 15.00732vw;
  }
}

.derived_img.-img03 {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 80vw;
  left: 0;
  margin: auto;
  width: 70.66667vw;
}

@media (min-width: 768px) {
  .derived_img.-img03 {
    top: 30.60029vw;
    right: auto;
    bottom: auto;
    left: 0;
    width: 31.91801vw;
  }
}

.derived_img.-img04 {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 71.2vw;
}

@media (min-width: 768px) {
  .derived_img.-img04 {
    top: 57.83309vw;
    right: auto;
    bottom: auto;
    left: -0.21962vw;
    width: 31.40556vw;
  }
}

.derived_img.-img04 > .card01 {
  display: none;
}

@media (min-width: 768px) {
  .derived_img.-img04 > .card01 {
    display: block;
    position: absolute;
    top: -0.21962vw;
    left: -1.39092vw;
    width: 32.79649vw;
  }
}

.derived_img.-img04 > .card02 {
  display: none;
}

@media (min-width: 768px) {
  .derived_img.-img04 > .card02 {
    display: block;
    position: absolute;
    top: -1.24451vw;
    left: 0;
    width: 32.35725vw;
  }
}

.derived_img.-img04 > .img {
  position: relative;
  z-index: 10;
  margin: auto;
}

.derived_caption {
  margin-top: 1.86667vw;
  font-size: 2.66667vw;
  font-weight: 400;
  line-height: 2;
}

@media (min-width: 768px) {
  .derived_caption {
    margin-top: 1.02489vw;
    font-size: 0.87848vw;
  }
}

.derived_textWrap {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-top: -10.13333vw;
  padding: 0 4vw;
  letter-spacing: 0;
  line-height: 2.6;
}

@media (min-width: 768px) {
  .derived_textWrap {
    margin-top: 7.32064vw;
    padding: 0;
    line-height: 2.4;
  }
}

.derived_text {
  font-size: 3.73333vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .derived_text {
    font-size: 1.24451vw;
  }
}

.derived_text + .derived_text {
  margin-top: 9.33333vw;
}

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

.derived_text.-lead {
  letter-spacing: 0.1em;
}

.derived_text ruby rt {
  letter-spacing: -0.53333vw;
  font-size: 2.66667vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .derived_text ruby rt {
    letter-spacing: -1px;
    font-size: 0.73206vw;
  }
}

.derived_text ruby rb {
  display: inline-block;
  line-height: 1;
}

.derived_brackets {
  letter-spacing: -1.5px;
}

.derived_underline {
  position: relative;
  padding-bottom: 0.66667vw;
  line-height: 1;
}

@media (min-width: 768px) {
  .derived_underline {
    padding-bottom: 0.36603vw;
  }
}

.derived_underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.53333vw;
  width: 100%;
  height: 0.53333vw;
  background-color: #e5a6ae;

  -webkit-filter: blur(1px);

          filter: blur(1px);
}

@media (min-width: 768px) {
  .derived_underline::before {
    left: -1%;
    width: 101%;
    height: 3px;

    -webkit-filter: blur(2px);

            filter: blur(2px);
  }
}

.derived_notice {
  display: flex;
  margin-top: 2.93333vw;
  font-size: 2.66667vw;
  font-weight: 500;
  line-height: 2.1;
}

@media (min-width: 768px) {
  .derived_notice {
    margin-top: 2.34261vw;
    font-size: 0.87848vw;
  }
}

.derived_messageWrap {
  position: relative;
  margin-top: 36vw;
  text-align: center;
}

@media (min-width: 768px) {
  .derived_messageWrap {
    margin-top: 2.70864vw;
  }
}

.derived_sakura {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}

.derived_sakura.-left {
  left: 30vw;
}

.derived_message {
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .derived_message {
    font-size: 1.24451vw;
    line-height: 2.4;
  }
}

.derived_message_logo {
  width: 38.66667vw;
  height: 37.33333vw;
}

@media (min-width: 768px) {
  .derived_message_logo {
    width: 13.90922vw;
    height: 16.83748vw;
  }
}

.derived_message_title {
  margin-top: 2vw;
  letter-spacing: 0.15em;
  font-size: 4.26667vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .derived_message_title {
    display: none;
  }
}