@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*変数*/
/*---------画面幅---------*/
/*---------流用高---------*/
/*---------色コード---------*/
/*関数*/
/*---------------------変数レスポンシブ------------------------*/
/* リセット
----------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

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

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

img, abbr, acronym, fieldset {
  border: 0; }

ul, li {
  list-style-type: none; }

/*---------------------基本------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  /*vertical-align: bottom;*/ }

html, body {
  font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  /*line-height:1.5;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  /*min-width: 1120px;*/
  -webkit-text-size-adjust: none;
  color: #333; }

img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: inherit;
  display: block; }

　
h2, p {
  margin: 0; }

h3 {
  font-size: 1.2rem; }

br {
  font-size: 0; }

/*初期化*/
p {
  font-size: 1rem; }

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  display: inline-block; }

span {
  display: inline-block; }

main {
  /*overflow-X: hidden;*/ }
  @media screen and (max-width: 767px) {
    main {
      /*margin-bottom: 100px;*/ } }

/*---------------------汎用------------------------*/
.wrap-style-b {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-b {
      width: 100%; } }

.wrap-style-1 {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-1 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-1 {
      width: calc(100% - 40px); } }

.wrap-style-2 {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-2 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-2 {
      width: calc(100% - 40px); } }

.flex-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex-base {
      display: block; } }

/*---------------------ヘッダー---------------------*/
/*header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 60px;
	background: #000;
	display: flex;
	align-items: center;
	@include pro(){
		height: 110px;
	}	
	@include tab(){
		height: 85px;
	}
	@include mob(){
		height: 65px;
	}
	& > div{
		align-items: center;
		width: 100%;
    a {
      display: flex;
    }
	}
	img{	
		display: inline-block;
	}
	a.logo{
		width: 90px;
		margin-right: 25px;
		@include pro(){
			width: 150px;
		}		
		@include tab(){
			width: 15%;
		}
		@include mob(){
			width: 20%;
		}
		img{
			width: 100%;
			height: 100%;
		}
	}
	p{
		width: 24%;
		color: #fff;
	}
	a.freemail{
		width: 231px;
		margin-left: auto;
		margin-right: 15px;
		@include pro(){
			width: 325px;
		}		
		@include tab(){
			width: 35%;
		}
		@include mob(){
			display: none;
		}
	}
	a.telnum{
		width: 214px;
		@include pro(){
			width: 303px;
		}		
		@include tab(){
			width: 33%;
		}
		@include mob(){
			display: none;
		}
	}
}*/
/*---------------------フッター---------------------*/
/*footer{
	background: #272729;
	@include mob(){
		margin-bottom: 80px;
	}
  .copy {
      height: 40px;
      line-height: 40px;
      color: #fff;
      font-size: 12px;
      text-align: center;
  }
}*/
.fix-sp-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .fix-sp-btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      position: fixed;
      bottom: 0;
      background: #fff; }
      .fix-sp-btn > div {
        width: 49%; } }

/*---------------------バナー------------------------*/
.banner {
  width: 100%;
  padding: 120px 0 0; }
  @media screen and (max-width: 1024px) {
    .banner {
      padding: 110px 0 0; } }
  @media screen and (max-width: 768px) {
    .banner {
      padding: 85px 0 0; } }
  @media screen and (max-width: 767px) {
    .banner {
      padding: 65px 0 0; } }
  .banner img {
    display: block;
    width: 100%;
    height: 100%; }

/*---------------------ファーストビュー------------------------*/
.first-view-area img {
  width: 100%;
  height: 100%; }
.first-view-area .first-view {
  margin: 100px auto 60px; }
  @media screen and (max-width: 768px) {
    .first-view-area .first-view {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .first-view-area .first-view {
      margin-top: 40px; } }
  .first-view-area .first-view .fv-left {
    width: 58%; }
    @media screen and (max-width: 1024px) {
      .first-view-area .first-view .fv-left {
        width: 61%; } }
    @media screen and (max-width: 768px) {
      .first-view-area .first-view .fv-left {
        width: 100%; } }
    .first-view-area .first-view .fv-left h3 {
      font-size: 1.8rem;
      /*color: $blue;*/
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .first-view-area .first-view .fv-left h3 {
          /*text-align: center;*/
          font-size: 2rem;
          font-weight: 900; } }
      @media (max-width: 413px) {
        .first-view-area .first-view .fv-left h3 {
          font-size: 1.4rem; } }
      @media screen and (max-width: 768px) {
        .first-view-area .first-view .fv-left h3 + p {
          margin-bottom: 30px;
          text-align: justify; } }
  .first-view-area .first-view .fv-right {
    width: 33%; }
    @media screen and (max-width: 768px) {
      .first-view-area .first-view .fv-right {
        width: 100%;
        /*display: none;*/ } }
.first-view-area .first-view-img {
  margin: 0 auto 100px; }

/*---------------------詳細------------------------*/
.detail-area {
  text-align: center; }
  .detail-area h3 {
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .detail-area h3 {
        padding: 10px 50px; } }
  .detail-area h4 {
    font-size: 1.6rem;
    margin: 60px 0; }
    @media screen and (max-width: 767px) {
      .detail-area h4 {
        font-size: 1.2rem; } }
  .detail-area .detail-box {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .detail-area .detail-box {
        flex-direction: column;
        row-gap: 60px; } }
    .detail-area .detail-box .detail {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .detail-area .detail-box .detail {
          width: 100%; } }
      .detail-area .detail-box .detail .detail-title {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .detail-area .detail-box .detail .detail-title .scene {
          display: inline-block;
          background-color: #1e1e1e;
          color: #fff;
          border-radius: 50%;
          line-height: 1rem;
          width: 60px;
          height: 60px;
          position: relative; }
          .detail-area .detail-box .detail .detail-title .scene p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%); }
            .detail-area .detail-box .detail .detail-title .scene p span {
              font-size: 0.8rem; }
              .detail-area .detail-box .detail .detail-title .scene p span.number {
                font-size: 1.4rem;
                line-height: 1.4rem; }
        .detail-area .detail-box .detail .detail-title .scene-text {
          text-align: left;
          width: calc(100% - 60px);
          padding-left: 15px;
          font-size: 0.9rem;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .detail-area .detail-box .detail .detail-title .scene-text {
              font-size: 1.0rem; } }
  .detail-area .detail-installation {
    margin: 60px 0 100px; }
    .detail-area .detail-installation p {
      margin-bottom: 15px; }
    .detail-area .detail-installation .installation-img {
      display: flex;
      gap: 10px; }
      @media screen and (max-width: 768px) {
        .detail-area .detail-installation .installation-img {
          flex-wrap: wrap;
          justify-content: center; } }
      @media screen and (max-width: 768px) {
        .detail-area .detail-installation .installation-img > div {
          width: calc(100% / 3 - 10px); } }

/*---------------------付属品------------------------*/
.accessories-area {
  text-align: center; }
  .accessories-area h3 {
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .accessories-area h3 {
        padding: 10px 50px; } }
  .accessories-area .model-number {
    margin-top: 60px;
    font-weight: bold; }
  .accessories-area .accessories-set {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    position: relative;
    padding: 15px 0px 50px; }
    @media screen and (max-width: 768px) {
      .accessories-area .accessories-set {
        flex-direction: column;
        gap: 50px 0; } }
    .accessories-area .accessories-set::after {
      content: '';
      border-bottom: dotted 1px #000;
      display: block;
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%; }
    .accessories-area .accessories-set:last-child::after {
      content: none; }
    .accessories-area .accessories-set .set-box {
      width: 30%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .accessories-area .accessories-set .set-box {
          width: 100%; } }
      .accessories-area .accessories-set .set-box::after {
        content: '+';
        position: absolute;
        right: -8%;
        bottom: 8%;
        background-color: #284f91;
        color: #FFF;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        border-radius: 50%;
        transform: translate(50%, 50%); }
        @media screen and (max-width: 768px) {
          .accessories-area .accessories-set .set-box::after {
            right: 50%;
            bottom: -10%; } }
      .accessories-area .accessories-set .set-box:last-child::after {
        content: none; }
      .accessories-area .accessories-set .set-box p {
        background-color: #284f91;
        color: #FFF;
        padding: 10px 15px;
        margin-top: 15px; }

/*---------------------製品仕様------------------------*/
.product-area {
  text-align: center;
  margin-top: 50px; }
  .product-area h3 {
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0; }
  .product-area .product-box {
    position: relative; }
    .product-area .product-box::after {
      content: '';
      border-bottom: dotted 1px #000;
      display: block;
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%; }
    .product-area .product-box:last-child::after {
      content: none; }
    .product-area .product-box .product-name {
      position: relative;
      margin-top: 60px;
      font-size: 1.4rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .product-area .product-box .product-name {
          font-size: 1.2rem; } }
      .product-area .product-box .product-name::after {
        content: '';
        position: absolute;
        width: 120px;
        height: 3px;
        background-color: #2a539b;
        left: 50%;
        bottom: -20px;
        transform: translate(-50%, -50%); }
    .product-area .product-box .product-set {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 0; }
      @media screen and (max-width: 768px) {
        .product-area .product-box .product-set {
          flex-direction: column; } }
      .product-area .product-box .product-set img {
        width: 30%; }
        @media screen and (max-width: 768px) {
          .product-area .product-box .product-set img {
            width: 100%; } }
      .product-area .product-box .product-set .detail-box {
        width: 65%; }
        @media screen and (max-width: 768px) {
          .product-area .product-box .product-set .detail-box {
            width: 100%; } }
        .product-area .product-box .product-set .detail-box .detail .detail-list {
          display: flex;
          font-size: 0.9rem;
          line-height: 1rem; }
          .product-area .product-box .product-set .detail-box .detail .detail-list:first-child {
            border-top: 1px solid #696969; }
          .product-area .product-box .product-set .detail-box .detail .detail-list dt {
            width: 40%;
            border-right: 1px solid #696969;
            border-bottom: 1px solid #696969;
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .product-area .product-box .product-set .detail-box .detail .detail-list dd {
            width: 60%;
            text-align: left;
            border-bottom: 1px solid #696969;
            padding: 10px 10px; }
        .product-area .product-box .product-set .detail-box .features {
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            .product-area .product-box .product-set .detail-box .features {
              margin-bottom: 30px; } }
          .product-area .product-box .product-set .detail-box .features ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 10px; }
            .product-area .product-box .product-set .detail-box .features ul li {
              color: #fff;
              background-color: #be3028;
              width: calc(100% / 3 - 10px);
              min-height: 45px;
              font-size: 0.9rem;
              font-weight: bold;
              line-height: 1rem;
              display: flex;
              align-items: center;
              justify-content: center; }
              @media screen and (max-width: 767px) {
                .product-area .product-box .product-set .detail-box .features ul li {
                  font-size: 0.8rem;
                  padding: 0 10px; } }
              .product-area .product-box .product-set .detail-box .features ul li span {
                font-size: 0.7rem; }
                @media screen and (max-width: 767px) {
                  .product-area .product-box .product-set .detail-box .features ul li span {
                    font-size: 0.6rem; } }
        .product-area .product-box .product-set .detail-box p {
          margin-top: 15px;
          text-align: left;
          font-size: 0.9rem; }
      @media screen and (max-width: 768px) {
        .product-area .product-box .product-set .bridge {
          display: flex;
          flex-direction: column-reverse; } }
  .product-area .annotation {
    background-color: #e6e6e6;
    padding: 40px;
    text-align: left;
    font-size: 0.9rem; }

/*---------------------ボタン------------------------*/
.btn-area {
  margin-top: 100px;
  margin-bottom: 100px; }
  .btn-area .btn-detail a {
    display: grid;
    grid-template-columns: 1fr 70px;
    width: 325px;
    height: 50px;
    background-color: #003477;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .btn-area .btn-detail a {
        width: 250px;
        grid-template-columns: 1fr 50px; } }
    .btn-area .btn-detail a .btn-text {
      font-size: 17px;
      font-weight: 500;
      padding-left: 70px; }
      @media screen and (max-width: 768px) {
        .btn-area .btn-detail a .btn-text {
          padding-left: 50px; } }
    .btn-area .btn-detail a .btn-arrow {
      font-size: 24px;
      font-weight: 600; }
      .btn-area .btn-detail a .btn-arrow img {
        width: 22px;
        margin-bottom: 5px; }
  .btn-area .btn-contact {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      .btn-area .btn-contact {
        display: none; } }
    .btn-area .btn-contact a {
      display: grid;
      grid-template-columns: 1fr 70px;
      width: 325px;
      height: 50px;
      background-color: #d04730;
      color: #FFF;
      text-align: center;
      line-height: 50px;
      margin: 15px auto 0; }
      @media screen and (max-width: 768px) {
        .btn-area .btn-contact a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .btn-area .btn-contact a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px; }
        @media screen and (max-width: 768px) {
          .btn-area .btn-contact a .btn-text {
            padding-left: 50px; } }
      .btn-area .btn-contact a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .btn-area .btn-contact a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }
