@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

[class*=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;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1500ms, transform 1800ms;
}
@media screen and (min-width: 768px) {
  [class*=anima].look__slider {
    --animation-duration-element: 1000ms;
    transition-delay: var(--animation-duration-element);
  }
}
@media screen and (max-width: 767px) {
  [class*=anima] figure + figure {
    --animation-duration-element: 2000ms;
    transition-delay: var(--animation-duration-element);
  }
}
[class*=anima]:not(.onView) * {
  animation-play-state: paused;
}
[class*=anima].onView {
  opacity: 1;
  transform: translateY(0)!important;
}
[class*=anima].onView * {
  animation-play-state: running;
}
[class*=anima][data-animate=slide-in-top] {
  transform: translateY(20px);
}
[class*=anima][data-animate=slide-in-right] {
  transform: translateX(-20px);
}
[class*=anima][data-animate=slide-in-left] {
  transform: translateX(20px);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
/* html */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw / 750))!important;
  }
  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 / 1200));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
/* content */
#st230602realbuy picture, #st230602realbuy img, #st230602realbuy video {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  object-fit: cover;
}
#st230602realbuy .look__image {
  overflow: hidden;
}
/* link */
#st230602realbuy a {
  transition: ease 0.6s;
}
#st230602realbuy a:link:hover {
  cursor: pointer;
}
#st230602realbuy a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#st230602realbuy a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #st230602realbuy a.no_link span {
    font-size: 1.6rem;
  }
}

/* 初期化 */
.main-area .main-inner{
  padding: 0;
}
/* // base // */



/* style */
/* 初期設定 */
#st230602realbuy {
  max-width: 100vw;
  overflow: hidden;
  font-family: acumin-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
}
/* 追加 */
@media screen and (max-width: 767px) {
  #st230602realbuy {
    font-size: 2.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #st230602realbuy {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}



/* mainVisual */
/* 初期設定 */
#st230602realbuy .mainVisual {
  text-align: center;
}
#st230602realbuy .mainVisual .leadTtl span{
  display: block;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0em;
}
/* 追加 */
@media screen and (max-width: 767px) {
  #st230602realbuy .mainVisual .imgBox {
    width: 100%;
    margin-block-end: 7.8rem;
  }
  #st230602realbuy .mainVisual .leadTxt{
    display: block;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-block-end: 3.7rem;
  }
  #st230602realbuy .mainVisual .leadTxt.--2{
    margin-block-end: 15rem;
  }
}
@media screen and (min-width: 768px) {
  #st230602realbuy .mainVisual .imgBox{
    width: 82.2rem;
    margin-inline: auto;
    margin-block-end: 7.1rem;
  }
  #st230602realbuy .mainVisual .leadTtl span.imgBox{
    width: 35.7rem;
    margin-inline: auto;
    margin-block-end: 0.7rem;
  }
  #st230602realbuy .mainVisual .leadTtl{
    font-size: 2.2rem;
    line-height: 1.909;
    margin-block-end: 5rem;
  }
  #st230602realbuy .mainVisual .leadTxt{
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2.063;
    margin-block-end: 2.2rem;
  }
  #st230602realbuy .mainVisual .leadTxt.--2{
    margin-block-end: 10.8rem;
  }
}
/* mainVisual */



/* sec */
/* 初期設定 */
#st230602realbuy .sec {
  text-align: center;
  margin-inline: auto;
}
#st230602realbuy .sec .secTtl{
  font-weight: bold;
}
#st230602realbuy .sec .secTtl span,
#st230602realbuy .sec .secTtl a{
  display: block;
  width: fit-content;
  text-align: center;
  margin: auto;
}
#st230602realbuy .sec .look-item__price *{
  font-weight: 300;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#st230602realbuy .sec .flexdWrapper{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#st230602realbuy .sec .modelWrap .look__slider{
  overflow: hidden;
}
/* 追加 */
#st230602realbuy .sec .secTtl:nth-of-type(2) {
  margin-top: 9.6rem;
}
#st230602realbuy .sec .look-item__price br+li{margin-block-start: -1rem;}
#st230602realbuy .sec .secTtl span.secTtl_main{
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 1.162;
}
#st230602realbuy .sec .secTtl span.secTtl_sub{font-weight: bold;font-size: 2.2rem;line-height: 1.182;margin-block-start: 3.9rem;margin-block-end: 1.5rem;}
#st230602realbuy .sec .secTtl span.secTtl_credit{
  font-feature-settings: "palt";
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #st230602realbuy .sec .look-item__price br+li{margin-block-start: -1rem;}
  #st230602realbuy .sec .secTtl span.secTtl_main{
    font-weight: bold;
    font-size: 5.0rem;
    line-height: 1.12;
  }
  #st230602realbuy .sec .secTtl span.secTtl_sub{font-weight: bold;font-size: 3rem;line-height: 0.867;margin-block-start: 5.2rem;margin-block-end: 2.9rem;}
  #st230602realbuy .sec .secTtl span.secTtl_credit{
    font-size: 2.2rem;
    line-height: 1.818;
  }
  #st230602realbuy .sec .look-item__price li+li{
    margin-block-start: -0.3rem;
  }
  #st230602realbuy .sec .look-item__price br+li {
    margin-block-start: -1.6rem;
  }
  #st230602realbuy .sec .modelWrap .look-item__price{
    margin-block-start: 4rem;
    line-height: 1.85;
  }
  #st230602realbuy .sec .look-item__price .tax{
    font-size: 2rem;
    margin-inline-start: -1.2rem;
    letter-spacing: 0.025em;
  }
  #st230602realbuy .sec .secTtl{
    margin-block-end: 5.1rem;
  }
}
@media screen and (min-width: 768px) {
  h2.secTtl:nth-of-type(2) {
    margin-top: 9.2rem;
  }
  #st230602realbuy .sec .secTtl{
    margin-block-end: 3.3rem;
  }
  #st230602realbuy .sec .look-item__price li+li{
    margin-block-start: -0.1rem;
  }
  #st230602realbuy .sec .look-item__price li+b{

  }
  #st230602realbuy .sec .modelWrap .look-item__price{
    margin-block-start: 3.4rem;
    line-height: 1.85;
  }
  #st230602realbuy .sec .look-item__price .tax{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.2rem;
    margin-inline-start: -0.7rem;
    letter-spacing: 0.12em;
  }
}

/* sec */


/* sec01 */
@media screen and (max-width: 767px) {
  #st230602realbuy .sec01{
    margin-block-end: 20rem;
  }
  #st230602realbuy .sec01{
    margin-block-end: 0;
  }
  #st230602realbuy .sec01 .modelWrap.--1{
    margin-inline: auto;
    margin-block-end: 6.3rem;
  }
  #st230602realbuy .sec01 .modelWrap.--2{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 6.7rem;
  }
  #st230602realbuy .sec01 .modelWrap.--3{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 45.4rem;
  }
  #st230602realbuy .sec01 .modelWrap.--3 .look__image:nth-of-type(1){
    width: 52rem;
  }
  #st230602realbuy .sec01 .modelWrap.--3 .look__image:nth-of-type(2){
    position: absolute;
    top: 42.3rem;
    right: 0;
    width: 37.3rem;
    z-index: 5;
  }
  #st230602realbuy .sec01 .modelWrap.--4 .look__image{
    width: 38rem;
    margin-block-end: 4rem;
  }
  
}
@media screen and (min-width: 768px) {
  #st230602realbuy .sec01{
    margin-block-end: 0;
  }
  #st230602realbuy .sec01 .modelWrap.--1{
    width: 50.0rem;
    margin-inline: auto;
    margin-block-end: 6rem;
  }
  #st230602realbuy .sec01 .modelWrap.--2{
    width: 80.0rem;
    margin-inline: auto;
    margin-block-end: 1.5rem;
  }
  #st230602realbuy .sec01 .modelWrap.--2 .look__image{
    width: 38rem;
    /* margin-block-end: 4rem; */
  }
  #st230602realbuy .sec01 .modelWrap.--3{
    width: 92rem;
    margin-inline: auto;
    margin-block-end: 14.4rem;
  }
  #st230602realbuy .sec01 .modelWrap.--3 .look__image:nth-of-type(1){
    width: 48rem;
  }
  #st230602realbuy .sec01 .modelWrap.--3 .look__image:nth-of-type(2){
    width: 40rem;
    margin-block-start: 25.2rem;
  }
  #st230602realbuy .sec01 .modelWrap.--4 .look__image{
    width: 38rem;
    margin-block-end: 4rem;
  }
}
/* sec01 */


/* sec02 */
@media screen and (max-width: 767px) {
  #st230602realbuy .sec02{
    margin-block-end: 0;
  }
  #st230602realbuy .sec02 .modelWrap.--3{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 6.1rem;
  }
  #st230602realbuy .sec02 .modelWrap.--4{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 7.1rem;
  }
  #st230602realbuy .sec02 .modelWrap.--4 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec02{
    margin-block-end: 0;
  }
  #st230602realbuy .sec02 .modelWrap.--5{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 45.6rem;
  }
  #st230602realbuy .sec02 .modelWrap.--5 .look__image.--1{
    width: 52rem;
  }
  #st230602realbuy .sec02 .modelWrap.--5 .look__image.--2{
    position: absolute;
    top: 42.8rem;
    right: 0;
    width: 37rem;
  }
}
@media screen and (min-width: 768px) {
  #st230602realbuy .sec02{
    margin-block-end: 0;
  }
  #st230602realbuy .sec02 .modelWrap.--3{
    width: 50rem;
    margin-inline: auto;
    margin-block-end: 6.1rem;
  }
  #st230602realbuy .sec02 .modelWrap.--4{
    width: 80rem;
    margin-inline: auto;
    margin-block-end: 5.7rem;
  }
  #st230602realbuy .sec02 .modelWrap.--4 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec02{
    margin-block-end: 0;
  }
  #st230602realbuy .sec02 .modelWrap.--5{
    width: 80rem;
    margin-inline: auto;
    margin-block-end: 29.6rem;
  }
  #st230602realbuy .sec02 .modelWrap.--5 .look__image.--1{
    width: 48rem;
  }
  #st230602realbuy .sec02 .modelWrap.--5 .look__image.--2{
    position: absolute;
    top: 30rem;
    right: 0;
    width: 36rem;
  }
}


/* sec03 */
@media screen and (max-width: 767px) {
  #st230602realbuy .sec03{
    margin-block-end: 0;
  }
  #st230602realbuy .sec03 .modelWrap.--6 .look__slider{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 6.1rem;
  }
  #st230602realbuy .sec03 .modelWrap.--7{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 7.1rem;
  }
  #st230602realbuy .sec03 .modelWrap.--7 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec03{
    margin-block-end: 0;
  }
  #st230602realbuy .sec03 .modelWrap.--8{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 45.6rem;
  }
  #st230602realbuy .sec03 .modelWrap.--8 .look__image.--1{
    width: 52rem;
  }
  #st230602realbuy .sec03 .modelWrap.--8 .look__image.--2{
    position: absolute;
    top: 42.6rem;
    right: 0;
    width: 37rem;
  }
}
@media screen and (min-width: 768px) {
  #st230602realbuy .sec03{
    margin-block-end: 0;
  }
  #st230602realbuy .sec03 .modelWrap.--6 .look__slider{
    width: 50rem;
    max-height: 62.5rem;
    margin-inline: auto;
    margin-block-end: 6.1rem;
  }
  #st230602realbuy .sec03 .modelWrap.--7{
    width: 80rem;
    margin-inline: auto;
    margin-block-end: 5.6rem;
  }
  #st230602realbuy .sec03 .modelWrap.--7 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec03{
    margin-block-end: 0;
  }
  #st230602realbuy .sec03 .modelWrap.--8{
    width: 92rem;
    margin-inline: auto;
    margin-block-end: 14.5rem;
  }
  #st230602realbuy .sec03 .modelWrap.--8 .look__image.--1{
    width: 48rem;
  }
  #st230602realbuy .sec03 .modelWrap.--8 .look__image.--2{
    width: 40rem;
    margin-block-start: 25.2rem;
  }
}


/* sec04 */
@media screen and (max-width: 767px) {
  #st230602realbuy .sec04{
    margin-block-end: 0;
  }
  #st230602realbuy .sec04 .modelWrap.--9 .look__slider{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 6.1rem;
  }
  #st230602realbuy .sec04 .modelWrap.--10{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 6.8rem;
  }
  #st230602realbuy .sec04 .modelWrap.--10 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec04{
    margin-block-end: 0;
  }
  #st230602realbuy .sec04 .modelWrap.--11{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 45.6rem;
  }
  #st230602realbuy .sec04 .modelWrap.--11 .look__image.--1{
    width: 52rem;
  }
  #st230602realbuy .sec04 .modelWrap.--11 .look__image.--2{
    position: absolute;
    top: 42.5rem;
    right: 0;
    width: 37rem;
  }
  
}
@media screen and (min-width: 768px) {
  #st230602realbuy .sec04{
    margin-block-end: 0;
  }
  #st230602realbuy .sec04 .modelWrap.--9 .look__slider{
    width: 50rem;
    max-height: 62.5rem;
    margin-inline: auto;
    margin-block-end: 6.1rem;
  }
  #st230602realbuy .sec04 .modelWrap.--10{
    width: 80rem;
    margin-inline: auto;
    margin-block-end: 5.6rem;
  }
  #st230602realbuy .sec04 .modelWrap.--10 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec04{
    margin-block-end: 0;
  }
  #st230602realbuy .sec04 .modelWrap.--11{
    width: 92rem;
    margin-inline: auto;
    margin-block-end: 14.5rem;
  }
  #st230602realbuy .sec04 .modelWrap.--11 .look__image.--1{
    width: 48rem;
  }
  #st230602realbuy .sec04 .modelWrap.--11 .look__image.--2{
    width: 40rem;
    margin-block-start: 25.2rem;
  }
}


/* sec05 */

@media screen and (max-width: 767px) {
  #st230602realbuy .sec05{
    margin-block-end: 0;
  }
  #st230602realbuy .sec05 .modelWrap.--12{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 5.9rem;
  }
  #st230602realbuy .sec05 .modelWrap.--12 .look__image.--1{
    width: 46rem;
  }
  #st230602realbuy .sec05 .modelWrap.--12 .look__image.--2{
    width: 46rem;
  }
  #st230602realbuy .sec05 .modelWrap.--13{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 7.2rem;
  }
  #st230602realbuy .sec05 .modelWrap.--13 .look__image{
  }
  #st230602realbuy .sec05{
    margin-block-end: 0;
  }
  #st230602realbuy .sec05 .modelWrap.--14{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 45.4rem;
  }
  #st230602realbuy .sec05 .modelWrap.--14 .look__image.--1{
    width: 52rem;
  }
  #st230602realbuy .sec05 .modelWrap.--14 .look__image.--2{
    position: absolute;
    top: 42.5rem;
    right: 0;
    width: 37.1rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #st230602realbuy .sec05{
    margin-block-end: 0;
  }
  #st230602realbuy .sec05 .modelWrap.--12{
    width: 96rem;
    max-height: 62.5rem;
    margin-inline: auto;
    margin-block-end: 5.9rem;
  }
  #st230602realbuy .sec05 .modelWrap.--12 .look__image.--1{
    width: 46rem;
  }
  #st230602realbuy .sec05 .modelWrap.--12 .look__image.--2{
    width: 46rem;
  }
  #st230602realbuy .sec05 .modelWrap.--13{
    width: 38rem;
    margin-inline: auto;
    margin-block-end: 5.5rem;
  }
  #st230602realbuy .sec05 .modelWrap.--13 .look__image{
    width: 38rem;
  }
  #st230602realbuy .sec05{
    margin-block-end: 0;
  }
  #st230602realbuy .sec05 .modelWrap.--14{
    width: 80rem;
    margin-inline: auto;
    margin-block-end: 29.8rem;
  }
  #st230602realbuy .sec05 .modelWrap.--14 .look__image.--1{
    width: 48rem;
  }
  #st230602realbuy .sec05 .modelWrap.--14 .look__image.--2{
    position: absolute;
    top: 30rem;
    right: 0;
    width: 36rem;
    margin: 0;
  }
}




/* sec06 */
#st230602realbuy .sec06{
  
}
@media screen and (max-width: 767px) {
  #st230602realbuy .sec06{
    margin-block-end: 0;
  }
  #st230602realbuy .sec06 .modelWrap.--15{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 6.2rem;
  }
  #st230602realbuy .sec06 .modelWrap.--15 .look__image.--1{
    width: 46rem;
  }
  #st230602realbuy .sec06 .modelWrap.--15 .look__image.--2{
    width: 46rem;
  }
  #st230602realbuy .sec06 .modelWrap.--16{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 6.7rem;
  }
  #st230602realbuy .sec06 .modelWrap.--16 .look__image{
  }
  #st230602realbuy .sec06{
    margin-block-end: 0;
  }
  #st230602realbuy .sec06 .modelWrap.--17{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 37.2rem;
  }
  #st230602realbuy .sec06 .modelWrap.--17 .look__image.--1{
    width: 51.5rem;
  }
  #st230602realbuy .sec06 .modelWrap.--17 .look__image.--2{
    position: absolute;
    top: 42.7rem;
    right: 0;
    width: 37.2rem;
    margin: 0;
  }
}
@media screen and (min-width: 767px) {
  #st230602realbuy .sec06{
    margin-block-end: 0;
  }
  #st230602realbuy .sec06 .modelWrap.--15{
    width: 96rem;
    max-height: 62.5rem;
    margin-inline: auto;
    margin-block-end: 5.9rem;
  }
  #st230602realbuy .sec06 .modelWrap.--15 .look__image.--1{
    width: 46rem;
  }
  #st230602realbuy .sec06 .modelWrap.--15 .look__image.--2{
    width: 46rem;
  }
  #st230602realbuy .sec06 .modelWrap.--16{
    width: 38rem;
    margin-inline: auto;
    margin-block-end: 5.6rem;
  }
  #st230602realbuy .sec06 .modelWrap.--16 .look__image{
    width: 38rem;
    max-height: 47.5rem;
  }
  #st230602realbuy .sec06{
    margin-block-end: 0;
  }
  #st230602realbuy .sec06 .modelWrap.--17{
    width: 92rem;
    margin-inline: auto;
    margin-block-end: 30.2rem;
  }
  #st230602realbuy .sec06 .modelWrap.--17 .look__image.--1{
    width: 47.5rem;
  }
  #st230602realbuy .sec06 .modelWrap.--17 .look__image.--2{
    position: absolute;
    top: 25rem;
    right: 0;
    width: 40rem;
    margin: 0;
  }
}



/* staff */
/* @media screen and (max-width: 767px) {
  #st230602realbuy .all_item_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46rem;
    height: 8.0rem;
    margin-inline: auto;
    margin-block-end: 19.7rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 8.0rem;
    letter-spacing: 0em;
    background-color: #000000;
    color: #FFF;
  }
  #st230602realbuy .all_item_btn span{
    display: block;
    font-weight: bold;
  }
  #st230602realbuy .all_item_btn span:not(.txt){
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.9rem solid #FFF;
    border-right: 0;
    margin-inline-start: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #st230602realbuy .all_item_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46rem;
    height: 7rem;
    margin-inline: auto;
    margin-block-end: 14.6rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 7rem;
    background-color: #000000;
    color: #FFF;
  }
  #st230602realbuy .all_item_btn span{
    display: block;
    font-weight: bold;
  }
  #st230602realbuy .all_item_btn span:not(.txt){
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 0.9rem solid #FFF;
    border-right: 0;
    margin-inline-start: 1.7rem;
  }
} */



@media screen and (max-width: 767px) {
  .footer_border {
    border-top: 0.1rem solid #808080;
    margin-block: 6.5rem 2.96rem;
  }
   .staff p{
     width: 61.2rem;
     margin-inline: auto;
     white-space: nowrap;
     text-align: left;
     font-family: acumin-pro, sans-serif;
     font-weight: 300;
     font-style: normal;
     font-size: 2.2rem;
     line-height: 1.818;
     letter-spacing: 0.05em;
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .staff p{
      white-space: normal;
    }
  }
}
@media screen and (min-width: 768px) {
  .footer_border {
    border-top: 0.1rem solid #808080;
    margin-block: 10rem 1rem;
  }
   .staff p{
    width: 112rem;
    margin-inline: auto;
    white-space: nowrap;
    text-align: left;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.643;
    letter-spacing: 0.05em;
  }
}
/* staff */

/* // style // */









/* 遅延用*/
#st230602realbuy .sec .flexdWrapper .look__image{
    transition: ease-in, opacity 1500ms, transform 1800ms;
    opacity: 0;
}
#st230602realbuy .sec [class*=anima].onView .flexdWrapper .look__image{
    opacity: 1;
}
@media screen and (max-width: 767px) {
  #st230602realbuy .sec01 [class*=anima] .flexdWrapper .look__image.--2{
      transition-delay: 0.3s;
  }
}


/* 下から */
/* .secTtl.anima a:first-of-type {
  overflow: hidden;
}

.secTtl.anima a:first-of-type span{
  transition: ease 0.6s;
  display: inline-block;
  transform: translateY(100%);
}

.secTtl.anima.onView a:first-of-type span{
  transform: translateY(0);
} */


.swiper-slide{
  background-color: #FFF;
}


.all_item_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: var(--button-gap);
  column-gap: var(--button-gap);
  max-width: var(--button-width);
  width: 90%;
  height: var(--button-height);
  margin-inline: auto;
  -webkit-margin-before: var(--button-space);
  margin-block-start: var(--button-space);
  background-color: #000;
}
.all_item_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform: translateY(10%);
}
.all_item_btn a {
  font-size: calc(var(--font-size) * 1px);
  color: #fff;
  font-weight: 700;
}
/* --- for small viewport ---*/
@media screen and (max-width: 767px) {
  .all_item_btn a {
    --button-width: calc(480 / 2 * 1px);
    --button-height: calc(80 / 2 * 1px);
    --button-space: calc(150 / 2 * 1px);
    --button-gap: calc(15 / 2 * 1px);
  }
  .all_item_btn a::after {
    border-width: 3.75px 0 3.75px 4.5px;
  }
  .all_item_btn a {
    --font-size: (24 / 2);
  }
}
@media screen and (min-width: 768px) {
  .all_item_btn a {
    --button-width: 460px;
    --button-height: 70px;
    --button-space: 130px;
    --button-gap: 15px;
  }
  .all_item_btn a::after {
    border-width: 5px 0 5px 8px;
  }
  .all_item_btn a {
    --font-size: 20;
  }
}