/* CSS Document */
/*------------------------------------------------------

INDEX

------------------------------------------------------*/
img {
  display: block;
  margin: 0 auto; }

#contents {
  background-color: #fff; }

#kv02 {
  background-image: url("../img/img_kv_products.jpg"); }

.prod01-item-text {
  font-size: 1.4rem;
  line-height: 2; }

.prod01-item-ttl {
  border-bottom: 1px solid #cdcdcd;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .prod01-item-ttl h2 {
    font-size: 3rem;
    font-weight: 600; }
  .prod01-item-ttl h3 {
    font-size: 1.8rem; }

.prod01-item-img img {
  width: 100%;
  max-width: 486px; }

.prod01-logo {
  width: 100%; }
  .prod01-logo ul {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    margin-bottom: 20px; }
    .prod01-logo ul li {
      padding: 0 10px; }
      .prod01-logo ul li img {
        width: 100%;
        max-width: 60px;
        height: auto; }

.feat01-list dt {
  border-bottom: 1px solid #b48c3c;
  font-size: 2rem;
  font-weight: 600; }

.feat01-list dd {
  line-height: 2;
  margin-top: 20px; }
  .feat01-list dd a {
    display: block; }

#modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

.modal-inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  max-height: 86vh;
  margin: 5% auto 0;
  z-index: 10000; }

button {
  cursor: pointer; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  margin: 0;
  padding: 30px;
  z-index: 10001; }
  .modal-close span {
    position: relative;
    width: 20px;
    height: 20px;
    display: block; }
  .modal-close span::before, .modal-close span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    background-color: #000;
    border-top: 1px solid #000;
    content: ''; }
  .modal-close span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal-close span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.feat-item {
  width: 100%;
  max-height: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 60px 5%; }
  .feat-item h3 {
    border-left: #cdcdcd 8px solid;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 8px 16px; }
  .feat-item p {
    font-size: 1.4rem;
    line-height: 2; }
  .feat-item figure {
    padding-top: 20px; }
  .feat-item figcaption {
    max-width: 676px;
    font-size: 1rem;
    margin: 10px auto; }
  .feat-item img {
    width: 100%;
    max-width: 676px; }
  .feat-item .w-small {
    margin: auto; }
    .feat-item .w-small img {
      width: auto; }
  .feat-item .w-324 {
    max-width: 324px;
    margin: auto; }
  .feat-item .notes {
    margin-left: 2rem;
    text-indent: -2rem; }

@media only screen and (max-width: 400px) {
  .modal-inner {
    max-height: 90vh; } }

@media only screen and (max-width: 740px) {
  .modal-close {
    width: 50px;
    height: 50px;
    padding: 15px; } }
