@charset "UTF-8";
.comp {
  top: 0;
}
@media (max-width: 767.9px) {
  .comp {
    top: 44px;
  }
}

.cTopEn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 0 0 16px;
  color: #fff;
  font-family: Avenir Next, var(--font-main);
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.375;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .cTopEn {
    padding: 0 0 0 8px;
    font-size: 16px;
    line-height: 1.375;
  }
}
.cTopEn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #dc042f;
}
@media (max-width: 767.9px) {
  .cTopEn::before {
    width: 4px;
    height: 4px;
  }
}
.cTopEn::after {
  content: "";
  flex: 1 1 100%;
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
}

.cTopButton {
  position: relative;
  display: block;
  padding: 10px 0 12px;
  background-color: #dc042f;
  border: 1px solid #dc042f;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.cTopButton span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.cTopButton::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  background-color: #fff;
  transition: width 0.3s ease;
}
.cTopButton::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url("../img/home/button_icon01-white.png") no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
.cTopButton:hover {
  color: #dc042f;
}
.cTopButton:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.cTopButton:hover::after {
  background-image: url("../img/home/button_icon01-red.png");
}

header {
  background: #010202;
}

@media (max-width: 767.9px) {
  .header-logo {
    padding-top: 3px;
  }
}

@media (max-width: 767.9px) {
  .header-logo img {
    display: block;
    width: 137px;
  }
}

.header-inner {
  background-color: #010202;
  border-bottom: none !important;
}

.header-menu-li a {
  font-size: 16px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .header-menu-li.isContact a {
    position: relative;
    display: inline-block;
    padding: 0 24px 0 0;
  }
}
@media (min-width: 768px) {
  .header-menu-li.isContact a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 16px;
    height: 16px;
    background: url("../img/common/external-white.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.header-menu-english {
  font-family: Avenir Next, var(--font-main);
}

@media (min-width: 768px) {
  .header-nav {
    width: 653px;
  }
}
footer {
  background-color: #010202;
}
@media (max-width: 767.9px) {
  footer {
    border: 0 !important;
  }
}

.footer-banner-li a {
  display: block;
  background-color: #000;
  border: 2px solid #2b2b2b;
  transition: border-color 0.4s ease;
}
@media (min-width: 768px) {
  .footer-banner-li a:hover {
    border-color: #fff;
  }
}

article[class$="-230908"] .page-header {
  background-color: #010202;
}

.home-article-230908 .page-header {
  border: 0 !important;
}

.home-article-230908 .page-header-txt {
  right: 13.2%;
  bottom: 11.8%;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .home-article-230908 .page-header-txt {
    top: auto;
    right: 6.2%;
    bottom: 17.8%;
    gap: 16px;
  }
}
@media (max-width: 767.9px) {
  .home-article-230908 .page-header-txt img:nth-of-type(1) {
    width: 148px;
  }
}

.home-article .topConcept {
  padding: 160px 24px 0;
  background-color: #010202;
  border: 0 !important;
}
@media (max-width: 767.9px) {
  .home-article .topConcept {
    padding: 80px 24px 0;
  }
}
.home-article .topConcept_container {
  max-width: 1280px;
  margin: 0 auto;
}
.home-article .topConcept_contents {
  display: flex;
  gap: 40px;
  margin: 40px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_contents {
    flex-wrap: wrap;
    gap: 0;
    margin: 24px 0 0;
  }
}
.home-article .topConcept_image {
  flex: 1 1 620px;
  width: 620px;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_image {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-article .topConcept_block {
  flex: 1 1 620px;
  width: 620px;
  padding: 32px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_block {
    flex: 0 0 100%;
    width: 100%;
    padding: 21px 0 0;
  }
}
.home-article .topConcept_title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.home-article .topConcept_title small,
.home-article .topConcept_title span {
  position: relative;
  display: block;
}
.home-article .topConcept_title small::before,
.home-article .topConcept_title span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transition: width 0.8s cubic-bezier(0.7, 0, 0.2, 1) 0.1s;
}
.home-article .topConcept_title.isScrolled small::before, .home-article .topConcept_title.isScrolled span::before {
  width: 0%;
}
.home-article .topConcept_title small {
  font-size: 32px;
  line-height: 1.4375;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_title small {
    font-size: 20px;
  }
}
.home-article .topConcept_title span {
  margin: -2px 0 0;
  font-size: 48px;
  line-height: 1.4375;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_title span {
    margin: 0;
    font-size: 32px;
  }
}
.home-article .topConcept_text {
  margin: 31px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.6875;
  }
}
.home-article .topConcept_text span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #dc042f;
  font-weight: 700;
  transition: opacity 0.6s ease;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_text span {
    margin: 0 12px 0 0;
  }
}
@media (min-width: 768px) {
  .home-article .topConcept_text span:hover {
    opacity: 0.6;
  }
}
.home-article .topConcept_text span::after {
  content: "※";
  position: absolute;
  top: 1px;
  right: -12px;
  font-size: 12px;
}
.home-article .topConcept_by {
  width: 272px;
  margin: 61px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topConcept_by {
    width: 226px;
    margin: 19px 0 0;
  }
}

.home-article .topModaal {
  position: fixed;
  z-index: 400;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.home-article .topModaal:not(.isOpen) {
  display: none;
}
.home-article .topModaal_mask {
  position: absolute;
  inset: 0;
  background-color: rgba(60, 60, 60, 0.8);
}
.home-article .topModaal_container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #010202;
}
.home-article .topModaal_contents {
  position: relative;
  display: flex;
  gap: 48px;
  padding: 80px min(7.3611111111vw, 106px);
  width: min(88.8888888889vw, 1280px);
}
@media (max-width: 767.9px) {
  .home-article .topModaal_contents {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 12px 32px;
  }
}
.home-article .topModaal_image {
  flex: 1 1 560px;
  width: 560px;
}
@media (max-width: 767.9px) {
  .home-article .topModaal_image {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-article .topModaal_block {
  flex: 1 1 460px;
  width: 460px;
  padding: min(3.3333333333vw, 48px) 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topModaal_block {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.home-article .topModaal_title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}
@media (max-width: 767.9px) {
  .home-article .topModaal_title {
    padding: 0 12px;
    line-height: 1.5;
  }
}
.home-article .topModaal_text {
  padding: 0 16px 0 0;
  margin: 20px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
}
@media (max-width: 767.9px) {
  .home-article .topModaal_text {
    padding: 0 12px;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
.home-article .topModaal_close {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .home-article .topModaal_close {
    top: 4px;
    right: 4px;
  }
}
.home-article .topModaal_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 22px;
  height: 2px;
  background-color: #010202;
}
.home-article .topModaal_close span:nth-of-type(1) {
  rotate: 45deg;
}
.home-article .topModaal_close span:nth-of-type(2) {
  rotate: 135deg;
}

.home-article .topPolicy {
  padding: 64px 24px 0;
  background-color: #010202;
  border: 0 !important;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy {
    padding: 40px 24px 0;
  }
}
.home-article .topPolicy_container {
  max-width: 1280px;
  margin: 0 auto;
}
.home-article .topPolicy_contents {
  display: flex;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_contents {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home-article .topPolicy_image {
  flex: 1 1 620px;
  width: 620px;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_image {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-article .topPolicy_block {
  flex: 1 1 620px;
  width: 620px;
  padding: 38px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_block {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.home-article .topPolicy_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0697674419;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_title {
    font-size: 20px;
    line-height: 1.45;
  }
}
.home-article .topPolicy_title {
  position: relative;
  display: block;
}
.home-article .topPolicy_title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transition: width 0.8s cubic-bezier(0.7, 0, 0.2, 1) 0.1s;
}
.home-article .topPolicy_title.isScrolled::before {
  width: 0%;
}
.home-article .topPolicy_text {
  margin: 24px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7777777778;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_text {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_text br {
    display: none;
  }
}
.home-article .topPolicy_text span {
  display: block;
  font-weight: 700;
}
.home-article .topPolicy_by {
  width: 354px;
  margin: 14px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topPolicy_by {
    width: 240px;
    margin: 10px 0 0;
  }
}

.home-article .topItems {
  padding: 160px 24px 160px;
  background-color: #010202;
  border: 0 !important;
}
@media (max-width: 767.9px) {
  .home-article .topItems {
    padding: 120px 24px 124px;
  }
}
.home-article .topItems_container {
  max-width: 1280px;
  margin: 0 auto;
}
.home-article .topItems_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 40px;
  margin: 40px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topItems_contents {
    grid-template-columns: 1fr;
    gap: 41px;
    margin: 24px 0 0;
  }
}
.home-article .topItems_item {
  translate: 0 20px;
  opacity: 0;
  transition: translate 0.6s ease, opacity 0.6s ease;
}
.home-article .topItems_item.isScrolled {
  translate: 0 0;
  opacity: 1;
}
.home-article .topItems_item-title {
  margin: 24px 0 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4375;
}
@media (max-width: 767.9px) {
  .home-article .topItems_item-title {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.5;
  }
}
.home-article .topItems_item-text {
  margin: 6px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7777777778;
}
@media (max-width: 767.9px) {
  .home-article .topItems_item-text {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media (max-width: 767.9px) {
  .home-article .topItems_item-text br {
    display: none;
  }
}
.home-article .topItems_item-button {
  width: 240px;
  margin: 22px 0 0;
}
.home-article .topItems .topBanner {
  padding-top: 0;
  margin: 80px 0 0;
}

.home-article .topShops {
  padding: 32px 0;
  background-color: #3c3c3c;
  background-color: #000;
  border: 0 !important;
  border-top: 1px solid #dc042f !important;
  border-bottom: 1px solid #dc042f !important;
}
@media (max-width: 767.9px) {
  .home-article .topShops {
    padding: 40px 24px;
  }
}
.home-article .topShops_contents {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 767.9px) {
  .home-article .topShops_contents {
    display: grid;
    grid-template-columns: 208px;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.home-article .topShops_item {
  display: block;
  flex: 1 1 208px;
  width: 208px;
  max-width: 208px;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .home-article .topShops_item {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .home-article .topShops_item:hover {
    opacity: 0.6;
  }
}
.home-article .topShops_item.isSmall {
  flex: 1 1 199px;
  width: 199px;
  max-width: 199px;
}
@media (max-width: 767.9px) {
  .home-article .topShops_item.isSmall {
    margin: 0 auto;
  }
}

.home-article .topFunction {
  padding: 144px 24px 0;
  background-color: #010202;
  border: 0 !important;
}
@media (max-width: 767.9px) {
  .home-article .topFunction {
    position: relative;
    padding: 96px 24px 48px;
  }
}
@media (max-width: 767.9px) {
  .home-article .topFunction::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 20px;
    background-color: #010202;
  }
}
.home-article .topFunction_container {
  max-width: 1280px;
  margin: 0 auto;
}
.home-article .topFunction_contents {
  margin: 40px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_contents {
    margin: 24px 0 0;
  }
}
.home-article .topFunction_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.home-article .topFunction_item-en {
  color: #dc042f;
  font-family: Avenir Next, var(--font-main);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.375;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item-en {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.home-article .topFunction_item-title {
  margin: 24px 0 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4375;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item-title {
    margin: 12px 0 0;
    font-size: 24px;
    line-height: 1.4583333333;
  }
}
.home-article .topFunction_item-title {
  position: relative;
  display: block;
}
.home-article .topFunction_item-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transition: width 0.8s cubic-bezier(0.7, 0, 0.2, 1) 0.1s;
}
.home-article .topFunction_item-title.isScrolled::before {
  width: 0%;
}
.home-article .topFunction_item-text {
  margin: 18px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7777777778;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item-text {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
.home-article .topFunction_item-image {
  position: relative;
}
.home-article .topFunction_item-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1159.9px) {
  .home-article .topFunction_item-cover {
    display: none;
  }
}
.home-article .topFunction_item-cover picture,
.home-article .topFunction_item-cover img {
  width: auto;
  max-width: none;
  height: 100%;
}
.home-article .topFunction_item.isItem01 .topFunction_item-image {
  flex: 1 1 620px;
  width: 620px;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem01 .topFunction_item-image {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-article .topFunction_item.isItem01 .topFunction_item-block {
  flex: 1 1 620px;
  width: 620px;
  padding: min(5.5555555556vw, 80px) 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem01 .topFunction_item-block {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.home-article .topFunction_item.isItem02 {
  margin: 80px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem02 {
    margin: 60px 0 0;
  }
}
.home-article .topFunction_item.isItem02 .topFunction_item-image {
  order: 2;
  flex: 1 1 730px;
  padding: 0 110px 0 0;
  padding: 0 min(7.6388888889vw, 110px) 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem02 .topFunction_item-image {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.home-article .topFunction_item.isItem02 .topFunction_item-block {
  padding: 48px 0 0 220px;
  padding: min(3.3333333333vw, 48px) 0 0 min(15.2777777778vw, 220px);
  order: 1;
  flex: 1 1 510px;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem02 .topFunction_item-block {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.home-article .topFunction_item.isItem03 {
  margin: 80px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem03 {
    margin: 62px 0 0;
  }
}
.home-article .topFunction_item.isItem03 .topFunction_item-image {
  flex: 1 1 690px;
  width: 690px;
  padding: 0 0 0 70px;
  padding: 0 0 0 min(4.8611111111vw, 70px);
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem03 .topFunction_item-image {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.home-article .topFunction_item.isItem03 .topFunction_item-block {
  flex: 1 1 550px;
  width: 550px;
  padding: 32px 0 0 40px;
  padding: min(2.2222222222vw, 32px) 0 0 min(2.7777777778vw, 40px);
}
@media (max-width: 767.9px) {
  .home-article .topFunction_item.isItem03 .topFunction_item-block {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}

.home-article .topBanner {
  padding: 120px 24px 0;
  background-color: #010202;
  border: 0 !important;
}
@media (max-width: 767.9px) {
  .home-article .topBanner {
    position: relative;
    padding: 28px 24px 16px;
  }
}
.home-article .topBanner_container {
  max-width: 1280px;
  margin: 0 auto;
}
.home-article .topBanner_contents {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  gap: min(2.7777777778vw, 40px);
}
@media (max-width: 767.9px) {
  .home-article .topBanner_contents {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.home-article .topBanner_item {
  aspect-ratio: 962/240;
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 1 962px;
  width: 962px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_item {
    flex: 0 0 100%;
    width: 100%;
    padding: 32px 0 0;
  }
}
@media (min-width: 768px) {
  .home-article .topBanner_item:hover {
    opacity: 0.6;
  }
}
.home-article .topBanner_item-title {
  color: #fff;
  font-family: Avenir Next, var(--font-main);
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.375;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_item-title {
    padding: 0 0 0 32px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.home-article .topBanner_item-more {
  margin: 48px 0 0;
  margin: 4.765% 0 0;
  color: #fff;
  font-family: Avenir Next, var(--font-main);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3888888889;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_item-more {
    padding: 0 0 0 32px;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.3571428571;
  }
}
.home-article .topBanner_item-more span {
  position: relative;
  display: inline-block;
  padding: 0 28px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_item-more span {
    padding: 0 24px 0 0;
  }
}
.home-article .topBanner_item-more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20px;
  height: 6px;
  background: url("../img/home/arrow01-white.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.home-article .topBanner_item-image {
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -12px;
  bottom: 1px;
  width: auto;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_item-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 25px 0 0;
  }
}
.home-article .topBanner_item-image picture,
.home-article .topBanner_item-image img {
  width: auto;
  height: 100%;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_item-image picture,
  .home-article .topBanner_item-image img {
    width: 100%;
    height: auto;
  }
}
.home-article .topBanner_item-pdf {
  position: absolute;
  top: 50%;
  right: 160px;
  translate: 0 -50%;
  width: 64px;
  margin: -7px 0 0;
}
.home-article .topBanner_specification {
  position: relative;
  flex: 1 1 290px;
  width: 290px;
  padding: 48px 0 0;
  padding: 3.75% 0 0;
  border: 1px solid #2b2b2b;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_specification {
    flex: 0 0 100%;
    width: 100%;
    padding: 22px 31px 30px;
  }
}
@media (min-width: 768px) {
  .home-article .topBanner_specification:hover {
    opacity: 0.6;
  }
}
.home-article .topBanner_specification-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_specification-title {
    text-align: left;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.home-article .topBanner_specification-icon {
  width: 32px;
  margin: 6px auto 0;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_specification-icon {
    margin: 12px 0 0;
  }
}
.home-article .topBanner_specification-more {
  margin: 32px 0 0;
  margin: 11.1% 0 0;
  text-align: center;
  color: #fff;
  font-family: Avenir Next, var(--font-main);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3888888889;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_specification-more {
    position: absolute;
    right: 32px;
    bottom: 30px;
    margin: 0;
    font-size: 14px;
    line-height: 1.3571428571;
  }
}
.home-article .topBanner_specification-more span {
  position: relative;
  display: inline-block;
  padding: 0 28px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topBanner_specification-more span {
    padding: 0 24px 0 0;
  }
}
.home-article .topBanner_specification-more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20px;
  height: 6px;
  background: url("../img/home/arrow01-white.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.topSpacer {
  height: 158px;
  background-color: #010202;
}
@media (max-width: 767.9px) {
  .topSpacer {
    height: 16px;
  }
}

.home-article .topSectionList {
  margin: 120px 0 0;
}
@media (max-width: 767.9px) {
  .home-article .topSectionList {
    margin: 80px 0 0;
  }
}
.home-article .topSectionList_item {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.home-article .topSectionList_item a,
.home-article .topSectionList_item span {
  position: relative;
  display: block;
  background-color: #2b2b2b;
  text-align: center;
  color: #fff;
  font-family: Avenir Next, var(--font-main);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3888888889;
  white-space: nowrap;
}
.home-article .topSectionList_item a:hover,
.home-article .topSectionList_item span:hover {
  opacity: 0.7;
}/*# sourceMappingURL=home26.css.map */