@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 !important;
  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;
}

a:hover {
  cursor: pointer;
}

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

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

.bg01 {
  position: relative;
}
.bg01::before {
  content: "";
  position: absolute;
  top: 60vh;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/about-bg.png) no-repeat center center;
  background-size: 100% auto;
  background-position: 0% 10%;
  background-attachment: fixed;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bg01::before {
    top: 20vh;
    background: url(../img/about-bg.png) no-repeat;
    background-size: inherit;
    background-position: center 0px;
    background-attachment: fixed;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .bg01::before {
      position: absolute;
      top: 20vh;
      bottom: 0;
      height: auto;
      background-attachment: scroll;
      background: url(../img/about-bg.png) no-repeat;
      background-size: inherit;
      pointer-events: none;
      z-index: 0;
    }
  }
}
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: 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;
}

/* ====================
  フッター
==================== */
#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;
}
@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;
}
@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-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    padding: 25px 0 14px;
  }
}
.mainVisual-bellelead-logo {
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 52px auto 32px;
}
@media screen and (max-width: 768px) {
  .mainVisual-bellelead-logo {
    margin: 0 auto 13px;
    padding-left: 10px;
  }
}
.mainVisual-bellelead-logo-img {
  width: 168px;
}
@media screen and (max-width: 768px) {
  .mainVisual-bellelead-logo-img {
    width: 118px;
  }
}
.mainVisual_textBlock {
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  transform: translateY(-77px);
  position: relative;
}
@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;
  }
}
.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;
  }
}
.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 (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;
  width: 1000px;
  margin: 0 auto;
  transform: translate(0, 27px);
  z-index: 5;
}
@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;
}

.about {
  padding: 100px 0 160px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 64px 0 80px;
  }
}
.about_top {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about_lead {
    margin-bottom: 48px;
  }
}
.about_leadTitle {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_leadTitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.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;
  }
}
.about_leadSubText {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about_leadSubText {
    font-size: 24px;
  }
}
.about_leadDescription {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 48px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .about_leadDescription {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.14em;
    margin-top: 40px;
  }
}
.about_img {
  max-width: 530px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_img {
    max-width: 260px;
    margin: 0 0 0 auto;
  }
}
.about_img img {
  width: 100%;
  height: auto;
  display: block;
}
.about_menu {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .about_menu {
    padding-top: 80px;
  }
}
.about_menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about_menu_list {
    width: 335px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about_menu_list_item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #9DB2B9;
  background: #D6E0E2;
  display: flex;
  width: 232px;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about_menu_list_item:nth-child(-n+3) {
    width: 105px;
    height: 64px;
  }
  .about_menu_list_item:nth-child(n+4) {
    width: 162px;
    height: 84px;
  }
}
.about_menu_list_item a {
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about_menu_list_item a {
    font-size: 14px;
    line-height: 1.2;
  }
}
.about_menu_list_item::after {
  content: "";
  position: absolute;
  top: 73%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .about_menu_list_item::after {
    top: 74%;
    width: 8px;
    height: 8px;
  }
}
.about_content {
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_content {
    padding-top: 114px;
  }
}
.about_content[id=facade] {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .about_content[id=facade] {
    padding-top: 64px;
  }
}
.about_content_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #167CBA;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about_content_title {
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.about_content_title_en {
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(140px);
  color: #9DB2B9;
  font-size: 64px;
  font-weight: 100;
  line-height: 0.9;
  text-align: right;
  font-family: "Outfit", sans-serif;
  z-index: 7;
}
@media screen and (min-width: 769px) {
  .about_content_title_en.common {
    transform: translateY(140px);
  }
}
@media screen and (max-width: 768px) {
  .about_content_title_en {
    position: initial;
    transform: none;
    width: 100%;
    margin-bottom: 24px;
    font-size: 48px;
    padding: 0;
  }
}
.about_content_lead {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about_content_lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.about_content_slider {
  margin-top: 64px;
  position: relative;
  min-height: 512px;
  display: flex;
  align-items: center;
  padding-right: 460px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .about_content_slider {
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_content_slider {
    margin-top: 48px;
    padding-right: 0;
    min-height: 166px;
    overflow: visible;
    left: -20px;
  }
}
.about_content .about_slide {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: left 0.4s ease-in-out, opacity 0.5s ease-in-out;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about_content .about_slide {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    padding: 0;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 295px;
    height: 166px;
    opacity: 1;
  }
}
.about_content .about_slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.about_content .about_slide.is-active img {
  opacity: 1;
}
.about_content .about_slide.is-next {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_content .about_slide.is-next {
    align-items: center;
    padding-bottom: 0;
  }
}
.about_content .about_slide.is-next img {
  width: 462px;
  height: 260px;
  opacity: 0.4;
  box-shadow: none;
  -o-object-fit: cover;
     object-fit: cover;
  transition: none;
}
@media screen and (max-width: 768px) {
  .about_content .about_slide.is-next {
    display: flex;
  }
}
.about_content .about_slide.is-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .about_content .about_slide.is-prev {
    display: flex;
  }
}
.about_content .about_slide img {
  width: 910px;
  height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .about_content .about_slide img {
    width: 295px;
    height: 166px;
    -o-object-fit: cover;
       object-fit: cover;
    position: static;
    opacity: 1;
    transition: none;
  }
}
.about_content .about_slide_note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .about_content .about_slide_note {
    margin: 8px 0 32px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.about_content_nav {
  position: absolute;
  top: 146px;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about_content_nav {
    position: absolute;
    bottom: -57px;
    top: initial;
    left: calc(50% - 50px);
    right: initial;
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 8px;
    height: auto;
  }
}
.about_content_nav_prev, .about_content_nav_next {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .about_content_nav_prev, .about_content_nav_next {
    width: 10px;
    height: 10px;
    background: none;
  }
}
.about_content_nav_prev img, .about_content_nav_next img {
  width: 16px;
  height: 16px;
}
.about_content_nav.has-active .about_content_nav_prev:not(.is-active),
.about_content_nav.has-active .about_content_nav_next:not(.is-active) {
  opacity: 0.5;
}
.about_content_nav_prev {
  margin-right: 16px;
}
.about_content_nav_next {
  margin-left: 16px;
}
.about_content_nav_current {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #d3992f;
}
.about_content_nav_separator {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.about_content_nav_total {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about_content_nav_total {
    font-size: 18px;
  }
}
.about_sup_text {
  font-size: 10.32px;
  vertical-align: 0.55em;
}

@media screen and (max-width: 768px) {
  #life-style .about_content_nav {
    bottom: -105px;
  }
}

.caseStudy {
  padding: 120px 0 160px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .caseStudy {
    padding: 64px 0 80px;
  }
}
.caseStudy_head {
  margin: 0 auto 80px;
  padding: 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caseStudy_head {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.caseStudy_head_sub {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #d3992f;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .caseStudy_head_sub {
    font-size: 18px;
  }
}
.caseStudy_content {
  margin: 80px auto 120px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .caseStudy_content {
    padding: 0;
    margin: 48px auto 0;
    gap: 0;
  }
}
.caseStudy_content:last-of-type {
  margin-bottom: 0;
}
.caseStudy_content.case-2f {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .caseStudy_content.case-2f {
    margin-bottom: 80px;
  }
}
.caseStudy_content.case-3f {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .caseStudy_content.case-3f {
    margin-bottom: 0;
  }
}
.caseStudy_content_head {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .caseStudy_content_head {
    margin-bottom: 32px;
  }
}
.caseStudy_content_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .caseStudy_content_title {
    font-size: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
  }
}
.caseStudy_content_line {
  width: 100%;
  height: 1px;
  background-color: #abcadd;
}
.caseStudy_card {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseStudy_card {
    flex-direction: column;
    gap: 26px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .caseStudy_card:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    z-index: -1;
  }
}
.caseStudy_card:last-child {
  margin-bottom: 0;
}
.caseStudy_card--leftText {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .caseStudy_card--leftText {
    flex-direction: column;
  }
}
.caseStudy_card--leftText .caseStudy__card_body {
  align-items: flex-start;
  text-align: left;
}
.caseStudy_card_img {
  flex-shrink: 0;
  width: 540px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_img {
    width: 100%;
    height: auto;
  }
}
.caseStudy_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  display: block;
  border-radius: 4px;
}
.caseStudy_card_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  width: 548px;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_body {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
  }
}
.caseStudy_card_area {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}
.caseStudy_card_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #167cba;
  margin-bottom: 32px;
}
.caseStudy_card_title--blue {
  color: #167cba;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.4;
  }
}
.caseStudy_card_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_description {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.caseStudy_card_actions {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_actions {
    width: 100%;
    gap: 10px;
    margin-bottom: 0;
  }
}
.caseStudy_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 64px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  gap: 12px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_btn {
    width: 100%;
    height: 64px;
    font-size: 14px;
    line-height: 1;
  }
}
.caseStudy_card_btn--movie {
  background-color: #167cba;
  color: #fff;
}
.caseStudy_card_btn--article {
  background-color: #fff;
  border: 1px solid #167cba;
  color: #167cba;
}
.caseStudy_card_btn--article svg {
  fill: #167cba;
}
.caseStudy_card_btn--interview {
  width: 548px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #d3992f;
  color: #d3992f;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_btn--interview {
    width: 100%;
    height: 64px;
    font-size: 14px;
    line-height: 1;
    margin-top: 11px;
  }
}
.caseStudy_card_btn--interview img {
  vertical-align: middle;
}
.caseStudy_card_thumbnails {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .caseStudy_card_thumbnails {
    position: static;
    margin-top: 8px;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
    gap: 5px;
  }
}
.caseStudy_thumbnail_item {
  width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.caseStudy_thumbnail_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.caseStudy_thumbnail_item--mask {
  position: relative;
}
.caseStudy_thumbnail_item--mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.caseStudy_thumbnail_item--active {
  position: relative;
}
.caseStudy_thumbnail_item--active:after {
  display: none;
}
.caseStudy_movie_banner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .caseStudy_movie_banner {
    padding-top: 64px;
  }
}
.caseStudy_movie_banner img {
  border-radius: 4px;
}
.caseStudy_movie_icon {
  width: 199px;
  height: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .caseStudy_movie_icon {
    width: 150px;
    height: auto;
  }
}
.caseStudy_movie_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.caseStudy_movie_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caseStudy_movie_title {
    font-size: 24px;
  }
}
.caseStudy_movie_link_text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .caseStudy_movie_link_text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.feature {
  padding: 120px 0 160px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 60px 0 80px;
  }
}
.feature_head {
  margin: 0 auto 80px;
  padding: 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature_head {
    padding: 0;
    margin-bottom: 40px;
  }
}
.feature_head_sub {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #d3992f;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .feature_head_sub {
    font-size: 18px;
  }
}
.feature_main_img {
  margin: 80px auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .feature_main_img {
    margin: 48px auto 32px;
  }
}
.feature_main_img img {
  border-radius: 4px;
}
.feature_body {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .feature_body {
    padding: 0;
    flex-direction: column;
    gap: 12px;
  }
}
.feature-x-icon {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .feature-x-icon {
    width: 32px;
    height: 32px;
  }
}
.feature_lead_text {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 46px;
}
@media screen and (max-width: 768px) {
  .feature_lead_text {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.feature_lead_text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url(../img/fukidashi.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .feature_lead_text::after {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 11px;
  }
}
.feature_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 552px;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature_card {
    width: 100%;
    padding: 20px;
  }
}
.feature_card--blue .feature_card_no {
  color: #167cba;
}
.feature_card--blue .feature_card_title {
  color: #167cba;
}
.feature_card--orange .feature_card_no {
  color: #d3992f;
}
.feature_card--orange .feature_card_title {
  color: #d3992f;
}
.feature_card:nth-of-type(odd) {
  align-self: flex-start;
}
.feature_card:nth-of-type(even) {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .feature_card:nth-of-type(even) {
    margin-top: 20px;
  }
}
.feature_card_head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .feature_card_head {
    margin-bottom: 16px;
    gap: 12px;
  }
}
.feature_card_no {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .feature_card_no {
    font-size: 32px;
  }
}
.feature_card_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .feature_card_title {
    font-size: 23px;
  }
}
.feature_card_lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature_card_lead {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.feature_card_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .feature_card_description {
    font-size: 14px;
  }
}
.feature_link_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  height: 80px;
  margin: 80px auto 0;
  padding: 0 32px 0 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .feature_link_btn {
    width: 100%;
    height: 64px;
    padding: 0 24px 0 20px;
    margin-top: 64px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.feature_link_btn::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%);
}
.feature_link_btn--blue {
  background-color: #167cba;
  color: #fff;
}

/* ====================
  セクション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%;
  }
}

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

/* その他の商品 */
.product {
  padding: 120px 0 160px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 64px 20px 80px;
  }
}
.product_inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 64px 20px 80px;
  }
}
.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:first-child {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .product_category:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product_category {
    margin-bottom: 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: 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 {
  text-align: right;
  display: flex;
  gap: 16px;
  align-items: 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 {
    font-size: 14px;
    justify-content: flex-end;
  }
}
.product_other_link .product_list_item_arrow {
  margin-right: 0;
}

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

/* ====================
  セクション10：バナー
==================== */
.contact {
  margin: 0 auto;
  padding: 120px 0 0;
  background: #fff;
}
@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 */