@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #202F35;
  letter-spacing: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif, serif;
  overflow-y: scroll;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

p span {
  display: inline-block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.button {
  position: relative;
  display: inline-block;
  width: 231px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
}
@media screen and (min-width: 768px) {
  .button {
    width: 281px;
    height: 60px;
    line-height: 60px;
  }
}

.button span {
  display: block;
  position: absolute;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rotatefront span:nth-child(1) {
  background: #F25791;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transform-origin: 0 50% -25px;
          transform-origin: 0 50% -25px;
}
@media screen and (min-width: 768px) {
  .rotatefront span:nth-child(1) {
    font-size: 1.125rem;
  }
}

.rotatefront:hover span:nth-child(1) {
  opacity: 1;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotatefront span:nth-child(2) {
  background: #fff;
  color: #F25791;
  border: 2px solid #F25791;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 50% -25px;
          transform-origin: 0 50% -25px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .rotatefront span:nth-child(2) {
    font-size: 1.125rem;
  }
}

.rotatefront:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.button span:nth-child(1)::after {
  content: "";
  display: inline-block;
  background-image: url(../images/studio/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30.43px;
  height: 21.46px;
  top: 29%;
  right: 6px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .button span:nth-child(1)::after {
    width: 30.43px;
    height: 21.46px;
    top: 32%;
    right: 6px;
  }
}

.button span:nth-child(2)::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/arrow_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30.43px;
  height: 21.46px;
  top: 29%;
  right: 6px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .button span:nth-child(2)::after {
    width: 30.43px;
    height: 21.46px;
    top: 32%;
    right: 6px;
  }
}

.button.button--insta span:nth-child(1)::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icon-insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22%;
  left: 21px;
}
@media screen and (min-width: 768px) {
  .button.button--insta span:nth-child(1)::before {
    width: 36px;
    height: 36px;
    top: 19%;
    left: 28px;
  }
}

.button.button--insta span:nth-child(1)::after {
  content: "";
  display: inline-block;
  background-image: url(../images/studio/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30.43px;
  height: 21.46px;
  top: 29%;
  right: 6px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .button.button--insta span:nth-child(1)::after {
    width: 30.43px;
    height: 21.46px;
    top: 32%;
    right: 6px;
  }
}

.button.button--insta span:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-image: url(../images/contact/icon-insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22%;
  left: 21px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button.button--insta span:nth-child(2)::before {
    width: 36px;
    height: 36px;
    top: 19%;
    left: 28px;
  }
}

.button.button--insta span:nth-child(2)::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/arrow_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30.43px;
  height: 21.46px;
  top: 29%;
  right: 6px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .button.button--insta span:nth-child(2)::after {
    width: 30.43px;
    height: 21.46px;
    top: 32%;
    right: 6px;
  }
}

.button.button--tiktok span:nth-child(1)::before {
  content: "";
  display: inline-block;
  background-image: url(../images/tiktok/button-tiktok.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22%;
  left: 21px;
}
@media screen and (min-width: 768px) {
  .button.button--tiktok span:nth-child(1)::before {
    width: 36px;
    height: 36px;
    top: 19%;
    left: 28px;
  }
}

.button.button--tiktok span:nth-child(1)::after {
  content: "";
  display: inline-block;
  background-image: url(../images/studio/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30.43px;
  height: 21.46px;
  top: 29%;
  right: 6px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .button.button--tiktok span:nth-child(1)::after {
    width: 30.43px;
    height: 21.46px;
    top: 32%;
    right: 6px;
  }
}

.button.button--tiktok span:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-image: url(../images/tiktok/TikTok_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22%;
  left: 21px;
}
@media screen and (min-width: 768px) {
  .button.button--tiktok span:nth-child(2)::before {
    width: 36px;
    height: 36px;
    top: 19%;
    left: 28px;
  }
}

.button.button--tiktok span:nth-child(2)::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/arrow_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 30.43px;
  height: 21.46px;
  top: 29%;
  right: 6px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .button.button--tiktok span:nth-child(2)::after {
    width: 30.43px;
    height: 21.46px;
    top: 32%;
    right: 6px;
  }
}

.button.button--tiktok.rotatefront span,
.button.button--insta.rotatefront span {
  padding-left: 18px;
}

.btn a:hover {
  opacity: 1;
}

.button-contact {
  background: #F25791;
  color: #fff;
  display: inline-block;
  padding: 1.125rem 0;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  width: 231px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .button-contact {
    font-size: 1.125rem;
    padding: 1.25rem 0;
    width: 281px;
  }
}

.button-contact:hover {
  color: #F25791;
  background: #fff;
  border: 2px solid #F25791;
}

.button-contact--wh {
  background: #fff;
  color: #F25791;
  display: inline-block;
  padding: 1.125rem 0;
  border: 2px solid #F25791;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  width: 231px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .button-contact--wh {
    font-size: 1.125rem;
    padding: 1.25rem 0;
    width: 281px;
  }
}

.button-contact--wh:hover {
  color: #fff;
  background: #F25791;
  border: 2px solid #fff;
}

.footer {
  background: #F25791;
  position: relative;
  padding: 1.79375rem 0 2.25rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1.6875rem 0;
  }
}

.footer__inner {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: 85.94%;
    padding: 0;
    margin-inline: auto;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer__left {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__copyright small {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer__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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 33.3333333333%;
  }
}

.footer__privacy-policy,
.footer__company {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__privacy-policy {
    margin-top: 7px;
  }
}

.footer__privacy-policy a,
.footer__company a {
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__privacy-policy a,
  .footer__company a {
    font-size: 0.875rem;
  }
}

.footer__company a {
  text-align: left;
}

.footer_silhouette-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__silhouette img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_silhouette-wrap {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.silhouette-01 {
  position: absolute;
  width: 55.62px;
  top: -194px;
  left: -147px;
}
@media screen and (min-width: 768px) {
  .silhouette-01 {
    width: 107px;
    top: -234px;
    left: -286px;
  }
}

.silhouette-02 {
  position: absolute;
  width: 30.86px;
  top: -184px;
  left: -94px;
}
@media screen and (min-width: 768px) {
  .silhouette-02 {
    width: 59.8px;
    top: -217px;
    left: -186px;
  }
}

.silhouette-03 {
  position: absolute;
  width: 33.57px;
  top: -178px;
  left: -61px;
}
@media screen and (min-width: 768px) {
  .silhouette-03 {
    width: 65.05px;
    top: -208px;
    left: -121px;
  }
}

.silhouette-04 {
  position: absolute;
  width: 35.19px;
  top: -178px;
  left: -25px;
}
@media screen and (min-width: 768px) {
  .silhouette-04 {
    width: 68.19px;
    top: -205px;
    left: -51px;
  }
}

.silhouette-05 {
  position: absolute;
  width: 41.91px;
  top: -178px;
  left: 11px;
}
@media screen and (min-width: 768px) {
  .silhouette-05 {
    width: 81.21px;
    top: -205px;
    left: 17px;
  }
}

.silhouette-06 {
  position: absolute;
  width: 26.5px;
  top: -191px;
  left: 55px;
}
@media screen and (min-width: 768px) {
  .silhouette-06 {
    width: 51.34px;
    top: -235px;
    left: 103px;
  }
}

.silhouette-07 {
  position: absolute;
  width: 62.75px;
  top: -213px;
  left: 84px;
}
@media screen and (min-width: 768px) {
  .silhouette-07 {
    width: 121.59px;
    top: -277px;
    left: 159px;
  }
}

.header {
  background: #F25791;
  width: 100%;
  height: 60px;
  padding: 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 4px 0;
    height: 70px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 1.875rem;
  padding: 0 12px 0 24px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    height: 100%;
  }
}

.header__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__logo {
    display: block;
    width: 9.40625rem;
    max-width: 9.40625rem;
    margin-bottom: -50px;
  }
}

@media screen and (min-width: 768px) {
  .header__logo img {
    display: inline-block;
    aspect-ratio: 150.5/100.94;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: inherit;
    width: 100%;
  }
}

.header__nav a {
  color: #fff;
  text-transform: uppercase;
}

.header__items {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__items {
    height: inherit;
    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;
    width: 65.31%;
  }
}

@media screen and (min-width: 768px) {
  .header__item {
    padding-right: clamp(0.125rem, -0.1704545455rem + 1.4772727273vw, 0.9375rem);
    padding-left: clamp(0.125rem, -0.1704545455rem + 1.4772727273vw, 0.9375rem);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .header__item + .header__item {
    border-left: 0;
    border-right: 2px solid #fff;
  }
}

.header__link {
  font-size: clamp(0.5rem, 0.2727272727rem + 1.1363636364vw, 1.125rem);
}

.header__icons {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__icons {
    padding-right: clamp(0rem, -0.4545454545rem + 2.2727272727vw, 1.25rem);
    padding-left: clamp(0rem, -0.4545454545rem + 2.2727272727vw, 1.25rem);
  }
}

.header__icon img.insta {
  width: 27px;
}

.header__icon img.TickTok {
  width: 21px;
}

.header__icon img.x {
  width: 23px;
}

.header__icon img.youtube {
  width: 30px;
}

.hamburger {
  background: #fff;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  top: 7px;
  right: 9px;
  width: 25px;
  height: 16px;
  padding: 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.is-active {
  right: 17px;
}

.hamburger span {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #F25791;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}

.hamburger span:first-child {
  top: 13px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 27px;
}

.hamburger.is-active span:first-child {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #F25791;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #F25791;
}

.drawer-menu {
  background: #F25791;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
}

.drawer-menu__items {
  padding-top: 4.75rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

.drawer-menu__item {
  padding: 16px 0;
  text-align: center;
}

.drawer-menu__item a {
  color: #fff;
  text-transform: uppercase;
}

.inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 60px;
  }
}

.section-title {
  max-width: 293px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .section-title {
    max-width: 439.58px;
  }
}

.section-title__img img {
  aspect-ratio: 293/93.44;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section-title__img img {
    aspect-ratio: 439.58/140.18;
  }
}

.fadeUpTrigger {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fadeIn {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .fadeIn {
    -webkit-animation-name: fadeInAnime;
            animation-name: fadeInAnime;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.studio__photo:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.studio__photo:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.studio__photo:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.studio__photo:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.studio__photo:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.studio__photo:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.transscaleX {
  -webkit-animation: transscaleX 0.7s ease 0s 1 normal;
          animation: transscaleX 0.7s ease 0s 1 normal;
}

@-webkit-keyframes transscaleX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes transscaleX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
          animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.flipLeftTop:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.flipLeftTop:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-10px, 20px) rotate(-8deg);
            transform: translate(-10px, 20px) rotate(-8deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-10px, 20px) rotate(-8deg);
            transform: translate(-10px, 20px) rotate(-8deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(20deg);
            transform: perspective(2500px) rotateX(20deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(20deg);
            transform: perspective(2500px) rotateX(20deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
.flipDown:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.flipDown:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.footer_silhouette-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contact__silhouette:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.contact__silhouette:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.contact__silhouette:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.contact__silhouette:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.contact__silhouette:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.contact__silhouette:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.contact__silhouette:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.fadeInUpRotate {
  -webkit-animation-name: fadeInUpRotateAnime;
          animation-name: fadeInUpRotateAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(50px) rotateY(0deg);
          transform: translateY(50px) rotateY(0deg);
  -webkit-animation: fadeInUpRotate 1s ease forwards;
          animation: fadeInUpRotate 1s ease forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInUpRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) rotateY(0deg);
            transform: translateY(50px) rotateY(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(0deg);
            transform: translateY(0) rotateY(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(360deg);
            transform: translateY(0) rotateY(360deg);
  }
}

@keyframes fadeInUpRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) rotateY(0deg);
            transform: translateY(50px) rotateY(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(0deg);
            transform: translateY(0) rotateY(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(360deg);
            transform: translateY(0) rotateY(360deg);
  }
}
.slide-wrap.top {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.loop__line {
  background: #00E0D5;
  width: 26px;
  height: 100vh;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .loop__line {
    width: 41px;
  }
}

.loop__text {
  background: #FFBAD4;
  width: 16px;
  height: 100vh;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .loop__text {
    width: 32px;
  }
}

.loop-text__items {
  overflow: hidden;
}

.loop-text__item {
  color: #fff;
  font-size: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .loop-text__item {
    font-size: 16px;
  }
}

.loop-text__item + .loop-text__item {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .loop-text__item + .loop-text__item {
    margin-top: 102px;
  }
}

.slide-wrap.top ul:first-child {
  -webkit-animation: slideTop 50s -25s linear infinite;
          animation: slideTop 50s -25s linear infinite;
}

.slide-wrap.top ul:last-child {
  -webkit-animation: slideTop2 50s linear infinite;
          animation: slideTop2 50s linear infinite;
}

@-webkit-keyframes slideTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideTop2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes slideTop2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
.slide-wrap.bottom {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.slide-wrap.bottom .loop__text {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-wrap.bottom ul:first-child {
  -webkit-animation: slideTop 50s -25s linear infinite;
          animation: slideTop 50s -25s linear infinite;
}

.slide-wrap.bottom ul:last-child {
  -webkit-animation: slideTop2 50s linear infinite;
          animation: slideTop2 50s linear infinite;
}

@-webkit-keyframes slideBottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideBottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideBottom2 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideBottom2 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.mv {
  background-color: #ffeff5;
  background-image: url(../images/mv/bg-logo_opSP.png);
  background-size: 192.35px;
  background-repeat: space;
  background-repeat: repeat;
  padding-top: 90px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url(../images/mv/bg-logo_op.png);
    background-size: 357px;
  }
}

.mv__inner {
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding: 0 60px;
  }
}

.mv__logo {
  aspect-ratio: 212.29/142.39;
  max-width: 13.268125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mv__logo {
    display: none;
  }
}

.mv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__img {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 1.5625rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv__img {
    max-width: 1300px;
  }
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__movie {
  margin-inline: auto;
  position: absolute;
  top: 8%;
  left: 3%;
  width: 77%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv__movie {
    left: 6%;
    top: 5%;
    width: 70%;
  }
}

.mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__sub-title {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .mv__sub-title {
    padding-top: 99px;
  }
}

.sub-title__wrap {
  background-color: #00437e;
  padding: 16px 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-title__wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.sub-title__tag {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 80px;
}
@media screen and (min-width: 768px) {
  .sub-title__tag {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4375rem;
  }
}

.sub-title__tag span {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  height: 21.722px;
  padding: 0 0.5625rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .sub-title__tag span {
    height: 32px;
    padding: 0.125rem 1.25rem;
  }
}

.sub-title__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .sub-title__text {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.mv__title-wrap {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .mv__title-wrap {
    margin-top: 5.1875rem;
  }
}

.mv__title {
  color: #fff;
  font-size: clamp(1.875rem, 1.1022727273rem + 3.8636363636vw, 4rem);
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__title {
    margin-top: 2.625rem;
  }
}

.mv__title-head {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__title-head {
    font-size: 1.5rem;
  }
}

.mv__title-description {
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 0;
  margin-top: 2.5rem;
  margin-inline: auto;
  max-width: 343px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__title-description {
    font-size: 1.5rem;
    padding: 25px 0;
    max-width: 914px;
  }
}

.scroll-down {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .scroll-down {
    margin-top: 11.25rem;
    padding-bottom: 7.3125rem;
  }
}

.scroll-down::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 1px;
  height: 64px;
  background: #fff;
  -webkit-animation: scroll-down 2s infinite;
          animation: scroll-down 2s infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.movie__btn {
  position: absolute;
  right: 0;
  bottom: -35px;
}

.movie__btn button {
  color: #F25791;
  font-family: inherit;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  padding: 0.3em 0.7em;
  border-radius: 50px;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #F25791;
  background-color: initial;
  cursor: pointer;
}

.about {
  background: #EF81AA;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 88px;
    padding-bottom: 62.7px;
  }
}

.about__description {
  color: #fff;
  font-size: clamp(1rem, 0.8409090909rem + 0.7954545455vw, 1.4375rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about__description {
    margin-top: 37px;
  }
}

.about__text {
  color: #fff;
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
  margin-top: 18px;
}

.service {
  background: #ffeff5;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 88px;
  }
}

.service__inner {
  max-width: 1200px;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__inner {
    padding: 0 46px;
  }
}

.service__description {
  margin-top: 25px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__description {
    margin-top: 40px;
  }
}

.service__description p {
  text-align: center;
}

.service__description p span {
  color: #F25791;
  font-size: clamp(1rem, 0.8409090909rem + 0.7954545455vw, 1.4375rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .service__description p span {
    line-height: 1.39;
    font-size: 1.4375rem;
  }
}

.service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  row-gap: 60px;
  margin-top: 60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .service__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 120px;
    margin-top: 128px;
    padding: 0 20px;
  }
}

.service__card {
  display: block;
  background-color: #fff;
  border: 4px solid #00E0D5;
  border-radius: 6px;
  max-width: 286px;
  height: 366px;
}
@media screen and (min-width: 768px) {
  .service__card {
    max-width: 454px;
    height: 468px;
  }
}

.service__card.dance {
  position: relative;
}

.service__card.dance::before {
  content: "";
  background-image: url(../images/service/flag-dance.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 152.79/52.76;
  display: block;
  width: 158.79px;
  height: 120px;
  position: absolute;
  top: -46px;
  left: -9px;
  -webkit-animation-name: anime_left_to_right;
          animation-name: anime_left_to_right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .service__card.dance::before {
    width: 252px;
    top: -65px;
    left: -14px;
  }
}

@-webkit-keyframes anime_left_to_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes anime_left_to_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.service__card.motion {
  position: relative;
}

.service__card.motion::before {
  content: "";
  background-image: url(../images/service/flag-motion.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 152.79/52.76;
  display: block;
  width: 158.79px;
  height: 120px;
  position: absolute;
  top: -46px;
  left: -9px;
}
@media screen and (min-width: 768px) {
  .service__card.motion::before {
    width: 252px;
    top: -76px;
    left: -14px;
  }
}

.card__img {
  width: 100%;
}

.card__img img {
  aspect-ratio: 285.61/208.76;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .card__img img {
    aspect-ratio: 454/331.84;
  }
}

.card__content {
  padding: 1.1875rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .card__content {
    padding: 1.875rem 2.25rem;
  }
}

.card__text {
  font-size: 0.875rem;
  line-height: 1.35;
}

.studio {
  background: #EF81AA;
  padding-top: 20px;
  padding-bottom: 51px;
}
@media screen and (min-width: 768px) {
  .studio {
    padding-top: 88px;
  }
}

.studio__inner {
  padding: 0 41px;
}
@media screen and (min-width: 768px) {
  .studio__inner {
    padding: 0 90px;
  }
}

.studio__description p {
  color: #fff;
  font-size: clamp(1rem, 0.8409090909rem + 0.7954545455vw, 1.4375rem);
  font-weight: 500;
  text-align: center;
  margin-top: 21.6px;
}
@media screen and (min-width: 768px) {
  .studio__description p {
    margin-top: 61.8px;
  }
}

.studio__description p span {
  color: #fff;
  font-size: clamp(1rem, 0.8409090909rem + 0.7954545455vw, 1.4375rem);
  font-weight: 500;
  text-align: center;
}

.studio__img {
  margin-top: 18px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .studio__img {
    margin-top: 50px;
    max-width: 930px;
  }
}

.studio__img img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .studio__img img {
    aspect-ratio: 930/349;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.studio__photos {
  margin-top: 20px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .studio__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32px;
    place-items: center;
    margin-top: 53px;
    margin-bottom: 20px;
    margin-inline: auto;
    max-width: 930px;
  }
}

@media screen and (min-width: 768px) {
  .studio__photos li:first-of-type {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@media screen and (min-width: 768px) {
  .studio__photos li:last-of-type {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

.studio__photo {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  max-width: 291px;
  aspect-ratio: 291/350;
  padding: 1.6875rem 1rem 1.25rem;
  position: relative;
}

.photo__img {
  width: 100%;
}

.photo__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 259/267;
}
@media screen and (min-width: 768px) {
  .photo__img img {
    aspect-ratio: 259/267;
  }
}

.photo__content {
  padding: 1.1875rem 0 0;
}

.photo__text {
  font-size: 1.0625rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .photo__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.photo__text::before {
  content: "";
  display: inline-block;
  background: #F25791;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.studio__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .studio__button {
    margin-top: 60px;
  }
}

.studio__button a {
  display: inline-block;
}

.swiper {
  max-width: 291px;
}
@media screen and (min-width: 768px) {
  .swiper {
    max-width: 1280px;
  }
}

.swiper1 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .swiper1 .swiper-wrapper {
    overflow: visible;
  }
}

.swiper1 .photo__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.member {
  background: #ffeff5;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .member {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) {
  .member__inner {
    padding: 0 46px;
  }
}

.member__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .member__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 62px;
  }
}

.member__profile {
  background: #00E0D5;
  border: 3px solid #F25791;
  border-radius: 20px;
  display: grid;
  place-items: center;
  width: 290.82px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .member__profile {
    width: 44.5vw;
    max-width: 523px;
    min-width: 468.344px;
  }
}

.member__content {
  background: #fff;
  border: 3px solid #F25791;
  border-radius: 16px;
  padding: 15px 12.8px 58.3px;
  margin: 4px;
  width: 275.82px;
  height: 466.9px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .member__content {
    padding: 1.0625rem 1.6875rem 2.5rem;
    width: 43.2vw;
    max-width: 510px;
    min-width: 454px;
    height: 24.375rem;
  }
}

.member__content::before {
  content: "";
  background: url(../images/member/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 152.79/52.76;
  width: 3.4375rem;
  height: 3.4375rem;
  position: absolute;
  bottom: -28px;
  left: 20px;
  z-index: 10;
}

.profile-ANMITSU .member__content {
  height: 528.36px;
}
@media screen and (min-width: 768px) {
  .profile-ANMITSU .member__content {
    padding: 1.0625rem 1.6875rem 2.5rem;
    width: 43.2vw;
    max-width: 510px;
    min-width: 454px;
    height: 24.375rem;
  }
}

.content-wrap-o {
  height: 266.82px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-wrap-o {
    height: auto;
  }
}

.content-wrap-o::before {
  content: "";
  background: url(../images/member/dot_SP.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 249px;
  height: 10px;
  position: absolute;
  top: 258px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .content-wrap-o::before {
    content: "";
    background: url(../images/member/dot_PC.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 125px;
    left: 0;
    width: 309px;
  }
}

@media screen and (min-width: 768px) {
  .profile-ANMITSU .content-wrap-o::before {
    content: "";
    background: url(../images/member/dot-an_PC.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 125px;
    left: 0;
    width: 309px;
  }
}

.member__name-ja {
  color: #F25791;
  font-size: clamp(1.875rem, 1.6477272727rem + 1.1363636364vw, 2.5rem);
  font-weight: 700;
}
.profile-ANMITSU .member__name-ja {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .profile-ANMITSU .member__name-ja {
    font-size: 2.5rem;
  }
}

.member__name-en {
  color: #F25791;
  font-size: clamp(1.125rem, 1.0795454545rem + 0.2272727273vw, 1.25rem);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.27;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .member__name-en {
    margin-top: 0;
  }
}

.profile-ANMITSU .member__name-en {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .profile-ANMITSU .member__name-en {
    margin-top: 0;
  }
}

.member__birth {
  font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .member__birth {
    margin-top: 5px;
  }
}

.member__img {
  width: 196px;
  position: absolute;
  bottom: 178px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .member__img {
    width: 263px;
    bottom: -7px;
    right: -32px;
    z-index: 10;
  }
}

.member__img img {
  display: inline-block;
  aspect-ratio: 196/294;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-ANMITSU .member__img {
  bottom: 237px;
  right: -23px;
}
@media screen and (min-width: 768px) {
  .profile-ANMITSU .member__img {
    bottom: -6px;
    right: -35px;
  }
}

.member__lead {
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.42;
}

.member__lead:first-of-type {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .member__lead:first-of-type {
    padding-top: 2.75rem;
  }
}

.member__description {
  font-size: clamp(0.8125rem, 0.7897727273rem + 0.1136363636vw, 0.875rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  padding-top: 17.5px;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .member__description {
    padding-top: 2.5625rem;
    width: 55.44%;
  }
}

@media screen and (min-width: 768px) {
  .profile-ANMITSU .member__description {
    padding-top: 5px;
    width: 66.31%;
  }
}

.member__more {
  margin-inline: auto;
  margin-top: 20px;
  text-align: right;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .member__more {
    width: 90%;
  }
}

.member__more p {
  color: #F25791;
  font-size: 1.25rem;
  font-weight: 500;
}

.works {
  background: #EF81AA;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .works {
    padding-top: 88px;
    padding-bottom: 109px;
  }
}

.works__inner {
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  .works__inner {
    margin-inline: auto;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
    padding: 0 60px;
  }
}

.works__swiper {
  margin-inline: auto;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .works__swiper {
    margin-top: 61px;
  }
}

.swiper2 {
  max-width: 930px;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper2 .swiper-slide img {
  max-width: 293px;
  aspect-ratio: 292.96/163.99;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .swiper2 .swiper-slide img {
    aspect-ratio: 453.43/253.82;
    max-width: 453px;
  }
}

.swiper2 .swiper-slide p {
  color: #fff;
  font-size: 1rem;
  margin-top: 25.6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper2 .swiper-slide p {
    text-align: left;
  }
}

.swiper-slide.swiper-slide-active img {
  position: relative;
}

.swiper2 .swiper-button-prev {
  left: -15px;
}

.swiper2 .swiper-button-next {
  right: -15px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 100px;
}

.swiper-button-prev {
  position: absolute;
  left: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    width: 65px;
    height: 65px;
  }
}

.swiper-button-next {
  position: absolute;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    width: 65px;
    height: 65px;
  }
}

.instagram {
  background: #ffeff5;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .instagram {
    padding-top: 88px;
  }
}

.instagram__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .instagram__wrap {
    margin-top: 43px;
  }
}

.instagram__content {
  background: #fff;
  width: 293px;
  display: grid;
  place-items: center;
  padding: 0 25px 30px;
}
@media screen and (min-width: 768px) {
  .instagram__content {
    width: 923px;
    padding: 49px 50px 47px;
  }
}

.tiktok {
  background: #ffeff5;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .tiktok {
    padding-top: 88px;
  }
}

.tiktok__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tiktok__wrap {
    margin-top: 43px;
  }
}

.tiktok__content {
  background: #fff;
  width: 293px;
  display: grid;
  place-items: center;
  padding: 0 25px 30px;
}
@media screen and (min-width: 768px) {
  .tiktok__content {
    width: 923px;
    padding: 49px 50px 47px;
  }
}

.tiktok__post {
  width: 100%;
}

.contact {
  background: #ffeff5;
  padding-top: 20px;
  padding-bottom: 110px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 88px;
    padding-bottom: 184px;
  }
}

.contact__inner {
  text-align: center;
}

.contact__lead-SP,
.contact__lead-PC {
  color: #F25791;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 19.6px;
}
@media screen and (min-width: 768px) {
  .contact__lead-SP,
  .contact__lead-PC {
    font-size: 1.4375rem;
    line-height: 1.39;
    margin-top: 47.4px;
  }
}

.contact__button {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 26.6px;
  }
}

.contact__text {
  color: #F25791;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.42;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 31.2px;
  }
}

.contact__sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .contact__sns-wrap {
    margin-top: 29.2px;
  }
}

.contact__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  padding: 0 1.25rem;
}

.contact__sns-icon {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__sns-icon:hover {
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}

.contact__sns-icon img.insta {
  width: 27px;
}

.contact__sns-icon img.TickTok {
  width: 22px;
}

.contact__sns-icon img.X {
  width: 22px;
}

.contact__sns-icon img.youtube {
  width: 32px;
}

.page-contact {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .page-contact {
    padding-top: 150px;
    padding-bottom: 300px;
  }
}

.page-contact__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contact__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.page-contact__form {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-contact__form {
    margin-top: 80px;
  }
}

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .form__wrap {
    max-width: 600px;
  }
}

.form__wrap + .form__wrap {
  margin-top: 1.875rem;
}

.form__label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  width: 100%;
}

.form__label span {
  padding: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
  color: red;
}

.form-input,
.form-textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  margin-top: 0.3125rem;
  width: 100%;
}

.form-textarea {
  height: 150px;
  text-wrap: wrap;
}

.form__submit {
  margin-top: 3.75rem;
  text-align: center;
}

.form__submit .wpcf7-spinner {
  display: none;
}

.form-input input {
  background: #fff;
  padding: 0.5rem 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  background: #fff;
  border: 2px solid #EF81AA;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.form-input input:focus {
  border: 2px solid #FFBAD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-textarea textarea {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  height: 150px;
  font-size: 0.9375rem;
  background: #fff;
  border: 2px solid #EF81AA;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-textarea textarea:focus {
  border: 2px solid #FFBAD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.wpcf7-not-valid-tip {
  background: #ffeff5;
}

.contact-confirm {
  background: #ffeff5;
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .contact-confirm {
    padding-top: 150px;
    padding-bottom: 300px;
  }
}

.contact-confirm__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .contact-confirm__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.confirm__message {
  margin-top: 60px;
}

.confirm__message p {
  text-align: center;
}

.wpcf7-form {
  max-width: 600px;
  width: 80%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    width: 100%;
  }
}

.form-confirm {
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .form__wrap.form__wrap--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form__wrap + .form__wrap {
  margin-top: 1.875rem;
}

.form__label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .form__wrap.form__wrap--textarea .form__label {
    margin-top: 0.625rem;
  }
}

.form__label span {
  padding: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
  color: red;
}

.form-input,
.form-textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  margin-top: 0.3125rem;
  width: 100%;
}

.form-textarea {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-wrap: wrap;
}

.form__submit {
  margin-top: 3.75rem;
  text-align: center;
}

.form-input p {
  background: #fff;
  padding: 0.9375rem 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  text-align: left;
}

.form-textarea p {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  text-align: left;
  text-wrap: wrap;
}

.confirm__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 57px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .confirm__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 45px;
    margin-inline: auto;
    max-width: 600px;
  }
}

.confirm-submit,
.confirm-back {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .confirm-submit,
  .confirm-back {
    width: 50%;
  }
}

.p-confirm-submit input:hover,
.p-confirm-submit input:focus {
  outline: none;
}

.p-confirm-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.confirm-back input {
  display: inline-block !important;
}

.confirm-submit .wpcf7-spinner {
  display: none;
}

.contact-complete {
  background: #ffeff5;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .contact-complete {
    padding-top: 150px;
    padding-bottom: 300px;
  }
}

.contact-complete__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .contact-complete__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.complete__message {
  margin-top: 80px;
}

.complete__message p {
  font-size: 1.125rem;
  text-align: center;
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

.security {
  background-color: #ffeff5;
  padding-top: 3.75rem;
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .security {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
}

.security__title {
  text-align: center;
}

.security__inner {
  padding: 0 20px;
}

.security__wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding-top: 2.5625rem;
  padding-bottom: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .security__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
    max-width: 1060px;
  }
}

.security__wrapper-inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .security__wrapper-inner {
    margin: 0 auto;
    width: 89.11%;
  }
}

.security__head {
  text-align: center;
}

.security__head-sub {
  text-align: center;
}

.security__intro {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .security__intro {
    margin-top: 30px;
  }
}

.content-list-n {
  list-style-type: decimal;
}

.content-list-a {
  list-style-type: lower-latin;
}

.content-list-r {
  list-style-type: lower-roman;
}

.privacy__intro {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
}

.security__article-heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375rem;
  margin-top: 1rem;
}

.security__article-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
  margin-top: 1rem;
}

.content-list-n {
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.content-list-a,
.content-list-r {
  margin-left: 1rem;
}

.section__head-p {
  margin-top: 60px;
}

.privacy__head {
  text-align: center;
}

.privacy__head-sub {
  text-align: center;
}

.privacy__article-heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375rem;
  margin-top: 1rem;
}

.privacy__article-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
  margin-top: 1rem;
}

.content-list {
  margin-top: 1rem;
  list-style: inside;
}