/* css */
html body .page_release .bs_logo {
  text-align: center;
  margin-bottom: 50px;
}
html body .page_release .bs_logo img {
  width: 30%;
  max-width: 250px;
  display: inline-block;
  margin: 0 auto;
}
html body .page_release .photos_2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
html body .page_release .photos_2c div {
  width: 48%;
}
html body .page_release .photos_2c div p {
  font-size: 1.4rem;
  text-align: right;
}
html body .page_release .photos_2c div img {
  width: 100%;
}
html body .page_release .photos_4c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
html body .page_release .photos_4c div {
  width: 22%;
}
html body .page_release .photos_4c div img {
  width: 100%;
}
html body .page_release section.sec_01 {
  margin-bottom: 100px;
}
html body .page_release section.sec_01 h1 {
  font-size: 5rem;
  text-align: right;
  margin-bottom: 1.5rem;
}
html body .page_release section.sec_01 h2 {
  font-size: 2.5rem;
  text-align: right;
  margin-bottom: 100px;
}
html body .page_release section.sec_02 {
  margin-top: 150px;
}
html body .page_release section.sec_02 h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
html body .page_release section.sec_03 {
  border-top: 1px dotted #444;
  padding-top: 80px;
  margin-top: 80px;
}
html body .page_release section.sec_03 .kd_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .page_release section.sec_03 .kd_wrap .kd_l {
  width: 50%;
}
html body .page_release section.sec_03 .kd_wrap .kd_l img {
  width: 100%;
}
html body .page_release section.sec_03 .kd_wrap .kd_r {
  width: 50%;
  padding-left: 30px;
}
html body .page_release section.sec_03 h1 {
  font-size: 3rem;
  margin-bottom: 50px;
}
html body .page_release section.sec_03 p.kds_1 {
  color: #ccc;
  font-size: 1.6rem;
  text-align: right;
  margin-top: 40px;
}
html body .page_release section.sec_03 p.kds_2 {
  color: #ccc;
  font-size: 3rem;
  text-align: right;
}
html body .page_release .models_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .page_release .models_wrap:after {
  width: 30%;
  display: block;
  content: "";
}
html body .page_release .models_wrap .model_block {
  width: 30%;
  position: relative;
  border: 1px solid #141414;
  background: #000;
  padding: 20px 20px 50px;
  margin-bottom: 50px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
html body .page_release .models_wrap .model_block::before {
  position: absolute;
  content: "";
  border-radius: 4px;
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  z-index: -1;
  inset: 0;
}
html body .page_release .models_wrap .model_block:hover {
  -webkit-box-shadow: 0 0 20px rgba(85, 76, 15, 0.45);
          box-shadow: 0 0 20px rgba(85, 76, 15, 0.45);
  border-color: #554c0f;
}
html body .page_release .models_wrap .model_block:hover::before {
  background: radial-gradient(circle at 50% 30%, rgba(184, 161, 79, 0.45), rgba(0, 0, 0, 0) 75%);
  opacity: 1;
  -webkit-filter: blur(22px);
          filter: blur(22px);
}
html body .page_release .models_wrap .model_block img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #141414;
}
html body .page_release .models_wrap .model_block p.name {
  color: #fff;
  font-size: 2.5rem;
  border-left: 5px solid #554c0f;
  padding-left: 10px;
  margin: 20px 0;
}
html body .page_release .models_wrap .model_block p:last-of-type {
  text-align: right;
}
html body .page_release .models_wrap .model_block p:last-of-type a {
  color: #554c0f;
  text-decoration: none;
}
html body .page_release .model_block.active-glow {
  -webkit-box-shadow: 0 0 20px rgba(85, 76, 15, 0.45);
          box-shadow: 0 0 20px rgba(85, 76, 15, 0.45);
  border-color: #554c0f;
}
html body .page_release .model_block.active-glow::before {
  background: radial-gradient(circle at 50% 30%, rgba(184, 161, 79, 0.45), rgba(0, 0, 0, 0) 75%);
  opacity: 1;
  -webkit-filter: blur(22px);
          filter: blur(22px);
}
html body .page_release address {
  max-width: 480px;
  display: block;
  font-style: normal;
  text-align: left;
  margin-top: 200px;
  margin-left: auto;
  margin-right: 0;
}
html body .page_release address p:first-of-type {
  font-size: 2.5rem;
}
html body .page_release address table tr td {
  color: #646464;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
html body .page_release address table tr td:nth-of-type(2) {
  padding-left: 20px;
}
html body .page_release address table tr td a {
  color: #646464;
  text-decoration: none;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  html body .page_release .bs_logo img {
    width: 80%;
  }
  html body .page_release .photos_2c div p {
    font-size: 1.1rem;
  }
  html body .page_release .photos_4c {
    display: block;
  }
  html body .page_release .photos_4c div {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  html body .page_release section.sec_01 h1 {
    font-size: 3rem;
    text-align: center;
  }
  html body .page_release section.sec_01 h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  html body .page_release section.sec_02 {
    margin-top: 100px;
  }
  html body .page_release section.sec_02 h1 {
    font-size: 2.5rem;
  }
  html body .page_release section.sec_03 {
    border: none;
  }
  html body .page_release section.sec_03 .kd_wrap {
    display: block;
  }
  html body .page_release section.sec_03 .kd_wrap .kd_l {
    width: 100%;
  }
  html body .page_release section.sec_03 .kd_wrap .kd_r {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  html body .page_release section.sec_03 h1 {
    margin-bottom: 20px;
  }
  html body .page_release section.sec_03 p.kds_1 {
    font-size: 1.2rem;
  }
  html body .page_release section.sec_03 p.kds_2 {
    font-size: 2.2rem;
  }
  html body .page_release .models_wrap {
    display: block;
  }
  html body .page_release .models_wrap .model_block {
    width: 100%;
    border: none;
    border-bottom: solid 1px #444;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  html body .page_release .models_wrap .model_block img {
    border: none;
  }
  html body .page_release address p:first-of-type {
    font-size: 1.8rem;
  }
  html body .page_release address table tr td:nth-of-type(2) {
    padding-left: 10px;
  }
}