@charset "UTF-8";
@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;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
:root {
  --pc: 1440 * 100vw;
  --sp: 375 * 100vw;
}

#main {
  overflow: unset;
}

[class*=scroll-in-] img {
  transition: 0s ease;
}
[class*=scroll-in-].is-in img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 1s ease 0s;
}

.scroll-in-left img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.scroll-in-right img {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.scroll-in-top img {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.scroll-zoom {
  overflow: hidden;
}
.scroll-zoom img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.6s ease-in, transform 1s ease-out !important;
}
.scroll-zoom.is-in img {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[class*=fade-].is-in {
  transform: translate(0, 0);
  opacity: 1;
}

.lp {
  padding-top: calc(16 / var(--pc));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 768px) {
  .lp {
    padding-top: 0;
  }
}
.lp * {
  box-sizing: border-box;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp a {
  display: inline-block;
}
.lp section {
  position: relative;
}
@media screen and (min-width: 769px) {
  .lp section.kv {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv {
    padding-top: calc(126 / var(--sp));
  }
}
.lp section.kv .kv-image {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image {
    display: flex;
    width: calc(957 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.6s;
  }
}
.lp section.kv .kv-image .swiper-slide {
  position: relative;
}
.lp section.kv .kv-image .swiper-slide .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 2;
  font-family: "Bodoni Moda", serif;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 2s;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide .num {
    top: calc(24 / var(--pc));
    left: calc(24 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide .num {
    transition: 0.6s;
    transition-delay: 0.6s;
  }
  .lp section.kv .kv-image .swiper-slide .num::before {
    content: "";
    position: absolute;
    height: 1px;
    background: currentColor;
  }
}
.lp section.kv .kv-image .swiper-slide .num i {
  font-weight: 500;
  font-style: italic;
  font-size: calc(12 / var(--pc));
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide .num i {
    font-size: calc(14 / var(--sp));
  }
}
.lp section.kv .kv-image .swiper-slide .num span {
  font-size: calc(40 / var(--pc));
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide .num span {
    font-size: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide img {
    opacity: 0;
    transition: 2s;
  }
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide {
    --delay: 0s;
    --delay2: .5s;
    --delay3: 1s;
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide {
    --delay: .6s;
    --delay2: 1.4s;
    --delay3: 2.2s;
  }
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide.slide01 {
    width: calc(320 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide.slide01 .num {
    transition-delay: var(--delay);
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide.slide01 .num {
    top: calc(108 / var(--sp));
    right: calc(43 / var(--sp));
    color: #5A5A5A;
  }
  .lp section.kv .kv-image .swiper-slide.slide01 .num::before {
    top: calc(42 / var(--sp));
    right: calc(47 / var(--sp));
    width: calc(42 / var(--sp));
    transform: rotate(-33deg);
    transform-origin: top right;
  }
}
.lp section.kv .kv-image .swiper-slide.slide01 img {
  transition-delay: var(--delay);
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide.slide02 {
    width: calc(317 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide.slide02 .num {
    transition-delay: var(--delay2);
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide.slide02 .num {
    top: calc(118 / var(--sp));
    left: calc(85 / var(--sp));
    color: #fff;
  }
  .lp section.kv .kv-image .swiper-slide.slide02 .num::before {
    top: calc(42 / var(--sp));
    left: 100%;
    width: calc(42 / var(--sp));
    transform: rotate(37.6deg);
    transform-origin: top left;
  }
}
.lp section.kv .kv-image .swiper-slide.slide02 img {
  transition-delay: var(--delay2);
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide.slide03 {
    width: calc(320 / var(--pc));
  }
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-image .swiper-slide.slide03 .num {
    transition-delay: var(--delay3);
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-image .swiper-slide.slide03 .num {
    top: calc(87 / var(--sp));
    right: calc(44 / var(--sp));
    color: #fff;
  }
  .lp section.kv .kv-image .swiper-slide.slide03 .num::before {
    top: calc(50 / var(--sp));
    right: calc(47 / var(--sp));
    width: calc(43 / var(--sp));
    transform: rotate(-37.6deg);
    transform-origin: top right;
  }
}
.lp section.kv .kv-image .swiper-slide.slide03 img {
  transition-delay: var(--delay3);
}
.lp section.kv .kv-detail {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 769px) {
  .lp section.kv .kv-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 957 / var(--pc));
    transform: translate3d(0, 50px, 0);
  }
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-detail {
    transition: 0.6s;
    transition-delay: 0s;
  }
}
.lp section.kv .kv-detail h1 {
  position: relative;
  left: calc(-2 / var(--pc));
  width: calc(318 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-detail h1 {
    position: absolute;
    z-index: 2;
    top: calc(-670 / var(--sp));
    left: 50%;
    transform: translateX(-50%);
    width: calc(229 / var(--sp));
  }
}
.lp section.kv .kv-detail p {
  margin-top: calc(35 / var(--pc));
  text-align: center;
  font-size: calc(13 / var(--pc));
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.kv .kv-detail p {
    margin-top: calc(40 / var(--sp));
    font-size: calc(12 / var(--sp));
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles {
    margin-top: calc(48 / var(--sp));
  }
}
.lp section.styles .profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: calc(40 / var(--pc)) calc(80 / var(--pc));
  background: #fff;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .lp section.styles .profile {
    width: calc(748 / var(--pc));
    margin-inline: auto;
    margin-block: calc(128 / var(--pc)) calc(152 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles .profile {
    padding: calc(42 / var(--sp)) calc(32 / var(--sp));
  }
}
.lp section.styles .profile.is-in {
  background: #F1ECE4;
}
.lp section.styles .profile .photo {
  width: calc(117 / var(--pc));
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp section.styles .profile .photo {
    width: calc(91 / var(--sp));
  }
}
.lp section.styles .profile .name {
  width: calc(100% - 117 / var(--pc));
  padding-top: calc(3 / var(--pc));
  padding-left: calc(20 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles .profile .name {
    width: calc(100% - 91 / var(--sp));
    padding-top: calc(5 / var(--sp));
    padding-left: calc(24 / var(--sp));
  }
}
.lp section.styles .profile .name p {
  font-size: calc(16 / var(--pc));
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.styles .profile .name p {
    font-size: calc(14 / var(--sp));
  }
}
.lp section.styles .profile .name a {
  margin-top: calc(10 / var(--pc));
  font-size: calc(16 / var(--pc));
  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.48px */
  text-underline-offset: 35.5%; /* 5.68px */
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .lp section.styles .profile .name a {
    margin-top: calc(3 / var(--sp));
    font-size: calc(14 / var(--sp));
  }
}
.lp section.styles .profile .text {
  width: 100%;
  margin-top: calc(13 / var(--pc));
  font-size: calc(12 / var(--pc));
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.styles .profile .text {
    margin-top: calc(13 / var(--sp));
    font-size: calc(12 / var(--sp));
  }
}
.lp section.styles article {
  position: relative;
}
.lp section.styles article::after {
  content: "";
  display: block;
  clear: both;
}
.lp section.styles article .style-title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-top: calc(18 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-title {
    padding-top: calc(21 / var(--sp));
  }
}
.lp section.styles article .style-title .num {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(92 / var(--pc));
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-title .num {
    height: calc(71 / var(--sp));
  }
}
.lp section.styles article .style-title .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(62 / var(--pc));
  aspect-ratio: 1;
  background: url(../img/with-3setup.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-title .num::before {
    width: calc(47 / var(--sp));
  }
}
.lp section.styles article .style-title .num img {
  width: auto;
  height: 100%;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: 0.8s;
}
.lp section.styles article .style-title h2 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: calc(40 / var(--pc));
  line-height: 1;
  padding-bottom: calc(4 / var(--pc));
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-title h2 {
    font-size: calc(28 / var(--sp));
    padding-top: 0;
    padding-bottom: calc(4 / var(--sp));
  }
}
.lp section.styles article .style-title h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(-4 / var(--pc));
  width: 0;
  height: calc(7 / var(--pc));
  background: #EDD8D8;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-title h2::before {
    left: calc(-4 / var(--sp));
    height: calc(7 / var(--sp));
  }
}
.lp section.styles article .style-title.is-in .num img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lp section.styles article .style-title.is-in h2::before {
  width: calc(100% + 8 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .style-title.is-in h2::before {
    width: calc(100% + 8 / var(--sp));
  }
}
.lp section.styles article .image01 {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lp section.styles article .image01 {
    width: calc(480 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .image01 {
    width: 100%;
  }
}
.lp section.styles article .image02 {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lp section.styles article .image02 {
    width: calc(360 / var(--pc));
  }
}
.lp section.styles article .item-label {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: absolute;
  z-index: 2;
  gap: calc(14 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .item-label {
    gap: calc(14 / var(--sp));
  }
}
.lp section.styles article .item-label span {
  position: relative;
  padding: calc(4 / var(--pc)) calc(7 / var(--pc)) calc(3 / var(--pc));
  background: rgba(255, 255, 255, 0.9);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 300;
  font-size: calc(16 / var(--pc));
  line-height: 1;
  letter-spacing: 0.19em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .item-label span {
    padding: calc(4 / var(--sp)) calc(5 / var(--sp)) calc(4 / var(--sp));
    font-size: calc(15 / var(--sp));
  }
}
.lp section.styles article .item-label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #000 0 1px, transparent 1px 3px);
  background-size: 1px 3px; /* 幅=1px, 高さ=6px のパターン */
  background-repeat: repeat-y;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item {
    padding: calc(32 / var(--sp)) calc(32 / var(--sp)) 0;
  }
}
.lp section.styles article .setup-item .setup-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lp section.styles article .setup-item .photo {
  width: calc(100 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .photo {
    width: calc(100 / var(--sp));
  }
}
.lp section.styles article .setup-item .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 100 / var(--pc));
  padding-left: calc(17 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .info {
    width: calc(100% - 100 / var(--sp));
    padding-left: calc(17 / var(--sp));
  }
}
.lp section.styles article .setup-item .info .setup {
  padding-inline: calc(8 / var(--pc));
  font-family: "Bodoni Moda", serif;
  font-size: calc(13 / var(--pc));
  line-height: calc(20 / var(--pc));
  letter-spacing: 0.01em;
  border-radius: calc(32 / var(--pc));
  background: #E3DACE;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .info .setup {
    padding-inline: calc(8 / var(--sp));
    font-size: calc(13 / var(--sp));
    line-height: calc(20 / var(--sp));
    border-radius: calc(32 / var(--sp));
  }
}
.lp section.styles article .setup-item .info p {
  margin-top: calc(16 / var(--pc));
  font-size: calc(13 / var(--pc));
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 3%;
  text-underline-offset: 30%;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .info p {
    margin-top: calc(8 / var(--sp));
    font-size: calc(13 / var(--sp));
    line-height: 1.9;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .info p span {
    display: block;
    margin-top: 1px;
  }
}
.lp section.styles article .setup-item .info .items {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .info .items {
    gap: calc(12 / var(--sp));
  }
}
.lp section.styles article .setup-item .info .items a {
  position: relative;
  margin-top: calc(16 / var(--pc));
  font-size: calc(13 / var(--pc));
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .info .items a {
    margin-top: calc(20 / var(--sp));
    font-size: calc(12 / var(--sp));
    line-height: 1;
  }
}
.lp section.styles article .setup-item .info .items a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4em;
  height: 0.03em;
  background: currentColor;
  pointer-events: none;
}
.lp section.styles article .setup-item .info .items span {
  padding-left: 0.5em;
}
.lp section.styles article .setup-item .item-info {
  width: 100%;
  margin-top: calc(20 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .item-info {
    margin-top: calc(18 / var(--sp));
  }
}
.lp section.styles article .setup-item .item-info:not(:has(.items)) {
  margin-top: calc(32 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .item-info:not(:has(.items)) {
    margin-top: calc(25 / var(--sp));
  }
}
.lp section.styles article .setup-item .item-info .items {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14 / var(--pc));
  margin-bottom: calc(32 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .item-info .items {
    gap: calc(12 / var(--sp));
    margin-bottom: calc(25 / var(--sp));
  }
}
.lp section.styles article .setup-item .item-info .items a {
  font-size: calc(13 / var(--pc));
  line-height: 1;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 3%; /* 0.39px */
  text-underline-offset: 30%; /* 5.2px */
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .item-info .items a {
    font-size: calc(12 / var(--sp));
  }
}
.lp section.styles article .setup-item .item-info p {
  text-align: justify;
  font-size: calc(12 / var(--pc));
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.styles article .setup-item .item-info p {
    font-size: calc(12 / var(--sp));
  }
}
.lp section.styles article.style01 {
  padding-top: calc(98 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 {
    margin-top: calc(80 / var(--sp));
    padding-top: calc(80 / var(--sp));
  }
}
.lp section.styles article.style01 .style-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-left: calc(80 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .style-title {
    padding-left: calc(62 / var(--sp));
  }
}
.lp section.styles article.style01 .style-title .num {
  padding-top: calc(27 / var(--pc));
  padding-left: calc(29 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .style-title .num {
    padding-top: calc(23 / var(--sp));
    padding-left: calc(24 / var(--sp));
  }
}
.lp section.styles article.style01 .style-title h2::before {
  background: #EDD8D8;
}
.lp section.styles article.style01 .item-label {
  top: calc(56 / var(--pc));
  right: calc(40 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .item-label {
    top: calc(56 / var(--sp));
    right: calc(40 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .image01 {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .image02 {
    float: left;
    margin-top: calc(72 / var(--pc));
    margin-left: calc(298 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style01 .image02 {
    width: calc(260 / var(--sp));
    margin-top: calc(32 / var(--sp));
    margin-left: calc(83 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style01 .setup-item {
    float: left;
    width: calc(389 / var(--pc));
    margin-top: calc(234 / var(--pc));
    margin-left: calc(95 / var(--pc));
  }
}
.lp section.styles article.style02 {
  margin-top: calc(176 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 {
    margin-top: calc(80 / var(--sp));
  }
}
.lp section.styles article.style02 .style-title {
  padding-top: calc(46 / var(--pc));
  padding-left: calc(109 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .style-title {
    float: left;
    margin-left: calc(283 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .style-title {
    margin-left: calc(76 / var(--sp));
    padding-top: calc(38 / var(--sp));
    padding-left: calc(79 / var(--sp));
  }
}
.lp section.styles article.style02 .style-title .num {
  height: calc(93 / var(--pc));
  padding-top: calc(25 / var(--pc));
  padding-left: calc(18 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .style-title .num {
    height: calc(71 / var(--sp));
    padding-top: calc(21 / var(--sp));
    padding-left: calc(14 / var(--sp));
  }
}
.lp section.styles article.style02 .style-title h2::before {
  background: #F2DEC5;
}
.lp section.styles article.style02 .item-label {
  top: calc(53 / var(--pc));
  left: calc(49 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .item-label {
    top: calc(48 / var(--sp));
    left: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .image01 {
    float: right;
    margin-top: calc(50 / var(--pc));
    margin-right: calc(237 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .image01 {
    width: calc(343 / var(--sp));
    margin-top: calc(40 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .image02 {
    float: left;
    margin-top: calc(83 / var(--pc));
    margin-left: calc(235 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .image02 {
    width: 100%;
    margin-top: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .image03 {
    float: left;
    width: calc(300 / var(--pc));
    margin-top: calc(120 / var(--pc));
    margin-left: calc(351 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style02 .image03 {
    width: calc(300 / var(--sp));
    margin-top: calc(40 / var(--sp));
    margin-left: calc(25 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style02 .setup-item {
    float: left;
    width: calc(460 / var(--pc));
    margin-top: calc(170 / var(--pc));
    margin-left: calc(80 / var(--pc));
  }
}
.lp section.styles article.style03 {
  margin-top: calc(203 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 {
    margin-top: calc(80 / var(--sp));
    padding-top: calc(72 / var(--sp));
  }
}
.lp section.styles article.style03 .style-title {
  position: absolute;
  top: calc(63 / var(--pc));
  right: calc(276 / var(--pc));
  z-index: 2;
  padding-top: calc(22 / var(--pc));
  padding-left: calc(105 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .style-title {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .style-title {
    top: 0;
    right: calc(32 / var(--sp));
    padding-top: calc(19 / var(--sp));
    padding-left: calc(77 / var(--sp));
  }
}
.lp section.styles article.style03 .style-title .num {
  height: calc(94 / var(--pc));
  padding-top: calc(27 / var(--pc));
  padding-left: calc(20 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .style-title .num {
    height: calc(72 / var(--sp));
    padding-top: calc(21 / var(--sp));
    padding-left: calc(16 / var(--sp));
  }
}
.lp section.styles article.style03 .style-title h2::before {
  background: #CEE1F7;
}
.lp section.styles article.style03 .item-label {
  top: calc(32 / var(--pc));
  left: calc(32 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .item-label {
    top: calc(62 / var(--sp));
    left: calc(-51 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .image01 {
    float: right;
    width: calc(360 / var(--pc));
    margin-top: calc(240 / var(--pc));
    margin-right: calc(274 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .image01 {
    width: calc(300 / var(--sp));
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .image01 .item-label {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .image02 {
    float: left;
    width: calc(420 / var(--pc));
    margin-left: calc(274 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .image02 {
    width: calc(343 / var(--sp));
    margin-top: calc(32 / var(--sp));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style03 .image02 .item-label {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style03 .setup-item {
    float: left;
    width: calc(420 / var(--pc));
    margin-top: calc(56 / var(--pc));
    margin-left: calc(274 / var(--pc));
  }
}
.lp section.styles article.style04 {
  margin-top: calc(167 / var(--pc));
  padding-top: calc(143 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 {
    margin-top: calc(80 / var(--sp));
    padding-top: calc(80 / var(--sp));
  }
}
.lp section.styles article.style04 .style-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: calc(49 / var(--pc));
  padding-left: calc(104 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .style-title {
    padding-top: calc(15 / var(--sp));
    padding-left: calc(74 / var(--sp));
  }
}
.lp section.styles article.style04 .style-title .num {
  height: calc(93 / var(--pc));
  padding-top: calc(27 / var(--pc));
  padding-left: calc(21 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .style-title .num {
    top: calc(-3 / var(--sp));
    height: calc(71 / var(--sp));
    padding-top: calc(21 / var(--sp));
    padding-left: calc(11 / var(--sp));
  }
}
.lp section.styles article.style04 .style-title h2::before {
  background: #D7F3C8;
}
.lp section.styles article.style04 .item-label {
  top: calc(64 / var(--pc));
  left: calc(56 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .item-label {
    top: calc(56 / var(--sp));
    left: calc(40 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .image01 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .image01 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .image02 {
    float: left;
    margin-top: calc(70 / var(--pc));
    margin-left: calc(289 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style04 .image02 {
    width: calc(260 / var(--sp));
    margin-top: calc(32 / var(--sp));
    margin-left: calc(83 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style04 .setup-item {
    float: left;
    width: calc(414 / var(--pc));
    margin-top: calc(234 / var(--pc));
    margin-left: calc(96 / var(--pc));
  }
}
.lp section.styles article.style04 .setup-item p {
  letter-spacing: 0.07em;
}
.lp section.styles article.style05 {
  margin-top: calc(156 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 {
    margin-top: calc(80 / var(--sp));
  }
}
.lp section.styles article.style05 .style-title {
  padding-top: calc(58 / var(--pc));
  padding-left: calc(106 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style05 .style-title {
    float: left;
    margin-left: calc(253 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .style-title {
    margin-left: calc(48 / var(--sp));
    padding-top: calc(33 / var(--sp));
    padding-left: calc(78 / var(--sp));
  }
}
.lp section.styles article.style05 .style-title .num {
  height: calc(92 / var(--pc));
  padding-top: calc(38 / var(--pc));
  padding-left: calc(20 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .style-title .num {
    height: calc(71 / var(--sp));
    padding-top: calc(23 / var(--sp));
    padding-left: calc(16 / var(--sp));
  }
}
.lp section.styles article.style05 .style-title h2::before {
  background: #F0ECC8;
}
.lp section.styles article.style05 .item-label {
  top: calc(56 / var(--pc));
  left: calc(52 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .item-label {
    top: calc(56 / var(--sp));
    left: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style05 .image01 {
    float: right;
    margin-top: calc(50 / var(--pc));
    margin-right: calc(228 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .image01 {
    width: calc(343 / var(--sp));
    margin-top: calc(45 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style05 .image02 {
    float: left;
    margin-top: calc(74 / var(--pc));
    margin-left: calc(244 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .image02 {
    width: 100%;
    margin-top: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style05 .image03 {
    float: left;
    width: calc(300 / var(--pc));
    margin-top: calc(120 / var(--pc));
    margin-left: calc(360 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style05 .image03 {
    width: calc(300 / var(--sp));
    margin-top: calc(40 / var(--sp));
    margin-left: calc(25 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style05 .setup-item {
    float: left;
    width: calc(460 / var(--pc));
    margin-top: calc(184 / var(--pc));
    margin-left: calc(80 / var(--pc));
  }
}
.lp section.styles article.style06 {
  margin-top: calc(190 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 {
    margin-top: calc(80 / var(--sp));
    padding-top: calc(75 / var(--sp));
  }
}
.lp section.styles article.style06 .style-title {
  padding-left: calc(101 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style06 .style-title {
    float: right;
    margin-top: calc(63 / var(--pc));
    margin-right: calc(297 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .style-title {
    position: absolute;
    top: 0;
    right: calc(32 / var(--sp));
    padding-top: calc(13 / var(--sp));
    padding-left: calc(76 / var(--sp));
  }
}
.lp section.styles article.style06 .style-title .num {
  height: calc(94 / var(--pc));
  padding-top: calc(27 / var(--pc));
  padding-left: calc(22 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .style-title .num {
    height: calc(72 / var(--sp));
    padding-top: calc(21 / var(--sp));
    padding-left: calc(20 / var(--sp));
  }
}
.lp section.styles article.style06 .style-title h2::before {
  background: #D3E9EF;
}
.lp section.styles article.style06 .item-label {
  top: calc(48 / var(--pc));
  left: calc(40 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .item-label {
    top: calc(40 / var(--sp));
    left: calc(-43 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style06 .image01 {
    float: left;
    width: calc(420 / var(--pc));
    margin-left: calc(274 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .image01 {
    width: calc(300 / var(--sp));
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style06 .image02 {
    float: right;
    margin-top: calc(115 / var(--pc));
    margin-right: calc(274 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style06 .image02 {
    width: calc(343 / var(--sp));
    margin-top: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style06 .setup-item {
    float: left;
    width: calc(420 / var(--pc));
    margin-top: calc(56 / var(--pc));
    margin-left: calc(274 / var(--pc));
  }
}
.lp section.styles article.style07 {
  margin-top: calc(168 / var(--pc));
  padding-top: calc(104 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 {
    margin-top: calc(80 / var(--sp));
    padding-top: calc(80 / var(--sp));
  }
}
.lp section.styles article.style07 .style-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: calc(480 / var(--pc));
  padding-top: calc(22 / var(--pc));
  padding-left: calc(112 / var(--pc));
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style07 .style-title {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 .style-title {
    left: calc(34 / var(--sp));
    padding-top: calc(23 / var(--sp));
    padding-left: calc(83 / var(--sp));
  }
}
.lp section.styles article.style07 .style-title .num {
  padding-top: calc(29 / var(--pc));
  padding-left: calc(29 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 .style-title .num {
    top: calc(6 / var(--sp));
    height: calc(70 / var(--sp));
    padding-top: calc(22 / var(--sp));
    padding-left: calc(24 / var(--sp));
  }
}
.lp section.styles article.style07 .style-title h2::before {
  background: #DDDFF5;
}
.lp section.styles article.style07 .item-label {
  top: calc(56 / var(--pc));
  right: calc(40 / var(--pc));
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 .item-label {
    top: calc(48 / var(--sp));
    right: calc(32 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style07 .image01 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 .image01 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style07 .image02 {
    float: left;
    margin-top: calc(72 / var(--pc));
    margin-left: calc(274 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 .image02 {
    width: calc(260 / var(--sp));
    margin-top: calc(32 / var(--sp));
    margin-left: calc(83 / var(--sp));
  }
}
@media screen and (min-width: 769px) {
  .lp section.styles article.style07 .setup-item {
    float: left;
    width: calc(437 / var(--pc));
    margin-top: calc(253 / var(--pc));
    margin-left: calc(96 / var(--pc));
  }
}
@media screen and (max-width: 768px) {
  .lp section.styles article.style07 .setup-item .info a span {
    display: inline-block;
    padding-left: 0.5em;
  }
}
.lp section.styles article.style07 .setup-item p {
  letter-spacing: 0.07em;
}
.lp section.styles .all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(342 / var(--pc));
  height: calc(72 / var(--pc));
  margin-inline: auto;
  margin-top: calc(144 / var(--pc));
  border-radius: calc(40 / var(--pc));
  background: #D6A9A9;
  font-family: "Bodoni Moda", serif;
  font-size: calc(24 / var(--pc));
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp section.styles .all-btn {
    width: calc(279 / var(--sp));
    height: calc(52 / var(--sp));
    margin-top: calc(80 / var(--sp));
    font-size: calc(20 / var(--sp));
    border-radius: calc(56 / var(--sp));
  }
}
.lp section.styles .all-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(22 / var(--pc));
  transform: translateY(-50%);
  width: calc(8 / var(--pc));
  aspect-ratio: 8/14;
  background: url(../img/icon-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .lp section.styles .all-btn::after {
    right: calc(22 / var(--sp));
    width: calc(5 / var(--sp));
  }
}
.lp section.staff-crefit {
  margin-top: calc(128 / var(--pc));
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp section.staff-crefit {
    margin-top: calc(72 / var(--sp));
  }
}
.lp section.staff-crefit .banner {
  width: calc(640 / var(--pc));
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp section.staff-crefit .banner {
    width: calc(325 / var(--sp));
  }
}
.lp section.staff-crefit h3 {
  margin-top: calc(88 / var(--pc));
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-size: calc(20 / var(--pc));
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .lp section.staff-crefit h3 {
    margin-top: calc(48 / var(--sp));
    font-size: calc(18 / var(--sp));
  }
}
.lp section.staff-crefit dl {
  margin-top: calc(10 / var(--pc));
  font-family: "Bodoni Moda", serif;
  font-size: calc(14 / var(--pc));
  line-height: 1.85;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .lp section.staff-crefit dl {
    margin-top: calc(10 / var(--sp));
    font-size: calc(13 / var(--sp));
  }
}
.lp section.staff-crefit dl .staff {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp.start section.kv .kv-image {
    opacity: 1;
  }
  .lp.start section.kv .kv-image .slide-on .swiper-slide-active .num {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-image .swiper-slide .num {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .lp.start section.kv .kv-image .swiper-slide img {
    opacity: 1;
  }
}
.lp.start section.kv .kv-detail {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .lp.start section.kv .kv-detail {
    transform: translate3d(0, 0, 0);
  }
}

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