@charset "UTF-8";
:root {
  --option-background-color: #eae8e0;
  --bousai-background-color: #eae8e0;
  --button-color: #8b765d;
}
html {
  visibility: hidden;
  &.wf-active {
    visibility: visible;
  }
}
body {
  width: 100%;
  font-size: 16px;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #fff;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000;
  line-height: 1.5rem;
}
h1, h2, h3 {
  font-family: ibm-plex-sans-jp, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #8b765d;
}
h4, h5, h6 {
  font-family: ibm-plex-sans-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #8b765d;
}
p {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1A1311;
  line-height: 1.7rem;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
  padding: 0;
  margin: 0;
  /*	font-family: a-otf-ud-shin-go-pr6n, sans-serif;*/
  font-weight: 300;
  font-style: normal;
}
/* ~~ ソリッド線にフロートクリア要素を追加 ~~ */
hr {
  height: 1px;
  border: none;
  border-top: 1px #999999 solid;
  clear: both;
}
a {
  text-decoration: none;
  & img {
    /* ~~ img調整 ~~ */
    /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
    border: none;
  }
  &:link {
    color: #414958;
    text-decoration: none;
    padding-bottom: 1px;
  }
  &:visited {
    color: #4E5869;
  }
  &:hover, &:active, &:focus {
    text-decoration: none;
  }
}
/* 見出し
-----------------------------------------*/
h2 {
  font-size: 1.8rem;
  line-height: 180%;
}
h3 {
  font-size: 1.6rem;
  line-height: 180%;
}
h4 {
  font-size: 1.5rem;
  line-height: 180%;
}
p {
  font-size: 1.1rem;
  line-height: 2;
}
/* ~~ ヘッダー　メインビジュアル ~~ */
header {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  & h1 {
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 7%;
    padding: 1em;
    text-align: left;
    line-height: 1.6;
    font-size: 2rem;
    z-index: 10;
    background: rgba(139, 118, 93, 0.9);
    color: #fff;
    & span {
      font-size: 1.5rem;
      display: block;
    }
  }
}
.swiper_top {
  width: 100%;
  max-height: 100svh;
  aspect-ratio: 16 / 9;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  max-height: 100svh;
  aspect-ratio: 16 / 9;
}
.swiper-slide {
  background-position: bottom center;
  background-size: cover;
}
.dli-chevron-down {
  display: none;
  /*display: inline-block;*/
  vertical-align: middle;
  color: #8b765d;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.cb_logo {
  position: absolute;
  width: 150px;
  height: auto;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 0;
  margin: 0;
  padding: 0;
  & img {
    width: 100%;
  }
}
.cb_text {
  color: #fff;
  position: absolute;
  top: 80px;
  left: 15px;
  & h2 {
    color: #fff;
  }
  & p {
    color: #fff;
  }
}
.remodal {
  box-sizing: border-box;
  width: 85vw;
  max-width: 1920px;
  height: calc(85vw * 0.5625);
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  & iframe {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* グローバルナビゲーション
-----------------------------------------*/
.header_name {
  color: #8b765d;
  width: 45%;
  font-size: 1.47em;
  padding-left: 20px;
  & p {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
  }
  & a {
    color: #8b765d;
  }
}
.header_logo {
	display:flex;
		& figure {
			margin: 0 1em 0 0;
			& img {
				height: 50px;
			}
	}
	& h2{
		font-size: 1.1rem;
	}
}

.right_nav {
  width: ;
}

.obi {
  width: 100%;
  height: 80px;
  background-color: rgba(250, 250, 250, 0.85);
  position: fixed;
  margin: 0;
  z-index: 10;
}
.head_waku {
  width: 100%;
  max-width: 1100px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  color: #8b765d;
}
/* グローバルナビゲーション */
.Nav {
  /*position: static;*/
  text-align: right;
  & ul {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  }
}
.Nav > ul > li a {
  font-size: 17px;
  color: #8b765d;
}
/* コンテンツ
-----------------------------------------*/
section {
  width: 100%;
  margin: 0 auto;
  padding: 10vh 0;
  margin-bottom: 0;
  & img {
    height: auto;
  }
}
/* ~~ 1カラム */
.one {
  display: block;
  margin: 0 auto;
  z-index: 5;
  max-width: 800px;
  width: 70%;
  min-width: 320px;
}
/* ~~ 2カラム */
.two {
  display: flex;
  justify-content: center;
  & h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  & p {
    margin-top: 10px;
  }
  & figure {
    margin: 0;
  }
  & .two_innner {
    width: 50%;
  }
}
/* ~~ 3カラム */
.three {
  display: flex;
  justify-content: center;
  & h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  & p {
    margin-top: 10px;
  }
  & figure {
    margin: 0;
  }
  & .three_innner {
    width: 30%;
  }
}
/* flexbox縦並びクラス */
.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* ラインナップ */
#lineup {
  max-width: 1100px;
  width: 90%;
  & small {
    font-size: 60%;
  }
  & .flex-column {
    width: 30%;
  }
  & .two {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto 3em;
    align-items: center;
    text-align: center;
    & .two_innner {
      & h2 {
        line-height: 100%;
      }
      & figure {
        width: 85%;
        margin: 0 auto;
        &:last-child {
          margin-top: 2em;
        }
      }
    }
  }
  & .three {
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: baseline;
    color: #8b765d;
    text-align: justify;
    & .three_innner {
      & figure {
        width: 85%;
        margin: 0 auto;
        &:last-child {
          margin-top: 2em;
        }
      }
    }
  }
}
/* 使用可能時間目安 */
#usabletime {
  width: 90%;
  & h2 {
    text-align: center;
  }
  & h3 {
    &:first-of-type {
      margin-bottom: 0;
    }
  }
  & p {
    text-align: center;
    &:last-of-type {
      width: 90%;
      margin: 3em auto 1em;
      text-align: justify;
    }
  }
  & .power_fig {
    width: 70%;
    margin: auto;
    display: block;
  }
}
.usabletimeseat {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
  & tr {
    /*  border-bottom: solid 1px #707070;*/
  }
  & th {
    text-align: center;
    color: #8b765d;
    font-weight: normal;
    padding: 2%;
    border-right: solid 1px #8b765d;
    border-bottom: solid 1px #8b765d;
  }
  & td {
    text-align: center;
    color: #8b765d;
    padding: 0.5em 0.5em;
    border-left: solid 1px #8b765d;
    border-bottom: solid 1px #8b765d;
    &:nth-of-type(1) {
      border-left: none;
    }
    & img {
      width: 100%;
    }
    & span {
      min-width: 95px;
      display: inline-block;
    }
  }
  & tr:first-child > *:first-child {
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #8b765d 50%, #8b765d calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
  }
  .th_first {
    position: relative;
    .th_power {
      position: absolute;
      left: calc(10%);
      bottom: 2px;
    }
    .th_model {
      position: absolute;
      top: calc(50% - 2em);
      right: 5px;
    }
  }
}
.chargeseat {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
  & tr {
    /*  border-bottom: solid 1px #707070;*/
  }
  & th {
    text-align: center;
    color: #8b765d;
    font-weight: normal;
    padding: 2%;
    border-right: solid 1px #8b765d;
    border-bottom: solid 1px #8b765d;
  }
  & td {
    text-align: center;
    color: #8b765d;
    padding: 0.5em 0.5em;
    border-left: solid 1px #8b765d;
    border-bottom: solid 1px #8b765d;
    &:nth-of-type(1) {
      border-left: none;
    }
    & img {
      width: 100%;
    }
    & span {
      min-width: 95px;
      display: inline-block;
    }
  }
}
/* 特徴 */
#feature {
  /*	max-width: 2000px;*/
  & h2 {
    margin-bottom: 0;
    text-align: center;
  }
  & p {
    color: #8b765d;
    text-align: center;
  }
  & .two {
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 40%;
    & .two_innner {
      width: 49.5%;
      &:first-child {
        background: #fff url("../images/100v_200s.jpg") no-repeat;
        background-size: 120% auto;
        background-position: right center;
        padding-bottom: 40%;
      }
      &:last-child {
        background: #fff url("../images/100v_500s.jpg") no-repeat;
        background-size: 120% auto;
        background-position: left center;
        padding-bottom: 40%;
      }
    }
  }
  & .direct {
    width: 80%;
    max-width: 800px;
    height: auto;
    margin: auto;
    & p {
      width: 90%;
      margin: auto;
    }
    & img {
      width: 95%;
      border-radius: 15px;
    }
  }
}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: 4px;
}
/* 専用オプション */
#lineup {
  background: ;
  & .option_mainview {
    & img {
      width: 100%;
      border-radius: 15px;
    }
  }
  & .solarpanel_des {
    width: 90%;
    max-width: 800px;
    margin: 3em auto 2em;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    & .main_photo {
      width: 46%;
      & img {
        width: 100%;
      }
      & .watt60type {
        width: 80%;
      }
    }
    & .title_block {
      width: 46%;
      & p {
        line-height: 1.5;
        color: #8b765d;
      }
      & h2 {
        line-height: 1.4;
        margin: 0;
        padding: 0;
        text-align: left;
        & small {
          display: block;
          font-size: 1.3rem;
          margin: 0;
          padding: 0;
          line-height: 1.4;
        }
      }
      & img {
        height: 4em;
      }
    }
    & .sub_photo {
      & img {
        margin-top: 20px;
        height: 100%;
        max-height: 190px;
      }
    }
  }
}
#option_2 {
  & .o_title p {
    text-align: center;
  }
  & .two_innner {
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    & p {
      text-align: justify;
      margin: 0;
      width: 90%;
      margin: auto;
    }
    & h3, & h4 {
      text-align: justify;
      margin: 0;
      width: 90%;
      margin: auto;
    }
    & figure {
      display: flex;
      justify-content: center;
      & img {
        width: 100%;
        height: auto;
        border-radius: 15px;
      }
    }
  }
  & .solarpanel_cable_fig {
    width: 80%;
    margin: auto;
  }
}
.solarseat {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
  & tr {
    /*  border-bottom: solid 1px #707070;*/
  }
  & th {
    text-align: center;
    color: #000;
    font-weight: normal;
    padding: 2%;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  & td {
    text-align: center;
    color: #000;
    padding: 0.5em 0.5em;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    &:nth-of-type(1) {
      border-left: none;
    }
    & img {
      width: 100%;
    }
    & span {
      min-width: 95px;
      display: inline-block;
    }
  }
}
/* 製品仕様 */
#specs {
  width: 80%;
  max-width: 1100px;
  & h3 {
    width: 90%;
    font-size: 1.5rem;
    margin: 60px auto 30px;
    text-align: center;
  }
  & p {
    width: 90%;
    font-size: 1rem;
    margin: 10px auto 30px;
    text-align: left;
  }
}
/* 製品仕様テーブル */
.specseat {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
  & tr {
    /*  border-bottom: solid 1px #707070;*/
  }
  & th {
    background: #E0E0E0;
    color: #1A1311;
    font-weight: normal;
    padding: 2%;
    border-bottom: solid 1px #fff;
  }
  & td {
    padding: 0.5em 0.5em;
    border-left: solid 1px #707070;
    border-bottom: solid 1px #707070;
    &:nth-of-type(1) {
      border-left: none;
    }
    & span {
      min-width: 95px;
      display: inline-block;
    }
  }
}
/*仕様表*/
.spec_tbl {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word
}
.spec_tbl th, .spec_tbl td {
  border-bottom: rgba(150, 150, 150, 1.00) solid 1px;
  padding: 1em;
}
.spec_tbl td {}
.spec_tbl td:first-child, .spec_tbl th:first-child {
  background: var(--bousai-background-color); /*var(--button-color)*/
  text-align: center;
  color: #000;
  width: 8em;
}
/* ダウンロード */
/*#d_load {
  width: 80%;
  max-width: 1100px;
  padding-top: 8vh;
  & .d_flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    & a {
      text-decoration: none;
      text-align: center;
      width: 22%;
      background-color: #eee;
      border-radius: 10px;
      padding: 2em 0em;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      &:hover {
        background-color: #ccc;
      }
      & img {
        width: 29%;
        margin: 0 auto;
        display: block;
      }
    }
  }
}
*/
/* ダウンロード */
#d_load {
  width: 80%;
  max-width: 1100px;
  padding-top: 4em;
  & .d_list {
    width: 100%;
    margin: 0 auto;
    & .catalog_d, .manual_d, .photo_d {
      background-color: var(--bousai-background-color);
      padding: 0 2em;
      margin-bottom: 3em;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 10px;
      flex-wrap: wrap;
      & h4 {
        width: 30%;
        text-align: center;
        line-height: 1.4;
        & img {
          display: block;
          text-align: center;
          width: 100px;
          margin: 0 auto 0.5em;
        }
        & span {
          display: block;
          font-size: 0.8rem;
        }
      }
      & ul {
        width: 70%;
        margin: 0;
        padding: 0;
        & li {
          margin: 1em 0;
          padding: 0;
          list-style: none;
          & a {
            padding: 1em;
            text-decoration: none;
            border-radius: 10px;
            margin: 0;
            display: block;
            text-align: center;
            color: #fff;
          }
          &:hover {
            opacity: 0.8;
          }
        }
      }
    }
  }
}
.catalog_d ul li a {
  background-color: #d1635c;
  &:hover {
    opacity: 0.8;
  }
}
.manual_d ul li a {
  background-color: #748675;
  &:hover {
    opacity: 0.8;
  }
}
.photo_d ul li a {
  background-color: #6a90bb;
  &:hover {
    opacity: 0.8;
  }
}
.br_sp {
  display: none;
}
/* フッター
-----------------------------------------*/
.copyright {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
}
/* トップへ戻るボタン*/
.top-arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 10vh;
  right: 10vw;
}
/* 免責事項*/
/* 会社住所*/
footer {
  background: #535252 !important;
  position: relative;
  padding: 30px 0 30px 0;
  margin-top: 3em;
  & p {
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1rem
  }
  & div {
    & dl {
      width: 100%;
      max-width: 900px;
      margin-bottom: 30px;
      & dt {
        font-size: 1.2rem;
        margin-bottom: 10px;
      }
      & dd {
        font-size: 0.6875rem;
      }
    }
  }
  & dd {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
  }
  & address {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
    font-size: 0.6875rem;
    text-align: center;
    padding-top: 4vh;
    & img {
      width: 50px;
    }
  }
  & .copylight {
    color: #FFF;
    font-size: 0.6875rem;
  }
}
/* ライブラリ固有 */
.slb {
  box-shadow: initial;
}
/* アニメーション
-----------------------------------------*/
.fadeInRight {
  animation: SlideIn_From_Right 0.8s 1;
}
.fadeInLeft {
  animation: SlideIn_From_Left 0.8s 1;
}
.fadeUp {
  animation: SlideIn_Down_Up 0.8s 1;
}
/*アニメーションの設定*/
@keyframes SlideIn_From_Right {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideIn_From_Left {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideIn_Down_Up {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 横長表示の場合 */
@media (min-aspect-ratio: 16/9) {
  /* メインビジュアル */
  /*
	.cuble_main h1{
		background: #000;
	}
*/
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 2vw;
  }
  /* 100Vコンセプト */
  #feature .two_innner:first-child, #feature .two_innner:last-child {
    background-size: 100% auto !important;
  }
}
@media screen and (min-width: 1300px) {
  h2 {
    /*font-size: 40px;*/
  }
  #usabletime {
    width: 80%;
  }
  #option {
    width: 80%;
    & .two_innner {
      & h4 {
        font-size: 33px;
      }
    }
  }
  #option_2 {
    width: 80%;
  }
}
@media screen and (min-width: 1100px) {
  /* 100Vコンセプト */
  #feature .two_innner:first-child, #feature .two_innner:last-child {
    background-size: calc(120% + 550px - 50vw) auto;
  }
}
@media screen and (max-width: 1024px) {
  /* メインビジュアル */
  .cuble_main h1 {
    width: 100%;
  }
  /* グローバルナビゲーション */
  .Nav .navbtn a::before, .Nav .navbtn a.close::before, .Nav .navbtn a span::after, .Nav .navbtn a.close span::after, .Nav .navbtn a::after, .Nav .navbtn a.close::after {
    background-color: #8b765d !important;
  }
  .Nav > ul {
    top: 80px;
  }
  .Nav > ul > li a {
    color: #fff;
  }
  /* すべての端子 */
  section#all_terminal {
    padding: 1em 0 0.5em;
  }
  /* 製品仕様 */
  section#specs {
    padding-bottom: 3em;
  }
  .specseat {
    & small {
      font-size: 10px;
    }
  }
}
@media screen and (max-width: 830px) {
  .scroll_table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  /* セクション */
  section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 4em 0;
  }
  .two {
    & div {
      width: 100%;
    }
    & .two_innner {
      width: 60%;
    }
  }
  .three {
    display: block;
    & div {
      width: 100%;
    }
    & .three_innner {
      margin-top: 2em;
      width: 100%;
    }
  }
  /* グローバルナビゲーション */
  .Nav {
    border-top: none;
    top: 0;
    right: 0;
    width: 100%;
  }
  .head_waku {
    width: 100%;
  }
  .header_name {
    font-size: 1em;
  }
  #lineup .flex-column {
    width: 100%;
  }
  /* 専用オプション */
  #option .two {
    flex-direction: column;
    & .two_innner {
      width: 100%;
    }
  }
  #option_2 .two {
    flex-direction: flex;
    & .two_innner {
      width: 100%;
      & p {
        font-size: 0.8em;
      }
      & h3 {
        font-size: 1.1em;
      }
    }
  }
  /* 製品仕様 */
  section#specs {
    width: 90%;
  }
  /* フッター */
  footer {
    padding-top: 50px;
  }
  /* 改行調整 */
  .br_sp {
    display: block;
  }
  /* アニメーション
	-----------------------------------------*/
  .fadeInRight {
    animation: none;
  }
  .fadeInLeft {
    animation: none;
  }
  .fadeUp {
    animation: none;
  }
}
@media screen and (max-width: 640px) {
  /* 横幅90%指定 */
  .w90_640 {
    width: 90% !important;
    max-width: 90% !important;
    padding: 0 5vw 0 !important;
    margin: 0 auto !important;
  }
  /* 見出し */
  h2 {
    font-size: 4.8vw;
    text-align: left;
  }
  /* メインビジュアル */
  .cb_logo {
    width: 100px;
  }
  .cuble_main h1 {
    font-size: 1.5em;
  }
  /* ラインナップ */
  #lineup {
    width: 90%;
    padding: 4em 0 0;
    & .two {
      & .two_innner {
        width: 80%;
        & figure {
          width: 100%;
        }
        &:first-child {
          margin-bottom: 1em;
        }
      }
    }
  }
  /* 特徴 */
  #feature .flex-column {
    flex-direction: column-reverse;
  }
  #feature p {
    text-align: left;
    margin-bottom: 3em;
  }
  /* 使用可能時間目安 */
  #usabletime {
    & .power_fig {
      width: 90%;
      margin: auto;
      display: block;
    }
  }
  .chargeseat {
    & th {
      font-size: small;
    }
  }
  .solarseat {
    & th {
      padding: 1%;
    }
  }
  .br_pc {
    display: none;
  }
  /* LEDライト */
  #led_light {
    & .led_bg_img {
      background-size: cover;
      background-position: center top;
    }
    & .two {
      width: 95%;
      margin: auto;
      /*flex-direction: column-reverse;*/
      /*padding-bottom: 120%;*/
      align-items: center;
      padding-top: 3em;
      & .two_innner {
        width: 60%;
      }
    }
  }
  /*
  #led_light .two_innner:last-child .wrapper {
    padding: 0 !important;
    margin: 15em auto 0 !important;
  }*/
  /* 専用オプション */
  #option {
    & h2 {
      text-align: center;
    }
    & .two {
      flex-direction: column;
      justify-content: center;
    }
    & .two_innner {
      & h4 {
        font-size: 6vw;
      }
      & small {
        font-size: 2vw;
      }
      &:first-child {
        order: 1;
      }
      &:last-child {
        text-align: right;
      }
    }
  }
  #app {
    & .app_downloadArea {
      & img {
        max-width: 240px;
      }
      & div:first-child {
        order: 2;
      }
    }
  }
  /* 製品仕様 */
  #specs h2 {
    text-align: center;
  }
  .specseat {
    margin: 2em auto;
    table-layout: initial;
    & small {
      font-size: 12px;
    }
    & th {
      padding: 0;
    }
  }
  .top-arrow {
    width: 60px;
    bottom: 5vh;
  }
  /* ダウンロード */
  #d_load {
    padding-top: 4vh;
    & h2 {
      text-align: center;
    }
    & .d_flex {
      flex-wrap: wrap;
      margin-top: 2em;
      & a {}
    }
  }
  #d_load .d_flex a {
    width: 32%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    overflow-x: hidden;
  }
  /* 見出し */
  h2 {
    font-size: 1.5rem;
    line-height: 180%;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 180%;
  }
  h4 {
    font-size: 1.2rem;
    line-height: 180%;
  }
  p {
    font-size: 1rem;
    line-height: 180%;
  }
  /* ロゴ */
  .logo {
    width: 150px;
    padding: 5px 0 12px;
    top: 16px;
  }
  /* グローバルメニュー */
  .obi {
    height: 60px;
  }
  .Nav .navbtn {
    margin: 10px auto;
    right: 0px;
  }
  .Nav > ul {
    top: 60px;
  }
  .head_waku {
    height: 60px;
  }
  .header_name {
    padding-left: 10px;
    & p {
      font-size: 0.6em;
    }
  }
  /* メインビジュアル */
  /* ~~ ヘッダー　メインビジュアル ~~ */
  header {
    & h1 {
      width: 100%;
      position: static;
      margin: auto;
      right: 0;
      bottom: 0;
      padding: 1em;
      line-height: 1.6;
      font-size: 1.8rem;
      background: rgba(139, 118, 93, 1.0);
      color: #fff;
      & span {
        font-size: 1.5rem;
        display: block;
      }
    }
  }
  .swiper_top {
    width: 100%;
    max-height: 50svh;
    aspect-ratio: 1 / 1;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    max-height: 50svh;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  /* メインビジュアル */
  .cuble_main {
    width: 100%;
    & h1 {
      width: 100%;
      text-align: center;
      font-size: 1.5em;
      bottom: 10%;
      top: 30vh;
      left: 0;
    }
  }
  .dli-chevron-down {
    display: inline-block;
    position: absolute;
    left: calc(50% - 20px);
  }
  .cb_logo {
    width: 90px;
    bottom: 60px;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
  /* セクション */
  section {
    width: 100%;
    margin: 0 auto;
  }
  /* ラインナップ */
  #lineup {
    & h2 {
      text-align: center;
    }
    & .two {
      width: 100%;
      & .two_innner {
        width: 90%;
        & small {
          font-size: 50%;
        }
        & figure {
          width: 100%;
          &:last-child {
            margin-top: 1.5em;
          }
        }
        &:first-child {
          margin-bottom: 0;
        }
      }
    }
    & .br_sp {
      display: none;
    }
  }
  #lineup .two .two_innner:first-child figure:first-child img {
    width: 80%;
  }
  #lineup .two .two_innner:last-child figure:first-child img {
    width: 100%;
  }
  /* 特徴 */
  #feature_1 figure {
    width: auto;
  }
  /* 遠隔操作 */
  #remote {
    & .title_block {
      & .download_guide {
        flex-wrap: wrap;
        & > a {
          display: block;
          width: 100%;
        }
        & > span {
          width: 100%;
          display: block;
          font-size: small;
          order: 1;
        }
      }
    }
    & .remote_qrcode {
      width: 128px;
      height: auto;
    }
  }
  .dli-caret-right {
    display: none;
  }
  /* 使用可能時間目安 */
  .usabletimeseat {
    & tr:first-child {
      & td {
        font-size: small;
      }
    }
    & .th_first {
      & .th_model {
        position: absolute;
        top: calc(30% - 2em);
        right: 5px;
      }
    }
  }
  /* 充電機器の場合 */
  .chargeseat {
    & th {
      font-size: 0.75em;
      line-height: 105%;
      padding: 0;
    }
  }
  /* 充電の目安 */
  .solarseat {
    & td {
      font-size: 0.8em;
    }
    & th {
      font-size: 0.8em;
    }
  }
  /* 防災 */
  #bousai {
    & .bousaisuisyou {
      & .title_block {
        width: 90%;
        margin: 1em auto 2em;
        & h2 {
          margin-bottom: 0;
        }
        & p {
          width: 90%;
          text-align: justify;
        }
      }
    }
    & .duringDisasters {
      & > p {
        text-align: justify;
        width: 80%;
      }
      & .title_block {
        width: 90%;
        margin: 1em auto 2em;
        & h2 {
          margin-bottom: 0;
        }
        & p {
          text-align: justify;
        }
      }
    }
  }
  /* LEDライト */
  #led_light .two_innner:last-child .wrapper {
    margin: 12em auto 0 !important;
  }
  #led_light {
    & .two_innner {
      &:last-child h2 {
        margin-top: 1em;
      }
    }
  }
  /* 専用オプション */
  #lineup {
    & .solarpanel_des {
      width: 90%;
      max-width: 800px;
      margin: 3em auto 2em;
      text-align: justify;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      & .main_photo {
        width: 100%;
        order: 0;
        text-align: center;
        & img {
          width: 80%;
        }
        & .watt60type {
          width: 60%;
        }
      }
      & .title_block {
        width: 100%;
        order: 2;
        & p {
          line-height: 1.5;
        }
        & h2 {
          line-height: 1.4;
          margin: 0;
          padding: 0;
          text-align: left;
          & small {
            display: block;
            font-size: 1.3rem;
            margin: 0;
            padding: 0;
            line-height: 1.4;
          }
        }
        & img {
          height: 4em;
        }
      }
      & .sub_photo {
        order: 1;
        overflow-x: scroll;
        padding: 0.5em;
        margin-bottom: 2em;
        & img {
          height: 100%;
          max-height: 190px;
        }
      }
    }
  }
  #option_2 {
    & .two_innner {
      & img {
        width: 95%;
        margin: auto;
      }
    }
  }
  /* アプリ */
  #app {
    & h2 {
      text-align: center;
    }
    & h3 {
      font-size: 1.2rem;
      margin: 0 auto;
    }
    & .app_downloadArea {
      & img {
        max-width: 180px;
      }
      & div:first-child {
        order: 2;
      }
    }
  }
  /* 製品仕様テーブル */
  .scroll_table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0.625rem;
  }
  #specs {
    padding-bottom: 1em;
  }
  /*仕様表*/
  .spec_tbl {
    width: 100%;
  }
  .spec_tbl .thead {
    display: none;
  }
  .spec_tbl tr {}
  .spec_tbl td {
    text-align: left;
    border-bottom: rgba(150, 150, 150, 1.00) solid 1px;
    display: block;
    padding: 0.5em;
    padding-left: 7.5em;
    position: relative;
  }
  .spec_tbl td:first-child {
    background: var(--bousai-background-color);
    color: #000;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    padding: 0.5em 0;
    margin-top: 0.5em;
    width: 100%;
  }
  .spec_tbl td:last-child {
    border-bottom: none;
  }
  .spec_tbl td:before {
    margin-right: 10px;
    width: 7em;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
  }
  .spec_tbl td:nth-child(2):before {
    content: "IBPS-201W";
  }
  .spec_tbl td:nth-child(3):before {
    content: "IBPS-101W";
  }
  .spec_tbl td:nth-child(4):before {
    content: "IBPS-60W";
  }
  .spec_tbl td.all_model:before {
    content: "3機種共通";
  }
  /* ダウンロード */
  #d_load {
    & .d_list {
      & .catalog_d, .manual_d, .photo_d {
        padding: 1em 2em 1em;
        & h4 {
          width: 100%;
          & img {}
          & span {}
        }
        & ul {
          width: 100%;
          & li {
            & a {}
            &:hover {}
          }
        }
      }
    }
  }
  /* フッター */
  footer {
    padding-top: 30px;
  }
  /* トップへ戻る */
  .top-arrow {
    width: 60px;
    bottom: 8vh;
    right: 5vw;
    & img {
      width: 100%;
    }
  }
  /* 免責事項 */
  footer div dl dd, footer p, footer address, footer .copylight {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 380px) {
  #lineup {
    & .br_sp {
      display: block;
    }
  }
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 1.2rem;
  }
  table {
    font-size: 12px;
  }
  /* グローバルメニュー */
  .header_name p {
    font-size: 0.7em;
  }
  /* メインビジュアル */
  .cb_logo {
    width: 70px;
  }
  .cuble_main h1 {
    font-size: 1.2em;
  }
  .play_button {
    width: 70px;
  }
  /* ラインナップ */
  #lineup .two .two_innner figure:last-child {
    margin-top: 1em;
  }
  /* 急速充電器 */
  section#fast_charge {
    padding: 2em 0;
  }
  /* LEDライト */
  #led_light .two_innner:last-child .wrapper {
    margin: 10em auto 0 !important;
  }
  section#led_light {
    padding-bottom: 2em;
  }
  /* 専用オプション */
  #option {
    & h2 {
      margin-top: 0;
    }
    & .two {
      & .title_block {
        & p {
          font-size: 0.8rem;
        }
      }
    }
  }
  /* 製品仕様 */
  #specs {
    padding-bottom: 1em;
  }
  /* ダウンロード */
  .app_download a {
    font-size: 14px;
  }
  /* トップへ戻る */
  .top-arrow {
    bottom: 12vh;
  }
}