/*
* about-story.css
*/

.mv_title {
  top: 8.53333vw;
}
.mv_lead {
  top: 8.53333vw;
  left: 8.26667vw;
  letter-spacing: 0.47em;
}
.message {
  padding-top: 19.73333vw;
}
.message_lead {
  letter-spacing: 0.1em;
}
.about_link {
  margin-top: 21.6vw;
}

@media (min-width: 768px) {
  .mv_title {
    top: 7.39385vw;
  }
  .mv_lead {
    top: 7.39385vw;
    left: 9.73646vw;
    letter-spacing: 0.47em;
  }
  .message {
    margin-bottom: -7.32064vw;
    padding-top: 8.9312vw;
    padding-bottom: 7.32064vw;
  }
  .message_lead {
    letter-spacing: 0;
  }
  .about_link {
    margin-top: 11.34699vw;
  }
}

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

/* --------------------------------
stories
-------------------------------- */
.stories {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

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

.stories_inner {
  margin: auto;
  padding: 0 4.8vw;
}

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

/* --------------------------------
story
-------------------------------- */
.story {
  position: relative;
  padding: 23.46667vw 4.8vw 0;
}

@media (min-width: 768px) {
  .story {
    padding: 5.85652vw 0 0;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(odd) {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(even) {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(2) {
    margin-top: -65.15373vw;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(3) {
    margin-top: -10.2489vw;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(4) {
    margin-top: -61.27379vw;
    padding-bottom: 12.5183vw;
  }
}

.story.-packege {
  padding-top: 17.86667vw;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .story.-packege {
    margin-top: -2.70864vw;
    padding-top: 0;
    width: 100%;
  }
}

.story_line {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8vw;
  width: 1px;
  background-color: #dbd1da;
}

.story:first-of-type .story_line {
  background: linear-gradient(180deg, transparent 0%, #dbd1da 10%);
  background-color: transparent;
}

@media (min-width: 768px) {
  .story:first-of-type .story_line {
    background: linear-gradient(90deg, transparent 0%, #dbd1da 10%, #dbd1da 90%, transparent 100%);
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(odd) .story_line {
    right: -1px;
    left: auto;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(even) .story_line {
    left: 0;
  }
}

.story.-packege .story_line {
  bottom: auto;
  height: 25%;
  background: linear-gradient(0deg, transparent 0%, #dbd1da 10%);
  background-color: transparent;
}

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

.story_inner {
  position: relative;
  padding: 25.6vw 6.4vw 0 8.53333vw;
}

@media (min-width: 768px) {
  .story:nth-of-type(odd) .story_inner {
    padding: 13.6896vw 7.61347vw 0 4.39239vw;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(even) .story_inner {
    padding: 14.05564vw 4.5388vw 0 8.19912vw;
  }
}

.story.-serum .story_inner {
  padding-top: 0;
}

.story.-packege .story_inner {
  padding-top: 33.06667vw;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .story.-packege .story_inner {
    padding-top: 22.40117vw;
    padding-bottom: 0.43924vw;
  }
}

.story_age {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 32vw;
  height: 32vw;
  letter-spacing: 0.2em;
  color: #4d4d4d;
  font-size: 5.33333vw;
  line-height: 1;
}

@media (min-width: 768px) {
  .story_age {
    width: 17.56955vw;
    height: 17.56955vw;
    font-size: 2.04978vw;
  }
}

.story_age::before,
.story_age::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #dbd1da;
  border-left: 1px solid #dbd1da;
  border-radius: 50%;
}

.story_age::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.story_age::after {
  -webkit-transform: rotate(85deg);
          transform: rotate(85deg);
}

@media (min-width: 768px) {
  .story_age::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  
  .story_age::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .story:nth-of-type(2) .story_age::before {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
  
  .story:nth-of-type(2) .story_age::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.story.-packege .story_age {
  width: 50vw;
  height: 50vw;
  font-size: 5.06667vw;
}

@media (min-width: 768px) {
  .story.-packege .story_age {
    width: 27.2328vw;
    height: 27.2328vw;
    font-size: 2.19619vw;
  }
}

.story.-packege .story_age::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.story.-packege .story_age::after {
  -webkit-transform: rotate(85deg);
          transform: rotate(85deg);
}

@media (min-width: 768px) {
  .story:nth-of-type(odd):not(.-packege) .story_age {
    right: auto;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(even):not(.-packege) .story_age {
    left: auto;
  }
}

.story_age > i::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16vw;
  margin: auto;
  width: 16vw;
  height: 1px;
  background-color: #dbd1da;
}

@media (min-width: 768px) {
  .story_age > i::before {
    display: none;
  }
}

.story_age > i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16vw;
  margin: auto;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #dbd1da;
}

@media (min-width: 768px) {
  .story_age > i::after {
    display: none;
  }
}

.story_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-right: 2.66667vw;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.4em;
  font-size: 5.06667vw;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .story_title {
    font-size: 1.75695vw;
    line-height: 2.35;
  }
}

.story_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9.33333vw;
  margin: auto;
  width: 34.66667vw;
  height: 1px;
  background-color: #dbd1da;
}

@media (min-width: 768px) {
  .story_title::before {
    width: 18.88726vw;
  }
}

.story_title.-line2::before {
  width: 32vw;
}

@media (min-width: 768px) {
  .story_title.-line2::before {
    width: 17.27672vw;
  }
}

.story_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9.33333vw;
  margin: auto;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #dbd1da;
}

@media (min-width: 768px) {
  .story_title::after {
    width: 0.80527vw;
    height: 0.80527vw;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(odd) .story_title {
    padding-right: 0.29283vw;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(odd) .story_title::before,
  .story:nth-of-type(odd) .story_title::after {
    right: -8.05271vw;
    left: auto;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(even) .story_title {
    padding-right: 0;
    padding-left: 0.73206vw;
  }
}

@media (min-width: 768px) {
  .story:nth-of-type(even) .story_title::before,
  .story:nth-of-type(even) .story_title::after {
    right: auto;
    left: -8.56515vw;
  }
}

.story.-packege .story_title::before,
.story.-packege .story_title::after {
  display: none;
}

.story_title .space {
  margin-top: 0.4em;
}

.story_title_val01 {
  display: block;
}

.story_title_val02 {
  display: block;
  margin-top: 25.33333vw;
}

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

.story:nth-of-type(3) .story_title_val02 {
  margin-top: 19.73333vw;
}

@media (min-width: 768px) {
  .story:nth-of-type(3) .story_title_val02 {
    margin-top: 7.02782vw;
  }
}

.story:nth-of-type(4) .story_title_val02 {
  margin-top: 4.8vw;
}

@media (min-width: 768px) {
  .story:nth-of-type(4) .story_title_val02 {
    margin-top: 1.46413vw;
  }
}

.story.-packege .story_title_val02 {
  margin-top: 10.13333vw;
}

@media (min-width: 768px) {
  .story.-packege .story_title_val02 {
    margin-top: 3.80673vw;
  }
}

.story_textarea {
  position: relative;
  z-index: 1;
  margin-top: 5.33333vw;
}

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

.story.-packege .story_textarea {
  margin-top: 10.66667vw;
}

@media (min-width: 768px) {
  .story.-packege .story_textarea {
    margin-top: 1.46412vw;
  }
}

.story_text {
  font-size: 3.73333vw;
  line-height: 2;
}

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

.story_text + .story_text {
  margin-top: 7.46667vw;
}

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

.story_text.-caption {
  display: flex;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .story_text.-caption {
    margin-top: 1.46413vw;
    font-size: 0.95168vw;
  }
}

.story_text.-caption + .-caption {
  margin-top: 0 !important;
}

.story_text.-caption > span:nth-of-type(1) {
  flex-shrink: 0;
  margin-right: 0.93333vw;
}

@media (min-width: 768px) {
  .story_text.-caption > span:nth-of-type(1) {
    margin-right: 0.51245vw;
  }
}

.story.-packege .story_text {
  padding: 0 5.33333vw;
  text-align: center;
}

.story_text rt {
  font-size: 75%;
}

.story_img {
  position: relative;
  margin-top: 6.93333vw;
  width: 100%;
}

.story_img .story_package_img {
  margin-inline: auto;
  display: block;
  width: 33.4667vw;
  aspect-ratio: 1 / 1.86458;
}

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

.story.-packege .story_img {
  position: relative;
  /* margin-top: -20.26667vw; */
  margin-top: -58.66666vw;
  margin-bottom: -15.46667vw;
  /* padding: 8.26667vw 13.33333vw; */
  padding: 68vw 13.33333vw 19.46666vw;
}

@media (min-width: 768px) {
  .story.-packege .story_img {
    margin-top: -11.71303vw;
    padding-block: 18.44802vw;
    padding-inline: 33.16251vw 31.8448vw;
  }
}

.story.-packege .story_img img {
  -webkit-filter: drop-shadow(9px 9px 0 rgba(149, 149, 149, 0.2));
          filter: drop-shadow(9px 9px 0 rgba(149, 149, 149, 0.2));
}

@media (min-width: 768px) {
  .story.-packege .story_img img {
    -webkit-filter: none;
            filter: none;
  }
}

.story_img_bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 125.4411765%;
  background-image: url(/sakurae/assets/img/about-story/bg_sm.png);
  background-position: top center;
  background-size: cover;
  pointer-events: none;
}

@media (min-width: 768px) {
  .story_img_bg {
    margin: auto;
    padding-top: 83.4202294%;
    width: 70.27818vw;
    background-image: url(/sakurae/assets/img/about-story/bg_lg.png);
  }
}

.story_sakura {
  position: absolute;
  margin: auto;
}

@media (min-width: 768px) {
  .story_sakura {
    bottom: 14.64129vw;
  }
}

.story_sakura.-sakura01 {
  bottom: 0;
  left: 0;
}

.story_sakura.-sakura02 {
  top: 7.32064vw;
  right: 0;
}

.captions {
  position: relative;
  margin-top: 9.33333vw;
  padding: 0 4.8vw;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .captions {
    margin-top: 2.78184vw;
    font-size: 0.95168vw;
  }
}

.captions .captions_list {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.captions span {
  flex-shrink: 0;
  margin-right: 0.93333vw;
}

@media (min-width: 768px) {
  .captions span {
    margin-right: 0.51245vw;
  }
}