body {
    color: #3c3c3c;
    /* background-image: url(../img/test_.jpg);
    background-repeat: no-repeat; */
    background-color: white;
    /* max-width: 1200px; */
    margin: 0 auto;
    min-height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 14px;
}
p {
  line-height: 1.5em;
  font-size: 14px;
}
footer {
  grid-area: footer;
  padding: 20px 0;
  font-family: 'Josefin Sans', sans-serif;
  background-color: black;
  color: white;
}
.textArea {
  padding: 0 40px;
  max-width: 800px;
  margin: 0 auto;
}
h1{
    font-size: 45px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 30px 0 0;
    margin-bottom: 5px;
}
h3{
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
h4{
font-size: 2em;
}

/* 余白調整 */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.txtgray {
  color: #3c3c3c;
}
.black {
  color: whitesmoke;
  background-color: black;
}
/* header menu 打ち消し */
.luxbar-brand {
  padding: 0!important;
}
/* heder　topエリア */
#top {
  /* max-width: 1200px; */
  margin: 60px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  position: relative;
  padding-top: 1%;
}
#top img {
  width: 100%;
  min-width: 300px;
}
#topText{
  padding: 0 5em;
  background-color: white;
  color: #3c3c3c;
}
#topText p{
  max-width: 840px;
  margin: 0 auto 20px;
}
#top h1{
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2em;
  line-height: initial;
}
#top h2{
  font-size: 14px;
  max-width: 840px;
  margin: 0 auto 20px;
}

/* BEAM SHOTエリア */
#imgBox {
  background-color: black;
  color: white;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.textArea small{
  font-size: 0.85em;
  font-weight: normal;
  display: block;
}
#left {
  position: fixed;
  left: 0px;
  top: 150px;
  z-index: 2;
  text-align: left;
}
#right {
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 2;
  text-align: right;
}
#beamShotImg {
  max-width: 100%;
}
#BeamLink {
  display: flex;
  width: 100%;
}
#BeamLink2{
  font-size: 10px;
  width: 50%;
  padding: 10px;
}
#BeamLink4 {
  font-size: 10px;
  width: 50%;
  padding: 10px;
}
#imgBox label {
  cursor: pointer;
  background-color: rgba(44, 44, 44, 0.562);
  display: inline-block;
  padding: 10px 15px;
  font-size: 13px;
}
#imgBox label:hover {
  outline: solid 1px aliceblue;
}
#imgBox input {
  -webkit-appearance: none; /* remove default */
  /* margin: 10px; */
  width: 20px;
  height: 20px;
  border-radius: 12px;
  vertical-align: sub;
  cursor: pointer;
  box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;
  background-color: hsla(0,0%,0%,.2);
  background-image: -webkit-radial-gradient( hsla(200,100%,90%,1) 0%, hsla(200,100%,70%,1) 15%, hsla(200,100%,60%,.3) 28%, hsla(200,100%,30%,0) 70% );
  background-repeat: no-repeat;
  -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1),
    -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
  outline: none;
}
#imgBox input:checked {
  -webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1),
    -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
}
#imgBox input:active {
  -webkit-transform: scale(1.5);
  -webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
}

/* The up/down direction logic */

#imgBox input,
#imgBox input:active {
  background-position: 0 20px;
}
#imgBox input:checked {
  background-position: 0 0;
}
#imgBox input:checked ~ input,
#imgBox input:checked ~ input:active {
  background-position: 0 -20px;
}

  /* セレクトボックス */
.cp_ipselect {
overflow: hidden;
/* margin: 0.8em auto; */
text-align: center;
/* display: inline-block; */
}
.cp_ipselect select {
font-size: 16px;
-webkit-transform: scale(0.8);
width: 100%;
height: 2em;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
position: relative;
border: 1px solid #bbbbbb;
border-radius: 2px;
background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
position: absolute;
top: 0.8em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
padding: 0px 25px 0px 0px;
color: #666666;
}
/*左右の開閉ボタン装飾*/
#imgBox .hidden_box label.hide {
  text-align: center;
  position: relative;
  padding: 10px;
  max-width: 100%;
  max-height: 210px;
  color: black;
  background-color: yellow;
  font-size: 25px;
  font-weight: bold;
  outline: 1px solid yellow;
  writing-mode: vertical-rl;
  /* text-orientation: upright; */
  display: inline-block;
}

#imgBox .hidden_box label.hide:hover {
  opacity: 0.8;
}
/*チェックは見えなくする*/
#imgBox .hidden_box input.hide,input.hide2 {
  display: none;
}

/*中身を非表示にしておく*/
#imgBox .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
  width: 0;
}

/*クリックで中身表示*/
#imgBox .hidden_box input:checked ~ .hidden_show {
  background-color: rgba(68, 68, 68, 0.562);
  padding: 10px;
  height: auto;
  opacity: 1;
  margin-top: 20px;
  width: 180px;
}
/* ショッピングリンク */
#shopLink2,#shopLink4 {
  font-size: 0.8em;
  text-align: center;
  margin: 0 auto;
}
.shopLink p {
  margin-top: 20px;
}
.shopLink ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.shopLink li {
  margin-right: 10px;
  margin-top: 10px;
}
.shopLink a{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #00bcd4;
  color: white;
  transition: .4s;
}

.shopLink a:hover {
  color: #00BCD4;
  background: #ECECEC;
}

/* BEAM SHAPEエリア */
#beamShape {
  padding: 60px 20px;
  background-color: white;
  color: black;
}
#beamShapeImg{
  max-width: 1000px;
  margin: 0 auto;
}
#beamShapeImg img{
  width: 45%;
}

/* RUN TIME CHARTエリア */
#runTime {
  padding: 60px 0;
  background-color: black;
  color: white;
}
#runTimeWrap{
  max-width: 75%;
  margin: 0 auto;
  background-color:whitesmoke;
  padding:20px;
}
#runTimeWrap small{
  color: #3c3c3c;
  font-size: 0.85em;
}

/* SPECエリア */
#spec {
  padding-top: 60px;
  background-color: white;
  color: #3c3c3c;
}

#specBox img {
  width: 100%;
  max-width: 430px;
}
#specBox dl {
  text-align: left;
}
#specBox dl{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid darkgrey;
  font-size: small;
}
#specBox dt{
  width: 30%;
  float: left;
  padding: 10px;
  border-top: 1px solid darkgrey;
  box-sizing: border-box;
}
#specBox dd{
  margin-left: 30%;
  padding: 10px;
  border-left: 1px solid darkgrey;
  border-top: 1px solid darkgrey;
  line-height: 1.5em;
}
#specBox dd:after{
  display: block;
  content: "";
  clear: both;
}
#specBox p{
  text-align: right;
  font-size: 11px;
}
#specBox .specLabel{
  display: none;
}
#specBox .hidden_box input {
    display: none;
  }
/* aboutページ */
#about {
  padding: 5% 15%;
  text-align: center;
}
.hl2 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2em;
  text-align: center;
  margin-top: 3em;
}
#about p {
  margin-bottom: 2em;
}
/* listページ　listエリア */
#list li{
  background-color: black;
  color: white;
  padding: 0.5em;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 14px;
}
#list li a{
   color: white;
   text-decoration: none;
}
#list li:hover{
opacity: 0.6;
}
#list {
  background-color: white;
  color: black;
  padding: 5%;
}

 #list h3{
   font-size: 2em;
 }
 
 /* list ページ　テーブル */
 #tbl {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
 }
 #tbl p{
   font-size: 10px;
   margin-top: 30px;
   text-align: left;
 }
 .listTbl {
   font-size: 11px;
   margin-top: 40px;
   margin-bottom: 30px;
   width: 100%;
 }
 .listTbl img {
   max-width: 30px;
   vertical-align: middle;
   margin-right: 10px;
 }
 .listTbl  a {
      background: #00bcd4;
      color: white;
      transition: .4s;
      padding: 3px 5px;
      text-decoration: none;
 }
 .listTbl  a:hover{
      color: #00BCD4;
      background: #ECECEC;
 }
 th {
   background: black;
   border-top: 2px solid #ccc;
   color: #fff;
   font-size: 11px !important;
   padding: 3px;
   font-weight: normal !important;
 }
 td {
   border-bottom: solid 1px black;
   padding: 10px !important;
   font-weight: lighter !important;
 }
/* FAQページ */
#faq {
  padding: 5% 15%;
  text-align: left;
}
#faq img{
  width: 100%;
  margin-bottom: 20px;
}
#faq p {
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
#beamShotImg {
  max-width: 800px;
  margin: 0 auto;
}
}
@media screen and (max-width: 850px) {
  /*左右の開閉ボタン装飾*/
#imgBox .hidden_box label.hide {
  padding: 8px;
  max-width: 100%;
  max-height: 130px;
  font-size: 14px;
}
}
@media screen and (max-height: 450px) {
#left {
  top:20px;
}
#right {
  top:20px;
}
p {
  font-size: 12px;
}
}

@media screen and (max-width: 650px) {
#topText {
  padding: 0 3em;
}
#specBox  dt{
    width: 100%;
    float: none;
    background-color: lightgray;
  }
  #specBox dd{
    margin-left: auto;
    border-left: none;
  }
}

@media (min-width:480px){
  #specBox {
    display: flex;
    width: 100%;
  }
  #SpecList2 {
    border-right: 1px solid darkgray;
    padding: 0 30px 20px 60px;
    width: 50%;
}
#SpecList4 {
  padding: 0 60px 20px 30px;
  width: 50%;
}
}

@media screen and (max-width: 480px) {
  #imgBox,#beamShape,#runTime,#beamComp,#spec{
    padding: 30px 0;
  }
  #imgBox label {
    font-size: 11px;
  }
  #imgBox .hidden_box input:checked ~ .hidden_show {
    width: 125px;
  }
  h3{
    font-size: 2em;;
  }
  #beamCompGraf{
    margin-bottom: 30px;
  }
  #SpecList2 {
    padding: 0 25px;
  }
  #SpecList4 {
    margin-top: 20px;
    padding: 0 25px;
  }

  /* label {
    display:block;
  } */
  #top h1{
    font-size: 12px;
  }
  #top h2{
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  #specBox .specLabel {
    display: inline-block;
  }
  /*ボタン装飾*/
  #specBox .hidden_box label {
    padding: 8px;
    font-weight: normal;
    border: solid 1px #3c3c3c;
    cursor :pointer;
  }
  
  /*ボタンホバー時*/
  #specBox .hidden_box label:hover {
    background: #efefef;
  }

  
  /*中身を非表示にしておく*/
  #specBox .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  
  /*クリックで中身表示*/
  #specBox .hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
  }
}
