@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*====================================================================
	01 General_style
====================================================================*/
* {
  word-break: break-all;
  word-wrap: break-word;
}

body {
  font-family: monopin-j, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif, "宋体", Gulim;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  body {
    width: 100vw;
  }
}

a {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a.disabled {
  pointer-events: none;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: initial;
  }
}

.inview_fade.active {
  animation: fade 1s ease-in-out forwards;
}

.inview_fade_up.active {
  animation: fade_up 1s ease-in-out forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(1.03);
    -ms-transform: translate(0, 30px) scale(1.03);
    -moz-transform: translate(0, 30px) scale(1.03);
    -o-transform: translate(0, 30px) scale(1.03);
    transform: translate(0, 30px) scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@-moz-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(1.03);
    -ms-transform: translate(0, 30px) scale(1.03);
    -moz-transform: translate(0, 30px) scale(1.03);
    -o-transform: translate(0, 30px) scale(1.03);
    transform: translate(0, 30px) scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(1.03);
    -ms-transform: translate(0, 30px) scale(1.03);
    -moz-transform: translate(0, 30px) scale(1.03);
    -o-transform: translate(0, 30px) scale(1.03);
    transform: translate(0, 30px) scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes slide-arrow {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(40px, -50%);
    -ms-transform: translate(40px, -50%);
    -moz-transform: translate(40px, -50%);
    -o-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
  }
  51% {
    -webkit-transform: translate(-40px, -50%);
    -ms-transform: translate(-40px, -50%);
    -moz-transform: translate(-40px, -50%);
    -o-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	header
*/
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	footer
*/
footer {
  position: relative;
  padding: 180px 7.03125vw 60px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 90px 8%;
  }
}
footer .staff p {
  margin: 0 0 110px;
  color: #333;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  footer .staff p {
    font-size: 8px;
  }
}
footer .staff p span {
  font-size: 1em;
  font-weight: 500;
}
footer .doors_logo {
  position: absolute;
  top: 180px;
  right: 7.03125vw;
  width: auto;
}
@media screen and (max-width: 960px) {
  footer .doors_logo {
    top: 90px;
    right: 8%;
    width: 120px;
  }
}
footer .ur_logo {
  width: auto;
}
@media screen and (max-width: 960px) {
  footer .ur_logo {
    display: block;
    width: 150px;
    margin: 0 auto 30px;
  }
}
footer address {
  position: absolute;
  bottom: 60px;
  right: 7.03125vw;
  color: #333;
  text-align: right;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  footer address {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Top
*/
#content.doors_2026spring {
  background: #fff;
}
#content.doors_2026spring .mv {
  position: relative;
  margin: 0;
}
#content.doors_2026spring .mv .flex_wrap {
  display: flex;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .flex_wrap {
    display: none;
  }
}
#content.doors_2026spring .mv .flex_wrap .img_wrap {
  position: relative;
  width: 50%;
  height: 0;
  padding: 56vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .flex_wrap .img_wrap {
    width: 100%;
  }
}
#content.doors_2026spring .mv .flex_wrap .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
}
#content.doors_2026spring .mv .flex_wrap .img_wrap:first-child img.active {
  animation: mv_first 2s ease-in-out forwards;
}
@-webkit-keyframes mv_first {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, -10px) scale(1.03);
    -ms-transform: translate(10px, -10px) scale(1.03);
    -moz-transform: translate(10px, -10px) scale(1.03);
    -o-transform: translate(10px, -10px) scale(1.03);
    transform: translate(10px, -10px) scale(1.03);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@-moz-keyframes mv_first {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, -10px) scale(1.03);
    -ms-transform: translate(10px, -10px) scale(1.03);
    -moz-transform: translate(10px, -10px) scale(1.03);
    -o-transform: translate(10px, -10px) scale(1.03);
    transform: translate(10px, -10px) scale(1.03);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes mv_first {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, -10px) scale(1.03);
    -ms-transform: translate(10px, -10px) scale(1.03);
    -moz-transform: translate(10px, -10px) scale(1.03);
    -o-transform: translate(10px, -10px) scale(1.03);
    transform: translate(10px, -10px) scale(1.03);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
#content.doors_2026spring .mv .flex_wrap .img_wrap:last-child img.active {
  animation: mv_second 2s ease-in-out forwards;
}
@-webkit-keyframes mv_second {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px) scale(1.03);
    -ms-transform: translate(-10px, 10px) scale(1.03);
    -moz-transform: translate(-10px, 10px) scale(1.03);
    -o-transform: translate(-10px, 10px) scale(1.03);
    transform: translate(-10px, 10px) scale(1.03);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@-moz-keyframes mv_second {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px) scale(1.03);
    -ms-transform: translate(-10px, 10px) scale(1.03);
    -moz-transform: translate(-10px, 10px) scale(1.03);
    -o-transform: translate(-10px, 10px) scale(1.03);
    transform: translate(-10px, 10px) scale(1.03);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes mv_second {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px) scale(1.03);
    -ms-transform: translate(-10px, 10px) scale(1.03);
    -moz-transform: translate(-10px, 10px) scale(1.03);
    -o-transform: translate(-10px, 10px) scale(1.03);
    transform: translate(-10px, 10px) scale(1.03);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
#content.doors_2026spring .mv .mv_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .mv_sp {
    position: relative;
    display: block;
  }
  #content.doors_2026spring .mv .mv_sp .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding: 85vw 0 0;
    overflow: hidden;
  }
  #content.doors_2026spring .mv .mv_sp .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0;
  }
  #content.doors_2026spring .mv .mv_sp .img_wrap:first-child img.active {
    animation: mv_first_sp 2s ease-in-out forwards;
  }
  @-webkit-keyframes mv_first_sp {
    0% {
      opacity: 0;
      -webkit-transform: translate(5px, -5px) scale(1.05);
      -ms-transform: translate(5px, -5px) scale(1.05);
      -moz-transform: translate(5px, -5px) scale(1.05);
      -o-transform: translate(5px, -5px) scale(1.05);
      transform: translate(5px, -5px) scale(1.05);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
  }
  @-moz-keyframes mv_first_sp {
    0% {
      opacity: 0;
      -webkit-transform: translate(5px, -5px) scale(1.05);
      -ms-transform: translate(5px, -5px) scale(1.05);
      -moz-transform: translate(5px, -5px) scale(1.05);
      -o-transform: translate(5px, -5px) scale(1.05);
      transform: translate(5px, -5px) scale(1.05);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
  }
  @keyframes mv_first_sp {
    0% {
      opacity: 0;
      -webkit-transform: translate(5px, -5px) scale(1.05);
      -ms-transform: translate(5px, -5px) scale(1.05);
      -moz-transform: translate(5px, -5px) scale(1.05);
      -o-transform: translate(5px, -5px) scale(1.05);
      transform: translate(5px, -5px) scale(1.05);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
  }
  #content.doors_2026spring .mv .mv_sp .img_wrap:last-child img.active {
    animation: mv_second_sp 2s ease-in-out forwards;
  }
  @-webkit-keyframes mv_second_sp {
    0% {
      opacity: 0;
      -webkit-transform: translate(-5px, 5px) scale(1.05);
      -ms-transform: translate(-5px, 5px) scale(1.05);
      -moz-transform: translate(-5px, 5px) scale(1.05);
      -o-transform: translate(-5px, 5px) scale(1.05);
      transform: translate(-5px, 5px) scale(1.05);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
  }
  @-moz-keyframes mv_second_sp {
    0% {
      opacity: 0;
      -webkit-transform: translate(-5px, 5px) scale(1.05);
      -ms-transform: translate(-5px, 5px) scale(1.05);
      -moz-transform: translate(-5px, 5px) scale(1.05);
      -o-transform: translate(-5px, 5px) scale(1.05);
      transform: translate(-5px, 5px) scale(1.05);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
  }
  @keyframes mv_second_sp {
    0% {
      opacity: 0;
      -webkit-transform: translate(-5px, 5px) scale(1.05);
      -ms-transform: translate(-5px, 5px) scale(1.05);
      -moz-transform: translate(-5px, 5px) scale(1.05);
      -o-transform: translate(-5px, 5px) scale(1.05);
      transform: translate(-5px, 5px) scale(1.05);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      -moz-transform: translate(0, 0) scale(1);
      -o-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
  }
}
#content.doors_2026spring .mv .logo_doors, #content.doors_2026spring .mv .logo_tech, #content.doors_2026spring .mv .season {
  position: absolute;
}
#content.doors_2026spring .mv .logo_doors {
  top: 60px;
  left: 90px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .logo_doors {
    top: 20px;
    right: 30px;
    left: auto;
    width: 80px;
  }
}
#content.doors_2026spring .mv .logo_tech {
  top: 60px;
  right: 90px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .logo_tech {
    top: 52px;
    right: 45px;
    left: auto;
    width: 50px;
  }
}
#content.doors_2026spring .mv .season {
  bottom: 30px;
  right: 90px;
  color: #FFF;
  text-align: right;
  font-family: aktiv-grotesk;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 11px */
  letter-spacing: 0.55px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .season {
    right: 30px;
  }
}
#content.doors_2026spring .mv .ttl_wrap {
  position: absolute;
  bottom: 30px;
  left: 90px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .ttl_wrap {
    left: 30px;
  }
}
#content.doors_2026spring .mv .ttl_wrap img {
  display: block;
  width: auto;
}
#content.doors_2026spring .mv .ttl_wrap img.ttl_1 {
  margin: 0 0 14px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .ttl_wrap img.ttl_1 {
    width: 315px;
  }
}
#content.doors_2026spring .mv .ttl_wrap img.ttl_2 {
  margin: 0 0 24px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .ttl_wrap img.ttl_2 {
    width: 195.379px;
  }
}
#content.doors_2026spring .mv .ttl_wrap img.ttl_3 {
  margin: 0 0 10px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .ttl_wrap img.ttl_3 {
    width: 54.57px;
  }
}
#content.doors_2026spring .mv .ttl_wrap img.ttl_4 {
  margin: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .mv .ttl_wrap img.ttl_4 {
    width: 86.162px;
  }
}
#content.doors_2026spring .lead p {
  display: block;
  margin: 60px auto;
  color: #1A1A1A;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 24px */
  letter-spacing: 0.6px;
}
#content.doors_2026spring .anchor {
  display: flex;
  justify-content: center;
  margin: 0 0 90px;
}
#content.doors_2026spring .anchor a {
  display: block;
  width: 120px;
  text-align: center;
  margin: 0 9px;
}
#content.doors_2026spring .anchor a img {
  margin: 0 0 12px;
}
#content.doors_2026spring .anchor a p {
  color: #1A1A1A;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.6px;
}
#content.doors_2026spring .feature {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature {
    display: block;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2026spring .feature .wrap {
  position: relative;
  display: block;
  width: 49%;
  max-width: 520px;
  height: 535px;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap {
    width: 100%;
    height: auto;
  }
}
#content.doors_2026spring .feature .wrap::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
#content.doors_2026spring .feature .wrap.knit {
  background: #F4AA8C;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap.knit {
    margin: 0 auto 20px;
    padding: 77px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2026spring .feature .wrap.knit {
    margin: 0 auto 10px;
  }
}
#content.doors_2026spring .feature .wrap.knit .ttl {
  display: block;
  width: auto;
  margin: 119px auto 42px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap.knit .ttl {
    margin: 0 auto 40px;
  }
}
#content.doors_2026spring .feature .wrap.knit p {
  display: block;
  width: 90%;
  max-width: 340px;
  margin: 0 auto 30px;
  color: #fff;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 22px */
  letter-spacing: 0.55px;
  text-align: center;
}
#content.doors_2026spring .feature .wrap.knit ul {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap.knit ul {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#content.doors_2026spring .feature .wrap.knit ul li img {
  display: block;
  width: auto;
}
#content.doors_2026spring .feature .wrap.kansei {
  background: #EFEFEF;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap.kansei {
    margin: 0 auto;
    padding: 77px 0 40px;
  }
}
#content.doors_2026spring .feature .wrap.kansei .ttl {
  display: block;
  width: 192px;
  margin: 79px auto 30px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap.kansei .ttl {
    margin: 0 auto 40px;
  }
}
#content.doors_2026spring .feature .wrap.kansei h3 {
  color: #1A1A1A;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 0.55px;
  margin: 0 auto 15px;
}
#content.doors_2026spring .feature .wrap.kansei p {
  display: block;
  width: 90%;
  max-width: 360px;
  margin: 0 auto 30px;
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 22px */
  letter-spacing: 0.55px;
  text-align: center;
}
#content.doors_2026spring .feature .wrap.kansei ul {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .feature .wrap.kansei ul {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#content.doors_2026spring .feature .wrap.kansei ul li img {
  display: block;
  width: auto;
}
#content.doors_2026spring .style_wrap.style_wrap_off {
  background: #F9A182;
}
#content.doors_2026spring .category_ttl {
  position: relative;
  display: table;
  margin: 0 auto 90px;
}
#content.doors_2026spring .category_ttl#on-style {
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .category_ttl#on-style {
    margin: 0 auto 30px;
  }
}
#content.doors_2026spring .category_ttl#off-style {
  margin: 0 auto 90px;
  padding: 7.03125vw 0 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .category_ttl#off-style {
    margin: 0 auto 60px;
    padding: 60px 0 0;
  }
}
#content.doors_2026spring .category_ttl#off-style h2, #content.doors_2026spring .category_ttl#off-style p {
  color: #fff;
}
#content.doors_2026spring .category_ttl h2 {
  color: #F9A182;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 80px */
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .category_ttl h2 {
    font-size: 60px;
  }
}
#content.doors_2026spring .category_ttl p {
  color: #F9A182;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 12px */
  letter-spacing: 0.5px;
}
#content.doors_2026spring section {
  position: relative;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section img.pc {
    display: none;
  }
}
#content.doors_2026spring section img.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section img.sp {
    display: block;
  }
}
#content.doors_2026spring section .cts_wrap {
  position: relative;
}
#content.doors_2026spring section .swiper_cts {
  position: relative;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .swiper_cts .swiper {
    display: block;
    width: 100%;
    margin: 0 auto 46px;
  }
}
#content.doors_2026spring section .swiper_cts .swiper-pagination {
  display: none;
  bottom: -20px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .swiper_cts .swiper-pagination {
    display: block;
  }
}
#content.doors_2026spring section .swiper_cts .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #fff;
  opacity: 1;
}
#content.doors_2026spring section .swiper_cts .swiper-pagination .swiper-pagination-bullet-active {
  background: #477B7F;
}
#content.doors_2026spring section .flex_wrap {
  display: flex;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .flex_wrap {
    display: block;
  }
}
#content.doors_2026spring section .ttl {
  z-index: 9;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl {
    position: relative;
    z-index: 99;
  }
}
#content.doors_2026spring section .ttl .no_wrap {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl .no_wrap {
    align-items: end;
    margin: 0 0 24px;
  }
}
#content.doors_2026spring section .ttl .no_wrap .no {
  margin: 0 8px 0 0;
  color: #F9A182;
  font-family: "Poltawski Nowy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl .no_wrap .no {
    margin: 0 6px 0 0;
  }
}
#content.doors_2026spring section .ttl .no_wrap .gender {
  position: relative;
  top: 5px;
  color: #F9A182;
  font-family: "Poltawski Nowy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl .no_wrap .gender {
    top: -5px;
    font-size: 16px;
  }
}
#content.doors_2026spring section .ttl .no_wrap .gender span {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%; /* 12px */
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl .no_wrap .gender span {
    display: block;
    margin: 0 0 4px;
  }
}
#content.doors_2026spring section .ttl h3 {
  display: table;
  color: #F9A182;
  font-family: "Poltawski Nowy";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 12px */
  letter-spacing: 0.5px;
  margin: 0 0 25px;
  padding: 6px 0;
  border-top: 1px solid #F9A182;
  border-bottom: 1px solid #F9A182;
}
#content.doors_2026spring section .ttl h2 {
  margin: 0 0 30px;
}
#content.doors_2026spring section .ttl h2 img {
  width: auto;
}
#content.doors_2026spring section .ttl h2 img.pc {
  display: block;
}
#content.doors_2026spring section .ttl h2 img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #content.doors_2026spring section .ttl h2 img.pc {
    display: none;
  }
  #content.doors_2026spring section .ttl h2 img.sp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl h2 {
    width: 100%;
    max-width: 255px;
    margin: 0 0 30px;
  }
}
#content.doors_2026spring section .ttl .txt {
  width: 350px;
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .ttl .txt {
    width: 100%;
    margin: 0;
  }
}
#content.doors_2026spring section .ttl.ttl_off-style .no_wrap .no, #content.doors_2026spring section .ttl.ttl_off-style .no_wrap .gender {
  color: #fff;
}
#content.doors_2026spring section .ttl.ttl_off-style h3 {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#content.doors_2026spring section .ttl.ttl_off-style .txt {
  color: #fff;
}
#content.doors_2026spring section img {
  display: block;
}
#content.doors_2026spring section .info {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .info {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2026spring section .info a {
  display: flex;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .info a {
    align-items: end;
  }
}
#content.doors_2026spring section .info a .buy {
  margin: 0 0 0 12px;
}
#content.doors_2026spring section .info a.urtech {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 18px;
}
#content.doors_2026spring section .info a.urtech::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  width: 12px;
  height: 12px;
  background-size: cover;
}
#content.doors_2026spring section .info a.urtech.urtech_on::before {
  background-image: url(../img/icon_mark_on.svg);
}
#content.doors_2026spring section .info a.urtech.urtech_off::before {
  background-image: url(../img/icon_mark_off.svg);
}
#content.doors_2026spring section .info a.urtech .name {
  max-width: calc(100% - 50px);
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .info a.urtech .name {
    max-width: calc(100% - 50px);
  }
}
#content.doors_2026spring section .info a.urtech .buy {
  color: #1A1A1A;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#content.doors_2026spring section .info a.other {
  margin: 0 0 6px;
}
#content.doors_2026spring section .info a.other .name {
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section .info a.other .name {
    max-width: calc(100% - 50px);
  }
}
#content.doors_2026spring section .info a.other .buy {
  color: #1A1A1A;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#content.doors_2026spring section .info .feature_img {
  height: 73px;
  margin: 0 0 24px;
}
#content.doors_2026spring section .info.info_off a.urtech p, #content.doors_2026spring section .info.info_off a.other p {
  color: #fff;
}
#content.doors_2026spring section.item_01 {
  margin: 0 0 11.71875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 {
    margin: 0;
    padding: 0 0 90px;
  }
}
#content.doors_2026spring section.item_01 .flex_wrap {
  flex-flow: row-reverse;
  padding: 0 0 7.03125vw;
}
#content.doors_2026spring section.item_01 .flex_wrap .flex_inner {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .flex_wrap .flex_inner {
    width: 100%;
  }
}
#content.doors_2026spring section.item_01 .flex_wrap .flex_inner:first-child {
  padding: 0 0 0 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .flex_wrap .flex_inner:first-child {
    padding: 0;
  }
}
#content.doors_2026spring section.item_01 .cts_wrap.cts_01 {
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .cts_wrap.cts_01 {
    margin: 0;
  }
}
#content.doors_2026spring section.item_01 .ttl {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .ttl {
    width: 84%;
    margin: 0 auto 30px;
  }
  #content.doors_2026spring section.item_01 .ttl .midashi {
    width: 255px;
  }
}
#content.doors_2026spring section.item_01 .img_0101 {
  width: 100%;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .img_0101 {
    margin: 0 0 30px;
  }
}
#content.doors_2026spring section.item_01 .img_0102 {
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .img_0102 {
    width: 84%;
    margin: 0 0 30px;
  }
}
#content.doors_2026spring section.item_01 .img_0103 {
  width: 31.25vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .img_0103 {
    width: 53.33%;
    margin: 0 0 30px auto;
  }
}
#content.doors_2026spring section.item_01 .img_0104 {
  width: 85.9375vw;
  margin: 0 auto 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .img_0104 {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2026spring section.item_01 .info {
  margin: 0 0 0 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_01 .info {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
#content.doors_2026spring section.item_02 {
  margin: 0 0 11.71875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 {
    margin: 0;
    padding: 0 0 90px;
  }
}
#content.doors_2026spring section.item_02 .flex_wrap .flex_inner {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .flex_wrap .flex_inner {
    width: 100%;
  }
}
#content.doors_2026spring section.item_02 .swiper_cts {
  width: 50vw;
  margin: 0 0 2.34375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .swiper_cts .swiper {
    margin: 0 auto 46px;
  }
}
#content.doors_2026spring section.item_02 .ttl {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0 0 24px 7.03125vw;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 30px;
  }
  #content.doors_2026spring section.item_02 .ttl .midashi {
    width: 292px;
  }
}
#content.doors_2026spring section.item_02 .img_0201 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .img_0201 {
    position: relative;
    width: 100%;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2026spring section.item_02 .img_0201 {
    margin: 0 0 30px;
  }
}
#content.doors_2026spring section.item_02 .img_0202 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .img_0202 {
    width: 100%;
    margin: 0;
  }
}
#content.doors_2026spring section.item_02 .img_0203 {
  width: 39.0625vw;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .img_0203 {
    width: 66.66%;
    margin: 0 0 0 8%;
  }
}
#content.doors_2026spring section.item_02 .img_0204 {
  width: 35.9375vw;
  margin: 7.03125vw auto 4.6875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .img_0204 {
    width: 53.33%;
    margin: -60px 8% 30px auto;
  }
}
#content.doors_2026spring section.item_02 .info {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_02 .info {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2026spring section.item_03 {
  margin: 0 0 11.71875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 {
    margin: 0;
    padding: 0 0 90px;
  }
}
#content.doors_2026spring section.item_03 .flex_wrap {
  flex-flow: row-reverse;
}
#content.doors_2026spring section.item_03 .flex_wrap .flex_inner {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .flex_wrap .flex_inner {
    width: 100%;
  }
}
#content.doors_2026spring section.item_03 .flex_wrap .flex_inner:first-child {
  padding: 0 0 0 4.6875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .flex_wrap .flex_inner:first-child {
    padding: 0;
  }
}
#content.doors_2026spring section.item_03 .cts_wrap {
  margin: 0 0 9.375vw;
}
#content.doors_2026spring section.item_03 .swiper_cts .swiper-pagination {
  left: auto;
  right: 0;
  width: 84%;
  bottom: -20px;
  text-align: left;
}
#content.doors_2026spring section.item_03 .ttl {
  display: block;
  min-width: 255px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .ttl {
    width: 84%;
    margin: 0 auto 60px;
  }
  #content.doors_2026spring section.item_03 .ttl .midashi {
    width: 194px;
  }
}
#content.doors_2026spring section.item_03 .img_wrap {
  position: relative;
  display: block;
  width: 23.4375vw;
  margin: 0 0 110px auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .img_wrap {
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
    margin: 0 auto 30px;
  }
}
#content.doors_2026spring section.item_03 .img_0301 {
  width: 50vw;
  margin: 0 0 2.34375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .img_0301 {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;
  }
}
#content.doors_2026spring section.item_03 .img_0302 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .img_0302 {
    display: inline-block;
    width: 41%;
    margin: 0 2% 0 0;
  }
}
#content.doors_2026spring section.item_03 .img_0303 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .img_0303 {
    display: inline-block;
    width: 41%;
    margin: 0;
  }
}
#content.doors_2026spring section.item_03 .img_0304 {
  position: absolute;
  top: 0;
  left: -21.09375vw;
  width: 15.625vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .img_0304 {
    position: relative;
    left: 0;
    width: 53.33%;
    margin: 0 8% 60px auto;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2026spring section.item_03 .img_0304 {
    margin: 0 8% 30px auto;
  }
}
#content.doors_2026spring section.item_03 .img_0305 {
  width: 50vw;
  margin: 0 0 0 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .img_0305 {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2026spring section.item_03 .info {
  margin: 0 0 4.6875vw 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_03 .info {
    position: relative;
    left: 0;
    width: 84%;
    margin: 0 auto 30px;
  }
}
#content.doors_2026spring section.item_04 {
  margin: 0;
  padding: 7.03125vw 0 0;
  background: #F9A182;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 {
    margin: 0;
    padding: 30px 0 0;
  }
}
#content.doors_2026spring section.item_04 .flex_wrap .flex_inner {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .flex_wrap .flex_inner {
    width: 100%;
  }
}
#content.doors_2026spring section.item_04 .flex_wrap .flex_inner:first-child {
  padding: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .flex_wrap .flex_inner:first-child {
    padding: 0;
  }
}
#content.doors_2026spring section.item_04 .flex_wrap .flex_inner:last-child {
  padding: 0 0 0 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .flex_wrap .flex_inner:last-child {
    position: relative;
    padding: 0;
  }
  #content.doors_2026spring section.item_04 .flex_wrap .flex_inner:last-child .img_wrap_sp {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 0 2.66%;
    margin: 0 0 30px;
  }
}
#content.doors_2026spring section.item_04 .ttl {
  width: 350px;
  margin: 0 0 4.6875vw auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .ttl {
    width: 84%;
    margin: 0 auto 60px;
  }
  #content.doors_2026spring section.item_04 .ttl .midashi {
    width: 249px;
  }
}
#content.doors_2026spring section.item_04 .img_0401 {
  margin: 0 0 9.375vw;
}
#content.doors_2026spring section.item_04 .img_0402 {
  width: 39.0625vw;
  margin: 0 0 4.6875vw auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .img_0402 {
    position: relative;
    width: 53.33%;
    margin: 0;
    z-index: 2;
  }
}
#content.doors_2026spring section.item_04 .img_0403 {
  width: 50vw;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .img_0403 {
    position: relative;
    width: 84%;
    margin: 0 auto 30px 0;
    z-index: 1;
  }
}
#content.doors_2026spring section.item_04 .img_0404 {
  width: 23.4375vw;
  margin: 0 0 2.34375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .img_0404 {
    position: relative;
    width: 36%;
    height: auto;
    margin: 0;
  }
}
#content.doors_2026spring section.item_04 .info {
  margin: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_04 .info {
    margin: 0 auto;
  }
}
#content.doors_2026spring section.item_05 {
  margin: 0;
  background: #F9A182;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 {
    margin: 0;
    padding: 0;
  }
}
#content.doors_2026spring section.item_05 .flex_wrap {
  position: relative;
  background: #F9A182;
}
#content.doors_2026spring section.item_05 .flex_wrap .flex_inner {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .flex_wrap .flex_inner {
    width: 100%;
  }
}
#content.doors_2026spring section.item_05 .flex_wrap .flex_inner:first-child {
  padding: 0 0 0 4.6875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .flex_wrap .flex_inner:first-child {
    padding: 0;
  }
}
#content.doors_2026spring section.item_05 .flex_wrap .flex_inner:last-child {
  padding: 7.03125vw 0 0 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .flex_wrap .flex_inner:last-child {
    padding: 0;
  }
}
#content.doors_2026spring section.item_05 .swiper_cts .swiper {
  margin: 0 auto 46px 0;
}
#content.doors_2026spring section.item_05 .swiper_cts .swiper-pagination {
  left: 0;
  width: 84%;
  bottom: -20px;
  text-align: right;
}
#content.doors_2026spring section.item_05 .ttl {
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .ttl {
    width: 84%;
    margin: 0 auto 60px;
  }
  #content.doors_2026spring section.item_05 .ttl .midashi {
    width: 208px;
  }
}
#content.doors_2026spring section.item_05 .img_wrap {
  display: flex;
  width: 35.9375vw;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .img_wrap {
    width: 100%;
    margin: 0 auto 30px;
    gap: 0 1.33%;
    justify-content: center;
  }
}
#content.doors_2026spring section.item_05 .img_0501 {
  position: sticky;
  top: 0;
  width: 23.4375vw;
  margin: 0 auto;
  padding: 11.71875vw 0 40vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .img_0501 {
    width: 49.33%;
    margin: 0 auto;
    padding: 230px 0 460px;
  }
}
#content.doors_2026spring section.item_05 .img_0502 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .img_0502 {
    margin: 0;
  }
}
#content.doors_2026spring section.item_05 .img_0503 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .img_0503 {
    margin: 0;
  }
}
#content.doors_2026spring section.item_05 .img_0504 {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .img_0504 {
    width: 41.33%;
  }
}
#content.doors_2026spring section.item_05 .img_0505 {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .img_0505 {
    width: 41.33%;
  }
}
#content.doors_2026spring section.item_05 .info {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_05 .info {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2026spring section.item_06 {
  margin: 0;
  padding: 11.71875vw 0 7.03125vw;
  background: #F9A182;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 {
    padding: 90px 0 60px;
  }
}
#content.doors_2026spring section.item_06 .flex_wrap {
  flex-flow: row-reverse;
}
#content.doors_2026spring section.item_06 .flex_wrap .flex_inner {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .flex_wrap .flex_inner {
    width: 100%;
  }
}
#content.doors_2026spring section.item_06 .flex_wrap .flex_inner:first-child {
  padding: 0 0 0 7.03125vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .flex_wrap .flex_inner:first-child {
    padding: 0;
  }
}
#content.doors_2026spring section.item_06 .cts_wrap:first-child {
  display: block;
  width: 46.875vw;
  margin: 0 auto 4.6875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .cts_wrap:first-child {
    width: 100%;
    margin: 0;
  }
}
#content.doors_2026spring section.item_06 .cts_wrap:nth-child(2) {
  position: relative;
  display: block;
  width: 85.9375vw;
  margin: 0 auto 4.6875vw;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .cts_wrap:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
#content.doors_2026spring section.item_06 .img_wrap {
  width: 85.9375vw;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_wrap {
    width: 100%;
  }
}
#content.doors_2026spring section.item_06 .img_wrap img {
  display: inline-block;
  vertical-align: top;
}
#content.doors_2026spring section.item_06 .ttl {
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .ttl {
    width: 84%;
    margin: 0 auto 30px;
  }
  #content.doors_2026spring section.item_06 .ttl .midashi {
    width: 208px;
  }
}
#content.doors_2026spring section.item_06 .img_0601 {
  width: 100%;
  margin: 0 0 2.34375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_0601 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#content.doors_2026spring section.item_06 .img_0602 {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25vw;
  margin: 0 0 2.34375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_0602 {
    width: 36%;
    margin: 0;
  }
}
#content.doors_2026spring section.item_06 .img_0603 {
  width: 50vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_0603 {
    width: 61.33%;
    margin: 0 0 30px auto;
  }
}
#content.doors_2026spring section.item_06 .img_0604 {
  width: 27.34375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_0604 {
    width: 32%;
  }
}
#content.doors_2026spring section.item_06 .img_0605 {
  width: 35.15625vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_0605 {
    width: 41.33%;
  }
}
#content.doors_2026spring section.item_06 .img_0606 {
  width: 23.4375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .img_0606 {
    width: 26.66%;
  }
}
#content.doors_2026spring section.item_06 .info {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring section.item_06 .info {
    position: relative;
    left: 0;
    margin: 0 auto 30px;
  }
}
#content.doors_2026spring .btn_wrap {
  position: relative;
  background: #F9A182;
  padding: 0 0 90px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .btn_wrap {
    position: relative;
    padding: 0 0 88px;
    z-index: 9;
  }
}
#content.doors_2026spring .btn_wrap .internal_link {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #1A1A1A;
  margin: 0 auto;
  padding: 0 18px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .btn_wrap .internal_link {
    width: 315px;
    margin: 0 auto;
  }
}
#content.doors_2026spring .btn_wrap .internal_link#urtech_women_all {
  margin: 0 auto 11.71875vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .btn_wrap .internal_link#urtech_women_all {
    margin: 0 auto 120px;
  }
}
#content.doors_2026spring .btn_wrap .internal_link#urtech_men_all {
  margin: 0 auto;
}
#content.doors_2026spring .btn_wrap .internal_link p {
  color: #FFF;
  font-family: "Poltawski Nowy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.7px;
}
#content.doors_2026spring .btn_wrap .internal_link .img_wrap {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: #1A1A1A;
  z-index: 1;
  overflow: hidden;
}
#content.doors_2026spring .btn_wrap .internal_link .img_wrap img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  z-index: 2;
}
#content.doors_2026spring .btn_wrap .internal_link:hover .img_wrap img {
  animation: slide-arrow 0.6s ease-in-out forwards;
}
#content.doors_2026spring .ur_link {
  position: relative;
  display: block;
  width: 85.9375vw;
  height: 0;
  margin: 9.375vw auto 0;
  padding: 31vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .ur_link {
    padding: 113vw 0 0;
  }
}
#content.doors_2026spring .ur_link .ur_link_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#content.doors_2026spring .ur_link:hover .ur_link_bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#content.doors_2026spring .ur_link .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content.doors_2026spring .ur_link .txt_wrap h3 {
  color: #FFF;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 30px */
  letter-spacing: 1.5px;
  margin: 0 0 18px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .ur_link .txt_wrap h3 {
    font-size: 20px;
  }
}
#content.doors_2026spring .ur_link .txt_wrap #urtech26ss_all {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0 18px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026spring .ur_link .txt_wrap #urtech26ss_all {
    max-width: 68vw;
    margin: 0 auto;
  }
}
#content.doors_2026spring .ur_link .txt_wrap #urtech26ss_all p {
  color: #FFF;
  font-family: "Poltawski Nowy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0.7px;
}
#content.doors_2026spring .ur_link .txt_wrap #urtech26ss_all .img_wrap {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: none;
  z-index: 1;
  overflow: hidden;
}
#content.doors_2026spring .ur_link .txt_wrap #urtech26ss_all .img_wrap img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  z-index: 2;
}
#content.doors_2026spring .ur_link .txt_wrap .btn:hover .img_wrap img {
  animation: slide-arrow 0.6s ease-in-out forwards;
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Other
*/