@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ====================
  基本スタイル & 共通レイアウト
==================== */
* {
  box-sizing: border-box;
}

html, body {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}

html {
  position: relative;
  background-color: #fff !important;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
    scroll-padding-top: 56px;
  }
}

body {
  color: #242b33;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP";
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow: clip;
    padding-top: 56px;
    font-size: 14px;
  }
}

.color-red {
  color: red;
}
.color-primary {
  color: #10a2c4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

p, span, div, li, dt, dd, a {
  font-weight: 400;
}

main {
  display: block;
}
@media screen and (min-width: 769px) {
  main {
    min-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 20px;
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
.sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
  margin-left: 2px;
}

.display-none {
  display: none !important;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.line {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (min-width: 769px) {
  .main {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 15px 0;
  }
}
.main-img img {
  width: 100%;
  height: auto;
}
.main-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-table {
    display: block;
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table tr {
    display: block;
  }
}
.main-table th {
  color: rgba(89, 93, 97, 0.9);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .main-table th {
    padding: 20px 0;
    width: 210px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table th {
    display: block;
    padding: 20px 0 0;
  }
}
.main-table td {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .main-table td {
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table td {
    display: block;
    padding: 10px 0 20px 0;
  }
}
.main-table-experiment {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-table-experiment {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment tr {
    display: block;
  }
}
.main-table-experiment th {
  color: rgba(89, 93, 97, 0.9);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .main-table-experiment th {
    padding: 20px 0;
    width: 210px;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment th {
    display: block;
    padding: 20px 0 0;
  }
}
.main-table-experiment td {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .main-table-experiment td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment td {
    display: block;
    padding: 10px 0 20px 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select, button {
  border: none;
  background: none;
  vertical-align: middle;
  -webkit-appearance: none;
}

/* ====================
  変数の定義
==================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, p, dt, dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

sup {
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
  margin-left: 2px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ====================
  共通コンポーネント
==================== */
/* 全体的なflex-shrink設定 */
[class*=-item] {
  flex-shrink: 0;
}

[class*=-list-item] {
  flex-shrink: 0;
}

/* より具体的なセレクタ */
.product-category-list-item,
.pickup-list-item,
.campaign-list-item,
.contact_list-item {
  flex-shrink: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.full-bleed-bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.title_container, .catalog_header {
  max-width: 942px;
  margin: 0 auto;
}
.title_container-sub {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #D3992F;
  line-height: 1;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .title_container-sub {
    font-size: 20px;
  }
}
.title_container-main {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .title_container-main {
    font-size: 32px;
    padding-top: 12px;
    line-height: 1.4;
  }
}
.title_container-lead {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .title_container-lead {
    font-size: 16px;
    margin-top: 24px;
  }
}

.scroll-hint-icon-wrap {
  left: 0 !important;
}

.catalog_list .scroll-hint-icon-wrap {
  left: -30% !important;
}

.pickup-list .scroll-hint-icon-wrap {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* ====================
  フッター
==================== */
#gb_footer {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #gb_footer {
    width: 100% !important;
    padding-top: 60px;
  }
  #gb_footer .to-top {
    bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer_sp {
    z-index: 0 !important;
  }
  .footer_sp a {
    width: 100%;
  }
  #gb_footer {
    z-index: 0 !important;
  }
}
/* ====================
  ヘッダー
==================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-header {
    display: none;
  }
}
.l-header_nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.l-header_nav-title {
  font-size: 24px;
  color: #000;
}
.l-header_index-list {
  display: flex;
  gap: 16px;
  margin-left: 200px;
}
.l-header_index-list-item a {
  font-size: 16px;
  color: #717171;
  padding: 8px 0;
  white-space: nowrap;
}
.l-header_index-list-item a:hover {
  color: #167CBA;
}
.l-header_buttons {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.l-header_buttons .c-button {
  height: 64px;
  padding: 0 20px;
}

/* ====================
  サイドメニュー
==================== */
.p-side-index {
  position: fixed;
  top: 81px;
  left: 0;
  width: 281px;
  height: calc(100vh - 81px);
  background-color: #F9F9F9;
  padding: 40px 20px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-side-index {
    display: none;
  }
}
.p-side-index_title {
  font-size: 24px;
  color: #000;
  padding-left: 20px;
}
.p-side-index_list {
  margin-top: 20px;
}
.p-side-index_list-item {
  padding: 10px 20px;
  border-left: 4px solid transparent;
}
.p-side-index_list-item a {
  display: block;
  font-size: 16px;
  color: #717171;
}
.p-side-index_list-item.is-active {
  border-left: 4px solid #167CBA;
}
.p-side-index_list-item.is-active a {
  color: #167CBA;
}
.p-side-index_buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
.p-side-index_buttons .p-side-index_button {
  height: 64px;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
}
.p-side-index_buttons .p-side-index_button--orange {
  background-color: #D3992F;
  color: #fff;
}
.p-side-index_buttons .p-side-index_button--blue {
  background-color: #167CBA;
  color: #fff;
}

/* ====================
  パンくずリスト
==================== */
.p-breadcrumb {
  padding: 120px 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 20px;
    max-width: 100%;
  }
}
.p-breadcrumb_list {
  display: flex;
  gap: 4px;
}
.p-breadcrumb_list-item {
  font-size: 12px;
  color: #717171;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb_list-item {
    font-size: 10px;
  }
}

.btn {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 440px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 335px;
    height: 64px;
  }
}
.btn.btn-blue {
  background-color: #167CBA;
  color: #fff;
}
.btn.btn-blue:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-blue a {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #167CBA;
}
.btn-white:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_b.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-white a {
  color: #167CBA;
}
.btn-orange {
  background-color: #d3992f;
  color: #fff;
}
.btn-orange:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-orange a {
  color: #fff;
}
.btn a {
  white-space: pre-wrap;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
    line-height: 1.4;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  height: 64px;
  padding: 0 20px;
  min-width: 200px;
  white-space: nowrap;
}
.c-button--orange {
  background-color: #D3992F;
  color: #fff;
}
.c-button--blue {
  background-color: #167CBA;
  color: #fff;
}
.c-button--white {
  background-color: #fff;
  color: #000;
}

.fixed-buttons-area {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .fixed-buttons-area {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-content: space-between;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.fixed-buttons-button {
  width: 320px;
  height: 80px;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixed-buttons-button {
    width: 100%;
    height: 64px;
    border-radius: 0;
  }
}
.fixed-buttons-button--orange {
  background-color: #D3992F;
  color: #fff;
}
.fixed-buttons-button--blue {
  background-color: #167CBA;
  color: #fff;
}

.homelounge {
  background-color: #E9E3DF;
}
.homelounge .inner {
  padding: 120px 20px 160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .homelounge .inner {
    padding: 0 0 80px;
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
}
.homelounge-banner-image {
  width: 816px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .homelounge-banner-image {
    width: 100%;
    flex-direction: column;
    gap: 48px;
  }
}
.homelounge-banner-image a {
  position: absolute;
  bottom: 0%;
  background: #65363B;
  border-radius: 4px;
  width: 380px;
  height: 64px;
  right: 0;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .homelounge-banner-image a {
    position: relative;
    width: 335px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
  }
}
.homelounge-banner-image a::after {
  content: "";
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.homelounge-banner-image-left {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .homelounge-banner-image-left {
    width: 100%;
  }
}
.homelounge-banner-image-right-logo {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .homelounge-banner-image-right-logo {
    width: 295px;
    padding: 0 20px;
  }
}
.homelounge-banner-image-right-text {
  padding: 32px 0 48px;
}
@media screen and (max-width: 768px) {
  .homelounge-banner-image-right-text {
    font-size: 14px;
    padding: 32px 20px 48px;
  }
}
.homelounge-nav {
  width: 302px;
}
.homelounge-nav-list {
  display: flex;
  flex-direction: column;
}
.homelounge-nav-list-item {
  position: relative;
  border-top: 1px solid #B2B2B2;
}
.homelounge-nav-list-item:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.homelounge-nav-list-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  letter-spacing: 0.64px;
}
.homelounge-nav-list-item a img {
  vertical-align: baseline;
  margin-left: 16px;
  display: block;
}

/* ====================
  パンくずリスト
==================== */
.breadcrumb {
  padding: 12px 0 0;
  margin-top: 81px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 16px 20px;
  }
}
.breadcrumb_list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_list {
    padding: 0;
    flex-wrap: wrap;
  }
}
.breadcrumb_list-item {
  font-size: 14px;
  color: #000;
}
.breadcrumb_list-item a {
  color: #000;
  text-decoration: none;
}
.breadcrumb_list-item a:hover {
  text-decoration: underline;
}

.product-list-hero {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .product-list-hero {
    padding-top: 48px;
  }
}
.product-list-hero .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-list-hero .inner {
    padding-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.product-list-hero-line {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .product-list-hero-line {
    width: 100%;
    padding: 0 20px;
  }
}
.product-list-hero-line-orange {
  width: 32px;
  height: 1px;
  border-top: 1px solid #D3992F;
}
@media screen and (max-width: 768px) {
  .product-list-hero-line-orange {
    width: 24px;
  }
}
.product-list-hero-line-gray {
  width: 1162px;
  margin: 0 0 0 auto;
  height: 1px;
  border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .product-list-hero-line-gray {
    width: 95%;
  }
}
.product-list-hero-title {
  font-size: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product-list-hero-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.product-list-hero-lead-top {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
  border-left: 3px solid #D3992F;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .product-list-hero-lead-top {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.product-list-hero-lead-text {
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .product-list-hero-lead-text {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.product-list-hero-lead-link {
  text-align: right;
  margin-top: 20px;
}
.product-list-hero-lead-link a {
  display: inline-block;
  position: relative;
  color: #167CBA;
  text-decoration: underline;
  padding-right: 40px;
  line-height: 1.6;
}
.product-list-hero-lead-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 商品カテゴリ一覧 */
.product-category {
  padding: 80px 0 140px;
}
@media screen and (max-width: 768px) {
  .product-category {
    padding: 48px 0 80px;
    background: url(../img/product-list_bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
.product-category-inner {
  width: 100%;
  max-width: 1320px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-category-inner {
    flex-direction: column;
  }
}
.product-category-list {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .product-category-list {
    width: 100%;
    gap: 64px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .product-category-list {
    padding-left: 120px;
  }
}
@media screen and (min-width: 769px) {
  .product-category-list_bg {
    width: 1080px;
    padding: 80px 120px 120px;
    flex-shrink: 0;
    background: url(../img/product-list_bg.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .product-category-list_bg {
    width: 100%;
    padding: 0;
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .product-category-list-item {
    padding-bottom: 80px;
    width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .product-category-list-item {
    width: 100%;
  }
  .product-category-list-item:not(:last-child) {
    padding-bottom: 64px;
  }
}
.product-category-list-item-image {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .product-category-list-item-image {
    max-width: 100%;
  }
}
.product-category-list-item-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-category-list-item-title {
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #A8BAC5;
  }
}
.product-category-list-item-title img {
  width: 24px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .product-category-list-item-title img {
    width: 20px;
    margin-left: 20px;
  }
}
.product-category-list-item-title .sp {
  width: 83px;
}
.product-category-list-item-title .sp img {
  width: 100%;
  margin: 0 0 10px 0;
}
.product-category-list-item-text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .product-category-list-item-text {
    margin-top: 16px;
    font-size: 14px;
  }
}
.product-category-list-item-note-list {
  margin-top: 14px;
}
.product-category-list-item-note-list-item {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product-category-list-item-note-list-item {
    font-size: 10px;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .product-category-fixed {
    max-width: 330px;
    height: fit-content;
    height: -moz-fit-content;
    position: sticky;
    top: 0;
    transform: translateX(124px);
    padding: 80px 0 120px;
    z-index: 999;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-category-fixed {
    padding: 0 20px;
  }
}
.product-category-fixed-title-text {
  display: block;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-category-fixed-title-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-category-fixed-title-logo {
    width: 236px;
  }
}
.product-category-fixed-subttl {
  color: #167CBA;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.008em;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .product-category-fixed-subttl {
    font-size: 20px;
    letter-spacing: 0.04em;
    padding-top: 48px;
  }
}
.product-category-fixed-text {
  padding-top: 24px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .product-category-fixed-text {
    font-size: 14px;
    padding-top: 16px;
  }
}
.product-category-fixed-link {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .product-category-fixed-link {
    margin-top: 37px;
  }
}
.product-category-fixed-link a {
  position: relative;
  width: 300px;
  height: 64px;
  display: inline-block;
  position: relative;
  background: #167CBA;
  color: #fff;
  text-decoration: none;
  padding: 22px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.product-category-fixed-link a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.other {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .other {
    padding: 64px 0 80px;
  }
}
.other-contents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin-bottom: 96px;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .other-contents-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 64px;
    gap: 64px;
  }
}
.other-contents-list-item {
  max-width: 576px;
}
.other-contents-list-item-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #AECFE3;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-heading {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.other-contents-list-item-heading-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.other-contents-list-item-heading-image.pro {
  width: 271px;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-heading-image.pro {
    width: 218px;
  }
}
.other-contents-list-item-heading-image.cross {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-heading-image.cross {
    width: 187px;
  }
}
.other-contents-list-item-img {
  border-radius: 4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-img {
    margin-bottom: 20px;
  }
}
.other-contents-list-item-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.other-contents-list-item-title::after {
  content: "";
  position: absolute;
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  bottom: 2px;
  right: -40px;
}
.other-contents-list-item-title.pro-ttl::after {
  bottom: 12px;
}
.other-contents-list-item-title-small {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-title-small {
    font-size: 14px;
  }
}
.other-contents-list-item-text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .other-contents-list-item-text {
    font-size: 14px;
  }
}
.other-contents-secondary {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary {
    margin-bottom: 32px;
  }
}
.other-contents-secondary-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.other-contents-secondary-list-item {
  max-width: 584px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item {
    border: 1px solid #D3D3D3;
    padding: 16px;
  }
}
.other-contents-secondary-list-item a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item a {
    flex-direction: column;
    position: relative;
    gap: 16px;
  }
}
.other-contents-secondary-list-item-image {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-image {
    width: 142px;
  }
}
.other-contents-secondary-list-item-image img {
  border-radius: 4px;
}
.other-contents-secondary-list-item-contents {
  width: calc(100% - 240px - 24px);
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-contents {
    width: 100%;
  }
}
.other-contents-secondary-list-item-heading {
  padding: 0 0 16px;
  border-bottom: 1px solid #AECFE3;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-heading {
    position: absolute;
    top: 16px;
    left: 155px;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.other-contents-secondary-list-item-heading-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.other-contents-secondary-list-item-heading-image {
  padding-top: 12px;
}
.other-contents-secondary-list-item-heading-image.urban {
  width: 162px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-heading-image.urban {
    width: 132px;
    padding-top: 8px;
  }
}
.other-contents-secondary-list-item-heading-image.albio {
  width: 163px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-heading-image.albio {
    width: 136px;
  }
}
.other-contents-secondary-list-item-bottom-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
.other-contents-secondary-list-item-bottom-title-small {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-bottom-title-small {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .other-contents-secondary-list-item-bottom-title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.other-contents-secondary-list-item-bottom-title::after {
  content: "";
  position: absolute;
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.other-contents-secondary-list-item-bottom-text {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.other-contents-btn {
  display: block;
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: #167CBA;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .other-contents-btn {
    font-size: 14px;
    padding-right: 20px;
  }
}
.other-contents-btn::after {
  content: "";
  position: relative;
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .other-contents-btn::after {
    right: -20px;
    top: 50%;
    transform: translateY(30%);
  }
}

.pickup {
  padding: 120px 0 160px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 64px 0 80px;
  }
}
.pickup-lead {
  font-size: 24px;
  color: #D3992F;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pickup-lead {
    font-size: 20px;
  }
}
.pickup-title {
  margin-top: 16px;
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .pickup-title {
    font-size: 32px;
    margin-top: 12px;
  }
}
.pickup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pickup-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 30px;
    margin-top: 48px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .pickup-list::-webkit-scrollbar {
    display: none;
  }
}
.pickup-list-item {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 768px) {
  .pickup-list-item {
    width: 240px;
    padding-bottom: 25px;
  }
}
.pickup-list-item-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.pickup-list-item-image img {
  border-radius: 4px;
}
.pickup-list-item-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup-list-item-title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
  }
}
.pickup-list-item-title::after {
  content: "";
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pickup-list-item-title::after {
    width: 20px;
    height: 20px;
    right: -32px;
  }
}
.pickup-list-item-text {
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .pickup-list-item-text {
    margin-top: 12px;
  }
}
.pickup-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .pickup-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
  }
}
.pickup-pagination-prev, .pickup-pagination-next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s;
}
.pickup-pagination-prev:hover:not(:disabled), .pickup-pagination-next:hover:not(:disabled) {
  opacity: 0.7;
}
.pickup-pagination-prev:disabled, .pickup-pagination-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pickup-pagination-prev img, .pickup-pagination-next img {
  display: block;
}
.pickup-pagination-info {
  display: flex;
  align-items: center;
  gap: 0;
}
.pickup-pagination-current {
  color: #167CBA;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
.pickup-pagination-separator {
  color: #000;
  font-size: 20px;
  padding: 0 8px;
  display: flex;
}
.pickup-pagination-total {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}

/* ====================
  セクション9：カタログ
==================== */
.catalog {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  background: url(../img/catalog_bg.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .catalog {
    width: 100%;
  }
}
.catalog_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 20px 160px;
}
@media screen and (max-width: 768px) {
  .catalog_inner {
    padding: 64px 20px 80px;
  }
}
.catalog_header {
  color: #fff;
  min-width: 100%;
}
.catalog_header-subtitle {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .catalog_header-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.catalog_header-title {
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  text-indent: -0.5rem;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  .catalog_header-title {
    font-size: 32px;
    line-height: 1.4;
    text-indent: 0;
    letter-spacing: 1.28px;
  }
}
.catalog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 80px 0;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .catalog_list {
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 64px 0;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 4px;
  }
}
.catalog_list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .catalog_list-item {
    justify-content: flex-start;
  }
}
.catalog_list-item-image-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 64px 0;
  flex-shrink: 0;
  display: flex;
  height: 380px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box {
    padding: 16px;
    width: 240px;
    height: 240px;
  }
}
.catalog_list-item-image-box-inner {
  width: 178px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box-inner {
    width: 120px;
  }
}
.catalog_list-item-text-box {
  display: grid;
  grid-template-rows: 1fr auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-text-box {
    width: 100%;
  }
}
.catalog_list-item-title {
  font-size: 18px;
  margin: 16px 0 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-title {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.04em;
    min-height: 41px;
  }
}
.catalog_list-item-button {
  display: block;
  color: #fff;
  border-radius: 8px;
  margin-top: 27px;
  text-align: right;
  position: relative;
  padding-right: 48px;
  flex-shrink: 0;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-button {
    font-size: 14px;
  }
}
.catalog_list-item-button::after {
  content: "";
  background: url(../img/box-arrow_w.svg) no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .catalog_list-item-button::after {
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 46%;
  }
}

/* ====================
  セクション10：バナー
==================== */
.contact {
  margin: 0 auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    padding: 40px 20px 64px;
  }
}
.contact_inner {
  max-width: 1240px;
  padding: 0 20px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding: 0;
  }
}
.contact_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .contact_list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.contact_list-item {
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact_list-item {
    width: 100%;
    padding: 0;
  }
}
.contact_list-item-image-area {
  height: 292px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact_list-item-image-area {
    height: 168px;
  }
}
.contact_list-item-image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.contact_list-item-text-area {
  padding: 24px 32px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .contact_list-item-text-area {
    padding: 20px 20px 24px;
    min-height: auto;
  }
}
.contact_list-item-text-area--blue {
  background-image: linear-gradient(to right, #167CBA, #3BA7E9);
  border-radius: 0 0 4px 4px;
}
.contact_list-item-text-area--orange {
  background-image: linear-gradient(to right, #D3992F, #DCB774);
  border-radius: 0 0 4px 4px;
}
.contact_list-item-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .contact_list-item-title {
    font-size: 18px;
  }
}
.contact_list-item-title::after {
  content: "";
  background: url(../img/box-arrow_w.svg) no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact_list-item-title::after {
    width: 24px;
    height: 24px;
    background-size: 100%;
  }
}
.contact_list-item-description {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact_list-item-description {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */