@keyframes ripple {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  20% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.2, 2.2);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --pc: 1440 * 100vw;
  --sp: 375 * 100vw;
}

#main {
  overflow: unset;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s;
}
.fade-in.is-in {
  opacity: 1;
}

.lp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
.lp * {
  box-sizing: border-box;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp section {
  position: relative;
}
.lp section.kv .kv-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(527 / var(--pc));
  height: calc(390 / var(--pc));
  z-index: 3;
  border: calc(12 / var(--pc)) solid #fff;
  background: #D6DFE3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-title {
    width: calc(312 / var(--sp));
    height: calc(201 / var(--sp));
  }
}
.lp section.kv .kv-title img {
  width: calc(416 / var(--pc));
  margin-left: calc(-11 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-title img {
    width: calc(250 / var(--sp));
    margin-left: 0;
  }
}
.lp section.kv .kv-image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image {
    width: calc(1100 / var(--pc));
    aspect-ratio: 1100/717;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image {
    aspect-ratio: 375/570;
    width: calc(375 / var(--sp));
  }
}
.lp section.kv .kv-image::before, .lp section.kv .kv-image::after {
  content: "";
  position: absolute;
  background: #D6DFE3;
  opacity: 0;
}
.lp section.kv .kv-image::before {
  bottom: calc(21 / var(--pc));
  left: calc(226 / var(--pc));
  width: calc(180 / var(--pc));
  height: calc(123 / var(--pc));
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image::before {
    bottom: 0;
    left: calc(72 / var(--sp));
    width: calc(125 / var(--sp));
    height: calc(104 / var(--sp));
  }
}
.lp section.kv .kv-image::after {
  top: 0;
  right: calc(65 / var(--pc));
  width: calc(198 / var(--pc));
  height: calc(103 / var(--pc));
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image::after {
    top: calc(20 / var(--sp));
    right: 0;
    width: calc(135 / var(--sp));
    height: calc(84 / var(--sp));
  }
}
.lp section.kv .kv-image li {
  position: absolute;
  opacity: 0;
}
.lp section.kv .kv-image li:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(372 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image li:nth-child(1) {
    width: calc(213 / var(--sp));
  }
}
.lp section.kv .kv-image li:nth-child(2) {
  width: calc(177 / var(--pc));
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image li:nth-child(2) {
    left: calc(502 / var(--pc));
    bottom: calc(43 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image li:nth-child(2) {
    top: calc(41 / var(--sp));
    right: 0;
    width: calc(117 / var(--sp));
  }
}
.lp section.kv .kv-image li:nth-child(3) {
  bottom: calc(43 / var(--pc));
  width: calc(307 / var(--pc));
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image li:nth-child(3) {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image li:nth-child(3) {
    bottom: calc(40 / var(--sp));
    left: calc(18 / var(--sp));
    z-index: 4;
    width: calc(121 / var(--sp));
  }
}
.lp section.kv .kv-image li:nth-child(4) {
  width: calc(137 / var(--pc));
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image li:nth-child(4) {
    left: calc(448 / var(--pc));
    top: calc(15 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image li:nth-child(4) {
    bottom: calc(82 / var(--sp));
    right: calc(135 / var(--sp));
    z-index: 4;
    width: calc(78 / var(--sp));
  }
}
.lp section.kv .kv-image li:nth-child(5) {
  width: calc(268 / var(--pc));
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image li:nth-child(5) {
    right: calc(198 / var(--pc));
    top: calc(36 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image li:nth-child(5) {
    right: 0;
    bottom: calc(19 / var(--sp));
    z-index: 3;
    width: calc(148 / var(--sp));
  }
}
.lp section.kv .kv-catch {
  margin-top: calc(64 / var(--pc));
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-catch {
    margin-top: calc(56 / var(--sp));
  }
}
.lp section.kv .kv-catch h2 {
  margin-bottom: calc(16 / var(--pc));
  font-weight: 400;
  font-size: calc(15 / var(--pc));
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-catch h2 {
    margin-bottom: calc(16 / var(--sp));
    font-size: calc(15 / var(--sp));
  }
}
.lp section.kv .kv-catch p {
  font-size: calc(13 / var(--pc));
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-catch p {
    font-size: calc(13 / var(--sp));
  }
}
.lp section.kv .kv-catch p + p {
  margin-top: calc(16 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-catch p + p {
    margin-top: calc(16 / var(--sp));
  }
}
.lp section.styles {
  display: flex;
  flex-direction: column;
  gap: calc(128 / var(--pc));
  margin-top: calc(104 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles {
    gap: calc(80 / var(--sp));
    margin-top: calc(72 / var(--sp));
  }
}
.lp section.styles article {
  position: relative;
  padding-top: calc(153 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article {
    padding-top: calc(48 / var(--sp));
  }
}
.lp section.styles article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: calc(438 / var(--pc));
  opacity: 0;
  transition: width 0.8s, opacity 1.2s;
  background: #D6DFE3;
}
@media screen and (max-width: 768px) {
  .lp section.styles article::before {
    height: calc(228 / var(--sp));
  }
}
.lp section.styles article.is-in::before {
  width: 100%;
  opacity: 1;
}
.lp section.styles article .article-inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .lp section.styles article .article-inner {
    width: calc(944 / var(--pc));
    margin-inline: auto;
  }
  .lp section.styles article .article-inner::after {
    content: "";
    display: block;
    clear: both;
  }
}
.lp section.styles article .style-head {
  margin-bottom: calc(64 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article .style-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-head {
    margin-bottom: calc(32 / var(--sp));
    padding-inline: calc(32 / var(--sp));
  }
}
.lp section.styles article .style-head .no {
  position: relative;
  width: 100%;
  margin-bottom: calc(20 / var(--pc));
  padding-bottom: calc(10 / var(--pc));
  font-style: italic;
  font-family: "Cormorant Infant", serif;
  text-transform: uppercase;
  font-size: calc(24 / var(--pc));
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-head .no {
    margin-bottom: calc(20 / var(--sp));
    padding-bottom: calc(10 / var(--sp));
    font-size: calc(16 / var(--sp));
  }
}
.lp section.styles article .style-head .no::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-head .no::before {
    height: 0.75px;
  }
}
.lp section.styles article .style-head .no i {
  margin-left: calc(8 / var(--pc));
  font-family: "Cormorant Infant", serif;
}
.lp section.styles article .style-head .name {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: calc(56 / var(--pc));
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-head .name {
    font-size: calc(40 / var(--sp));
  }
}
.lp section.styles article .style-head p {
  font-family: "Shippori Mincho", serif;
  font-size: calc(16 / var(--pc));
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .lp section.styles article .style-head p {
    margin-left: calc(10 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-head p {
    margin-top: calc(10 / var(--sp));
    font-size: calc(12 / var(--sp));
    letter-spacing: 0.03em;
  }
}
.lp section.styles article .image01 {
  position: relative;
  width: calc(480 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article .image01 {
    height: calc(720 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image01 {
    width: calc(343 / var(--sp));
  }
}
.lp section.styles article .image01 .item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.lp section.styles article .image01 .item-label .today {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(24 / var(--pc));
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image01 .item-label .today {
    font-size: calc(18 / var(--sp));
  }
}
.lp section.styles article .image01 .item-label .label {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: calc(14 / var(--pc));
  margin-top: calc(11 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image01 .item-label .label {
    gap: calc(10 / var(--sp));
    margin-top: calc(11 / var(--sp));
  }
}
.lp section.styles article .image01 .item-label .label span {
  padding: calc(5 / var(--pc)) calc(5 / var(--pc)) calc(5 / var(--pc));
  background: rgba(255, 255, 255, 0.9);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Shippori Mincho", serif;
  font-size: calc(18 / var(--pc));
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.18em;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image01 .item-label .label span {
    padding: calc(6 / var(--sp)) calc(3 / var(--sp)) calc(4 / var(--sp));
    font-size: calc(16 / var(--sp));
  }
}
.lp section.styles article .image01 .item-label .label span:nth-of-type(1) {
  transition-delay: 0.3s;
}
.lp section.styles article .image01 .item-label .label span:nth-of-type(2) {
  transition-delay: 0.7s;
}
.lp section.styles article .image01 .item-label.is-in .label span {
  transform: translateY(0);
  opacity: 1;
}
.lp section.styles article .style-comment {
  display: flex;
  align-items: center;
  width: calc(371 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article .style-comment {
    display: flex;
    justify-content: center;
    height: calc(720 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-comment {
    width: calc(282 / var(--sp));
    margin-top: calc(44 / var(--sp));
    margin-left: calc(52 / var(--sp));
  }
}
.lp section.styles article .style-comment p {
  position: relative;
  font-size: calc(13 / var(--pc));
  line-height: 1.9;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-comment p {
    font-size: calc(13 / var(--sp));
  }
}
.lp section.styles article .style-comment p::before, .lp section.styles article .style-comment p::after {
  content: "";
  position: absolute;
  width: calc(25 / var(--pc));
  aspect-ratio: 25/16;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-comment p::before, .lp section.styles article .style-comment p::after {
    width: calc(25 / var(--sp));
  }
}
.lp section.styles article .style-comment p::before {
  top: calc(-20 / var(--pc));
  left: calc(-20 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/icon-left.svg);
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-comment p::before {
    top: calc(-20 / var(--sp));
    left: calc(-20 / var(--sp));
  }
}
.lp section.styles article .style-comment p::after {
  bottom: calc(-20 / var(--pc));
  right: calc(-9 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/icon-right.svg);
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-comment p::after {
    bottom: calc(-20 / var(--sp));
    right: calc(-9 / var(--sp));
  }
}
.lp section.styles article .style-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-point {
    align-items: flex-end;
    margin-top: calc(60 / var(--sp));
    padding-right: calc(32 / var(--sp));
  }
}
.lp section.styles article .style-point .point {
  margin-bottom: calc(16 / var(--pc));
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
  color: #9A926B;
  font-size: calc(24 / var(--pc));
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-point .point {
    margin-bottom: calc(12 / var(--sp));
    margin-right: calc(6 / var(--sp));
    font-size: calc(18 / var(--sp));
  }
}
.lp section.styles article .style-point p {
  padding: calc(4 / var(--pc)) calc(6 / var(--pc)) calc(7 / var(--pc));
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: calc(18 / var(--pc));
  line-height: 1.1;
  color: #fff;
  background: #A49E80;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-point p {
    padding: calc(4 / var(--sp)) calc(7 / var(--sp)) calc(7 / var(--sp));
    font-size: calc(16 / var(--sp));
  }
}
.lp section.styles article .style-point p + p {
  margin-top: calc(8 / var(--pc));
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-point p + p {
    margin-top: calc(8 / var(--sp));
  }
}
.lp section.styles article .style-point.is-in p {
  transform: translateX(0);
  opacity: 1;
}
.lp section.styles article .image02 {
  width: calc(360 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image02 {
    width: calc(285 / var(--sp));
    margin-top: calc(28 / var(--sp));
  }
}
.lp section.styles article .image03 {
  width: calc(280 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article .image03 {
    position: absolute;
    left: calc(202 / var(--pc));
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image03 {
    width: calc(210 / var(--sp));
    margin-top: calc(-37 / var(--sp));
    margin-left: calc(141 / var(--sp));
  }
}
.lp section.styles article .style-detail {
  width: calc(405 / var(--pc));
  margin-top: calc(32 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-detail {
    width: calc(312 / var(--sp));
    margin-top: calc(26 / var(--sp));
    margin-inline: auto;
  }
}
.lp section.styles article .style-detail p {
  font-size: calc(13 / var(--pc));
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-detail p {
    font-size: calc(13 / var(--sp));
  }
}
.lp section.styles article .style-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / var(--pc)) calc(10 / var(--pc));
  margin-top: calc(16 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-detail ul {
    gap: calc(8 / var(--sp)) calc(10 / var(--sp));
    margin-top: calc(16 / var(--sp));
  }
}
.lp section.styles article .style-detail ul li {
  font-family: "Libre Caslon Display", serif;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 2%; /* 0.26px */
  text-underline-offset: 20%; /* 2.6px */
  text-underline-position: from-font;
  font-size: calc(13 / var(--pc));
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-detail ul li {
    font-size: calc(13 / var(--sp));
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .image01, .lp section.styles article.style05 .image01 {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .image01, .lp section.styles article.style05 .image01 {
    margin-left: auto;
  }
}
.lp section.styles article.style01 .image01 .item-label, .lp section.styles article.style05 .image01 .item-label {
  top: calc(72 / var(--pc));
  right: calc(56 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .image01 .item-label, .lp section.styles article.style05 .image01 .item-label {
    top: calc(56 / var(--sp));
    right: calc(40 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .style-comment, .lp section.styles article.style05 .style-comment {
    float: left;
    margin-left: calc(84 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .style-point, .lp section.styles article.style05 .style-point {
    float: left;
    margin-top: calc(142 / var(--pc));
    margin-left: calc(115 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .image02, .lp section.styles article.style05 .image02 {
    float: right;
    margin-top: calc(-88 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .image02, .lp section.styles article.style05 .image02 {
    margin-left: calc(24 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .style-detail, .lp section.styles article.style05 .style-detail {
    float: left;
    margin-left: calc(115 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .article-inner, .lp section.styles article.style06 .article-inner {
    padding-bottom: calc(290 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .image01, .lp section.styles article.style06 .image01 {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .image01, .lp section.styles article.style06 .image01 {
    margin-inline: auto;
  }
}
.lp section.styles article.style02 .image01 .item-label, .lp section.styles article.style06 .image01 .item-label {
  top: calc(85 / var(--pc));
  left: calc(91 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .image01 .item-label, .lp section.styles article.style06 .image01 .item-label {
    top: calc(47 / var(--sp));
    left: calc(62 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .style-comment, .lp section.styles article.style06 .style-comment {
    float: left;
    margin-left: calc(20 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .style-point, .lp section.styles article.style06 .style-point {
    float: right;
    width: calc(450 / var(--pc));
    margin-top: calc(79 / var(--pc));
    margin-right: calc(-52 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .image02, .lp section.styles article.style06 .image02 {
    float: left;
    margin-top: calc(-197 / var(--pc));
    margin-left: calc(-52 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .style-detail, .lp section.styles article.style06 .style-detail {
    float: right;
    width: calc(450 / var(--pc));
    margin-right: calc(-52 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .style-detail ul li {
    letter-spacing: -0.015em;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .image01 {
    float: left;
  }
}
.lp section.styles article.style03 .image01 .item-label {
  top: calc(72 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .image01 .item-label {
    left: calc(56 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .image01 .item-label {
    top: calc(40 / var(--sp));
    left: calc(28 / var(--sp));
  }
}
.lp section.styles article.style03 .image01 .item-label .today {
  color: #000;
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .style-comment {
    float: left;
    margin-left: calc(84 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .style-point {
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    width: calc(405 / var(--pc));
    margin-top: calc(138 / var(--pc));
    margin-left: calc(114 / var(--pc));
  }
  .lp section.styles article.style03 .style-point .point {
    width: 100%;
  }
  .lp section.styles article.style03 .style-point p + p {
    margin-top: 0;
    margin-left: calc(-5 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .style-point p:nth-of-type(1) {
    padding-right: calc(0 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .image02 {
    float: right;
    margin-top: calc(-88 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .image02 {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .style-detail {
    float: left;
    margin-left: calc(114 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .style-detail ul {
    width: calc(100% + 10 / var(--sp));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .style-detail ul li {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .image01 {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .image01 {
    width: 100%;
  }
}
.lp section.styles article.style04 .image01 .item-label {
  top: calc(72 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .image01 .item-label {
    left: calc(67 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .image01 .item-label {
    top: calc(80 / var(--sp));
    right: calc(28 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .style-comment {
    float: left;
    margin-left: calc(20 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .style-point {
    float: left;
    margin-top: calc(301 / var(--pc));
    margin-left: calc(35 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .image02 {
    float: right;
    margin-top: calc(159 / var(--pc));
    margin-right: calc(35 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .image02 {
    width: calc(320 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .image03 {
    bottom: calc(483 / var(--pc));
    left: calc(113 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .image03 {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .style-detail {
    float: left;
    width: calc(450 / var(--pc));
    margin-left: calc(35 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .image01 .item-label {
    top: calc(55 / var(--sp));
    right: calc(55 / var(--sp));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .style-detail ul li {
    letter-spacing: -0.005em;
  }
}
.lp section.styles article.style06 .image01 .item-label {
  top: calc(65 / var(--pc));
  left: calc(45 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .image01 .item-label {
    top: calc(32 / var(--sp));
    left: calc(26 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style06 .style-point {
    margin-top: calc(113 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style06 .image02 {
    margin-top: calc(-163 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .style-detail p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .style-detail ul {
    width: calc(100% + 10 / var(--sp));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .style-detail ul li {
    letter-spacing: -0.005em;
  }
}
.lp section.staff-item {
  margin-top: calc(200 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item {
    margin-top: calc(106 / var(--sp));
  }
}
.lp section.staff-item h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item h2 {
    flex-direction: column;
    gap: calc(12 / var(--sp));
  }
}
.lp section.staff-item h2.is-in {
  --opacity: 1;
}
.lp section.staff-item h2 span {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(34 / var(--pc));
  line-height: 1.4;
  color: #fff;
  letter-spacing: -0.03em;
  background: #94AAB5;
  padding-bottom: calc(2 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item h2 span {
    padding: calc(0 / var(--sp)) calc(8 / var(--sp)) calc(2 / var(--sp));
    font-size: calc(24 / var(--sp));
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 769px) {
  .lp section.staff-item h2 span:nth-child(1) {
    padding-left: calc(19 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.staff-item h2 span:nth-child(2) {
    padding-right: calc(19 / var(--pc));
  }
}
.lp section.staff-item h2 span i {
  display: inline-block;
  font-style: normal;
  opacity: var(--opacity, 0);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.lp section.staff-item .description {
  margin-top: calc(24 / var(--pc));
  text-align: center;
  font-weight: 300;
  font-size: calc(13 / var(--pc));
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .description {
    margin-top: calc(17 / var(--sp));
    margin-inline: calc(12 / var(--sp));
    font-size: calc(13 / var(--sp));
  }
}
.lp section.staff-item .items {
  width: calc(1010 / var(--pc));
  margin-inline: auto;
  margin-top: calc(48 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items {
    position: relative;
    width: 100%;
    margin-top: calc(32 / var(--sp));
    overflow: hidden;
  }
}
.lp section.staff-item .items .item-image {
  position: relative;
  aspect-ratio: 1010/563;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image {
    aspect-ratio: 375/438;
  }
}
.lp section.staff-item .items .item-image .staff-trigger {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .lp section.staff-item .items .item-image .staff-trigger {
    padding-left: calc(25 / var(--pc));
  }
  .lp section.staff-item .items .item-image .staff-trigger::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger {
    width: calc(26 / var(--sp));
    aspect-ratio: 1;
  }
}
.lp section.staff-item .items .item-image .staff-trigger .icon {
  position: absolute;
  top: calc(4 / var(--pc));
  left: 0;
  background: #fff;
  border-radius: 50%;
  width: calc(20 / var(--pc));
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Upright", serif;
  font-size: calc(16 / var(--pc));
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger .icon {
    top: 0;
    left: unset;
    right: 0;
    width: calc(26 / var(--sp));
    font-size: calc(18 / var(--sp));
  }
  .lp section.staff-item .items .item-image .staff-trigger .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background: #fff;
  }
  .lp section.staff-item .items .item-image .staff-trigger .icon::after {
    content: "";
    position: absolute;
    top: calc(-4 / var(--sp));
    left: calc(-4 / var(--sp));
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -2;
    border: calc(4 / var(--sp)) solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
  }
}
.lp section.staff-item .items .item-image .staff-trigger.selected .icon::before {
  animation: ripple 1.5s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
.lp section.staff-item .items .item-image .staff-trigger .item-label {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger .item-label {
    display: none;
  }
}
.lp section.staff-item .items .item-image .staff-trigger .item-label .name {
  font-size: calc(13 / var(--pc));
  line-height: 1.4;
}
.lp section.staff-item .items .item-image .staff-trigger .item-label .price {
  margin-top: calc(6 / var(--pc));
  font-family: "Cormorant Infant", serif;
  font-size: calc(13 / var(--pc));
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 2.5%; /* 0.325px */
  text-underline-offset: 21%; /* 2.73px */
  text-underline-position: from-font;
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=a] {
  bottom: calc(27 / var(--pc));
  left: calc(476 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger[data-item=a] {
    bottom: calc(177 / var(--sp));
    left: calc(175 / var(--sp));
  }
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=a]::before {
  top: calc(-77 / var(--pc));
  left: calc(50 / var(--pc));
  width: calc(4 / var(--pc));
  height: calc(64 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/trigger-border-a.svg);
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=b] {
  top: calc(269 / var(--pc));
  right: calc(27 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger[data-item=b] {
    top: calc(111 / var(--sp));
    right: calc(20 / var(--sp));
  }
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=b]::before {
  top: calc(-46 / var(--pc));
  right: calc(144 / var(--pc));
  width: calc(64 / var(--pc));
  height: calc(33 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/trigger-border-b.svg);
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=c] {
  bottom: calc(23 / var(--pc));
  left: calc(147 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger[data-item=c] {
    bottom: calc(122 / var(--sp));
    left: calc(70 / var(--sp));
  }
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=c]::before {
  top: calc(2 / var(--pc));
  right: calc(-44 / var(--pc));
  width: calc(30 / var(--pc));
  height: calc(31 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/trigger-border-c.svg);
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=d] {
  top: calc(97 / var(--pc));
  left: calc(35 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger[data-item=d] {
    top: calc(49 / var(--sp));
    left: calc(33 / var(--sp));
  }
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=d]::before {
  bottom: calc(-32 / var(--pc));
  right: calc(-56 / var(--pc));
  width: calc(62 / var(--pc));
  height: calc(21 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/trigger-border-d.svg);
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=e] {
  top: calc(30 / var(--pc));
  left: calc(234 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger[data-item=e] {
    top: calc(26 / var(--sp));
    left: calc(111 / var(--sp));
  }
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=e]::before {
  top: calc(54 / var(--pc));
  left: calc(129 / var(--pc));
  width: calc(27 / var(--pc));
  height: calc(25 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/trigger-border-e.svg);
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=f] {
  top: calc(54 / var(--pc));
  right: calc(107 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger[data-item=f] {
    top: calc(49 / var(--sp));
    right: calc(74 / var(--sp));
  }
}
.lp section.staff-item .items .item-image .staff-trigger[data-item=f]::before {
  top: calc(15 / var(--pc));
  left: calc(-42 / var(--pc));
  width: calc(28 / var(--pc));
  height: calc(65 / var(--pc));
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/trigger-border-f.svg);
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .item-image .staff-trigger.selected .icon {
    background: #6194AD;
    color: #fff;
  }
}
.lp section.staff-item .items .comment {
  margin-top: calc(48 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.staff-item .items .comment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(24 / var(--pc)) 0;
  }
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .comment {
    margin-top: calc(28 / var(--sp));
    padding-inline: calc(32 / var(--sp));
    padding-bottom: calc(122 / var(--sp));
  }
}
.lp section.staff-item .items .comment h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: calc(24 / var(--pc));
  line-height: 1;
  text-transform: uppercase;
  color: #A49E80;
}
@media screen and (min-width: 769px) {
  .lp section.staff-item .items .comment h3 {
    width: 100%;
    margin-bottom: calc(8 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .comment h3 {
    font-weight: 600;
    font-size: calc(18 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.staff-item .items .comment .staff {
    position: relative;
    padding-left: calc(32 / var(--pc));
    width: calc(520 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(4 / var(--pc));
    left: 0;
    width: calc(24 / var(--pc));
    aspect-ratio: 1;
    border-radius: 50%;
    background: #A49E80;
    color: #fff;
    font-family: "Cormorant Upright", serif;
    font-size: calc(16 / var(--pc));
    line-height: 1;
  }
  .lp section.staff-item .items .comment .staff[data-item=a] {
    width: calc(269 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff[data-item=a]::before {
    content: "A";
  }
  .lp section.staff-item .items .comment .staff[data-item=b] {
    width: calc(326 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff[data-item=b]::before {
    content: "B";
  }
  .lp section.staff-item .items .comment .staff[data-item=c] {
    width: calc(311 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff[data-item=c]::before {
    content: "C";
  }
  .lp section.staff-item .items .comment .staff[data-item=d] {
    width: calc(269 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff[data-item=d]::before {
    content: "D";
  }
  .lp section.staff-item .items .comment .staff[data-item=e] {
    width: calc(326 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff[data-item=e]::before {
    content: "E";
  }
  .lp section.staff-item .items .comment .staff[data-item=f] {
    width: calc(311 / var(--pc));
  }
  .lp section.staff-item .items .comment .staff[data-item=f]::before {
    content: "F";
  }
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .comment .staff {
    position: absolute;
    top: calc(438 / var(--sp));
    left: 0;
    width: 100%;
    padding-inline: calc(32 / var(--sp));
    padding-top: calc(28 / var(--sp));
    pointer-events: none;
    transition: transform 400ms ease;
    transform: translateX(100%);
  }
  .lp section.staff-item .items .comment .staff.enter-ready {
    transform: translateX(-100%);
    z-index: 3;
  }
  .lp section.staff-item .items .comment .staff.leaving {
    transform: translateX(100%);
    z-index: 1;
  }
  .lp section.staff-item .items .comment .staff.selected {
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .lp section.staff-item .items .comment .staff h3 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lp section.staff-item .items .comment .staff .item-label {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .comment .staff .item-label {
    position: absolute;
    top: calc(-101 / var(--sp));
    left: 0;
    width: 100%;
    height: calc(101 / var(--sp));
    padding: calc(24 / var(--sp)) calc(32 / var(--sp));
    background: rgba(255, 255, 255, 0.6);
  }
  .lp section.staff-item .items .comment .staff .item-label .name {
    font-size: calc(13 / var(--sp));
    line-height: 1.75;
  }
  .lp section.staff-item .items .comment .staff .item-label .price {
    margin-top: calc(10 / var(--sp));
    font-family: "Libre Caslon Display", serif;
    font-size: calc(13 / var(--sp));
    line-height: calc(22 / var(--sp));
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: 2%; /* 0.26px */
    text-underline-offset: 20%; /* 2.6px */
    text-underline-position: from-font;
  }
}
.lp section.staff-item .items .comment .staff p {
  font-size: calc(13 / var(--pc));
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .items .comment .staff p {
    height: calc(113 / var(--sp));
    margin-top: calc(8 / var(--sp));
    font-size: calc(13 / var(--sp));
    line-height: 1.9;
    letter-spacing: 0;
  }
}
.lp section.staff-item .staff-all {
  margin-top: calc(106 / var(--pc));
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-all {
    margin-top: calc(13 / var(--sp));
  }
}
.lp section.staff-item .staff-all h3 {
  font-weight: 400;
  font-size: calc(14 / var(--pc));
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-all h3 {
    font-size: calc(14 / var(--sp));
  }
}
.lp section.staff-item .staff-all .all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(306 / var(--pc));
  height: calc(56 / var(--pc));
  margin-top: calc(17 / var(--pc));
  margin-inline: auto;
  font-family: "Cormorant Garamond", serif;
  font-size: calc(20 / var(--pc));
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: calc(88 / var(--pc));
  background: #A49E80;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-all .all-btn {
    width: calc(306 / var(--sp));
    height: calc(56 / var(--sp));
    margin-top: calc(17 / var(--sp));
    font-size: calc(20 / var(--sp));
    border-radius: calc(30 / var(--sp));
  }
}
.lp section.staff-item .staff-all .all-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(22 / var(--pc));
  transform: translateY(-50%);
  width: calc(9 / var(--pc));
  aspect-ratio: 9/14;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://file.stola.jp/cms/previous/2025/staffwork20250909/img/icon-arrow.svg);
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-all .all-btn::after {
    right: calc(22 / var(--sp));
    width: calc(9 / var(--sp));
  }
}
.lp section.staff-item .staff-credit {
  margin-top: calc(180 / var(--pc));
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-credit {
    margin-top: calc(64 / var(--sp));
  }
}
.lp section.staff-item .staff-credit h3 {
  font-weight: 300;
  font-size: calc(24 / var(--pc));
  line-height: 1.85;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-credit h3 {
    font-size: calc(20 / var(--sp));
  }
}
.lp section.staff-item .staff-credit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: calc(10 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-credit ul {
    margin-top: calc(6 / var(--sp));
  }
}
.lp section.staff-item .staff-credit ul li {
  font-size: calc(14 / var(--pc));
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .lp section.staff-item .staff-credit ul li {
    font-size: calc(13 / var(--sp));
  }
}
.lp.start section.kv .kv-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.7s;
}
.lp.start section.kv .kv-image::before, .lp.start section.kv .kv-image::after {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.lp.start section.kv .kv-image li {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.lp.start section.kv .kv-image li:nth-child(1) {
  animation-delay: 0.3s;
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-image li:nth-child(2) {
    animation-delay: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-image li:nth-child(2) {
    animation-delay: 0.5s;
  }
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-image li:nth-child(3) {
    animation-delay: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-image li:nth-child(3) {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-image li:nth-child(4) {
    animation-delay: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-image li:nth-child(4) {
    animation-delay: 0.6s;
  }
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-image li:nth-child(5) {
    animation-delay: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-image li:nth-child(5) {
    animation-delay: 0.4s;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */