@charset "UTF-8";
:root {
  --pc: 1300 * 100vw;
  --sp: 375 * 100vw;
}

.content-inner {
  position: relative;
}

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

.lp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1B1B1B;
  scroll-behavior: smooth;
}
.lp * {
  box-sizing: border-box;
}
.lp .fade, .lp .zoom, .lp .type span {
  opacity: 0;
}
.lp .appear-right .img, .lp .appear-left .img, .lp .appear-bottom .img {
  transition: clip-path 1s ease;
}
.lp .appear-right.active .img, .lp .appear-left.active .img, .lp .appear-bottom.active .img {
  clip-path: inset(0 0 0 0);
}
.lp .appear-right .img {
  clip-path: inset(0 100% 0 0);
}
.lp .appear-left .img {
  clip-path: inset(0 0 0 100%);
}
.lp .appear-bottom .img {
  clip-path: inset(0 0 100% 0);
}
.lp .fade.active {
  animation: fade 1s ease-in-out forwards;
}
.lp .zoom.active {
  animation: zoom 0.8s ease-in-out forwards;
}
.lp .type.active span {
  animation: fade 0.3s ease-in-out forwards;
}
.lp .type.active span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.lp .type.active span:nth-of-type(3) {
  animation-delay: 0.15s;
}
.lp .type.active span:nth-of-type(4) {
  animation-delay: 0.2s;
}
.lp .type.active span:nth-of-type(5) {
  animation-delay: 0.25s;
}
.lp .type.active span:nth-of-type(6) {
  animation-delay: 0.3s;
}
.lp .type.active span:nth-of-type(7) {
  animation-delay: 0.35s;
}
.lp .type.active span:nth-of-type(8) {
  animation-delay: 0.4s;
}
.lp .type.active span:nth-of-type(9) {
  animation-delay: 0.45s;
}
.lp .type.active span:nth-of-type(10) {
  animation-delay: 0.5s;
}
.lp .type.active span:nth-of-type(11) {
  animation-delay: 0.55s;
}
.lp .type.active span:nth-of-type(12) {
  animation-delay: 0.6s;
}
.lp .type.active span:nth-of-type(13) {
  animation-delay: 0.65s;
}
.lp .type.active span:nth-of-type(14) {
  animation-delay: 0.7s;
}
.lp .type.active span:nth-of-type(15) {
  animation-delay: 0.75s;
}
.lp .type.active span:nth-of-type(16) {
  animation-delay: 0.8s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.lp img {
  image-rendering: auto;
  max-width: none;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp .copy {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  position: absolute;
}
.lp .kv {
  position: relative;
  width: 1161px;
  margin: 0 auto;
}
.lp .kv h1 {
  position: absolute;
  top: 150px;
  left: 75px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 200;
}
.lp .kv h1 div {
  line-height: 95%;
}
.lp .kv h1 div:nth-of-type(1) {
  font-size: 96px;
  letter-spacing: 0.03em;
  color: #fff;
}
.lp .kv h1 div:nth-of-type(2) {
  font-size: 80px;
  letter-spacing: 0.02em;
  color: #FCFFC9;
}
.lp .kv .read {
  position: absolute;
  top: 369px;
  left: 190px;
  font-size: 12px;
  line-height: 220%;
  letter-spacing: 0.08em;
  text-align: center;
}
.lp .kv .copy {
  font-size: 13px;
  bottom: 20px;
  left: 24px;
}
.lp .item .title {
  text-align: center;
}
.lp .item .title img {
  width: 82px;
  margin-bottom: 16px;
}
.lp .item .title h2 {
  font-family: "Jost", sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 0;
  color: #414141;
}
.lp .item .price {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  position: absolute;
}
.lp .item .price li:not(:last-child) {
  margin-bottom: 12px;
}
.lp .item .overlap-img .base-img {
  position: sticky;
  top: 100px;
}
.lp .item .overlap-img .overlay-img {
  position: relative;
}
.lp .item .side-overlap-img {
  position: relative;
  height: 559px;
  overflow: hidden;
}
.lp .item .side-overlap-img .base-img,
.lp .item .side-overlap-img .overlay-img {
  position: absolute;
  top: 0;
}
.lp .item .side-overlap-img .overlay-img {
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.lp .item .flex-img {
  display: flex;
  flex-wrap: wrap;
}
.lp .item .detail-txt {
  font-size: 13px;
  line-height: 190%;
  letter-spacing: 0.08em;
}
.lp .item .mickymouse {
  position: absolute;
  width: 362px;
}
.lp .item01 {
  background: #FEFFEA;
  padding: 152px 0;
  margin-top: 152px;
}
.lp .item01 .overlap-img {
  margin: 80px auto 0;
  width: 500px;
  height: 1558px;
}
.lp .item01 .overlap-img .base-img {
  height: 747px;
}
.lp .item01 .overlap-img .base-img .copy {
  bottom: 21px;
  right: 19.5px;
}
.lp .item01 .overlap-img .overlay-img {
  height: 747px;
  margin-top: 64px;
}
.lp .item01 .overlap-img .overlay-img a:hover {
  opacity: 1;
  filter: brightness(105%);
}
.lp .item01 .overlap-img .overlay-img .copy {
  bottom: 21px;
  right: 20px;
}
.lp .item01 .overlap-img .overlay-img .price {
  bottom: 21px;
  left: 20px;
}
.lp .item01 .detail-txt {
  width: 500px;
  margin: 56px auto 0;
}
.lp .item01 .flex-img {
  width: 831px;
  gap: 120px;
  margin: 80px auto 0;
}
.lp .item01 .flex-img .side-overlap-img {
  width: 429px;
}
.lp .item01 .flex-img .side-overlap-img .overlay-img a:hover {
  opacity: 1;
  filter: brightness(105%);
}
.lp .item01 .flex-img .side-overlap-img .copy {
  color: #fff;
  bottom: 19px;
  left: 20px;
}
.lp .item01 .flex-img .normal-img {
  position: relative;
  width: 280px;
  margin-top: 241px;
}
.lp .item01 .flex-img .normal-img .img {
  position: relative;
  z-index: 2;
}
.lp .item01 .flex-img .normal-img .copy {
  color: #fff;
  bottom: 16px;
  left: 19px;
}
.lp .item01 .flex-img .normal-img .mickymouse {
  top: -223px;
  right: -196px;
}
.lp .item02 {
  width: 1065px;
  margin: 152px auto 0;
}
.lp .item02 .flex-img.overlap {
  position: sticky;
  top: 100px;
}
.lp .item02 .title {
  text-align: left;
  margin: 270px 0 0 19px;
}
.lp .item02 .title h2 {
  letter-spacing: 0.02em;
  margin-top: 5px;
}
.lp .item02 .img01 {
  position: relative;
  width: 500px;
  margin: 0 0 0 auto;
}
.lp .item02 .img01 .copy {
  bottom: 21px;
  right: 23px;
  color: #fff;
}
.lp .item02 .img01-2 {
  width: 500px;
  margin-left: 566px;
  position: relative;
  margin-top: 109px;
  position: sticky;
  top: 100px;
}
.lp .item02 .img01-2 a:hover {
  opacity: 1;
  filter: brightness(105%);
}
.lp .item02 .img01-2 .copy {
  bottom: 21px;
  right: 23px;
  color: #fff;
}
.lp .item02 .img01-2 .price {
  bottom: 19px;
  left: 20px;
  color: #fff;
}
.lp .item02 .img02 {
  width: 430px;
  margin-top: -157px;
}
.lp .item02 .img02 .img {
  position: relative;
}
.lp .item02 .img02 .img .copy {
  bottom: 19px;
  right: 20px;
}
.lp .item02 .img02 .detail-txt {
  margin-top: 48px;
}
.lp .item02 .img03 {
  position: relative;
  width: 430px;
  margin: 172px 34px 0 auto;
}
.lp .item02 .img03 .copy {
  bottom: 19px;
  right: 20px;
  color: #fff;
  z-index: 2;
}
.lp .item02 .img04 {
  position: relative;
  width: 430px;
  margin: -69px 403px 0 auto;
  z-index: 2;
}
.lp .item02 .img04 .img {
  position: relative;
  z-index: 2;
}
.lp .item02 .img04 .img a:hover {
  opacity: 1;
  filter: brightness(105%);
}
.lp .item02 .img04 .copy {
  bottom: 15px;
  right: 18px;
  color: #fff;
}
.lp .item02 .img04 .mickymouse {
  bottom: -80px;
  left: -346px;
  transform: rotate(-5deg);
}
.lp .item03 {
  margin-top: 152px;
  padding: 138px 0;
  background: #FEFFEA;
}
.lp .item03 .marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 88px;
}
.lp .item03 .marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 20s linear infinite;
  will-change: transform;
}
.lp .item03 .marquee .marquee-track .marquee-content {
  display: flex;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item {
  height: auto;
  flex-shrink: 0;
  position: relative;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(1), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(7), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(3), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(9), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(5), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(11), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(6), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(12) {
  width: 298px;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(1) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(7) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(3) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(9) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(5) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(11) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(6) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(12) .copy {
  bottom: 10px;
  right: 15px;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(2), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(8) {
  width: 299px;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(2) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(8) .copy {
  bottom: 10px;
  right: 16px;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(4), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(10) {
  width: 293px;
}
.lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(4) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(10) .copy {
  bottom: 10px;
  right: 10px;
}
.lp .item03 .side-overlap-img {
  width: 500px;
  height: 749px;
  margin: 129px auto 0;
}
.lp .item03 .side-overlap-img .base-img .copy {
  bottom: 20px;
  right: 20px;
  color: #fff;
}
.lp .item03 .side-overlap-img .base-img .price {
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.lp .item03 .side-overlap-img .overlay-img a:hover {
  opacity: 1;
  filter: brightness(105%);
}
.lp .item03 .side-overlap-img .overlay-img .copy {
  bottom: 20px;
  right: 20px;
  color: #fff;
}
.lp .item03 .side-overlap-img .overlay-img .price {
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.lp .item03 .detail-txt {
  width: 500px;
  margin: 45px auto 0;
}
.lp .item03 .flex-img {
  position: relative;
  width: 979px;
  margin: 79px auto 0;
}
.lp .item03 .flex-img .img02 {
  width: 430px;
}
.lp .item03 .flex-img .img02 .copy {
  bottom: 19px;
  right: 20px;
  color: #fff;
}
.lp .item03 .flex-img .side-overlap-img {
  width: 430px;
  height: 559px;
  margin: 112px 0 0 119px;
}
.lp .item03 .flex-img .side-overlap-img .base-img, .lp .item03 .flex-img .side-overlap-img .overlay-img {
  z-index: 2;
}
.lp .item03 .flex-img .side-overlap-img .base-img .copy, .lp .item03 .flex-img .side-overlap-img .overlay-img .copy {
  bottom: 19px;
  left: 20px;
  color: #fff;
}
.lp .item03 .flex-img .mickymouse {
  top: -112px;
  right: -135px;
  transform: rotate(7deg);
}
.lp .banner {
  margin-top: 112px;
}
.lp .banner .allitem {
  display: block;
  width: 254px;
  text-align: center;
  border-radius: 64px;
  background: #7BBFD2;
  color: #fff;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: 0.11em;
  margin: 0 auto;
}
.lp .banner .allitem::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 24px;
}
.lp .banner img {
  width: 796px;
  display: block;
  margin: 128px auto 0;
}
@media screen and (max-width: 769px) {
  .lp .copy {
    font-size: calc(13 / var(--sp));
  }
  .lp .kv {
    width: 100%;
  }
  .lp .kv h1 {
    top: calc(156 / var(--sp));
    left: calc(18 / var(--sp));
    font-weight: 300;
  }
  .lp .kv h1 div {
    line-height: 90%;
  }
  .lp .kv h1 div:nth-of-type(1) {
    font-size: calc(53 / var(--sp));
  }
  .lp .kv h1 div:nth-of-type(2) {
    font-size: calc(29 / var(--sp));
    letter-spacing: 0.04em;
    margin-top: calc(7 / var(--sp));
  }
  .lp .kv .read {
    position: absolute;
    top: unset;
    bottom: calc(-186 / var(--sp));
    width: 100%;
    left: 0;
    font-size: calc(12 / var(--sp));
    line-height: 190%;
  }
  .lp .kv .copy {
    font-size: calc(13 / var(--sp));
    bottom: calc(18 / var(--sp));
    left: calc(20 / var(--sp));
  }
  .lp .item .title img {
    width: calc(63 / var(--sp));
    margin-bottom: calc(8 / var(--sp));
  }
  .lp .item .title h2 {
    font-size: calc(44 / var(--sp));
    letter-spacing: 0.02em;
  }
  .lp .item .price {
    font-size: calc(12 / var(--sp));
  }
  .lp .item .price li:not(:last-child) {
    margin-bottom: calc(12 / var(--sp));
  }
  .lp .item .overlap-img .base-img {
    position: sticky;
    top: calc(100 / var(--sp));
    display: block;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .lp .item .overlap-img .overlay-img {
    z-index: 2;
    transform: translateZ(0); /* stacking context 発生用。Safari の stickyバグ対策に有効 */
  }
  .lp .item .side-overlap-img {
    height: calc(343 / var(--sp));
  }
  .lp .item .detail-txt {
    font-size: calc(12 / var(--sp));
    line-height: 180%;
  }
  .lp .item .mickymouse {
    width: calc(211 / var(--sp));
  }
  .lp .item01 {
    padding: calc(64 / var(--sp)) 0;
    margin-top: calc(242 / var(--sp));
  }
  .lp .item01 .overlap-img {
    margin-top: calc(40 / var(--sp));
    width: calc(325 / var(--sp));
    height: calc(1014 / var(--sp));
  }
  .lp .item01 .overlap-img .base-img {
    height: calc(487 / var(--sp));
  }
  .lp .item01 .overlap-img .base-img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item01 .overlap-img .overlay-img {
    height: calc(487 / var(--sp));
    margin-top: calc(40 / var(--sp));
  }
  .lp .item01 .overlap-img .overlay-img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item01 .overlap-img .overlay-img .price {
    bottom: calc(14 / var(--sp));
    left: calc(15 / var(--sp));
  }
  .lp .item01 .detail-txt {
    width: calc(260 / var(--sp));
    margin-top: calc(40 / var(--sp));
  }
  .lp .item01 .flex-img {
    width: 100%;
    gap: 0;
    margin-top: calc(64 / var(--sp));
  }
  .lp .item01 .flex-img .side-overlap-img {
    width: calc(264 / var(--sp));
  }
  .lp .item01 .flex-img .side-overlap-img .copy {
    bottom: calc(14 / var(--sp));
    left: calc(15 / var(--sp));
  }
  .lp .item01 .flex-img .normal-img {
    position: relative;
    width: calc(200 / var(--sp));
    margin: calc(307 / var(--sp)) 0 0 calc(-89 / var(--sp));
  }
  .lp .item01 .flex-img .normal-img .copy {
    bottom: calc(12 / var(--sp));
    left: calc(14 / var(--sp));
  }
  .lp .item01 .flex-img .normal-img .mickymouse {
    top: calc(98 / var(--sp));
    right: unset;
    left: calc(-189 / var(--sp));
  }
  .lp .item02 {
    width: 100%;
    margin-top: calc(72 / var(--sp));
  }
  .lp .item02 .flex-img {
    overflow: hidden;
  }
  .lp .item02 .flex-img.overlap {
    position: sticky;
    top: calc(100 / var(--sp));
    flex-direction: column;
  }
  .lp .item02 .title {
    margin: 0 auto;
  }
  .lp .item02 .title h2 {
    margin-top: 0;
  }
  .lp .item02 .img01 {
    width: calc(325 / var(--sp));
    margin: calc(40 / var(--sp)) 0 0 0;
  }
  .lp .item02 .img01 .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item02 .img01-2 {
    width: calc(325 / var(--sp));
    margin-left: 0;
    margin-top: calc(40 / var(--sp));
    top: calc(100 / var(--sp));
  }
  .lp .item02 .img01-2 .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item02 .img01-2 .price {
    bottom: calc(14 / var(--sp));
    left: calc(15 / var(--sp));
  }
  .lp .item02 .img02 {
    width: 100%;
    margin-top: calc(56 / var(--sp));
  }
  .lp .item02 .img02 .img {
    width: calc(264 / var(--sp));
    margin-left: auto;
  }
  .lp .item02 .img02 .img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item02 .img02 .detail-txt {
    margin: calc(40 / var(--sp)) auto 0;
    width: calc(260 / var(--sp));
  }
  .lp .item02 .img03 {
    width: calc(264 / var(--sp));
    margin: calc(107 / var(--sp)) auto 0;
    z-index: 2;
  }
  .lp .item02 .img03 .img img {
    width: calc(264 / var(--sp));
  }
  .lp .item02 .img03 .img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item02 .img04 {
    width: calc(343 / var(--sp));
    margin: calc(40 / var(--sp)) 0 0 auto;
    z-index: -1;
  }
  .lp .item02 .img04 .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item02 .img04 .mickymouse {
    width: calc(389 / var(--sp));
    bottom: unset;
    top: calc(-444 / var(--sp));
    left: calc(-38 / var(--sp));
    transform: rotate(0deg);
  }
  .lp .item03 {
    margin-top: calc(72 / var(--sp));
    padding: calc(72 / var(--sp)) 0 calc(152 / var(--sp));
    overflow: hidden;
  }
  .lp .item03 .marquee {
    margin-top: calc(40 / var(--sp));
  }
  .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(1) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(2) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(3) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(4) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(5) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(6) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(7) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(8) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(9) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(10) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(11) .copy, .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(12) .copy {
    bottom: calc(6 / var(--sp));
    right: calc(5 / var(--sp));
  }
  .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(1), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(2), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(5), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(6), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(7), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(8), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(11), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(12) {
    width: calc(154 / var(--sp));
  }
  .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(3), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(9) {
    width: calc(153 / var(--sp));
  }
  .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(4), .lp .item03 .marquee .marquee-track .marquee-content .marquee-item:nth-of-type(10) {
    width: calc(152 / var(--sp));
  }
  .lp .item03 .side-overlap-img {
    width: calc(325 / var(--sp));
    height: calc(487 / var(--sp));
    margin: calc(56 / var(--sp)) 0 0 auto;
  }
  .lp .item03 .side-overlap-img .base-img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item03 .side-overlap-img .overlay-img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item03 .detail-txt {
    width: calc(260 / var(--sp));
    margin-top: calc(40 / var(--sp));
  }
  .lp .item03 .flex-img {
    width: 100%;
    flex-direction: column;
    margin-top: calc(40 / var(--sp));
  }
  .lp .item03 .flex-img .img02 {
    width: 100%;
  }
  .lp .item03 .flex-img .img02 .img {
    width: calc(325 / var(--sp));
    position: relative;
  }
  .lp .item03 .flex-img .img02 .img .copy {
    bottom: calc(14 / var(--sp));
    right: calc(15 / var(--sp));
  }
  .lp .item03 .flex-img .img02 .img .price {
    bottom: calc(14 / var(--sp));
    left: calc(15 / var(--sp));
    color: #fff;
  }
  .lp .item03 .flex-img .side-overlap-img {
    width: calc(264 / var(--sp));
    height: calc(343 / var(--sp));
    margin: calc(56 / var(--sp)) auto 0 0;
  }
  .lp .item03 .flex-img .side-overlap-img .base-img .copy, .lp .item03 .flex-img .side-overlap-img .overlay-img .copy {
    bottom: calc(14 / var(--sp));
    left: calc(15 / var(--sp));
  }
  .lp .item03 .flex-img .mickymouse {
    width: calc(208 / var(--sp));
    top: calc(1031 / var(--sp));
    right: calc(7 / var(--sp));
    transform: rotate(9deg);
  }
  .lp .banner {
    margin-top: calc(64 / var(--sp));
  }
  .lp .banner .allitem {
    width: calc(233 / var(--sp));
    border-radius: calc(64 / var(--sp));
    font-size: calc(20 / var(--sp));
    line-height: calc(52 / var(--sp));
  }
  .lp .banner .allitem::after {
    width: calc(6 / var(--sp));
    height: calc(6 / var(--sp));
    right: calc(20 / var(--sp));
  }
  .lp .banner img {
    width: calc(344 / var(--sp));
    margin-top: calc(57 / var(--sp));
  }
}/*# sourceMappingURL=disney20250707.css.map */