@charset "UTF-8";
/*-------------------------------------------
共通クラス
-------------------------------------------*/
body {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  overflow-clip-margin: content-box;
  overflow: clip;
}

a:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.body {
  background: #353535;
}

body {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  position: relative;
}

/*-------------------------------------------
共通パーツの指定
-------------------------------------------*/
.u-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .u-wrapper {
    padding: 0px 15px;
  }
}

/* ここから記述します。 */
.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 900px) {
  .u-wrapper {
    padding: 0px 15px;
  }
}
.u-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  display: block;
  unicode-bidi: isolate;
}

.header__logo {
  width: 160px;
  height: auto;
}

a {
  background-color: transparent;
  color: inherit;
}

nav {
  display: none;
}

h2 {
  display: block;
  font-size: 1.5cm;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.header__hamburgerLine:nth-child(1) {
  top: 2px;
}

.header__hamburgerLine:nth-child(2) {
  top: 12px;
}

.header__hamburgerLine:nth-child(3) {
  top: 22px;
}

.header__hamburgerLine {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__toggleBtn {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
}

@media screen and (max-width: 900px) {
  .grid__text {
    font-size: 14px;
  }
}
.grid__text {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.grid__item:nth-child(1) {
  grid-area: A;
}

.grid__item:nth-child(2) {
  grid-area: B;
}

.grid__item:nth-child(3) {
  grid-area: C;
}

.grid__item:nth-child(4) {
  grid-area: D;
}

.grid__item:nth-child(5) {
  grid-area: E;
}

.grid__item:nth-child(6) {
  grid-area: F;
}

.grid__item:nth-child(7) {
  grid-area: G;
}

.grid__item:nth-child(1) .grid__img {
  height: calc(100% - 50.78px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media screen and (max-width: 900px) {
  .grid__item:nth-child(1) .grid__img {
    height: auto;
  }
}
img {
  max-width: 100%;
}

.grid__item:nth-child(5) .grid__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  grid-template-areas: "A B C D" "A E F G";
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "A A" "B C" "D E" "F G";
    gap: 28px 8px;
  }
}

.grid__img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid__btnWrap {
  text-align: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 900px) {
  .grid__btnWrap {
    margin-bottom: 80px;
  }
}
.grid__btnText {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 50px;
  padding: 0;
  color: #fff;
  border: solid 1px #cacaca;
  text-align: center;
}

.grid__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid__sideText::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-left: 24px;
}

.grid__sideText {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: rotate(270deg) translate(-19%, 30%);
          transform: rotate(270deg) translate(-19%, 30%);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .grid__sideText {
    display: none;
  }
}

::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ハンバーガー */
.hamburger {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1200;
}

.hamburger__line {
  display: block;
  width: 26px;
  height: 2px;
  background: #111;
  margin: 6px auto;
}

/* 左ドロワー（白い面） */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px; /* 画像の雰囲気に近い */
  max-width: 80vw;
  height: 100vh;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1300;
}

.drawer__inner {
  padding: 28px 24px;
}

.drawer__logo img {
  height: 22px;
  width: auto;
}

.drawer__list {
  margin-top: 28px;
  list-style: none;
  padding: 0;
}

.drawer__list li {
  margin: 22px 0;
}

.drawer__list a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
}

/* 右側の黒いオーバーレイ */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 1250;
}

/* 右上の× */
.close {
  position: fixed;
  top: 14px;
  right: 18px;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1400;
}

/* 開いた状態 */
.is-open .drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-open .overlay {
  opacity: 1;
}

/* スクロール禁止 */
.no-scroll {
  overflow: hidden;
}

.footer__logo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    height: auto;
    padding: 48px 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 900px) {
  .u-wrapper {
    padding: 0px 15px;
  }
}
div {
  display: block;
  unicode-bidi: isolate;
}

.footer__wrapper {
  background: #fff;
  color: #353535;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  unicode-bidi: isolate;
}

@media screen and (max-width: 900px) {
  .footer__innerUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 24px;
    margin-bottom: 40px;
  }
}
.footer__innerUl {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

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

ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: isolate;
}

/* navがdisplay:noneになってるので、これで上書き */
.header__menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%; /* 左から出す */
  bottom: 0;
  width: 300px;
  padding: 60px 25px;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}

.header__menuLogo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

.header__menuLink {
  color: #353535;
}

.header__menuList {
  margin-bottom: 20px;
}

/* マスク（黒い背景） */
.header__mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open .header__mask {
  display: block;
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

/* 開いた状態（bodyにopenが付く想定） */
.open .header__menu {
  left: 0;
  opacity: 1;
}

/* ハンバーガー→×（線の変形） */
.open .header__hamburgerLine:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.open .header__hamburgerLine:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.open .header__hamburgerLine:nth-child(3) {
  opacity: 0;
}

/* メニュー表示中はスクロール禁止 */
.no-scroll {
  overflow: hidden;
}

/* =========================
   ハンバーガー → ×（右上）
========================= */
/* 通常時（左上） */
.header__toggleBtn {
  position: relative;
  z-index: 30;
}

/* メニューOPEN時は右上へ移動 */
.open .header__toggleBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 50;
}

/* ×の色（黒背景の上なので白に） */
.open .header__hamburgerLine {
  background-color: #fff;
}

/* ×の形 */
.open .header__hamburgerLine:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.open .header__hamburgerLine:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.open .header__hamburgerLine:nth-child(3) {
  opacity: 0;
}

/*-------------------------------------------
TOP gridレイアウト
-------------------------------------------*/
/* ここから記述します。 */
/* ===== hamburger menu (middle3) ===== */
/* navがdisplay:noneになってるので、これで上書き */
.header__menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%; /* 左から出す */
  bottom: 0;
  width: 300px;
  padding: 60px 25px;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}

.header__menuLogo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

.header__menuLink {
  color: #353535;
}

.header__menuList {
  margin-bottom: 20px;
}

/* マスク（黒い背景） */
.header__mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open .header__mask {
  display: block;
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

/* 開いた状態（bodyにopenが付く想定） */
.open .header__menu {
  left: 0;
  opacity: 1;
}

/* ハンバーガー→×（線の変形） */
.open .header__hamburgerLine:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.open .header__hamburgerLine:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.open .header__hamburgerLine:nth-child(3) {
  opacity: 0;
}

/* メニュー表示中はスクロール禁止 */
.no-scroll {
  overflow: hidden;
}

/* =========================
   ハンバーガー → ×（右上）
========================= */
/* 通常時（左上） */
.header__toggleBtn {
  position: relative;
  z-index: 30;
}

/* メニューOPEN時は右上へ移動 */
.open .header__toggleBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 50;
}

/* ×の色（黒背景の上なので白に） */
.open .header__hamburgerLine {
  background-color: #fff;
}

/* ×の形 */
.open .header__hamburgerLine:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.open .header__hamburgerLine:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.open .header__hamburgerLine:nth-child(3) {
  opacity: 0;
}

/* Header */
.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 10;
}

header {
  display: block;
  unicode-bidi: isolate;
}

.header__logo {
  width: 160px;
  height: auto;
}

a {
  background-color: transparent;
  color: inherit;
}

nav {
  display: none;
}

h2 {
  display: block;
  font-size: 1.5cm;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.header__hamburgerLine:nth-child(1) {
  top: 2px;
}

.header__hamburgerLine:nth-child(2) {
  top: 12px;
}

.header__hamburgerLine:nth-child(3) {
  top: 22px;
}

.header__hamburgerLine {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__toggleBtn {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
}

/* Header */
/*main*/
/* about */
.about__title {
  font-size: 32px;
  color: #fff;
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.about__title::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

/* 2カラム（見本寄せ） */
.about__wrapper {
  display: grid;
  grid-template-columns: 720px 1fr; /* ここが重要：左を固定幅にすると見本っぽくなる */
  gap: 96px; /* 右との距離 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 40px 0 120px;
}

.about__image img {
  width: 100%;
  height: auto;
  display: block;
}

.about__subTitle {
  font-size: 28px;
  color: #fff;
  margin: 0 0 24px;
}

.about__text {
  color: #fff;
  line-height: 2.2; /* 見本の“ゆったり” */
  margin: 0 0 28px;
}

/* SP */
@media screen and (max-width: 900px) {
  .about__wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 24px 0 80px;
  }
}
/*footer*/
.footer__logo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    height: auto;
    padding: 48px 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div {
  display: block;
  unicode-bidi: isolate;
}

.footer__wrapper {
  background: #fff;
  color: #353535;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  unicode-bidi: isolate;
}

@media screen and (max-width: 900px) {
  .footer__innerUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 24px;
    margin-bottom: 40px;
  }
}
.footer__innerUl {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

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

ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: isolate;
}

/*-------------------------------------------
companyページ / company.html
-------------------------------------------*/
.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 10;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  display: block;
  unicode-bidi: isolate;
}

.header__logo {
  width: 160px;
  height: auto;
}

a {
  background-color: transparent;
  color: inherit;
}

nav {
  display: none;
}

h2 {
  display: block;
  font-size: 1.5cm;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.header__hamburgerLine:nth-child(1) {
  top: 2px;
}

.header__hamburgerLine:nth-child(2) {
  top: 12px;
}

.header__hamburgerLine:nth-child(3) {
  top: 22px;
}

.header__hamburgerLine {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__toggleBtn {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
}

/* main */
/* company */
.company__title {
  font-size: 32px;
  color: #fff;
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.company__title::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.company__wrap {
  display: grid;
  grid-template-columns: 720px 1fr;
  gap: 96px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 40px 0 120px;
}

/* ★ここ重要：古い padding-top 指定があると地図が巨大化します */
.company__map {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.company__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.company__dl {
  color: #fff;
  margin: 0;
}

.company__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.company__row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.company__dl dt,
.company__dl dd {
  margin: 0;
}

.company__dl dt {
  font-weight: 600;
}

.company__dl dd {
  line-height: 1.9;
}

@media screen and (max-width: 900px) {
  .company__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 24px 0 80px;
  }
  .company__row {
    grid-template-columns: 96px 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
/*footer*/
.footer__logo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    height: auto;
    padding: 48px 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div {
  display: block;
  unicode-bidi: isolate;
}

.footer__wrapper {
  background: #fff;
  color: #353535;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  unicode-bidi: isolate;
}

@media screen and (max-width: 900px) {
  .footer__innerUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 24px;
    margin-bottom: 40px;
  }
}
.footer__innerUl {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

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

ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: isolate;
}

/*-------------------------------------------
共通クラス
-------------------------------------------*/
main {
  display: block;
  unicode-bidi: isolate;
}

@media screen and (max-width: 900px) {
  .item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u__wrapper {
    padding: 0px 15px;
  }
}
:host, :root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
}

:host, :root {
  --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
}

:host, :root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 900px) {
  .item__title {
    font-size: 24px;
    margin: 0px auto 16px;
  }
}
.item__title {
  font-size: 36px;
  color: #fff;
  margin: 0px auto 24px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

h1 {
  display: block;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

@media screen and (max-width: 900px) {
  .item__price {
    font-size: 20px;
  }
}
.item__price {
  font-size: 24px;
  color: #fff;
  margin-bottom: 32px;
}

p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  unicode-bidi: isolate;
}

div {
  display: block;
  unicode-bidi: isolate;
}

.item__textSmall {
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}

label[for] {
  cursor: pointer;
}

label {
  cursor: default;
}

.item__number {
  width: 160px;
  height: 40px;
  background: #fff;
  padding: 6px;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

a {
  background-color: transparent;
  color: inherit;
}

a:-webkit-any-link {
  cursor: pointer;
}

.item__link {
  width: 240px;
  height: 50px;
  color: #fff;
  display: inline-block;
  background: #BA0808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0px 48px;
}

.item__text--marginBottom {
  margin-bottom: 16px;
}

.item__text {
  color: #fff;
  line-height: 1.9;
}

.item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  margin: 32px auto 120px;
}

.footer__logo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

.footer__wrapper {
  background: #fff;
  color: #353535;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    height: auto;
    padding: 48px 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.div {
  display: block;
  unicode-bidi: isolate;
}

.footer__wrapper {
  background-color: #fff;
  color: #353535;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    height: auto;
    padding: 48px 0px;
  }
}
footer {
  unicode-bidi: isolate;
}

@media screen and (max-width: 900px) {
  .footer__innerUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 24px;
    margin-bottom: 40px;
  }
}
.footer__innerUl {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

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

ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: isolate;
}

/*-------------------------------------------
productsページ / products.html
-------------------------------------------*/
/* ここから記述します。 */
.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 10;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  display: block;
  unicode-bidi: isolate;
}

.header__logo {
  width: 160px;
  height: auto;
}

a {
  background-color: transparent;
  color: inherit;
}

nav {
  display: none;
}

h2 {
  display: block;
  font-size: 1.5cm;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.header__hamburgerLine:nth-child(1) {
  top: 2px;
}

.header__hamburgerLine:nth-child(2) {
  top: 12px;
}

.header__hamburgerLine:nth-child(3) {
  top: 22px;
}

.header__hamburgerLine {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__toggleBtn {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
}

.products__title {
  font-size: 32px;
  color: #fff;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products__title::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-right: 24px;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-bottom: 120px;
}

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

section {
  display: block;
  unicode-bidi: isolate;
}

.products__gridPopular {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 120px;
}