@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;
}

.product_detail {
  background-color: #FFFFFF;
}
.product_detail .photo_title {
  color: #000000;
  text-align: center;
  padding-top: 38px;
  font-size: 40px;
  font-family: abeatbykai;
}
.product_detail .photo_title span {
  font-size: 24px;
  display: block;
}
.product_detail #photo_container {
  margin-top: 38px;
  width: 100%;
}
.product_detail #photo_container #main_photo {
  position: relative;
  text-align: center;
}
.product_detail #photo_container #main_photo img {
  width: 100%;
}
.product_detail #photo_container .available {
  text-align: center;
  color: #8C0000;
  padding-top: 18px;
  line-height: 24px;
  font-size: 22px;
}
.product_detail #photo_container .available div {
  color: #6E777F;
  font-size: 16px;
}
.product_detail #photo_container #thumbnail {
  overflow: hidden;
  width: 90%;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin: 0 auto;
}
.product_detail #photo_container #thumbnail li {
  display: table-cell;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.product_detail #photo_container #thumbnail li img {
  width: 100%;
}

.product_description_section {
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  padding-bottom: 60px;
}
.product_description_section .product_description {
  width: 100%;
  margin: 0 auto;
}
.product_description_section .product_description .description {
  padding-left: 5%;
  padding-right: 5%;
}
.product_description_section .product_description .description div {
  padding-top: 20px;
  display: table-cell;
  vertical-align: middle;
}
.product_description_section .product_description .description div img {
  height: 39px;
}
.product_description_section .product_description .description div span {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: text-bottom;
}
.product_description_section .product_description .description p {
  margin-top: 10px;
}
.product_description_section .buy_btn {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.product_description_section .buy_btn button {
  border: 1px solid #b8b8b8;
  background-color: #4865D5;
  padding: 10px 80px;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
}
.product_description_section .buy_btn button:hover {
  border: 1px solid #b8b8b8;
  background-color: #0052A4;
  padding: 10px 80px;
  cursor: pointer;
}

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