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

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

.content-inner {
  position: relative;
}

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

#footer {
  background-color: #fff;
  margin-top: 0 !important;
  padding-top: 120px !important;
}

html {
  overflow-x: hidden;
}

.lp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  scroll-behavior: smooth;
  background-color: #fff;
  /* 左から */
  /* 右から */
}
.lp * {
  box-sizing: border-box;
}
.lp .fade2, .lp .slideup, .lp .slideleft, .lp .slideright {
  opacity: 0;
  transition: all 0.8s ease-out;
  filter: blur(0.3px);
}
.lp .fade2.active {
  opacity: 1;
  filter: blur(0);
}
.lp .slideup {
  transform: translateY(20px);
}
.lp .slideup.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.lp .slideleft {
  transform: translateX(-20px);
}
.lp .slideleft.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
.lp .slideright {
  transform: translateX(20px);
}
.lp .slideright.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
.lp .slideleft2 {
  opacity: 0;
  transition: all 0.8s ease-in;
  filter: blur(0.3px);
}
.lp .slideleft2.active {
  opacity: 1;
  filter: blur(0);
}
.lp .slideright2 {
  opacity: 0;
  transition: all 0.8s ease-in 0.1s;
  filter: blur(0.3px);
}
.lp .slideright2.active {
  opacity: 1;
  filter: blur(0);
}
.lp .fade {
  opacity: 0;
  transition: all 0.8s ease-in 0.2s;
  filter: blur(0.3px);
}
.lp .fade.active {
  opacity: 1;
  filter: blur(0);
}
@keyframes fade-in {
  0% {
    opacity: 0;
    filter: blur(0.3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.lp img {
  image-rendering: auto;
  max-width: none;
  display: block;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp .kv {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.lp .kv .pc-kv-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.lp .kv .pc-kv-img img {
  width: calc(720 / var(--pc));
  height: auto;
}
.lp .kv .pc-kv-img .left {
  animation: fade-in 0.8s ease-in forwards;
}
.lp .kv .pc-kv-img .right {
  opacity: 0;
  animation: fade-in 0.8s ease-in forwards;
  animation-delay: 0.3s;
}
.lp .kv .kv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp .kv .kv-txt img {
  animation: fade-in 0.8s ease-in forwards;
  animation-delay: 0.4s;
  opacity: 0;
  width: 100%;
}
.lp .kv .kv-txt img:nth-of-type(1) {
  width: calc(606 / var(--pc));
}
.lp .kv .kv-txt img:nth-of-type(2) {
  width: calc(279 / var(--pc));
  margin: calc(32 / var(--pc)) auto calc(24 / var(--pc));
}
.lp .kv .kv-txt img:nth-of-type(3) {
  width: calc(181 / var(--pc));
  margin: 0 auto;
}
.lp .kv .sp-kv-img {
  display: none;
}
.lp .read {
  padding-top: calc(80 / var(--pc));
  padding-bottom: calc(152 / var(--pc));
  font-size: calc(13 / var(--pc));
  line-height: 200%;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 300;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.lp .price ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 / var(--pc)) calc(12 / var(--pc));
  margin-top: calc(32 / var(--pc));
}
.lp .price ul li a {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 100%;
  font-size: calc(13 / var(--pc));
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 3%; /* 0.36px */
  text-underline-offset: 20%; /* 2.4px */
  text-underline-position: from-font;
}
.lp .point {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.lp .point .item-box {
  width: calc(522 / var(--pc));
  height: calc(330 / var(--pc));
  position: relative;
}
.lp .point .txt-box {
  width: calc(460 / var(--pc));
  position: relative;
}
.lp .point .txt-box img {
  width: 100%;
}
.lp .point .txt-box .point-img {
  width: calc(80 / var(--pc));
  top: calc(-32 / var(--pc));
  left: calc(-116 / var(--pc));
  position: absolute;
  z-index: 10;
}
.lp .point .txt-box .point-txt {
  margin-top: calc(6 / var(--pc));
}
.lp .point .txt-box .point-txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp .point .txt-box .point-txt ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(32 / var(--pc));
}
.lp .point .txt-box .point-txt ul li:nth-of-type(5) {
  margin-bottom: 0;
}
.lp .point .txt-box .point-txt ul li .line-wrap {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #B8B8B8;
  padding-bottom: calc(8 / var(--pc));
  gap: calc(8 / var(--pc));
}
.lp .point .txt-box .point-txt ul li img {
  width: calc(21 / var(--pc));
}
.lp .point .txt-box .point-txt ul li p {
  font-size: calc(13 / var(--pc));
  letter-spacing: 0.04em;
  line-height: 140%;
  font-weight: 300;
  margin: 0;
}
.lp .area {
  overflow: hidden;
  width: 100%;
}
.lp .area .item-title {
  text-align: center;
}
.lp .area .item-title img {
  width: calc(165 / var(--pc));
  margin: 0 auto;
}
.lp .area .item-title h2 {
  margin: calc(16 / var(--pc)) 0 calc(64 / var(--pc)) 0;
  font-size: calc(88 / var(--pc));
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 100%;
  color: #2F2F2F;
}
.lp .area .item-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  overflow: hidden;
}
.lp .area .item-wrap img {
  width: calc(100% + 1px);
  transform: translateX(-0.5px);
  height: auto;
  display: block;
}
.lp .area .slide-wrap {
  display: none;
}
.lp .flex {
  width: calc(1046 / var(--pc));
  height: auto;
  padding: calc(136 / var(--pc)) 0 calc(208 / var(--pc));
  margin: 0 auto;
  overflow: hidden;
}
.lp .item01 {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.lp .item01 .flex .img_pink {
  width: calc(608 / var(--pc));
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.lp .item01 .flex .img_pink .item-box {
  width: calc(530 / var(--pc));
}
.lp .item01 .flex .img_pink .item-box img {
  width: 100%;
}
.lp .item01 .flex .img_pink .item-box .price {
  width: calc(530 / var(--pc));
}
.lp .item01 .flex .img_pink .txt {
  width: calc(62 / var(--pc));
  height: calc(127 / var(--pc));
}
.lp .item01 .flex .img_pink .txt img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp .item01 .flex .img_white {
  width: calc(788 / var(--pc));
  margin: 0 0 0 auto;
  position: relative;
}
.lp .item01 .flex .img_white .item-box {
  width: calc(400 / var(--pc));
  margin: 0 0 0 auto;
  position: absolute;
  top: calc(-520 / var(--pc));
  right: 0;
  z-index: 2;
}
.lp .item01 .flex .img_white .item-box .image {
  width: 100%;
}
.lp .item01 .flex .img_white .item-box .txt {
  width: calc(175 / var(--pc));
  height: calc(62 / var(--pc));
  margin: calc(24 / var(--pc)) 0 0 auto;
}
.lp .item01 .flex .img_white .item-box .txt_sp {
  display: none;
}
.lp .item01 .flex .img_white .item-box2 {
  width: calc(530 / var(--pc));
  margin: calc(106 / var(--pc)) auto 0 0;
  position: relative;
  z-index: 1;
}
.lp .item01 .flex .img_white .item-box2 .price {
  width: calc(530 / var(--pc));
}
.lp .item01 .flex .img_black {
  width: calc(912 / var(--pc));
  margin: calc(88 / var(--pc)) auto calc(128 / var(--pc));
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.lp .item01 .flex .img_black .item-box {
  width: calc(300 / var(--pc));
  height: auto;
}
.lp .item01 .flex .img_black .item-box .image {
  width: 100%;
  padding-top: calc(80 / var(--pc));
}
.lp .item01 .flex .img_black .item-box .txt {
  width: calc(180 / var(--pc));
  height: calc(62 / var(--pc));
  margin-top: calc(24 / var(--pc));
}
.lp .item01 .flex .img_black .item-box .price {
  display: none;
}
.lp .item01 .flex .img_black .item-box2 {
  width: calc(460 / var(--pc));
}
.lp .item01 .flex .img_black .item-box2 .price {
  width: calc(460 / var(--pc));
}
.lp .item01 .flex .img_black .item-box2 .txt {
  display: none;
}
.lp .item02 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.lp .item02 .flex {
  padding: calc(136 / var(--pc)) 0 calc(200 / var(--pc));
}
.lp .item02 .flex .img_mocha {
  width: calc(910 / var(--pc));
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.lp .item02 .flex .img_mocha .item-box {
  width: calc(530 / var(--pc));
}
.lp .item02 .flex .img_mocha .item-box .txt {
  width: calc(209 / var(--pc));
  height: calc(62 / var(--pc));
  margin-bottom: calc(24 / var(--pc));
}
.lp .item02 .flex .img_mocha .item-box img {
  width: 100%;
}
.lp .item02 .flex .img_mocha .item-box .price {
  width: calc(530 / var(--pc));
}
.lp .item02 .flex .img_mocha .item-box2 {
  width: calc(300 / var(--pc));
}
.lp .item02 .flex .img_mocha .item-box2 img {
  width: 100%;
}
.lp .item02 .flex .img_mocha .item-box2 .txt {
  display: none;
}
.lp .item02 .flex .img_gray {
  position: relative;
  z-index: 20;
  width: calc(400 / var(--pc));
  margin: calc(-373 / var(--pc)) 0 0 auto;
}
.lp .item02 .flex .img_gray .item-box {
  width: calc(400 / var(--pc));
  margin: 0 0 0 auto;
}
.lp .item02 .flex .img_gray .item-box .txt {
  width: calc(144 / var(--pc));
  height: calc(62 / var(--pc));
  margin: 0 0 calc(24 / var(--pc)) auto;
}
.lp .item02 .flex .img_slate {
  z-index: 1;
  width: calc(772 / var(--pc));
  margin: calc(-166 / var(--pc)) calc(191 / var(--pc)) calc(128 / var(--pc)) calc(88 / var(--pc));
  position: relative;
  display: flex;
  align-items: flex-start;
}
.lp .item02 .flex .img_slate .item-box {
  width: calc(300 / var(--pc));
  height: calc(450 / var(--pc));
  z-index: 2;
}
.lp .item02 .flex .img_slate .item-box .image {
  width: 100%;
  height: auto;
  display: block;
}
.lp .item02 .flex .img_slate .item-box2 {
  width: calc(608 / var(--pc));
  margin: calc(307 / var(--pc)) 0 0 calc(-136 / var(--pc));
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lp .item02 .flex .img_slate .item-box2 .flex-box {
  width: calc(530 / var(--pc));
}
.lp .item02 .flex .img_slate .item-box2 .flex-box .image {
  width: 100%;
  height: auto;
}
.lp .item02 .flex .img_slate .item-box2 .price {
  width: calc(530 / var(--pc));
}
.lp .item02 .flex .img_slate .item-box2 .txt {
  width: calc(62 / var(--pc));
  height: calc(168 / var(--pc));
}
.lp .back {
  width: 100%;
  height: calc(725 / var(--pc));
  position: fixed;
  z-index: 0;
  top: 10%;
}
.lp .influencer {
  z-index: 1;
  position: sticky;
  top: 10%;
  width: 100%;
  height: calc(725 / var(--pc));
}
.lp .influencer .txt {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 12%;
}
.lp .influencer .txt h2 {
  font-size: calc(40 / var(--pc));
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin-bottom: calc(10 / var(--pc));
}
.lp .influencer .txt a {
  font-size: calc(15 / var(--pc));
  line-height: 200%;
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 3%; /* 0.36px */
  text-underline-offset: 20%; /* 2.4px */
  text-underline-position: from-font;
}
.lp .influencer .txt p {
  margin-top: calc(29 / var(--pc));
  font-size: calc(13 / var(--pc));
  line-height: 200%;
  letter-spacing: 0.08em;
  width: calc(406 / var(--pc));
}
.lp .last-block {
  position: sticky;
  top: 10%;
  z-index: 2;
  padding-top: calc(144 / var(--pc));
  margin-top: calc(300 / var(--pc));
  background: #fff;
}
.lp .last-block .view-all {
  display: block;
  width: calc(280 / var(--pc));
  background: #C3AFA9;
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: calc(24 / var(--pc));
  font-weight: 400;
  line-height: calc(64 / var(--pc));
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto calc(96 / var(--pc));
  position: relative;
  border-radius: calc(88 / var(--pc));
}
.lp .last-block .view-all::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: calc(26 / var(--pc));
  transform: translateY(-50%) rotate(-45deg);
  width: calc(9 / var(--pc));
  height: calc(9 / var(--pc));
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.lp .last-block .view-all:hover {
  opacity: 0.5;
}
.lp .last-block .staff-credit {
  margin: 0 auto;
}
.lp .last-block .staff-credit h3 {
  font-size: calc(24 / var(--pc));
  line-height: 185%;
  letter-spacing: 0.01em;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: calc(10 / var(--pc));
}
.lp .last-block .staff-credit P {
  font-family: "Inter", sans-serif;
  font-size: calc(14 / var(--pc));
  line-height: 185%;
  letter-spacing: 0.01em;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .lp .kv {
    width: 100%;
  }
  .lp .kv .pc-kv-img {
    display: none;
  }
  .lp .kv .kv-txt {
    display: none;
  }
  .lp .kv .sp-kv-img {
    display: block;
  }
  .lp .kv .sp-kv-img .txt-slide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(96 / var(--sp));
    z-index: 20;
    width: calc(312 / var(--sp));
  }
  .lp .kv .sp-kv-img .slide2 {
    bottom: calc(40 / var(--sp));
  }
  .lp .read {
    font-size: calc(13 / var(--sp));
    padding-top: calc(40 / var(--sp));
    padding-bottom: calc(50 / var(--sp));
  }
  .lp .price ul {
    gap: calc(14 / var(--sp)) calc(12 / var(--sp));
    margin-top: calc(24 / var(--sp));
    justify-content: flex-end;
  }
  .lp .price ul li a {
    font-size: calc(12 / var(--sp));
  }
  .lp .point {
    display: block;
  }
  .lp .point .item-box {
    width: 100%;
    height: auto;
  }
  .lp .point .txt-box {
    width: 100%;
    position: relative;
  }
  .lp .point .txt-box .point-img {
    width: calc(70 / var(--sp));
    top: calc(-10 / var(--sp));
    left: calc(24 / var(--sp));
  }
  .lp .point .txt-box .point-txt {
    margin-top: 0;
    padding: calc(40 / var(--sp)) calc(35 / var(--sp));
  }
  .lp .point .txt-box .point-txt ul li {
    margin-bottom: calc(20 / var(--sp));
  }
  .lp .point .txt-box .point-txt ul li .line-wrap {
    padding-bottom: calc(8 / var(--sp));
    gap: calc(8 / var(--sp));
  }
  .lp .point .txt-box .point-txt ul li img {
    width: calc(19 / var(--sp));
  }
  .lp .point .txt-box .point-txt ul li p {
    font-size: calc(13 / var(--sp));
    letter-spacing: 0.01em;
  }
  .lp .area .item-title {
    padding-top: calc(54 / var(--sp));
  }
  .lp .area .item-title img {
    width: calc(127 / var(--sp));
  }
  .lp .area .item-title h2 {
    margin: calc(4 / var(--sp)) 0 calc(24 / var(--sp)) 0;
    font-size: calc(56 / var(--sp));
  }
  .lp .area .slide-wrap {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: calc(6 / var(--sp));
  }
  .lp .area .slide-wrap .item {
    width: calc(310 / var(--sp));
    height: calc(491 / var(--sp));
  }
  .lp .area .slide-wrap img {
    width: 100%;
  }
  .lp .area .item-wrap {
    display: none;
  }
  .lp .flex {
    width: calc(375 / var(--sp));
    padding: calc(72 / var(--sp)) 0 0;
  }
  .lp .item01 .flex .img_pink {
    width: calc(320 / var(--sp));
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .lp .item01 .flex .img_pink .item-box {
    width: calc(320 / var(--sp));
  }
  .lp .item01 .flex .img_pink .item-box img {
    width: 100%;
  }
  .lp .item01 .flex .img_pink .item-box .price {
    margin-left: auto;
    width: calc(181 / var(--sp));
  }
  .lp .item01 .flex .img_pink .txt {
    width: calc(35 / var(--sp));
    height: calc(73 / var(--sp));
    position: absolute;
    top: calc(18 / var(--sp));
    right: calc(14 / var(--sp));
    z-index: 10;
  }
  .lp .item01 .flex .img_white {
    width: calc(350 / var(--sp));
    margin: calc(64 / var(--sp)) auto 0 0;
    right: 0;
  }
  .lp .item01 .flex .img_white img {
    display: block;
  }
  .lp .item01 .flex .img_white .item-box {
    width: calc(350 / var(--sp));
    position: static;
    display: flex;
    align-items: flex-start;
    line-height: 0;
  }
  .lp .item01 .flex .img_white .item-box .image {
    width: calc(250 / var(--sp));
    display: block;
    margin-left: auto;
  }
  .lp .item01 .flex .img_white .item-box .txt {
    display: none;
  }
  .lp .item01 .flex .img_white .item-box .txt_sp {
    display: block;
    width: calc(35 / var(--sp));
    height: calc(100 / var(--sp));
    margin: 0 calc(16 / var(--sp)) 0 auto;
  }
  .lp .item01 .flex .img_white .item-box2 {
    width: calc(300 / var(--sp));
    margin: 0;
    position: static;
    bottom: 0;
  }
  .lp .item01 .flex .img_white .item-box2 .price {
    width: 100%;
  }
  .lp .item01 .flex .img_black {
    width: 100%;
    margin: calc(92 / var(--sp)) auto calc(80 / var(--sp));
    flex-direction: column;
  }
  .lp .item01 .flex .img_black .item-box {
    order: 2;
    width: calc(250 / var(--sp));
    height: auto;
    margin: calc(40 / var(--sp)) auto 0;
  }
  .lp .item01 .flex .img_black .item-box .image {
    width: 100%;
    padding-top: 0;
  }
  .lp .item01 .flex .img_black .item-box .txt {
    display: none;
  }
  .lp .item01 .flex .img_black .item-box .price {
    display: block;
  }
  .lp .item01 .flex .img_black .item-box2 {
    order: 1;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .lp .item01 .flex .img_black .item-box2 .price {
    display: none;
  }
  .lp .item01 .flex .img_black .item-box2 .txt {
    display: block;
    width: calc(35 / var(--sp));
    height: calc(103 / var(--sp));
    position: absolute;
    top: calc(18 / var(--sp));
    left: calc(16 / var(--sp));
    z-index: 10;
  }
  .lp .item02 .flex {
    padding: calc(72 / var(--sp)) 0 calc(20 / var(--sp));
  }
  .lp .item02 .flex .img_mocha {
    width: calc(375 / var(--sp));
    flex-direction: column;
  }
  .lp .item02 .flex .img_mocha .item-box {
    order: 2;
    width: calc(320 / var(--sp));
    margin: calc(24 / var(--sp)) auto 0;
  }
  .lp .item02 .flex .img_mocha .item-box .txt {
    display: none;
  }
  .lp .item02 .flex .img_mocha .item-box img {
    width: 100%;
  }
  .lp .item02 .flex .img_mocha .item-box .price {
    width: calc(226 / var(--sp));
    margin-left: auto;
  }
  .lp .item02 .flex .img_mocha .item-box2 {
    order: 1;
    width: calc(301 / var(--sp));
    height: calc(375 / var(--sp));
    position: relative;
  }
  .lp .item02 .flex .img_mocha .item-box2 img {
    width: calc(250 / var(--sp));
  }
  .lp .item02 .flex .img_mocha .item-box2 .txt {
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(35 / var(--sp));
    transform: rotate(90deg);
    transform-origin: bottom right;
    width: calc(120 / var(--sp));
    height: calc(35 / var(--sp));
  }
  .lp .item02 .flex .img_gray {
    width: calc(300 / var(--sp));
    margin: calc(64 / var(--sp)) 0 0 auto;
  }
  .lp .item02 .flex .img_gray .item-box {
    width: calc(300 / var(--sp));
    position: relative;
  }
  .lp .item02 .flex .img_gray .item-box .txt {
    width: calc(82 / var(--sp));
    height: calc(35 / var(--sp));
    margin: 0;
    position: absolute;
    top: calc(16 / var(--sp));
    left: calc(16 / var(--sp));
    z-index: 10;
  }
  .lp .item02 .flex .img_gray .item-box .price ul {
    justify-content: flex-start;
  }
  .lp .item02 .flex .img_slate {
    width: 100%;
    margin: calc(64 / var(--sp)) 0 0 0;
    display: block;
  }
  .lp .item02 .flex .img_slate .item-box {
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .lp .item02 .flex .img_slate .item-box2 {
    width: calc(318 / var(--sp));
    margin: calc(-12 / var(--sp)) 0 calc(80 / var(--sp)) calc(57 / var(--sp));
    z-index: 2;
  }
  .lp .item02 .flex .img_slate .item-box2 .flex-box {
    order: 2;
    width: calc(267 / var(--sp));
  }
  .lp .item02 .flex .img_slate .item-box2 .price {
    width: calc(267 / var(--sp));
  }
  .lp .item02 .flex .img_slate .item-box2 .price ul {
    justify-content: flex-start;
  }
  .lp .item02 .flex .img_slate .item-box2 .txt {
    width: calc(35 / var(--sp));
    height: calc(96 / var(--sp));
    margin-top: calc(45 / var(--sp));
    order: 1;
  }
  .lp .item02 .point .txt-box .point-txt {
    padding: calc(40 / var(--sp)) calc(48 / var(--sp));
  }
  .lp .back {
    width: calc(375 / var(--sp));
    height: calc(510 / var(--sp));
    top: 8%;
  }
  .lp .influencer {
    height: calc(510 / var(--sp));
    top: 12%;
  }
  .lp .influencer .txt {
    width: calc(261 / var(--sp));
    height: calc(249 / var(--sp));
  }
  .lp .influencer .txt h2 {
    font-size: calc(24 / var(--sp));
    margin-bottom: calc(4 / var(--sp));
  }
  .lp .influencer .txt a {
    font-size: calc(13 / var(--sp));
  }
  .lp .influencer .txt p {
    margin-top: calc(20 / var(--sp));
    font-size: calc(13 / var(--sp));
    line-height: 190%;
    letter-spacing: 0.02em;
    width: calc(261 / var(--sp));
  }
  .lp .last-block {
    padding-top: calc(64 / var(--sp));
    padding-bottom: calc(64 / var(--sp));
    margin-top: calc(200 / var(--sp));
  }
  .lp .last-block .view-all {
    width: calc(260 / var(--sp));
    font-size: calc(20 / var(--sp));
    line-height: calc(56 / var(--sp));
    margin: 0 auto calc(72 / var(--sp));
    border-radius: calc(88 / var(--sp));
  }
  .lp .last-block .view-all::after {
    right: calc(24 / var(--sp));
    width: calc(7 / var(--sp));
    height: calc(7 / var(--sp));
  }
  .lp .last-block .staff-credit h3 {
    font-size: calc(18 / var(--sp));
    margin-bottom: calc(10 / var(--sp));
  }
  .lp .last-block .staff-credit P {
    font-size: calc(13 / var(--sp));
  }
}

#header {
  border: none;
}/*# sourceMappingURL=new_season20250901.css.map */