@charset "UTF-8";
#pageTop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 80px;
}

.pagetop {
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 5;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 45px;
    bottom: 56px;
    right: 6px;
  }
}

@media (min-width: 769px) {
  #renewal2022 ._sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  #renewal2022 ._pc {
    display: none !important;
  }
}
#renewal2022 article .breadcrumb {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  letter-spacing: -0.4em;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#renewal2022 .breadcrumb li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #343434;
}

#renewal2022 .breadcrumb li a {
  text-decoration: none;
  color: #adadad;
  display: inline;
}

#renewal2022 .breadcrumb li:not(:last-child) {
  margin-right: 5px;
}

#renewal2022 .breadcrumb li:not(:last-child)::after {
  content: "/";
  padding-left: 5px;
  color: #adadad;
}

.wrap-top-btn a {
  position: relative;
  display: block;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: #242424;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.wrap-top-btn a:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  margin: 0 auto;
}

.wrap-top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wrap-top-btn.scrolled {
  opacity: 1;
}

.pagetop__inner a {
  color: #56B234;
}

@media screen and (min-width: 769px) {
  #renewal2022 ol.breadcrumb {
    padding: 20px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #renewal2022 ol.breadcrumb {
    line-height: 0.75;
    padding: 10px;
  }
  .body-top .wrap-top-btn {
    right: 20px;
    bottom: 66px;
  }
  .wrap-top-btn {
    right: 20px;
    bottom: 20px;
  }
}
footer {
  border-top: 1px solid #b9d7ad;
  background: #fff;
  overflow: hidden;
}

/* footer ---------------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#pagetop a {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 25px 10px 10px;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}

#pagetop.is-active a {
  opacity: 1;
}

#pagetop a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 13px;
}

#footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4em 2em 2em;
  font-size: 14px;
}

#footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto 4em;
}

.l-footer-link__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #eee;
}

#footer .lalaport {
  width: calc(100% - 300px);
}

#footer .lalaport h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}

#footer .mitsui {
  width: 300px;
}

#footer .mitsui a {
  display: inline-block;
  width: 45%;
}

#footer .mitsui a:first-child {
  margin-right: 8%;
}

#footer .mitsui a img {
  width: 100%;
}

.l-footer-link {
  text-align: center;
  font-size: 0;
}

.l-footer-link__item {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
}

.l-footer-copyright {
  text-align: center;
  font-size: 12px;
  display: block;
  padding-top: 20px;
}

/* pcのみ */
@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  ._pc {
    display: none !important;
  }
  /* layout ---------------------------------------*/
  .container {
    background-size: 10%;
    padding: 4vw 3.5vw;
  }
  #footer {
    padding: 2em 0 4em;
  }
  #footer .wrap {
    display: block;
  }
  #footer .lalaport {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .mitsui {
    width: 300px;
    margin: 0 auto;
  }
}
footer {
  background: #fff;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .secWrap {
    width: 100%;
  }
  footer ul li,
  footer ul li a {
    display: inline;
  }
  footer p.copyright {
    color: #888;
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 770px) {
  .secWrap {
    margin: 1.5em;
  }
  footer ul li {
    display: block;
  }
  footer p.copyright {
    color: #888;
    margin: 0 0 1em 0;
  }
}
/* footer ---------------------------------------*/
.gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.gotop a {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 25px 10px 10px;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}

.gotop.is-active a {
  opacity: 1;
}

.gotop a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 13px;
}

#footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4em 2em 2em;
  font-size: 14px;
}

#footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto 4em;
}

.l-footer-link__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #eee;
}

#footer .lalaport {
  width: calc(100% - 300px);
}

#footer .lalaport h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}

#footer .mitsui {
  width: 300px;
}

#footer .mitsui a {
  display: inline-block;
  width: 45%;
}

#footer .mitsui a:first-child {
  margin-right: 8%;
}

#footer .mitsui a img {
  width: 100%;
}

.l-footer-link {
  text-align: center;
  font-size: 0;
}

.l-footer-link__item {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
}

.l-footer-copyright {
  text-align: center;
  font-size: 12px;
  display: block;
  padding-top: 20px;
}

/* pcのみ */
@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  ._pc {
    display: none !important;
  }
  /* layout ---------------------------------------*/
  .container {
    background-size: 10%;
  }
  #footer {
    padding: 2em 0 4em;
  }
  #footer .wrap {
    display: block;
  }
  #footer .lalaport {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .mitsui {
    width: 300px;
    margin: 0 auto;
  }
}
.secWrap {
  max-width: 1000px;
  margin: 0 auto;
}

section.caption {
  background: #fff;
  overflow: hidden;
}

/* attention **************************************************/
section.attention {
  text-align: left;
  color: #000;
}

section.attention ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .visual p {
    top: 12%;
    right: 6%;
    width: 22%;
  }
  .secWrap {
    width: 100%;
  }
  footer ul {
    padding: 0 0 2em;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li a {
    padding-right: 0.5em;
  }
  footer p.copyright {
    color: #888;
    margin: 2em 0;
  }
}
@media screen and (max-width: 770px) {
  .header-inner {
    margin: 0 1em;
  }
  footer ul li a {
    padding-right: 0.5em;
  }
  .visual p {
    position: absolute;
    top: 6.75%;
    left: 0;
  }
  .secWrap {
    margin: 1.5em;
  }
  section.attention {
    padding: 0 0 3em 0;
  }
  footer {
    padding: 1.5em;
  }
  footer ul {
    padding: 0 0 2em;
  }
  footer ul li {
    display: inline-block;
  }
  footer p.copyright {
    color: #888;
    margin: 0 0 1em 0;
  }
}
footer a {
  color: #333;
}

footer ul.logo {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul.logo img {
  width: 150px;
  margin: 0 0.5em;
}

footer ul.logo li:last-child img {
  width: 250px;
}

@media screen and (max-width: 770px) {
  footer ul.logo {
    text-align: center;
  }
  footer ul.logo li {
    display: inline;
  }
  footer ul.logo li {
    width: 80px;
  }
  footer ul.logo li:last-child {
    width: 50%;
  }
  footer ul.logo li:last-child img {
    width: 75%;
  }
}
/* ft */
.foot_wrap {
  background: #f0f0f0;
}

.foot_wrap .footer_corp {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .foot_wrap ul.foot_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    padding: 10px 0;
  }
  .foot_wrap ul.foot_link li {
    width: 20%;
    font-size: 14px;
    text-align: left;
    padding: 4px 0;
  }
  .foot_wrap ul.foot_link li a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer_corp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px;
  }
  .footer_corp ul.logo {
    width: 209px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .footer_corp .foot_group {
    text-align: left;
  }
  .footer_corp .foot_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1.1rem;
    padding: 0;
  }
  footer .footer_corp .foot_group ul li {
    font-size: 11px;
    padding-right: 1em;
  }
  footer .footer_corp .foot_group ul li a {
    font-weight: 700;
  }
  footer .footer_corp p.copyright {
    text-align: left;
    color: #4b5253;
    font-size: 11px;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 770px) {
  footer {
    padding: 0;
  }
  footer .foot_link {
    padding: 10px 20px;
  }
  .foot_wrap ul.foot_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot_wrap ul.foot_link li {
    width: 49%;
    font-size: 9px;
    text-align: left;
    padding: 4px 0;
  }
  .foot_wrap ul.foot_link li a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .footer_corp {
    padding: 30px 30px 70px;
  }
  footer .footer_corp ul.logo {
    text-align: center;
  }
  footer .footer_corp ul.logo li a img {
    width: 420px;
    margin: 0 auto;
  }
  .footer_corp .foot_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .footer_corp .foot_group ul li:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footer_corp .foot_group ul li a {
    font-size: 11px;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
  }
  footer .footer_corp p.copyright {
    text-align: center;
    color: #4b5253;
    font-size: 9px;
    margin: 20px 0 0 0;
  }
}
#wardrobe {
  --red01: #AD292C;
  --red02: #8F2225;
  --gold01: #D9B766;
  --gold02: #EFE1C0;
  --gold03: #D2AA4B;
}
#wardrobe img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#wardrobe ul,
#wardrobe nav,
#wardrobe li {
  list-style: none;
}
#wardrobe a {
  text-decoration: none;
  cursor: pointer;
}
#wardrobe .selif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#wardrobe button {
  border: 0;
  border-radius: 0;
}
#wardrobe .Kantumruy_bold {
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
}
#wardrobe .ContentsWrap_inner {
  max-width: 1200px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe .ContentsWrap_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .ContentsWrap_inner.wide100 {
    width: 100%;
  }
}
#wardrobe .contents-inner {
  position: relative;
}
#wardrobe .contents-inner.inside {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #wardrobe .contents-inner {
    width: 100%;
    padding: 0 4%;
  }
}
#wardrobe .mainTitle {
  max-width: 660px;
  width: 90%;
  margin: 73px auto;
}
@media screen and (max-width: 768px) {
  #wardrobe .mainTitle {
    margin: 11vw auto;
  }
}
#wardrobe .contentsWrap {
  overflow: hidden;
}
#wardrobe .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wardrobe .button_area .button_area_inner {
  display: inline-block;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  #wardrobe .button_area .button_area_inner {
    width: 100%;
  }
}
#wardrobe .button_area .button_area_inner .link_txt {
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--gold01);
  border: 1px solid var(--gold01);
  border-radius: 8px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  #wardrobe .button_area .button_area_inner .link_txt {
    padding: 19px 0;
    width: 85%;
  }
}
#wardrobe .button_area .button_area_inner .link_txt p {
  color: var(--red01);
  text-align: center;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #wardrobe .button_area .button_area_inner .link_txt p {
    font-size: min(4.5vw, 20px);
  }
}
#wardrobe .button_area .button_area_inner .link_txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--red01);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  right: 14px;
  top: 42%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #wardrobe .button_area .button_area_inner .link_txt::after {
    right: 13px;
  }
}
#wardrobe .button_area .button_area_inner .link_txt:hover, #wardrobe .button_area .button_area_inner .link_txt:active {
  background-color: white;
  border: 1px solid var(--red01);
  opacity: 1;
}
#wardrobe .button_area .button_area_inner .link_txt:hover::after, #wardrobe .button_area .button_area_inner .link_txt:active::after {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
#wardrobe .button_area .button_area_inner .link_txt:hover p, #wardrobe .button_area .button_area_inner .link_txt:active p {
  color: var(--red01);
}
#wardrobe .category_title_wrap {
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wardrobe .category_title_wrap {
    margin-bottom: 25px;
  }
}
#wardrobe .category_title_wrap .category_title {
  color: var(--gold01);
  text-align: center;
  display: inline-block;
  width: 464px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe .category_title_wrap .category_title {
    width: 100%;
  }
}
#wardrobe .category_title_wrap .category_title::before, #wardrobe .category_title_wrap .category_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  left: 0;
  background-size: 100% 100%;
}
#wardrobe .category_title_wrap .category_title::before {
  background-image: url("../images/category_title_line01.png");
  top: 0%;
}
#wardrobe .category_title_wrap .category_title::after {
  background-image: url("../images/category_title_line02.png");
  bottom: 0%;
}
#wardrobe .category_title_wrap .category_title .en {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #wardrobe .category_title_wrap .category_title .en {
    font-size: 40px;
    margin-top: 32px;
  }
}
#wardrobe .category_title_wrap .category_title .en::before {
  position: absolute;
  content: "";
  background-image: url(../images/titleDeco01.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 16px;
  top: 59%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #wardrobe .category_title_wrap .category_title .en::before {
    width: 37px;
    height: 14px;
  }
}
#wardrobe .category_title_wrap .category_title .en::after {
  position: absolute;
  content: "";
  background-image: url(../images/titleDeco02.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 16px;
  top: 59%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #wardrobe .category_title_wrap .category_title .en::after {
    width: 37px;
    height: 14px;
  }
}
#wardrobe .category_title_wrap .category_title .ja {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6em;
  margin: 11px auto 20px;
}
@media screen and (max-width: 768px) {
  #wardrobe .category_title_wrap .category_title .ja {
    font-size: 14px;
    margin: 5px auto 25px;
  }
}
#wardrobe .eventTitle {
  color: var(--gold02);
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  #wardrobe .eventTitle {
    font-size: min(6.8vw, 42px);
    margin-bottom: 23px;
  }
}
#wardrobe .eventTitle.add_sub {
  line-height: 1;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #wardrobe .eventTitle.add_sub {
    margin-bottom: 30px;
  }
}
#wardrobe .eventTitle .sub {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #wardrobe .eventTitle .sub {
    font-size: min(4.8vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .PC-only {
    display: none !important;
  }
}
#wardrobe .sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #wardrobe .sp-only {
    display: block !important;
  }
}
#wardrobe .tab-only {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  #wardrobe .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .tab-only {
    display: none !important;
  }
}

#wardrobe #KV #slider01 .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid rgb(224, 224, 224);
}
#wardrobe #KV #slider01 .slick-track {
  position: relative;
}
#wardrobe #KV #slider01 .slide-inner img {
  width: 100%;
  height: auto;
  display: block;
}
#wardrobe #KV #slider01 .slick-slide.is-enter.is-enter--right .slide-inner {
  -webkit-animation: kvEnterFromRight 0.7s ease both;
          animation: kvEnterFromRight 0.7s ease both;
}
@-webkit-keyframes kvEnterFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes kvEnterFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#wardrobe #KV #slider01 .slick-slide.is-enter.is-enter--left .slide-inner {
  -webkit-animation: kvEnterFromLeft 0.7s ease both;
          animation: kvEnterFromLeft 0.7s ease both;
}
@-webkit-keyframes kvEnterFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes kvEnterFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#wardrobe #KV #slider01 .slick-prev::before,
#wardrobe #KV #slider01 .slick-next::before {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  #wardrobe #KV #slider01 .slick-slide.is-enter .slide-inner {
    -webkit-animation: none;
            animation: none;
  }
}
#wardrobe #KV .KV_sliderWrap_Box {
  padding: 124px 0 80px;
  position: relative;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .KV_sliderWrap_Box {
    padding: 40px 0 30px;
    border-bottom: 1px solid black;
  }
}
#wardrobe #KV .KV_sliderWrap {
  max-width: 950px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .KV_sliderWrap {
    width: calc(100% - 4px);
  }
}
#wardrobe #KV .KV_sliderWrap_line {
  border: 2px solid black;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .KV_sliderWrap_line {
    border: 1px solid black;
    padding: 30px 0 50px;
  }
}
#wardrobe #KV .KV_sliderWrap_line::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: -5px;
  left: 50%;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .KV_sliderWrap_line::before {
    width: 4px;
    height: 92%;
    left: -2px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    top: 50%;
  }
}
#wardrobe #KV .KV_sliderWrap_line::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: -5px;
  left: 50%;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .KV_sliderWrap_line::after {
    width: 4px;
    height: 92%;
    left: inherit;
    right: -2px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    top: 50%;
  }
}
#wardrobe #KV .topSlider_credit {
  width: 30px;
  position: absolute;
  right: -15px;
  top: 27px;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topSlider_credit {
    width: min(46vw, 250px);
    position: relative;
    right: inherit;
    top: inherit;
    margin-bottom: 20px;
  }
}
#wardrobe #KV .topMenu_Box {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu {
  width: 33.3333333333%;
  border-left: 2px solid black;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu {
    border-left: 1px solid black;
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu:last-of-type {
  border-right: 2px solid black;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu:last-of-type {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu:first-of-type {
    border-left: none;
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link {
  text-align: center;
  padding: 32px 0 23px;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link {
    padding: 12px 0 21px;
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en_wrap {
  position: relative;
  display: inline-block;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en_wrap::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 6px;
  background-image: url("/lazona-kawasaki/campaign/wardrobe_2024catalog/common/images/topMenu_arrow01.svg");
  background-position: center;
  background-size: 100% 100%;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en_wrap::after {
    content: none;
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en,
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en_hover {
  display: inline-block;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en,
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en_hover {
    height: auto;
    width: min(63%, 120px);
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .en_hover {
  display: none;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .ja {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .ja {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link .ja::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 5px;
    background-image: url("/lazona-kawasaki/campaign/wardrobe_2024catalog/common/images/topMenu_arrow01.svg");
    background-position: center;
    background-size: 100% 100%;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link:hover {
  background-color: black;
  opacity: 1;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link:hover .en_wrap::after {
  -webkit-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
  background-image: url("/lazona-kawasaki/campaign/wardrobe_2024catalog/common/images/topMenu_arrow02.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link:hover .en {
  display: none;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link:hover .en_hover {
  display: inline-block;
}
#wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link:hover .ja {
  color: white;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .topMenu_Box .topMenu_wrap .topMenu .topMenu_link:hover .ja::after {
    background-image: url("/lazona-kawasaki/campaign/wardrobe_2024catalog/common/images/topMenu_arrow02.svg");
    -webkit-transform: translate(-50%, 3px);
            transform: translate(-50%, 3px);
  }
}
#wardrobe #KV .sliderPrev,
#wardrobe #KV .sliderNext {
  position: absolute;
  width: 12px;
  height: 28px;
  z-index: 5;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .sliderPrev,
  #wardrobe #KV .sliderNext {
    top: auto;
    bottom: -20px;
    width: 9px;
  }
}
#wardrobe #KV .sliderPrev img,
#wardrobe #KV .sliderNext img {
  width: 100%;
  height: auto;
  display: block;
}
#wardrobe #KV .sliderPrev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .sliderPrev {
    left: 17vw;
  }
}
#wardrobe #KV .sliderNext {
  right: -50px;
}
@media screen and (max-width: 768px) {
  #wardrobe #KV .sliderNext {
    right: 17vw;
  }
}

/* slickのアクティブだけ表示 */
#sliderThumb01 .sliderThumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: 10px;
  position: relative;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #sliderThumb01 .sliderThumb_list {
    width: auto;
    top: 16px;
  }
}
#sliderThumb01 .sliderThumb_list > li {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sliderThumb01 .sliderThumb_list > li {
    width: auto;
  }
}
#sliderThumb01 .sliderThumb_list > li.slick-active {
  display: block;
}
#sliderThumb01 .thumbNums {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #sliderThumb01 .thumbNums {
    display: block;
  }
}
#sliderThumb01 .thumbNums .thumbNum {
  width: 50%;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #sliderThumb01 .thumbNums .thumbNum {
    font-size: 14px;
    font-weight: 700;
  }
}
#sliderThumb01 .thumbNums.is-empty {
  display: none;
}
#sliderThumb01 .thumbSep {
  opacity: 0;
  width: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #sliderThumb01 .thumbSep {
    opacity: 1;
    width: 0.6em;
    text-align: center;
  }
}

/* SPだけ「・」を見せたいなら：PC側は透明にする/空白にする */
@media screen and (max-width: 768px) {
  #sliderThumb01 .thumbSep {
    width: auto;
  }
}
@media (min-width: 769px) {
  #sliderThumb01 .thumbSep {
    color: transparent;
  }
}
#wardrobe #menu .contents-inner {
  background-color: #dadada;
  padding: 100px 20px 70px;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner {
    padding: 70px 4% 60px;
  }
}
#wardrobe #menu .contents-inner .ticket_count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .ticket_count_wrap {
    margin-bottom: 30px;
  }
}
#wardrobe #menu .contents-inner .ticket_count_wrap .ticketVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .ticket_count_wrap .ticketVisual {
    gap: 7px;
  }
}
#wardrobe #menu .contents-inner .ticket_count_wrap .ticketVisual img {
  display: block;
  width: 65px;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .ticket_count_wrap .ticketVisual img {
    width: 40px;
  }
}
#wardrobe #menu .contents-inner .ticket_count_wrap .txt {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .ticket_count_wrap .txt {
    font-size: min(3.3vw, 14px);
    width: calc(100% - 87px - 18px - 2%);
  }
}
#wardrobe #menu .contents-inner .ticket_count_wrap .txt.dot {
  width: 22px;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .ticket_count_wrap .txt.dot {
    width: 18px;
  }
}
#wardrobe #menu .contents-inner .menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .menuWrap {
    gap: 7%;
    row-gap: 16px;
  }
}
#wardrobe #menu .contents-inner .menuWrap .menu {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  #wardrobe #menu .contents-inner .menuWrap .menu {
    width: 46.5%;
  }
}

#wardrobe {
  /* モーダル（矢印遷移付き）ここから */
  /* 後で復帰 （モーダル） */
  /* 後で復帰 （モーダル）ここまで */
}
#wardrobe .js-modal-open {
  cursor: pointer;
}
#wardrobe .modal-wrapper {
  display: none;
}
#wardrobe .modal-content {
  display: none;
}
#wardrobe .modal-wrapper {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(25, 24, 24, 0.8);
  z-index: 1000;
  overflow: hidden;
}
#wardrobe .modal-wrapper .view-window {
  position: relative;
  height: 100vh;
  overflow: scroll;
}
#wardrobe .modal-wrapper .modal-content-wrapper {
  max-width: 550px;
  width: 90%;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper .modal-content-wrapper {
    max-width: 400px;
    aspect-ratio: unset;
    overflow: auto;
    translate: -50% -50%;
    top: 45%;
  }
}
#wardrobe .modal-wrapper .modal-content-wrapper #modal-container .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#wardrobe .modal-wrapper.is-kv .modal-content-wrapper {
  max-width: 1200px;
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper.is-kv .modal-content-wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    translate: -50% -50%;
    margin-top: 0;
    overflow: visible;
  }
}
#wardrobe .modal-wrapper.is-kv .btn-close {
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper.is-kv .btn-close {
    right: -1px;
    top: -48px;
  }
  #wardrobe .modal-wrapper.is-kv .btn-close .blackArrow {
    display: none;
  }
  #wardrobe .modal-wrapper.is-kv .btn-close::before {
    position: absolute;
    content: "";
    background-image: url("../images/selection_modal_close_wh.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
  }
}
#wardrobe .modal-wrapper .btn-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper .btn-close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
}
#wardrobe .modal-wrapper .btn-prev,
#wardrobe .modal-wrapper .btn-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper .btn-prev,
  #wardrobe .modal-wrapper .btn-next {
    width: 25px;
    height: 25px;
    top: auto;
    bottom: -35px;
    -webkit-transform: none;
            transform: none;
  }
}
#wardrobe .modal-wrapper .btn-prev {
  left: -38px;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper .btn-prev {
    left: 24%;
  }
}
#wardrobe .modal-wrapper .btn-next {
  right: -38px;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-wrapper .btn-next {
    right: 24%;
  }
}
#wardrobe .modal-wrapper .btn-prev.is-hidden,
#wardrobe .modal-wrapper .btn-next.is-hidden {
  display: none !important;
}
#wardrobe .visual {
  display: block;
  margin-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe .visual {
    margin-bottom: 12px;
  }
}
#wardrobe .visual.thumb::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/modalButton01.svg");
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #wardrobe .visual.thumb::after {
    width: 28px;
    height: 28px;
  }
}
#wardrobe .visual.thumb:hover::after {
  background-image: url("../images/modalButton02.svg");
}
#wardrobe .infoWrap {
  width: 100%;
}
#wardrobe .shop {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 11px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #wardrobe .shop {
    font-size: min(3.4vw, 14px);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#wardrobe .thumb .shop {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #wardrobe .thumb .shop {
    margin-bottom: 13px;
    line-height: 1.3;
  }
}
#wardrobe .name_wrap {
  margin-bottom: 20px;
  position: relative;
}
#wardrobe .name_wrap .ticketVisual {
  position: absolute;
  width: 65px;
  top: 3px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #wardrobe .name_wrap .ticketVisual {
    width: 55px;
  }
}
#wardrobe .name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #wardrobe .name {
    font-size: min(3.9vw, 18px);
    margin-bottom: 3px;
  }
}
#wardrobe .modal-content-wrapper .name {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-content-wrapper .name {
    width: calc(100% - 65px);
  }
}
#wardrobe .price {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #wardrobe .price {
    font-size: min(3.9vw, 18px);
    letter-spacing: 0.03em;
  }
}
#wardrobe .price.sub {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #wardrobe .price.sub {
    font-size: min(3.3vw, 13px);
  }
}
#wardrobe .price .yen {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wardrobe .price .yen {
    font-size: min(3.4vw, 14px);
  }
}
#wardrobe .ex {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wardrobe .ex {
    font-size: min(3.6vw, 15px);
  }
}
#wardrobe .caution {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #wardrobe .caution {
    font-size: 13px;
  }
}
#wardrobe .modal-main .visual {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-main .shop {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-main .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-main .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-main .price.sub {
    font-size: min(3.3vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .modal-main .ex {
    font-size: 16px;
  }
}

#renewal2022 #wardrobe .AC_wrap {
  margin-top: 40px;
}
#renewal2022 #wardrobe .AC_wrap .button_area .button_area_inner {
  margin-bottom: 30px;
}
#renewal2022 #wardrobe .AC_wrap .button_area .button_area_inner .link_txt::after {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  border: 0;
  background-image: url("../images/ac_btn01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform-origin: inherit;
          transform-origin: inherit;
  border: 0 !important;
  top: 50%;
}
#renewal2022 #wardrobe .AC_wrap .button_area .button_area_inner .link_txt.is-open::after {
  background-image: url("../images/ac_btn02.svg");
  border: 0;
}
#renewal2022 #wardrobe .AC_wrap .button_area .button_area_inner .link_txt.js_AC_close::after {
  background-image: url("../images/ac_btn02.svg");
}
#renewal2022 #wardrobe .AC_wrap .AC_contetns {
  display: none;
}
#renewal2022 #wardrobe .AC_wrap .js_AC_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#renewal2022 #wardrobe .AC_wrap .js_AC_close img {
  display: block;
  width: 20px;
  margin-bottom: 2px;
}
#renewal2022 #wardrobe .AC_wrap .js_AC_close .txt {
  color: var(--gold01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  margin: 7px auto 0;
}
#renewal2022 #wardrobe .AC_wrap .js_AC {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#renewal2022 #wardrobe .AC_wrap .js_AC.is-open {
  opacity: 0;
  visibility: hidden;
}

#wardrobe #js_floating {
  position: absolute;
  top: 200px;
  width: 0;
  z-index: 800;
}
@media screen and (max-width: 768px) {
  #wardrobe #js_floating {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}
#wardrobe #js_floating.is-fixed {
  position: fixed;
  top: 200px;
  left: auto;
  pointer-events: auto;
}
#wardrobe #js_floating.is-absolute {
  position: absolute;
  top: 200px;
}
@media screen and (max-width: 768px) {
  #wardrobe #js_floating.is-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe #js_floating.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}
#wardrobe #js_floating .floatingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  position: relative;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
@media screen and (max-width: 1400px) {
  #wardrobe #js_floating .floatingBox {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@media screen and (max-width: 768px) {
  #wardrobe #js_floating .floatingBox {
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
}
#wardrobe #js_floating .floatingBox .list {
  width: 270px;
}
#wardrobe #js_floating .floatingBox .list .link:hover {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  #wardrobe #js_floating .floatingBox .list {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe #js_floating .floatingBox .list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe #js_floating {
    position: fixed;
    left: 0px;
    top: inherit;
    bottom: 0px;
  }
}

#wardrobe {
  color: #000;
}
#wardrobe .section_top {
  text-align: center;
  line-height: normal;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_top {
    padding-block: 45px;
  }
}
#wardrobe .section_top.--selection {
  position: relative;
  overflow: hidden;
}
#wardrobe .section_top.--selection::before, #wardrobe .section_top.--selection::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 700/847;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_top.--selection::before, #wardrobe .section_top.--selection::after {
    height: auto;
    aspect-ratio: 190/412;
    width: 24%;
  }
}
#wardrobe .section_top.--selection::before {
  background: url("../images/spring-color-selection_deco1.png") no-repeat center center/100% 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_top.--selection::before {
    background: url("../images/spring-color-selection_deco1_sp.png") no-repeat center center/100% 100%;
  }
}
#wardrobe .section_top.--selection::after {
  background: url("../images/spring-color-selection_deco2.png") no-repeat center center/100% 100%;
  right: 0;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_top.--selection::after {
    background: url("../images/spring-color-selection_deco2_sp.png") no-repeat center center/100% 100%;
    height: auto;
  }
}
#wardrobe .section_sub-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_sub-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
#wardrobe .section_title {
  max-width: 610px;
  width: 90%;
  display: block;
  margin: 0 auto 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_title {
    width: 91%;
    margin: 0 auto 5px;
  }
}
#wardrobe .section_ja-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_ja-title {
    font-size: 13px;
  }
}
#wardrobe .section_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #wardrobe .section_text {
    font-size: 12px;
    line-height: 1.9;
  }
}
#wardrobe .btn {
  width: 176px;
  aspect-ratio: 176/73;
  border: 1px solid #000;
  border-radius: 50%;
  padding-block: 28px 26px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #wardrobe .btn:hover {
    color: #fff;
    background: #000 !important;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #wardrobe .btn {
    width: 140px;
    font-size: 14px;
    padding-block: 22px 21px;
  }
}
#wardrobe .PDF_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #wardrobe .PDF_btn_wrap {
    margin-top: 30px;
  }
}

#spring-color-selection {
  padding-bottom: 80px;
  background-image: url(../images/spring-color-selection_BG.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  /* -----------------
   PC 並び順
   ----------------- */
  /* -----------------
   SP 並び順
   ----------------- */
}
@media screen and (max-width: 768px) {
  #spring-color-selection {
    background-image: url(../images/spring-color-selection_BG_sp.png);
    padding-bottom: 30px;
  }
}
#spring-color-selection .selection_tab-wrap_Box {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_tab-wrap_Box {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
}
#spring-color-selection .selection_tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#spring-color-selection .selection_tab {
  width: 100%;
  padding-block: 21px 22px;
  text-align: center;
  border: 2px #000 solid;
  margin-block: -2px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_tab {
    width: 100%;
    border: 1px #000 solid;
    padding-block: 12px 11px;
    font-size: 24px;
    border: unset;
    margin: unset;
  }
}
#spring-color-selection .selection_tab .txt_wrap {
  width: 94px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_tab .txt_wrap {
    width: 50px;
  }
}
#spring-color-selection .selection_tab.is-active {
  color: #fff;
  background: #000;
  pointer-events: none;
  opacity: 1;
}
#spring-color-selection .selection_tab.is-active .txt01 {
  display: none;
}
#spring-color-selection .selection_tab.is-active .txt02 {
  display: block;
}
#spring-color-selection .selection_tab .txt02 {
  display: none;
}
#spring-color-selection .selection_tab:nth-child(2) {
  margin-inline: -2px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_tab:nth-child(2) {
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    margin: unset;
  }
}
#spring-color-selection .selection_main {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_main {
    margin-top: 50px;
  }
}
#spring-color-selection .selection_inner {
  width: 100%;
  margin-inline: auto;
}
#spring-color-selection .selection_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#spring-color-selection .selection_category.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_category.is-active {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#spring-color-selection .selection_category-title {
  width: 80px;
}
#spring-color-selection .selection_category-text {
  min-width: 500px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_category-text {
    min-width: unset;
    text-align: left;
  }
}
#spring-color-selection .selection_item-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px;
  margin-top: 60px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    gap: 11px;
  }
}
#spring-color-selection .selection_item {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
#spring-color-selection .o-pc-01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#spring-color-selection .o-pc-02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#spring-color-selection .o-pc-03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#spring-color-selection .o-pc-04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#spring-color-selection .o-pc-05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#spring-color-selection .o-pc-06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#spring-color-selection .o-pc-07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
#spring-color-selection .o-pc-08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
#spring-color-selection .o-pc-09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
#spring-color-selection .o-pc-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
#spring-color-selection .o-pc-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
#spring-color-selection .o-pc-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .o-sp-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #spring-color-selection .o-sp-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #spring-color-selection .o-sp-03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #spring-color-selection .o-sp-04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #spring-color-selection .o-sp-05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #spring-color-selection .o-sp-06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #spring-color-selection .o-sp-07 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #spring-color-selection .o-sp-08 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #spring-color-selection .o-sp-09 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #spring-color-selection .o-sp-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  #spring-color-selection .o-sp-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #spring-color-selection .o-sp-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
#spring-color-selection .selection_item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#spring-color-selection .selection_item::before {
  position: absolute;
  content: " ";
  width: 130px;
  aspect-ratio: 260/24;
  background-image: url("../images/item_tag00.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  left: 6%;
  bottom: 4%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item::before {
    left: 4%;
    width: min(26vw, 200px);
  }
}
#spring-color-selection .selection_item::after {
  position: absolute;
  content: " ";
  width: 14px;
  aspect-ratio: 28/168;
  background-image: url("../images/item_tag01_01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  left: 6%;
  top: 0%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item::after {
    left: 3%;
    width: min(3vw, 20px);
  }
}
#spring-color-selection .selection_item.blue::after {
  background-image: url("../images/item_tag01_02.png");
}
#spring-color-selection .selection_item.is-hidden, #spring-color-selection .selection_item.is-filtered, #spring-color-selection .selection_item.is-limited {
  display: none;
}
@media (any-hover: hover) {
  #spring-color-selection .selection_item:hover {
    opacity: 0.7;
  }
  #spring-color-selection .selection_item:hover .selection_item-arrow img {
    translate: 5px;
  }
}
#spring-color-selection .selection_item-main {
  border: #000 1px solid;
  position: relative;
}
#spring-color-selection .selection_item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item-category {
    font-size: 16px;
    gap: 4px;
  }
}
#spring-color-selection .selection_item-category::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item-category::before {
    height: 20px;
  }
}
#spring-color-selection .selection_item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F6F6;
  min-height: 0;
}
#spring-color-selection .selection_item-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item-img img {
    padding: 0 1vw;
  }
}
#spring-color-selection .selection_item-theme {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5833333333;
  text-transform: capitalize;
  padding-left: 9px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item-theme {
    font-size: 14px;
  }
}
#spring-color-selection .selection_item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43px;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  border-radius: 50%;
  padding-inline: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_item-arrow {
    width: 27px;
    padding-inline: 6px;
  }
}
#spring-color-selection .selection_item-arrow img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#spring-color-selection .selection_modal-main {
  width: 100%;
  height: 100%;
  background: #fff;
}
#spring-color-selection .selection_modal-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 20px;
}
#spring-color-selection .selection_modal-category::before {
  content: "";
  width: 2px;
  height: 36px;
  background: #000;
}
#spring-color-selection .selection_modal-category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 6px;
}
#spring-color-selection .selection_modal-category span::before, #spring-color-selection .selection_modal-category span::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
}
#spring-color-selection .selection_modal-img-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#spring-color-selection .selection_modal-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
  background-color: #EFEFEF;
  position: relative;
}
#spring-color-selection .selection_modal-img::before {
  position: absolute;
  content: " ";
  width: 22px;
  aspect-ratio: 74/1204;
  background-image: url(../images/item_tag01_01_modal.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  left: 4%;
  top: 0%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_modal-img::before {
    width: 13px;
    left: 13px;
  }
}
#spring-color-selection .selection_modal-img.blue::before {
  background-image: url(../images/item_tag01_02_modal.png);
}
#spring-color-selection .selection_modal-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_modal-info-wrap {
    gap: 15px;
  }
}
#spring-color-selection .selection_modal-brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 216px;
  width: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #DCDCDC;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_modal-brand {
    width: min(29vw, 130px);
    margin-left: auto;
  }
}
#spring-color-selection .selection_modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  padding: 27px 10px 27px 0px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_modal-info {
    padding: 15px 10px 15px 0;
  }
}
#spring-color-selection .selection_modal-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_modal-title {
    font-size: min(3.2vw, 12px);
  }
}
#spring-color-selection .selection_modal-title span {
  font-weight: 600;
}
#spring-color-selection .selection_modal-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_modal-text {
    font-size: min(3.2vw, 12px);
  }
}
#spring-color-selection .selection_btn {
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #spring-color-selection .selection_btn {
    margin-top: 30px;
  }
}

#wardrobe .cta {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #wardrobe .cta {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#wardrobe .cta_inner {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 71px;
  padding-block: 80px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #wardrobe .cta_inner {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-block: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
#wardrobe .cta_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #wardrobe .cta_instagram {
    gap: 12px;
  }
}
#wardrobe .cta_icon {
  width: 51px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  #wardrobe .cta_icon {
    width: 31px;
  }
}
#wardrobe .cta_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #wardrobe .cta_text {
    font-size: min(3.2vw, 12px);
    text-align: left;
  }
}
#wardrobe .cta_btn span {
  text-transform: capitalize;
}
#wardrobe .Butterfly01 {
  width: 7%;
  position: absolute;
  left: 4%;
  top: -14%;
}

.back-number_item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #000;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 768px) {
  .back-number_item-wrap {
    border-top: 1px solid #000;
  }
}

.back-number_item {
  width: 33.3333333333%;
  background: #FFF;
  padding-block: 41px;
  text-align: center;
  border-left: 2px solid;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .back-number_item {
    border-left: 1px solid;
    border-bottom: 1px solid #000;
    padding-block: 18px;
  }
}
.back-number_item.is-hidden {
  display: none;
}
.back-number_item:nth-child(3n+1) {
  border-left: none;
}
.back-number_item:last-of-type {
  border-right: 2px solid #000;
  width: calc(33.3333333333% + 2px);
}
@media screen and (max-width: 768px) {
  .back-number_item:last-of-type {
    width: calc(50% + 1px);
    border-right: 1px solid black;
  }
}
@media screen and (max-width: 768px) {
  .back-number_item {
    width: 50%;
  }
  .back-number_item:nth-child(3n+1) {
    border-left: 1px solid #000;
  }
  .back-number_item:nth-child(odd) {
    border-left: none;
  }
}

.back-number_item-img {
  max-width: 272px;
  width: 85%;
  display: block;
  margin: 0 auto;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .back-number_item-img {
    max-width: 250px;
    width: 58%;
  }
}

.back-number_item-date {
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .back-number_item-date {
    font-size: min(3vw, 10px);
    margin-top: 12px;
  }
}

.back-number_item-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .back-number_item-title {
    font-size: min(3.4vw, 13px);
    letter-spacing: 0em;
    white-space: nowrap;
    margin-top: 2px;
  }
}

.back-number_item-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .back-number_item-text {
    font-size: min(3vw, 10px);
    letter-spacing: 0em;
    white-space: nowrap;
    margin-top: 2px;
  }
}

.back-number_btn {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .back-number_btn {
    margin-top: 30px;
  }
}

.back-number_remark {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5454545455;
  letter-spacing: 0.08em;
  margin-block: 119px 56px;
}
@media screen and (max-width: 768px) {
  .back-number_remark {
    margin-block: 31px 40px;
  }
}
/*# sourceMappingURL=style.css.map */
