@charset "UTF-8";
/* ====================
  基本スタイル & 共通レイアウト
==================== */
* {
  box-sizing: border-box;
}

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

html {
  position: relative;
  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;
  }
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1440px;
    padding-top: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
    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 {
  background-color: #f9f9f9 !important;
}

.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;
}

a:hover {
  cursor: pointer;
}

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);
}

.section_head_title {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section_head_title {
    font-size: 24px;
    padding-bottom: 16px;
  }
}
.section_head_title_line {
  display: flex;
  gap: 6px;
}
.section_head_title_line_orange {
  width: 32px;
  height: 1px;
  background-color: #D3992F;
}
@media screen and (max-width: 768px) {
  .section_head_title_line_orange {
    width: 24px;
  }
}
.section_head_title_line_gray {
  background: #D3D3D3;
  width: 1162px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .section_head_title_line_gray {
    width: -webkit-fill-available;
  }
}
.section_head_lead {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .section_head_lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.title_container, .catalog_header {
  max-width: 1200px;
  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;
}

@media screen and (max-width: 768px) {
  .footer_sp {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .to-top {
    left: initial !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: #9db2b9;
  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: #9db2b9;
}
.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: #9db2b9;
}
@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;
}

.side-index_buttons {
  position: fixed;
  top: 90px;
  right: 0;
  width: 64px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .side-index_buttons {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    gap: 11px;
    justify-content: space-between;
  }
}
.side-index_buttons a {
  width: 100%;
  height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 20px 25px;
}
@media screen and (min-width: 769px) {
  .side-index_buttons a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .side-index_buttons a {
    width: 48%;
    height: 48px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    line-height: 1.4;
  }
}
.side-index_buttons a.side-index_button--orange {
  background-color: #d3992f;
}
.side-index_buttons a.side-index_button--blue {
  background-color: #167cba;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.lity-container {
  padding-top: 50px;
}

.lity-close {
  position: absolute !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background: url(../img/close.png) no-repeat center center/contain !important;
  border: none !important;
  cursor: pointer !important;
}
@media screen and (min-width: 769px) {
  .lity-close {
    width: 50px !important;
    height: 50px !important;
    right: 0 !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .lity-close {
    width: 30px !important;
    height: 30px !important;
  }
}

/* ====================
  パンくずリスト
==================== */
.breadcrumb {
  padding: 12px 0 0;
  margin-top: 81px;
  height: -moz-min-content;
  height: min-content;
}
@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;
}

.mainVisual {
  position: relative;
  padding-top: 93px;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    padding: 0;
  }
}
.mainVisual_textBlock {
  max-width: 1240px;
  margin: 0 auto;
  transform: translateY(-77px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mainVisual_textBlock {
    max-width: 100%;
    transform: translateY(-27px);
    padding-right: 20px;
  }
}
.mainVisual_textBlock_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  font-size: 90px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mainVisual_textBlock_title {
    font-size: 32px;
    line-height: 1;
  }
}
.mainVisual_slider-track {
  position: relative;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: grab;
}
@media screen and (max-width: 768px) {
  .mainVisual_slider-track {
    height: 290px;
  }
}
.mainVisual_slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transform: translateX(0);
}
.mainVisual_slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transform: translateX(0);
}
.mainVisual_slide.is-active img {
  width: 1000px;
  height: 650px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mainVisual_slide.is-active img {
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_slide.is-active.is-sliding-left {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .mainVisual_slide.is-active.is-sliding-to-prev {
    transform: translateX(-495px);
  }
  .mainVisual_slide.is-active.is-sliding-to-prev img {
    width: 450px;
    height: 300px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_slide.is-sliding-in {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transform: translateX(100%);
  }
  .mainVisual_slide.is-sliding-in.is-active {
    transform: translateX(0);
  }
}
.mainVisual_slide:not(.is-active):not(.mainVisual_slide--prev):not(.mainVisual_slide--next) {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.mainVisual_slide.mainVisual_slide--prev {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
  transform: translateX(-725px);
}
.mainVisual_slide.mainVisual_slide--prev img {
  width: 450px;
  height: 300px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .mainVisual_slide.mainVisual_slide--prev {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .mainVisual_slide.mainVisual_slide--prev {
    transform: translateX(calc(-50vw + 50% - 225px));
  }
}
.mainVisual_slide.mainVisual_slide--next {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
  transform: translateX(725px);
}
.mainVisual_slide.mainVisual_slide--next img {
  width: 450px;
  height: 300px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .mainVisual_slide.mainVisual_slide--next {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .mainVisual_slide.mainVisual_slide--next {
    transform: translateX(calc(50vw - 50% + 225px));
  }
}
@media screen and (min-width: 768px) {
  .mainVisual_slide.mainVisual_slide--next.is-sliding-to-active {
    transform: translateX(0);
    z-index: 3;
  }
  .mainVisual_slide.mainVisual_slide--next.is-sliding-to-active img {
    width: 1000px;
    height: 650px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual_slide.is-sliding-to-active.is-active {
    transform: translateX(0);
    z-index: 3;
  }
  .mainVisual_slide.is-sliding-to-active.is-active img {
    width: 1000px;
    height: 650px;
    opacity: 1;
  }
}
.mainVisual_slide img {
  width: 1000px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .mainVisual_slide img {
    height: 290px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual_slide.is-sliding-to-prev, .mainVisual_slide.is-sliding-to-active {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  }
  .mainVisual_slide.is-sliding-to-prev img, .mainVisual_slide.is-sliding-to-active img {
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out, opacity 0.6s ease-in-out;
  }
}
.mainVisual_slider-controls {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  transform: translate(0, 27px);
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .mainVisual_slider-controls {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_slider-controls {
    width: 100px;
    margin: 0;
    transform: translate(11px, 8px);
  }
}
.mainVisual_slider-prev, .mainVisual_slider-next {
  display: none;
}
.mainVisual_slider-dots {
  display: flex;
  gap: 8px;
}
.mainVisual_slider-dot {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #A2A7A8;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, background 0.2s ease;
  display: block;
  padding: 0;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .mainVisual_slider-dot {
    gap: 6px;
    width: 6px;
    height: 6px;
  }
}
.mainVisual_slider-dot.is-active {
  background: #000;
  opacity: 1;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .mainVisual_slider-track {
    transform-origin: top center;
    height: 450px;
  }
  .mainVisual_slide img {
    width: 80%;
    height: 450px;
  }
  .mainVisual_slide.is-active img {
    width: auto;
    height: 500px;
  }
  .mainVisual_slide.is-sliding-to-prev {
    transform: translateX(calc(-24vw - 225px));
  }
  .mainVisual_slide.is-sliding-to-prev img {
    width: 450px;
    height: 300px;
  }
  .mainVisual_slide.is-sliding-to-active {
    transform: translateX(0);
  }
  .mainVisual_slide.is-sliding-to-active img {
    width: auto;
    height: 500px;
    opacity: 1;
  }
  .mainVisual_slide.is-sliding-to-active.is-active {
    transform: translateX(0);
  }
  .mainVisual_slide.is-sliding-to-active.is-active img {
    width: auto;
    height: 500px;
    opacity: 1;
  }
  .mainVisual_slide.mainVisual_slide--prev {
    transform: translateX(calc(-24vw - 225px));
  }
  .mainVisual_slide.mainVisual_slide--prev img {
    width: 450px;
    height: 300px;
  }
  .mainVisual_slide.mainVisual_slide--next {
    transform: translateX(calc(24vw + 225px));
  }
  .mainVisual_slide.mainVisual_slide--next img {
    width: 450px;
    height: 300px;
  }
  .mainVisual_slide.mainVisual_slide--next.is-sliding-to-active {
    transform: translateX(0);
  }
  .mainVisual_slide.mainVisual_slide--next.is-sliding-to-active img {
    width: 60%;
    height: 500px;
    opacity: 1;
  }
  mainVisual_slide .is-sliding-to-active.is-active {
    margin: 0 auto;
  }
  mainVisual_slide .is-sliding-to-active.is-active img {
    width: 80%;
  }
}
.about {
  padding: 43px 0 210px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 34px 0 80px;
  }
}
.about .inner {
  max-width: 1440px;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .about .inner {
    position: relative;
  }
  .about .inner::after {
    content: "";
    display: block;
    width: 1000px;
    height: 396px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .about .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.about_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 20px;
}
@media screen and (max-width: 1000px) {
  .about_top {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_top {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .about_lead {
    margin-bottom: 48px;
  }
}
.about_lead-Title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #167CBA;
}
@media screen and (max-width: 1024px) {
  .about_lead-Title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .about_lead-Title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.about_lead-Description {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .about_lead-Description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .about_lead {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.14em;
    margin-top: 40px;
  }
}
.about_leadLine {
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 0 16px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about_leadLine {
    width: 20px;
    margin: 0 12px;
  }
}
@media screen and (min-width: 769px) {
  .about_btn {
    position: absolute;
    bottom: -24px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_btn {
    position: relative;
    text-align: right;
  }
}
.about_btn a {
  color: #167CBA;
  text-decoration: underline;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .about_btn a {
    font-size: 14px;
  }
}
.about_btn:after {
  content: "";
  position: absolute;
  background: url(../img/box-arrow_b.svg) no-repeat center center/contain;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .about_btn:after {
    right: 0;
  }
}

.caseStudy {
  padding: 120px 0 160px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .caseStudy {
    padding: 64px 0 80px;
  }
}
.caseStudy_list {
  display: flex;
  gap: 80px 48px;
  flex-wrap: wrap;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .caseStudy_list {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.caseStudy_list_item {
  width: calc(50% - 24px);
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 40px;
  }
  .caseStudy_list_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.caseStudy_list_item_asset_img {
  width: 100%;
  height: 100%;
}
.caseStudy_list_item_asset_img img {
  border-radius: 4px;
}
.caseStudy_list_item_asset_text {
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item_asset_text {
    margin-top: 20px;
  }
}
.caseStudy_list_item_asset_text_ttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item_asset_text_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.caseStudy_list_item_asset_text_link {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  background: #167cba;
  color: #fff;
  padding: 15px 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item_asset_text_link {
    position: initial;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
}
.caseStudy_list_item_asset_text_lead {
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item_asset_text_lead {
    line-height: 1.4;
  }
}
.caseStudy_list_item_asset_text_list {
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item_asset_text_list {
    padding-left: 0;
  }
}
.caseStudy_list_item_asset_text_list_item {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  .caseStudy_list_item_asset_text_list_item {
    padding-left: 1rem;
    text-indent: 0;
  }
}
.caseStudy_list_item_asset_text_list_item::before {
  content: "◼︎";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  color: #000;
}

.Support {
  padding: 0 0 160px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Support {
    max-width: 100%;
    padding: 0 0 80px;
  }
}
.Support_contents {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .Support_contents {
    padding-top: 40px;
  }
}
.Support_contents_list_item:not(:last-child) {
  margin-bottom: 64px;
}
.Support_contents_list_item_title {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #167cba;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.Support_contents_list_item_title_letter {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 32px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 300;
  text-align: center;
  padding: 3px 0;
  color: #167cba;
  background: #E7ECF0;
  border-radius: 4px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_title_letter {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}
.Support_contents_list_item_title_small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000;
  padding-left: 8px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_title_small {
    font-size: 16px;
  }
}
.Support_contents_list_item_lead {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
.Support_contents_list_item_main {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  border: 1px solid #D3D3D3;
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main {
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
}
.Support_contents_list_item_main_img {
  width: 674px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main_img {
    width: 100%;
  }
}
.Support_contents_list_item_main_merit {
  width: 414px;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main_merit {
    width: 100%;
    padding: 16px;
  }
}
.Support_contents_list_item_main_merit_ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #167cba;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main_merit_ttl {
    font-size: 16px;
  }
}
.Support_contents_list_item_main_merit_list {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main_merit_list {
    padding-left: 0px;
    margin-left: 19px;
  }
}
.Support_contents_list_item_main_merit_list:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main_merit_list:not(:last-child) {
    margin-bottom: 16px;
  }
}
.Support_contents_list_item_main_merit_list_item {
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .Support_contents_list_item_main_merit_list_item {
    font-size: 14px;
    line-height: 1.6;
    text-indent: -0.5rem;
    padding-left: 2px;
  }
}

/* ====================
  セクション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: auto;
  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;
    word-break: break-all;
  }
}
.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%;
  }
}

.pickup {
  padding: 120px 0 160px;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 64px 0 80px;
  }
}
.pickup.pickup2 {
  padding-top: 40px;
}
.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-contents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 48px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
    padding-top: 48px;
  }
}
.pickup-contents-list-item {
  max-width: 576px;
}
.pickup-contents-list-item-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #AECFE3;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-heading {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.pickup-contents-list-item-heading-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.pickup-contents-list-item-heading-image.pro {
  width: 271px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-heading-image.pro {
    width: 218px;
  }
}
.pickup-contents-list-item-heading-image.cross {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-heading-image.cross {
    width: 187px;
  }
}
.pickup-contents-list-item-img {
  border-radius: 4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-img {
    margin-bottom: 20px;
  }
}
.pickup-contents-list-item-img img {
  border-radius: 4px;
}
.pickup-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) {
  .pickup-contents-list-item-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.pickup-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: 0;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-title::after {
    top: 50%;
  }
}
.pickup-contents-list-item-title-small {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-title-small {
    font-size: 14px;
  }
}
.pickup-contents-list-item-text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .pickup-contents-list-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pickup-list-item {
    padding-bottom: 25px;
  }
}
.pickup-list-item-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-top: 24px;
}
@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: "";
  position: absolute;
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  bottom: 0;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .pickup-list-item-title::after {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pickup-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
  }
}
.pickup.other-pickup {
  background-color: #fff;
}
.pickup.other-pickup .product_category_title {
  margin-top: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #AECFE3;
}
@media screen and (max-width: 768px) {
  .pickup.other-pickup .product_category_title {
    margin-top: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pickup.other-pickup .pickup-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 48px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pickup.other-pickup .pickup-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 30px;
    margin-top: 48px;
  }
}
.pickup.other-pickup .pickup-list-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pickup.other-pickup .pickup-list-item {
    width: 240px;
  }
}

/* その他の商品 */
.product {
  padding: 120px 0 160px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 64px 0 80px;
  }
}
.product_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
.product_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .product_head {
    padding: 0;
    margin-bottom: 20px;
  }
}
.product_head_bar {
  width: 3px;
  height: 24px;
  background-color: #d3992f;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .product_head_bar {
    height: 20px;
  }
}
.product_head_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .product_head_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product_body {
    padding: 0;
  }
}
.product_category_title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 24px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .product_category_title {
    margin-bottom: 20px;
  }
}
.product_category_title_image {
  width: 141px;
}
@media screen and (max-width: 768px) {
  .product_category_title_image {
    width: 118px;
  }
}
.product_category_title_image.cross {
  width: 186px;
}
@media screen and (max-width: 768px) {
  .product_category_title_image.cross {
    width: 140px;
  }
}
.product_category_title_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .product_list {
    flex-direction: column;
    gap: 16px;
  }
}
.product_list_item {
  width: 484px;
  height: 135px;
  border-radius: 4px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .product_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product_list_item {
    width: 100%;
    height: 100px;
  }
}
.product_list_item--full {
  width: 100%;
}
.product_list_item_img {
  width: 240px;
  height: 135px;
  flex-shrink: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product_list_item_img {
    width: 128px;
    height: 96px;
  }
}
.product_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px 0 0 4px;
}
.product_list_item_title {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .product_list_item_title {
    font-size: 14px;
    padding-left: 16px;
  }
}
.product_list_item_title--split {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.product_list_item_title_sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}
.product_list_item_sup {
  font-size: 11.61px;
  vertical-align: 0.55em;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .product_list_item_sup {
    font-size: 8px;
    margin-left: 0;
  }
}
.product_list_item_arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 16px;
}
.product_list_item_arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.product_other_link {
  width: 100%;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .product_other_link {
    font-size: 14px;
    justify-content: flex-end;
  }
}
.product_other_link a {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #167cba;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .product_other_link a {
    font-size: 14px;
    text-align: left;
    align-items: center;
  }
}
.product_other_link .product_list_item_arrow {
  margin-right: 0;
}

/* ====================
  セクション10：バナー
==================== */
.contact {
  margin: 0 auto;
  padding: 120px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    padding: 64px 20px;
  }
}
.contact_inner {
  max-width: 1240px;
  padding: 0 20px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding: 0;
  }
}
.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 a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact_list-item a {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .contact_list-item-image-area {
    max-width: 584px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact_list-item-image-area {
    max-width: 100%;
    height: 168px;
  }
}
.contact_list-item-image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .contact_list-item-image-area img {
    border-radius: 4px 0 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .contact_list-item-image-area img {
    border-radius: 4px 4px 0 0;
  }
}
.contact_list-item-text-area {
  padding: 24px 24px 24px 48px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .contact_list-item-text-area {
    position: relative;
    border-radius: 0 4px 4px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_list-item-text-area {
    padding: 20px 20px 24px;
    min-height: auto;
    border-radius: 0 0 4px 4px;
  }
}
.contact_list-item-text-area--orange {
  background-image: linear-gradient(to right, #D3992F, #DCB774);
}
@media screen and (min-width: 769px) {
  .contact_list-item-text-area--orange {
    max-width: 616px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact_list-item-text-area--orange {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .contact_list-item-text-area-arrow {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
.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: 16px;
  }
  .contact_list-item-title::after {
    content: "";
    vertical-align: middle;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: url(../img/box-arrow_w.svg) no-repeat;
    background-size: contain;
  }
}
.contact_list-item-description {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact_list-item-description {
    font-size: 14px;
    margin-top: 16px;
  }
}/*# sourceMappingURL=style.css.map */