/* Scss Document */
header h1 {
  top: auto;
  bottom: 20px;
  right: 3%;
  left: 3%;
}

#news {
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #fff;
  position: absolute;
  left: 4%;
  right: 4%;
  z-index: 2;
  bottom: 100px;
  padding: 20px 0;
}
#news h2 {
  font-size: 16px;
}
#news .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bnr-shared {
  width: 80%;
  margin: 0 auto;
}

#banner {
  background: url("../img/top/bg3.jpg") repeat center 0;
  padding: 10vw 0 6vw;
}
#banner h2 {
  width: 45%;
  margin: 0 auto 5vw;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#h-news {
  color: #fff;
  padding: 20px 3% 20px 80px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: flex;
  position: absolute;
  right: 4%;
  left: 4%;
  bottom: 77px;
  z-index: 1;
  box-sizing: border-box;
  box-sizing: border-box;
}
#h-news h2 {
  font-size: 15px;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
#h-news .col {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#h-news dl {
  display: flex;
  align-items: center;
  width: 100%;
}
#h-news .more a {
  display: block;
  position: relative;
  text-decoration: underline;
}
#h-news .more a:hover {
  text-decoration: none;
}

#sec1 {
  background: url("../img/top/sec1_bg2.png") repeat center bottom/100%;
  position: relative;
  padding-bottom: 10vw;
}
#sec1 h2 {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#sec1 .photo1 {
  margin-bottom: -15vw;
}
#sec1 .photo2 {
  width: 55%;
  margin-bottom: -5vw;
  position: relative;
  z-index: 2;
}
#sec1 .info {
  padding: 0 2%;
}
#sec1 .photo3 {
  margin: 0 2% 5vw 25%;
}

#sec2 {
  background: url("../img/top/sec2_deco2.png") no-repeat left bottom 7vw/100%, url("../img/top/bg4.jpg") repeat center 0/100%;
  padding-bottom: 15vw;
}
#sec2 h2 {
  position: relative;
  margin-bottom: -14vw;
  z-index: 1;
}
#sec2 .group {
  margin-top: -7vw;
  padding-bottom: 5vw;
}
#sec2 .group .menu {
  position: relative;
  padding-bottom: 5vw;
}
#sec2 .group .menu .photo {
  margin: 0 0 0 25%;
}
#sec2 .group .menu .tag {
  border-top: 1px solid;
  padding: 5vw 0 0 4%;
  margin: 10vw 4% 0 0;
}
#sec2 .group .menu .tag dt {
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.4;
  position: absolute;
  left: 8vw;
  top: 23vw;
  z-index: 1;
}
#sec2 .group .menu .tag dt:before {
  content: "";
  background: url("../img/top/sec2_tag.png") no-repeat 0 0/100%;
  width: 30vw;
  height: 72vw;
  position: absolute;
  top: 5vw;
  left: -10vw;
  z-index: -1;
}
#sec2 .group .menu .tag dt.ext {
  top: 4vw;
  left: auto;
  right: 4%;
  line-height: 2.4;
}
#sec2 .group .menu .tag dt.ext span {
  background-color: #f5e5dc;
  font-size: 4.5vw;
  padding: 3vw 0;
  display: inline-block;
  margin-bottom: 2vw;
  letter-spacing: 0;
}
#sec2 .group .menu .tag dt.ext:before {
  top: 21vw;
  left: -6vw;
}
#sec2 .group .menu:nth-child(2) .photo {
  margin: 0 25% 0 0%;
}
#sec2 .group .menu:nth-child(2) .tag {
  padding: 5vw 4% 0 0%;
  margin: 10vw 0% 0 4%;
}

#sec3 {
  background: url("../img/top/sec3_bg.jpg") no-repeat left bottom/100%, url("../img/top/sec3_bg2.jpg") repeat center 0/100%;
  padding-bottom: 40vw;
}
#sec3 .info {
  padding: 4% 4%;
}
#sec3 .info .txt {
  padding: 5% 0;
}
#sec3 .link li {
  margin-bottom: 4vw;
}

#sec4 {
  background: #000;
  color: #fff;
  padding-bottom: 15vw;
}
#sec4 .lead {
  background: url("../img/top/sec4_bg1.jpg") no-repeat left bottom/100%;
  padding: 0 0 20vw;
}
#sec4 .lead .txt {
  padding: 0 4% 10vw;
}
#sec4 .menu .item {
  background: url("../img/top/bg2.png") repeat 0 0/100%;
  margin: -21vw 4% 0;
  padding: 1px 0% 10%;
}
#sec4 .menu .item h3 {
  margin: -32vw auto 5vw;
}
#sec4 .menu .item .txt {
  padding: 0 10% 6vw;
}

#sec5 {
  background: url("../img/top/sec5_bg.png") no-repeat 0 28vw/100%;
  padding: 20vw 5% 0;
  margin-bottom: 20vw;
}
#sec5 .lead {
  border: 1px solid #000;
  padding: 0 0 10vw;
}
#sec5 .lead h2 {
  padding-top: 5vw;
}
#sec5 .lead .info .txt {
  padding: 5vw 10% 5vw;
}/*# sourceMappingURL=top.css.map */