@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: "ヒラギノ角ゴ 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;
}

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-only {
    display: none;
  }
}

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

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

@-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_mv {
  0% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
@-moz-keyframes fade_mv {
  0% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}
@keyframes fade_mv {
  0% {
    scale: 1.05;
  }
  100% {
    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 48px 60px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 60px 8%;
  }
}
footer .staff p {
  margin: 0 0 90px;
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 20px */
  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: 90px;
  right: 48px;
  width: auto;
}
@media screen and (max-width: 960px) {
  footer .doors_logo {
    top: 60px;
    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: 48px;
  color: #1A1A1A;
  text-align: right;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  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_2026aircare {
  background: #fff;
}
#content.doors_2026aircare .fixd-area {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 100dvh;
  background: #fff;
  z-index: 9;
  -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;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .fixd-area {
    display: none;
  }
}
#content.doors_2026aircare .fixd-area.hide {
  left: -48px;
}
#content.doors_2026aircare .fixd-area p {
  position: absolute;
  rotate: 90deg;
  display: block;
  width: max-content;
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
#content.doors_2026aircare .fixd-area p.gender {
  top: 18px;
  left: 18px;
  transform-origin: bottom left;
  opacity: 0;
  -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;
}
#content.doors_2026aircare .fixd-area p.gender.is-active {
  opacity: 1;
}
#content.doors_2026aircare .fixd-area p.brand {
  bottom: 18px;
  right: 18px;
  transform-origin: top right;
}
#content.doors_2026aircare .mv {
  position: relative;
  display: block;
  width: calc(100% - 96px);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv {
    width: 100%;
  }
}
#content.doors_2026aircare .mv__image {
  width: 100%;
}
#content.doors_2026aircare .mv__image.pc-only {
  display: block;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv__image.pc-only {
    display: none;
  }
}
#content.doors_2026aircare .mv__image.sp-only {
  display: none;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv__image.sp-only {
    display: block;
  }
}
#content.doors_2026aircare .mv.active .mv__image {
  animation: fade_mv 1s ease-in-out forwards;
}
#content.doors_2026aircare .mv .logo_doors {
  position: absolute;
  top: 30px;
  left: 78px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv .logo_doors {
    left: 30px;
    width: 100px;
  }
}
#content.doors_2026aircare .mv .logo_tech {
  position: absolute;
  top: 30px;
  right: 78px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv .logo_tech {
    right: 30px;
    width: 60px;
  }
}
#content.doors_2026aircare .mv__title {
  position: absolute;
  bottom: 30px;
  left: 78px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv__title {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 84vw;
    margin: 42px auto 0;
  }
}
#content.doors_2026aircare .mv__title img {
  margin: 0 0 18px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv__title img {
    max-width: 180px;
    margin: 0;
  }
}
#content.doors_2026aircare .mv__title p {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .mv__title p {
    position: absolute;
    top: 121px;
    right: 0;
    width: fit-content;
    rotate: 90deg;
    transform-origin: top right;
  }
}
#content.doors_2026aircare .lead {
  position: relative;
  display: block;
  width: calc(100% - 96px);
  padding: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .lead {
    width: 84%;
    padding: 42px 0;
  }
}
#content.doors_2026aircare .lead__text {
  width: 350px;
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .lead__text {
    width: 100%;
    margin: 0 auto 42px;
  }
}
#content.doors_2026aircare .lead .anchor {
  position: absolute;
  top: 50%;
  right: 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%);
  display: flex;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .lead .anchor {
    position: relative;
    top: 0;
    right: 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);
    gap: 38px;
    justify-content: center;
  }
}
#content.doors_2026aircare .lead .anchor a {
  display: flex;
  align-items: center;
  gap: 18px;
}
#content.doors_2026aircare .lead .anchor a p {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
#content.doors_2026aircare .lead .anchor a img {
  width: 80px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .lead .anchor a img {
    width: 70px;
  }
}
#content.doors_2026aircare .feature {
  display: flex;
  align-items: center;
  width: calc(100% - 96px);
  margin: 0 auto 0.9375vw;
  padding: 50px 90px 50px 60px;
  background: #6F87AB;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .feature {
    display: block;
    width: 93.333333%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .feature__title {
    display: block;
    width: 160px;
    margin: 0 auto 30px;
  }
}
#content.doors_2026aircare .feature p {
  padding: 0 7.34375vw 0 7.03125vw;
  color: #FFF;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .feature p {
    display: block;
    max-width: 255px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
#content.doors_2026aircare .feature__icon {
  display: block;
  margin: 0 auto;
}
#content.doors_2026aircare .gender_title p {
  display: none;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .gender_title p {
    display: block;
    color: #1A1A1A;
    text-align: center;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .gender_title#women {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .gender_title#men {
    padding: 30px 0;
  }
}
#content.doors_2026aircare .item {
  width: calc(100% - 96px);
  margin: 0 auto 0.9375vw;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item {
    width: 93.333333%;
    margin: 0 auto;
  }
}
#content.doors_2026aircare .item.style-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 10.677083333vw;
  gap: 0.9375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item.style-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 68vw;
    gap: 3.2vw;
  }
}
#content.doors_2026aircare .item .flex-wrap {
  display: flex;
  gap: 0.9375vw;
}
#content.doors_2026aircare .item .grid-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 10.677083333vw;
  gap: 0.9375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 68vw;
    gap: 3.2vw;
  }
}
#content.doors_2026aircare .item__img_wrap {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  #content.doors_2026aircare .item__img_wrap:hover img {
    scale: 1.05;
  }
  #content.doors_2026aircare .item__img_wrap:hover .item__hover_area {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  #content.doors_2026aircare .item__img_wrap.item__img_decoration:hover img {
    scale: 1;
  }
}
#content.doors_2026aircare .item__img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -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;
}
#content.doors_2026aircare .item__hover_area {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  cursor: pointer;
  opacity: 0;
  z-index: 9;
  -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;
}
#content.doors_2026aircare .item__hover_area p {
  position: absolute;
  bottom: 30px;
}
#content.doors_2026aircare .item__hover_area p.item__name {
  left: 30px;
  color: #FFF;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
#content.doors_2026aircare .item__hover_area p.item__view {
  right: 30px;
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  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_2026aircare .item__01-1 {
  grid-column: 1/7;
  grid-row: 1/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__01-1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
#content.doors_2026aircare .item__01-2 {
  grid-column: 7/10;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__01-2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
#content.doors_2026aircare .item__01-3 {
  grid-column: 10/13;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__01-3 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
#content.doors_2026aircare .item__01-4 {
  grid-column: 7/13;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__01-4 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
#content.doors_2026aircare .item__02-1 {
  grid-column: 1/4;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__02-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__02-2 {
  grid-column: 4/7;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__02-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__02-3 {
  grid-column: 1/4;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__02-3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__02-4 {
  grid-column: 4/7;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__02-4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__02-5 {
  grid-column: 7/13;
  grid-row: 1/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__02-5 {
    grid-column: 1/3;
    grid-row: 3/5;
  }
}
#content.doors_2026aircare .item__03-1 {
  grid-column: 1/7;
  grid-row: 1/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__03-1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
#content.doors_2026aircare .item__03-2 {
  grid-column: 7/13;
  grid-row: 1/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__03-2 {
    grid-column: 1/3;
    grid-row: 3/5;
  }
}
#content.doors_2026aircare .item__03-3 {
  margin: 0.9375vw auto 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__03-3 {
    margin: 3.2vw auto 0;
  }
}
#content.doors_2026aircare .item__04-1 {
  grid-column: 1/7;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__04-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__04-2 {
  grid-column: 7/10;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__04-2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__04-3 {
  grid-column: 10/13;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__04-3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__05-1 {
  grid-column: 1/4;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__05-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__05-2 {
  grid-column: 4/7;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__05-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__05-3 {
  grid-column: 1/4;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__05-3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__05-4 {
  grid-column: 4/7;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__05-4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__05-5 {
  grid-column: 7/13;
  grid-row: 1/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__05-5 {
    grid-column: 1/3;
    grid-row: 3/5;
  }
}
#content.doors_2026aircare .item__06-1 {
  margin: 0 auto 0.9375vw;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__06-1 {
    margin: 0 auto 3.2vw;
  }
}
#content.doors_2026aircare .item__06-2 {
  grid-column: 1/4;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__06-2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__06-3 {
  grid-column: 4/7;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__06-3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
#content.doors_2026aircare .item__06-4 {
  grid-column: 7/10;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__06-4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__06-5 {
  grid-column: 10/13;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__06-5 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#content.doors_2026aircare .item__07-1 {
  grid-column: 1/7;
  grid-row: 1/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__07-1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
#content.doors_2026aircare .item__07-2 {
  grid-column: 7/10;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__07-2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
#content.doors_2026aircare .item__07-3 {
  grid-column: 10/13;
  grid-row: 1/4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__07-3 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
#content.doors_2026aircare .item__07-4 {
  grid-column: 7/10;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__07-4 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
#content.doors_2026aircare .item__07-5 {
  grid-column: 10/13;
  grid-row: 4/7;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .item__07-5 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
#content.doors_2026aircare .view_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .view_sp {
    position: relative;
    display: block;
    width: 93.333333%;
    margin: 18px auto 30px;
  }
  #content.doors_2026aircare .view_sp .view_sp_item {
    color: #000;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }
  #content.doors_2026aircare .view_sp .view_sp_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    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_2026aircare .modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  -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;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap {
    overflow: scroll;
  }
}
#content.doors_2026aircare .modal_wrap.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}
#content.doors_2026aircare .modal_wrap.is-active .swiper_modal .swiper-wrapper .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
#content.doors_2026aircare .modal_wrap.is-active .swiper_modal .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_th .swiper-wrapper .swiper-slide {
  pointer-events: auto;
}
#content.doors_2026aircare .modal_wrap .js-modal-close {
  position: absolute;
  bottom: 60px;
  right: 48px;
  display: block;
  width: 57px;
  height: 21px;
  border-radius: 11px;
  border: 1px solid #D9D9D9;
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .js-modal-close {
    top: 64px;
    right: 30px;
  }
}
#content.doors_2026aircare .modal_wrap .modal_inner {
  position: relative;
  display: block;
  width: calc(100% - 96px);
  height: calc(100dvh - 120px);
  margin: 60px auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .modal_inner {
    width: 93.333333%;
    height: auto;
    margin: 48px auto;
  }
}
#content.doors_2026aircare .modal_wrap .modal_inner .swiper-button-prev::after,
#content.doors_2026aircare .modal_wrap .modal_inner .swiper-button-next::after {
  display: none;
}
#content.doors_2026aircare .modal_wrap .modal_inner .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -10px);
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .modal_inner .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 70vw);
  }
}
#content.doors_2026aircare .modal_wrap .modal_inner .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -10px);
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .modal_inner .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 70vw);
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal {
  display: block;
  width: 100%;
  height: 100%;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  background: #fff;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal {
    display: block;
    height: auto;
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal.swiper-slide-active {
  pointer-events: none;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style {
  width: 58vh;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style {
    width: 100%;
    height: auto;
    aspect-ratio: 173/260;
    margin: 0 auto 30px;
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style .swiper-slide {
  background: #fff;
  width: auto;
  height: 100%;
  border: 1px solid #F4F4F4;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style .swiper-slide {
    width: auto;
    height: auto;
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style .swiper-slide 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: 100%;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style .swiper-slide img {
    width: 100%;
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_style .swiper-slide-active {
  pointer-events: none;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_th {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_th {
    position: relative;
    margin: 0 auto 30px;
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_th .swiper-wrapper .swiper-slide {
  width: auto;
  cursor: pointer;
  pointer-events: none;
  overflow: hidden;
  -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;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_th .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.3;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_th .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 80px;
  -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;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .swiper_th .swiper-wrapper .swiper-slide img:hover {
  scale: 1.05;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info {
  width: 350px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info {
    width: 84%;
    margin: 0 auto;
  }
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info h2 {
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 0 0 18px;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_description {
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.33px;
  margin: 0 0 30px;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a {
  display: flex;
  align-items: center;
  gap: 12px;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.urtech {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 16px;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.urtech::before {
  content: "";
  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%);
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_mark.svg);
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.urtech .name {
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.5px;
  max-width: calc(100% - 40px);
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.urtech .buy {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  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_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.other {
  margin: 0 0 8px;
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.other .name {
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.5px;
  max-width: calc(100% - 40px);
}
#content.doors_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list a.other .buy {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  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_2026aircare .modal_wrap .swiper_modal .swiper-slide-modal .item_info .item_list img {
  margin: 0 0 30px;
}
#content.doors_2026aircare .modal_wrap .swiper-pagination {
  bottom: 27px;
  left: auto;
  right: 0;
  display: block;
  width: fit-content;
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .modal_wrap .swiper-pagination {
    top: 18px;
    bottom: auto;
    left: 17px;
    right: auto;
  }
}
#content.doors_2026aircare .modal_wrap .swiper-pagination .swiper-pagination-current {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.2px;
}
#content.doors_2026aircare .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 90px auto;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .btn-area {
    display: block;
    margin: 30px auto;
  }
}
#content.doors_2026aircare .btn-area a {
  position: relative;
  display: block;
  width: 300px;
  height: 60px;
  border-radius: 2px;
  background: #1A1A1A;
  -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;
}
@media (hover: hover) and (pointer: fine) {
  #content.doors_2026aircare .btn-area a:hover {
    background: #6F87AB;
  }
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .btn-area a {
    width: 93.333333%;
    margin: 0 auto 12px;
  }
}
#content.doors_2026aircare .btn-area a p {
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.7px;
  padding: 12px 0 0 30px;
}
#content.doors_2026aircare .btn-area a img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#content.doors_2026aircare .archive {
  position: relative;
  text-align: left;
  display: block;
  width: calc(100% - 96px);
  margin: 0 auto;
  padding: 30px 0 60px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .archive {
    width: 93.333333%;
    padding: 60px 0;
  }
}
#content.doors_2026aircare .archive h2 {
  color: #1A1A1A;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .archive h2 {
    text-align: center;
  }
}
#content.doors_2026aircare .archive ul {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .archive ul {
    justify-content: center;
  }
}
#content.doors_2026aircare .archive ul li {
  width: 204px;
}
#content.doors_2026aircare .archive ul li a img {
  margin: 0 0 18px;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .archive ul li a img {
    margin: 0 0 12px;
  }
}
#content.doors_2026aircare .archive ul li a h3 {
  color: #1A1A1A;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  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;
}
@media screen and (max-width: 960px) {
  #content.doors_2026aircare .archive ul li a h3 {
    line-height: 130%;
  }
}

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

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