@charset "UTF-8";
/* default settings */
.collect-detail-container {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .collect-detail-container {
    padding-top: 2.4375rem;
    padding-inline: 1.25rem;
    overflow: hidden;
  }
}
.collect-detail-container a:not(.__link-blank):not(.btn-primary) {
  text-underline-position: under;
  text-decoration-thickness: 1px;
  color: inherit;
}
@media (min-width: 769px) {
  .collect-detail-container a:not(.__link-blank):not(.btn-primary) {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .collect-detail-container a:not(.__link-blank):not(.btn-primary):hover {
    color: #808080;
  }
}
@media (min-width: 769px) {
  .collect-detail-container .--mr-minus {
    margin-top: -0.375rem !important;
  }
}

.collect-detail-inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

.anchor-trigger {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.breadcrumbs {
  padding-block: 0.4375rem;
}
@media (min-width: 769px) {
  .breadcrumbs {
    padding-top: 5.25rem;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-block: 2.4375rem 1.375rem;
  }
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 2.5rem;
}
@media (min-width: 769px) {
  .breadcrumbs__container {
    padding-inline: 3.875rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__container {
    padding-inline: 1.5rem;
  }
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 0.875rem;
  margin-right: 0.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child) {
    padding-right: 0.8125rem;
    margin-right: 0.5625rem;
  }
}
.breadcrumbs__item:not(:last-child):after {
  content: "＞";
  color: #B4B5B6;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child):after {
    top: 0.1875rem;
  }
}
.breadcrumbs__item br {
  display: none;
}
.breadcrumbs__item a, .breadcrumbs__item span {
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: #B4B5B6;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item a, .breadcrumbs__item span {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.breadcrumbs__item.-en a, .breadcrumbs__item.-en span {
  font-family: "Inter", sans-serif;
}

.slick-controler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  gap: 1.125rem;
  font-size: 0;
}
@media (max-width: 768px) {
  .slick-controler {
    height: 1.5625rem;
  }
}

.slick-arrow {
  width: 0.8125rem;
  height: 0.8125rem;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.slick-arrow.slick-prev:before {
  border-top: 0.375rem solid transparent;
  border-right: 0.75rem solid #808080;
  border-bottom: 0.375rem solid transparent;
}
.slick-arrow.slick-next:before {
  border-top: 0.375rem solid transparent;
  border-left: 0.75rem solid #808080;
  border-bottom: 0.375rem solid transparent;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  line-height: 0;
}
.slick-dots button {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  border: none;
  background: #D8D8D9;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #808080;
}

.splide__arrows {
  display: none;
}

.splide__pagination {
  display: none;
}

.swiper {
  background-color: transparent;
  border-radius: 0;
}
.swiper .swiper-slide {
  display: inline-block;
  width: auto;
}

.brand-section__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #000;
  border-bottom: 0.0625rem solid #808080;
  padding-bottom: 0.125rem;
  margin: 0;
}
@media (max-width: 768px) {
  .brand-section__title {
    font-size: 1rem;
    padding-bottom: 0.0625rem;
  }
}

.brand-section__subtitle {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #000;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.625rem;
  margin: 0;
}
@media (max-width: 768px) {
  .brand-section__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.25rem;
  }
}

.block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.3125rem;
}
@media (max-width: 768px) {
  .block-1 {
    display: block;
    margin-top: 0rem;
  }
}
@media (min-width: 769px) {
  .block-1 .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 3.75rem;
  }
}
.block-1 a, .block-1 .--link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
@media (min-width: 769px) {
  .block-1 a, .block-1 .--link {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .block-1 a:hover, .block-1 .--link:hover {
    color: #808080;
  }
}
.block-1 .__title {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: left;
  color: #000;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .block-1 .__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 0.875rem;
  }
}
@media (min-width: 769px) {
  .block-1 .__title .--en {
    font-weight: 400;
  }
}
.block-1 .__cate {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  margin-top: -0.25rem;
}
@media (max-width: 768px) {
  .block-1 .__cate {
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
}
.block-1 .__text-1 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .block-1 .__text-1 {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-top: 0.375rem;
  }
}
.block-1 .__text-2 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #000;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .block-1 .__text-2 {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 2.25rem;
  }
}
.block-1 .__text-3 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .block-1 .__text-3 {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.block-1 .__text-4 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  color: #808080;
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .block-1 .__text-4 {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 0.5rem;
  }
}
.block-1 .__text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  color: #808080;
  margin-top: 0.125rem;
}
@media (max-width: 768px) {
  .block-1 .__text-5 {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 0rem;
  }
}
.block-1 .__img {
  background-color: #E4E4E4;
  width: 32.25rem;
}
@media (max-width: 768px) {
  .block-1 .__img {
    width: 20.9375rem;
    margin-top: 2.3125rem;
  }
}

.block-2 {
  margin-top: 5.125rem;
}
@media (max-width: 768px) {
  .block-2 {
    margin-top: 3.75rem;
  }
}
.block-2 figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
.block-2 .__img {
  width: 60rem;
}
@media (max-width: 768px) {
  .block-2 .__img {
    width: 20.9375rem;
  }
}
.block-2 .__caption {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: right;
  color: #808080;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .block-2 .__caption {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 0.375rem;
  }
}
.block-2 .__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
  width: 28.25rem;
  margin: 1.3125rem 0 0 auto;
}
@media (max-width: 768px) {
  .block-2 .__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 0.9375rem;
  }
}

.block-3 {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .block-3 {
    margin-top: 3.5rem;
  }
}
.block-3 .__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  .block-3 .__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.block-3 .__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .block-3 .__text {
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
}
.block-3 .__text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0.0625rem solid #000000;
  display: inline-block;
}

.block-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5625rem;
  margin-top: 3.9375rem;
}
@media (max-width: 768px) {
  .block-4 {
    display: block;
    margin-top: 3.6875rem;
  }
}
.block-4.--mt {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .block-4.--mt {
    margin-top: 2.25rem;
  }
}
.block-4 .__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.625rem;
          flex: 0 0 27.625rem;
}
@media (max-width: 768px) {
  .block-4 .__img {
    width: 20.9375rem;
  }
}
.block-4 .__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  margin-top: -0.25rem;
}
@media (max-width: 768px) {
  .block-4 .__title {
    margin-top: 1.25rem;
  }
}
.block-4 .__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .block-4 .__text {
    font-size: 0.875rem;
    line-height: 1.4375rem;
  }
}
.block-4.--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0.3125rem;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .block-4.--reversed {
    padding-left: 0rem;
  }
}

.block-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.625rem;
  margin-top: 4.4375rem;
}
@media (max-width: 768px) {
  .block-5 {
    display: block;
    margin-top: 2.25rem;
  }
}
.block-5.--first {
  margin-top: 6.875rem;
}
@media (max-width: 768px) {
  .block-5.--first {
    margin-top: 3.75rem;
  }
}
.block-5 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
}
.block-5 .__img {
  width: 17rem;
}
@media (max-width: 768px) {
  .block-5 .__img {
    width: 20.9375rem;
  }
}
.block-5 .__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  margin-top: -0.1875rem;
}
@media (max-width: 768px) {
  .block-5 .__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: 1.25rem;
  }
}
.block-5 .__title.--no-mr-top {
  margin-top: 0 !important;
}
.block-5 dl {
  margin-top: 1.375rem;
}
@media (min-width: 769px) {
  .block-5 dl {
    display: grid;
    gap: 2.3125rem 0.625rem;
    grid-template-columns: 6.875rem 1fr;
  }
}
@media (max-width: 768px) {
  .block-5 dl {
    margin-top: 0.8125rem;
    margin-bottom: 0;
  }
}
.block-5 dl > dt {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #000;
  margin: 0;
}
@media (min-width: 769px) {
  .block-5 dl > dt {
    min-width: 3.25rem;
  }
}
@media (max-width: 768px) {
  .block-5 dl > dt {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    margin-bottom: 0.3125rem;
  }
}
.block-5 dl > dt > span {
  width: 0;
  display: inline-block;
}
.block-5 dl > dd {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  margin: 0;
}
@media (max-width: 768px) {
  .block-5 dl > dd {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 769px) {
  .block-5 dl.--mr-minus {
    margin-top: -0.375rem;
  }
}

.block-6 {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 1.75rem;
  margin-top: 5.6875rem;
}
@media (min-width: 769px) {
  .block-6 {
    width: 40.625rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6875rem;
  }
}
@media (max-width: 768px) {
  .block-6 {
    padding: 1.5rem 1.5rem 1.25rem;
    margin-top: 3.75rem;
  }
}
.block-6 .__img {
  width: 15.5rem;
}
@media (max-width: 768px) {
  .block-6 .__img {
    width: 17.9375rem;
  }
}
.block-6 .__title {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #000;
  margin-top: 0.375rem;
}
@media (max-width: 768px) {
  .block-6 .__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.8125rem;
  }
}
.block-6 .__title a {
  display: block;
}
.block-6 .__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  margin-bottom: -0.3125rem;
}
@media (max-width: 768px) {
  .block-6 .__text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-block: 0.5rem 0;
  }
}

.block-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9375rem 1.5rem;
  margin-top: 6.3125rem;
}
@media (max-width: 768px) {
  .block-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 2.1875rem 1.5rem;
  }
}
.block-7 .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media (min-width: 769px) {
  .block-7 .__item.--odd-last {
    -webkit-transform: translateX(8.9375rem);
            transform: translateX(8.9375rem);
  }
  .block-7 .__item.--odd-last .right {
    margin-right: -11.375rem;
  }
}
.block-7 .__img {
  width: 10.125rem;
}
@media (max-width: 768px) {
  .block-7 .__img {
    width: 5rem;
  }
}
.block-7 .__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #000;
  margin-top: -0.125rem;
}
@media (max-width: 768px) {
  .block-7 .__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.9375rem;
  }
}
.block-7 .__text-1 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
  color: #808080;
  margin-top: 0.375rem;
}
@media (max-width: 768px) {
  .block-7 .__text-1 {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 0.1875rem;
  }
}
.block-7 .__text-2 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  margin-top: 1.4375rem;
}
@media (max-width: 768px) {
  .block-7 .__text-2 {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 2.1875rem;
    margin-left: -6.5625rem;
  }
}

.block-8 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .block-8 {
    margin-top: 2.1875rem;
  }
}
.block-8 dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
}
@media (max-width: 768px) {
  .block-8 dl {
    display: block;
  }
}
.block-8 dl > dt, .block-8 dl dd {
  margin: 0;
  padding-block: 1.625rem 1.8125rem;
}
@media (min-width: 769px) {
  .block-8 dl > dt:not(.first), .block-8 dl dd:not(.first) {
    border-top: 0.0625rem solid #E4E4E4;
  }
}
.block-8 dl > dt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #000;
  min-width: 8.75rem;
  padding-top: 1.75rem;
}
@media (max-width: 768px) {
  .block-8 dl > dt {
    font-weight: 600;
    border-top: none;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-bottom: 0;
  }
}
.block-8 dl > dd {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  .block-8 dl > dd {
    border-top: none;
    border-bottom: 0.0625rem solid #E4E4E4;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-top: 0.875rem;
  }
}
.block-8 dl > dd a:not(.__social), .block-8 dl > dd span:not(.__social) {
  display: inline-block;
}
@media (min-width: 769px) {
  .block-8 dl > dd a:not(.__social):not(:last-child), .block-8 dl > dd span:not(.__social):not(:last-child) {
    margin-right: 1.125rem;
  }
}
@media (max-width: 768px) {
  .block-8 dl > dd a:not(.__social):not(:last-child), .block-8 dl > dd span:not(.__social):not(:last-child) {
    margin-right: 1.375rem;
  }
}

.block-9 {
  position: relative;
}
.block-9 .__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .block-9 .__content {
    position: absolute;
    top: -4.5625rem;
    right: 0.5rem;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .block-9 .__content {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0.5rem;
    gap: 1.5rem;
  }
}

.block-10 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .block-10 {
    margin-top: 2.1875rem;
  }
}
.block-10 .__caption {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: right;
  color: #808080;
  margin-top: 0.5rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .block-10 .__caption {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 0.375rem;
  }
}
.block-10 .slick-slide.slick-current .__caption {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collect-slider-container {
  width: 100%;
  padding-left: 3.875rem;
  margin-top: 6.9375rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .collect-slider-container {
    margin-top: 4.6875rem;
    padding-left: 0;
    margin-right: -1.25rem;
    width: auto;
    margin-left: -1.25rem;
  }
}
.collect-slider-container--2 {
  margin-top: 3.5625rem;
}
@media (max-width: 768px) {
  .collect-slider-container--2 {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .collect-slider-container .brand-section__title {
    width: calc(100% - 1.25rem);
    margin-inline: auto 0;
  }
}

.collect-slider {
  margin-top: 2.1875rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .collect-slider {
    margin-top: 1.4375rem;
    padding-left: 1.25rem;
  }
}
.collect-slider__item {
  position: relative;
  width: 16.25rem;
  margin-right: 1.375rem;
}
@media (max-width: 768px) {
  .collect-slider__item {
    width: 9.25rem;
    margin-right: 1.25rem;
  }
}
.collect-slider__link {
  position: relative;
  text-decoration: none;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .collect-slider__link:hover .collect-slider__img:before {
    opacity: 0.5;
  }
  .collect-slider__link:hover .collect-slider__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .collect-slider__link:hover .collect-slider__title,
  .collect-slider__link:hover .collect-slider__desc {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .collect-slider.--overflow-x-on-mobile {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
.collect-slider__saved {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 0.9375rem;
  height: 1.375rem;
  margin-right: 1.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .collect-slider__saved {
    width: 1.375rem;
    height: 1.5rem;
    top: 0.625rem;
    right: 0.4375rem;
  }
}
.collect-slider__saved.--black {
  background: url("/finder/assets/img/common/icon-saved-black-pc.svg") no-repeat top right;
  background-size: contain;
}
.collect-slider__saved.--black.--checked {
  background-image: url("/finder/assets/img/common/icon-saved-black-checked-pc.svg");
}
.collect-slider__saved.--white {
  background: url("/finder/assets/img/common/icon-saved-white-pc.svg") no-repeat top right;
  background-size: contain;
}
.collect-slider__saved.--white.--checked {
  background-image: url("/finder/assets/img/common/icon-saved-white-checked-pc.svg");
}
.collect-slider__saved {
  top: 0.625rem;
  right: 0.625rem;
  width: 0.9375rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .collect-slider__saved {
    top: 0.6875rem;
    right: 0.6875rem;
    width: 0.6875rem;
    margin-right: 1.25rem;
  }
}
.collect-slider__img {
  width: 100%;
  height: 16.25rem;
}
@media (min-width: 769px) {
  .collect-slider__img {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .collect-slider__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .collect-slider__img {
    height: 9.25rem;
  }
}
.collect-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .collect-slider__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.collect-slider__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #000;
  padding-top: 0.75rem;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .collect-slider__title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .collect-slider__title {
    font-size: 0.875rem;
    font-weight: 400;
    padding-block: 0.375rem 0;
  }
}
.collect-slider__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  padding-top: 0.375rem;
}
@media (min-width: 769px) {
  .collect-slider__desc {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .collect-slider__desc {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    padding-top: 0.3125rem;
  }
}

.brand-slider-container {
  width: 100%;
  padding-left: 3.875rem;
  margin-top: 4.3125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .brand-slider-container {
    margin-top: 3rem;
    padding-left: 0;
    margin-inline: -1.25rem;
    width: auto;
  }
}
.brand-slider-container .brand-section__title {
  padding-bottom: 0.125rem;
}
@media (max-width: 768px) {
  .brand-slider-container .brand-section__title {
    width: calc(100% - 1.25rem);
    margin-inline: auto 0;
  }
}

.brand-slider {
  margin-top: 2.1875rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .brand-slider {
    margin-top: 1.4375rem;
    padding-left: 1.25rem;
  }
}
.brand-slider__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #000;
  border-bottom: 0.0625rem solid #707070;
}
.brand-slider__item {
  position: relative;
  margin-right: 1.5rem;
  width: 25rem;
}
@media (max-width: 768px) {
  .brand-slider__item {
    margin-right: 1.25rem;
    width: 19.6875rem;
  }
}
.brand-slider__link {
  position: relative;
  text-decoration: none;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .brand-slider__link:hover .brand-slider__img:before {
    opacity: 0.5;
  }
  .brand-slider__link:hover .brand-slider__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .brand-slider__link:hover .brand-slider__name,
  .brand-slider__link:hover .brand-slider__title,
  .brand-slider__link:hover .brand-slider__cate {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .brand-slider.--overflow-x-on-mobile {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
.brand-slider__saved {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 0.9375rem;
  height: 1.375rem;
  margin-right: 1.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .brand-slider__saved {
    width: 1.375rem;
    height: 1.5rem;
    top: 0.625rem;
    right: 0.4375rem;
  }
}
.brand-slider__saved.--black {
  background: url("/finder/assets/img/common/icon-saved-black-pc.svg") no-repeat top right;
  background-size: contain;
}
.brand-slider__saved.--black.--checked {
  background-image: url("/finder/assets/img/common/icon-saved-black-checked-pc.svg");
}
.brand-slider__saved.--white {
  background: url("/finder/assets/img/common/icon-saved-white-pc.svg") no-repeat top right;
  background-size: contain;
}
.brand-slider__saved.--white.--checked {
  background-image: url("/finder/assets/img/common/icon-saved-white-checked-pc.svg");
}
.brand-slider__saved {
  cursor: pointer;
}
@media (max-width: 768px) {
  .brand-slider__saved {
    top: 0.6875rem;
    margin-right: 0;
    right: 1.25rem;
    width: 0.9375rem;
  }
}
.brand-slider__img {
  width: 100%;
  height: 18.75rem;
}
@media (min-width: 769px) {
  .brand-slider__img {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .brand-slider__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .brand-slider__img {
    height: 14.6875rem;
  }
}
.brand-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .brand-slider__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.brand-slider__name {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #000;
  padding-top: 0.625rem;
}
@media (min-width: 769px) {
  .brand-slider__name {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .brand-slider__name {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.brand-slider__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-align: left;
  color: #000;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  min-height: var(--ttlMinHeight);
}
@media (min-width: 769px) {
  .brand-slider__title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .brand-slider__title {
    font-size: 0.875rem;
    font-weight: 400;
    padding-block: 0.3125rem 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.brand-slider__cate {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  padding-top: 0.8125rem;
}
@media (min-width: 769px) {
  .brand-slider__cate {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .brand-slider__cate {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    padding-top: 0.625rem;
  }
}

.list-banner {
  margin-top: 4.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .list-banner {
    max-width: 60rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .list-banner {
    margin-top: 2.5rem;
  }
}
.list-banner__item {
  width: 29.25rem;
}
@media (max-width: 768px) {
  .list-banner__item {
    width: 9.9375rem;
  }
}
.list-banner__item:nth-child(n+3) {
  margin-top: 1.25rem;
}
.list-banner__item .img {
  height: auto;
}
@media (max-width: 768px) {
  .list-banner__item .img {
    height: auto;
  }
}
.list-banner__item .img img {
  width: 100%;
  height: auto;
}
.list-banner__item .caption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .list-banner__item .caption {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .list-banner__item .caption {
    margin-top: 0.375rem;
  }
}

@media (max-width: 768px) {
  html.iphone ruby rt {
    line-height: 0;
  }
}