@charset "utf-8";
/*
#contents-right .gallery_box {
  position: relative;
  overflow: hidden;
  height: 255px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.gallery_title_1, .gallery_title_2, .gallery_title_3, .gallery_title_4 {
  position: absolute;
  top: 190px;
  left: 96px;
  width: 185px;
}
*/
.gallery_title_1 {
  left: 2px;
}
.gallery_title_2 {
  left: 164px;
}
.gallery_title_3 {
  left: 333px;
}
.gallery_title_4 {
  left: 498px;
}
.gallery_desc_1, .gallery_desc_2, .gallery_desc_3, .gallery_desc_4 {
  position: absolute;
  top: 218px;
  width: 160px;
}
.gallery_desc_1 {
  left: -1px;
}
.gallery_desc_2 {
  left: 168px;
}
.gallery_desc_3 {
  left: 330px;
}
.gallery_desc_4 {
  left: 495px;
}
.gallery_price_1, .gallery_price_2, .gallery_price_3, .gallery_price_4 {
  position: absolute;
  top: 239px;
  width: 63px;
}
.gallery_price_1 {
  left: 49px;
}
.gallery_price_2 {
  left: 215px;
}
.gallery_price_3 {
  left: 382px;
}
.gallery_price_4 {
  left: 543px;
}
.g-title-style {
  font-size: 16px;
  font-weight: bolder;
}
.g-desc-style {
  font-size: 14px;
  text-align: center;
}
.gallery_box .fleft {
  float: left;
}
.gallery_text_small {
  font-size: 14px;
  letter-spacing: -0.1em;
}
#contents-right .gallery_h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.gallery_image {
  float: left;
  margin-right: 10px;
}
.gallery_text_small8 {
  font-size: 11px;
}
.h2_gallery {
  padding-left: 20px;
  background-image: url("../img/gallery/h2_gallery_icon.png");
  background-repeat: no-repeat;
  background-position: top 1px left;
  box-sizing: border-box;
  font-family: 'Merriweather', serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .05em;
}
.h2_gallery span {
  margin-right: 40px;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: .05em;
  vertical-align: middle;
}
.gallery_box {
  height: auto;
  margin-bottom: 15px;
}
.gallery_box::after {
  content: "";
  display: block;
  clear: both;
}
.gallery_box .gallery_image {
  float: left;
  width: 155px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.gallery_box .gallery_image:nth-child(4n) {
  margin-right: auto;
}
.gallery_box .gallery_image a {
  display: inline-block;
}
.gallery_box .gallery_image h3 {
  height: 27px;
  padding-left: 1.05em;
  position: relative;
  margin: 15px auto 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .05em;
}
.gallery_box .gallery_image h3::before {
  content: "◆";
  position: absolute;
  left: 0;
}
.gallery_box .gallery_image h3.small {
  font-size: 11px;
}
.gallery_box .gallery_image h3.small14 {
  font-size: 14px;
}
.gallery_box .gallery_image h3.lt_0 {
  letter-spacing: 0;
}
.gallery_box .gallery_image h3.lt_-5 {
  letter-spacing: -.05em;
}
.gallery_box .gallery_image .desc,
.gallery_box .gallery_image .price {
  text-align: center;
  font-size: 14px;
  line-height: 1.428;
  white-space: nowrap;
}
.gallery_box .gallery_image .price::before {
  content: "￥";
}
.tax_excluded {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: .05em;
}
.download_btn {
  margin-bottom: 70px;
  text-align: center;
}
.download_btn a {
  display: block;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #eb7a36 0, #eb7a36 2px, #e96f31 2px, #e96f31 3px);
  box-shadow: 0 2px #88471F;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.download_btn a i {
  margin-left: 16px;
}
.download_btn a:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 #88471F;
}
.gallery_box + .h2_gallery {
  margin-top: 60px;
}