@charset "UTF-8";
/* =====================
	企画レイアウトB-コンテンツのパターン2
 ======================= */
/** -------------------- スライダー -------------------- **/
.category-slider {
  margin: 0 0 40px;
}
.category-slider__thumb {
  display: block;
}
.category-slider__thumb img {
  width: 100%;
}
.category-slider .swiper-wrapper {
  height: auto;
}
.category-slider .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 20px 0 0;
  width: 100%;
  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;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.category-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: block;
  background: var(--c_border);
  opacity: 1;
  margin: 0;
}
.category-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--c_blue);
}

/** -------------------- コンテンツ -------------------- **/
.category-comment {
  max-width: 860px;
  margin: 0 auto 48px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.category-comment > * {
  margin-bottom: 80px;
}
.category-comment > *:last-child {
  margin-bottom: 0;
}
.category-comment > *.contents_header {
  margin-bottom: 40px;
}
.category-comment .contents_title {
  text-align: center;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.category-comment .contents_title_logo {
  display: block;
  margin: 20px auto;
}
.category-comment .contents_title_logo:first-child {
  margin-top: 0;
}
.category-comment .contents_title_logo:last-child {
  margin-bottom: 0;
}
.category-comment .contents_headImg {
  margin: 0 -20px 20px;
}
.category-comment .contents_headImg img {
  width: 100%;
}
.category-comment .contents_brand {
  text-align: center;
  font-family: var(--font_eng);
  margin: 20px 0;
  /** 国旗 **/
}
.category-comment .contents_brand_main {
  font-size: 2.4rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
.category-comment .contents_brand_main::after {
  content: "";
  width: 32px;
  height: 22px;
  margin-left: 10px;
}
.category-comment .contents_brand_sub {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
.category-comment .contents_brand.de .contents_brand_main::after {
  background: url(../images/category/common/de.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_brand.dk .contents_brand_main::after {
  background: url(../images/category/common/dk.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_brand.fi .contents_brand_main::after {
  background: url(../images/category/common/fi.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_brand.jp .contents_brand_main::after {
  background: url(../images/category/common/jp.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_brand.ru .contents_brand_main::after {
  background: url(../images/category/common/ru.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_brand.se .contents_brand_main::after {
  background: url(../images/category/common/se.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_brand.uk .contents_brand_main::after {
  background: url(../images/category/common/uk.webp) no-repeat center/contain;
  display: inline-block;
}
.category-comment .contents_explain .c-btn01 {
  margin-top: 24px;
}
.category-comment .contents--col2 {
  display: grid;
  grid-template-columns: 100%;
  gap: 80px 0;
}
.category-comment .attention {
  margin-top: -16px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.category-comment .attention:first-child {
  margin-top: 0;
}

/* スマホのみ
  ------------------------ */
/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
  /** -------------------- スライダー -------------------- **/
  .category-slider {
    margin: 0 0 80px;
  }
  .category-slider__item {
    padding: 0 0.6%;
  }
  /** -------------------- コンテンツ -------------------- **/
  .category-comment {
    margin-bottom: 120px;
  }
  .category-comment > * {
    margin-bottom: 100px;
  }
  .category-comment > *.contents_header {
    margin-bottom: 80px;
  }
  .category-comment .contents_title {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
  .category-comment .contents_title_logo {
    margin: 24px auto;
  }
  .category-comment .contents_headImg {
    margin: 0 0 24px;
  }
  .category-comment .contents_brand {
    margin: 24px 0;
  }
  .category-comment .contents_brand_main {
    font-size: 3.2rem;
  }
  .category-comment .contents_brand_sub {
    font-size: 1.6rem;
  }
  .category-comment .contents--col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 5.58%;
  }
  .category-comment .attention {
    margin-top: -20px;
  }
}
/* PCのみ
  ------------------------ */