@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
[data-animate*=crossFade] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-animate=rotate] {
  animation-name: rotate;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}

[data-animate=slide-in]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, transform 1500ms;
  pointer-events: none;
}
[data-animate=slide-in].onView::after {
  transform: translate3d(100%, 0, 0);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2000ms, transform 2000ms;
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slide-up] {
  transform: translate3d(0, 10rem, 0);
}
[class*=anima][data-animate=slide-up].onView {
  transform: translate3d(0, 0, 0);
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#ss2nd_230428 .mainVisual .anima {
  transition: ease-in, opacity 2000ms 750ms;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.33334vw;
  }
  html .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

.bredlist.lp {
  margin: auto;
  width: 95%;
  min-width: auto;
  max-width: 120rem;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .bredlist.lp {
    max-width: 70rem;
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#ss2nd_230428 *,
#ss2nd_230428 *::after,
#ss2nd_230428 *::before {
  box-sizing: inherit;
  box-sizing: border-box;
}
#ss2nd_230428 figure,
#ss2nd_230428 figcaption,
#ss2nd_230428 [class*=content],
#ss2nd_230428 [class*=__wrap],
#ss2nd_230428 [class*=-inner],
#ss2nd_230428 [class*=__image],
#ss2nd_230428 [class*=__item],
#ss2nd_230428 [class*=__video],
#ss2nd_230428 [class*=__caption] {
  position: relative;
  width: 100%;
}
#ss2nd_230428 picture, #ss2nd_230428 img, #ss2nd_230428 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#ss2nd_230428 a {
  display: block;
}
#ss2nd_230428 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#ss2nd_230428 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#ss2nd_230428 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 a.no_link span {
    font-size: 1.6rem;
  }
}

#ss2nd_230428 .look__caption .tag-list {
  font-family: elza, sans-serif;
  font-weight: 200;
  font-style: normal;
}

#ss2nd_230428 .viewall, #ss2nd_230428 .staff_credits-list, #ss2nd_230428 .staff_credits-title, #ss2nd_230428 .mainInfo-title {
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: normal;
}

#ss2nd_230428 {
  /* ---------- Text Area ---------- */
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#ss2nd_230428 .mainInfo {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.93;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainInfo {
    font-size: 2.4rem;
    line-height: 2.33;
  }
}
#ss2nd_230428 .mainInfo-title {
  font-size: 1.5rem;
  line-height: 1.57;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainInfo-title {
    font-size: 1.8rem;
    line-height: 1.31;
  }
}
#ss2nd_230428 .staff_credits-title {
  font-size: 1.5rem;
  line-height: 1.57;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .staff_credits-title {
    font-size: 1.8rem;
    line-height: 1.31;
  }
}
#ss2nd_230428 .staff_credits-list {
  font-size: 1.2rem;
  line-height: 2.29;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .staff_credits-list {
    font-size: 1.5rem;
    line-height: 1.83;
  }
}
#ss2nd_230428 .look__caption .tag-list {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 2.17;
  text-align: var(--tag-align);
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look__caption .tag-list {
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
#ss2nd_230428 .look__caption .tag-list li span {
  font-size: 0.9em;
  margin-left: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#ss2nd_230428 .viewall {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .viewall {
    font-size: 1.8rem;
    line-height: 1.31;
  }
}

.c-text {
  text-align: center;
}

.flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flexbox > * {
  width: 100%;
  flex: 0 0 auto;
}

.break {
  flex-basis: 100%;
}

#ss2nd_230428 .mainInfo-title p .text--border::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--border-color, #000);
}
#ss2nd_230428 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#ss2nd_230428 .tag-list {
  display: inline;
}
#ss2nd_230428 .tag-list li a {
  --transitions-timing: cubic-bezier(0.385, 0.145, 0.28, 0.925);
}
#ss2nd_230428 .btn-sound {
  position: absolute;
  right: 1.8%;
  bottom: 2.4%;
  width: 4.4rem;
  height: 4rem;
  cursor: pointer;
  background: url("../assets/svg/sound-on.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .btn-sound {
    bottom: 1%;
  }
}
#ss2nd_230428 .btn-sound.active {
  background: url("../assets/svg/sound-off.svg") no-repeat;
  background-size: contain;
}
#ss2nd_230428 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .btn-wrap {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
#ss2nd_230428 .nav {
  margin-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .nav {
    -webkit-margin-before: 19.5rem;
            margin-block-start: 19.5rem;
  }
}
#ss2nd_230428 .nav dd {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .nav dd {
    margin-top: 5.2rem;
  }
}
#ss2nd_230428 .nav__list {
  display: block;
}
#ss2nd_230428 .nav__list:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .nav__list:not(:first-child) {
    margin-top: 5.2rem;
  }
}
#ss2nd_230428 .nav__list > * {
  display: inline-block;
}
#ss2nd_230428 .nav__list > * a {
  display: inherit;
}
#ss2nd_230428 .nav__list > *:not(:last-of-type)::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 1px;
  height: 0.8em;
  background: currentColor;
  margin: 0 2.5em;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .nav__list > *:not(:last-of-type)::after {
    margin-inline: 3.5rem;
  }
}
#ss2nd_230428 .viewall {
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
}
@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
#ss2nd_230428 .main-contents .look__slider {
  pointer-events: all;
}
#ss2nd_230428 .main-contents .look__slider[data-slide] {
  overflow: visible;
}
#ss2nd_230428 .main-contents .look__slider[data-slide] .swiper-wrapper {
  -webkit-padding-start: 37rem;
          padding-inline-start: 37rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .look__slider[data-slide] .swiper-wrapper {
    -webkit-padding-start: 17.5rem;
            padding-inline-start: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #ss2nd_230428 .main-contents .look__slider[data-slide] .swiper-wrapper {
    -webkit-padding-start: 31.5vw;
            padding-inline-start: 31.5vw;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .look__slider[data-slide] .swiper-pagination-bullet {
    border: 0.5px solid #fff;
  }
  #ss2nd_230428 .main-contents .look__slider[data-slide] .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
#ss2nd_230428 .main-contents .look__slider-tag {
  pointer-events: none;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .main-contents .look__slider-tag {
    --mleft-caption: 11rem;
    width: auto;
    max-width: 60rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .main-contents .look__slider-tag .swiper-slide {
    position: relative;
    z-index: 0;
    visibility: hidden;
  }
  #ss2nd_230428 .main-contents .look__slider-tag .swiper-slide.swiper-slide-active {
    display: block;
    z-index: 5;
    visibility: visible;
    backface-visibility: visible;
  }
}
#ss2nd_230428 .main-contents .look__slider-tag .tag-list {
  --c-gap: 1.2em;
}
#ss2nd_230428 .main-contents .look__slider-tag .tag-list li {
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .look__slider-tag .tag-list {
    display: inline-block;
  }
}
#ss2nd_230428 .main-contents .swiper-pagination {
  text-align: var(--align-navi, left);
  margin-left: var(--mleft-navi);
  margin-right: var(--mright-navi);
  margin-bottom: var(--mbottom-navi);
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .main-contents .swiper-pagination {
    --mbottom-navi: -7.6rem;
    width: auto;
    position: absolute;
    left: auto;
    right: 8.3%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .swiper-pagination {
    position: relative;
    z-index: 1;
    --mleft-navi: 3.6rem;
    margin-top: var(--mtop-bullet, 5.4rem);
    width: var(--bullet-width, 10rem);
  }
}
#ss2nd_230428 .main-contents .swiper-pagination-bullet {
  background-color: transparent;
  position: relative;
  border-radius: 4em;
  border: 1px solid #fff;
  overflow: hidden;
  opacity: 1;
  transition: background-color 0.3s ease;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: all;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .swiper-pagination-bullet {
    border-radius: 50vh;
    border: 0.5px solid #535353;
  }
}
#ss2nd_230428 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: auto;
  }
}
#ss2nd_230428 .main-contents .swiper-pagination-bullet::before {
  content: "";
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
}
#ss2nd_230428 .main-contents .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .main-contents .swiper-pagination-bullet-active {
    background-color: #535353;
  }
}
#ss2nd_230428 .main-contents .swiper-pagination-bullet-active::before {
  background-color: #fff;
}
#ss2nd_230428 .main-contents .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .main-area {
    overflow: unset;
  }
}
@media screen and (min-width: 768px) {
  .main-area {
    margin: 0 auto;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _:lang(x) + _:-webkit-full-screen-document video, body video {
    object-fit: fill;
    filter: drop-shadow(0px 0px #000);
  }
  @supports not (object-fit: fill) {
    _:lang(x) + _:-webkit-full-screen-document video, body video {
      object-fit: cover;
      transform: scale(1.002);
      filter: drop-shadow(0px 0px #000);
    }
  }
}
#ss2nd_230428 .wrap {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .wrap {
    padding-top: 3rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .wrap {
    -webkit-padding-after: 19rem;
            padding-block-end: 19rem;
  }
}
#ss2nd_230428 .mainVisual {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .mainVisual-video {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainVisual-video {
    height: 120rem;
    width: 100vw;
  }
}
#ss2nd_230428 .mainVisual video {
  object-fit: cover;
  object-position: top center;
}
#ss2nd_230428 .mainInfo {
  position: relative;
  padding-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainInfo {
    -webkit-padding-before: 6.2rem;
            padding-block-start: 6.2rem;
  }
}
#ss2nd_230428 .mainInfo-title {
  display: inline-block;
}
#ss2nd_230428 .mainInfo-title p:not(:first-of-type) {
  margin-top: var(--mtop-mainText, 2em);
}
#ss2nd_230428 .mainInfo-title p .text--border {
  position: relative;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainInfo-title p .text--border {
    display: inline-block;
    margin-top: 0.2em;
  }
}
#ss2nd_230428 .mainInfo-title p .text--border::before {
  position: absolute;
  bottom: -0.1em;
  left: 0;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainInfo-title p .text--border::before {
    bottom: 0.3em;
    height: 0.5px;
  }
}
#ss2nd_230428 .mainInfo dd {
  margin-top: 2.6em;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .mainInfo dd {
    margin-top: 3.1em;
  }
}
#ss2nd_230428 .content-list {
  position: relative;
  background-color: var(--color-base);
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .content-list {
    margin-top: 13.2rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-list {
    -webkit-margin-before: 6.7rem;
            margin-block-start: 6.7rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .content-list > *:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-content);
            margin-block-start: var(--mtop-content);
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-list > *:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-content);
            margin-block-start: var(--mtop-content);
  }
}
#ss2nd_230428 .content-inner:not(.content-inner--fw) {
  max-width: 100rem;
  margin-inline: auto;
}
#ss2nd_230428 .content-inner--fw {
  --color-caption: #ffffff;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .content-inner--fw {
    --mtop-content: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-inner--fw {
    --mtop-content: 7.5rem;
  }
}
#ss2nd_230428 .content-inner--fw:last-of-type {
  background: url("../assets/img/img25.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .content-inner--fw:last-of-type {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-inner--fw:last-of-type {
    background: url("../assets/img/sp/img25.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#ss2nd_230428 .content-inner--fw:last-of-type .inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  height: 90rem;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .content-inner--fw:last-of-type .inner {
    padding-block: 6rem 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-inner--fw:last-of-type .inner {
    -webkit-padding-after: 4.5rem;
            padding-block-end: 4.5rem;
  }
}
#ss2nd_230428 .content-inner--fw:last-of-type .inner > * {
  width: 100%;
}
#ss2nd_230428 .content-inner--fw:last-of-type .btn-wrap,
#ss2nd_230428 .content-inner--fw:last-of-type .staff_credits {
  color: var(--color-caption);
}
#ss2nd_230428 .content-inner--fw:last-of-type .btn-wrap span {
  display: inline-block;
}
#ss2nd_230428 .content-inner--fw:last-of-type .btn-wrap span:nth-of-type(2) {
  margin-top: 0.6em;
}
#ss2nd_230428 .content-inner--fw:last-of-type .staff_credits {
  align-self: flex-end;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .content-inner--fw + *:not(:first-of-type) {
    --mtop-content: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-inner--fw + *:not(:first-of-type) {
    --mtop-content: 1rem;
  }
}
#ss2nd_230428 .content-inner > *:not(:first-of-type) {
  margin-top: var(--gap-content, 1rem);
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .content-item .flexbox {
    flex-wrap: wrap;
  }
}
#ss2nd_230428 .staff_credits {
  text-align: center;
}
#ss2nd_230428 .staff_credits-list {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  margin-inline: auto;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .staff_credits-list {
    max-width: 56rem;
    -webkit-margin-before: 2.8rem;
            margin-block-start: 2.8rem;
  }
}
#ss2nd_230428 .look {
  margin-inline: auto;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look {
    --mtop-content: 16rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}
#ss2nd_230428 .look dd {
  text-align: var(--align-text);
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look dd {
    --align-text: center;
    --justify-tag: flex-end;
  }
}
#ss2nd_230428 .look__image {
  position: relative;
  pointer-events: none;
  max-width: var(--image-width);
  grid-row: var(--row-image);
  grid-column: var(--column-image);
}
#ss2nd_230428 .look__image a {
  pointer-events: all;
}
#ss2nd_230428 .look__image::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look__image {
    overflow: hidden;
  }
}
#ss2nd_230428 .look__image-wrap {
  position: relative;
  display: grid;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look__image-wrap {
    grid-template-columns: var(--columnLayout-image, repeat(2, 1fr));
    -moz-column-gap: var(--cgap-image, 1rem);
         column-gap: var(--cgap-image, 1rem);
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look__image-wrap {
    margin-inline: auto;
  }
}
#ss2nd_230428 .look__image-wrap:not(:first-of-type) {
  margin-top: var(--mtop-image, 3rem);
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look__image-wrap:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-image, 15.8rem);
            margin-block-start: var(--mtop-image, 15.8rem);
  }
}
#ss2nd_230428 .look__image [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ss2nd_230428 .look__caption {
  position: relative;
  grid-row: var(--row-caption);
  grid-column: var(--column-caption);
  max-width: var(--tag-width);
  margin-top: var(--mtop-caption);
  margin-right: var(--mright-caption);
  margin-left: var(--mleft-caption);
  color: var(--color-caption, #535353);
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look__caption {
    align-self: flex-end;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look__caption {
    --mtop-caption: 1.8rem;
    margin-inline: auto 2.5rem;
    max-width: var(--tag-width, 70rem);
  }
}
#ss2nd_230428 .look__captionText {
  margin-top: var(--mtop-text, 3.5rem);
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look__captionText {
    -webkit-margin-before: var(--mtop-text, 5rem);
            margin-block-start: var(--mtop-text, 5rem);
  }
}
#ss2nd_230428 .look .tag-list {
  display: flex;
  -moz-column-gap: var(--c-gap, 0.8em);
       column-gap: var(--c-gap, 0.8em);
  flex-wrap: var(--wrap-tag, wrap);
  justify-content: var(--justify-tag);
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look .tag-list {
    justify-content: var(--justify-tag, flex-start);
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look .tag-list {
    justify-content: var(--justify-tag, flex-end);
  }
}
#ss2nd_230428 .look .tag-list .no_link {
  opacity: 1;
  pointer-events: all;
  cursor: initial;
  border: none;
  text-decoration: none;
}
#ss2nd_230428 .look .tag-list .no_link span {
  padding: 0 0 0 0.5em;
}
#ss2nd_230428 .look-08 {
  background: url("../assets/img/bg-look08.jpg") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 {
    background: url("../assets/img/sp/bg-look08.jpg") no-repeat;
    background-size: 100% auto;
  }
}
#ss2nd_230428 .look-12 {
  background: url("../assets/img/bg-look12.jpg") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-12 {
    background: url("../assets/img/sp/bg-look12.jpg") no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-01 {
    --column-image: 2/3;
    --mleft-caption: 1rem;
    --tag-width: 35rem;
    --row-caption: 1/2;
    --column-caption: 1/2;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-01 {
    --tag-width: 47rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-02 {
    --mtop-content: 15.6rem;
    --tag-width: 40rem;
    --row-caption: 1/2;
    --column-caption: 2/3;
    --row-image: 1/2;
    --mleft-caption: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-02 {
    --gap-content: 7.4rem;
    --row-caption: 1/2;
    --column-caption: 1/3;
    --column-image: 1/3;
    --row-image: 1/2;
    --tag-width: 54rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-02 .look__image:nth-of-type(1) {
    --column-image:1/2;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-02 .look__image:nth-of-type(2) {
    --column-image:2/3;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-02 .look__caption {
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-02 .look__caption {
    align-self: end;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-03 {
    --column-image: 1/3;
    --row-image: 1/2;
    --row-caption: 1/2;
    --column-caption: 1/2;
    --mleft-caption: 1.2rem;
    --tag-width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-03 {
    --tag-width: 56rem;
    --gap-content: 7.4rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-03 .look__caption {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-04 {
    --gap-content: 7.4rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-05 {
    --row-caption: 1/2;
    --row-image: 1/2;
    --tag-width: 40rem;
    --mleft-caption: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-05 {
    --mtop-bullet: 6.7rem;
    --row-caption: 1/2;
    --column-caption: 1/3;
    --column-image: 1/3;
    --row-image: 1/2;
    --tag-width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-05 .look__caption {
    align-self: end;
    margin-bottom: -2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-06 {
    --row-image: 1/2;
    --column-image: 2/3;
    --row-caption: 1/2;
    --mleft-caption: 1.2rem;
    --tag-width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-06 {
    --gap-content: 16rem;
    max-width: 56rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-06 .look__caption {
    --mtop-caption: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-07 {
    --cgap-image: 0;
    --row-image: 1/2;
    --row-caption: 1/2;
    --column-caption: 1/2;
    --mleft-caption: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-07 {
    --gap-content: 19.4rem;
    --row-caption: 1/2;
    --column-caption: 1/3;
    --column-image: 1/3;
    --row-image: 1/2;
    --tag-width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-07 .look__image:nth-of-type(1) {
    --column-image:1/2;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-07 .look__image:nth-of-type(2) {
    --column-image:2/3;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-07 .look__caption {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-07 .look__caption {
    align-self: end;
  }
}
#ss2nd_230428 .look-08 {
  --mtop-caption: 3.6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-08 {
    --column-image: 1/3;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 {
    --mtop-bullet: 4.6rem;
  }
}
#ss2nd_230428 .look-08 .look__image-wrap {
  display: block;
  padding-block: 11.4rem 2.8rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 .look__image-wrap {
    padding-block: 3.2rem 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 .look__caption li:nth-of-type(1) {
    --tag-width: 30rem;
  }
  #ss2nd_230428 .look-08 .look__caption li:nth-of-type(2) {
    --tag-width: 54rem;
  }
  #ss2nd_230428 .look-08 .look__caption li:nth-of-type(3) {
    --tag-width: 47rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 .look__caption .swiper-wrapper {
    display: grid;
    row-gap: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 .look__caption.look__slider-tag {
    --mtop-caption: -3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-08 .look__caption .tag-list {
    display: flex;
    max-width: var(--tag-width);
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-09 {
    --row-caption: 1/2;
    --row-image: 1/2;
    --tag-width: 38.6rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-09 .look__image-wrap > *:nth-of-type(1) {
    --column-image: 1/2;
    --column-caption: 1/2;
    --mleft-caption: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-09 .look__image-wrap > *:nth-of-type(2) {
    --column-image: 2/3;
    --column-caption: 2/3;
    --mleft-caption: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-09 .look__image:nth-of-type(2) {
    --tag-width: 55rem;
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-09 .look__caption {
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-10 {
    --column-image: 2/3;
    --mleft-caption: 1rem;
    --tag-width: 35rem;
    --row-caption: 1/2;
    --column-caption: 1/2;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-10 {
    --gap-content: 7.4rem;
    --tag-width: 45rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-11 {
    --row-caption: 1/2;
    --row-image: 1/2;
    --tag-width: 38.6rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-11 {
    --gap-content: 13.4rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-11 .look__image-wrap > *:nth-of-type(1) {
    --column-image: 1/2;
    --column-caption: 1/2;
    --mleft-caption: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-11 .look__image-wrap > *:nth-of-type(2) {
    --column-image: 2/3;
    --column-caption: 2/3;
    --mleft-caption: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-11 .look__image:nth-of-type(1) {
    --image-width: 56rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-11 .look__image:nth-of-type(2) {
    -webkit-margin-before: 19rem;
            margin-block-start: 19rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-11 .look__caption {
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-11 .look__caption:nth-of-type(1) {
    --tag-width: 52rem;
    --mtop-caption: 1.6rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-11 .look__caption:nth-of-type(2) {
    --tag-width: 52rem;
  }
}
#ss2nd_230428 .look-12 {
  overflow: hidden;
  --mtop-caption: 3.5rem;
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-12 {
    --column-image: 1/3;
  }
}
#ss2nd_230428 .look-12 .look__image-wrap {
  display: block;
  padding-block: 11.4rem 2.8rem;
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-12 .look__image-wrap {
    padding-block: 3.6rem 2.8rem;
    --mtop-bullet: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-12 .look__caption li:nth-of-type(1) {
    --tag-width: 45rem;
  }
  #ss2nd_230428 .look-12 .look__caption li:nth-of-type(2) {
    --tag-width: 45rem;
  }
  #ss2nd_230428 .look-12 .look__caption li:nth-of-type(3) {
    --tag-width: 52rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-12 .look__caption .swiper-wrapper {
    display: grid;
    row-gap: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-12 .look__caption.look__slider-tag {
    --mtop-caption: -3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-12 .look__caption .tag-list {
    display: flex;
    max-width: var(--tag-width);
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-13 {
    --row-image: 1/2;
    --row-caption: 1/2;
    --column-caption: 2/3;
    --mleft-caption: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-14 {
    --cgap-image: 0;
    --row-image: 1/2;
    --row-caption: 1/2;
    --column-caption: 2/3;
    --mleft-caption: 2.4rem;
    --tag-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-14 {
    --gap-content: 16.4rem;
    --tag-width: 52rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-14 .look__image:nth-of-type(1) {
    --column-image:1/2;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-14 .look__image:nth-of-type(1) {
    margin-inline: auto;
    --image-width: 56rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-14 .look__image:nth-of-type(2) {
    --column-image:2/3;
  }
}
@media screen and (max-width: 767px) {
  #ss2nd_230428 .look-14 .look__image:nth-of-type(2) {
    -webkit-margin-before: 14rem;
            margin-block-start: 14rem;
  }
}
@media screen and (min-width: 768px) {
  #ss2nd_230428 .look-14 .look__caption {
    margin-bottom: 1.2em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.12,
  * Autoprefixer: v10.4.4
  * Browsers: last 4 version
  */
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.14,
  * Autoprefixer: v10.4.7
  * Browsers: last 4 version
  */
}