@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .loadTrigger {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
  /* ここを変更 */
  animation-duration: 2.5s;
  /* ここも変更 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

body.active {
  overflow: hidden;
}

.box-wrapper {
  font-weight: 400;
  font-family: "futura-100", sans-serif;
  color: #30a4db;
  background-color: #e9e9dd;
  font-weight: 300;
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*intro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*card */
  /*-----------------------------*/
  /*-----------------------------*/
  /*outro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*modal */
  /*-----------------------------*/
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
.box-wrapper .noto {
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.box-wrapper .desc {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero .hero-top {
    display: flex;
  }
  .box-wrapper #hero .hero-top__img {
    width: 25%;
  }
  .box-wrapper #hero .hero-middle {
    display: flex;
  }
  .box-wrapper #hero .hero-middle__left {
    width: 50%;
    display: flex;
  }
  .box-wrapper #hero .hero-middle__img {
    width: 50%;
  }
  .box-wrapper #hero .hero-middle__right {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper #hero .hero-middle__catch {
    font-size: 6vw;
    color: #30a4db;
    line-height: 1;
    margin-bottom: -33px;
  }
  .box-wrapper #hero .hero-middle__lead {
    font-size: 21px;
    text-align: end;
    color: #30a4db;
  }
  .box-wrapper #hero .hero-bottom {
    display: flex;
  }
  .box-wrapper #hero .hero-bottom__img {
    width: 25%;
    display: flex;
  }
  .box-wrapper #hero .hero-bottom__half {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-top {
    display: flex;
  }
  .box-wrapper #hero .hero-top__img {
    width: 25%;
  }
  .box-wrapper #hero .hero-middle {
    display: flex;
  }
  .box-wrapper #hero .hero-middle__left {
    width: 50%;
    display: flex;
  }
  .box-wrapper #hero .hero-middle__img {
    width: 50%;
  }
  .box-wrapper #hero .hero-middle__right {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper #hero .hero-middle__catch {
    font-size: 24px;
    color: #30a4db;
    line-height: 1;
    margin-bottom: -4px;
  }
  .box-wrapper #hero .hero-middle__lead {
    font-size: 7px;
    text-align: end;
    color: #30a4db;
    margin-bottom: 0px;
  }
  .box-wrapper #hero .hero-bottom {
    display: flex;
  }
  .box-wrapper #hero .hero-bottom__img {
    width: 25%;
    display: flex;
  }
  .box-wrapper #hero .hero-bottom__half {
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #intro {
    padding-top: 79px;
    padding-bottom: 42px;
  }
  .box-wrapper #intro .intro-lead {
    font-size: 14px;
    text-align: center;
    color: #30a4db;
  }
  .box-wrapper #intro .intro-catch {
    margin-top: 60px;
    text-align: center;
    font-size: 44px;
    color: #30a4db;
  }
  .box-wrapper #intro .scroll {
    margin-top: 40px;
    position: relative;
  }
  .box-wrapper #intro .scroll-border {
    position: relative;
    padding: 56px 0;
  }
  .box-wrapper #intro .scroll-border.active::before {
    -webkit-animation: scrollbar-top 1s ease-in-out forwards;
    animation: scrollbar-top 1s ease-in-out forwards;
  }
  .box-wrapper #intro .scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #30a4db;
    margin: auto;
  }
  @-webkit-keyframes scrollbar-top {
    0% {
      height: 0;
    }
    100% {
      height: 60px;
      /* ← 最終状態を維持 */
    }
  }
  @keyframes scrollbar-top {
    0% {
      height: 0;
    }
    100% {
      height: 60px;
      /* ← 最終状態を維持 */
    }
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #intro {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .box-wrapper #intro .intro-lead {
    font-size: 13px;
    text-align: center;
    color: #30a4db;
  }
  .box-wrapper #intro .intro-catch {
    margin-top: 32px;
    text-align: center;
    font-size: 32px;
    color: #30a4db;
  }
  .box-wrapper #intro .scroll {
    margin-top: 20px;
    position: relative;
  }
  .box-wrapper #intro .scroll-border {
    position: relative;
    padding: 36px 0;
  }
  .box-wrapper #intro .scroll-border.active::before {
    -webkit-animation: scrollbar-top 1s ease-in-out forwards;
    animation: scrollbar-top 1s ease-in-out forwards;
  }
  .box-wrapper #intro .scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #30a4db;
    margin: auto;
  }
  @-webkit-keyframes scrollbar-top {
    0% {
      height: 0;
    }
    100% {
      height: 60px;
      /* ← 最終状態を維持 */
    }
  }
  @keyframes scrollbar-top {
    0% {
      height: 0;
    }
    100% {
      height: 60px;
      /* ← 最終状態を維持 */
    }
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #card {
    margin-top: 42px;
  }
  .box-wrapper #card .card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .box-wrapper #card .card-list__item {
    aspect-ratio: 427/665;
    position: relative;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
  }
  .box-wrapper #card .card-list__item:hover img {
    opacity: 0.6;
  }
  .box-wrapper #card .card-list__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .box-wrapper #card .card-list__thumb img {
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .box-wrapper #card .card-list__main {
    position: relative;
    width: 100%;
    height: 54%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
  }
  .box-wrapper #card .card-list__name {
    font-size: 35px;
    color: white;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .box-wrapper #card .card-list__bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .box-wrapper #card .card-list__role {
    font-size: 24px;
    color: white;
    margin-bottom: 0px;
  }
  .box-wrapper #card .card-list__toggle {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .box-wrapper #card .card-list__toggle span {
    position: absolute;
    display: block;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper #card .card-list__toggle span.before {
    width: 100%;
    height: 1px;
  }
  .box-wrapper #card .card-list__toggle span.after {
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #card {
    margin-top: 42px;
  }
  .box-wrapper #card .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
  }
  .box-wrapper #card .card-list__item {
    aspect-ratio: 195/304;
    position: relative;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
  }
  .box-wrapper #card .card-list__item:hover img {
    opacity: 0.6;
  }
  .box-wrapper #card .card-list__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .box-wrapper #card .card-list__thumb img {
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .box-wrapper #card .card-list__main {
    position: relative;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
  }
  .box-wrapper #card .card-list__name {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .box-wrapper #card .card-list__bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .box-wrapper #card .card-list__role {
    font-size: 13px;
    color: white;
    margin-bottom: 0px;
    line-height: normal;
  }
  .box-wrapper #card .card-list__toggle {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    margin-bottom: 3px;
  }
  .box-wrapper #card .card-list__toggle span {
    position: absolute;
    display: block;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper #card .card-list__toggle span.before {
    width: 100%;
    height: 2px;
  }
  .box-wrapper #card .card-list__toggle span.after {
    width: 2px;
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #outro {
    padding-top: 111px;
    padding-bottom: 135px;
  }
  .box-wrapper #outro .outro-ttl {
    text-align: center;
    font-size: 30px;
    color: #30a4db;
    font-weight: 300;
  }
  .box-wrapper #outro .outro-list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 66px;
  }
  .box-wrapper #outro .outro-list__link {
    font-size: 22px;
    color: #30a4db;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #outro {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .box-wrapper #outro .outro-ttl {
    text-align: center;
    font-size: 22px;
    color: #30a4db;
    font-weight: 300;
  }
  .box-wrapper #outro .outro-list {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .box-wrapper #outro .outro-list__link {
    font-size: 18px;
    color: #30a4db;
    text-decoration: underline;
  }
}
.box-wrapper #modal {
  background-color: #e9e9dd;
  width: 100%;
  /* opacity: 0;
  z-index: -100; */
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.box-wrapper #modal.active {
  z-index: 1000;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  /* SP(<=500px)でJSからのheight指定を有効化するために bottom:auto を指定 */
  .box-wrapper #modal {
    bottom: auto;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #modal {
    min-height: 100vh;
  }

  .box-wrapper #modal .modal-main {
    padding-top: 80px;
  }
  .box-wrapper #modal .modal-list {
    position: relative;
  }
  .box-wrapper #modal .modal-list__item {
    position: absolute;
    inset: 0;
    width: 100%;
    /* opacity: 0;
    z-index: -100; */
    transition: all 0.6s ease;
  }
  .box-wrapper #modal .modal-list__item.active {
    opacity: 1;
    z-index: 1000;
  }
  .box-wrapper #modal .modal-header {
    padding: 30px 0;
    margin-left: -50px;
    /* position: ;
        top: 0;
        left: 0; */
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .box-wrapper #modal .modal-header__close {
    flex-shrink: 0;
    width: 18px;
    cursor: pointer;
  }
  .box-wrapper #modal .modal-header__ttl {
    font-size: 31px;
    color: #30a4db;
    margin-right: -35px;
  }
  .box-wrapper #modal .modal-inner {
    display: flex;
    justify-content: space-between;
  }
  .box-wrapper #modal .modal-left {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: left;
    padding-left: 82px;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge(旧) */
    height: 100vh;
  }
  .box-wrapper #modal .modal-left::-webkit-scrollbar {
    display: none;
  }
  .box-wrapper #modal .modal-name {
    font-size: 35px;
    color: #30a4db;
  }
  .box-wrapper #modal .modal-role {
    font-size: 24px;
    color: #30a4db;
  }
  .box-wrapper #modal .modal-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .box-wrapper #modal .modal-info__insta {
    display: flex;
    align-items: center;
  }
  .box-wrapper #modal .modal-info__insta img {
    width: 20px;
    margin-right: 7px;
    margin-bottom: -9px;
  }
  .box-wrapper #modal .modal-info__insta a {
    font-size: 20px;
    color: #30a4db;
    text-decoration: underline;
    position: relative;
  }
  .box-wrapper #modal .modal-info__tall {
    font-size: 20px;
    color: #30a4db;
    margin-left: 27px;
    margin-bottom: -3px;
  }
  .box-wrapper #modal .modal-credit {
    margin-top: 50px;
  }
  .box-wrapper #modal .modal-credit__ttl {
    font-size: 26px;
    color: #30a4db;
  }
  .box-wrapper #modal .modal-credit .credit {
    margin-top: 14px;
  }
  .box-wrapper #modal .modal-right {
    /* width: 50%; */
    width: 640px;
  }
  .box-wrapper #modal .modal-slider {
    width: 100%;
  }
  .box-wrapper #modal .modal-slider .swiper-inner {
    height: 100vh;
  }
  .box-wrapper #modal .modal-slider .swiper-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .box-wrapper #modal .modal-slider .swiper-pagination {
    bottom: 34px;
  }
  .box-wrapper #modal .modal-slider .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.6;
    width: 11px;
    height: 11px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .box-wrapper #modal .modal-slider .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #modal {
    min-height: 100vh;
    padding-bottom: 50px;
    overflow-y: scroll;
  }
  .box-wrapper #modal .modal-list {
    position: relative;
  }
  .box-wrapper #modal .modal-list__item {
    position: absolute;
    inset: 0;
    width: 100%;
    /* opacity: 0;
    z-index: -100; */
    transition: all 0.6s ease;
    height: 100dvh;
    overflow: scroll;
  }
  .box-wrapper #modal .modal-list__item.active {
    opacity: 1;
    z-index: 1000;
  }
  .box-wrapper #modal .modal-header {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box-wrapper #modal .modal-header__close {
    flex-shrink: 0;
    width: 18px;
    cursor: pointer;
  }
  .box-wrapper #modal .modal-header__ttl {
    font-size: 20px;
    color: #30a4db;
    margin-bottom: 5px;
  }
  .box-wrapper #modal .modal-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-wrapper #modal .modal-left {
    padding-top: 28px;
    padding-left: 30px;
  }
  .box-wrapper #modal .modal-name {
    font-size: 30px;
    color: #30a4db;
  }
  .box-wrapper #modal .modal-role {
    font-size: 20px;
    color: #30a4db;
  }
  .box-wrapper #modal .modal-info {
    margin-top: 17px;
    display: flex;
    align-items: center;
  }
  .box-wrapper #modal .modal-info__insta {
    display: flex;
    align-items: center;
  }
  .box-wrapper #modal .modal-info__insta img {
    width: 20px;
    margin-right: 7px;
    margin-bottom: -8px;
  }
  .box-wrapper #modal .modal-info__insta a {
    font-size: 18px;
    color: #30a4db;
    text-decoration: underline;
  }
  .box-wrapper #modal .modal-info__tall {
    font-size: 18px;
    color: #30a4db;
    margin-left: 23px;
    margin-bottom: -5px;
  }
  .box-wrapper #modal .modal-credit {
    margin-top: 33px;
    margin-bottom: 150px;
  }
  .box-wrapper #modal .modal-credit__ttl {
    font-size: 20px;
    color: #30a4db;
  }
  .box-wrapper #modal .modal-credit .credit {
    margin-top: 16px;
  }
  .box-wrapper #modal .modal-right {
    padding-top: 53px;
  }
  .box-wrapper #modal .modal-slider {
    width: 100%;
  }
  .box-wrapper #modal .modal-slider .swiper-inner {
    aspect-ratio: 390/607;
  }
  .box-wrapper #modal .modal-slider .swiper-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .box-wrapper #modal .modal-slider .swiper-pagination {
    bottom: 16px;
  }
  .box-wrapper #modal .modal-slider .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.6;
    width: 6px;
    height: 6px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .box-wrapper #modal .modal-slider .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin-left: 9px;
    margin-right: 9px;
  }
}
/*# sourceMappingURL=style.css.map */
