@charset "UTF-8";
/*ーーーーーーーーーー
画面ロード
ーーーーーーーーーーー*/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

#loading.loaded {
  opacity: 0;
  visibility: hidden; }

#loading img {
  width: 100px; }

/*ーーーーーーーーーー
common
ーーーーーーーーーーー*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  color: #333;
  font-size: 15px;
  margin: 0 auto;
  max-width: 2000px;
  background: #e6e6e6; }
  @media (max-width: 640px) {
    body {
      font-size: 14px; } }

.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.view-pc {
  display: block; }
  @media (max-width: 640px) {
    .view-pc {
      display: none; } }

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

img {
  max-width: 100%; }

a img {
  transition: .2s ease-in; }
  a img:hover {
    opacity: .6;
    transition: .2s ease-out; }

.cont-area {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto; }

p {
  font-size: 18px;
  line-height: 1.8;
  padding: 0;
  margin: 0 0 1.5em;
  font-weight: 400; }
  @media (max-width: 960px) {
    p {
      font-size: 14px; } }
  p.notice {
    font-size: 90%;
    line-height: 1.6; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

.content {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 4em; }
  @media (max-width: 640px) {
    .content {
      margin-bottom: 3em; } }
  .content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4em;
    padding: 0 0 1.5em 0;
    color: #00407E; }
    @media (max-width: 640px) {
      .content h3 {
        font-size: 18px; } }
  .content p {
    line-height: 1.8em;
    padding: 0 0 1.5em 0; }
    .content p.wide {
      line-height: 2.4em; }
  .content ul.half {
    width: 100%; }
    .content ul.half li {
      float: left;
      width: 47%;
      margin: 0 1.5% 20px; }

.caution {
  display: flex;
  gap: 0 1%;
  align-items: center;
  margin-bottom: 1.5em; }
  .caution .icon {
    width: 40px; }
  .caution p {
    font-size: 90%;
    line-height: 1.6;
    margin: 0;
    padding: 0; }
  .caution.red {
    background: #c1272d;
    padding: 6px 12px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto; }
    .caution.red .icon {
      width: 50px;
      padding-right: 6px; }
    .caution.red p {
      font-size: 115%;
      line-height: 1.5;
      margin: 0;
      padding: 0;
      color: #fff; }
      @media (max-width: 960px) {
        .caution.red p {
          font-size: 100%; } }
    .caution.red a {
      color: #fff; }

.f-red {
  color: #c1272d; }

.border-note {
  border: 1px solid #bbb;
  padding: 15px;
  margin-bottom: 1.5em; }
  .border-note p {
    font-size: 90%;
    line-height: 1.6;
    margin: 0;
    padding: 0; }

.layout-50-50 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%; }
  .layout-50-50 .left {
    width: 48.5%; }
    @media (max-width: 960px) {
      .layout-50-50 .left {
        width: 100%; } }
  .layout-50-50 .right {
    width: 48.5%; }
    @media (max-width: 960px) {
      .layout-50-50 .right {
        width: 100%; } }
  .layout-50-50 .full {
    width: 70%;
    text-align: center;
    margin: 0 15%; }
    @media (max-width: 960px) {
      .layout-50-50 .full {
        width: 100%;
        margin: 0; } }
  .layout-50-50 img {
    padding-bottom: 6px; }

.layout-60-40 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%; }
  .layout-60-40 .left {
    width: 58.5%; }
    @media (max-width: 960px) {
      .layout-60-40 .left {
        width: 100%; } }
  .layout-60-40 .right {
    width: 38.5%; }
    @media (max-width: 960px) {
      .layout-60-40 .right {
        width: 100%; } }
  .layout-60-40 img {
    padding-bottom: 6px; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; }

.text-r {
  text-align: right; }

/*ーーーーーーーーーー
メインスライダー
ーーーーーーーーーーー*/
.main-visual {
  width: 100%;
  /*height: 75vh;
  max-height: 800px;*/
  position: relative;
  padding-top: 120px;
  margin-bottom: 40px; }
  @media (max-width: 960px) {
    .main-visual {
      padding-top: 100px;
      margin-bottom: 30px; } }
  .main-visual ul {
    width: 75%;
    max-width: 550px;
    margin: 0 auto 40px; }

.main-copy {
  text-align: center; }
  .main-copy h2 {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .main-copy h2 {
        font-size: 30px; } }
  .main-copy h3 {
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 960px) {
      .main-copy h3 {
        font-size: 16px; } }
  .main-copy h3 {
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 960px) {
      .main-copy h3 {
        font-size: 16px; } }
  .main-copy h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
    @media (max-width: 960px) {
      .main-copy h4 {
        font-size: 15px; } }

/*ーーーーーーーーーー
トップ購入ボタン
ーーーーーーーーーーー*/
.shop-btn {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0 30px;
  margin-bottom: 40px; }
  .shop-btn h3 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 10px;
    color: #fff; }
    @media (max-width: 960px) {
      .shop-btn h3 {
        font-size: 16px; } }
  .shop-btn ul {
    width: 70%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 1%; }
    .shop-btn ul li.amazon {
      width: 100%; }
    .shop-btn ul li.other {
      width: 49.5%; }

/*ーーーーーーーーーー
見出し設定
ーーーーーーーーーーー*/
.midashi {
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .midashi {
      margin-bottom: 0px; } }
  .midashi h3 {
    font-size: 18px;
    padding: 0 0 2em;
    margin: 0;
    text-align: center; }
    @media (max-width: 960px) {
      .midashi h3 {
        font-size: 15px; } }
  .midashi h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center; }
    @media (max-width: 640px) {
      .midashi h4 {
        font-size: 40px; } }

/*ーーーーーーーーーー
下層ページタイトル
ーーーーーーーーーーー*/
h2.page-title {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 42px;
  padding: 170px 0 130px; }
  @media (max-width: 640px) {
    h2.page-title {
      padding: 110px 0 70px;
      font-size: 28px; } }

/*ーーーーーーーーーー
スライダー
ーーーーーーーーーーー*/
.top-products {
  text-align: center;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto 50px;
  overflow-x: hidden; }
  @media (max-width: 640px) {
    .top-products {
      margin-bottom: 2em auto; } }
  .top-products li {
    padding: 0 10px; }
    @media (max-width: 640px) {
      .top-products li {
        padding: 0 6px; } }
  .top-products img {
    max-width: 100%;
    min-width: 100%;
    /*border: 1px solid #ededed;*/ }

/*ーーーーーーーーーー
リード
ーーーーーーーーーーー*/
.lead {
  margin-bottom: 100px; }
  @media (max-width: 960px) {
    .lead {
      margin-bottom: 60px; } }
  .lead h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400; }
    @media (max-width: 960px) {
      .lead h3 {
        font-size: 20px; } }
  .lead p {
    text-align: center; }

/*ーーーーーーーーーー
主要スペック
ーーーーーーーーーーー*/
#main-spec {
  margin-bottom: 100px; }
  @media (max-width: 960px) {
    #main-spec {
      margin-bottom: 60px; } }

/*ーーーーーーーーーー
特徴
ーーーーーーーーーーー*/
#feature {
  margin-bottom: 100px; }
  @media (max-width: 960px) {
    #feature {
      margin-bottom: 60px; } }

ul.sec-feature {
  width: 96%;
  max-width: 1150px;
  margin: 0 auto 70px;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 15px; }
  @media (max-width: 960px) {
    ul.sec-feature {
      margin: 0 auto 40px; } }
  ul.sec-feature li.left {
    width: 12%;
    text-align: center; }
    @media (max-width: 960px) {
      ul.sec-feature li.left {
        width: 14%; } }
  ul.sec-feature li.center {
    width: 76%; }
    @media (max-width: 960px) {
      ul.sec-feature li.center {
        width: 72%; } }
  ul.sec-feature li.right {
    width: 12%;
    text-align: center; }
    @media (max-width: 960px) {
      ul.sec-feature li.right {
        width: 14%; } }
  ul.sec-feature h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 150px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.0;
    margin-top: -60px; }
    @media (max-width: 960px) {
      ul.sec-feature h5 {
        font-size: 75px;
        margin-top: -20px; } }
  ul.sec-feature h3 {
    font-size: 32px;
    margin: 0;
    padding: 40px 0 30px;
    line-height: 1.0; }
    @media (max-width: 960px) {
      ul.sec-feature h3 {
        font-size: 18px;
        padding: 25px 0 20px;
        line-height: 1.2; } }
    ul.sec-feature h3 span {
      font-size: 16px;
      font-weight: normal; }
      @media (max-width: 960px) {
        ul.sec-feature h3 span {
          font-size: 13px; } }

.table-feature p {
  margin-bottom: 8px; }

.anime {
  margin-top: 50px;
  text-align: center; }
  @media (max-width: 960px) {
    .anime {
      margin-top: 0px; } }

/*ーーーーーーーーーー
設置・投影イメージ
ーーーーーーーーーーー*/
#image {
  margin-bottom: 100px; }
  @media (max-width: 960px) {
    #image {
      margin-bottom: 60px; } }

/*ーーーーーーーーーー
製品スペック
ーーーーーーーーーーー*/
#spec {
  margin-bottom: 100px; }
  @media (max-width: 960px) {
    #spec {
      margin-bottom: 60px; } }

.layout-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%; }
  .layout-spec .section-spec {
    width: 48%; }
    @media (max-width: 960px) {
      .layout-spec .section-spec {
        width: 100%; } }

.spec-table {
  width: 100%;
  margin-bottom: 20px; }
  .spec-table table, .spec-table td, .spec-table th {
    border: 1px solid #333;
    font-size: 15px;
    font-weight: 400; }
    @media (max-width: 960px) {
      .spec-table table, .spec-table td, .spec-table th {
        font-size: 13px; } }
  .spec-table td, .spec-table th {
    padding: 0.25em 0.3em;
    line-height: 1.6; }
  .spec-table th {
    background: #333;
    color: #fff; }
  .spec-table.t-feature {
    margin-bottom: 10px;
    text-align: center; }
    .spec-table.t-feature th {
      text-align: center;
      border-right: 1px solid #fff; }
      .spec-table.t-feature th:last-child {
        border-right: 1px solid #333; }

ul.notice-spec {
  list-style: disc;
  font-size: 90%;
  margin: 0 0 0 1.2em;
  line-height: 1.5; }

/*ーーーーーーーーーー
地図
ーーーーーーーーーーー*/
#gmap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 4em; }
  @media (max-width: 640px) {
    #gmap {
      margin-bottom: 3em; } }
  @media (max-width: 1080px) {
    #gmap {
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative; }
      #gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; } }

/*ーーーーーーーーーー
YouTube埋め込み
ーーーーーーーーーーー*/
.youtube {
  width: 92%;
  max-width: 800px;
  margin: 40px auto 60px;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
footer {
  width: 100%;
  background: #333;
  text-align: center;
  color: #fff;
  margin: 0; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer section {
    margin: 0 auto;
    padding: 2.2em 0 0;
    width: 92%;
    max-width: 1000px; }
  footer p {
    padding: 0 0 2em;
    font-size: 14px; }
    @media (max-width: 960px) {
      footer p {
        font-size: 12px; } }
    footer p img {
      width: 40%;
      max-width: 210px;
      text-align: center;
      margin: 0 auto 20px; }
    footer p.foot-link a {
      padding: 0 0.5em;
      margin: 0.5em 0.8em 0;
      display: inline-flex; }
    footer p.foot-link span {
      padding: 0 0.5em;
      margin: 0.5em 0.8em 0;
      display: inline-flex;
      opacity: .2; }
    footer p.foot-link:after {
      content: "";
      display: block;
      border-bottom: 2px solid #fff;
      width: 5em;
      margin: 3em auto 0; }
    footer p.copyright {
      margin: 0; }
