@charset "UTF-8";
/** mixin **/
@font-face {
  font-family: abeatbykai;
  src: url("../../fonts/abeatbykai/abeatbyKaiRegular.otf") format("opentype");
}
@font-face {
  font-family: mygino;
  src: url("../../fonts/Hiragino/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
}
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, mygino;
  font-size: 14px;
}

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

.header_wrapper {
  background-color: #000000;
  z-index: 999;
  position: relative;
}
.header_wrapper .header {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0;
}
.header_wrapper .header .logo {
  display: table-cell;
  padding-left: 20px;
  width: 80%;
}
.header_wrapper .header .logo img {
  width: 60%;
}
.header_wrapper .header .menu_icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
}
.footer .sns {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  display: table;
  text-align: center;
}
.footer .sns div {
  display: table-cell;
}
.footer .usa {
  padding-bottom: 20px;
}
.footer .usa a img {
  padding-bottom: 20px;
}
.footer .copy {
  font-size: 12px;
  color: #000000;
}
.footer .footer_under_bar {
  width: 100%;
  height: 20px;
  background-color: #000;
}

.product_wrapper {
  width: 100%;
  background-color: #F2F2F2;
}
.product_wrapper .item_wrapper {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.product_wrapper .item_wrapper .product_item {
  width: 32%;
  padding: 10px 5px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.product_wrapper .item_wrapper .product_item .product_item_name {
  display: block;
  text-align: center;
  color: #000000;
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: abeatbykai;
}

.sales_word {
  background-image: url("../../img/product/product_main_visual.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #1D1D1D;
  background-size: 100% 100%;
  width: 100%;
  padding: 10% 0;
  text-align: center;
  font-size: 14px;
  background-color: #1D1D1D;
}
.sales_word span {
  display: block;
  font-size: 55px;
  font-family: abeatbykai;
}
.sales_word div {
  display: block;
  margin-top: 10px;
  line-height: 30px;
}

.movie_section {
  border: none;
  font-size: 0;
  background-color: #1D1D1D;
}

.structure_section {
  background-color: #F2F2F2;
  text-align: center;
  height: auto;
  width: 100%;
  padding: 60px 0 50px 0;
}
.structure_section span {
  color: #000000;
  font-size: 26px;
}
.structure_section img {
  margin-top: 35px;
}

.structure_contents {
  color: #000000;
  display: table-cell;
  vertical-align: top;
  padding-bottom: 60px;
}
.structure_contents .structure_contents_first_img {
  padding-top: 40px;
}
.structure_contents .structure {
  text-align: left;
  padding-left: 20px;
  padding-top: 40px;
  width: 90%;
}
.structure_contents .structure div span {
  font-size: 26px;
  margin-left: 25px;
}
.structure_contents .structure p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

/*# sourceMappingURL=product.css.map */
