@charset "UTF-8";
a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

main.top {
  color: #000;
  font-size: 0.9375rem;
  line-height: 1;
}

@media print, screen and (max-width: 1023.98px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ========================================
  Display
======================================== */
.u-hiddenSP {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .u-hiddenSP {
    display: block !important;
  }
}

.u-hiddenTab {
  display: none !important;
}
@media print, screen and (min-width: 1024px) {
  .u-hiddenTab {
    display: block !important;
  }
}

.u-hiddenPC {
  display: block !important;
}
@media print, screen and (min-width: 1024px) {
  .u-hiddenPC {
    display: none !important;
  }
}

.u-showSP {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .u-showSP {
    display: block !important;
  }
}

.u-showTab {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .u-showTab {
    display: block !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-showTab {
    display: none !important;
  }
}

/* ----------------------------------------
  JS
---------------------------------------- */
.u-hide {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
}

.u-show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

/* ========================================
  Top
======================================== */
/* ----------------------------------------
  Section
---------------------------------------- */
.top-section {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .top-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.top-section_inner,
.top-notice_inner,
.top-prdct_inner,
.top-utility {
  margin-left: 16px;
  margin-right: 16px;
}
@media print, screen and (min-width: 768px) {
  .top-section_inner,
  .top-notice_inner,
  .top-prdct_inner,
  .top-utility {
    margin-left: 42px;
    margin-right: 42px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-section_inner,
  .top-notice_inner,
  .top-prdct_inner,
  .top-utility {
    max-width: 1312px;
    margin-left: 52px;
    margin-right: 52px;
  }
}
@media print, screen and (min-width: 1416px) {
  .top-section_inner,
  .top-notice_inner,
  .top-prdct_inner,
  .top-utility {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-section_parts {
  position: relative;
  margin-bottom: 64px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .top-section_parts {
    margin-bottom: 56px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-section_parts {
    margin-bottom: 64px;
  }
}
.top-section_parts:last-child {
  margin-bottom: 0;
}

.top-section_title {
  margin-bottom: 24px;
  text-align: center;
}
.top-section_title .en {
  position: relative;
  line-height: 1.3928571429;
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 1024px) {
  .top-section_title .en {
    line-height: 1.4;
    font-size: 2.5rem;
  }
}
.top-section_title .en::before {
  position: absolute;
  top: 17px;
  left: -17px;
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background-color: #df0523;
}
@media print, screen and (min-width: 1024px) {
  .top-section_title .en::before {
    top: 25px;
    left: -20px;
    width: 12px;
    height: 8px;
  }
}
.top-section_title .ja {
  line-height: 1.3846153846;
  display: block;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1024px) {
  .top-section_title .ja {
    line-height: 1.375;
    font-size: 1rem;
  }
}

.top-section_title-image {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 1024px) {
  .top-section_title-image {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-section_title-image img {
    width: 216px;
    height: auto;
  }
}

.top-section_title-accent .en, .top-section_title-accent .ja {
  color: #fff;
}
.top-section_title-accent .en::before {
  left: -20px;
  width: 12px;
  height: 8px;
}
@media print, screen and (min-width: 1024px) {
  .top-section_title-accent .en::before {
    left: -28px;
  }
}

.top-section_subTitle {
  position: relative;
  line-height: 1.3888888889;
  margin-bottom: 32px;
  padding-top: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .top-section_subTitle {
    line-height: 1.375;
    margin-bottom: 40px;
    padding-top: 27px;
    font-size: 1.5rem;
  }
}
.top-section_subTitle:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #df0523;
  border-radius: 2px;
}
@media print, screen and (min-width: 1024px) {
  .top-section_subTitle:before {
    width: 40px;
    height: 3px;
    border-radius: 3px;
  }
}

/* ----------------------------------------
  Utility List
---------------------------------------- */
.top-utility {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-utility_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-bottom: -10px;
  }
}

.top-utilityList_listItem {
  line-height: 1.4285714286;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .top-utilityList_listItem {
    margin-right: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-utilityList_listItem + .top-utilityList_listItem {
    margin-top: 10px;
  }
}
.top-utilityList_listItem > a {
  display: block;
  position: relative;
  padding-left: 18px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .top-utilityList_listItem > a {
    padding-left: 20px;
  }
}
.top-utilityList_listItem > a:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
}
@media print, screen and (min-width: 768px) {
  .top-utilityList_listItem > a:before {
    top: 0.1em;
    width: 16px;
    height: 16px;
  }
}
@media (any-hover: hover) {
  .top-utilityList_listItem > a:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  Footer
---------------------------------------- */
.top-footer {
  padding: 10px 0;
  background-color: #f0f0f0;
  text-align: center;
}

.top-footer_copyright {
  line-height: 1.5;
  color: #666;
  font-size: 0.75rem;
}
.top-footer_copyright small {
  font-size: 100%;
}

/* ========================================
  Hero
======================================== */
.top-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

/* ----------------------------------------
  Slider
---------------------------------------- */
.top-hero_slider {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_slider {
    max-width: 1312px;
    margin: 0 auto;
  }
}
.top-hero_slider .slick-list {
  overflow: visible;
}
.top-hero_slider .slick-list img {
  width: 100%;
  height: auto;
}
.top-hero_slider .slick-arrow {
  position: absolute;
  bottom: 24px;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 100%;
  background-color: transparent;
  z-index: 100;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (max-width: 1023.98px) {
  .top-hero_slider .slick-arrow {
    display: none !important;
  }
}
.top-hero_slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-hero_slider .slick-arrow:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .top-hero_slider .slick-arrow:hover:before {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
}
.top-hero_slider .slick-prev {
  right: 80px;
}
.top-hero_slider .slick-prev:before {
  background-image: url(../img/icon_prev.svg);
}
.top-hero_slider .slick-next {
  right: 40px;
}
.top-hero_slider .slick-next:before {
  background-image: url(../img/icon_next.svg);
}

.top-hero_slider {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
  height: 189px;
}
@media print, screen and (min-width: 768px) {
  .top-hero_slider {
    height: 404px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_slider {
    height: 440px;
  }
}

.top-hero_slider.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  height: auto;
}

/* ----------------------------------------
  Card
---------------------------------------- */
.top-hero_sliderCard a {
  position: relative;
  display: block;
  overflow: hidden;
}
.top-hero_sliderCard a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-hero_sliderCard a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-hero_sliderCard a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-hero_sliderCard a:hover::after {
    opacity: 1;
  }
}
.top-hero_sliderCard:not(.slick-current) a {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.top-hero_sliderCardTextArea {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  height: 110px;
  padding: 0 16px 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.64%, rgba(0, 0, 0, 0.6) 43.37%, #000 100%);
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderCardTextArea {
    height: 140px;
    padding: 0 42px 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.64%, rgba(0, 0, 0, 0.6) 43.37%, #000 100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTextArea {
    height: 231px;
    padding: 0 336px 40px 56px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.05%, rgba(0, 0, 0, 0.54) 56.78%, rgba(0, 0, 0, 0.9) 100%);
  }
}

@media screen and (max-width: 767.98px) {
  .top-hero_sliderCardTextArea-noCopy {
    height: 75px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.05%, rgba(0, 0, 0, 0.6) 59.45%, #000 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderCardTextArea-noCopy {
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.05%, rgba(0, 0, 0, 0.6) 59.45%, #000 100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTextArea-noCopy {
    height: 231px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.17%, rgba(0, 0, 0, 0.405) 62.04%, rgba(0, 0, 0, 0.675) 73.75%, rgba(0, 0, 0, 0.9) 100%);
  }
}

.top-hero_sliderCardCopy {
  line-height: 1.375;
  width: 100%;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderCardCopy {
    line-height: 1.3888888889;
    margin-bottom: 8px;
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5607843137);
    font-size: 1.125rem;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardCopy {
    line-height: 1.40625;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
  }
}

.top-hero_sliderCardTitle {
  line-height: 1.6153846154;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTitle {
    line-height: 1.5714285714;
    font-size: 0.875rem;
  }
}
.top-hero_sliderCardTitle:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  vertical-align: text-bottom;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTitle:after {
    height: 16px;
  }
}
a[target=_blank] .top-hero_sliderCardTitle:after {
  background-image: url(../img/icon_external-accent.svg);
  background-size: 10px auto;
}

.top-hero_sliderCardTextAreaInner {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.1s;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTextAreaInner {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.slick-current .top-hero_sliderCardTextAreaInner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

/* ----------------------------------------
  Pager
---------------------------------------- */
@media screen and (max-width: 767.98px) {
  .top-hero_sliderNavigation {
    background-color: #222;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderNavigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.top-hero_sliderNavigationInner {
  position: relative;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.top-hero_sliderPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-hero_sliderPagination {
    width: 100%;
    padding-right: 12px;
    padding-bottom: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderPagination {
    position: absolute;
    bottom: 24px;
    right: 42px;
    width: 200px;
    height: 28px;
    padding-right: 10px;
    padding-bottom: 2px;
    z-index: 100;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderPagination {
    right: 120px;
    width: 224px;
    height: 32px;
    padding-right: 0;
  }
}

.top-hero_sliderCurrent,
.top-hero_sliderTotal {
  margin: 0 8px;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 1023.98px) {
  .top-hero_sliderCurrent,
  .top-hero_sliderTotal {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCurrent,
  .top-hero_sliderTotal {
    font-size: 0.8125rem;
  }
}

.top-hero_sliderController {
  position: relative;
  width: 80px;
  height: 1px;
}

.top-hero_sliderController .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  overflow: hidden;
}
.top-hero_sliderController .slick-dots li button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1px;
  text-indent: -9999px;
  border: 0;
  background-color: #ddd;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderController .slick-dots li button {
    background-color: #999;
  }
}
.top-hero_sliderController .slick-dots li button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #df0523;
}
.top-hero_sliderController .slick-dots .slick-active {
  z-index: 10;
}
.top-hero_sliderController .slick-dots .slick-active button::before {
  -webkit-animation: bar 4.5s linear forwards;
  animation: bar 4.5s linear forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.top-hero_sliderController .slick-dots .slick-active button.is-paused::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes bar {
  100% {
    width: 100%;
  }
}

@keyframes bar {
  100% {
    width: 100%;
  }
}
/* ----------------------------------------
  Buttons
---------------------------------------- */
.top-hero_sliderButtons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: 72px;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderButtons {
    margin-top: -16px;
    width: 32px;
    height: 32px;
    margin-left: 80px;
  }
}

.top-hero_sliderButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-radius: 100%;
  z-index: 100;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-hero_sliderButton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-hero_sliderButton.js-play:before {
  background-image: url(../img/icon_play.svg);
}
.top-hero_sliderButton.js-pause:before {
  background-image: url(../img/icon_pause.svg);
}
@media (any-hover: hover) {
  .top-hero_sliderButton:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .top-hero_sliderButton:hover:before {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
}
.top-hero_sliderButton.is-active {
  display: none;
}

/* ========================================
  Notice
======================================== */
.top-notice {
  background-color: #f7f7f7;
}

/* ----------------------------------------
  Anchor Link
---------------------------------------- */
.top-notice_anchorLink {
  line-height: 1.4285714286;
  display: block;
  padding: 18px 10px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 700;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_anchorLink {
    line-height: 1.375;
    padding: 20px;
    font-size: 1rem;
  }
}
.top-notice_anchorLink:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: text-bottom;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_anchorLink:before {
    height: 20px;
    vertical-align: bottom;
  }
}
@media (any-hover: hover) {
  .top-notice_anchorLink:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  Editor
---------------------------------------- */
.top-notice_editor {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_editor {
    max-width: 1176px;
  }
}
.top-notice_editor h2 {
  line-height: 1.5625;
  margin-bottom: 16px;
  font-size: 1rem;
}
.top-notice_editor h2:last-child {
  margin-bottom: 0;
}
.top-notice_editor p {
  line-height: 1.7692307692;
  color: #333;
  font-size: 0.8125rem;
  margin-bottom: 19px;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_editor p {
    line-height: 1.7857142857;
    font-size: 0.875rem;
  }
}
.top-notice_editor p:last-child {
  margin-bottom: 0;
}
.top-notice_editor p a {
  text-decoration: underline;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-notice_editor p a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 2px;
  background-image: url(../img/icon_external.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-notice_editor p a:hover {
    text-decoration: none;
    color: #df0523;
  }
  .top-notice_editor p a:hover[target=_blank]:after {
    background-image: url(../img/icon_external-accent.svg);
  }
}

.top-notice_link {
  line-height: 1.5714285714 !important;
  margin-bottom: 19px;
  font-size: 0.875rem !important;
}
.top-notice_link a {
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: none !important;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-notice_link a:before {
  position: absolute;
  top: 0.15em;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
}
@media (any-hover: hover) {
  .top-notice_link a:hover {
    color: #df0523;
  }
}

.top-notice_hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.top-notice_button {
  margin-top: 24px;
  text-align: right;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_button {
    margin-top: 16px;
  }
}
.top-notice_button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 50px;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.8125rem;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-notice_button a:before, .top-notice_button a:after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
  width: 42px;
  height: 24px;
}
.top-notice_button a:before {
  border-left: 1px solid #e6e6e6;
}
.top-notice_button a:after {
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  .top-notice_button a:hover {
    color: #df0523;
  }
}

/* ========================================
  Prdct
======================================== */
.top-prdct {
  padding-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct {
    padding-top: 40px;
  }
}

/* ----------------------------------------
  Tab
---------------------------------------- */
.top-prdct_tabButtons {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top-prdct_tabButtons:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.top-prdct_tabButton {
  position: relative;
  width: 47.8658536585%;
  height: 49px;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_tabButton {
    width: 48.8304093567%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_tabButton {
    width: 49.3902439024%;
    height: 62px;
  }
}
.top-prdct_tabButton a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f9f9f9;
  font-weight: 700;
  font-size: 0.875rem;
  overflow: hidden;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_tabButton a {
    font-size: 1.125rem;
  }
}
.top-prdct_tabButton a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
}
@media (any-hover: hover) {
  .top-prdct_tabButton a:hover {
    color: #df0523;
  }
}
.top-prdct_tabButton::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  z-index: -1;
}
.top-prdct_tabButton.is-active {
  z-index: 10;
}
.top-prdct_tabButton.is-active a {
  background-color: #fff;
}
.top-prdct_tabButton.is-active a::before {
  background-color: #df0523;
}
.top-prdct_tabButton.is-active::before {
  box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

.top-prdct_tabContent {
  display: none;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  z-index: 19;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_tabContent {
    padding-top: 56px;
    padding-bottom: 24px;
  }
}

.top-prdct_business::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: 174px;
  margin: 0 -16px;
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 40%, #f7f7f7 100%);
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_business::before {
    width: calc(100% + 84px);
    height: 119px;
    margin: 0 -42px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_business::before {
    width: 100%;
    margin: 0;
    height: 200px;
  }
}

/* ----------------------------------------
  Category
---------------------------------------- */
.top-prdct_category {
  position: relative;
}

/* ----------------------------------------
  1st Category
---------------------------------------- */
.top-prdct_1stCategoryList {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryList {
    margin-bottom: 52px;
  }
}

.top-prdct_1stCategoryListInner {
  max-width: 1312px;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_1stCategoryListInner {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}

.top-prdct_1stCategoryListTitle {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryListTitle {
    display: block;
    margin-left: 16px;
    margin-right: 24px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
  }
}

.top-prdct_1stCategoryListScroll {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_1stCategoryListScroll {
    flex-grow: 1;
  }
}
.top-prdct_1stCategoryListScroll.-is-leftBtn::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 70px;
  height: 44px;
  content: "";
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0));
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 768px) {
  .top-prdct_1stCategoryListScroll.-is-leftBtn::before {
    width: 100px;
    height: 54px;
  }
}
.top-prdct_1stCategoryListScroll.-is-leftBtn .top-prdct_1stCategoryListLeftArrow {
  display: block;
}
.top-prdct_1stCategoryListScroll.-is-rightBtn::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 70px;
  height: 44px;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 55%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 768px) {
  .top-prdct_1stCategoryListScroll.-is-rightBtn::after {
    width: 100px;
    height: 54px;
  }
}
.top-prdct_1stCategoryListScroll.-is-rightBtn .top-prdct_1stCategoryListRightArrow {
  display: block;
}

.top-prdct_1stCategoryListLeftArrow,
.top-prdct_1stCategoryListRightArrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 7 10" xml:space="preserve"><path fill="%23666666" d="M0.8,8.8L4.6,5L0.8,1.2L2,0l5,5l-5,5L0.8,8.8z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 11px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px -2px #666;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryListLeftArrow,
  .top-prdct_1stCategoryListRightArrow {
    width: 28px;
    height: 28px;
  }
}
@media (any-hover: hover) {
  .top-prdct_1stCategoryListLeftArrow,
  .top-prdct_1stCategoryListRightArrow {
    cursor: pointer;
  }
  .top-prdct_1stCategoryListLeftArrow:hover,
  .top-prdct_1stCategoryListRightArrow:hover {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 7 10" xml:space="preserve"><path fill="%23df0523" d="M0.8,8.8L4.6,5L0.8,1.2L2,0l5,5l-5,5L0.8,8.8z"/></svg>');
  }
}

.top-prdct_1stCategoryListLeftArrow {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}

.top-prdct_1stCategoryListRightArrow {
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-prdct_1stCategoryListScrollContainer {
  position: relative;
  height: 40px;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryListScrollContainer {
    height: 42px;
  }
}

.top-prdct_1stCategoryListScrollContainerInner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: 40px;
  transition-timing-function: cubic-bezier(0.05, 0, 0, 1);
  transition-duration: 0.15s;
  will-change: transform;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryListScrollContainerInner {
    height: 42px;
  }
}

.top-prdct_1stCategoryListScrollContainerLabel {
  align-self: stretch;
  margin-left: 6px;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 0;
  background: none;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryListScrollContainerLabel {
    margin-left: 12px;
  }
}
.top-prdct_1stCategoryListScrollContainerLabel:first-child {
  margin-left: 0px;
}
.top-prdct_1stCategoryListScrollContainerLabel span {
  line-height: 1.1818181818;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 53px;
  height: 99.5%;
  padding: 0 8px;
  font-size: 0.6875rem;
  font-weight: 500;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  letter-spacing: -0.04em;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_1stCategoryListScrollContainerLabel span {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_1stCategoryListScrollContainerLabel span {
    min-width: 100px;
    padding: 0 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
@media (any-hover: hover) {
  .top-prdct_1stCategoryListScrollContainerLabel span {
    cursor: pointer;
  }
  .top-prdct_1stCategoryListScrollContainerLabel span:hover {
    color: #df0523;
  }
}
.top-prdct_1stCategoryListScrollContainerLabel span.is-active {
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  background-color: #666;
  border: 1px solid #666;
}

/* ----------------------------------------
  2nd Category
---------------------------------------- */
.top-prdct_2ndCategory {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-prdct_2ndCategoryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_2ndCategoryList {
    justify-content: normal;
    margin-right: -2.962962963%;
  }
}
@media print, screen and (min-width: 1313px) {
  .top-prdct_2ndCategoryList {
    margin-right: -2.380952381%;
  }
}

.top-prdct_2ndCategoryListItem {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_2ndCategoryListItem {
    width: 47.9532163743%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_2ndCategoryListItem {
    order: 0;
    width: 30.3703703704%;
    margin-right: 2.962962963%;
  }
}
@media print, screen and (min-width: 1313px) {
  .top-prdct_2ndCategoryListItem {
    width: 22.619047619%;
    margin-right: 2.380952381%;
  }
}
.top-prdct_2ndCategoryListItem > a {
  position: relative;
  line-height: 1.3846153846;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_2ndCategoryListItem > a {
    line-height: 1.375;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_2ndCategoryListItem > a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #df0523;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.top-prdct_2ndCategoryListItem > a img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_2ndCategoryListItem > a img {
    width: 56px;
    height: 56px;
  }
}
@media (any-hover: hover) {
  .top-prdct_2ndCategoryListItem > a:hover {
    color: #df0523;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 1024px) {
  .top-prdct_2ndCategoryListItem > a:hover::after {
    width: 100%;
  }
}

/* ----------------------------------------
  Modal
---------------------------------------- */
.top-prdct_modal {
  z-index: 100;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
}
.top-prdct_modal.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modal {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (max-width: 1023.98px) {
  .top-prdct_modalCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.top-prdct_modalInner {
  position: relative;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_modalInner {
    width: 100%;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.3215686275);
  }
}
@media screen and (max-width: 767.98px) {
  .top-prdct_modalInner {
    height: calc(100% - 76px);
    margin-top: 76px;
    padding: 24px 16px 78px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-prdct_modalInner {
    height: calc(100% - 89px);
    margin-top: 89px;
    padding: 24px 42px 78px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modalInner {
    width: 91.4634146341%;
    height: 100%;
    margin-top: 0;
    padding: 40px 40px 106px;
    border-radius: 10px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.3215686275);
  }
}

.top-prdct_modalClose {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 100%;
  background-color: #e8e8e8;
  z-index: 19;
  text-indent: -9999px;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modalClose {
    display: block;
  }
}
.top-prdct_modalClose::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background-image: url(../img/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  z-index: 1;
}
.top-prdct_modalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #666;
  border-radius: 50%;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-prdct_modalClose:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .top-prdct_modalClose:hover::after {
    content: "";
    margin-top: -23px;
    margin-left: -23px;
    width: 100%;
    height: 100%;
  }
}

.top-prdct_modalContent {
  overflow-y: auto;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_modalContent {
    height: 100%;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modalContent {
    max-height: calc(100% - 40px);
  }
}

.top-prdct_modalFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78px;
  background-color: #f7f7f7;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_modalFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modalFooter {
    align-items: normal;
    height: 106px;
    padding-top: 60px;
    background-color: #fff;
    border-radius: 10px;
  }
}

.top-prdct_modalButton {
  width: 156px;
  height: 42px;
  margin: 0 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_modalButton {
    width: 212px;
    margin: 0 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modalButton {
    width: 160px;
    height: 46px;
  }
}

.top-prdct_modalButtonBack {
  display: none;
  padding-right: 16px;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-prdct_modalButtonBack::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_modalButtonBack {
    display: block;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .is-4th .top-prdct_modalButtonBack {
    display: block;
  }
}
@media (any-hover: hover) {
  .top-prdct_modalButtonBack:hover {
    color: #df0523;
  }
}

@media print, screen and (min-width: 1024px) {
  .top-prdct_modalButtonClose {
    display: none;
  }
}

.top-prdct_underlayerHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_underlayerHeader {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerHeader {
    margin-bottom: 26px;
  }
}
.top-prdct_underlayerHeader > img {
  width: 48px;
  height: 48px;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_underlayerHeader > img {
    width: 64px;
    height: 64px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerHeader > img {
    width: 56px;
    height: 56px;
  }
}

.top-prdct_underlayerHeaderText {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: calc(100% - 64px);
}
@media print, screen and (min-width: 768px) {
  .top-prdct_underlayerHeaderText {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerHeaderText {
    width: calc(100% - 72px);
  }
}

.top-prdct_underlayerHeaderTitle {
  line-height: 1.375;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_underlayerHeaderTitle {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerHeaderTitle {
    line-height: 1.4166666667;
    font-size: 1.5rem;
  }
}

.top-prdct_underlayerHeaderParent {
  line-height: 1.5833333333;
  width: 100%;
  margin-bottom: 6px;
  color: #666;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_underlayerHeaderParent {
    height: 19px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerHeaderParent {
    line-height: 1.6153846154;
    margin-bottom: 4px;
    font-size: 0.8125rem;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_underlayerHeaderParent div {
    height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.top-prdct_underlayerHeaderParent div:after {
  content: "/";
  display: inline-block;
  margin-left: 4px;
  color: #999;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerHeaderParent div:after {
    margin-left: 8px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.top-prdct_underlayerListItem {
  border-bottom: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerListItem {
    width: 48.2142857143%;
  }
}
.top-prdct_underlayerListItem > a {
  position: relative;
  line-height: 1.6153846154;
  display: block;
  padding: 16px 7px 11px 31px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_underlayerListItem > a {
    padding-left: 32px;
    padding-right: 8px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerListItem > a {
    padding-top: 17px;
    padding-bottom: 14px;
  }
}
.top-prdct_underlayerListItem > a::before {
  position: absolute;
  top: 18px;
  left: 7px;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_underlayerListItem > a::before {
    top: 20px;
    left: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_underlayerListItem > a::before {
    top: 21px;
    left: 7px;
  }
}
@media (any-hover: hover) {
  .top-prdct_underlayerListItem > a:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  4th Category
---------------------------------------- */
.top-prdct_4thCategory {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 16px 78px;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  transition-duration: 0.4s;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_4thCategory {
    padding: 24px 42px 78px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_4thCategory {
    padding: 40px 40px 106px;
  }
}
.top-prdct_4thCategory.is-4th {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.top-prdct_4thCategoryInner {
  overflow-y: auto;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_4thCategoryInner {
    height: 100%;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_4thCategoryInner {
    max-height: calc(100% - 40px);
  }
}
.is-4th .top-prdct_4thCategoryInner {
  opacity: 1;
}

/* ----------------------------------------
  Search
---------------------------------------- */
.top-prdct_search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: -8px;
  padding-top: 40px;
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_search {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_search {
    max-width: 1088px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.top-prdct_searchItem {
  width: 47.5609756098%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.98px) {
  .top-prdct_searchItem:nth-child(1), .top-prdct_searchItem:nth-child(3) {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-prdct_searchItem {
    width: 24.1228070175%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_searchItem {
    width: 22.7272727273%;
    margin-left: 1.1363636364%;
    margin-right: 1.1363636364%;
  }
}
.top-prdct_searchItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_searchItem a {
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_searchItem a {
    height: 54px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 1080px) {
  .top-prdct_searchItem a {
    font-size: 1rem;
  }
}
.top-prdct_searchItem a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  margin-left: 2px;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_searchItem a:after {
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_searchItem a:after {
    width: 14px;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 1080px) {
  .top-prdct_searchItem a:after {
    margin-left: 7px;
  }
}
@media (any-hover: hover) {
  .top-prdct_searchItem a:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  Chat
---------------------------------------- */
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_chat {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_chat {
    display: flex;
    justify-content: center;
    max-width: 1088px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}

.top-prdct_chatButton {
  width: 22.7272727273%;
  height: 54px;
  padding: 0;
  border: none;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_chatButton > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    transition-timing-function: linear;
    transition-duration: 0.2s;
  }
}
@media print, screen and (min-width: 1080px) {
  .top-prdct_chatButton > span {
    font-size: 1rem;
  }
}
.top-prdct_chatButton > span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(../img/icon_inquiry.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
}
@media (any-hover: hover) {
  .top-prdct_chatButton > span:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  Personal
---------------------------------------- */
.top-prdct_personalList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -24px;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_personalList {
    justify-content: normal;
    margin-right: -2.3880597015%;
    margin-bottom: -34px;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_personalList:after {
    content: "";
    display: block;
    width: 30.9941520468%;
    height: 0;
  }
}

.top-prdct_personalListItem {
  width: 47.8658536585%;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_personalListItem {
    width: 30.9941520468%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_personalListItem {
    width: 17.6119402985%;
    margin-right: 2.3880597015%;
    margin-bottom: 34px;
  }
}
.top-prdct_personalListItem > a {
  display: block;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-prdct_personalListItem > a .top-prdct_personalListImage {
  margin-bottom: 8px;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_personalListItem > a .top-prdct_personalListImage {
    margin-bottom: 16px;
  }
}
.top-prdct_personalListItem > a .top-prdct_personalListImage img {
  width: 100%;
  height: auto;
}
.top-prdct_personalListItem > a .top-prdct_personalListLabel {
  position: relative;
  line-height: 1.3076923077;
  padding-left: 13px;
  color: #333;
  font-size: 0.8125rem;
}
.top-prdct_personalListItem > a .top-prdct_personalListLabel:before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px auto;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_personalListItem > a .top-prdct_personalListLabel:before {
    width: 14px;
    height: 14px;
    background-size: 8px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_personalListItem > a .top-prdct_personalListLabel:before {
    width: 16px;
    height: 16px;
    background-size: 9px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top-prdct_personalListItem > a .top-prdct_personalListLabel {
    line-height: 1.4285714286;
    padding-left: 16px;
    font-size: 0.875rem;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_personalListItem > a .top-prdct_personalListLabel {
    line-height: 1.25;
    padding-left: 18px;
    font-size: 1rem;
  }
}
.top-prdct_personalListItem > a .top-prdct_personalListLabel span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_personalListItem > a .top-prdct_personalListLabel span {
    line-height: 1.4166666667;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_personalListItem > a .top-prdct_personalListLabel span {
    line-height: 1.3846153846;
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .top-prdct_personalListItem > a:hover .top-prdct_personalListLabel {
    color: #df0523;
  }
}

/* ========================================
  Company
======================================== */
.top-company {
  background-image: url(../img/company_bg-sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left 431px;
}
@media print, screen and (min-width: 768px) {
  .top-company {
    background-image: url(../img/company_bg-pc.png);
    background-size: 991px auto;
    background-position: -42px 326px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 1440px auto;
    background-position: center 147px;
  }
}

/* ----------------------------------------
  Message
---------------------------------------- */
.top-company_message {
  margin-bottom: 64px;
}
@media print, screen and (min-width: 768px) {
  .top-company_message {
    max-width: 1173px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_message {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
  }
}

.top-company_messageImage {
  width: 85.3658536585%;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .top-company_messageImage {
    width: 41.081871345%;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-company_messageImage {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageImage {
    width: 42.6257459506%;
    order: 1;
  }
}
.top-company_messageImage img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .top-company_messageTextArea {
    padding: 0 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-company_messageTextArea {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageTextArea {
    width: 51.2361466326%;
    padding: 0;
    order: 0;
  }
}

.top-company_messageTitle {
  line-height: 1.4166666667;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageTitle {
    font-size: 0.875rem;
  }
}
.top-company_messageTitle::before {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  margin-right: 12px;
  background-color: #df0523;
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageTitle::before {
    width: 12px;
    height: 8px;
  }
}

.top-company_messageCopy {
  line-height: 1.4166666667;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageCopy {
    line-height: 1.3947368421;
    margin-bottom: 32px;
    font-size: 2.375rem;
  }
}

.top-company_messageText {
  line-height: 1.7857142857;
  color: #333;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageText {
    line-height: 2;
    font-size: 0.9375rem;
  }
}

.top-company_messageButton {
  margin-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageButton {
    margin-top: 32px;
  }
}
.top-company_messageButton a {
  line-height: 1.375;
  font-size: 1rem;
  font-weight: bold;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-company_messageButton a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  vertical-align: text-bottom;
}
@media print, screen and (min-width: 1024px) {
  .top-company_messageButton a:before {
    height: 22px;
    margin-right: 8px;
    vertical-align: bottom;
  }
}
@media (any-hover: hover) {
  .top-company_messageButton a:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  Page List
---------------------------------------- */
.top-company_pageList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1023.98px) {
  .top-company_pageList {
    justify-content: space-between;
    margin-bottom: -24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageList {
    display: block;
    margin-bottom: -34px;
    zoom: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageList:after {
    content: "";
    display: block;
    clear: both;
  }
}

.top-company_pageListItem {
  width: 100%;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.0392156863);
}
@media print, screen and (min-width: 768px) {
  .top-company_pageListItem {
    width: 47.9532163743%;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-company_pageListItem {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem {
    float: left;
    width: 21.875%;
    height: 215px;
    margin-bottom: 34px;
    margin-left: 0.0762195122%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem:nth-of-type(1) {
    width: 32.0884146341%;
    height: 464px;
    margin-right: 2.0579268293%;
    margin-left: 0;
  }
}

.top-company_pageListItem > a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.top-company_pageListItem > a:after {
  position: absolute;
  bottom: 13px;
  right: 11px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center;
  z-index: 5;
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a:after {
    bottom: 20px;
    right: 19px;
    background-size: 7px auto;
  }
}
.top-company_pageListItem > a[target=_blank]:after {
  background-image: url(../img/icon_external-accent.svg);
  background-size: 12px auto;
}
.top-company_pageListItem > a .top-company_pageListImage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a .top-company_pageListImage {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a .top-company_pageListImage::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.17%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
  }
}
.top-company_pageListItem > a .top-company_pageListImage::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-company_pageListItem > a .top-company_pageListImage img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a .top-company_pageListImage img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-company_pageListItem > a .top-company_pageListTitle {
  position: relative;
  line-height: 1.4285714286;
  display: flex;
  padding: 20px 0 20px 16px;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  border-top-left-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 3;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (max-width: 1023.98px) {
  .top-company_pageListItem > a .top-company_pageListTitle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 59.1463414634%;
    height: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a .top-company_pageListTitle {
    position: relative;
    display: flex;
    align-items: center;
    width: 83.6236933798%;
    height: 56px;
    padding: 0;
    padding-top: 2px;
    padding-left: 16px;
    padding-right: 60px;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 1230px) {
  .top-company_pageListItem > a .top-company_pageListTitle {
    font-size: 1rem;
  }
}
.top-company_pageListItem > a .top-company_pageListTitle:before {
  position: absolute;
  bottom: 10px;
  right: 40px;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #e6e6e6;
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a .top-company_pageListTitle:before {
    bottom: 10px;
    right: 55px;
    height: 32px;
  }
}
.top-company_pageListItem > a .top-company_pageListTitle:after {
  position: absolute;
  bottom: -2px;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #df0523;
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem > a .top-company_pageListTitle:after {
    width: 56px;
    height: 56px;
  }
}
@media (any-hover: hover) {
  .top-company_pageListItem > a:hover .top-company_pageListImage::after {
    opacity: 1;
  }
  .top-company_pageListItem > a:hover .top-company_pageListImage img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-company_pageListItem > a:hover .top-company_pageListTitle {
    color: #df0523;
  }
}

@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem:nth-of-type(1) > a:after {
    bottom: 24px;
    right: 23px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem:nth-of-type(1) > a .top-company_pageListTitle {
    width: 80.7600950119%;
    height: 64px;
    padding-left: 24px;
    padding-right: 74px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem:nth-of-type(1) > a .top-company_pageListTitle:before {
    bottom: 16px;
    right: 63px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-company_pageListItem:nth-of-type(1) > a .top-company_pageListTitle:after {
    width: 64px;
    height: 64px;
  }
}

/* ========================================
  Pickup
======================================== */
.top-pickup {
  background-color: #f7f7f7;
}
@media print, screen and (max-width: 1023.98px) {
  .top-pickup {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-pickup {
    padding-top: 56px;
  }
}

/* ----------------------------------------
  Slider
---------------------------------------- */
.top-pickup_slider {
  margin-top: 32px;
  padding: 0 8px;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_slider {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.top-pickup_slider .slick-track {
  display: flex;
}
.top-pickup_slider .slick-slide {
  height: auto !important;
}
.top-pickup_slider .slick-arrow {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  width: 32px;
  height: 32px;
  margin-top: -27px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  z-index: 5;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}
.top-pickup_slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_slider .slick-arrow:before {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
}
.top-pickup_slider .slick-arrow.slick-disabled {
  pointer-events: none;
}
.top-pickup_slider .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .top-pickup_slider .slick-arrow:not(.slick-disabled):hover {
    background-color: #df0523;
    border-color: #df0523;
  }
  .top-pickup_slider .slick-arrow:not(.slick-disabled):hover:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.top-pickup_slider .slick-prev {
  left: 0;
}
.top-pickup_slider .slick-prev:before {
  background-image: url(../img/icon_prev-l.svg);
}
.top-pickup_slider .slick-next {
  right: 0;
}
.top-pickup_slider .slick-next:before {
  background-image: url(../img/icon_next-l.svg);
}

.top-pickup_slider {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
}

.top-pickup_slider.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

/* ----------------------------------------
  Card
---------------------------------------- */
.top-pickup_card {
  width: 234px;
  margin-right: 16px;
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_card {
    width: 302px;
    margin-right: 24px;
  }
}
.top-pickup_card:last-child {
  margin-right: 0;
}

.top-pickup_card > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 12px 16px;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_card > a {
    padding: 16px;
  }
}
.top-pickup_card > a .top-pickup_cardImage {
  position: relative;
  width: 210px;
  height: 156px;
  margin-bottom: 12px;
  border: 1px solid #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_card > a .top-pickup_cardImage {
    width: 270px;
    height: 201px;
    margin-bottom: 16px;
  }
}
.top-pickup_card > a .top-pickup_cardImage::before {
  position: absolute;
  bottom: -1px;
  right: -1px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  z-index: 10;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_card > a .top-pickup_cardImage::before {
    width: 40px;
    height: 40px;
  }
}
.top-pickup_card > a .top-pickup_cardImage:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  z-index: 19;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_card > a .top-pickup_cardImage:after {
    bottom: 11px;
    right: 11px;
    background-size: 6px auto;
  }
}
.top-pickup_card > a .top-pickup_cardImageInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-pickup_card > a .top-pickup_cardImageInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: linear;
  transition-duration: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-pickup_card > a .top-pickup_cardImageInner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-pickup_card > a[target=_blank] .top-pickup_cardImage:after {
  background-image: url(../img/icon_external-accent.svg);
  background-size: 11px auto;
}
.top-pickup_card > a .top-pickup_cardText {
  line-height: 1.5714285714;
  font-size: 0.875rem;
  font-weight: 700;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_card > a .top-pickup_cardText {
    line-height: 1.625;
    padding: 0 5px;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .top-pickup_card > a:hover .top-pickup_cardImageInner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-pickup_card > a:hover .top-pickup_cardImageInner::after {
    opacity: 1;
  }
  .top-pickup_card > a:hover .top-pickup_cardText {
    color: #df0523;
  }
}

/* ========================================
  News
======================================== */
.top-news {
  text-align: center;
}

/* ----------------------------------------
  List
---------------------------------------- */
.top-news_list {
  border-top: 1px solid #ddd;
}
.top-news_list + .top-news_list {
  border-top: none;
}

.top-news_listItem {
  border-bottom: 1px solid #ddd;
}
.top-news_listItem > a {
  display: block;
  padding: 20px 4px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .top-news_listItem > a {
    padding: 16px 7px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a {
    display: flex;
    padding: 20px 26px;
    font-size: 1rem;
  }
}
.top-news_listItem > a[target=_blank] p:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../img/icon_external.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-news_listItem > a .date {
  display: inline-block;
  line-height: 18px;
  margin-right: 8px;
  color: #666;
  font-size: 0.8125rem;
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_listItem > a .date {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .date {
    line-height: 22px;
    margin-right: 16px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .date {
    margin-right: 12px;
  }
}
.top-news_listItem > a .category, .top-news_listItem > a .group {
  display: inline-block;
  line-height: 22px;
  padding: 0 3px;
  background-color: #ededed;
  font-size: 0.6875rem;
  text-align: center;
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_listItem > a .category, .top-news_listItem > a .group {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .category, .top-news_listItem > a .group {
    line-height: 22px;
    padding: 0 5px;
  }
}
.top-news_listItem > a .category {
  width: 126px;
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .category {
    width: 142px;
  }
}
.top-news_listItem > a .group {
  width: 203px;
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .group {
    width: 219px;
  }
}
.top-news_listItem > a .body {
  line-height: 1.5714285714;
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .body {
    line-height: 1.625;
  }
}
.top-news_listItem > a .body,
.top-news_listItem > a .cont p {
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-news_listItem > a:hover .body,
  .top-news_listItem > a:hover .cont p {
    color: #df0523 !important;
  }
  .top-news_listItem > a:hover[target=_blank] p:after {
    background-image: url(../img/icon_external-accent.svg);
  }
}

.top-news_list-pickup {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup {
    padding: 0 27px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup .top-news_listItem {
    width: 47.9532163743%;
    margin: 0;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem {
    width: 49.0055688146%;
  }
}
.top-news_list-pickup .top-news_listItem > a {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup .top-news_listItem > a {
    padding: 0;
  }
}
.top-news_list-pickup .top-news_listItem > a .image {
  width: 100px;
  height: 74px;
  border: 1px solid #cecece;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .image {
    width: 161px;
    height: 120px;
  }
}
.top-news_list-pickup .top-news_listItem > a .image img {
  width: 100%;
  height: auto;
}
.top-news_list-pickup .top-news_listItem > a .cont {
  width: calc(100% - 116px);
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .cont {
    width: calc(100% - 185px);
  }
}
.top-news_list-pickup .top-news_listItem > a .cont p {
  color: #333;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .cont p {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_list-pickup .top-news_listItem > a .header {
    margin-top: 8px;
    margin-bottom: -8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .header {
    margin-top: 12px;
    margin-bottom: -12px;
  }
}
.top-news_list-pickup .top-news_listItem > a .date {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .date {
    margin-bottom: 12px;
  }
}
.top-news_list-pickup .top-news_listItem > a .date:after {
  content: none;
}
.top-news_list-pickup .top-news_listItem:first-child a {
  padding-top: 0;
}

@media print, screen and (min-width: 1024px) {
  .top-news_list-new .top-news_listItem > a .header {
    width: 281px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-new .top-news_listItem > a .body {
    width: calc(100% - 281px);
  }
}

@media print, screen and (min-width: 1024px) {
  .top-news_list-group .top-news_listItem > a .header {
    width: 369px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-group .top-news_listItem > a .body {
    width: calc(100% - 369px);
  }
}

@media print, screen and (min-width: 1024px) {
  .top-news_list-important .top-news_listItem > a .header {
    width: 145px;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_list-important .top-news_listItem > a .body {
    line-height: 1.4285714286;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-important .top-news_listItem > a .body {
    line-height: 1.375;
    width: calc(100% - 145px);
  }
}
.top-news_list-important .top-news_listItem > a .date {
  line-height: 18px;
}

/* ----------------------------------------
  Button
---------------------------------------- */
.top-news_moreButton {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_moreButton {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_moreButton {
    position: absolute;
    top: 5px;
    right: 0;
    width: 132px;
  }
}
.top-news_moreButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-news_moreButton a {
    height: 50px;
  }
}
.top-news_moreButton a span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .top-news_moreButton a:hover {
    color: #df0523;
  }
}

/* ========================================
  Social News
======================================== */
.top-socialNews {
  position: relative;
  background-image: url(../img/socialnews_bg-sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media print, screen and (min-width: 768px) {
  .top-socialNews {
    background-image: url(../img/socialnews_bg-pc.png);
    background-size: 991px auto;
    background-position: -93px top;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-socialNews {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews {
    padding-top: 56px;
    padding-bottom: 65px;
    background-size: 1440px auto;
    background-position: center top;
  }
}
.top-socialNews:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f7f7f7 70.19%, #e0e0e0 100%);
  z-index: -1;
}

/* ----------------------------------------
  List
---------------------------------------- */
.top-socialNews_list {
  padding: 0 4px;
}
@media print, screen and (min-width: 768px) {
  .top-socialNews_list {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    margin-bottom: -24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_list {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-socialNews_listInner {
    display: inline;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listInner {
    display: flex;
    width: 68.5975609756%;
  }
}

.top-socialNews_listItem {
  background-color: #fff;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .top-socialNews_listItem {
    display: inline-block;
    width: 48.1927710843%;
    vertical-align: top;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-socialNews_listItem {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listItem {
    width: 30.6666666667%;
    margin-top: 0;
    margin-left: 2.6666666667% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .top-socialNews_listItem:nth-of-type(odd) {
    margin-left: 3.6144578313%;
  }
}
@media screen and (max-width: 767.98px) {
  .top-socialNews_listItem:last-child {
    margin-bottom: 0;
  }
}
.top-socialNews_listItem .top-socialNews_listItemInner {
  padding: 12px;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a {
  display: block;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  z-index: 10;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage:after {
  position: absolute;
  bottom: 12px;
  right: 12px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  z-index: 19;
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage:after {
    bottom: 11px;
    right: 11px;
    background-size: 6px auto;
  }
}
.top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage > div {
  position: relative;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage > div img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: auto;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a .top-socialNews_listItemImage > div::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-socialNews_listItem .top-socialNews_listItemInner > a p {
  line-height: 1.375;
  margin: 0 8px;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 1rem;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listItem .top-socialNews_listItemInner > a p {
    line-height: 1.4444444444;
    margin: 0 12px;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .top-socialNews_listItem .top-socialNews_listItemInner > a:hover .top-socialNews_listItemImage > div img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-socialNews_listItem .top-socialNews_listItemInner > a:hover .top-socialNews_listItemImage > div::after {
    opacity: 1;
  }
  .top-socialNews_listItem .top-socialNews_listItemInner > a:hover p {
    color: #df0523;
  }
}
.top-socialNews_listItem .tag {
  line-height: 1.4166666667;
  margin: 0 8px;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listItem .tag {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.top-socialNews_listItem .tag a {
  color: #666;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-socialNews_listItem .tag a:not(:first-child)::before {
  content: " / ";
  color: #666;
}
@media (any-hover: hover) {
  .top-socialNews_listItem .tag a:hover {
    color: #df0523;
  }
}

@media print, screen and (min-width: 768px) {
  .top-socialNews_listItem-l {
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listItem-l {
    width: 31.4024390244%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_listItem-l .top-socialNews_listItemInner > a p {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}

/* ----------------------------------------
  Button
---------------------------------------- */
.top-socialNews_moreButton {
  width: 240px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .top-socialNews_moreButton {
    width: 448px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_moreButton {
    width: 864px;
  }
}
.top-socialNews_moreButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding-left: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-socialNews_moreButton a {
    height: 64px;
    font-size: 1rem;
  }
}
.top-socialNews_moreButton a span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .top-socialNews_moreButton a:hover {
    color: #df0523;
  }
}

/* ========================================
  Other Contents
======================================== */
.top-otherContents {
  position: relative;
  padding-top: 52px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.top-otherContents:before, .top-otherContents:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents:before, .top-otherContents:after {
    height: 320px;
  }
}
.top-otherContents:before {
  background-color: #ccc;
  background-image: url(../img/othercontents_hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-otherContents:after {
  background: rgba(0, 0, 0, 0.4);
}

/* ----------------------------------------
  Contents
---------------------------------------- */
.top-otherContents_contents {
  margin-top: 52px;
  padding: 24px 19px 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .top-otherContents_contents {
    padding: 32px 36px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_contents {
    margin-top: 100px;
    padding: 56px 56px 0;
  }
}

/* ----------------------------------------
  Banner
---------------------------------------- */
@media print, screen and (max-width: 1023.98px) {
  .top-otherContents_banners {
    margin-bottom: -32px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-otherContents_banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.top-otherContents_banner {
  width: 100%;
}
@media print, screen and (max-width: 1023.98px) {
  .top-otherContents_banner {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-otherContents_banner {
    width: 47.385620915%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner {
    width: 49%;
  }
}
.top-otherContents_banner > a {
  display: block;
  height: 100%;
}
.top-otherContents_banner > a .top-otherContents_bannerImage {
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #e6e6e6;
  padding-top: 36.1111111111%;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner > a .top-otherContents_bannerImage {
    padding-top: 36.074270557%;
    overflow: hidden;
  }
}
.top-otherContents_banner > a .top-otherContents_bannerImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-otherContents_banner > a .top-otherContents_bannerImage::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-otherContents_banner > a .top-otherContents_bannerTitle {
  position: relative;
  line-height: 1.375;
  padding-left: 18px;
  font-size: 1rem;
  font-weight: 700;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner > a .top-otherContents_bannerTitle {
    line-height: 1.3888888889;
    padding-left: 20px;
    font-size: 1.125rem;
  }
}
.top-otherContents_banner > a .top-otherContents_bannerTitle:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 9 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.6717 12L0.666748 10.935L5.32351 6L0.666748 1.065L1.6717 0L7.33341 6L1.6717 12Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner > a .top-otherContents_bannerTitle:before {
    width: 16px;
    height: 16px;
    background-size: 9px auto;
  }
}
.top-otherContents_banner > a .top-otherContents_bannerText {
  line-height: 1.6153846154;
  margin-top: 12px;
  color: #666;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner > a .top-otherContents_bannerText {
    line-height: 1.5714285714;
    font-size: 0.875rem;
    padding-left: 18px;
  }
}
@media (any-hover: hover) {
  .top-otherContents_banner > a:hover .top-otherContents_bannerImage::after {
    opacity: 1;
  }
  .top-otherContents_banner > a:hover .top-otherContents_bannerTitle {
    color: #df0523;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner:nth-child(-n+3) {
    width: 31.5833333333%;
    margin-bottom: 64px;
  }
}
.top-otherContents_banner:nth-child(n+4) {
  margin-top: -1px;
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner:nth-child(n+4) > a {
    display: flex;
    padding: 28px 16px;
    border-bottom: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .top-otherContents_banner:nth-child(n+4) > a .top-otherContents_bannerImage {
    width: 212px;
    height: 77px;
    margin-right: 16px;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .top-otherContents_banner:nth-child(n+4) > a .top-otherContents_bannerTextArea {
    width: calc(100% - 228px);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-otherContents_banner:nth-child(4), .top-otherContents_banner:nth-child(5) {
    border-top: 1px solid #ddd;
  }
}