body {
  padding-top: 80px;
}

.intro {
  background-color: #fffff0;
  position: relative;
  padding-top: 50%;
  width: 100%;
  overflow: hidden;
}
.intro .pics {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 50%;
  box-sizing: border-box;
}
.intro .pics li {
  padding: 0 10px;
}
.intro .texts {
  position: absolute;
  top: 12%;
  left: 4%;
  width: 28%;
  z-index: 1;
}
.intro .texts figure {
  width: 90%;
  margin-bottom: 15px;
}
.intro .texts h2 {
  color: #a28550;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.intro .texts p {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.theme {
  background-color: #fff;
  padding: 60px 0 0px 20.5%;
  box-sizing: border-box;
  margin-bottom: 0px;
  position: relative;
  background: linear-gradient(to bottom, #fff, #fff 64%, #777 64%, #777);
  border-top: 1px solid #a28550;
}
.theme .first {
  padding-right: 10%;
  box-sizing: border-box;
}
.theme .first .number {
  width: 6%;
  display: block;
  float: left;
  height: 50px;
  margin-bottom: 15px;
}
.theme .first h2 {
  width: 94%;
  float: left;
  font-size: 1.3rem;
  display: block;
  text-align: left;
  height: 50px;
  padding-top: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  padding-left: 20px;
  color: #ff0d3c;
  font-weight: bold;
}
.theme .first p {
  width: 95%;
  padding-left: 0px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  display: block;
}
.theme .first figure {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a28550;
}
.theme .second {
  display: table;
  width: 100%;
  padding-top: 50px;
}
.theme .second .infos {
  display: table-cell;
  width: 40%;
  box-sizing: border-box;
  padding: 200px 80px 0 70px;
  vertical-align: top;
}
.theme .second .infos h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #a28550;
  padding-bottom: 8px;
}
.theme .second .infos p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.theme .second .pics {
  display: table-cell;
  width: 60%;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}
.theme .second .pics h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  position: absolute;
  left: -53%;
  text-align: right;
  top: 20px;
  color: #777;
  width: 60%;
  z-index: 100;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.theme .second .pics h4 span {
  color: #fff;
}
.theme .second .pics figure {
  border-top: 1px solid #a28550;
  border-left: 1px solid #a28550;
  padding-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.theme .second .pics img {
  width: 100%;
}
.theme .second .pics figcaption {
  position: absolute;
  background-color: #fffff8;
  padding: 8px 20px;
  display: inline-block;
  font-size: 1rem;
  color: #ff0d3c;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.theme .third {
  box-sizing: border-box;
  padding: 60px 5% 60px 0;
}
.theme .third .title {
  width: 70%;
  border-bottom: 2px #fff solid;
  display: inline-block;
  z-index: 10;
  position: relative;
  height: 16px;
  margin-bottom: 30px;
}
.theme .third .title p {
  position: absolute;
  background-color: #777;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  width: 30%;
  text-align: center;
  left: 0;
  bottom: -10px;
  font-weight: bold;
  color: FFF;
}
.theme .third ul {
  display: table;
  width: 100%;
}
.theme .third li {
  display: table-cell;
  width: 33.3%;
  padding-right: 30px;
  box-sizing: border-box;
}
.theme .third figure {
  width: 100%;
  border: #a28550 1px solid;
  padding: 5px;
  margin-bottom: 15px;
  background-color: #fff;
}
.theme .third h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.theme .third p {
  font-size: 0.9rem;
  line-height: 1.45rem;
  color: #fff;
}

.gns {
  width: 165px;
  margin: 0 auto;
  position: fixed;
  bottom: 10%;
  left: 4%;
}
.gns h2 {
  color: #a28550;
  text-align: center;
  margin: 5px;
  font-size: 0.95rem;
}
.gns li {
  border-bottom: 1px dotted #888;
  position: relative;
  width: 100%;
  height: 34px;
}
.gns a {
  position: absolute;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
  padding: 10px 0 5px 3px;
  box-sizing: border-box;
  color: #666;
  font-size: 0.9rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}
.gns a:hover {
  padding: 10px 0 5px 6px;
  color: #ff0d3c;
}

.zw .theme .first h2 {
  font-size: 1.4rem;
  padding-top: 10px;
  margin-bottom: 15px;
  font-family: "Zen Old Mincho", serif;
  padding-left: 20px;
  font-weight: bold;
}
.zw .theme .first p {
  width: 95%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.zw .theme .second .infos h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
}
.zw .theme .second .infos p {
  font-size: 0.9rem;
  line-height: 1.45rem;
}
.zw .theme .second .pics h4 {
  font-family: Roboto;
  left: -54%;
}
.zw .theme .second .pics h4 span {
  color: #fff;
}
.zw .theme .third .title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 1030px) {
  body {
    padding-top: 0px;
  }
  .intro {
    position: relative;
    width: 100%;
    overflow: auto;
    padding: 20px 5% 50px;
  }
  .intro .pics {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 0 0 6%;
    box-sizing: border-box;
  }
  .intro .pics li {
    padding: 0 10px;
  }
  .intro .texts {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
  }
  .intro .texts figure {
    width: 50%;
    margin-bottom: 15px;
  }
  .intro .texts h2 {
    color: #a28550;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .intro .texts p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .theme {
    padding: 50px 0% 0px;
    background: linear-gradient(top, #fff, #fff 64%, #777 64%, #777);
  }
  .theme .first {
    padding: 0% 5%;
    box-sizing: border-box;
  }
  .theme .first .number {
    width: 7%;
    height: 40px;
    margin-bottom: 15px;
  }
  .theme .first h2 {
    width: 93%;
    font-size: 1.3rem;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .theme .first p {
    width: 100%;
    padding-left: 0px;
    font-size: 0.95rem;
    line-height: 1.4rem;
    display: block;
  }
  .theme .first figure {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a28550;
  }
  .theme .second {
    display: block;
    width: 100%;
    padding: 0px;
    padding-top: 50px;
  }
  .theme .second .infos {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0% 5%;
  }
  .theme .second .infos h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .theme .second .infos p {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .theme .second .pics {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
    padding: 0% 0 0 5%;
  }
  .theme .second .pics h4 {
    font-size: 2.5rem;
    left: 8%;
    text-align: left;
    width: 90%;
    top: 25px;
    color: #fff;
    letter-spacing: 0.1rem;
  }
  .theme .second .pics h4 span {
    color: #fff;
  }
  .theme .second .pics img {
    width: 100%;
  }
  .theme .third {
    box-sizing: border-box;
    padding: 40px 5%;
  }
  .theme .third .title {
    width: 90%;
    height: 16px;
    margin-bottom: 30px;
  }
  .theme .third .title p {
    font-size: 1.1rem;
    width: 40%;
  }
  .theme .third ul {
    display: flex;
    width: 100%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .theme .third li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 40%;
    padding: 0 0px 40px;
    margin-right: 20px;
    height: auto;
  }
  .theme .third figure {
    margin-bottom: 15px;
    background-color: #fff;
  }
  .theme .third h5 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .theme .third p {
    font-size: 0.95rem;
    line-height: 1.35rem;
    width: 95%;
  }
  .gns {
    display: none;
  }
  .zw .theme .first h2 {
    font-size: 1.35rem;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .zw .theme .first p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .zw .theme .second .infos h3 {
    font-size: 1.25rem;
  }
  .zw .theme .second .infos p {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .zw .theme .second .pics h4 {
    left: 8%;
  }
  .zw .theme .third .title p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 680px) {
  .intro {
    padding: 20px 5% 50px;
  }
  .intro .pics {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 0 0 8%;
    box-sizing: border-box;
  }
  .intro .pics li {
    padding: 0 5px;
  }
  .intro .texts figure {
    width: 85%;
    margin-bottom: 15px;
  }
  .intro .texts h2 {
    color: #a28550;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .intro .texts p {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .theme {
    padding: 50px 0% 0px;
    background: linear-gradient(to bottom, #fff, #fff 55%, #777 55%, #777);
  }
  .theme .first {
    padding: 0% 4%;
  }
  .theme .first .number {
    width: 12%;
    height: 40px;
    margin-bottom: 15px;
  }
  .theme .first h2 {
    width: 88%;
    font-size: 1.3rem;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .theme .first p {
    width: 100%;
    padding-left: 0px;
    font-size: 1rem;
    line-height: 1.45rem;
    display: block;
  }
  .theme .first figure {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .theme .second {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
  .theme .second .infos {
    display: block;
    width: 100%;
    padding: 0% 4%;
  }
  .theme .second .infos h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: left;
  }
  .theme .second .infos p {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .theme .second .pics {
    margin-top: 30px;
    padding: 0% 0 0 4%;
  }
  .theme .second .pics h4 {
    font-size: 2rem;
    left: 8%;
    letter-spacing: 0.1rem;
    width: 90%;
  }
  .theme .third {
    box-sizing: border-box;
    padding: 30px 4%;
  }
  .theme .third .title {
    width: 90%;
    height: 16px;
    margin-bottom: 30px;
  }
  .theme .third .title p {
    font-size: 1.1rem;
    width: 70%;
  }
  .theme .third li {
    margin-top: 0px;
    flex: 0 0 70%;
    padding: 0 0px 20px;
    margin-right: 20px;
  }
  .theme .third figure {
    margin-bottom: 15px;
    background-color: #fff;
  }
  .theme .third h5 {
    font-size: 1.1rem;
    width: 95%;
    margin: 0 auto 5px;
  }
  .theme .third p {
    font-size: 1rem;
    line-height: 1.35rem;
    width: 95%;
    margin: 0 auto;
  }
  .gns {
    display: none;
  }
  .zw .theme .first h2 {
    font-size: 1.35rem;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .zw .theme .first p {
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .zw .theme .second .infos h3 {
    font-size: 1.25rem;
  }
  .zw .theme .second .infos p {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .zw .theme .third .title p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
  .zw .theme p {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
}
@media only screen and (max-width: 390px) {
  .intro {
    padding: 20px 4% 50px;
  }
  .intro .pics {
    padding: 0 0 0 10%;
  }
  .intro .texts figure {
    width: 90%;
    margin-bottom: 15px;
  }
  .intro .texts h2 {
    color: #a28550;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .intro .texts p {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .theme {
    padding: 50px 0% 0px;
    background: linear-gradient(to bottom, #fff, #fff 55%, #777 55%, #777);
  }
  .theme .first {
    padding: 0% 4%;
  }
  .theme .first .number {
    width: 12%;
    height: 35px;
    margin-bottom: 15px;
  }
  .theme .first h2 {
    width: 88%;
    font-size: 1.2rem;
    height: 35px;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .theme .first p {
    width: 100%;
    padding-left: 0px;
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .theme .first figure {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .theme .second {
    width: 100%;
    padding-top: 40px;
  }
  .theme .second .infos {
    display: block;
    width: 100%;
    padding: 0% 4%;
  }
  .theme .second .infos h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .theme .second .infos p {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .theme .second .pics {
    margin-top: 30px;
    padding: 0% 0 0 4%;
  }
  .theme .second .pics h4 {
    font-size: 2.2rem;
    left: 8%;
    letter-spacing: 0.1rem;
    width: 90%;
  }
  .theme .third {
    padding: 30px 4%;
  }
  .theme .third .title {
    width: 95%;
    height: 16px;
    margin-bottom: 25px;
  }
  .theme .third .title p {
    font-size: 1.05rem;
    width: 70%;
  }
  .theme .third li {
    margin-top: 0px;
    flex: 0 0 75%;
    padding: 0 0px 20px;
    margin-right: 15px;
  }
  .theme .third figure {
    margin-bottom: 15px;
    background-color: #fff;
  }
  .theme .third h5 {
    font-size: 1.05rem;
    width: 95%;
    margin: 0 auto 5px;
  }
  .theme .third p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
    margin: 0 auto;
  }
  .gns {
    display: none;
  }
  .zw .theme .first h2 {
    font-size: 1.25rem;
    padding-top: 3px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .zw .theme .first p {
    font-size: 0.925rem;
    line-height: 1.3rem;
  }
  .zw .theme .second .infos h3 {
    font-size: 1.2rem;
  }
  .zw .theme .second .infos p {
    font-size: 0.925rem;
    line-height: 1.3rem;
  }
  .zw .theme .third .title p {
    font-size: 1.05rem;
    letter-spacing: 0.1rem;
  }
  .zw .theme p {
    font-size: 0.925rem;
    line-height: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */