@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  color: #393641;
  background-color: #F8CDB7;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-pc {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 1140px) {
  .l-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-pc__left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 12.1875rem);
  height: 100dvh;
  overflow-y: hidden;
  background: url(../images/common/img_slider_01.webp) no-repeat top left/cover;
}

.l-pc__left__wrap {
  padding-top: 1.5rem;
  padding-left: 2rem;
}
@media (max-width: 1399px) {
  .l-pc__left__wrap {
    display: none;
  }
}

.l-pc__left-logo {
  width: 7rem;
}

.l-pc__left-logo img {
  aspect-ratio: 112/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-pc__left-tabioLogo {
  width: 2.875rem;
  margin-top: 0.625rem;
}

.l-pc__left-tabioLogo img {
  aspect-ratio: 46/10;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-pc__left-lead {
  width: 7.25rem;
  margin-top: 1.25rem;
}

.l-pc__left-lead img {
  aspect-ratio: 116/30;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-pc__main {
  position: relative;
  z-index: 1;
  width: 24.375rem;
  height: 100%;
  margin-inline: auto;
  background-color: #F8CDB7;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.l-pc__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 12.1875rem);
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: #F8CDB7;
}

.l-pc__right-wrap {
  position: absolute;
  top: 50%;
  left: 6.8181818182rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.2727272727rem;
  min-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  padding-block: 5.4545454545rem;
}
@media (max-width: 1139px) {
  .l-pc__right-wrap {
    display: none;
  }
}

.c-btn {
  display: inline-block;
  background-color: #393641;
  min-width: 10.125rem;
  padding: 0.375rem 1.875rem;
  border-radius: 100vmax;
  text-align: center;
  border: 1px solid #393641;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    border: 1px solid #393641;
    opacity: 1;
  }
  .c-btn:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.c-btn img {
  aspect-ratio: 85/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.c-section-heading {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0;
  text-align: left;
}

.c-section-heading::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 20px;
  color: #393641;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0;
  text-transform: capitalize;
}

.c-section-heading::after {
  position: absolute;
  content: "";
  top: 33px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #393641;
  white-space: pre-line;
  display: block;
}

.c-style-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 1.75rem;
  -webkit-transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-style-circle:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.c-style-circle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (any-hover: hover) {
  .c-style-circle a:hover {
    opacity: 1;
  }
}

.c-style-circle__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-style-circle__en {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
}
.c-style-circle__en::after {
  position: relative;
  content: counter(step-counter, decimal);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  top: 0;
  right: 0;
}

.c-style-circle__img {
  width: 3.8125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 0.5625rem;
  overflow: hidden;
}

.c-style-circle__img img {
  aspect-ratio: 61/61;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-style-circle__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-style-selection__item.is-active .c-style-circle__img {
  border-width: 3px;
}

.p-style-selection__item.is-active .c-style-circle__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-card1 {
  background-color: #fff;
  padding: 1.5625rem 1.5625rem 1.25rem 1.5625rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  width: 19.8125rem;
  position: relative;
}
.p-card1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 1px;
  left: -2px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  z-index: -1;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.p-card1__title {
  position: relative;
  z-index: 1;
}

.p-card1__title--w188 {
  width: 11.75rem;
}

.p-card1__title--w240 {
  width: 15rem;
}

.p-card1__title--w212 {
  width: 13.25rem;
}

.p-card1__title--w100 {
  width: 6.25rem;
}

.p-card1__title--w171 {
  width: 10.6875rem;
}

.p-card1__title--w211 {
  width: 13.1875rem;
}

.p-card1__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card1__title--w188 img {
  aspect-ratio: 188/14;
}

.p-card1__title--w240 img {
  aspect-ratio: 240/37;
}

.p-card1__title--w212 img {
  aspect-ratio: 212/14;
}

.p-card1__title--w100 img {
  aspect-ratio: 100/14;
}

.p-card1__title--w171 img {
  aspect-ratio: 171/14;
}

.p-card1__title--w211 img {
  aspect-ratio: 211/14;
}

.p-card1__line {
  border-bottom: 3px solid #F8CDB7;
  margin-top: 0.9375rem;
  position: relative;
  z-index: 1;
}

.p-card1__text {
  margin-top: 1.0625rem;
  text-align: justify;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.012em;
  position: relative;
  z-index: 1;
}

.p-card1__img {
  width: 16.625rem;
  margin-top: 0.875rem;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.p-card1__img img {
  aspect-ratio: 266/260;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv {
  width: 100%;
}

.p-mv__inner {
  max-width: 37.5rem;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 100%;
  }
}

.p-mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-mv__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.125rem;
  width: 2.875rem;
}

.p-mv__left-img01 {
  width: 1.375rem;
}

.p-mv__left-img01 img {
  aspect-ratio: 22/194;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__left-img02 {
  width: 1.5rem;
  margin-top: 1.625rem;
}

.p-mv__left-img02 img {
  aspect-ratio: 24/166;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__left-img03 {
  width: 2.875rem;
  margin-top: 5.125rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translate3d(-10px, -30%, 0) skewX(-5deg);
          transform: translate3d(-10px, -30%, 0) skewX(-5deg);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s ease-in-out;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-mv__left-img03 img {
  aspect-ratio: 46/364;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__left-img03.is-show {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
  opacity: 1;
}

.p-mv__center {
  width: 14.875rem;
  height: 53.125rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv__swiper-container {
  height: 28.375rem;
}

/* =======================================
* swiper
/* =======================================*/
.p-mv__swiper-container,
.p-mv__swiper,
.p-mv__swiper-wrapper,
.p-mv__swiper-slide {
  position: relative;
}

.swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* =======================================
* 縦スクロールのSwiper
/* =======================================*/
.p-mv__swiper-slide {
  height: 28.375rem;
}

.p-mv__center-clomun-slide {
  height: 28.375rem;
}

.p-mv__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 2.875rem;
}

.p-mv__right-img01 {
  width: 10.6666666667vw;
  margin-top: 1.375rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translate3d(-10px, -30%, 0) skewX(-5deg);
          transform: translate3d(-10px, -30%, 0) skewX(-5deg);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s ease-in-out;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (376px <= width) {
  .p-mv__right-img01 {
    width: 2.875rem;
  }
}

.p-mv__right-img01 img {
  aspect-ratio: 46/500;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__right-img01.is-show {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
  opacity: 1;
}

.p-mv__right-img02 {
  width: 2.875rem;
  margin-top: 1.25rem;
}

.p-mv__right-img02 img {
  aspect-ratio: 46/10;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__right-img03 {
  width: 2.375rem;
  margin-top: 3.125rem;
}

.p-mv__right-img03 img {
  aspect-ratio: 38/194;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__lead {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4736842105;
  letter-spacing: -0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.125rem;
}

.p-mv__text {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.03em;
  text-align: center;
  margin-top: 1.25rem;
}

.p-onlin-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
}

.p-style-01 {
  margin-top: 3.125rem;
}

.p-style-01__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-style-01__inner {
    max-width: 100%;
  }
}

.p-style-01__wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 41.875rem;
}

.p-style-01__title {
  width: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.p-style-01__title img {
  aspect-ratio: 53/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-01__image-main {
  width: 16.75rem;
  position: absolute;
  top: 0;
  right: 0;
}

.p-style-01__image-main img {
  aspect-ratio: 268/403;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.p-style-01__image-sub {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
}

.p-style-01__image-sub--1 {
  top: 23%;
  left: 0;
  z-index: 3;
}

.p-style-01__image-sub--2 {
  top: 48%;
  right: 0.75rem;
  z-index: 2;
}

.p-style-01__image-sub--3 {
  bottom: -3%;
  left: 1.5625rem;
  z-index: 1;
}

.p-style-01__image-sub--1 {
  width: 8.4375rem;
}

.p-style-01__image-sub--1 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-01__image-sub--2 {
  width: 9rem;
}

.p-style-01__image-sub--2 img {
  aspect-ratio: 144/216;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-01__image-sub--3 {
  width: 13.5rem;
}

.p-style-01__image-sub--3 img {
  aspect-ratio: 216/324;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-01__text-top,
.p-style-01__text-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #393641;
  border: 1px solid #393641;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  z-index: 1;
}

.p-style-01__text-top {
  bottom: 29%;
  left: 0;
  z-index: 5;
}

.p-style-01__text-bottom {
  right: 0.9375rem;
  bottom: -1%;
  z-index: 5;
}

.p-style-01__card {
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-style-02 {
  margin-top: 2.875rem;
}

.p-style-02__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-style-02__inner {
    max-width: 100%;
  }
}

.p-style-02__wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 41.875rem;
}

.p-style-02__title {
  width: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  right: 0;
}

.p-style-02__title img {
  aspect-ratio: 53/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-02__image-main {
  width: 16.75rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-style-02__image-main img {
  aspect-ratio: 268/403;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.p-style-02__image-sub {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
}

.p-style-02__image-sub--1 {
  top: 17%;
  right: -0.75rem;
  z-index: 3;
}

.p-style-02__image-sub--2 {
  top: 49%;
  left: 0.5rem;
  z-index: 2;
}

.p-style-02__image-sub--3 {
  bottom: 4%;
  right: 0;
  z-index: 1;
}

.p-style-02__image-sub--1 {
  width: 8.4375rem;
}

.p-style-02__image-sub--1 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-02__image-sub--2 {
  width: 8.4375rem;
}

.p-style-02__image-sub--2 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-02__image-sub--3 {
  width: 13.5rem;
}

.p-style-02__image-sub--3 img {
  aspect-ratio: 216/296;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-02__text-top,
.p-style-02__text-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #393641;
  border: 1px solid #393641;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  z-index: 1;
}

.p-style-02__text-top {
  bottom: 33%;
  right: -0.9375rem;
  z-index: 5;
}

.p-style-02__text-bottom {
  bottom: 5%;
  left: 0.9375rem;
  z-index: 5;
}

.p-style-02__card {
  margin-inline: auto;
}

.p-style-03 {
  margin-top: 3.125rem;
}

.p-style-03__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-style-03__inner {
    max-width: 100%;
  }
}

.p-style-03__wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 41.875rem;
}

.p-style-03__title {
  width: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.p-style-03__title img {
  aspect-ratio: 53/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-03__image-main {
  width: 16.75rem;
  position: absolute;
  top: 0;
  right: 0;
}

.p-style-03__image-main img {
  aspect-ratio: 268/403;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.p-style-03__image-sub {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
}

.p-style-03__image-sub--1 {
  top: 19%;
  left: 0;
  z-index: 3;
}

.p-style-03__image-sub--2 {
  top: 52%;
  right: 0;
  z-index: 2;
}

.p-style-03__image-sub--3 {
  bottom: 3%;
  left: 1.5625rem;
  z-index: 1;
}

.p-style-03__image-sub--1 {
  width: 8.4375rem;
}

.p-style-03__image-sub--1 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-03__image-sub--2 {
  width: 9rem;
}

.p-style-03__image-sub--2 img {
  aspect-ratio: 144/216;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-03__image-sub--3 {
  width: 13.5rem;
}

.p-style-03__image-sub--3 img {
  aspect-ratio: 216/324;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-03__text-top,
.p-style-03__text-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #393641;
  border: 1px solid #393641;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  z-index: 1;
}

.p-style-03__text-top {
  bottom: 40%;
  left: 0;
  z-index: 5;
}

.p-style-03__text-bottom {
  right: 0;
  bottom: 0;
  z-index: 5;
}

.p-style-03__card {
  margin-inline: auto;
  margin-top: 1.125rem;
}

.p-style-04 {
  margin-top: 3.125rem;
}

.p-style-04__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-style-04__inner {
    max-width: 100%;
  }
}

.p-style-04__wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 41.875rem;
}

.p-style-04__title {
  width: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  right: 0;
}

.p-style-04__title img {
  aspect-ratio: 53/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-04__image-main {
  width: 16.75rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-style-04__image-main img {
  aspect-ratio: 268/380;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.p-style-04__image-sub {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
}

.p-style-04__image-sub--1 {
  top: 17%;
  right: -0.75rem;
  z-index: 3;
}

.p-style-04__image-sub--2 {
  top: 51%;
  left: 1.25rem;
  z-index: 2;
}

.p-style-04__image-sub--3 {
  bottom: 5%;
  right: 0;
  z-index: 1;
}

.p-style-04__image-sub--1 {
  width: 8.4375rem;
}

.p-style-04__image-sub--1 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-04__image-sub--2 {
  width: 8.4375rem;
}

.p-style-04__image-sub--2 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-04__image-sub--3 {
  width: 13.5rem;
}

.p-style-04__image-sub--3 img {
  aspect-ratio: 216/324;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-04__text-top,
.p-style-04__text-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #393641;
  border: 1px solid #393641;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  z-index: 1;
}

.p-style-04__text-top {
  bottom: 47%;
  right: -0.9375rem;
  z-index: 5;
}

.p-style-04__text-bottom {
  bottom: 4%;
  left: 0.4375rem;
  z-index: 5;
}

.p-style-04__card {
  margin-inline: auto;
}

.p-style-05 {
  margin-top: 3.125rem;
}

.p-style-05__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-style-05__inner {
    max-width: 100%;
  }
}

.p-style-05__wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 41.875rem;
}

.p-style-05__title {
  width: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.p-style-05__title img {
  aspect-ratio: 53/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-05__image-main {
  width: 16.75rem;
  position: absolute;
  top: 0;
  right: 0;
}

.p-style-05__image-main img {
  aspect-ratio: 268/403;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.p-style-05__image-sub {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
}

.p-style-05__image-sub--1 {
  top: 18%;
  left: 0;
  z-index: 3;
}

.p-style-05__image-sub--2 {
  top: 49%;
  right: 0.5rem;
  z-index: 2;
}

.p-style-05__image-sub--3 {
  bottom: 3%;
  left: 2.1875rem;
  z-index: 1;
}

.p-style-05__image-sub--1 {
  width: 8.4375rem;
}

.p-style-05__image-sub--1 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-05__image-sub--2 {
  width: 9rem;
}

.p-style-05__image-sub--2 img {
  aspect-ratio: 144/200;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-05__image-sub--3 {
  width: 13.5rem;
}

.p-style-05__image-sub--3 img {
  aspect-ratio: 216/324;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-05__text-top,
.p-style-05__text-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #393641;
  border: 1px solid #393641;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  z-index: 1;
}

.p-style-05__text-top {
  bottom: 45%;
  left: 0;
  z-index: 5;
}

.p-style-05__text-bottom {
  right: 0;
  bottom: -0.625rem;
  z-index: 5;
}

.p-style-05__card {
  margin-inline: auto;
  margin-top: 2.1875rem;
}

.p-style-06 {
  margin-top: 3.125rem;
}

.p-style-06__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-style-06__inner {
    max-width: 100%;
  }
}

.p-style-06__wrapper {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 41.875rem;
}

.p-style-06__title {
  width: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  right: 0;
}

.p-style-06__title img {
  aspect-ratio: 53/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-06__image-main {
  width: 16.75rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-style-06__image-main img {
  aspect-ratio: 268/380;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.p-style-06__image-sub {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
}

.p-style-06__image-sub--1 {
  top: 17%;
  right: -0.75rem;
  z-index: 3;
}

.p-style-06__image-sub--2 {
  top: 52%;
  left: 1.25rem;
  z-index: 2;
}

.p-style-06__image-sub--3 {
  bottom: 4%;
  right: 0;
  z-index: 1;
}

.p-style-06__image-sub--1 {
  width: 8.4375rem;
}

.p-style-06__image-sub--1 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-06__image-sub--2 {
  width: 8.4375rem;
}

.p-style-06__image-sub--2 img {
  aspect-ratio: 135/202;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-06__image-sub--3 {
  width: 13.125rem;
}

.p-style-06__image-sub--3 img {
  aspect-ratio: 210/324;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style-06__text-top,
.p-style-06__text-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #393641;
  border: 1px solid #393641;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  z-index: 1;
}

.p-style-06__text-top {
  bottom: 43%;
  right: -0.375rem;
  z-index: 5;
}

.p-style-06__text-bottom {
  bottom: 14%;
  left: 0;
  z-index: 5;
}

.p-style-06__card {
  margin-inline: auto;
}

.p-style-selection__list {
  counter-reset: step-counter;
  margin-top: 2.875rem;
}

.p-style-selection__item {
  counter-increment: step-counter;
}

.p-style-selection__item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
}
.p-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #393641;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.p-tag__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-tag__box-color {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #393641;
  padding: 4px 0.375rem;
  background-color: #fff;
  white-space: nowrap;
  margin-bottom: 0.2em;
}

/* =======================================
* スタイル1
/* =======================================*/
.p-tag--style1 {
  top: 78%;
  left: 2.8125rem;
  width: 9.75rem;
}

.p-tag--style1::before {
  height: 2.1875rem;
  top: -2.0625rem;
  left: 4.125rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.p-tag--style1 p img {
  aspect-ratio: 156/20;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =======================================
* スタイル2
/* =======================================*/
.p-tag--style2 {
  top: 6%;
  left: 1.5625rem;
  width: 13.875rem;
}

.p-tag--style2::before {
  height: 4.4rem;
  bottom: -1.2rem;
  left: 6.4375rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}

.p-tag--style2 p img {
  aspect-ratio: 222/20;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tag--style2 .p-tag__buy-btn{margin-left: 0;}

/* =======================================
* スタイル3
/* =======================================*/
.p-tag--style3 {
  top: -4px;
  left: -4px;
  width: 13.875rem;
}

.p-tag--style3::before {
  height: 3.9375rem;
  bottom: -0.7125rem;
  left: 6.75rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}

.p-tag--style3 p img {
  aspect-ratio: 222/20;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tag--style3 .p-tag__buy-btn{margin-left: 0;}


/* =======================================
* スタイル4
/* =======================================*/
.p-tag--style4 {
  top: 1rem;
  left: 0.3125rem;
  width: 6.3125rem;
}

.p-tag--style4::before {
  height: 4.5625rem;
  bottom: -1.3625rem;
  left: 3.55rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}

.p-tag--style4 p img {
  aspect-ratio: 101/20;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tag--style4 .p-tag__buy-btn{margin-left: 0;}

/* =======================================
* スタイル5
/* =======================================*/
.p-tag--style5 {
  top: 0.4875rem;
  left: 0.65rem;
  width: 10.9375rem;
}

.p-tag--style5::before {
  height: 4.15rem;
  bottom: -0.925rem;
  left: 9.125rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.p-tag--style5 p img {
  aspect-ratio: 175/20;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tag--style5 .p-tag__buy-btn{margin-left: 0;}

/* =======================================
* スタイル6
/* =======================================*/
.p-tag--style6 {
  top: 2.75rem;
  left: -0.625rem;
  width: 14.4375rem;
}

.p-tag--style6::before {
  height: 2.35rem;
  bottom: 0.875rem;
  left: 7.625rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}


.p-tag--style6 p img {
  aspect-ratio: 231/20;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tag--style6 .p-tag__buy-btn{margin-left: 0;}

.p-tag.is-active {
  opacity: 1;
  -webkit-animation: bounce 0.5s ease-out;
          animation: bounce 0.5s ease-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-tag.is-active::after {
  -webkit-animation: line-animation 0.5s ease forwards;
          animation: line-animation 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.p-tag__buy-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 3.875rem;
  padding: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background-color: #393641;
  color: #fff;
  border: 1px solid #393641;
  border-radius: 100vmax;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 0.9375rem;
}
@media (any-hover: hover) {
  .p-tag__buy-btn:hover {
    color: #393641;
    background-color: #fff;
    border: 1px solid #393641;
    opacity: 1;
  }
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
