@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes zoomInAnime {
  0% {
    opacity: 0;
    scale: 1.2;
    transition: 1s all;
  }
  100% {
    opacity: 1;
    scale: 1;
    transition: 1s all;
  }
}
/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
}

.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 990;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 990;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
  background-color: #fae6f0;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fade {
  opacity: 0;
  transition: opacity 1s ease-in;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  translate: 0 calc(40 * var(--vw) * 0.3642857143 / 750);
  filter: blur(calc(5 * var(--vw) * 0.3642857143 / 750));
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  filter: blur(0);
  translate: 0;
}
@media screen and (min-width: 1400px) {
  #feature .js_anime.is_fade {
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  #feature .js_anime.is_fadein {
    opacity: 0;
    translate: 0 27.2px;
    filter: blur(3.4px);
  }
  #feature .js_anime.is_show.is_fade {
    opacity: 1;
  }
  #feature .js_anime.is_show.is_fadein {
    opacity: 1;
    filter: blur(0);
    translate: 0;
  }
}

#feature .main {
  display: flex;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .left .left__logo {
  width: calc(273 * var(--vw) / 1400);
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .right .right__btn {
  width: calc(260 * var(--vw) / 1400);
}
#feature .main .center {
  width: calc(510 * var(--vw) / 1400);
  overflow-x: clip;
  position: relative;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img figure {
  cursor: pointer;
  transition: 0.3s;
}
#feature .hero .hero__img figure:hover {
  opacity: 0.7;
}
#feature .hero .hero__logo {
  width: calc(504 * var(--vw) * 0.3642857143 / 750);
  margin: calc(58 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .hero .hero__accordion {
  margin-top: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__accordion .hero__accordiontxt {
  overflow: hidden;
  max-height: calc(300 * var(--vw) * 0.3642857143 / 750);
  transition: all 0.6s ease;
  position: relative;
}
#feature .hero .hero__accordion .hero__accordiontxt::after {
  content: "";
  width: 100%;
  height: calc(120 * var(--vw) * 0.3642857143 / 750);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: -ms-linear-gradient(90deg, rgb(250, 230, 240) 0%, rgba(250, 230, 240, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE6F0', endColorstr='#FAE6F0' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(250, 230, 240) 0%, rgba(250, 230, 240, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE6F0',endColorstr='#FAE6F0' , GradientType=0);
}
#feature .hero .hero__accordion .hero__accordiontxt.is_show {
  max-height: calc(1000 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__accordion .hero__accordiontxt.is_show::after {
  opacity: 0;
}
#feature .hero .hero__accordion .hero__accordiontxt p {
  font-size: calc(24 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(48 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.1em;
  color: #5bacdd;
}
#feature .hero .hero__accordion .hero__accordiontxt p:nth-child(1) {
  font-size: calc(28 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(56 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__accordion .hero__accordiontxt p:nth-child(2) {
  margin-top: calc(52 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__accordion .hero__accordiontxt p:nth-child(3) {
  margin-top: calc(36 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__accordion .hero__accordiontxt p:nth-child(4) {
  margin-top: calc(36 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__accordion .hero__accordionbtn {
  width: -moz-fit-content;
  width: fit-content;
  height: calc(60 * var(--vw) * 0.3642857143 / 750);
  margin: calc(42 * var(--vw) * 0.3642857143 / 750) auto 0;
  pointer-events: auto;
  cursor: pointer;
}
#feature .hero .hero__accordion .hero__accordionbtn img {
  width: auto;
  height: 100%;
}
#feature .hero .hero__nav {
  margin: calc(148 * var(--vw) * 0.3642857143 / 750) auto 0;
  display: flex;
  justify-content: center;
  gap: 0 calc(37.5 * var(--vw) * 0.3642857143 / 750);
}
#feature .hero .hero__nav .hero__navitem {
  width: calc(176 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec {
  scroll-margin-top: 80px;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img .sec__modalbtn {
  width: calc(60 * var(--vw) * 0.3642857143 / 750);
  height: calc(60 * var(--vw) * 0.3642857143 / 750);
  background-image: url(../img/modalbtn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(30 * var(--vw) * 0.3642857143 / 750);
  right: calc(30 * var(--vw) * 0.3642857143 / 750);
  cursor: pointer;
  transition: 0.3s;
}
#feature .sec .sec__img .sec__modalbtn:hover {
  opacity: 0.7;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
}
#feature .sec .sec__img.sec__img04 {
  width: 100%;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(510 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(366 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(366 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(366 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(366 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .splide .splide__slide {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
  margin-right: calc(60 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__ttl {
  margin: 0 auto;
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(508 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(314 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__ttl.sec__ttl04 {
  width: calc(416 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__txt {
  font-size: calc(24 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(48 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.1em;
  color: #5bacdd;
}
#feature .sec .sec__btn {
  width: calc(536 * var(--vw) * 0.3642857143 / 750);
  margin: calc(150 * var(--vw) * 0.3642857143 / 750) auto 0;
  position: relative;
  z-index: 2;
}
#feature .sec.sec01 {
  margin-top: calc(250 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__ttl {
  margin-top: calc(78 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec01 .sec__txt {
  margin-top: calc(42 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 {
  margin-top: calc(288 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__ttl {
  margin-top: calc(74 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec02 .sec__txt {
  margin-top: calc(44 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec03 {
  margin-top: calc(288 * var(--vw) * 0.3642857143 / 750);
  padding-bottom: calc(150 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec03 .sec__ttl {
  margin: calc(74 * var(--vw) * 0.3642857143 / 750) 0 0 calc(164 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec03 .sec__txt {
  margin-top: calc(42 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec.sec03 .sec__flex {
  margin-top: calc(88 * var(--vw) * 0.3642857143 / 750);
  gap: calc(12 * var(--vw) * 0.3642857143 / 750) 0;
}
#feature .sec.sec03 .sec__flex .sec__img .sec__modalbtn {
  bottom: calc(20 * var(--vw) * 0.3642857143 / 750);
  right: calc(20 * var(--vw) * 0.3642857143 / 750);
}
#feature .modal260312SNH {
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  transition: opacity 0.2s ease;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  pointer-events: none;
}
#feature .modal260312SNH .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#feature .modal260312SNH .modal__contents {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#feature .modal260312SNH .modal__contents .modal__close {
  width: calc(40 * var(--vw) * 0.3642857143 / 750);
  height: calc(40 * var(--vw) * 0.3642857143 / 750);
  position: absolute;
  top: calc(-70 * var(--vw) * 0.3642857143 / 750);
  right: 0;
  cursor: pointer;
  transition: 0.3s;
}
#feature .modal260312SNH .modal__contents .modal__close:hover {
  opacity: 0.7;
}
#feature .modal260312SNH .modal__contents .modal__swiper {
  margin: 0 auto;
}
#feature .modal260312SNH .modal__contents .modal__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__img {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__img figure {
  background-color: #fff;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
  height: calc(152 * var(--vw) * 0.3642857143 / 750);
  background-color: #fff;
  padding-top: calc(26 * var(--vw) * 0.3642857143 / 750);
  padding-left: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit.modal__credit01 {
  height: calc(248 * var(--vw) * 0.3642857143 / 750);
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.3642857143 / 750);
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item .link {
  display: flex;
  flex-wrap: nowrap;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item .link p {
  font-family: "mozaic-hum-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: calc(22.5 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(42 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.025em;
  white-space: nowrap;
  color: #5bacdd;
  position: relative;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item .link p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5bacdd;
  position: absolute;
  bottom: calc(8 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item.is_notrelease .link {
  pointer-events: none;
}
#feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item.is_notrelease .link:hover {
  opacity: 1;
}
#feature .modal260312SNH .modal__contents .modal__control {
  width: calc(710 * var(--vw) * 0.3642857143 / 750);
  display: flex;
  justify-content: space-between;
  margin: auto;
  position: absolute;
  top: 47%;
  left: calc(-40 * var(--vw) * 0.3642857143 / 750);
}
#feature .modal260312SNH .modal__contents .modal__control .prev,
#feature .modal260312SNH .modal__contents .modal__control .next {
  width: calc(22 * var(--vw) * 0.3642857143 / 750);
  height: calc(62 * var(--vw) * 0.3642857143 / 750);
  cursor: pointer;
  transition: 0.3s;
}
#feature .modal260312SNH .modal__contents .modal__control .prev:hover,
#feature .modal260312SNH .modal__contents .modal__control .next:hover {
  opacity: 0.7;
}
#feature .modal260312SNH.is_show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .left .left__logo {
    width: 273px;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .right .right__btn {
    width: 260px;
  }
  #feature .main .center {
    width: 510px;
    overflow-x: clip;
    position: relative;
  }
  #feature {
    /*メインビジュアル（.hero)
    ----------------------------*/
  }
  #feature .hero {
    position: relative;
  }
  #feature .hero .hero__logo {
    width: 342.72px;
    margin: 39.44px auto 0;
  }
  #feature .hero .hero__accordion {
    margin-top: 27.2px;
  }
  #feature .hero .hero__accordion .hero__accordiontxt {
    overflow: hidden;
    max-height: 204px;
    transition: all 0.6s ease;
    position: relative;
  }
  #feature .hero .hero__accordion .hero__accordiontxt::after {
    content: "";
    width: 100%;
    height: 81.6px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    background: -ms-linear-gradient(90deg, rgb(250, 230, 240) 0%, rgba(250, 230, 240, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE6F0', endColorstr='#FAE6F0' ,GradientType=0)";
    background: linear-gradient(0deg, rgb(250, 230, 240) 0%, rgba(250, 230, 240, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE6F0',endColorstr='#FAE6F0' , GradientType=0);
  }
  #feature .hero .hero__accordion .hero__accordiontxt.is_show {
    max-height: 680px;
  }
  #feature .hero .hero__accordion .hero__accordiontxt.is_show::after {
    opacity: 0;
  }
  #feature .hero .hero__accordion .hero__accordiontxt p {
    font-size: 16.32px;
    line-height: 32.64px;
    letter-spacing: 0.1em;
    color: #5bacdd;
  }
  #feature .hero .hero__accordion .hero__accordiontxt p:nth-child(1) {
    font-size: 19.04px;
    line-height: 38.08px;
  }
  #feature .hero .hero__accordion .hero__accordiontxt p:nth-child(2) {
    margin-top: 35.36px;
  }
  #feature .hero .hero__accordion .hero__accordiontxt p:nth-child(3) {
    margin-top: 24.48px;
  }
  #feature .hero .hero__accordion .hero__accordiontxt p:nth-child(4) {
    margin-top: 24.48px;
  }
  #feature .hero .hero__accordion .hero__accordionbtn {
    width: -moz-fit-content;
    width: fit-content;
    height: 40.8px;
    margin: 28.56px auto 0;
    pointer-events: auto;
    cursor: pointer;
  }
  #feature .hero .hero__accordion .hero__accordionbtn img {
    width: auto;
    height: 100%;
  }
  #feature .hero .hero__nav {
    margin: 100.64px auto 0;
    display: flex;
    justify-content: center;
    gap: 0 25.5px;
  }
  #feature .hero .hero__nav .hero__navitem {
    width: 119.68px;
  }
  #feature .sec {
    scroll-margin-top: 80px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__block {
    width: 100%;
    position: relative;
  }
  #feature .sec .sec__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img .sec__modalbtn {
    width: 40.8px;
    height: 40.8px;
    background-image: url(../img/modalbtn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20.4px;
    right: 20.4px;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 428.4px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 428.4px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 346.8px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 428.4px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 428.4px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 248.88px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 248.88px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 248.88px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 248.88px;
  }
  #feature .sec .splide .splide__slide {
    width: 428.4px;
    margin-right: 40.8px;
  }
  #feature .sec .sec__ttl {
    margin: 0 auto;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl01 {
    width: 345.44px;
  }
  #feature .sec .sec__ttl.sec__ttl02 {
    width: 213.52px;
  }
  #feature .sec .sec__ttl.sec__ttl04 {
    width: 282.88px;
  }
  #feature .sec .sec__txt {
    font-size: 16.32px;
    line-height: 32.64px;
    letter-spacing: 0.1em;
    color: #5bacdd;
  }
  #feature .sec .sec__btn {
    width: 364.48px;
    margin: 102px auto 0;
    position: relative;
    z-index: 2;
  }
  #feature .sec.sec01 {
    margin-top: 170px;
  }
  #feature .sec.sec01 .sec__ttl {
    margin-top: 53.04px;
  }
  #feature .sec.sec01 .sec__txt {
    margin-top: 28.56px;
  }
  #feature .sec.sec02 {
    margin-top: 195.84px;
  }
  #feature .sec.sec02 .sec__ttl {
    margin-top: 50.32px;
  }
  #feature .sec.sec02 .sec__txt {
    margin-top: 29.92px;
  }
  #feature .sec.sec03 {
    margin-top: 195.84px;
    padding-bottom: 102px;
  }
  #feature .sec.sec03 .sec__ttl {
    margin: 50.32px 0 0 111.52px;
  }
  #feature .sec.sec03 .sec__txt {
    margin-top: 28.56px;
  }
  #feature .sec.sec03 .sec__flex {
    margin-top: 59.84px;
    gap: 8.16px 0;
  }
  #feature .sec.sec03 .sec__flex .sec__img .sec__modalbtn {
    bottom: 13.6px;
    right: 13.6px;
  }
  #feature .modal260312SNH {
    background-color: rgba(255, 255, 255, 0.5);
    margin: auto;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    transition: opacity 0.2s ease;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    pointer-events: none;
  }
  #feature .modal260312SNH .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #feature .modal260312SNH .modal__contents {
    width: 428.4px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  #feature .modal260312SNH .modal__contents .modal__close {
    width: 27.2px;
    height: 27.2px;
    position: absolute;
    top: -47.6px;
    right: 0;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper {
    margin: 0 auto;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__img {
    width: 428.4px;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__img figure {
    background-color: #fff;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit {
    width: 428.4px;
    height: 103.36px;
    background-color: #fff;
    padding-top: 17.68px;
    padding-left: 27.2px;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit.modal__credit01 {
    height: 168.64px;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12.24px;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item .link {
    display: flex;
    flex-wrap: nowrap;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item .link p {
    font-family: "mozaic-hum-variable", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 15.3px;
    line-height: 28.56px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    color: #5bacdd;
    position: relative;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item .link p::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #5bacdd;
    position: absolute;
    bottom: 5.44px;
    left: 0;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item.is_notrelease .link {
    pointer-events: none;
  }
  #feature .modal260312SNH .modal__contents .modal__swiper .modal__credit .credit .item.is_notrelease .link:hover {
    opacity: 1;
  }
  #feature .modal260312SNH .modal__contents .modal__control {
    width: 482.8px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: absolute;
    top: 47%;
    left: -27.2px;
  }
  #feature .modal260312SNH .modal__contents .modal__control .prev,
  #feature .modal260312SNH .modal__contents .modal__control .next {
    width: 14.96px;
    height: 42.16px;
  }
  #feature .modal260312SNH.is_show {
    opacity: 1;
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */