@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .top-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top-slider .top-slider__arrow.r-next {
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -22.5px;
    left: initial;
  }
  .top-slider .top-slider__arrow.r-prev {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -22.5px;
    right: initial;
    transform: rotate(-180deg);
  }
  .top-slider .top-slider__arrow {
    background: url("/en/assets/img/common/ico_arrow-right.svg") no-repeat center center / contain;
  }
  .top-slider .top-slider__arrow {
    width: 45px;
    height: 45px;
  }
  .top-slider .top-slider__itm__img {
    margin-left: -597px;
  }
  .top-slider .top-slider__indicator {
    bottom: -31px;
    padding-right: 30px;
  }
  .top-slider .top-slider__ctrl-btn {
    bottom: -31px;
    margin-left: 492px;
  }
  .r-news .top-news-card-list.r-col .top-news-card-list__itm__output-element__category {
    width: initial !important;
    padding: 2px 30px 1px;
  }
}
.p-top-products-section, .p-top-bnr-section, .p-top-contents-section, .top-section.r-news {
  margin-top: 56px;
}
.p-top-contents-section {
  margin-right: auto;
  margin-left: auto;
  min-width: 1040px;
  max-width: 1200px;
}
.p-top-products-section-link {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  border: solid #E4002B 1px;
  border-radius: 20px;
  padding: 30px 59px 30px 70px;
  box-shadow: none;
  transition: 0.3s;
}
.p-top-products-section-link:hover {
  color: #333 !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 2px #e4002b;
}
.p-top-products-section-pic {
  width: 520px;
  display: block;
}
.p-top-products-section-pic-img {
  width: 100%;
  height: auto;
}
.p-top-products-section-block {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
}
.p-top-products-section-block .top-section__more-detail {
  margin-top: auto;
}
.p-top-products-section-hdg {
  font-size: 32px;
  color: #E4002B;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-top-bnr-link {
  display: block;
  margin: 0 auto;
  width: 508px;
  overflow: hidden;
  border: solid 1px #ddd;
}
.p-top-bnr-img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.p-top-bnr-link:hover .p-top-bnr-img {
  transform: scale(1.05);
}
.p-top-contents-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.p-top-contents-list-itm {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.p-top-contents-list-itm:nth-child(even) {
  flex-direction: row-reverse;
}
.p-top-contents-list-itm:nth-child(even) .p-top-contents-list-itm-block {
  display: flex;
  justify-content: flex-end;
}
.p-top-contents-list-itm-block {
  width: 40%;
}
.p-top-contents-list-itm-link {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 353px;
}
.p-top-contents-list-itm-link:hover {
  color: #333;
  text-decoration: none;
}
.p-top-contents-list-itm-pic {
  display: block;
  width: 60%;
}
.p-top-contents-list-itm-pic-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top-contents-list-itm-hdg {
  font-size: 30px;
  color: #E4002B;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: solid #E4002B 2px;
}
.top-section__more-detail__link-en {
  width: initial;
  padding-right: 16px;
  transition: 0.3s;
}
a:hover .top-section__more-detail__link-en {
  width: initial;
  padding-right: 20px;
}
.top-slider__itm--txt {
  display: block;
  width: 400px;
  height: 200px;
  position: absolute;
  top: 100px;
  left: 80px;
}
.top-slider .top-slider__itm__inner {
  max-width: 1200px;
  min-width: 1040px;
  width: 100%;
}
.top-slider__itm--txt p {
  color: #E4002B;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-slider__itm--txt {
    width: 100%;
    height: 70vw;
    top: 11.2vw;
    left: 0;
    padding: 0 5.333333333vw;
  }
  .top-slider .top-slider__itm__inner {
    max-width: 100%;
    min-width: 100%;
  }
  .top-slider__itm--txt p {
    font-size: 8vw;
  }
  .p-top-products-section, .p-top-bnr-section, .p-top-contents-section, .top-section.r-news {
    margin-top: 14.93333333vw;
  }
  .p-top-products-section-link {
    flex-direction: column-reverse;
    gap: 8.533333333vw;
    border-radius: 4.266666667vw;
    padding: 4.266666667vw;
  }
  .p-top-products-section-link:hover {
    box-shadow: none;
  }
  .p-top-products-section-pic {
    width: 100%;
  }
  .p-top-products-section-block {
    padding: 0;
  }
  .p-top-products-section-block .top-section__more-detail {
    margin-top: 4.266666667vw;
    margin-left: auto;
  }
  .p-top-products-section-hdg {
    font-size: 8vw;
    margin-bottom: 4.266666667vw;
  }
  .p-top-bnr-link {
    width: 74.4vw;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top-bnr-link:hover .p-top-bnr-img {
    transform: scale(1);
  }
  .p-top-contents-section {
    min-width: 100%;
    max-width: 100%;
  }
  .p-top-contents-list {
    gap: 14.93333333vw;
  }
  .p-top-contents-list-itm {
    flex-direction: column;
    gap: 4.266666667vw;
  }
  .p-top-contents-list-itm:nth-child(even) {
    flex-direction: column;
  }
  .p-top-contents-list-itm:nth-child(even) .p-top-contents-list-itm-block {
    justify-content: flex-start;
  }
  .p-top-contents-list-itm-block {
    width: 100%;
  }
  .p-top-contents-list-itm-link {
    gap: 6.4vw;
    width: 100%;
    padding: 0 5.333333333vw;
    align-items: flex-start;
  }
  .p-top-contents-list-itm-pic {
    width: 100%;
    height: 58.66666667vw;
  }
  .p-top-contents-list-itm-hdg {
    font-size: 7.466666667vw;
    padding: 2.133333333vw 0;
    border-bottom: solid #E4002B 0.8vw;
    display: inline-block;
  }
  .top-section__more-detail {
    margin-left: auto;
    margin-top: 0 !important;
  }
  .top-section__more-detail__link-en {
    padding-right: 4.266666667vw;
  }
  a:hover .top-section__more-detail__link-en {
    padding-right: 4.266666667vw;
  }
  .top-news-card-list.r-col.r-en-top .u-flex--start p {
    width: initial !important;
    padding: 2px 5vw 1px;
  }
}

.p-top-bnr-link {position: relative;}
.p-top-bnr-link:before,.p-top-bnr-link:after{content:'';display:block;position:absolute;z-index:2;}
.p-top-bnr-link:before{border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
@media screen and (min-width: 769px), print{
.p-top-bnr-link:before{width:7px;height:7px;bottom:34px;right:37px;}
}
@media screen and (max-width: 768px){
.p-top-bnr-link:before{bottom:4.6vw;right:4.8vw;width:5.5px;width:1.46667vw;height:5.5px;height:1.46667vw;}
}
.p-top-bnr-link:after{height:1px;background-color:#e4002b;}
@media screen and (min-width: 769px), print{
.p-top-bnr-link:after{width:12px;bottom:37px;right:36px;}
}
@media screen and (max-width: 768px){
.p-top-bnr-link:after{bottom:5.26667vw;right:4.6vw;width:9px;width:2.4vw;}
}
.p-top-bnr-link__inner{display:block;position:relative;}
.p-top-bnr-link__inner:after{content:'';display:block;position:absolute;z-index:2;border:1px solid #e4002b;border-radius:50%;}
@media screen and (min-width: 769px), print{
.p-top-bnr-link__inner:after{bottom:19px;right:24px;width:37px;height:37px;}
}
@media screen and (max-width: 768px){
.p-top-bnr-link__inner:after{bottom:1.93333vw;right:2.33333vw;width:25px;width:6.66667vw;height:25px;height:6.66667vw;}
}





