:root {
  --pc: 1300 * 100vw;
  --sp: 375 * 100vw;
}

#header {
  border-bottom: 1px solid #CCC;
}

.fix-header .head-sub-menu {
  display: none !important;
}

.content-inner {
  position: relative;
}

@media screen and (max-width: 769px) {
  #footer {
    margin-top: 0;
    padding-top: 40px;
  }
}
#main {
  overflow: visible;
}

.lp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #333;
  scroll-behavior: smooth;
}
.lp * {
  box-sizing: border-box;
}
.lp .fade, .lp .slideup, .lp .slideleft, .lp .slideright {
  opacity: 0;
}
.lp .fade.active {
  animation: fade 1s ease-in-out forwards;
}
.lp .slideup.active {
  animation: slideup 1s ease-in-out forwards;
}
.lp .slideleft.active {
  animation: slideleft 1s ease-in-out forwards;
}
.lp .slideright.active {
  animation: slideright 1s ease-in-out forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideleft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideright {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes revealFromTop {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes revealClip {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.lp img {
  image-rendering: auto;
  max-width: none;
  display: block;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp .kv {
  width: calc(1070 / var(--pc));
  margin: 0 auto;
  position: relative;
}
.lp .kv .kv-img {
  width: 100%;
  overflow: hidden;
}
.lp .kv .kv-img img {
  animation: zoom 2s ease-in-out forwards;
}
.lp .kv .kv-txt01, .lp .kv .kv-txt02, .lp .kv .scroll {
  position: absolute;
}
.lp .kv .kv-txt01 {
  top: calc(254 / var(--pc));
  left: calc(-26 / var(--pc));
  opacity: 0;
  animation: slideup 0.8s ease-in-out forwards;
}
.lp .kv .kv-txt01 img {
  margin: 0 auto;
}
.lp .kv .kv-txt01 picture:nth-of-type(1) img {
  width: calc(53 / var(--pc));
}
.lp .kv .kv-txt01 picture:nth-of-type(2) img {
  width: calc(348 / var(--pc));
  margin-top: calc(7 / var(--pc));
}
.lp .kv .kv-txt01 picture:nth-of-type(3) img {
  width: calc(211 / var(--pc));
  margin-top: calc(-18 / var(--pc));
  clip-path: inset(0 100% 0 0);
  animation: revealClip 1s ease-out forwards 0.8s;
}
.lp .kv .kv-txt01 picture:nth-of-type(4) img {
  width: calc(195 / var(--pc));
  margin-top: calc(-20 / var(--pc));
}
.lp .kv .scroll {
  font-family: "Inter", sans-serif;
  font-size: calc(10 / var(--pc));
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lp .kv .scroll::after {
  display: block;
  content: "";
  margin: 0 auto;
  width: 1px;
  height: calc(46 / var(--pc));
  border-left: 1px solid #fff;
  animation: scroll 1.5s infinite;
}
.lp .kv .kv-txt02 {
  top: calc(253 / var(--pc));
  right: calc(13 / var(--pc));
  text-align: center;
  opacity: 0;
  animation: slideup 0.8s ease-in-out forwards;
}
.lp .kv .kv-txt02 p:nth-of-type(1) {
  font-size: calc(14 / var(--pc));
  font-weight: 700;
  line-height: calc(26 / var(--pc));
  color: #FFB3B1;
}
.lp .kv .kv-txt02 p:nth-of-type(2) {
  font-size: calc(29 / var(--pc));
  font-weight: 300;
  line-height: 100%;
  position: relative;
}
.lp .kv .kv-txt02 p:nth-of-type(2) span:nth-of-type(1), .lp .kv .kv-txt02 p:nth-of-type(2) span:nth-of-type(2) {
  letter-spacing: -0.15em;
}
.lp .kv .kv-txt02 p:nth-of-type(2) span:nth-of-type(2) {
  letter-spacing: -0.21em;
}
.lp .kv .kv-txt02 p:nth-of-type(2) span:nth-of-type(3) {
  letter-spacing: -0.26em;
}
.lp .kv .kv-txt02 p:nth-of-type(2)::before, .lp .kv .kv-txt02 p:nth-of-type(2)::after {
  display: inline-block;
  content: "";
  width: calc(9 / var(--pc));
  height: calc(8 / var(--pc));
  background: url(../img/double-quotation.webp) no-repeat;
  background-size: cover;
}
.lp .kv .kv-txt02 p:nth-of-type(2)::before {
  vertical-align: top;
}
.lp .kv .kv-txt02 p:nth-of-type(2)::after {
  transform: rotate(180deg);
  vertical-align: bottom;
  margin-left: calc(-5 / var(--pc));
}
.lp .kv .kv-txt02 p:nth-of-type(3) {
  font-size: calc(12 / var(--pc));
  font-weight: 500;
  line-height: calc(20 / var(--pc));
  margin-top: calc(14 / var(--pc));
}
.lp .fixed-txt {
  position: fixed;
  bottom: calc(20 / var(--pc));
  left: calc(21 / var(--pc));
  z-index: 4;
  opacity: 0;
}
.lp .fixed-txt.active {
  animation: fade 0.8s ease-in-out forwards;
}
.lp .fixed-txt.passive {
  animation: fadeout 0.4s ease-in-out forwards;
}
.lp .fixed-txt img {
  margin: 0 auto;
}
.lp .fixed-txt img:nth-of-type(1) {
  width: calc(28 / var(--pc));
}
.lp .fixed-txt img:nth-of-type(2) {
  width: calc(183 / var(--pc));
  margin-top: calc(4 / var(--pc));
}
.lp .fixed-txt img:nth-of-type(3) {
  width: calc(111 / var(--pc));
  margin-top: calc(-10 / var(--pc));
}
.lp .fixed-txt img:nth-of-type(4) {
  width: calc(102 / var(--pc));
  margin-top: calc(-8 / var(--pc));
}
.lp .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.lp .title {
  display: flex;
  gap: 0 calc(12 / var(--pc));
  position: relative;
}
.lp .title::before {
  display: block;
  content: "";
  width: calc(7 / var(--pc));
  flex-shrink: 0;
  background: #FFB3B1;
}
.lp .price {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.lp .price.active {
  animation: revealClip 1s ease-out forwards;
}
.lp .price ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(8 / var(--pc));
}
.lp .price ul li {
  font-family: "Inter", sans-serif;
  font-size: calc(11 / var(--pc));
  font-weight: 300;
}
.lp .price ul li span {
  font-weight: 600;
  color: #FFB3B1;
}
.lp .detail-txt {
  writing-mode: vertical-rl;
  font-size: calc(15 / var(--pc));
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 3;
}
.lp .detail-txt p {
  background: rgba(255, 179, 177, 0.7);
  color: #fff;
  display: inline-block;
  padding: calc(8 / var(--pc)) 0 calc(5 / var(--pc));
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.lp .detail-txt p:nth-of-type(2) {
  margin-right: calc(4 / var(--pc));
}
.lp .detail-txt.active p {
  animation: revealFromTop 1s ease-out forwards 0.5s;
}
.lp .swiper-pagination {
  position: relative;
  display: flex;
  gap: 0 calc(6 / var(--pc));
  margin-top: calc(7 / var(--pc));
}
.lp .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: calc(8 / var(--pc));
  height: calc(8 / var(--pc));
  background: rgba(255, 179, 177, 0.3);
  opacity: 1;
}
.lp .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFB3B1;
}
.lp .marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: calc(197 / var(--pc));
}
.lp .marquee-container .marquee-content {
  display: inline-block;
  animation: marquee-scroll 20s linear infinite;
}
.lp .marquee-container .marquee-content.ashirai3 img {
  width: calc(723 / var(--pc));
  margin-right: calc(30 / var(--pc));
}
.lp .marquee-container .marquee-content img {
  display: inline-block;
  width: calc(746 / var(--pc));
  height: auto;
  margin-right: calc(31 / var(--pc));
}
.lp .style01 {
  width: calc(970 / var(--pc));
  margin: calc(206 / var(--pc)) auto 0;
}
.lp .style01 .img01 {
  width: calc(500 / var(--pc));
}
.lp .style01 .img01 .detail-txt {
  display: none;
}
.lp .style01 .title {
  width: calc(297 / var(--pc));
  margin: calc(-5 / var(--pc)) 0 0 auto;
}
.lp .style01 .title::before {
  height: calc(70 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style01 .price {
  margin: calc(32 / var(--pc)) 0 0 calc(193 / var(--pc));
}
.lp .style01 .img02 {
  width: calc(460 / var(--pc));
  margin: calc(-567 / var(--pc)) 0 0 auto;
  position: relative;
}
.lp .style01 .img02 .detail-txt {
  top: calc(241 / var(--pc));
  left: calc(45 / var(--pc));
}
.lp .style01 .img02 .detail-txt p:nth-of-type(2) {
  margin-top: calc(18 / var(--pc));
}
.lp .style01 .img02 .swiper-pagination {
  justify-content: flex-end;
}
.lp .style02 {
  width: 100%;
  margin: calc(251 / var(--pc)) auto 0;
}
.lp .style02 .title {
  width: calc(317 / var(--pc));
}
.lp .style02 .title::before {
  height: calc(110 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style02 .img01 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin: calc(5 / var(--pc)) 0 0 calc(-17 / var(--pc));
  position: relative;
}
.lp .style02 .img01 .detail-txt {
  top: calc(111 / var(--pc));
  right: calc(73 / var(--pc));
}
.lp .style02 .img01 .detail-txt p:nth-of-type(2) {
  margin-top: calc(19 / var(--pc));
}
.lp .style02 .img02 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin-top: calc(5 / var(--pc));
  animation-delay: 0.5s;
}
.lp .style02 .img02 .swiper-pagination {
  justify-content: flex-end;
}
.lp .style02 .price {
  margin: calc(-7 / var(--pc)) 0 0 calc(300 / var(--pc));
}
.lp .style03 {
  width: 100%;
  margin: calc(201 / var(--pc)) auto 0;
}
.lp .style03 .img01 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin-top: calc(5 / var(--pc));
  position: relative;
}
.lp .style03 .img01 .detail-txt {
  top: calc(221 / var(--pc));
  left: calc(92 / var(--pc));
}
.lp .style03 .img01 .detail-txt p:nth-of-type(2) {
  margin-top: calc(55 / var(--pc));
}
.lp .style03 .img01 .swiper-pagination {
  padding-left: calc(10 / var(--pc));
}
.lp .style03 .img02 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin: calc(45 / var(--pc)) 0 0 calc(-34 / var(--pc));
  z-index: 3;
}
.lp .style03 .price {
  width: calc(89 / var(--pc));
  margin: calc(664 / var(--pc)) 0 0 calc(12 / var(--pc));
}
.lp .style03 .title {
  width: calc(227 / var(--pc));
  margin-left: calc(1 / var(--pc));
}
.lp .style03 .title::before {
  height: calc(110 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style04 {
  width: 100%;
  margin: calc(244 / var(--pc)) auto 0;
}
.lp .style04 .title {
  width: calc(163 / var(--pc));
  margin: calc(130 / var(--pc)) 0 0 calc(72 / var(--pc));
  z-index: 3;
}
.lp .style04 .title::before {
  height: calc(110 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style04 .img01 {
  width: calc(500 / var(--pc));
  margin-left: calc(-86 / var(--pc));
}
.lp .style04 .img02 {
  width: calc(500 / var(--pc));
  margin-left: calc(2 / var(--pc));
  position: relative;
  animation-delay: 0.5s;
}
.lp .style04 .img02 .detail-txt {
  top: calc(219 / var(--pc));
  right: calc(51 / var(--pc));
}
.lp .style04 .img02 .detail-txt p:nth-of-type(2) {
  margin-top: calc(18 / var(--pc));
}
.lp .style04 .img02 .detail-txt.active p {
  animation-delay: 0.5s;
}
.lp .style04 .price {
  margin: calc(-5 / var(--pc)) auto 0;
}
.lp .style05 {
  width: calc(1180 / var(--pc));
  margin: calc(200 / var(--pc)) auto 0;
}
.lp .style05 .title {
  width: calc(404 / var(--pc));
}
.lp .style05 .title::before {
  height: calc(70 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style05 .img01 {
  width: calc(500 / var(--pc));
  margin: calc(2 / var(--pc)) 0 0 calc(220 / var(--pc));
}
.lp .style05 .img01 .detail-txt {
  top: calc(69 / var(--pc));
  bottom: calc(294 / var(--pc));
  left: calc(45 / var(--pc));
}
.lp .style05 .img01 .detail-txt p:nth-of-type(2) {
  margin-top: calc(72 / var(--pc));
}
.lp .style05 .img01 .swiper-pagination {
  justify-content: right;
}
.lp .style05 .img02 {
  width: calc(460 / var(--pc));
  margin-top: calc(-570 / var(--pc));
}
.lp .style05 .price {
  margin: calc(0 / var(--pc)) 0 0 calc(165 / var(--pc));
}
.lp .over-lap {
  background: #fff;
  z-index: 2;
  position: relative;
  padding-top: calc(247 / var(--pc));
}
.lp .style06 {
  width: 100%;
  margin: 0 auto;
}
.lp .style06 .title {
  width: calc(163 / var(--pc));
  margin: calc(33 / var(--pc)) 0 0 calc(150 / var(--pc));
  z-index: 2;
}
.lp .style06 .title::before {
  height: calc(70 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style06 .img01 {
  width: calc(500 / var(--pc));
  margin-left: calc(-163 / var(--pc));
  position: relative;
}
.lp .style06 .img01 .detail-txt {
  top: calc(182 / var(--pc));
  right: calc(78 / var(--pc));
}
.lp .style06 .img01 .detail-txt p:nth-of-type(2) {
  margin-top: calc(55 / var(--pc));
}
.lp .style06 .img02 {
  width: calc(499 / var(--pc));
  margin-left: calc(2 / var(--pc));
  animation-delay: 0.5s;
}
.lp .style06 .price {
  margin: calc(9 / var(--pc)) auto 0;
}
.lp .style07 {
  width: 100%;
  margin: calc(198 / var(--pc)) auto 0;
}
.lp .style07 .title {
  width: calc(317 / var(--pc));
}
.lp .style07 .title::before {
  height: calc(110 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .style07 .img01 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin: calc(6 / var(--pc)) 0 0 calc(14 / var(--pc));
}
.lp .style07 .img01 .detail-txt {
  display: none;
}
.lp .style07 .img01 .swiper-pagination {
  justify-content: flex-end;
  padding-right: calc(40 / var(--pc));
}
.lp .style07 .img02 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin: calc(45 / var(--pc)) 0 0 calc(-31 / var(--pc));
  position: relative;
}
.lp .style07 .img02 .detail-txt {
  top: calc(262 / var(--pc));
  right: calc(62 / var(--pc));
}
.lp .style07 .img02 .detail-txt p:nth-of-type(2) {
  margin-top: calc(18 / var(--pc));
}
.lp .style07 .price {
  margin: calc(-14 / var(--pc)) 0 0 calc(332 / var(--pc));
}
.lp .style08 {
  width: 100%;
  margin: calc(246 / var(--pc)) auto 0;
}
.lp .style08 .img01 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin-top: calc(5 / var(--pc));
}
.lp .style08 .img02 {
  width: calc((100% - 300 / var(--pc)) / 2);
  margin: calc(45 / var(--pc)) 0 0 calc(10 / var(--pc));
}
.lp .style08 .img02 .swiper-slide.slide1 .detail-txt {
  top: calc(71 / var(--pc));
  bottom: calc(300 / var(--pc));
  left: calc(74 / var(--pc));
}
.lp .style08 .img02 .swiper-slide.slide1 .detail-txt p:nth-of-type(2) {
  margin-top: calc(18 / var(--pc));
}
.lp .style08 .img02 .swiper-slide.slide2 .detail-txt {
  top: calc(333 / var(--pc));
  left: calc(45 / var(--pc));
}
.lp .style08 .img02 .swiper-slide.slide2 .detail-txt p:nth-of-type(2) {
  margin-top: calc(18 / var(--pc));
}
.lp .style08 .img02 .swiper-pagination {
  justify-content: flex-end;
}
.lp .style08 .price {
  width: calc(73 / var(--pc));
  margin: calc(666 / var(--pc)) 0 0 calc(10 / var(--pc));
}
.lp .style08 .title {
  width: calc(160 / var(--pc));
  margin-left: calc(37 / var(--pc));
}
.lp .style08 .title::before {
  height: calc(110 / var(--pc));
  margin-top: calc(5 / var(--pc));
}
.lp .staff {
  width: calc(900 / var(--pc));
  margin: calc(300 / var(--pc)) auto 0;
}
.lp .staff .movie {
  width: calc(488 / var(--pc));
}
.lp .staff .movie video {
  width: 100%;
}
.lp .staff .txt {
  margin: calc(140 / var(--pc)) 0 0 calc(102 / var(--pc));
  font-family: "Inter", sans-serif;
  text-align: center;
}
.lp .staff .txt img {
  margin: 0 auto;
}
.lp .staff .txt img:nth-of-type(1) {
  width: calc(45 / var(--pc));
}
.lp .staff .txt img:nth-of-type(2) {
  width: calc(293 / var(--pc));
  margin-top: calc(6 / var(--pc));
}
.lp .staff .txt img:nth-of-type(3) {
  width: calc(177 / var(--pc));
  margin-top: calc(-16 / var(--pc));
}
.lp .staff .txt img:nth-of-type(4) {
  width: calc(163 / var(--pc));
  margin-top: calc(-16 / var(--pc));
}
.lp .staff .txt .staff-list {
  margin-top: calc(37 / var(--pc));
  font-size: calc(12 / var(--pc));
}
.lp .staff .txt .staff-list p {
  font-weight: 500;
  position: relative;
}
.lp .staff .txt .staff-list p::after {
  display: block;
  content: "";
  width: calc(28 / var(--pc));
  height: 1px;
  border-top: 1.5px solid #969696;
  margin: calc(9 / var(--pc)) auto 0;
}
.lp .staff .txt .staff-list ul {
  margin-top: calc(11 / var(--pc));
}
.lp .staff .txt .staff-list ul li {
  font-weight: 300;
  line-height: calc(16 / var(--pc));
}
.lp .staff .txt .staff-list ul li span {
  font-weight: 500;
}
.lp .staff .txt a {
  display: block;
  width: calc(310 / var(--pc));
  background: #FFBAB8;
  color: #fff;
  margin-top: calc(39 / var(--pc));
  font-size: calc(16 / var(--pc));
  line-height: calc(41 / var(--pc));
  letter-spacing: 0.22em;
  text-align: center;
}
.lp .staff .txt a + p {
  font-family: "Noto Serif JP", serif;
  font-size: calc(11 / var(--pc));
  color: #565656;
  margin-top: calc(3 / var(--pc));
}
.lp .ashirai {
  width: calc(700 / var(--pc));
  margin: calc(177 / var(--pc)) auto 0;
}
.lp .ashirai ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(10 / var(--pc)) calc(36 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(1) {
  width: calc(288 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(2) {
  width: calc(273 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(3) {
  width: calc(334 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(4) {
  width: calc(296 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(5) {
  width: calc(406 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(6) {
  width: calc(144 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(7) {
  width: calc(380 / var(--pc));
}
.lp .ashirai ul li:nth-of-type(8) {
  width: calc(284 / var(--pc));
}
.lp .banner {
  margin-top: calc(102 / var(--pc));
  border-top: 1px solid #B3B3B3;
}
.lp .banner img {
  width: calc(500 / var(--pc));
  margin: calc(100 / var(--pc)) auto 0;
  display: block;
}
.lp .banner .backtotop {
  font-family: "Inter", sans-serif;
  font-size: calc(12 / var(--pc));
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  margin: calc(67 / var(--pc)) auto 0;
  display: block;
  width: calc(81 / var(--pc));
}
.lp .banner .backtotop::before {
  display: block;
  content: "";
  width: calc(16 / var(--pc));
  height: calc(8.5 / var(--pc));
  background: url(../img/arrow.webp) no-repeat;
  background-size: cover;
  margin: 0 auto calc(1 / var(--pc));
}
@media screen and (max-width: 769px) {
  .lp .kv {
    width: 100%;
  }
  .lp .kv .kv-txt02 {
    position: static;
  }
  .lp .kv .kv-txt01 {
    top: calc(292 / var(--sp));
    left: calc(63 / var(--sp));
  }
  .lp .kv .kv-txt01 picture:nth-of-type(1) img {
    width: calc(38 / var(--sp));
  }
  .lp .kv .kv-txt01 picture:nth-of-type(2) img {
    width: calc(249 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .kv .kv-txt01 picture:nth-of-type(3) img {
    width: calc(151 / var(--sp));
    margin-top: calc(-13 / var(--sp));
  }
  .lp .kv .kv-txt01 picture:nth-of-type(4) img {
    width: calc(138 / var(--sp));
    margin-top: calc(-15 / var(--sp));
  }
  .lp .kv .scroll {
    font-size: calc(9 / var(--sp));
    bottom: calc(192 / var(--sp));
  }
  .lp .kv .scroll::after {
    height: calc(28 / var(--sp));
  }
  .lp .kv .kv-txt02 {
    margin-top: calc(27 / var(--sp));
  }
  .lp .kv .kv-txt02 p:nth-of-type(1) {
    font-size: calc(12 / var(--sp));
    line-height: calc(22 / var(--sp));
  }
  .lp .kv .kv-txt02 p:nth-of-type(2) {
    font-size: calc(24 / var(--sp));
  }
  .lp .kv .kv-txt02 p:nth-of-type(2)::before, .lp .kv .kv-txt02 p:nth-of-type(2)::after {
    width: calc(8 / var(--sp));
    height: calc(7 / var(--sp));
  }
  .lp .kv .kv-txt02 p:nth-of-type(2)::after {
    margin-left: calc(-5 / var(--sp));
  }
  .lp .kv .kv-txt02 p:nth-of-type(3) {
    font-size: calc(11 / var(--sp));
    font-weight: 400;
    line-height: calc(18 / var(--sp));
    margin-top: calc(11 / var(--sp));
  }
  .lp .fixed-txt {
    top: unset;
    bottom: calc(20 / var(--sp));
    left: calc(10 / var(--sp));
    transform: translateX(0%);
  }
  .lp .fixed-txt img:nth-of-type(1) {
    width: calc(28 / var(--sp));
  }
  .lp .fixed-txt img:nth-of-type(2) {
    width: calc(183 / var(--sp));
    margin-top: calc(4 / var(--sp));
  }
  .lp .fixed-txt img:nth-of-type(3) {
    width: calc(111 / var(--sp));
    margin-top: calc(-10 / var(--sp));
  }
  .lp .fixed-txt img:nth-of-type(4) {
    width: calc(102 / var(--sp));
    margin-top: calc(-10 / var(--sp));
  }
  .lp .title {
    gap: 0 calc(10 / var(--sp));
  }
  .lp .title::before {
    width: calc(6 / var(--sp));
  }
  .lp .price ul {
    gap: calc(3 / var(--sp)) calc(14 / var(--sp));
  }
  .lp .price ul li {
    font-size: calc(11 / var(--sp));
  }
  .lp .detail-txt {
    font-size: calc(13 / var(--sp));
  }
  .lp .detail-txt p {
    padding: calc(5 / var(--sp)) 0 calc(5 / var(--sp));
  }
  .lp .detail-txt p:nth-of-type(2) {
    margin-right: calc(3 / var(--sp));
  }
  .lp .swiper-pagination {
    gap: 0 calc(6 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .swiper-pagination .swiper-pagination-bullet {
    width: calc(8 / var(--sp));
    height: calc(8 / var(--sp));
  }
  .lp .marquee-container {
    margin-top: calc(138 / var(--sp));
  }
  .lp .marquee-container .marquee-content.ashirai3 img {
    width: calc(603 / var(--sp));
    margin-right: calc(15 / var(--sp));
  }
  .lp .marquee-container .marquee-content img {
    width: calc(621 / var(--sp));
    margin-right: calc(16 / var(--sp));
  }
  .lp .style01 {
    width: 100%;
    margin-top: calc(120 / var(--sp));
  }
  .lp .style01 .img01 {
    width: 100%;
    order: 2;
    margin-top: calc(20 / var(--sp));
    position: relative;
  }
  .lp .style01 .img01 .detail-txt {
    display: inline-block;
    top: calc(36 / var(--sp));
    right: calc(21 / var(--sp));
    letter-spacing: 0.22em;
  }
  .lp .style01 .img01 .detail-txt p:nth-of-type(2) {
    margin-top: calc(16 / var(--sp));
  }
  .lp .style01 .title {
    width: calc(266 / var(--sp));
    margin: 0 auto 0 calc(63 / var(--sp));
    order: 1;
  }
  .lp .style01 .title::before {
    height: calc(55 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .style01 .price {
    margin: calc(-5 / var(--sp)) 0 0 calc(33 / var(--sp));
    width: calc(232 / var(--sp));
    order: 4;
  }
  .lp .style01 .img02 {
    width: calc(310 / var(--sp));
    margin: calc(80 / var(--sp)) auto 0;
    order: 3;
  }
  .lp .style01 .img02 .detail-txt {
    display: none;
  }
  .lp .style02 {
    margin-top: calc(162 / var(--sp));
  }
  .lp .style02 .title {
    width: calc(265 / var(--sp));
    z-index: 2;
  }
  .lp .style02 .title::before {
    height: calc(55 / var(--sp));
    margin-top: 0;
  }
  .lp .style02 .img01 {
    width: 100%;
    margin: calc(-260 / var(--pc)) 0 0 0;
  }
  .lp .style02 .img01 .detail-txt {
    top: calc(53 / var(--sp));
    right: calc(38 / var(--sp));
  }
  .lp .style02 .img01 .detail-txt p:nth-of-type(2) {
    margin-top: calc(75 / var(--pc));
  }
  .lp .style02 .img01.slideup.active {
    animation: slideleft 1s ease-in-out forwards;
  }
  .lp .style02 .img02 {
    width: 100%;
    margin-top: 0;
    animation-delay: 0s;
  }
  .lp .style02 .img02 .swiper-slide {
    width: calc(338 / var(--sp));
  }
  .lp .style02 .img02 .swiper-pagination {
    padding-right: calc(6 / var(--sp));
  }
  .lp .style02 .img02.slideup.active {
    animation: slideright 1s ease-in-out forwards;
  }
  .lp .style02 .price {
    margin: calc(-13 / var(--pc)) auto 0;
  }
  .lp .style03 {
    margin-top: calc(121 / var(--sp));
  }
  .lp .style03 .img01 {
    width: calc(330 / var(--sp));
    margin: calc(5 / var(--sp)) 0 0 auto;
    order: 2;
  }
  .lp .style03 .img01 .detail-txt {
    top: calc(105 / var(--sp));
    left: calc(45 / var(--sp));
  }
  .lp .style03 .img01 .detail-txt p:nth-of-type(2) {
    margin-top: calc(48 / var(--sp));
  }
  .lp .style03 .img01 .swiper-pagination {
    padding-right: calc(10 / var(--sp));
    justify-content: flex-end;
  }
  .lp .style03 .img01.slideright.active {
    animation: slideleft 1s ease-in-out forwards;
  }
  .lp .style03 .img02 {
    width: calc(310 / var(--sp));
    margin: calc(-31 / var(--sp)) auto 0 0;
    order: 3;
  }
  .lp .style03 .img02.slideup.active {
    animation: slideright 1s ease-in-out forwards;
  }
  .lp .style03 .price {
    width: unset;
    margin: calc(10 / var(--sp)) auto 0 calc(59 / var(--sp));
    order: 4;
  }
  .lp .style03 .title {
    width: calc(289 / var(--sp));
    margin-left: 0;
    order: 1;
  }
  .lp .style03 .title::before {
    height: calc(55 / var(--sp));
    margin-top: 0;
  }
  .lp .style04 {
    margin-top: calc(167 / var(--sp));
  }
  .lp .style04 .title {
    width: calc(299 / var(--sp));
    margin: 0 auto 0 calc(32 / var(--sp));
    order: 1;
  }
  .lp .style04 .title::before {
    height: calc(55 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .style04 .img01 {
    width: 100%;
    margin: calc(77 / var(--sp)) 0 0 0;
    order: 3;
  }
  .lp .style04 .img01 .swiper-pagination {
    padding-right: calc(11 / var(--sp));
    justify-content: flex-end;
  }
  .lp .style04 .img02 {
    width: calc(310 / var(--sp));
    margin: calc(23 / var(--sp)) auto 0;
    animation-delay: 0s;
    order: 2;
  }
  .lp .style04 .img02 .detail-txt {
    top: calc(50 / var(--sp));
    right: calc(26 / var(--sp));
  }
  .lp .style04 .img02 .detail-txt p:nth-of-type(2) {
    margin-top: calc(16 / var(--sp));
  }
  .lp .style04 .img02 .detail-txt.active p {
    animation-delay: 0s;
  }
  .lp .style04 .price {
    margin-top: calc(-6 / var(--sp));
    order: 4;
  }
  .lp .style05 {
    width: 100%;
    margin-top: calc(150 / var(--sp));
    background: #FFF;
  }
  .lp .style05 .title {
    width: calc(264 / var(--sp));
    z-index: 3;
  }
  .lp .style05 .title::before {
    height: calc(90 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .style05 .img01 {
    width: 100%;
    margin: calc(-25 / var(--sp)) 0 0 0;
    padding-bottom: calc(50 / var(--sp));
  }
  .lp .style05 .img01 .detail-txt {
    top: calc(50 / var(--sp));
    bottom: calc(0 / var(--sp));
    left: calc(38 / var(--sp));
  }
  .lp .style05 .img01 .detail-txt p:nth-of-type(2) {
    margin-top: calc(64 / var(--sp));
  }
  .lp .style05 .img01 .swiper-pagination {
    justify-content: center;
  }
  .lp .style05 .img02 {
    width: 100%;
    margin-top: calc(66 / var(--sp));
    z-index: 3;
    background: #fff;
  }
  .lp .style05 .img02 img {
    width: calc(310 / var(--sp));
  }
  .lp .style05 .price-outer {
    width: 100%;
    background: #fff;
    padding-bottom: calc(101 / var(--sp));
    z-index: 3;
  }
  .lp .style05 .price-outer .price {
    margin: 0;
    width: calc(175 / var(--sp));
    margin: calc(10 / var(--sp)) auto 0 calc(135 / var(--sp));
  }
  .lp .over-lap {
    padding-top: 0;
  }
  .lp .style06 {
    padding-top: calc(529 / var(--pc));
    background: #fff;
  }
  .lp .style06 .title {
    width: calc(136 / var(--sp));
    margin: 0 0 0 calc(65 / var(--sp));
  }
  .lp .style06 .title::before {
    height: calc(55 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .style06 .img01 {
    width: calc(310 / var(--sp));
    margin: calc(-80 / var(--sp)) 0 0 auto;
  }
  .lp .style06 .img01 .detail-txt {
    top: calc(34 / var(--sp));
    right: calc(31 / var(--sp));
  }
  .lp .style06 .img01 .detail-txt p:nth-of-type(2) {
    margin-top: calc(48 / var(--sp));
  }
  .lp .style06 .img01.slideup.active {
    animation: slideleft 1s ease-in-out forwards;
  }
  .lp .style06 .img02 {
    width: 100%;
    margin: calc(80 / var(--sp)) auto 0;
    animation-delay: 0s;
  }
  .lp .style06 .price {
    margin-top: calc(10 / var(--sp));
    width: calc(260 / var(--sp));
  }
  .lp .style07 {
    margin-top: calc(119 / var(--sp));
    background: #fff;
  }
  .lp .style07 .title {
    width: calc(264 / var(--sp));
    z-index: 3;
  }
  .lp .style07 .title::before {
    height: calc(90 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .style07 .img01 {
    width: calc(310 / var(--sp));
    margin: calc(-23 / var(--sp)) 0 0 auto;
    position: relative;
  }
  .lp .style07 .img01 .swiper-pagination {
    padding-right: calc(6 / var(--sp));
  }
  .lp .style07 .img01 .detail-txt {
    display: inline-block;
    top: calc(90 / var(--sp));
    right: calc(25 / var(--sp));
  }
  .lp .style07 .img01 .detail-txt p:nth-of-type(2) {
    margin-top: calc(16 / var(--sp));
  }
  .lp .style07 .img01.slideup.active {
    animation: slideleft 1s ease-in-out forwards;
  }
  .lp .style07 .img02 {
    width: calc(310 / var(--sp));
    margin: calc(-35 / var(--sp)) 0 0 0;
  }
  .lp .style07 .img02 .detail-txt {
    display: none;
  }
  .lp .style07 .img02.slideleft.active {
    animation: slideright 1s ease-in-out forwards;
  }
  .lp .style07 .price {
    margin: calc(21 / var(--pc)) auto 0 calc(59 / var(--sp));
  }
  .lp .style08 {
    margin-top: calc(168 / var(--sp));
    background: #fff;
  }
  .lp .style08 .img01 {
    width: calc(310 / var(--sp));
    margin: calc(68 / var(--sp)) auto 0;
    order: 3;
  }
  .lp .style08 .img01.slideright.active {
    animation: slideup 1s ease-in-out forwards;
  }
  .lp .style08 .img02 {
    width: 100%;
    margin: calc(0 / var(--sp)) 0 0 0;
    order: 2;
  }
  .lp .style08 .img02 .swiper-slide.slide1 .detail-txt {
    top: calc(34 / var(--sp));
    bottom: calc(214 / var(--sp));
    left: calc(51 / var(--sp));
  }
  .lp .style08 .img02 .swiper-slide.slide1 .detail-txt p:nth-of-type(2) {
    margin-top: calc(16 / var(--sp));
  }
  .lp .style08 .img02 .swiper-slide.slide2 .detail-txt {
    top: calc(218 / var(--sp));
    left: calc(31 / var(--sp));
  }
  .lp .style08 .img02 .swiper-slide.slide2 .detail-txt p:nth-of-type(2) {
    margin-top: calc(16 / var(--sp));
  }
  .lp .style08 .img02 .swiper-pagination {
    justify-content: center;
  }
  .lp .style08 .price {
    width: unset;
    margin: calc(10 / var(--sp)) auto 0 calc(33 / var(--sp));
    order: 4;
  }
  .lp .style08 .title {
    width: calc(236 / var(--sp));
    margin: 0 auto;
    order: 1;
  }
  .lp .style08 .title::before {
    height: calc(55 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .lp .staff {
    width: calc(310 / var(--sp));
    margin-top: calc(158 / var(--sp));
  }
  .lp .staff .movie {
    width: 100%;
  }
  .lp .staff .txt {
    margin: calc(20 / var(--sp)) auto 0;
  }
  .lp .staff .txt img:nth-of-type(1) {
    width: calc(32 / var(--sp));
  }
  .lp .staff .txt img:nth-of-type(2) {
    width: calc(206 / var(--sp));
    margin-top: calc(4 / var(--sp));
  }
  .lp .staff .txt img:nth-of-type(3) {
    width: calc(124 / var(--sp));
    margin-top: calc(-10 / var(--sp));
  }
  .lp .staff .txt img:nth-of-type(4) {
    width: calc(114 / var(--sp));
    margin-top: calc(-10 / var(--sp));
  }
  .lp .staff .txt .staff-list {
    margin-top: calc(15 / var(--sp));
    font-size: calc(11 / var(--sp));
  }
  .lp .staff .txt .staff-list p {
    font-size: calc(12 / var(--sp));
  }
  .lp .staff .txt .staff-list p::after {
    width: calc(23 / var(--sp));
    border-top: 1px solid #969696;
    margin-top: calc(6 / var(--sp));
  }
  .lp .staff .txt .staff-list ul {
    margin-top: calc(9 / var(--sp));
  }
  .lp .staff .txt .staff-list ul li {
    font-weight: 500;
    line-height: calc(15 / var(--sp));
  }
  .lp .staff .txt .staff-list ul li span {
    font-weight: 600;
  }
  .lp .staff .txt a {
    width: calc(310 / var(--sp));
    margin-top: calc(35 / var(--sp));
    font-size: calc(16 / var(--sp));
    line-height: calc(41 / var(--sp));
  }
  .lp .staff .txt a + p {
    font-size: calc(11 / var(--sp));
    margin-top: calc(3 / var(--sp));
  }
  .lp .ashirai {
    width: calc(295 / var(--sp));
    margin-top: calc(171 / var(--sp));
    position: sticky;
    top: calc(100 / var(--sp));
    z-index: -1;
  }
  .lp .ashirai ul {
    gap: calc(5 / var(--sp)) 0;
  }
  .lp .ashirai ul li:nth-of-type(1) {
    width: calc(209 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(2) {
    width: calc(199 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(3) {
    width: calc(243 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(4) {
    width: calc(215 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(5) {
    width: calc(295 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(6) {
    width: calc(105 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(7) {
    width: calc(276 / var(--sp));
  }
  .lp .ashirai ul li:nth-of-type(8) {
    width: calc(207 / var(--sp));
  }
  .lp .banner {
    margin: calc(55 / var(--sp)) 0;
  }
  .lp .banner img {
    width: calc(310 / var(--sp));
    margin-top: calc(69 / var(--sp));
  }
  .lp .banner .backtotop {
    font-size: calc(11 / var(--sp));
    font-weight: 400;
    margin-top: calc(56 / var(--sp));
    width: calc(74 / var(--sp));
  }
  .lp .banner .backtotop::before {
    width: calc(15 / var(--sp));
    height: calc(7 / var(--sp));
    margin: 0 auto calc(2 / var(--sp));
  }
}/*# sourceMappingURL=midsummer20250811.css.map */