@charset "UTF-8";
:root {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #596A7D;
}
body {
  max-width: 2200px;
  margin: 0 auto;
  overflow-x: hidden;
}
footer {
  position: relative;
}
a {
  color: #596A7D;
}
a:hover {
  color: #000A1D;
}
/********** header **********/
.site-header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  min-height: 80px;
  background: #fff;
}
.header-logo {
  position: relative;
  margin-left: 20px;
  padding: 11px 0;
  width: 164px;
}
.logo-top {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  transition: .3s;
  }
.logo-top.active, .header-logo.active .logo-top {
  top: 11px;
  transition: .3s;
}
.logo-top img {width: 164px}
.nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 230px;
  width: calc(100% - 230px);
  max-width: 1970px;
  min-height: 80px;
}

.nav-list-item a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 80px;
  padding: 0 1.54vw;
  font-size: 15px;
  font-weight: 500;
}
.nav-list-item a:hover{background: #E8EDF2;}
.nav-list-item.buy-rakuten {margin-right: 10px}
.nav-list-item.buy-amazon a, .nav-list-item.buy-rakuten a {
  display: flex;
  align-items: center;
  margin: 10px;
  width: 162px;
  height: 38px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.nav-list-item.buy-amazon a {
  padding: 0 8px;
  background: #f90;
}
.nav-list-item.buy-amazon a:hover {
  background: #d70;
}
.nav-list-item.buy-rakuten a {
  padding: 0 10px;
  background: #bf0000;
}
.nav-list-item.buy-rakuten a:hover {
  background: #9f0000;
}
.nav-list-item.buy a span {display: inline-block;}
/*.nav-list-item.buy a::after {
  display: block;
  position: absolute;
  top: 9px;
  right: 12px;
  content: "";
  width: 23px;
  height: 20px;
  background: url("../images/cart.svg") no-repeat;
  background-size: contain;
}*/
/********** /header **********/
/********** slide **********/
.viewer {
  width: 100%;
  position: relative;
  padding: 78px 0 720px;
  background: #E8EDF2;
}
.viewer-images {
  width: 100%;
  position: relative;
}
.viewer-images-item {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 99;
  opacity: 0;
}
.viewer-images-item:first-child{z-index: 100;opacity: 1} /* 最初から表示する場合のみ設定(jsも要変更) */
.viewer-images-item img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: bottom center;
}
.viewer-copy {
  position: absolute;
  /*top: 133px;*/
  top: 290px;
  left: 4.2%;
  width: 624px;
  height: 232px;
  z-index: 110;
}
.open .makuake-info {display: none;}
.makuake-info {
  position: absolute;
  max-width: 500px;
  width:50%;
  min-width: 440px;
  top: 135px;
  left: 4.2%;
  font-size: 41px;
  color: #BB0035;
  font-weight: bold;
  z-index: 110;
}
.makuake-info a {color: #bb0035;}
.makuake-info small {font-size:30px}
@media screen and (min-width:1101px) {
  .top-slider.viewer {padding-bottom: 65.454545%;}
  .top-slider .viewer-images-item img {height: 65.454545%;}
  .viewer-copy {
    top: 0;
    left: 0;
    /*transform: translate(7%, 40%);*/
    transform: translate(7%, 126%);
    width: 56.7272727%;
    height: auto;
  }
  .makuake-info {
    top: 0;
    left: 0;
    transform: translate(7%, 112%);
    width: 56.7272727%;
    max-width: none;
    font-size: 3.75vw;
  }
  .makuake-info span {display: inline-block}
  .makuake-info small {font-size:2.7vw}
}
@media screen and (max-width:999px) {
  .makuake-info {
    top: 80px;
    left: 0;
    padding: .5em .25em;
    background: #bb0035;
    width: 100%;
    max-width: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .makuake-info a {color: #fff;}
  .makuake-info span {padding-left:.5em}
  .makuake-info small {font-size:16px}
  br.hide {display: none}
}
/********** /slide **********/


/********** main **********/

.main-logo {
  position: relative;
  z-index: 9000;
  margin: -230px auto 0;
  width: 542px;
  height: 195px;
}
.main-logo img {
  display: block;
}

.section-inner {
  margin: 0 auto;
}

.section-header h2 {
  position: relative;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #596A7D;
}
.section-header h2 img {
  display: block;
  margin: 0 auto 7px;
}
.float-outer {overflow: hidden;width:100%}
.float {position: relative;z-index: 500}
.float::after {
  display: inline-block;
  position: absolute;
}
/********** BRAND **********/
#brand {
  margin-top: -230px;
  padding-top: 230px;
  background: #E8EDF2;
}
#brand .section-inner {
  margin-top: 140px;
  padding-bottom: 320px;
  max-width: 750px;
}
#brand h2 img {width: 186px;}
.brand-copy {
  margin: 90px 0 50px;
  text-align: center;
  font-size: 23px;
  line-height: 2;
}
.brand-copy span {display: inline-block;}
.brand-text {
  margin: 2em auto;
  max-width: 600px;
  font-size: 16px;
  line-height: 2;
}
.brand-video {
  margin: 135px 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.brand-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.float--brand::after {
  content: url("../images/float/cadre-red.png");
  top: -187px;
  left: calc(50% - 620px);
}
/********** /BRAND **********/

/********** COLOR **********/
#color {
  padding-top: 136px;
  background-color: #fff;
}
#color h2 img {width: 190px;}

.color-list {
  display: flex;
  justify-content: space-around;
  margin: 90px auto 0;
  max-width: 1100px;
}
.color-list-item {
  margin: 0 3px;
  padding: 67px 0 48px;
  max-width: 300px;
  border-radius: 6px;
  background: #E8EDF2;
  text-align: center;
}
.color-list-item figcaption {
  display: inline-block;
  margin-top: 60px;
  padding-bottom: 8px;
  width: 100px;
  border-bottom: 2px solid rgba(89,106,125,.5);
  font-size: 24px;
}
.model-list {margin-top: 22px;}
.model-number {font-size: 15px;}
.model-number::before{content: "・"}
/********** /COLOR **********/

/********** SPEC **********/
#spec {
  margin-top: 190px;
  padding: 80px 0 220px;
  background: #EEF2F6;
}
#spec h2 img {width: 130px}
.spec-images {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 800px;
}
.sizespec {
  position: absolute;
  top: 140px;
  left: calc(50% - 215px);
  width: 430px;
}
.spec-mirror, .spec-tray, .spec-adaptor, .spec-body {
  position: absolute;
}
.spec-mirror {
  top: 40px;
  left: 20px;
}
.spec-adaptor {
  bottom: 65px;
  left: 10px;
  width: 330px;
}
.spec-tray {
  top: 40px;
  right: 20px;
}
.spec-body {
  bottom: 65px;
  right: 85px;
  width: 255px;
}
.spec-mirror img, .spec-tray img, .spec-adaptor img , .spec-body img {
  display: block;
  margin: 0 auto;
  width: 278px;
  border: 1px solid rgba(234,242,246,.5);
  border-radius: 50%;
}
.spec-adaptor img,.spec-body img {width: 187px;}
.spec-images figcaption {
  margin-top: 6px;
  padding: 6px;
  border-radius: 4px;
  background: rgba(234,242,246,.5);
  line-height: 1.375;
  font-size: 16px;
  text-align: center;
  text-shadow: 1px 1px 2px #EEF2F6;
}
.spec-detail-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 7px;
  max-width: 1036px;
}
.spec-detail-item {
  position: relative;
  width: 480px;
  background: #fff;
  border-radius: 6px;
}
.spec-detail-item:nth-child(2n) {margin-left: 15px}
.spec-badge {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 16.5%;
  max-width: 74px;
}
.spec-detail-inner-list {
  margin: 47px auto;
  max-width: 332px;
}
.spec-detail-ttl, .spec-detail-modelNo {
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
}
.spec-detail-ttl {
  font-size: 24px;
  font-weight: 500;
}
.spec-detail-modelNo {
  margin-bottom: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  font-size: 15px;
}
.spec-detail-spec table {
  margin: 0 auto;
  max-width: 330px;
}
.spec-detail-spec th,.spec-detail-spec td {
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: normal;
}
.spec-detail-spec th {white-space: nowrap}
.spec-detail-notice {
  margin: 14px auto 0;
  max-width: 1022px;
  text-align: right;
  font-size: 14px;
  line-height: 1.2;
}
.float--spec::after {
  content: url("../images/float/cadre-black.png");
  top: -140px;
  right: calc(50% - 720px);
}
/********** /SPEC **********/

/********** DETAIL **********/
#detail {padding-top: 95px}
#detail h2 img {width: 175px}

.detail-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 100px auto 0;
}
.detail-list-item {
  margin-bottom: 6.5%;
  width: 47%;
  max-width: 480px;
}
.detail-list-section-ttl {
  padding-bottom: 22px;
  border-bottom: 1px solid #596A7D;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (min-width:650px) and (max-width:768px) {
  .detail-list-section-ttl span {display: block}
}
.detail-list-section-ttl::before {
  display: block;
  margin: 0 auto 22px;
  width: 72px;
  height: 72px;
}
.detail-hardshell .detail-list-section-ttl::before {content: url("../images/icon/hardshell.svg");}
.detail-lamp      .detail-list-section-ttl::before {content: url("../images/icon/lamp.svg");}
.detail-sound     .detail-list-section-ttl::before {content: url("../images/icon/sound.svg");}
.detail-safty     .detail-list-section-ttl::before {content: url("../images/icon/safety.svg");}

.detail-list-section-text {
  margin: 22px 6.5% 0;
  line-height: 2;
  font-size: 16px;
}
.detail-list-section-text small {
  display: inline-block;
  font-size: 14px;
}
.detail-list-section-image {
  margin: 22px 6.5% 0;
  border-radius: 6px;
  overflow: hidden;
}
.detail-list-section-image.viewer {
  width: inherit;
  padding: 0 0 58%;
  background: #fff;
  /*background: transparent url("../images/detail-lamp-1.jpg") no-repeat;
  background-size: contain;*/
}
.lamp-images {
  width: 100%;
  position: relative;
}
.lamp-image-item {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 99;
  opacity: 0;
}
.lamp-image-item:first-child{z-index: 100;opacity: 1}

.lamp-image-item img {
  border-radius: 6px;
}
.float--detail::after {
  content: url("../images/float/cadre-silver.png");
  top: 0;
  left: calc(50% - 580px);
}

/********** /DETAIL **********/

/********** CONTACT **********/
#contact {
  margin-top: 190px;
  padding: 140px 0 126px;
  background: #EEF2F6;
}
#contact h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 290px;
  height: 99px;
  background-color: #596a7d;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .9);
  overflow: hidden;
  transition: .3s;
}
#contact h2 a:hover {
  background-color: #30455d;
}
#contact h2 img {
  padding-top: 8px;
  width: 198px
}

.contact-form {
  margin: 120px auto 0;
  padding: 15px;
  width:95%;
  max-width: 830px;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
/********** /CONTACT **********/


/********** /main **********/


/********** to top **********/
.to-top {
  position: fixed;
  bottom: 75px;
  right: 75px;
  display: inline-block;
  z-index: 1000;
}
.to-top a {
  display: block;
  width: 75px;
  height: 75px;
}
.to-top.stopped {
  position: absolute;
}
/********** /to top **********/


/********** footer **********/
footer {
  padding: 60px 22px 70px 35px;
  background: #596A7D;
  color: #fff;
}
.footer-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo {
  flex-shrink: 0;
  width: 340px;
  padding-right: 60px;
  padding-bottom: 70px;
}
.footer-info {
  width: 100%;
  max-width: 750px;
}
.footer-info dl {
  padding-bottom: 12px;
  line-height: 1.7;
  font-size: 15px;
}
.footer-info dt {
  float: left;
  width: 85px;
}
.footer-info dd {
  padding-left: 85px;
}
.footer-office {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #798A9D;
}
.footer-yamagata {
  margin-left: 30px;
}
.footer-sns-nav {
  margin-top: 35px;
  display: flex;
}
.footer-sns-nav-item {
  margin-right: 35px;
}
.copyright {
  margin-top: -20px;
  text-align: right;
}
/********** /footer **********/

/* floatが画面外に行かないように */
@media screen and (max-width:1100px) {
  .float--brand::after {left: -70px}
  .float--spec::after  {right: -170px}
  .float--detail::after {left: -30px}
}
/* スマホのみ表示させるため、PCではdisplay:none; */
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
/******************** ↑PC ↓tab ********************/
@media screen and (max-width: 999px) {
  body, .wrapper, .nowrapper {
    width: 100%;
  }
  body {
    min-width: 320px;
  }
  /********** tab header **********/
  .site-header {
    min-height: 70px;
  }
  .header-logo {
    margin-left: 3vw;
    width: 155px;
    height: 70px;
    z-index: 10100;
  }
  .nav-list {
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: auto;
    right: -150vw;
    width: 100%;
    height: auto;
    /*background: rgba(0,0,0,.7);*/
    background: #fff;
    z-index: 9000;
    transition: .5s;
  }
  .site-nav.active {
    position: fixed;
    height: 120vh;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    z-index: 9999;
    transition: .5s;
  }
  .active .nav-list {
    right: 0;
    transition: .5s right;
  }
  .nav-list-item {
    text-align: center;
    width: 100%;
  }
  .nav-list-item a {
    display: block;
    padding: 21px 0 22px;
    width: 100%;
    height: 64px;
    font-size: 17px;
    /*color: #fff;*/
    vertical-align: baseline;
    background: #E8EDF2;
    margin-bottom: 2px;
  }
  .nav-list-item a:hover {
    background: rgba(89,106,125,.5);
  }
  .nav-list-item.buy-rakuten {margin-right: 0}
  .nav-list-item.buy-amazon a, .nav-list-item.buy-rakuten a {margin: 0 0 2px;padding:21px 0 22px;width:100%;height:64px;border-radius:0;font-size:17px;justify-content: center}
  .nav-list-item.buy-amazon img, .nav-list-item.buy-rakuten img {width: auto; height: 30px}
  
  /*** バーガーアイコン ***/
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: fixed;
    z-index: 10002;
    top: 17px;
    right: 3vw;
    width: 50px;
    width: 32px;
    height: 44px;
    height: 32px;
    visibility: visible;
    opacity: 1;
    transition: .5s;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #596A7D;
    border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 2px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    /*transform: translateY(3.25520833vw) rotate(-45deg);*/
    transform: translateY(13px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    /*transform: translateY(-2.94947916vw) rotate(45deg);*/
    transform: translateY(-13px) rotate(45deg);
  }
  .menu-trigger.active {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu-trigger.hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
  }
  /********** end of tab header **********/
  /********** tab main **********/
  .top-slider.viewer {padding-top: 70px;}
  .makuake-info {top: 70px;font-size: 16px}
  .makuake-info small {font-size:14px}
  
  .float--brand::after {left: -130px;transform: scale(.5)}
  .float--spec::after  {right: -185px;transform: scale(.5)}
  .float--detail::after {top:-137px;left: -120px;transform: scale(.5)}
  footer {margin-top: 0;padding:56px 20px 28px}
  .footer-layout {flex-direction:column;align-items:center}
  .footer-logo {width:197px;padding:0}
  .footer-info {margin-top:40px;}
  .footer-info dl {margin:0;padding-bottom:40px}
  .footer-info dt, .footer-info dd {float:none;display:block;margin:0;padding:0;width:100%;text-align:center;font-size:14px}
  .footer-info dt {margin-bottom: 7px}
  .footer-info .footer-wellbound {padding-bottom:20px}
  .footer-office{display:block;padding-top:20px}
  .footer-sns-nav {margin:0 auto;justify-content:center}
  .footer-sns-nav-item {margin:0 15px}
  .copyright {margin:55px auto 0;width:100%;text-align:center;font-size:12px}
}

/******************** ↑tab ↓SP ********************/

@media screen and (max-width:659px) {
  .pre {padding-top: 32px}
  .viewer {padding: 0}
  .top-slider.viewer {height: calc(65.45vw + 70px);}
  .top-slider .viewer-images-item img {height: 65.45vw;}
  .viewer-copy {top:auto;bottom:3vw;width:90vw;height:auto;}
  .makuake-info {top: 38px;font-size: 15px;padding:.5em 0;min-width: 320px;}
  .makuake-info small {font-size:13px}
  
  .main-logo {position: static;margin-top:0;padding-top:50px;width:70vw}
  .main-logo img {display: inline-block;position: static;}
  
  .section-header h2 {font-size: 14px}
  
  
  #brand h2 img {width:100px}
  #brand .section-inner {padding-bottom:110px}
  .brand-copy {font-size: 18px}
  .brand-text {padding: 0 10%;font-size:14px}
  .brand-video {margin:80px auto 0;width:90%;padding-bottom: 50%;}
  
  
  #color {padding-top:120px}
  #color h2 img {width:95px}
  .color-list {flex-wrap:wrap;margin-top:40px;padding:0 20px}
  .color-list-item {width:100%;max-width:360px;border-radius:6px;margin:0 0 30px}
  .color--red {order:1}
  .color--silver {order:2}
  .color--black {order:3}
  .color-list-item {padding:48px 0 30px}
  .color-list-item figure {margin: 0 auto;width:60%}
  .color-list-item figcaption {margin-top:45px;font-size: 22px;}
  .model-number {font-size:14px}
  
  
  #spec {margin-top:100px;padding:46px 0 85px}
  #spec h2 img {width: 64px}
  .spec-images {display:flex;flex-direction:column;align-items:center;padding:0 20px}
  .spec-images > * {position:static;width:100%;max-width:360px;margin:30px auto 15px}
  .sizespec {margin-bottom: 40px}
  .spec-mirror img, .spec-tray img, .spec-body img {width:180px}
  .spec-images figcaption {font-size:14px;line-height: 1.8}
  
  .spec-detail-list {display:block;padding:0 20px;margin-top:65px}
  .spec-detail-item {width:100%;max-width:360px;margin:0 auto!important;padding:0 40px}
  .spec-badge {left:10px;width: 60px}
  .spec-detail-inner-list {margin:0 auto 28px;padding:50px 0}
  .spec-detail-ttl {font-size:22px}
  .spec-detail-modelNo {padding:12px 0;width:100%;max-width:none;font-size:14px}
  .spec-detail-spec table {margin: 0 auto}
  .spec-detail-spec th, .spec-detail-spec td {font-size:14px;line-height:2.2;padding:0}
  .spec-detail-notice {font-size:12px;text-align:left;margin: 0 auto;padding:0 20px;max-width:400px}
  
  
  #detail {padding-top:50px;padding-bottom: 25px}
  #detail h2 img {width: 88px}
  .detail-list {flex-direction:column;margin-top:40px}
  .detail-list-item {width:100%;max-width:400px;margin:0 auto;padding:0 20px}
  .detail-list-section-ttl::before{width:60px;height:60px}
  .detail-list-section-ttl {font-size:17px}
  .detail-list-section-text {margin:22px 10px 0;font-size:14px}
  .detail-list-section-text small {font-size:12px}
  .detail-list-section-image {margin: 70px auto 55px}
  .detail-list-section-image.viewer {padding-bottom: 67.15%}
  
  #contact {margin-top:25px;padding:80px 0}
  #contact h2 a {width: 200px;height: 70px;}
  #contact h2 img {width:130px}
  .contact-form {margin-top:50px}
  
  
  /*.to-top {
    bottom: 20px;
    right: 20px;
  }
  .to-top a {
    width: 55px;
    height: 55px;
  }*/
}
@media screen and (max-width:330px) {
  .contact-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width:100%;
  }
  .makuake-info span {padding-left: 0}
  .contact-form iframe {transform: scale(.95);}
}

@media screen and (min-width:2200px) {
  #brand, #spec {border-radius: 10px;}
  #contact {border-radius: 10px 10px 0 0;}
  .makuake-info {font-size: 83px}
}


.leftshift {
  letter-spacing: -.3em;
}
#debug {display: none;}