﻿@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.5s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.inviewfadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn {
  opacity: 1.0;
}
a {
  outline: none;
}
*:hover {
  transition: all 0.6s ease;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "Noto Sans Japanese";
}
header {
  padding: 30px 0;
  text-align: center;
  background-color: #000;
}
header .logo img {
  width: 300px;
  margin-bottom: 10px;
}
header h1 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 10px;
  color: #fff;
  margin: 0;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
}
.box {
  background-color: #fff;
}
.box:nth-child(2) {
  background-color: #eee;
}
.box h2 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 40px;
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
}
.box h2:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
}
.red {
  color: #d00810;
}
.gray {
  color: #72777d;
}
.beige {
  color: #90644b;
}
.box figure.image {
  width: 45%;
  float: left;
  margin-bottom: -5px
}
.box:nth-child(2) figure.image {
  width: 45%;
  float: right;
}
.box .model_box {
  width: 55%;
  float: right;
  padding: 2.5% 0;
}
.box:nth-child(2) .model_box {
  width: 55%;
  float: left;
}
.box .model_box ul {
  padding: 0;
  margin: 0;
  list-style: none
}
.box .model_box ul li {
  width: 33.33%;
  float: left;
}
.box:nth-child(2) .model_box ul li:first-child {
  width: 35%;
  margin: 0 0 0 15%;
  float: left;
}
.box:nth-child(2) .model_box ul li:last-child {
  width: 35%;
  margin: 0 15% 0 0;
  float: left;
}
.box .model_box ul li img {
  width: 100%;
}
.box .model_box ul figcaption {
  text-align: center;
  font-weight: bold;
}
.box .model_box ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.box .model_box ul li a:hover {
  opacity: 0.7;
}
small {
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 20px 0;
  display: block;
  background-color: #000;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  header {
    padding: 30px 0;
    text-align: center;
    background-color: #000;
  }
  header .logo img {
    width: 300px;
    margin-bottom: 10px;
  }
  header h1 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 10px;
    color: #fff;
    margin: 0;
  }
  .box h2 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 40px;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
  }
  .box h2:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #000;
  }
  .box figure.image {
    width: 100%;
    float: none;
    margin-bottom: -5px
  }
  .box:nth-child(2) figure.image {
    width: 100%;
    float: none;
  }
  .box .model_box {
    width: 100%;
    float: none;
    padding: 30px 0;
  }
  .box:nth-child(2) .model_box {
    width: 100%;
    float: none;
  }
  .box .model_box ul {
    padding: 0;
    margin: 0;
    list-style: none
  }
  .box .model_box ul li {
    width: 33.33%;
    float: left;
  }
  .box:nth-child(2) .model_box ul li:first-child {
    width: 35%;
    margin: 0 0 0 15%;
    float: left;
  }
  .box:nth-child(2) .model_box ul li:last-child {
    width: 35%;
    margin: 0 15% 0 0;
    float: left;
  }
  .box .model_box ul li img {
    width: 100%;
  }
  .box .model_box ul figcaption {
    text-align: center;
    font-weight: bold;
    margin-top: -5px;
  }
  .box .model_box ul li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  .box .model_box ul li a:hover {
    opacity: 0.7;
  }
  small {
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 20px 0;
    display: block;
  }
}
@media screen and (max-width:700px) {
  header {
    padding: 20px 0;
    text-align: center;
    background-color: #000;
  }
  header .logo img {
    width: 200px;
    margin-bottom: 10px;
  }
  header h1 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 5px;
    color: #fff;
    margin: 0;
  }
  .box h2 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 30px;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
  }
  .box h2:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #000;
  }
  .box figure.image {
    width: 100%;
    float: none;
    margin-bottom: -5px
  }
  .box:nth-child(2) figure.image {
    width: 100%;
    float: none;
  }
  .box .model_box {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .box:nth-child(2) .model_box {
    width: 100%;
    float: none;
  }
  .box .model_box ul {
    padding: 0;
    margin: 0;
    list-style: none
  }
  .box .model_box ul li {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .box:nth-child(2) .model_box ul li:first-child {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
  .box:nth-child(2) .model_box ul li:last-child {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
  .box .model_box ul li img {
    width: 250px;
  }
  .box .model_box ul figcaption {
    text-align: center;
    font-weight: bold;
    margin-top: -5px;
  }
  .box .model_box ul li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  .box .model_box ul li a:hover {
    opacity: 0.7;
  }
  small {
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 20px 0;
    display: block;
  }
}