html, body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.8; }

a {
  text-decoration: none;
  color: #333; }

header {
  text-align: center;
  padding: 20px 0 15px 0; }
  header img {
    max-width: 110px;
    margin: 0 auto; }

footer {
  text-align: center;
  padding: 16px 0;
  font-family: Arial, Helvetica, "sans-serif"; }
  footer h2 {
    padding: 16px 0; }
  footer img {
    max-width: 114px;
    margin: 0 auto; }
  footer p {
    margin: 0 0 20px 0;
    font-size: 12px; }

#head {
  background: url("../img/top-bg.jpg") no-repeat center bottom;
  background-size: cover;
  height: 100vh;
  position: relative; }
  #head h2 {
    width: 50%;
    margin: 0 auto;
    padding-top: 40px; }
  #head p {
    position: absolute;
    left: 6%;
    top: 30%;
    width: 20%; }

#point {
  overflow: hidden;
  width: 100%; }
  #point dl {
    position: relative;
    width: 100%;
    height: 80vh; }
  #point dt {
    text-align: center; }
    #point dt img {
      width: 70%;
      margin: 0 auto; }
  #point dd {
    position: absolute;
    width: 60%; }
  #point dd:nth-child(2) {
    z-index: 2;
    top: 18%;
    right: 10%; }
  #point dd:nth-child(3) {
    z-index: 3;
    top: 45%;
    left: -5%; }
  #point dd:nth-child(4) {
    z-index: 1;
    top: 53%;
    right: -5%; }
  #point p {
    margin: 0 20%; }

h3 {
  text-align: center;
  margin-bottom: 10px; }
  h3 img {
    width: 75%;
    margin: 0 auto; }

.ttl {
  padding: 20px 12%; }
  .ttl dt {
    font-size: 16px;
    margin-bottom: 10px; }
    .ttl dt span {
      position: relative; }
    .ttl dt span::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 1px;
      width: 100%;
      height: 4px;
      background-color: #bba380;
      z-index: -1; }

.Linkarea {
  letter-spacing: 2px;
  margin: 0 8% 12% 8%;
  overflow: hidden; }
  .Linkarea dl {
    padding: 10px 0;
    clear: both; }
  .Linkarea dt {
    float: left;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 1.5; }
    .Linkarea dt b {
      font-weight: 600; }
    .Linkarea dt span {
      font-weight: 400;
      font-size: 13px; }
  .Linkarea dd {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 6px;
    padding-top: 20px; }
    .Linkarea dd a {
      background: #FFFD00;
      padding: 0 15px;
      font-size: 13px;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      display: block;
      line-height: 1; }
    .Linkarea dd span {
      background: #FFFD00;
      padding: 0 10px;
      font-size: 12px;
      font-weight: 300;
      display: block;
      line-height: 1; }

section {
  margin-bottom: 30px; }

.slider {
  clear: both; }
  .slider div {
    width: 100vw;
    padding: 0 0 0 0; }
    .slider div img {
      width: 100%; }

.slide-in {
  overflow: hidden;
  display: inline-block; }

.slide-in_inner {
  display: inline-block; }

.leftAnime {
  opacity: 0; }

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
#sec1 {
  overflow: hidden; }
  #sec1 .pht1 {
    background: url("../img/sec1bg.jpg") no-repeat center center;
    background-size: 100%; }
    #sec1 .pht1 div {
      width: 100vw; }
      #sec1 .pht1 div img {
        width: 100%;
        margin: 0%; }
  #sec1 .pht2 div {
    width: 100vw; }
    #sec1 .pht2 div img {
      width: 100%; }
  #sec1 .next-arrow {
    right: 7%; }
  #sec1 .ttl dt span.fst::after {
    background-color: #bba380; }
  #sec1 .ttl dt span.scd::after {
    background-color: #ecda9a; }
  #sec1 .imgArea {
    position: relative;
    overflow: hidden; }
    #sec1 .imgArea .img1 {
      width: 38%;
      padding-right: 3%;
      padding-top: 40px;
      float: right; }
    #sec1 .imgArea .txt1 {
      position: absolute;
      width: 17%;
      left: 47%;
      top: 29%; }
    #sec1 .imgArea .img2 {
      width: 45%;
      float: left; }
    #sec1 .imgArea .txt2 {
      position: absolute;
      width: 18%;
      right: 42%;
      top: 60%; }
    #sec1 .imgArea .txt3 {
      position: absolute;
      width: 21%;
      right: 33%;
      top: 7%; }

#sec2 {
  overflow: hidden; }
  #sec2 .pht2 div {
    width: 100vw; }
    #sec2 .pht2 div img {
      width: 100%; }
  #sec2 .next-arrow {
    right: 5%; }
  #sec2 .ttl {
    position: relative;
    padding-top: 15%;
    overflow: hidden; }
    #sec2 .ttl dt span.fst::after {
      background-color: #8b93ac; }
    #sec2 .ttl dt span.scd::after {
      background-color: #8b93ac; }
    #sec2 .ttl .imgright {
      position: absolute;
      width: 17%;
      top: 0;
      right: 0; }
  #sec2 .ttl.pt0 {
    padding-top: 20px; }

#sec3 {
  overflow: hidden; }
  #sec3 .warp {
    position: relative;
    padding-top: 25px;
    padding-bottom: 92%;
    width: 100%; }
  #sec3 .pht {
    position: absolute; }
  #sec3 .topimg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 19.4%;
    z-index: -1; }
    #sec3 .topimg .img1 {
      position: absolute;
      width: 22%;
      top: 0;
      left: 0; }
    #sec3 .topimg .img2 {
      position: absolute;
      width: 22%;
      bottom: 0;
      right: 0; }
  #sec3 .imgArea {
    position: absolute;
    bottom: 0;
    width: 100%; }
    #sec3 .imgArea .img1 {
      width: 38%;
      float: left;
      padding: 0 0 32% 5%; }
    #sec3 .imgArea .txt1 {
      position: absolute;
      width: 15%;
      left: 0%;
      bottom: 10%; }
    #sec3 .imgArea .img2 {
      width: 40%;
      float: right;
      padding: 22% 13% 0 0; }
    #sec3 .imgArea .txt2 {
      position: absolute;
      width: 15%;
      right: 0%;
      bottom: 5%; }
    #sec3 .imgArea .txt2 {
      position: absolute;
      width: 15%;
      right: 0%;
      bottom: 5%; }
    #sec3 .imgArea .txt3 {
      position: absolute;
      width: 23%;
      left: 25%;
      bottom: 10%; }
  #sec3 .ttl dt span.fst::after {
    background-color: #f6d4e8; }
  #sec3 .ttl dt span.scd::after {
    background-color: #8b93ac; }

#sec4 {
  overflow: hidden; }
  #sec4 .ttl dt span.fst::after {
    background-color: #9dba9c; }
  #sec4 .next-arrow {
    border: none;
    width: 10px;
    height: 19px;
    background: url("../img/arrow_b.png") no-repeat left top;
    background-size: 10px;
    right: 2%; }

#sec5 {
  overflow: hidden; }
  #sec5 .next-arrow {
    right: 5%; }
  #sec5 .pht {
    overflow: hidden; }
    #sec5 .pht dd {
      float: left;
      width: 50%; }
  #sec5 .ttl dt span.fst::after {
    background-color: #faae9d; }
  #sec5 .ttl dt span.scd::after {
    background-color: #faae9d; }
