@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* 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-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

body {
  font-size: clamp(16px, 1.25vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2em;
  color: #433f3f;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tb-only {
  display: none;
}
@media (max-width: 1024px) {
  .tb-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

a {
  color: inherit;
  transition: 0.3s;
}

.inner {
  width: 80vw;
  max-width: 1330px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 90vw;
  }
}

.mb100 {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb150 {
  margin-bottom: 7.8125vw;
}
@media (max-width: 768px) {
  .mb150 {
    margin-bottom: 75px;
  }
}

.mb50 {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* ボタン */
.blue-btn {
  width: 23vw;
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #0756a4;
  padding: 2px 0px 2px 5%;
  border-radius: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .blue-btn {
    width: 250px;
  }
}
.blue-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 30px;
  height: 6px;
  background-image: url(../img/arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.blue-btn::after {
  background: #433f3f;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.blue-btn a {
  display: block;
}

/* 🔽 PC（hoverできる端末）だけ hover を有効にする */
@media (hover: hover) {
  .blue-btn {
    transition: 0.3s;
  }
  .blue-btn:hover::after {
    transform: scale(1, 1);
  }
}
.beige-btn {
  width: 23vw;
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #aca49e;
  padding: 2px 0px 2px 5%;
  border-radius: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .beige-btn {
    width: 250px;
  }
}
.beige-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 30px;
  height: 6px;
  background-image: url(../img/arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.beige-btn::after {
  background: #433f3f;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.beige-btn a {
  display: block;
}

/* 🔽 hover できる端末（＝PC）のみ */
@media (hover: hover) {
  .beige-btn {
    transition: 0.3s;
  }
  .beige-btn:hover::after {
    transform: scale(1, 1);
  }
}
.ecsite-btn {
  position: fixed;
  top: 120px;
  right: 0;
  width: 123px;
  box-sizing: border-box;
  background-color: #0756a4;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  padding: 22px;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 1145px) {
  .ecsite-btn {
    top: 80px;
    width: 100px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .ecsite-btn {
    top: auto;
    bottom: 0px;
    left: 1%;
    right: auto;
    width: 48%;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}
.ecsite-btn img {
  width: 50px;
}
@media screen and (max-width: 1145px) {
  .ecsite-btn img {
    width: 40px;
  }
}
.ecsite-btn:hover {
  scale: 1.05;
  transition: 0.3s;
}

.estimate-btn {
  position: fixed;
  top: 260px;
  right: 0;
  width: 123px;
  box-sizing: border-box;
  background-color: #3297e5;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  padding: 22px;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 1145px) {
  .estimate-btn {
    top: 190px;
    width: 100px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .estimate-btn {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 1%;
    width: 48%;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}
.estimate-btn img {
  width: 50px;
}
@media screen and (max-width: 1145px) {
  .estimate-btn img {
    width: 40px;
  }
}
.estimate-btn:hover {
  scale: 1.05;
  transition: 0.3s;
}

/* タイトル */
.tit48 {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.5em;
}

.tit58 {
  font-size: clamp(25px, 3vw, 58px);
  font-weight: 700;
  line-height: 1.5em;
}

.subtit {
  font-size: clamp(20px, 1.66vw, 32px);
  font-family: "Barlow Condensed", sans-serif;
  color: #433f3f;
}

.pagetit-common {
  background-color: #433f3f;
  color: #fff;
  padding: 133px 0 65px 124px;
}
@media (max-width: 768px) {
  .pagetit-common {
    padding: 80px 0 30px 20px;
  }
}
.pagetit-common .subtit {
  color: #fff;
}

.pagetit-pro {
  background-color: #f6f1eb;
  color: #433f3f;
  padding: 133px 0 65px 124px;
}
@media (max-width: 768px) {
  .pagetit-pro {
    padding: 80px 0 30px 20px;
  }
}
.pagetit-pro .subtit {
  color: #0756a4;
}

.pagetit-home {
  background-color: #f6f1eb;
  color: #645f5f;
  padding: 133px 0 65px 124px;
}
@media (max-width: 768px) {
  .pagetit-home {
    padding: 80px 0 30px 20px;
  }
}
.pagetit-home .subtit {
  color: #aca49e;
}

/* その他の商品リスト */
.others-pro {
  padding: 10.4166666667vw 0 0;
  background-color: #717171;
  color: #fff;
}
@media (max-width: 768px) {
  .others-pro {
    padding: 100px 0 0;
  }
}
.others-pro .subtit {
  color: #fff;
}
.others-pro__cat {
  font-size: clamp(35px, 2.6vw, 50px);
  margin-bottom: 10px;
  color: #0756a4;
}
@media (max-width: 768px) {
  .others-pro__cat {
    text-align: center;
  }
}
.others-pro__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.others-pro__list li {
  width: 23%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .others-pro__list li {
    width: 100%;
    margin-bottom: 30px;
    margin-inline: auto;
  }
}
.others-pro__list li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.others-pro__list li img {
  border: 3px solid #717171;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .others-pro__list li img {
    width: 200px;
    margin-inline: auto;
    display: block;
  }
}
.others-pro__list li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .others-pro__list li p {
    font-size: 16px;
  }
}

.others-home {
  padding: 10.4166666667vw 0 0;
  background-color: #fff;
  color: #645f5f;
  max-width: 976px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .others-home {
    padding: 100px 0 0;
  }
}
.others-home .subtit {
  color: #645f5f;
}
.others-home__cat {
  font-size: clamp(35px, 2.6vw, 50px);
  margin-bottom: 10px;
  color: #aca49e;
}
@media (max-width: 768px) {
  .others-home__cat {
    text-align: center;
  }
}
.others-home__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.others-home__list li {
  width: 30%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .others-home__list li {
    width: 100%;
    margin-bottom: 30px;
    margin-inline: auto;
  }
}
.others-home__list li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.others-home__list li img {
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .others-home__list li img {
    width: 200px;
    margin-inline: auto;
    display: block;
  }
}
.others-home__list li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .others-home__list li p {
    font-size: 16px;
  }
}

/* PRO商品ページ用カルーセル */
/* カルーセル全体 */
.carousel {
  display: flex;
  justify-content: center;
}

/* カルーセル内容 */
.contains {
  width: 100%;
  aspect-ratio: 6/7;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}

.slide_select {
  display: none;
}

/* 各スライド */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.5;
  z-index: 3;
}

.scroll_button:hover {
  opacity: 1;
}

.scroll_prev {
  left: 0px;
}

.scroll_next {
  right: 0px;
}

.move_controler {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}

.button_move:hover {
  opacity: 0.75;
}

.button_move {
  background-color: black;
}

.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .move_controler .button_move:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .move_controler .button_move:nth-of-type(4) {
  opacity: 1;
}

.scroll_box_wrap {
  display: flex;
  justify-content: space-between;
  padding: 23px 46px 0;
}

/* HOME商品ページ用lightbox */
.image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.image-container a {
  width: 30%;
  margin-bottom: 10px;
}

.lb-data .lb-close {
  opacity: 1 !important;
  cursor: pointer;
  transition: opacity 0.3s;
}
.lb-data .lb-close:hover {
  opacity: 0.7 !important;
}

.lb-dataContainer {
  min-height: 40px;
}

/* パンくずリスト */
.breadcrumbs {
  margin-inline: 124px;
  margin-top: 10px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-inline: 20px;
    font-size: 0.875rem;
  }
}

.breadcrumbs a {
  transition: opacity 0.6s;
}

.breadcrumbs a:hover {
  opacity: 0.6;
}

/* アニメーション */
/* スクロールで下からふわっと */
.js-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* background-imgを下からふわっと */
.js-fade-bg {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-bg.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* Coming soon */
.coming-soon {
  background-color: #f6f1eb;
  color: #433f3f;
  padding: 400px 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .coming-soon {
    padding: 200px 0;
    font-size: 1.875rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header__container {
  background-color: rgba(0, 0, 0, 0.42);
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  position: relative;
}

.header__logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__logo img {
  width: 262px;
  vertical-align: middle;
}

.header__nav {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8em;
}

.ddmenu {
  display: flex;
  gap: 40px;
  align-items: center;
}

.ddmenu__listitem {
  position: relative;
  display: flex;
  align-items: center;
  height: 75px;
}

.ddmenu__listitem__arrow {
  width: 17px;
  height: 10px;
  margin-left: 10px;
}

.ddmenu__sublist {
  display: none;
  margin: 0px;
  padding: 30px 40px;
  position: absolute;
  top: 75px;
  color: #000;
  background-color: #fff;
  width: 450px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0 0 10px 10px;
}

.ddmenu__listitem:hover .ddmenu__sublist {
  display: block;
}

.ddmenu__sublistitem {
  font-size: 20px;
}

.ddmenu__sublistitem__detail {
  padding: 0 0 0 14px;
  position: relative;
  font-size: 17px;
  line-height: 1.8em;
}
.ddmenu__sublistitem__detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #000;
}

.ddmenu__contact a {
  border: 2px solid #fff;
  padding: 0px 50px;
  border-radius: 50px;
}

ul.ddmenu a {
  display: block;
}

.ddmenu__listitem a:hover {
  opacity: 0.5;
}

.ddmenu__contact a:hover {
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}

/* ハンバーガーメニュー */
.c-hamburger-menu {
  position: relative;
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
  z-index: 40;
  display: none;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 101;
}

.c-hamburger-menu__button-mark {
  background-color: #ffffff;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 22px;
}

/* メニューが開いた時に色を変更 */
#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark {
  background-color: #433f3f;
}

@media screen and (max-width: 1145px) {
  .header__container {
    height: 50px;
    padding: 0 0 0 20px;
  }
  .header__logo img {
    width: 200px;
  }
  .ddmenu {
    display: block;
  }
  ul.ddmenu {
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .ddmenu__listitem {
    margin-bottom: 15px;
    color: #433f3f;
    height: auto;
    display: block;
  }
  .ddmenu__listitem__arrow {
    display: none;
  }
  .ddmenu__sublist {
    padding: 0;
    background-color: #f6f1eb;
    width: 100%;
    box-shadow: none;
  }
  .ddmenu__sublistitem__detail {
    font-size: 12px;
    line-height: 2em;
  }
  .ddmenu__contact {
    display: inline-block;
    margin-top: 20px;
  }
  .ddmenu__contact a {
    color: #433f3f;
    border: 2px solid #433f3f;
    padding: 0px 50px;
    border-radius: 50px;
  }
  ul.ddmenu a {
    text-align: left;
  }
  ul.ddmenu a:hover {
    background-color: transparent;
    opacity: 0.6;
  }
  .c-hamburger-menu__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f1eb;
    transform: translateX(-100%);
    transition: 0.3s;
    z-index: 50;
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0);
    transition: 0.3s;
  }
  .c-hamburger-menu__button {
    align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 60px;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
  .ddmenu__sublist {
    position: static;
    display: block;
    padding-left: 1rem;
    color: #433f3f;
  }
}
@media (max-width: 768px) {
  .c-hamburger-menu__button {
    margin-right: 2px;
  }
}
/* 背景のスクロールを無効化 */
.no-scroll {
  overflow: hidden;
  height: 100vh; /* 縦スクロールを完全に無効化 */
}

.footer {
  background-color: #433f3f;
  padding: 5.2083333333vw 10.4166666667vw;
  color: #fff;
  line-height: 1.2em;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
.footer__logo {
  width: 262px;
}
.footer__company {
  font-size: 1rem;
}
.footer__address {
  font-size: 1rem;
}
.footer__nav__list {
  display: flex;
  gap: 37px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer__nav__list a:hover {
  opacity: 0.5;
}
.footer__nav__list__sublist {
  font-size: 1rem;
  font-weight: 400;
  width: 100px;
}
.footer__btnarea {
  display: flex;
  justify-content: space-between;
}
.footer__btn {
  font-size: 1.125rem;
  font-weight: 700;
  width: 48%;
  border: 1px solid #fff;
  text-align: center;
  padding: 5px 0;
}
.footer__btn:hover {
  color: #433f3f;
  background-color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 1235px) {
  .footer__inner {
    flex-direction: column;
  }
  .footer__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__right {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 50px 20px;
  }
  .footer__logo {
    width: 200px;
  }
  .footer__nav__list {
    flex-direction: column;
    gap: 10px;
    font-size: 1rem;
  }
  .footer__nav__list__sublist {
    width: 100%;
    line-height: 1.8em;
  }
  .footer__btnarea {
    flex-direction: column;
    gap: 10px;
  }
  .footer__btn {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
}
#top {
  /* 表示トリガー */
}
#top .fv {
  position: relative;
  /* デフォルトの黒い透過フィルター */
  /* ホバーでフィルターを消す */
  /* スマホ時はフィルターを無効化 */
}
#top .fv .video-container {
  display: flex;
}
@media (max-width: 768px) {
  #top .fv .video-container {
    display: block;
  }
}
#top .fv .video-wrap {
  flex: 1;
  padding: 0;
  position: relative;
}
#top .fv .video-wrap video {
  width: 100%;
  aspect-ratio: 960/1080;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  #top .fv .video-wrap video {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top .fv .video-wrap__txtarea {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 5;
}
@media (max-width: 768px) {
  #top .fv .video-wrap__txtarea {
    top: 70%;
  }
}
#top .fv .video-wrap__txtarea__tit {
  font-size: clamp(40px, 7.8vw, 150px);
  line-height: 1.1em;
}
@media (max-width: 768px) {
  #top .fv .video-wrap__txtarea__tit {
    font-size: 70px;
  }
}
#top .fv .video-wrap__txtarea__txt {
  font-size: clamp(16px, 1.35vw, 26px);
}
#top .fv .video-wrap__txtarea__btn {
  width: 50%;
  margin-top: 30px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #top .fv .video-wrap__txtarea__btn {
    margin-top: 10px;
    width: 250px;
  }
}
#top .fv .video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 薄い黒 */
  pointer-events: none; /* クリックは動画に通す */
  transition: opacity 0.3s;
}
#top .fv .video-wrap:hover::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .fv .video-wrap::after {
    opacity: 0;
  }
}
#top .fv video {
  width: 100%;
  aspect-ratio: 960/1080;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#top .top__pro-home {
  display: flex;
}
@media (max-width: 768px) {
  #top .top__pro-home {
    display: block;
  }
}
#top .top__pro-home__prouse {
  width: 50%;
  padding-top: 11.71875vw;
  padding-bottom: 20.8333333333vw;
  background-color: #717171;
  background-image: url(../img/top-prouse-letter.png);
  background-repeat: no-repeat;
  background-position: left top 6.5vw;
  background-size: 15.6vw;
  position: relative;
}
@media (max-width: 768px) {
  #top .top__pro-home__prouse {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 200px;
    background-size: 30vw;
  }
}
#top .top__pro-home__prouse img {
  width: 100%;
}
#top .top__pro-home__prouse h2 {
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 20px;
  margin-right: 6.8vw;
}
#top .top__pro-home__prouse p {
  color: #fff;
  margin-top: 20px;
  margin-right: 6.8vw;
}
#top .top__pro-home__prouse__btn {
  position: absolute;
  bottom: 7.8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #top .top__pro-home__prouse__btn {
    bottom: 100px;
  }
}
#top .top__pro-home__homeuse {
  width: 50%;
  padding-top: 4.84375vw;
  background-image: url(../img/top-homeuse-letter.png);
  background-repeat: no-repeat;
  background-position: right top 6.5vw;
  background-size: 15.6vw;
  position: relative;
}
@media (max-width: 768px) {
  #top .top__pro-home__homeuse {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 200px;
    background-size: 30vw;
  }
}
#top .top__pro-home__homeuse img {
  width: 100%;
}
#top .top__pro-home__homeuse h2 {
  color: #645f5f;
  border-bottom: 2px solid #645f5f;
  display: inline-block;
  padding-bottom: 20px;
  margin-left: 6.8vw;
}
#top .top__pro-home__homeuse p {
  color: #645f5f;
  margin-top: 20px;
  margin-left: 6.8vw;
}
#top .top__pro-home__homeuse__btn {
  position: absolute;
  bottom: 7.8vw;
  left: 50%;
  transform: translateX(-50%);
}
#top .top__brandstory {
  padding: 10.4166666667vw 0 10.4166666667vw 10.4166666667vw;
  background-color: #f6f1eb;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #top .top__brandstory {
    padding: 100px 20px;
  }
}
#top .top__brandstory::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5520833333vw;
  height: 100%;
  background-image: url(../img/top-brandstory-pic.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  /* 初期状態：右にずらして非表示 */
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
@media (max-width: 768px) {
  #top .top__brandstory::after {
    width: 280px;
    background-position: right bottom 180px;
  }
}
#top .top__brandstory .subtit::first-letter {
  color: #0756a4;
}
#top .top__brandstory__txt {
  width: 43.4895833333vw;
}
@media (max-width: 768px) {
  #top .top__brandstory__txt {
    width: 100%;
    margin-bottom: 450px;
  }
}
@media (max-width: 768px) {
  #top .top__brandstory__btn {
    margin-inline: auto;
  }
}
#top .top__brandstory.is-show::after {
  transform: translateX(0);
  opacity: 1;
}
#top .top__usecase {
  text-align: center;
  padding: 10.4166666667vw 0;
  background-color: #433f3f;
  color: #fff;
  /* 黒いフィルター */
  /* テキスト */
  /* ホバーで表示 */
  /* ホバー時は停止 */
}
@media (max-width: 768px) {
  #top .top__usecase {
    padding: 100px 0;
  }
}
#top .top__usecase .subtit {
  color: #fff;
}
#top .top__usecase__txt {
  margin-inline: 20px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .top__usecase .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top .top__usecase .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top .top__usecase .scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
#top .top__usecase .scroll-infinity__item {
  width: 16.6666666667vw;
  margin-right: 1vw;
}
@media (max-width: 768px) {
  #top .top__usecase .scroll-infinity__item {
    width: 40vw;
    margin-right: 10px;
  }
}
#top .top__usecase .scroll-infinity__item > img {
  width: 100%;
}
#top .top__usecase .scroll-card {
  position: relative;
  overflow: hidden;
}
#top .top__usecase .scroll-card img {
  display: block;
  width: 100%;
}
#top .top__usecase .scroll-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6.3%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
#top .top__usecase .scroll-card__text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1.8em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 10px;
  z-index: 2;
}
@media (max-width: 768px) {
  #top .top__usecase .scroll-card__text {
    font-size: 12px;
  }
}
#top .top__usecase .scroll-card:hover::after,
#top .top__usecase .scroll-card:hover .scroll-card__text {
  opacity: 1;
}
#top .top__usecase .scroll-infinity__wrap:hover .scroll-infinity__list--left {
  animation-play-state: paused;
}
#top .top__news {
  padding: 10.4166666667vw 0;
  background-color: #f6f1eb;
}
@media (max-width: 768px) {
  #top .top__news {
    padding: 100px 0;
  }
}
#top .top__news .inner {
  max-width: 1030px;
}
#top .top__news h2 {
  text-align: center;
}
#top .top__news .subtit {
  text-align: center;
}
#top .top__news .subtit::first-letter {
  color: #0756a4;
}
#top .top__news__list {
  display: flex;
  gap: 5%;
  justify-content: center;
}
@media (max-width: 768px) {
  #top .top__news__list {
    display: block;
  }
}
#top .top__news__list a:hover {
  opacity: 0.5;
}
#top .top__news__list__item {
  width: 30%;
}
@media (max-width: 768px) {
  #top .top__news__list__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
#top .top__news__list__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top .top__news__list__item__tit {
  font-size: 1.375rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #top .top__news__list__item__tit {
    font-size: 1.125rem;
  }
}
#top .top__news__list__item__date {
  font-size: 1.125rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #top .top__news__list__item__date {
    font-size: 1rem;
  }
}
#top .top__news__btn {
  margin-inline: auto;
}

.brandstory {
  background-color: #f6f1eb;
}
.brandstory__sec1 {
  padding-top: 13.0208333333vw;
  background-image: url(../img/brandstory-sec1-pic01.png), url(../img/brandstory-sec1-pic02.png);
  background-repeat: no-repeat;
  background-position: left top 6.5vw, right top 7vw;
  background-size: 37vw, 41vw;
}
@media (max-width: 768px) {
  .brandstory__sec1 {
    padding-top: 100px;
    background-image: none;
  }
}
.brandstory__sec1__txt {
  margin-bottom: 15.625vw;
}
@media (max-width: 768px) {
  .brandstory__sec1__txt {
    margin-bottom: 50px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.brandstory__sec1 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent 50%, #433f3f 50%);
  padding: 100px 0;
}
@media (max-width: 768px) {
  .brandstory__sec1 .scroll-infinity__wrap {
    padding: 50px 0;
  }
}
.brandstory__sec1 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.brandstory__sec1 .scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.brandstory__sec1 .scroll-infinity__item {
  width: 16.6666666667vw;
  margin-right: 1vw;
}
@media (max-width: 768px) {
  .brandstory__sec1 .scroll-infinity__item {
    width: 40vw;
    margin-right: 10px;
  }
}
.brandstory__sec1 .scroll-infinity__item > img {
  width: 100%;
}
.brandstory__sec2 {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 768px) {
  .brandstory__sec2 {
    padding-bottom: 100px;
  }
}
.brandstory__sec2__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .brandstory__sec2__box {
    display: block;
  }
}
.brandstory__sec2__box__txtarea {
  width: 42%;
  margin-top: 50px;
  margin-left: 10.4166666667vw;
  position: relative;
}
@media (max-width: 768px) {
  .brandstory__sec2__box__txtarea {
    width: 90%;
    margin-top: 0px;
    margin-inline: auto;
  }
}
.brandstory__sec2__box__txtarea__num {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: clamp(80px, 10vw, 200px);
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 768px) {
  .brandstory__sec2__box__txtarea__num {
    top: -25px;
  }
}
.brandstory__sec2__box__txtarea h2 {
  border-bottom: 2px solid #433f3f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brandstory__sec2__box__img {
  width: 40%;
}
@media (max-width: 768px) {
  .brandstory__sec2__box__img {
    width: 90%;
    margin: 20px auto;
  }
}
.brandstory__sec2__box2 {
  display: flex;
  justify-content: space-between;
  margin-top: 5.2083333333vw;
}
@media (max-width: 768px) {
  .brandstory__sec2__box2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
.brandstory__sec2__box2__txtarea {
  width: 28%;
  margin-top: 50px;
  margin-right: 10.4166666667vw;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .brandstory__sec2__box2__txtarea {
    width: 90%;
    margin-top: 0px;
    margin-inline: auto;
    text-align: left;
  }
}
.brandstory__sec2__box2__txtarea__num {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: clamp(80px, 10vw, 200px);
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 768px) {
  .brandstory__sec2__box2__txtarea__num {
    right: auto;
    left: 0;
    top: -25px;
  }
}
.brandstory__sec2__box2__txtarea h2 {
  border-bottom: 2px solid #433f3f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brandstory__sec2__box2__img {
  width: 50%;
}
@media (max-width: 768px) {
  .brandstory__sec2__box2__img {
    width: 95%;
    margin: 20px auto 20px 0;
  }
}
.brandstory__sec2__box3 {
  display: flex;
  justify-content: space-between;
  margin-top: 5.2083333333vw;
}
@media (max-width: 768px) {
  .brandstory__sec2__box3 {
    display: block;
    margin-top: 50px;
  }
}
.brandstory__sec2__box3__txtarea {
  width: 40%;
  margin-top: 50px;
  margin-left: 10.4166666667vw;
  position: relative;
}
@media (max-width: 768px) {
  .brandstory__sec2__box3__txtarea {
    width: 90%;
    margin-top: 0px;
    margin-inline: auto;
  }
}
.brandstory__sec2__box3__txtarea__num {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: clamp(80px, 10vw, 200px);
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 768px) {
  .brandstory__sec2__box3__txtarea__num {
    top: -25px;
  }
}
.brandstory__sec2__box3__txtarea h2 {
  border-bottom: 2px solid #433f3f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brandstory__sec2__box3__img {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .brandstory__sec2__box3__img {
    width: 90%;
    margin: 20px auto;
  }
}
.brandstory__sec2__box4 {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6041666667vw;
}
@media (max-width: 768px) {
  .brandstory__sec2__box4 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
.brandstory__sec2__box4__txtarea {
  width: 38%;
  margin-top: 50px;
  margin-right: 10.4166666667vw;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .brandstory__sec2__box4__txtarea {
    width: 90%;
    margin-top: 0px;
    margin-inline: auto;
    text-align: left;
  }
}
.brandstory__sec2__box4__txtarea__num {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: clamp(80px, 10vw, 200px);
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 768px) {
  .brandstory__sec2__box4__txtarea__num {
    right: auto;
    left: 0;
    top: -25px;
  }
}
.brandstory__sec2__box4__txtarea h2 {
  border-bottom: 2px solid #433f3f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brandstory__sec2__box4__img {
  width: 40%;
}
@media (max-width: 768px) {
  .brandstory__sec2__box4__img {
    width: 90%;
    margin: 20px auto;
  }
}
.brandstory__sec3 {
  padding: 10.4166666667vw 0 0;
  color: #fff;
  background-color: #433f3f;
}
@media (max-width: 768px) {
  .brandstory__sec3 {
    padding: 100px 0 0;
  }
}
.brandstory__sec3 img {
  vertical-align: middle;
}

.company {
  background-color: #f6f1eb;
}
.company .company__inner {
  max-width: 1026px;
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .company .company__inner {
    padding: 100px 0;
  }
}
.company .company__list {
  display: flex;
  line-height: 1.8em;
  border-bottom: 1px solid #433f3f;
}
@media (max-width: 768px) {
  .company .company__list {
    display: block;
  }
}
.company .company__list dt {
  width: 300px;
  box-sizing: border-box;
  padding: 25px 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .company .company__list dt {
    padding: 12px 20px 0;
    font-weight: 700;
  }
}
.company .company__list dd {
  padding: 25px 40px;
}
@media (max-width: 768px) {
  .company .company__list dd {
    padding: 12px 20px;
  }
}

.contact {
  background-color: #f6f1eb;
}
.contact__inner {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .contact__inner {
    padding: 100px 0;
  }
}
.contact .tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1070px;
  margin: 0 auto;
}
.contact .tab_label {
  color: #fff;
  background-color: #645F5F;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 2px 0;
  margin: 0 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 768px) {
  .contact .tab_label {
    font-size: 0.875rem;
    padding: 0;
    margin: 0 5px;
  }
}
.contact .tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  border-top: 2px solid #433f3f;
}
.contact input[name=tab_switch] {
  display: none;
}
.contact .tabs input:checked + .tab_label {
  color: #fff;
  background-color: #0756a4;
}
.contact #tab01:checked ~ #tab01_content,
.contact #tab02:checked ~ #tab02_content,
.contact #tab03:checked ~ #tab03_content {
  display: block;
}
.contact .tab_content {
  position: relative;
  animation: fadeIn 1s ease;
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/* フォーム */
.contact__form {
  max-width: 1000px;
  margin-inline: auto;
  padding: 5.2083333333vw 0 0;
  font-size: 1.25rem;
  /* 🔽 PC（hover 可能な端末）のみ hover を有効にする */
}
@media (max-width: 768px) {
  .contact__form {
    font-size: 1rem;
  }
}
.contact__form__txt {
  font-size: 1rem;
}
.contact__form__txt__prouse {
  font-family: "Barlow Condensed", sans-serif;
  color: #0756a4;
  font-size: 3rem;
  margin: 10px 0 20px;
}
.contact__form__txt__homeuse {
  font-family: "Barlow Condensed", sans-serif;
  color: #aca49e;
  font-size: 3rem;
  margin: 20px 0;
}
.contact__form .checkbox-prouse,
.contact__form .checkbox-homeuse {
  line-height: 2.5em;
}
.contact__form dl {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact__form dl {
    display: block;
  }
}
.contact__form dl dt {
  width: 30%;
  text-align: right;
  line-height: 1.2em;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .contact__form dl dt {
    text-align: left;
    width: 100%;
  }
}
.contact__form dl dd {
  width: 68%;
}
@media (max-width: 768px) {
  .contact__form dl dd {
    width: 100%;
  }
}
.contact__form dl dd .form-txt {
  width: 100%;
  border: 1px solid #2c2c2c;
}
.contact__form dl dd input {
  padding: 15px;
  box-sizing: border-box;
}
.contact__form dl dd textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #2c2c2c;
}
.contact__form dl dd .form-select {
  padding: 10px;
  border: 1px solid #2c2c2c;
}
.contact__form__btn {
  width: 23vw;
  height: 50px;
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #0756a4;
  padding: 2px 0px 2px 5%;
  border-radius: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-inline: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact__form__btn {
    width: 250px;
  }
}
.contact__form__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 30px;
  height: 6px;
  background-image: url(../img/arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact__form__btn::after {
  background: #433f3f;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.contact__form__btn input {
  width: 23vw;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 700;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact__form__btn input {
    width: 250px;
  }
}
.contact__form__btn p {
  height: 60px;
}
@media (hover: hover) {
  .contact__form__btn {
    transition: 0.3s;
  }
  .contact__form__btn:hover::after {
    transform: scale(1, 1);
  }
}
.contact__form .form-label-span {
  font-size: 0.875rem;
}

/* サンクスページ */
.contact-thanks {
  background-color: #f6f1eb;
  text-align: center;
}
.contact-thanks__inner {
  padding: 18.2291666667vw 0 10.4166666667vw;
}
@media (max-width: 768px) {
  .contact-thanks__inner {
    padding: 100px 0;
  }
}

/* アーカイブページ */
.archive-news {
  background-color: #f6f1eb;
}
.archive-news .inner {
  max-width: 1030px;
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .archive-news .inner {
    padding: 100px 0;
  }
}
.archive-news__list {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .archive-news__list {
    display: block;
  }
}
.archive-news__list a:hover {
  opacity: 0.5;
}
.archive-news__list__item {
  width: 30%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .archive-news__list__item {
    width: 100%;
  }
}
.archive-news__list__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.archive-news__list__item__tit {
  font-size: 1.375rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .archive-news__list__item__tit {
    font-size: 1.125rem;
  }
}
.archive-news__list__item__date {
  font-size: 1.125rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .archive-news__list__item__date {
    font-size: 1rem;
  }
}
.archive-news .pagination {
  text-align: center;
  letter-spacing: 10px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .archive-news .pagination {
    font-size: 1rem;
  }
}
.archive-news .current {
  background-color: #0756a4;
  color: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
}

/* 詳細ページ */
.news {
  background-color: #f6f1eb;
  /* コラム内のテキストスタイルを指定 */
}
.news img {
  width: auto;
}
.news .inner {
  max-width: 900px;
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .news .inner {
    padding: 100px 0;
  }
}
.news h1 {
  font-weight: 700;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .news h1 {
    font-size: 1.75rem;
  }
}
.news h2 {
  font-weight: 700;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .news h2 {
    font-size: 1.5rem;
  }
}
.news h3 {
  font-weight: 700;
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .news h3 {
    font-size: 1.25rem;
  }
}
.news h4 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .news h4 {
    font-size: 1.125rem;
  }
}
.news h6 {
  background-color: #aca49e;
  display: inline;
}
.news .news__date {
  line-height: 1em;
  margin-bottom: 50px;
}
.news .news__tit {
  font-size: 1.875rem !important;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news .news__tit {
    font-size: 1.5rem !important;
  }
}
.news .news__btn {
  margin-inline: auto;
}

.lineup-prouse {
  background-color: #717171;
  color: #fff;
}
.lineup-prouse__top {
  padding-top: 1px;
  background-image: url(../img/lineup-prouse-letter.png), url(../img/lineup-prouse-pic01.png);
  background-repeat: no-repeat;
  background-position: left bottom, right 2.6vw top 3.5vw;
  background-size: 65.8vw, 45vw;
}
@media (max-width: 768px) {
  .lineup-prouse__top {
    background-image: none;
  }
}
.lineup-prouse__top__inner {
  padding: 10.4166666667vw 0 23.8541666667vw 0;
  margin-left: 10.4166666667vw;
  width: 40vw;
}
@media (max-width: 768px) {
  .lineup-prouse__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.lineup-prouse__top__pic-sp {
  width: 80%;
  margin-inline: auto;
  margin-top: 50px;
}
.lineup-prouse__lineup {
  padding: 10.4166666667vw 0;
  background-color: #433f3f;
  background-image: url(../img/lineup-prouse-lineup-letter.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 56.7vw;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup {
    padding: 100px 0;
    background-size: 100vw;
  }
}
.lineup-prouse__lineup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup__list {
    display: block;
  }
}
.lineup-prouse__lineup__list li {
  width: 412px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup__list li {
    width: 300px;
    margin-inline: auto;
  }
}
.lineup-prouse__lineup__list li img {
  vertical-align: middle;
}
.lineup-prouse__lineup__list__body {
  background-color: #717171;
  color: #fff;
  padding: 25px 27px;
  height: 120px;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup__list__body {
    height: auto;
  }
}
.lineup-prouse__lineup__list__body h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup__list__body h2 {
    font-size: 19px;
  }
}
.lineup-prouse__lineup__list__body p {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup__list__body p {
    font-size: 16px;
  }
}
.lineup-prouse__lineup__list__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 27px;
  background-color: #959595;
  color: #fff;
  transition: 0.3s;
}
.lineup-prouse__lineup__list__btn:hover {
  background-color: #000;
  transition: 0.3s;
}
.lineup-prouse__lineup__list__btn p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .lineup-prouse__lineup__list__btn p {
    font-size: 16px;
  }
}
.lineup-prouse__lineup__list__btn img {
  width: 30px;
}
.lineup-prouse__others {
  padding: 10.4166666667vw 0;
  background-image: url(../img/lineup-prouse-others-letter.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 61.4vw;
}
@media (max-width: 768px) {
  .lineup-prouse__others {
    padding: 100px 0;
    background-size: 100vw;
  }
}
.lineup-prouse__others .subtit {
  color: #fff;
}
.lineup-prouse__others__btn {
  width: 55.4vw;
  margin-inline: auto;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .lineup-prouse__others__btn {
    width: 100%;
  }
}
.lineup-prouse__others__btn:hover {
  scale: 1.03;
  transition: 0.3s;
}

.lineup-homeuse {
  color: #645f5f;
}
.lineup-homeuse__top {
  padding-top: 1px;
  background-image: url(../img/lineup-homeuse-letter.png), url(../img/lineup-homeuse-pic01.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top 13vw;
  background-size: 77.4vw, 41.1vw;
}
@media (max-width: 768px) {
  .lineup-homeuse__top {
    background-image: none;
  }
}
.lineup-homeuse__top__inner {
  padding: 10.4166666667vw 0 23.8541666667vw 0;
  margin-left: 10.4166666667vw;
  width: 45vw;
}
@media (max-width: 768px) {
  .lineup-homeuse__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.lineup-homeuse__top__inner p {
  width: 43vw;
}
@media (max-width: 768px) {
  .lineup-homeuse__top__inner p {
    width: 90vw;
  }
}
.lineup-homeuse__top__pic-sp {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
}
.lineup-homeuse__lineup {
  padding: 10.4166666667vw 0;
  background-color: #aca49e;
  background-image: url(../img/lineup-homeuse-lineup-letter.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 56.7vw;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup {
    padding: 100px 0;
    background-size: 100vw;
  }
}
.lineup-homeuse__lineup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup__list {
    display: block;
  }
}
.lineup-homeuse__lineup__list li {
  width: 412px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup__list li {
    width: 300px;
    margin-inline: auto;
  }
}
.lineup-homeuse__lineup__list li img {
  vertical-align: middle;
}
.lineup-homeuse__lineup__list__body {
  background-color: #7D746E;
  color: #fff;
  padding: 25px 27px;
  height: 120px;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup__list__body {
    height: auto;
  }
}
.lineup-homeuse__lineup__list__body h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup__list__body h2 {
    font-size: 19px;
  }
}
.lineup-homeuse__lineup__list__body p {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup__list__body p {
    font-size: 16px;
  }
}
.lineup-homeuse__lineup__list__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 27px;
  background-color: #8D8783;
  color: #fff;
  transition: 0.3s;
}
.lineup-homeuse__lineup__list__btn:hover {
  background-color: #645f5f;
  transition: 0.3s;
}
.lineup-homeuse__lineup__list__btn p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .lineup-homeuse__lineup__list__btn p {
    font-size: 16px;
  }
}
.lineup-homeuse__lineup__list__btn img {
  width: 30px;
}
.lineup-homeuse__others {
  padding: 10.4166666667vw 0;
  background-image: url(../img/lineup-homeuse-others-letter.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 61.4vw;
}
@media (max-width: 768px) {
  .lineup-homeuse__others {
    padding: 100px 0;
    background-size: 100vw;
  }
}
.lineup-homeuse__others .subtit {
  color: #645f5f;
}
.lineup-homeuse__others__btn {
  width: 55.4vw;
  margin-inline: auto;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .lineup-homeuse__others__btn {
    width: 100%;
  }
}
.lineup-homeuse__others__btn:hover {
  scale: 1.03;
  transition: 0.3s;
}

.pro-offroad {
  background-color: #717171;
  color: #fff;
}
.pro-offroad__top {
  padding-top: 1px;
  background-image: url(../img/pro-offroad-pic01.png), url(../img/lineup-prouse-letter.png);
  background-repeat: no-repeat;
  background-position: right 5.36vw top 0, left bottom;
  background-size: 52vw, 65.8vw;
}
@media (max-width: 768px) {
  .pro-offroad__top {
    background-image: none;
  }
}
.pro-offroad__top__inner {
  padding: 10.4166666667vw 0 31.25vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .pro-offroad__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.pro-offroad__top__pic-sp {
  width: 80%;
  margin-inline: auto;
  margin-top: 50px;
}
.pro-offroad__movie video {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .pro-offroad__movie video {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pro-offroad__features {
  background-color: #433f3f;
}
.pro-offroad__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .pro-offroad__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pro-offroad__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.pro-offroad__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pro-offroad__features__box img {
    width: 100%;
  }
}
.pro-offroad__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.pro-offroad__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .pro-offroad__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.pro-offroad__case {
  background: linear-gradient(to bottom, #f6f1eb calc(100% - 16vw), #433f3f calc(100% - 16vw), #433f3f 100%);
  color: #433f3f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .pro-offroad__case {
    background: linear-gradient(to bottom, #f6f1eb calc(100% - 400px), #433f3f calc(100% - 400px), #433f3f 100%);
    padding: 100px 0 20px;
  }
}
.pro-offroad__case__list01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pro-offroad__case__list01 {
    display: block;
  }
}
.pro-offroad__case__list01 li {
  width: 31%;
  border: 5px solid #433f3f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pro-offroad__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.pro-offroad__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .pro-offroad__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.pro-offroad__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.pro-offroad__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-offroad__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .pro-offroad__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.pro-offroad__case__list02 li p {
  color: #fff;
  text-align: center;
}
.pro-offroad__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .pro-offroad__detail {
    padding: 100px 0;
  }
}
.pro-offroad__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #0756a4;
  color: #433f3f;
}
@media (max-width: 768px) {
  .pro-offroad__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.pro-offroad__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .pro-offroad__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.pro-offroad__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.pro-offroad__detail__box__right {
  width: 35%;
}
@media (max-width: 768px) {
  .pro-offroad__detail__box__right {
    width: 100%;
  }
}
.pro-offroad__detail__box__right h3 {
  background-color: #0756a4;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.pro-offroad__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-offroad__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-offroad__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.pro-offroad__detail__box__right__btn img {
  width: 30px;
}
.pro-offroad__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.pro-offroad__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.pro-offroad__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.pro-smartseries {
  background-color: #717171;
  color: #fff;
}
.pro-smartseries__top {
  padding-top: 1px;
  background-image: url(../img/pro-smartseries-pic01.png), url(../img/lineup-prouse-letter.png);
  background-repeat: no-repeat;
  background-position: right top 14vw, left bottom;
  background-size: 50vw, 65.8vw;
}
@media (max-width: 768px) {
  .pro-smartseries__top {
    background-image: none;
  }
}
.pro-smartseries__top__inner {
  padding: 10.4166666667vw 0 31.25vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .pro-smartseries__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.pro-smartseries__top__pic-sp {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
}
.pro-smartseries__movie video {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .pro-smartseries__movie video {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pro-smartseries__size {
  background-color: #f6f1eb;
  color: #433f3f;
  padding: 10.4166666667vw 0 7.8125vw;
}
@media (max-width: 768px) {
  .pro-smartseries__size {
    padding: 100px 0 50px;
  }
}
.pro-smartseries__features {
  background-color: #433f3f;
}
.pro-smartseries__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .pro-smartseries__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pro-smartseries__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.pro-smartseries__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pro-smartseries__features__box img {
    width: 100%;
  }
}
.pro-smartseries__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.pro-smartseries__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .pro-smartseries__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.pro-smartseries__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .pro-smartseries__detail {
    padding: 100px 0;
  }
}
.pro-smartseries__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #0756a4;
  color: #433f3f;
}
@media (max-width: 768px) {
  .pro-smartseries__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.pro-smartseries__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .pro-smartseries__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.pro-smartseries__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.pro-smartseries__detail__box__right {
  width: 35%;
}
@media (max-width: 768px) {
  .pro-smartseries__detail__box__right {
    width: 100%;
  }
}
.pro-smartseries__detail__box__right h3 {
  background-color: #0756a4;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.pro-smartseries__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-smartseries__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-smartseries__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.pro-smartseries__detail__box__right__btn img {
  width: 30px;
}
.pro-smartseries__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.pro-smartseries__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.pro-smartseries__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}
.pro-smartseries__size-guide {
  padding: 10.4166666667vw 0;
  background-color: #433f3f;
}
@media (max-width: 768px) {
  .pro-smartseries__size-guide {
    padding: 100px 0;
  }
}
.pro-smartseries__size-guide img {
  width: 100%;
  max-width: 945px;
  margin-inline: auto;
  display: block;
}
@media (max-width: 768px) {
  .pro-smartseries__size-guide img {
    width: 90%;
  }
}
.pro-smartseries__others {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 768px) {
  .pro-smartseries__others {
    padding-bottom: 100px;
  }
}
.pro-smartseries__nav {
  background-color: #433f3f;
  padding: 25px 0 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  .pro-smartseries__nav {
    padding: 10px 0 0 3px;
  }
}
.pro-smartseries__nav ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .pro-smartseries__nav ul {
    flex-wrap: wrap;
  }
}
.pro-smartseries__nav ul li {
  transition: 0.3s;
}
.pro-smartseries__nav ul li:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.pro-smartseries__nav ul li a {
  display: block;
}
@media (max-width: 768px) {
  .pro-smartseries__nav ul li a {
    height: 50px;
  }
}
.pro-smartseries__nav ul li a img {
  max-width: 345px;
}
@media (max-width: 768px) {
  .pro-smartseries__nav ul li a img {
    width: 180px;
  }
}

.pro-multistacking {
  background-color: #717171;
  color: #fff;
}
.pro-multistacking__top {
  padding-top: 1px;
  background-image: url(../img/pro-multistacking-pic01.png), url(../img/lineup-prouse-letter.png);
  background-repeat: no-repeat;
  background-position: right 2vw top 22vw, left bottom;
  background-size: 40.9vw, 65.8vw;
}
@media (max-width: 768px) {
  .pro-multistacking__top {
    background-image: none;
  }
}
.pro-multistacking__top__inner {
  padding: 10.4166666667vw 0 31.25vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .pro-multistacking__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.pro-multistacking__top__pic-sp {
  width: 80%;
  margin-inline: auto;
  margin-top: 50px;
}
.pro-multistacking__features {
  background-color: #433f3f;
}
.pro-multistacking__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .pro-multistacking__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pro-multistacking__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.pro-multistacking__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pro-multistacking__features__box img {
    width: 100%;
  }
}
.pro-multistacking__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.pro-multistacking__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .pro-multistacking__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.pro-multistacking__case {
  background: linear-gradient(to bottom, #f6f1eb calc(100% - 16vw), #433f3f calc(100% - 16vw), #433f3f 100%);
  color: #433f3f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .pro-multistacking__case {
    background: linear-gradient(to bottom, #f6f1eb calc(100% - 400px), #433f3f calc(100% - 400px), #433f3f 100%);
    padding: 100px 0 20px;
  }
}
.pro-multistacking__case__list01 {
  display: flex;
  justify-content: center;
  gap: 4%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 {
    display: block;
  }
}
.pro-multistacking__case__list01 li {
  width: 44%;
  border: 5px solid #433f3f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
  margin-bottom: 3vw;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.pro-multistacking__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.pro-multistacking__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.pro-multistacking__case__list01 .num01 {
  position: relative;
}
.pro-multistacking__case__list01 .num01::after {
  content: "";
  background-image: url(../img/pro-case-num01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4vw;
  height: 9.27vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 .num01::after {
    width: 30vw;
    height: 24vw;
  }
}
.pro-multistacking__case__list01 .num02 {
  position: relative;
}
.pro-multistacking__case__list01 .num02::after {
  content: "";
  background-image: url(../img/pro-case-num02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4vw;
  height: 9.27vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 .num02::after {
    width: 30vw;
    height: 24vw;
  }
}
.pro-multistacking__case__list01 .num03 {
  position: relative;
}
.pro-multistacking__case__list01 .num03::after {
  content: "";
  background-image: url(../img/pro-case-num03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4vw;
  height: 9.27vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 .num03::after {
    width: 30vw;
    height: 24vw;
  }
}
.pro-multistacking__case__list01 .num04 {
  position: relative;
}
.pro-multistacking__case__list01 .num04::after {
  content: "";
  background-image: url(../img/pro-case-num04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4vw;
  height: 9.27vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list01 .num04::after {
    width: 30vw;
    height: 24vw;
  }
}
.pro-multistacking__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-multistacking__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .pro-multistacking__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.pro-multistacking__case__list02 li p {
  color: #fff;
  text-align: center;
}
.pro-multistacking__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .pro-multistacking__detail {
    padding: 100px 0;
  }
}
.pro-multistacking__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #0756a4;
  color: #433f3f;
}
@media (max-width: 768px) {
  .pro-multistacking__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.pro-multistacking__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .pro-multistacking__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.pro-multistacking__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.pro-multistacking__detail__box__right {
  width: 35%;
}
@media (max-width: 768px) {
  .pro-multistacking__detail__box__right {
    width: 100%;
  }
}
.pro-multistacking__detail__box__right h3 {
  background-color: #0756a4;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.pro-multistacking__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-multistacking__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-multistacking__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.pro-multistacking__detail__box__right__btn img {
  width: 30px;
}
.pro-multistacking__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.pro-multistacking__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.pro-multistacking__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.pro-multiconnectable {
  background-color: #717171;
  color: #fff;
}
.pro-multiconnectable__top {
  padding-top: 1px;
  background-image: url(../img/pro-multiconnectable-pic01.png), url(../img/lineup-prouse-letter.png);
  background-repeat: no-repeat;
  background-position: right 4.9vw top 3.6vw, left bottom;
  background-size: 48.2vw, 65.8vw;
}
@media (max-width: 768px) {
  .pro-multiconnectable__top {
    background-image: none;
  }
}
.pro-multiconnectable__top__inner {
  padding: 10.4166666667vw 0 31.25vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .pro-multiconnectable__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.pro-multiconnectable__top__pic-sp {
  width: 80%;
  margin-inline: auto;
  margin-top: 50px;
}
.pro-multiconnectable__movie video {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .pro-multiconnectable__movie video {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pro-multiconnectable__features {
  background-color: #433f3f;
}
.pro-multiconnectable__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .pro-multiconnectable__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pro-multiconnectable__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.pro-multiconnectable__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pro-multiconnectable__features__box img {
    width: 100%;
  }
}
.pro-multiconnectable__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.pro-multiconnectable__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .pro-multiconnectable__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.pro-multiconnectable__case {
  background: linear-gradient(to bottom, #f6f1eb calc(100% - 16vw), #433f3f calc(100% - 16vw), #433f3f 100%);
  color: #433f3f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .pro-multiconnectable__case {
    background: linear-gradient(to bottom, #f6f1eb calc(100% - 400px), #433f3f calc(100% - 400px), #433f3f 100%);
    padding: 100px 0 20px;
  }
}
.pro-multiconnectable__case__list01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pro-multiconnectable__case__list01 {
    display: block;
  }
}
.pro-multiconnectable__case__list01 li {
  width: 31%;
  border: 5px solid #433f3f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pro-multiconnectable__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.pro-multiconnectable__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .pro-multiconnectable__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.pro-multiconnectable__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.pro-multiconnectable__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-multiconnectable__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .pro-multiconnectable__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.pro-multiconnectable__case__list02 li p {
  color: #fff;
  text-align: center;
}
.pro-multiconnectable__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .pro-multiconnectable__detail {
    padding: 100px 0;
  }
}
.pro-multiconnectable__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #0756a4;
  color: #433f3f;
}
@media (max-width: 768px) {
  .pro-multiconnectable__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.pro-multiconnectable__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .pro-multiconnectable__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.pro-multiconnectable__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.pro-multiconnectable__detail__box__left__pic {
  width: 100%;
  height: auto;
  padding: 23px 46px 0;
  box-sizing: border-box;
}
.pro-multiconnectable__detail__box__right {
  width: 35%;
}
@media (max-width: 768px) {
  .pro-multiconnectable__detail__box__right {
    width: 100%;
  }
}
.pro-multiconnectable__detail__box__right h3 {
  background-color: #0756a4;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.pro-multiconnectable__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-multiconnectable__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-multiconnectable__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.pro-multiconnectable__detail__box__right__btn img {
  width: 30px;
}
.pro-multiconnectable__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.pro-multiconnectable__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.pro-multiconnectable__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.pro-aluminum {
  background-color: #717171;
  color: #fff;
}
.pro-aluminum__top {
  padding-top: 1px;
  background-image: url(../img/pro-aluminum-pic01.png), url(../img/lineup-prouse-letter.png);
  background-repeat: no-repeat;
  background-position: right 0 top 15.3vw, left bottom;
  background-size: 44.9vw, 65.8vw;
}
@media (max-width: 768px) {
  .pro-aluminum__top {
    background-image: none;
  }
}
.pro-aluminum__top__inner {
  padding: 10.4166666667vw 0 26.0416666667vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .pro-aluminum__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.pro-aluminum__top__pic-sp {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
}
.pro-aluminum__features {
  background-color: #433f3f;
}
.pro-aluminum__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .pro-aluminum__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pro-aluminum__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.pro-aluminum__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pro-aluminum__features__box img {
    width: 100%;
  }
}
.pro-aluminum__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.pro-aluminum__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .pro-aluminum__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.pro-aluminum__case {
  background-color: #f6f1eb;
  color: #433f3f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .pro-aluminum__case {
    padding: 100px 0 20px;
  }
}
.pro-aluminum__case__list01 {
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .pro-aluminum__case__list01 {
    display: block;
  }
}
.pro-aluminum__case__list01 li {
  width: 46%;
  border: 5px solid #433f3f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pro-aluminum__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.pro-aluminum__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .pro-aluminum__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.pro-aluminum__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.pro-aluminum__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-aluminum__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .pro-aluminum__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.pro-aluminum__case__list02 li p {
  color: #fff;
  text-align: center;
}
.pro-aluminum__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .pro-aluminum__detail {
    padding: 100px 0;
  }
}
.pro-aluminum__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #0756a4;
  color: #433f3f;
}
@media (max-width: 768px) {
  .pro-aluminum__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.pro-aluminum__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .pro-aluminum__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.pro-aluminum__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.pro-aluminum__detail__box__right {
  width: 35%;
}
@media (max-width: 768px) {
  .pro-aluminum__detail__box__right {
    width: 100%;
  }
}
.pro-aluminum__detail__box__right h3 {
  background-color: #0756a4;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.pro-aluminum__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-aluminum__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.pro-aluminum__detail__box__right__option {
  margin-bottom: 30px;
  background-color: #fff;
}
.pro-aluminum__detail__box__right__option h4 {
  background-color: #0756a4;
  color: #fff;
  text-align: center;
}
.pro-aluminum__detail__box__right__option p {
  padding: 10px 20px;
}
.pro-aluminum__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.pro-aluminum__detail__box__right__btn img {
  width: 30px;
}
.pro-aluminum__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.pro-aluminum__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.pro-aluminum__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.home-homecarry {
  background-color: #fff;
  color: #645f5f;
}
.home-homecarry__top {
  padding-top: 1px;
  background-image: url(../img/home-homecarry-pic01.png), url(../img/lineup-homeuse-letter.png);
  background-repeat: no-repeat;
  background-position: right 0 top 9.74vw, left bottom;
  background-size: 38.55vw, 77.4vw;
}
@media (max-width: 768px) {
  .home-homecarry__top {
    background-image: none;
  }
}
.home-homecarry__top__inner {
  padding: 10.4166666667vw 0 26.0416666667vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .home-homecarry__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.home-homecarry__top__pic-sp {
  width: 80%;
  margin-inline: auto;
  margin-top: 50px;
}
.home-homecarry__features {
  background-color: #aca49e;
  color: #fff;
}
.home-homecarry__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .home-homecarry__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home-homecarry__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.home-homecarry__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home-homecarry__features__box img {
    width: 100%;
  }
}
.home-homecarry__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.home-homecarry__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .home-homecarry__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.home-homecarry__case {
  background: linear-gradient(to bottom, #f6f1eb calc(100% - 16vw), #aca49e calc(100% - 16vw), #aca49e 100%);
  color: #645f5f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .home-homecarry__case {
    background: linear-gradient(to bottom, #f6f1eb calc(100% - 400px), #aca49e calc(100% - 400px), #aca49e 100%);
    padding: 100px 0 20px;
  }
}
.home-homecarry__case__list01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-homecarry__case__list01 {
    display: block;
  }
}
.home-homecarry__case__list01 li {
  width: 31%;
  border: 5px solid #645f5f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home-homecarry__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.home-homecarry__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .home-homecarry__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.home-homecarry__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.home-homecarry__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-homecarry__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .home-homecarry__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.home-homecarry__case__list02 li p {
  color: #fff;
  text-align: center;
}
.home-homecarry__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .home-homecarry__detail {
    padding: 100px 0;
  }
}
.home-homecarry__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #aca49e;
  color: #645f5f;
}
@media (max-width: 768px) {
  .home-homecarry__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.home-homecarry__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .home-homecarry__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home-homecarry__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.home-homecarry__detail__box__right {
  width: 38%;
}
@media (max-width: 768px) {
  .home-homecarry__detail__box__right {
    width: 100%;
  }
}
.home-homecarry__detail__box__right h3 {
  background-color: #aca49e;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.home-homecarry__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-homecarry__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-homecarry__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.home-homecarry__detail__box__right__btn img {
  width: 30px;
}
.home-homecarry__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.home-homecarry__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.home-homecarry__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.home-flat {
  background-color: #fff;
  color: #645f5f;
}
.home-flat__top {
  padding-top: 1px;
  background-image: url(../img/home-flat-pic01.png), url(../img/lineup-homeuse-letter.png);
  background-repeat: no-repeat;
  background-position: right 0 top 8.75vw, left bottom;
  background-size: 40.57vw, 77.4vw;
}
@media (max-width: 768px) {
  .home-flat__top {
    background-image: none;
  }
}
.home-flat__top__inner {
  padding: 10.4166666667vw 0 26.0416666667vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .home-flat__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.home-flat__top__pic-sp {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
}
.home-flat__top__txt-small {
  font-size: clamp(13px, 0.83vw, 16px);
}
.home-flat__features {
  background-color: #aca49e;
  color: #fff;
}
.home-flat__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .home-flat__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home-flat__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.home-flat__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home-flat__features__box img {
    width: 100%;
  }
}
.home-flat__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.home-flat__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .home-flat__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.home-flat__case {
  background-color: #f6f1eb;
  color: #645f5f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .home-flat__case {
    padding: 100px 0 20px;
  }
}
.home-flat__case__list01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-flat__case__list01 {
    display: block;
  }
}
.home-flat__case__list01 li {
  width: 31%;
  border: 5px solid #645f5f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home-flat__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.home-flat__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .home-flat__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.home-flat__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.home-flat__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-flat__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .home-flat__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.home-flat__case__list02 li p {
  color: #fff;
  text-align: center;
}
.home-flat__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .home-flat__detail {
    padding: 100px 0;
  }
}
.home-flat__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #aca49e;
  color: #645f5f;
}
@media (max-width: 768px) {
  .home-flat__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.home-flat__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .home-flat__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home-flat__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.home-flat__detail__box__right {
  width: 38%;
}
@media (max-width: 768px) {
  .home-flat__detail__box__right {
    width: 100%;
  }
}
.home-flat__detail__box__right h3 {
  background-color: #aca49e;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.home-flat__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-flat__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-flat__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.home-flat__detail__box__right__btn img {
  width: 30px;
}
.home-flat__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.home-flat__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.home-flat__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.home-carryotegaru {
  background-color: #fff;
  color: #645f5f;
}
.home-carryotegaru__top {
  padding-top: 1px;
  background-image: url(../img/home-carryotegaru-pic01.png), url(../img/lineup-homeuse-letter.png);
  background-repeat: no-repeat;
  background-position: right 3.18vw top 5.26vw, left bottom;
  background-size: 41.875vw, 77.4vw;
}
@media (max-width: 768px) {
  .home-carryotegaru__top {
    background-image: none;
  }
}
.home-carryotegaru__top__inner {
  padding: 10.4166666667vw 0 26.0416666667vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .home-carryotegaru__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.home-carryotegaru__top__pic-sp {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
}
.home-carryotegaru__top__txt-small {
  font-size: clamp(13px, 0.83vw, 16px);
}
.home-carryotegaru__features {
  background-color: #aca49e;
  color: #fff;
}
.home-carryotegaru__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .home-carryotegaru__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home-carryotegaru__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.home-carryotegaru__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home-carryotegaru__features__box img {
    width: 100%;
  }
}
.home-carryotegaru__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.home-carryotegaru__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .home-carryotegaru__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.home-carryotegaru__case {
  background-color: #f6f1eb;
  color: #645f5f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .home-carryotegaru__case {
    padding: 100px 0 20px;
  }
}
.home-carryotegaru__case__list01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-carryotegaru__case__list01 {
    display: block;
  }
}
.home-carryotegaru__case__list01 li {
  width: 31%;
  border: 5px solid #645f5f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home-carryotegaru__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.home-carryotegaru__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .home-carryotegaru__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.home-carryotegaru__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.home-carryotegaru__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-carryotegaru__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .home-carryotegaru__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.home-carryotegaru__case__list02 li p {
  color: #fff;
  text-align: center;
}
.home-carryotegaru__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .home-carryotegaru__detail {
    padding: 100px 0;
  }
}
.home-carryotegaru__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #aca49e;
  color: #645f5f;
}
@media (max-width: 768px) {
  .home-carryotegaru__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.home-carryotegaru__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .home-carryotegaru__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home-carryotegaru__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.home-carryotegaru__detail__box__right {
  width: 35%;
}
@media (max-width: 768px) {
  .home-carryotegaru__detail__box__right {
    width: 100%;
  }
}
.home-carryotegaru__detail__box__right h3 {
  background-color: #aca49e;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.home-carryotegaru__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-carryotegaru__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-carryotegaru__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.home-carryotegaru__detail__box__right__btn img {
  width: 30px;
}
.home-carryotegaru__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.home-carryotegaru__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.home-carryotegaru__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

.home-offroad {
  background-color: #fff;
  color: #645f5f;
}
.home-offroad__top {
  padding-top: 1px;
  background-image: url(../img/home-offroad-pic01.png), url(../img/lineup-homeuse-letter.png);
  background-repeat: no-repeat;
  background-position: right 4.3vw top 5.26vw, left bottom;
  background-size: 42.6vw, 77.4vw;
}
@media (max-width: 768px) {
  .home-offroad__top {
    background-image: none;
  }
}
.home-offroad__top__inner {
  padding: 10.4166666667vw 0 26.0416666667vw 0;
  margin-left: 10.4166666667vw;
  width: 60vw;
}
@media (max-width: 768px) {
  .home-offroad__top__inner {
    padding: 100px 0 50px;
    margin-inline: auto;
    box-sizing: border-box;
    width: 90vw;
  }
}
.home-offroad__top__pic-sp {
  width: 90%;
  margin-inline: auto;
  margin-top: 50px;
}
.home-offroad__top__txt-small {
  font-size: clamp(13px, 0.83vw, 16px);
}
.home-offroad__features {
  background-color: #aca49e;
  color: #fff;
}
.home-offroad__features__box {
  display: flex;
}
@media (max-width: 768px) {
  .home-offroad__features__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home-offroad__features__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.home-offroad__features__box img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home-offroad__features__box img {
    width: 100%;
  }
}
.home-offroad__features__box__txtarea {
  width: 50%;
  padding: 6.25vw;
}
.home-offroad__features__box__txtarea h2 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .home-offroad__features__box__txtarea {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
.home-offroad__case {
  background-color: #f6f1eb;
  color: #645f5f;
  padding: 10.4166666667vw 0 5.2083333333vw;
}
@media (max-width: 768px) {
  .home-offroad__case {
    padding: 100px 0 20px;
  }
}
.home-offroad__case__list01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-offroad__case__list01 {
    display: block;
  }
}
.home-offroad__case__list01 li {
  width: 31%;
  border: 5px solid #645f5f;
  padding: 3.1vw 2vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home-offroad__case__list01 li {
    width: 100%;
    padding: 30px;
    border: 2px solid #433f3f;
    margin-bottom: 30px;
  }
}
.home-offroad__case__list01 li h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: 50px 0 30px;
}
@media (max-width: 768px) {
  .home-offroad__case__list01 li h3 {
    margin: 30px 0 20px;
  }
}
.home-offroad__case__list01 li p {
  font-size: clamp(16px, 1.1458vw, 22px);
}
.home-offroad__case__list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-offroad__case__list02 li {
  width: 23%;
}
@media (max-width: 768px) {
  .home-offroad__case__list02 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.home-offroad__case__list02 li p {
  color: #fff;
  text-align: center;
}
.home-offroad__detail {
  padding: 10.4166666667vw 0;
}
@media (max-width: 768px) {
  .home-offroad__detail {
    padding: 100px 0;
  }
}
.home-offroad__detail__box {
  display: flex;
  justify-content: space-between;
  padding: 7.8125vw 5.7291666667vw;
  box-sizing: border-box;
  background-color: #f6f1eb;
  border: 5px solid #aca49e;
  color: #645f5f;
}
@media (max-width: 768px) {
  .home-offroad__detail__box {
    display: block;
    padding: 50px 20px;
  }
}
.home-offroad__detail__box__left {
  width: 55%;
}
@media (max-width: 768px) {
  .home-offroad__detail__box__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home-offroad__detail__box__left__tit {
  font-size: clamp(20px, 2vw, 39px);
  margin-bottom: 30px;
}
.home-offroad__detail__box__right {
  width: 38%;
}
@media (max-width: 768px) {
  .home-offroad__detail__box__right {
    width: 100%;
  }
}
.home-offroad__detail__box__right h3 {
  background-color: #aca49e;
  color: #fff;
  width: 200px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.8em;
}
.home-offroad__detail__box__right h4 {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-offroad__detail__box__right p {
  margin-bottom: 30px;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.5em;
}
.home-offroad__detail__box__right__btn {
  background-color: #fff;
  border: 1px solid #433f3f;
  padding: 5px 20px;
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.home-offroad__detail__box__right__btn img {
  width: 30px;
}
.home-offroad__detail__box__right__btn p {
  font-size: 18px;
  margin: 0;
}
.home-offroad__detail__box__right__btn:hover {
  background-color: #433f3f;
  color: #fff;
  border: 1px solid #433f3f;
  transition: 0.3s;
}
.home-offroad__detail__box__right__btn:hover img {
  filter: brightness(0) invert(1);
}

#notfound {
  padding-top: 70px;
  background-color: #f6f1eb;
}
#notfound .notfound {
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 768px) {
  #notfound .notfound {
    padding: 70px 0;
  }
}
#notfound .notfound a {
  border-bottom: 1px solid;
}/*# sourceMappingURL=style.css.map */