@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%;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

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: 768px) {
  .pc {
    display: none;
  }
}

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

.inview {
  opacity: 0;
}
.inview.active {
  opacity: 1;
}

.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: 90px 7.03125vw;
  background: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 8%;
  }
}
footer .staff p {
  margin: 0 0 90px;
  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: 768px) {
  footer .staff p {
    font-size: 8px;
  }
}
footer .staff p span {
  font-size: 1em;
  font-weight: 500;
}
footer .doors_logo {
  position: absolute;
  top: 90px;
  right: 7.03125vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .doors_logo {
    top: 60px;
    right: 8%;
    width: 120px;
  }
}
footer .ur_logo {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .ur_logo {
    display: block;
    width: 150px;
    margin: 0 auto 30px;
  }
}
footer address {
  position: absolute;
  bottom: 90px;
  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: 768px) {
  footer address {
    position: relative;
    bottom: 0;
    right: 0;
  }
}

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

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Top
*/
#content.doors_2025aw {
  background: #F4F0EC;
}
#content.doors_2025aw .mv {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv {
    overflow-x: hidden;
  }
}
#content.doors_2025aw .mv .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#content.doors_2025aw .mv .inner video {
  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%);
  display: block;
  width: 177.77777778dvh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner video {
    width: 100vw;
    height: 177.7777777778vw;
    height: -webkit-calc(100vw / 1080* 1920);
    min-height: 100%;
    min-width: 100svh;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner video.pc {
    display: none;
  }
}
#content.doors_2025aw .mv .inner video.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner video.sp {
    display: block;
  }
}
#content.doors_2025aw .mv .inner img {
  position: absolute;
  top: 60px;
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner img {
    top: 30px;
  }
}
#content.doors_2025aw .mv .inner img.logo_doors {
  left: 131px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner img.logo_doors {
    left: 30px;
    width: 100px;
  }
}
#content.doors_2025aw .mv .inner img.logo_tech {
  right: 131px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner img.logo_tech {
    right: 30px;
    width: 60px;
  }
}
#content.doors_2025aw .mv .inner p {
  position: absolute;
  bottom: 44px;
  left: 131px;
  color: #FFF;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .mv .inner p {
    left: 30px;
  }
}
#content.doors_2025aw .main_banner {
  position: relative;
  margin: 100dvh 0 0;
}
#content.doors_2025aw .main_banner .flex_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .flex_wrap {
    display: block;
  }
}
#content.doors_2025aw .main_banner .flex_wrap img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .flex_wrap img:first-child {
    width: 100%;
  }
  #content.doors_2025aw .main_banner .flex_wrap img:last-child {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 42.66%;
  }
}
#content.doors_2025aw .main_banner .ttl_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%);
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .ttl_wrap {
    top: auto;
    bottom: 90px;
    left: 30px;
    -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_2025aw .main_banner .ttl_wrap img {
  display: block;
  width: auto;
}
#content.doors_2025aw .main_banner .ttl_wrap img.ttl_1 {
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .ttl_wrap img.ttl_1.pc {
    display: none;
  }
}
#content.doors_2025aw .main_banner .ttl_wrap img.ttl_1.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .ttl_wrap img.ttl_1.sp {
    display: block;
  }
}
#content.doors_2025aw .main_banner .ttl_wrap img.ttl_2 {
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .ttl_wrap img.ttl_2 {
    margin: 0 0 10px;
  }
}
#content.doors_2025aw .main_banner .ttl_wrap img.ttl_3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .main_banner .ttl_wrap img.ttl_3 {
    margin: 0;
  }
}
#content.doors_2025aw .lead p {
  display: block;
  margin: 60px auto;
  color: #333;
  text-align: center;
  font-family: ryo-gothic-plusn;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.6px;
}
#content.doors_2025aw .anchor {
  display: flex;
  justify-content: center;
  margin: 0 0 90px;
}
#content.doors_2025aw .anchor a {
  display: block;
  width: 120px;
  text-align: center;
  margin: 0 9px;
}
#content.doors_2025aw .anchor a img {
  margin: 0 0 12px;
}
#content.doors_2025aw .anchor a p {
  color: #333;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.6px;
}
#content.doors_2025aw .feature {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .feature {
    display: block;
    width: 84%;
  }
}
#content.doors_2025aw .feature .wrap {
  position: relative;
  display: block;
  width: 49%;
  max-width: 520px;
  height: 535px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .feature .wrap {
    width: 100%;
    height: auto;
  }
}
#content.doors_2025aw .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_2025aw .feature .wrap.knit {
  background: #EFE5A2;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .feature .wrap.knit {
    margin: 0 0 10px;
    padding: 77px 0 40px;
  }
}
#content.doors_2025aw .feature .wrap.knit .ttl {
  display: block;
  width: auto;
  margin: 129px auto 80px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .feature .wrap.knit .ttl {
    margin: 0 auto 40px;
  }
}
#content.doors_2025aw .feature .wrap.knit p {
  display: block;
  width: 90%;
  max-width: 340px;
  margin: 0 auto 30px;
  color: #333;
  font-family: ryo-gothic-plusn;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 22px */
  letter-spacing: 0.55px;
}
#content.doors_2025aw .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: 768px) {
  #content.doors_2025aw .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_2025aw .feature .wrap.knit ul li img {
  display: block;
  width: auto;
}
#content.doors_2025aw .feature .wrap.kansei {
  background: linear-gradient(180deg, #53A5CD 0%, #39B37A 100%);
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .feature .wrap.kansei {
    margin: 0;
    padding: 77px 0 40px;
  }
}
#content.doors_2025aw .feature .wrap.kansei .ttl {
  display: block;
  width: auto;
  margin: 79px auto 30px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .feature .wrap.kansei .ttl {
    margin: 0 auto 40px;
  }
}
#content.doors_2025aw .feature .wrap.kansei p {
  display: block;
  width: 90%;
  max-width: 340px;
  margin: 0 auto 30px;
  color: #FFF;
  font-family: ryo-gothic-plusn;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 22px */
  letter-spacing: 0.55px;
}
#content.doors_2025aw .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: 768px) {
  #content.doors_2025aw .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_2025aw .feature .wrap.kansei ul li img {
  display: block;
  width: auto;
}
#content.doors_2025aw .category_ttl {
  margin: 0 auto 90px;
}
#content.doors_2025aw .category_ttl#women {
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .category_ttl#women {
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw .category_ttl#men {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .category_ttl#men {
    margin: 0 auto 30px;
  }
}
#content.doors_2025aw .category_ttl h3 {
  color: #333;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
}
#content.doors_2025aw .category_ttl h2 {
  color: #333;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 80px */
  margin: 3px auto 6px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .category_ttl h2 {
    font-size: 60px;
  }
}
#content.doors_2025aw .category_ttl p {
  color: #333;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  letter-spacing: 0.5px;
}
#content.doors_2025aw section {
  position: relative;
  background: #F4F0EC;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section img.pc {
    display: none;
  }
}
#content.doors_2025aw section img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section img.sp {
    display: block;
  }
}
#content.doors_2025aw section .cts_wrap {
  position: relative;
}
#content.doors_2025aw section .flex_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .flex_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .ttl {
    z-index: 99;
  }
}
#content.doors_2025aw section .ttl .no_wrap {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .ttl .no_wrap {
    position: absolute;
    top: -10px;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}
#content.doors_2025aw section .ttl .no_wrap .no {
  margin: 0 8px 0 0;
  color: #333;
  font-family: aktiv-grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
}
#content.doors_2025aw section .ttl .no_wrap .gender {
  color: #333;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 0.5px;
}
#content.doors_2025aw section .ttl h3 {
  color: #CCC;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  letter-spacing: 0.5px;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .ttl h3 {
    position: absolute;
    bottom: -100px;
    left: 0;
    color: #fff;
    margin: 0;
  }
}
#content.doors_2025aw section .ttl h2 {
  color: #B98D58;
  font-family: ryo-gothic-plusn;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  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;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .ttl h2 {
    width: calc(100% - 78px);
    margin: 0 0 18px auto;
  }
}
#content.doors_2025aw section .ttl .txt {
  color: #333;
  font-family: ryo-gothic-plusn;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .ttl .txt {
    width: calc(100% - 78px);
    margin: 0 0 0 auto;
  }
}
#content.doors_2025aw section img {
  display: block;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .info {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2025aw section .info a {
  display: flex;
}
#content.doors_2025aw section .info a .buy {
  margin: 0 0 0 12px;
}
#content.doors_2025aw section .info a.urtech {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 18px;
}
#content.doors_2025aw 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_2025aw section .info a.urtech.urtech_kansei::before {
  background-image: url(../img/icon_mark_kansei.svg);
}
#content.doors_2025aw section .info a.urtech.urtech_knit::before {
  background-image: url(../img/icon_mark_knit.svg);
}
#content.doors_2025aw section .info a.urtech .name {
  max-width: calc(100% - 50px);
  color: #333;
  font-family: ryo-gothic-plusn;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section .info a.urtech .name {
    max-width: calc(100% - 50px);
  }
}
#content.doors_2025aw section .info a.urtech .buy {
  color: #333;
  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_2025aw section .info a.other {
  margin: 0 0 6px;
}
#content.doors_2025aw section .info a.other .name {
  color: #333;
  font-family: ryo-gothic-plusn;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
}
#content.doors_2025aw section .info a.other .buy {
  color: #333;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  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_2025aw section .info .feature_img {
  height: 73px;
  margin: 0 0 24px;
}
#content.doors_2025aw section.item_01 {
  margin: 0 0 14.0625vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_01 .cts_wrap:first-child {
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .cts_wrap:first-child {
    margin: 0;
  }
}
#content.doors_2025aw section.item_01 .ttl {
  position: absolute;
  bottom: 40vw;
  left: 7%;
  display: block;
  width: 23.4375%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_01 .img_0101 {
  width: 50%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .img_0101 {
    position: relative;
    width: 100%;
    margin: 0 0 60px;
  }
}
#content.doors_2025aw section.item_01 .img_0102 {
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 23.4375%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .img_0102 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 58.6666%;
    margin: 0 0 0 8%;
  }
}
#content.doors_2025aw section.item_01 .img_0103 {
  position: absolute;
  top: 0;
  right: 7%;
  width: 15.625%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .img_0103 {
    position: relative;
    top: 0;
    right: 0;
    width: 32%;
    margin: -35% 8% 60px auto;
  }
}
#content.doors_2025aw section.item_01 .img_0104 {
  width: 50%;
  margin: 0 auto 0 7%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .img_0104 {
    width: 84%;
    margin: 0 auto 30px;
  }
}
#content.doors_2025aw section.item_01 .info {
  position: absolute;
  bottom: 0;
  left: 61.6875%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_01 .info {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
#content.doors_2025aw section.item_02 {
  margin: 0 0 14.0625vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_02 .flex_inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .flex_inner {
    width: 100%;
  }
}
#content.doors_2025aw section.item_02 .flex_inner:first-child {
  padding: 0 0 0 3.5%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .flex_inner:first-child {
    padding: 0;
  }
}
#content.doors_2025aw section.item_02 .flex_inner:last-child {
  padding: 0 3.5% 0 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .flex_inner:last-child {
    display: none;
    padding: 0;
  }
}
#content.doors_2025aw section.item_02 .ttl {
  max-width: 300px;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_02 .img_0201 {
  width: 100%;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .img_0201 {
    position: relative;
    width: 100%;
    margin: 0 0 60px;
  }
}
#content.doors_2025aw section.item_02 .img_0202 {
  width: 36.363636%;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .img_0202 {
    width: 32%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_02 .img_0203 {
  width: 54.545454%;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .img_0203 {
    width: 66.6666%;
    margin: 0 0 0 8%;
  }
}
#content.doors_2025aw section.item_02 .img_0204 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_02 .img_0204 {
    width: 66.6666%;
    margin: -12% 8% 30px auto;
  }
}
#content.doors_2025aw section.item_03 {
  margin: 0 0 14.0625vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_03 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_03 .cts_wrap {
  margin: 0 0 9.375vw;
}
#content.doors_2025aw section.item_03 .ttl {
  position: absolute;
  bottom: 40vw;
  right: 7%;
  display: block;
  width: 23.4375%;
  min-width: 255px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_03 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_03 .img_0301 {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_03 .img_0301 {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_03 .img_0302 {
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 23.4375%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_03 .img_0302 {
    position: relative;
    right: 0;
    width: 58.666666%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_03 .img_0303 {
  width: 50%;
  margin: 0 auto 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_03 .img_0303 {
    width: 84%;
    margin: 0 auto 30px;
  }
}
#content.doors_2025aw section.item_03 .info {
  margin: 0 0 0 25%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_03 .info {
    margin: 0 auto;
  }
}
#content.doors_2025aw section.item_04 {
  margin: 0 0 14.0625vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_04 .flex_inner {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .flex_inner {
    width: 100%;
  }
}
#content.doors_2025aw section.item_04 .flex_inner:first-child {
  margin: 23.4375vw 0 0;
  padding: 0 0 0 3.5%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .flex_inner:first-child {
    margin: 0;
    padding: 0;
  }
}
#content.doors_2025aw section.item_04 .flex_inner:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .flex_inner:last-child {
    display: none;
  }
}
#content.doors_2025aw section.item_04 .ttl {
  max-width: 400px;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_04 .img_0401 {
  width: 100%;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .img_0401 {
    position: relative;
    width: 100%;
  }
}
#content.doors_2025aw section.item_04 .img_0402 {
  width: 72.727272%;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .img_0402 {
    width: 66.6666%;
    margin: 0 0 0 8%;
  }
}
#content.doors_2025aw section.item_04 .img_0403 {
  width: 85.9375%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .img_0403 {
    width: 66.6666%;
    margin: -12% 8% 30px auto;
  }
}
#content.doors_2025aw section.item_04 .img_0404 {
  width: 100%;
  margin: 9.375vw 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_04 .img_0404 {
    margin: 60px auto 0;
  }
}
#content.doors_2025aw section.item_05 {
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_05 .flex_inner {
  margin: 0;
}
#content.doors_2025aw section.item_05 .flex_inner:first-child {
  width: 57.8125%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .flex_inner:first-child {
    display: none;
  }
}
#content.doors_2025aw section.item_05 .flex_inner:last-child {
  width: 42.1875%;
  padding: 18.75vw 0 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .flex_inner:last-child {
    width: 100%;
    padding: 0;
  }
}
#content.doors_2025aw section.item_05 .ttl {
  width: 72.727272%;
  max-width: 300px;
  margin: 0 0 4.6875vw 27.272727%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_05 .img_0501 {
  width: 86.486486%;
  margin: 0 0 9.375vw auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .img_0501 {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
#content.doors_2025aw section.item_05 .img_0502 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .img_0502 {
    margin: 0 0 60px;
  }
}
#content.doors_2025aw section.item_05 .img_0503 {
  width: 72.727272%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .img_0503 {
    width: 48%;
    margin: 0;
  }
}
#content.doors_2025aw section.item_05 .img_0504 {
  width: 72.727272%;
  margin: 0 0 4.6875vw auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .img_0504 {
    width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .sp_flex {
    display: flex;
    justify-content: space-between;
    width: 84%;
    margin: 0 auto 30px;
  }
}
#content.doors_2025aw section.item_05 .info {
  width: 72.727272%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_05 .info {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2025aw section.item_06 {
  margin: 0 0 14.0625vw;
  padding: 9.375vw 0 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_06 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_06 .cts_wrap:first-child {
  margin: 0 0 9.375vw;
}
#content.doors_2025aw section.item_06 .ttl {
  position: absolute;
  bottom: 40vw;
  left: 7%;
  display: block;
  width: 23.4375%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_06 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_06 .img_0601 {
  width: 50%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_06 .img_0601 {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_06 .img_0602 {
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 23.4375%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_06 .img_0602 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 58.666666%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_06 .img_0603 {
  width: 50%;
  margin: 0 auto 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_06 .img_0603 {
    width: 84%;
    margin: 0 auto 30px;
  }
}
#content.doors_2025aw section.item_06 .info {
  margin: 0 0 0 25%;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_06 .info {
    margin: 0 auto;
  }
}
#content.doors_2025aw section.item_07 {
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 {
    margin: 0 0 80px;
  }
}
#content.doors_2025aw section.item_07 .flex_inner {
  margin: 0;
}
#content.doors_2025aw section.item_07 .flex_inner:first-child {
  width: 50%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .flex_inner:first-child {
    display: none;
  }
}
#content.doors_2025aw section.item_07 .flex_inner:last-child {
  width: 50%;
  padding: 23.4375vw 0 0 11.71875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .flex_inner:last-child {
    width: 100%;
    padding: 0;
  }
}
#content.doors_2025aw section.item_07 .ttl {
  width: 72.727272%;
  max-width: 300px;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .ttl {
    position: relative;
    bottom: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 60px;
  }
}
#content.doors_2025aw section.item_07 .img_0701 {
  width: 86.486486%;
  margin: 0 0 9.375vw auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .img_0701 {
    position: relative;
    width: 100%;
    margin: 0 0 60px;
  }
}
#content.doors_2025aw section.item_07 .img_0702 {
  width: 81.632653%;
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .img_0702 {
    width: 66.6666%;
    margin: 0 8% 0 auto;
  }
}
#content.doors_2025aw section.item_07 .img_0703 {
  width: 72.727272%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .img_0703 {
    width: 66.6666%;
    margin: -12% auto 30px 8%;
  }
}
#content.doors_2025aw section.item_07 .img_0704 {
  width: 100%;
  margin: 9.375vw 0 7.03125vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .img_0704 {
    margin: 60px auto 0;
  }
}
#content.doors_2025aw section.item_07 .info {
  width: 72.727272%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw section.item_07 .info {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .btn_wrap {
    position: relative;
    padding: 0;
    z-index: 9;
  }
}
#content.doors_2025aw .btn_wrap .internal_link {
  position: relative;
  display: block;
  width: 300px;
  height: 78px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #333;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .btn_wrap .internal_link {
    width: 315px;
    margin: 0 auto;
  }
}
#content.doors_2025aw .btn_wrap .internal_link#urtech_women_all {
  margin: 0 auto 11.71875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .btn_wrap .internal_link#urtech_women_all {
    margin: 0 auto 120px;
  }
}
#content.doors_2025aw .btn_wrap .internal_link#urtech_men_all {
  margin: 0 auto 9.3755vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .btn_wrap .internal_link#urtech_men_all {
    margin: 0 auto 90px;
  }
}
#content.doors_2025aw .btn_wrap .internal_link p {
  color: #FFF;
  font-family: ryo-gothic-plusn;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  padding: 18px 40px;
}
#content.doors_2025aw .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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
#content.doors_2025aw .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_2025aw .btn_wrap .internal_link:hover .img_wrap img {
  animation: slide-arrow 0.6s ease-in-out forwards;
}
#content.doors_2025aw .men_bg {
  position: relative;
  background: #F4F0EC;
}
#content.doors_2025aw .men_mv {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 0 9.375vw;
}
#content.doors_2025aw .movie {
  position: relative;
  display: block;
  width: 85.9375%;
  margin: 0 auto 12.525vw;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .movie {
    width: 84%;
    margin: 0 auto 90px;
    text-align: center;
  }
}
#content.doors_2025aw .movie video {
  display: block;
  width: 100%;
}
#content.doors_2025aw .movie .btn_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%);
  text-align: center;
}
#content.doors_2025aw .movie .btn_wrap img {
  width: auto;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .movie .btn_wrap img {
    display: block;
    width: 60px;
    margin: 0;
  }
}
#content.doors_2025aw .movie .btn_wrap p {
  color: #FFF;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .movie .btn_wrap p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .movie p {
    display: block;
    margin: 18px auto 0;
    color: #333;
    text-align: center;
    font-family: aktiv-grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: 0.6px;
  }
}
#content.doors_2025aw .movie_modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
}
#content.doors_2025aw .movie_modal .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#content.doors_2025aw .movie_modal .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
#content.doors_2025aw .movie_modal .close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#content.doors_2025aw .movie_modal .close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#content.doors_2025aw .movie_modal iframe {
  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%);
  width: 90%;
  height: auto;
  aspect-ratio: 16/9;
}
#content.doors_2025aw .interview {
  padding: 90px 7.03125vw;
  background: linear-gradient(180deg, #53A5CD 0%, #39B37A 100%);
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview {
    padding: 60px 8%;
  }
}
#content.doors_2025aw .interview h2 {
  margin: 0 0 90px;
  color: #FFF;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 72px */
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview h2 {
    font-size: 30px;
    text-align: left;
  }
}
#content.doors_2025aw .interview h2 span {
  font-size: 1em;
  font-weight: 500;
}
#content.doors_2025aw .interview .flex_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap {
    display: block;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap {
  position: relative;
}
#content.doors_2025aw .interview .flex_wrap .wrap:first-child {
  width: 29.6875vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap:first-child {
    width: 100%;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap:last-child {
  width: 46.875vw;
  margin: 0 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap:last-child {
    width: 100%;
    margin: 0;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap h3 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 60px;
  color: #FFF;
  font-family: ryo-gothic-plusn;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 24px */
  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_2025aw .interview .flex_wrap .wrap h3::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 100% */
}
#content.doors_2025aw .interview .flex_wrap .wrap h3.size_short {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap h3.size_short {
    width: 100%;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap p {
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 0 60px;
  color: #000;
  font-family: ryo-gothic-plusn;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap p {
    margin: 0 0 42px;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap p::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  font-family: aktiv-grotesk;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 100% */
}
#content.doors_2025aw .interview .flex_wrap .wrap p.size_short {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap p.size_short {
    width: 100%;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap p.size_short_1500 {
  width: calc(100% - 220px);
}
@media screen and (max-width: 1500px) {
  #content.doors_2025aw .interview .flex_wrap .wrap p.size_short_1500 {
    width: 100%;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap p.last_txt {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap .interview_img {
    margin: 0 0 42px;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_1 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_1 {
    display: none;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_1 div {
  display: block;
  height: fit-content;
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_1 div:first-child {
  width: 14.0625vw;
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_1 div:last-child {
  width: 31.25vw;
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_2 {
    display: none;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 42px;
  }
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp div {
    display: block;
    height: fit-content;
  }
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp div:first-child {
    width: 31.746%;
  }
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp div:last-child {
    width: 63.492%;
  }
}
#content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp_2 {
  display: none;
}
@media screen and (max-width: 768px) {
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp_2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 60px);
    margin: 0 0 42px auto;
  }
  #content.doors_2025aw .interview .flex_wrap .wrap .img_wrap_sp_2 div {
    display: block;
    width: 48%;
    height: fit-content;
    align-self: flex-start;
  }
}

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

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