*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  color: #121212;
  font-weight: 600;
  color: black;
  font-family: 'Open Sans', sans-serif;
}

/* header */
.header {
  position: relative;
  padding: 30px 60px;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1400px;
  z-index: 5;
}
.header .logo{
  display: inline-block;
  width: 360px;
  height: 57px;
  background-image: url("img/WALLER-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header ul{
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display:  inline-flex;
}
.header ul li{
  margin-left: 20px;
}
.menuArea{
  display: none;
}
.menuWindow{
  display: none;
}
/* main */
/* main -> product */
.container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}
.container h1 {
  margin-left: 20px;
}
.container .support_player img {
  width: 100%;
}
.container ul {
  display: inline-flex;
}
.container .support_player {
  margin: 20px;
}
.container ul li {
  margin-right: 10px;
  margin-top: 3px;
}
.company-profile th {
  white-space: nowrap;
}
.product {
  width: 100%;
}

.product-in{
  display: grid;
}

.support{
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.product-img {
  width: 100%;
  padding: 1.5vw;
}

.image-head {
  height: 65%;
}

.image-1 {
  width: 100%;
  height: 100%;
}

.image-bottom {
  height: 35%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-detail {
  width: 100%;
  padding: 1.5vw;
}

.tbody-detail {
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: left;
}

.tbody-detail td{
  font-weight: 200;
}

.sentence-1 {
  line-height: 2em;
  margin-top: 3%;
  margin-bottom: 3%;
 }

.sentence-2 {
  line-height: 1.5em;
  margin-top: 3%;
  margin-bottom: 3%;
}

/* main -> about */
.about {
  width: 100%;
  height: 100%;
  padding: 0 5vw 10px 5vw;
  overflow: hidden;
}
.company-profile td{
  font-weight: 200;
}

.about-us {
  width: 30%;
  float: left;
  padding: 1em;
}

.about-documents {
  width: 70%;
  float: right;
  padding: 1em;
}

.company {
  width: 100%;
  height: 100%;
  padding: 0 5vw 0 5vw;
  overflow: hidden;
}

.company-info {
  width: 30%;
  float: right;
  padding: 1em;
}

.company-documents {
  width: 70%;
  float: left;
  padding: 1em;
}

table {
  width: 100%;
}

tr {
  border-top: solid 1px black;
}

.company-profile th {
}

.company-profile td{
  padding: 1em;
}

.about-japanese {
  padding: 1em;
  line-height: 1.5em;
}

.about-english {
  padding: 1em;
  line-height: 1.5em;
}

/* main -> shoplist */
.shoplist-table{
  width: 100%;
}
.shoplist-table-head th,
.shoplist-table-data td{
  padding: 10px;
  text-align:center;
  box-sizing:border-box;
}
.shoplist-table th {
  border: none;
}

/* contact -> main */
.contact-main {
  text-align: center;
  line-height: 2em;
}

/* top */
.main-image {
  display: grid;
  grid-template-columns: 1fr  1fr;
}

.image-left {
  background-color: white;
  color: black;
}
.image-left-about {
  /* line-height: 2em; */
  bottom: 0;
  padding: 1em;
  font-size: x-large;
  word-break: break-all;
}

.about-top {
  font-weight: 900;
  font-size: 1em;
  line-height: 2em;
  color: black;
}

.about-top-big {
  font-weight: 900;
  font-size: 4em;
  line-height: 1.5em;
  color: black;
}
.about-bottom {
  color: black;
  /* border-bottom-style: solid;
  border-width: 2px; */
}

.image-right {
  width: 100%;
}

.image-left {width: 100%;}

/* footer */
footer {
}

.footer {
  width: 100%;
  padding-bottom: 30px;
  bottom: 0;
  text-align: center;
}

.footer-in {
}

.footer-menu {
  height: auto;
  text-align: center;
  margin-bottom: 3vw;
  display: inline-block;
}

.footer-menu-list {
  padding: 0 10px;
  float: left;
}

.footer-img {
}

.footer-img-logo {
  max-width: 150px;
}
.copyright {
  font-size: xx-small;
  margin-top: auto;
  padding: 3vw 0 3vw 0;
}

/* ipad pro */
@media screen and (max-width:1024px){
  .header {
    text-align: center;
  }
  .header ul {
    position: unset;
    display: flex;
    transform: inherit;
    justify-content: space-around;
    padding-top:22px;
  }
  .header ul li{
    margin-left: 0;
  }
  .menuArea{
    display: block;
    position: absolute;
    right: 4%;
    top: 25px;
  }
  .about-top-big{
    font-size: 3em;
  }
  .footer-menu{
    display: none;
  }
  .contact-main{
    margin: 2px 0 2px 0;
  }
  .footer-img {
    text-align: center;
    margin-top: 50px;
  }
  .container {
    max-width: 1024px;
    margin: 0 auto;
  }
}
/* ipad */
@media screen and (max-width:820px){
  .about-top-big{
    font-size: 3em;
  }
  .image-left-about{
    font-size: large;
  }
  .footer-menu{
    display: none;
  }
  .container {
    max-width: 820px;
    margin: 0 auto;
  }
}
/* iphone6/7/8 */
@media screen and (max-width:660px){
  .header {
    text-align: inherit;
    padding: 6px 10px;
  }
  .header .logo{
    width: 180px;
  }
  .header ul {
    display: none;
  }
  .menu-trigger,.menu-trigger span {
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 25px;
    height: 23px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #121212;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: -webkit-transform translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: -webkit-transform translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  .menuWindow{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 20px 0;
    box-sizing: border-box;
    background-color: #000;
    z-index: 1;
  }
  .menuWindow.active{
    display: block;
  }
  .menuWindow ul,.menuWindow li{
    background-color: inherit;
    color: #fff;
    font-size: xx-large;
  }
  .menuWindow .fab {
    color: white;
  }
  .support_player .fa-lg {
    color: #000;
  }
  .product-in .support {
    display: grid;
    grid-template-columns: 1fr;
  }
  .image-left-about{
    text-align: center;
    font-size: x-large;
    padding: 0.5em;
  }
  .main-image{
    grid-template-columns: 1fr;
  }
  .footer-menu{
    display: none;
  }
  .about-in {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .about-documents{
    width: 100%;
  }
  .company-in {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .company-documents{
    width: 100%;
  }
  .company-profile {
    width: 100%;
  }
  .container .support_player img {
    width: 100%;
  }
  .container .support_player img {
    width: 100%;
  }
  .container ul {
    display: inline-flex;
  }
  .container .support_player {
    margin: 10px;
  }
  .container ul li {
    margin-right: 5px;
  }
  .shoplist-table .shoplist-table-head {
    display:none;
  }
  .shoplist-table {
    width: 100%;
  }
  .shoplist-table td {
    display: block;
    padding: 3px;
    width: 100%;
    border-bottom:none;
  }

  table.shoplist-table td:last-child{
    border-bottom: 0.5px solid lightgray;
  }
}
/* iphone 6/7/8/SE2 */
@media screen and (max-width:414px){
  .list{
    font-size: small;
  }
  .main-image {
    display: grid;
    grid-template-columns: 1fr;
  }
  .about-bottom {
    font-size: xx-large;
  }
  .image-left-about {
    text-align: center;
    font-size: large;
    padding: 0.5em;
  }
  .about-in, .support{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .company-in {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .company-documents {
    width: 100%;
  }
  .about-documents {
    width: 100%;
  }
  .container{
    padding: 30px 0;
  }
  .container .support .support_player img {
    width: 100%;
  }
  .container ul {
    display: inline-flex;
  }
  .container .support_player {
    margin: 10px;
  }
  .container ul li {
    margin-right: 5px;
  }
  .footer-img{
    margin-top: 20px;
  }
}