@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400,500,700&display=swap&subset=japanese");
#index {
  /*
  .mainimg {
    width: 100%;
    position: relative;
    background-color: $g_col1;

    .secin {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      max-width: $g_maxw_secL;
      padding: 0;

      .bg {
        display: block;
        vertical-align: bottom;
        width: 100%;
      }

      ul {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;

        li {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;

          img {
            display: block;
            vertical-align: bottom;
            width: 100%;
          }
        }
      }

      @include mc_sp {}
    }

    .replay {
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 22;
      width: 120px;
      height: 40px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      background-color: #fff;

      @include mc_sp {
        .replay {
          top: 80px;
        }
      }

      p {
        color: $g_col1;
        line-height: 40px;
        text-align: center;
        position: relative;

        &::after {
          content: "";
          position: absolute;
          right: 10px;
          top: 16px;
          z-index: 1;
          width: 8px;
          height: 8px;
          margin: auto;

          border-top: $g_col1 solid 2px;
          border-right: $g_col1 solid 2px;

          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
        }
      }

      &:hover {
        opacity: 0.7;

        p {
          &::after {
            right: 4px;
          }
        }
      }

      &.dis {
        display: none;
      }
    }

    .bgmbtn {
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 22;
      //background-color: #1297C5;
      //border: 1px solid #FFFFFF;
      width: 40px;
      height: 40px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;

      &:hover {
        opacity: 0.7;
      }

      @at-root {
        #index.bgmoff .mainimg .bgmbtn {
          &::after {
            //content: "BGM OFF";
            background-image: url('../images/common/bgm_off.png');
          }
        }
      }

      &::after {
        position: absolute;
        //content: "BGM ON";
        content: "";
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 15;
        color: #fff;
        text-align: center;
        background-size: cover;
        background-position: center center;
        background-image: url('../images/common/bgm_on.png');

      }

      @media screen and (max-width: 584px) {
        right: 10px;
        bottom: 10px;
      }

      &.dis {
        display: none;
      }
    }
  }*/
}
#index .semore {
  background-color: #ed6d00;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index .semore .rbtnset {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
}
#index .mainimg .secin {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#index .mainimg .swiper01 {
  overflow: hidden;
}
#index .mainimg .kv .slide-box {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 1499px) {
  #index .mainimg .kv .slide-box {
    height: 700px;
  }
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .slide-box {
    height: 600px;
  }
}
#index .mainimg .kv .slide-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
#index .mainimg .kv .slide-box .slide-txt {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1119px) {
  #index .mainimg .kv .slide-box .slide-txt {
    bottom: 40px;
  }
}
#index .mainimg .kv .slide-box.info .slide-txt {
  position: absolute;
  top: 50%;
  bottom: initial;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #000;
}
#index .mainimg .kv .slide-box.info .ttl {
  margin: 0 0 30px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1499px) {
  #index .mainimg .kv .slide-box.info .ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 1119px) {
  #index .mainimg .kv .slide-box.info .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .slide-box.info .ttl {
    font-size: 18px;
  }
}
#index .mainimg .kv .slide-box.info .sub-txt {
  max-width: 770px;
  margin: 0 auto;
  text-align: left;
}
#index .mainimg .kv .slide-box.info .sub-txt p,
#index .mainimg .kv .slide-box.info .sub-txt ul {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1499px) {
  #index .mainimg .kv .slide-box.info .sub-txt p,
  #index .mainimg .kv .slide-box.info .sub-txt ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .slide-box.info .sub-txt p,
  #index .mainimg .kv .slide-box.info .sub-txt ul {
    margin-top: 10px;
    font-size: 12px;
  }
}
#index .mainimg .kv .slide-box.info .sub-txt ul {
  padding-left: 20px;
}
#index .mainimg .kv .slide-box.info .sub-txt ul li {
  list-style: disc;
}
#index .mainimg .kv .slide-box .ttl {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1499px) {
  #index .mainimg .kv .slide-box .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1119px) {
  #index .mainimg .kv .slide-box .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .slide-box .ttl {
    font-size: 14px;
  }
}
#index .mainimg .kv .slide-box .main-txt {
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1499px) {
  #index .mainimg .kv .slide-box .main-txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 1119px) {
  #index .mainimg .kv .slide-box .main-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .slide-box .main-txt {
    font-size: 20px;
  }
}
#index .mainimg .kv .slide-box .kv-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  background-color: #ed6d00;
}
#index .mainimg .kv .slide-box .kv-btn_bk100 {
  width: 100%;
  margin-top: 50px;
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .slide-box .kv-btn_bk100 {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 13px;
  }
}
#index .mainimg .kv .slide-box a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#index .mainimg .kv .slide-box a:hover {
  opacity: 0.8;
}
#index .mainimg .kv .swiper-pagination {
  margin: 10px 0 30px 0;
  text-align: center;
}
#index .mainimg .kv .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #e9e9e9;
  border-radius: 50%;
}
#index .mainimg .kv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed6d00;
}
#index .mainimg .kv .swiper-button-next,
#index .mainimg .kv .swiper-button-prev {
  position: absolute;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  -webkit-transform: translateY;
  width: 70px;
  height: 70px;
  background-color: #000;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.2);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #index .mainimg .kv .swiper-button-next,
  #index .mainimg .kv .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 584px) {
  #index .mainimg .kv .swiper-button-next,
  #index .mainimg .kv .swiper-button-prev {
    display: none;
  }
}
#index .mainimg .kv .swiper-button-next {
  right: 50px;
}
@media screen and (max-width: 959px) {
  #index .mainimg .kv .swiper-button-next {
    right: 15px;
  }
}
#index .mainimg .kv .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 22px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  border-right: #ffffff solid 2px;
  border-top: #ffffff solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  #index .mainimg .kv .swiper-button-next::after {
    top: 16px;
    left: 12px;
  }
}
#index .mainimg .kv .swiper-button-prev {
  left: 50px;
}
@media screen and (max-width: 959px) {
  #index .mainimg .kv .swiper-button-prev {
    left: 15px;
  }
}
#index .mainimg .kv .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 29px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  border-left: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  #index .mainimg .kv .swiper-button-prev::after {
    top: 16px;
    left: 19px;
  }
}
#index .koudou {
  background-color: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index .koudou img {
  display: block;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 584px) {
  #index .koudou img {
    width: 100%;
  }
}
@media screen and (max-width: 584px) {
  #index .koudou .secin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#index .sec12 {
  display: none;
  background-color: #ed6d00;
}
#index .sec12 .secin {
  padding: 20px;
}
#index .sec12 .secin .rbtnset {
  margin: 0;
}
@media screen and (max-width: 584px) {
  #index .sec12 {
    display: block;
  }
}
#index .sec1 {
  background-size: cover;
  background-position: top -110px center;
  background-repeat: no-repeat;
  background-image: url("../images/top/sec1_02.jpg");
  /*
    .secin {
      position: relative;
      background-size: auto 100%;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url('../images/top/sec1_01.jpg');
      @include mc_sp {
        background-image: url('../images/top/sec1_01@sp.jpg');
        h3 {
          font-size: 22px;
        }
        p.lead {
          font-size: 12px;
          line-height: 1.7em;
          margin-bottom: 0px;
          max-width: 66%;
        }
      }
    }
  */
}
@media screen and (max-width: 1600px) {
  #index .sec1 {
    background-position: center center;
  }
}
@media screen and (max-width: 584px) {
  #index .sec1 {
    background-image: url("../images/top/sec1_02@sp.jpg");
  }
}
#index .sec1 .secin {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 584px) {
  #index .sec1 .secin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#index .sec1 .secin h3 {
  position: relative;
  padding-left: 15px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec1 .secin h3 {
    font-size: 20px;
  }
}
#index .sec1 .secin h3:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ed6d00;
}
@media screen and (max-width: 584px) {
  #index .sec1 .secin h3:before {
    width: 50px;
  }
}
#index .sec1 .secin p.lead {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec1 .secin p.lead {
    font-size: 12px;
    line-height: 1.7;
  }
}
#index .sec1 .secin p.lead.first {
  margin-top: 45px;
}
#index .sec1 .secin p.lead.last {
  margin-bottom: 40px;
}
@media screen and (max-width: 584px) {
  #index .sec1 .secin p.lead.last {
    margin-bottom: 0;
  }
}
#index .sec1 .secin .rbtn2 {
  margin: 0 auto;
  background-color: #fff;
}
#index .sec2 {
  background-color: #efefef;
  position: relative;
}
#index .sec2 .sec2c {
  position: relative;
  z-index: 7;
}
#index .sec2 .sec2c li {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
}
#index .sec2 .sec2c li:nth-child(2n) {
  background-color: #383838;
}
#index .sec2 .sec2c li figure {
  position: relative;
}
#index .sec2 .sec2c li figure img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
#index .sec2 .sec2c li h3 {
  padding: 10px;
  text-align: center;
  margin: 0;
  margin-top: 10px;
}
#index .sec2 .sec2c li h3 img {
  max-width: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#index .sec2 .sec2c li p {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.7em;
  padding: 10px;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
  letter-spacing: 0.5px;
}
#index .sec2 .sec2c li p span {
  color: #ed6d00;
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2c li {
    width: 50%;
  }
  #index .sec2 .sec2c li p {
    display: block;
    font-size: 3vw;
    letter-spacing: 0;
    padding: 0;
  }
}
#index .sec2 .sec2a {
  position: relative;
  background-color: #ed6d00;
}
#index .sec2 .sec2a .sec2a1 {
  width: 40%;
  position: relative;
  background-color: #ed6d00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  float: left;
  z-index: 7;
  margin-top: 40px;
}
#index .sec2 .sec2a .sec2a1 h4 {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#index .sec2 .sec2a .sec2a1 h4 img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2a .sec2a1 h4 {
    max-width: 140px;
  }
}
#index .sec2 .sec2a .sec2a1 p.lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2a .sec2a1 p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec2 .sec2a .sec2a1 p.lead br {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  #index .sec2 .sec2a .sec2a1 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2a .sec2a1 {
    padding: 20px;
    width: 100%;
    margin-top: 0px;
  }
}
#index .sec2 .sec2a .sec2a2 {
  position: relative;
  width: 60%;
  float: left;
  z-index: 7;
  height: 100%;
  overflow: hidden;
}
#index .sec2 .sec2a .sec2a2 img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2a .sec2a2 {
    width: 100%;
    position: relative;
    right: auto;
    height: 160px;
    top: auto;
  }
}
#index .sec2 .sec2b {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/top/sec2_03.jpg");
}
#index .sec2 .sec2b h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}
#index .sec2 .sec2b h4 span {
  color: #ed6d00;
}
#index .sec2 .sec2b p.lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2b p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec2 .sec2b p.lead br {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2b {
    background-image: url("../images/top/sec2_03@sp.jpg");
  }
}
@media screen and (max-width: 584px) {
  #index .sec2 .sec2b {
    padding: 20px;
  }
  #index .sec2 .sec2b h4 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 584px) {
  #index .sec2 .secin {
    padding: 0;
    padding-top: 20px;
  }
}
#index .sec3 {
  background-size: cover;
  background-position: center center;
  background-image: url("../images/top/sec3_02.jpg");
}
#index .sec3 .secin {
  padding-top: 80px;
}
#index .sec3 .secin h3 {
  font-size: 24px;
}
#index .sec3 .secin h3 span {
  text-align: left;
}
#index .sec3 .secin h3 span img {
  margin-left: 0;
}
@media screen and (max-width: 584px) {
  #index .sec3 .secin h3 {
    font-size: 18px;
  }
  #index .sec3 .secin h3 span img {
    max-width: 160px;
  }
}
#index .sec3 .secin p.lead {
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #index .sec3 .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec3 .secin p.lead br {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  #index .sec3 {
    background-position: top center;
    background-image: url("../images/top/sec3_02@sp.jpg");
  }
}
#index .sec4 {
  background-color: #ed6d00;
  color: #fff;
}
#index .sec4 .secin h3 {
  font-size: 24px;
}
@media screen and (max-width: 584px) {
  #index .sec4 .secin h3 {
    font-size: 18px;
  }
}
#index .sec4 .sec4a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
#index .sec4 .sec4a ul li {
  width: 48%;
  background-color: #fff;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li {
    width: 100%;
  }
}
#index .sec4 .sec4a ul li h4 {
  margin: 0;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li h4 {
    font-size: 18px;
  }
}
#index .sec4 .sec4a ul li:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li + li {
    margin-top: 20px;
  }
}
#index .sec4 .sec4a ul li img {
  width: 100%;
  vertical-align: top;
}
#index .sec4 .sec4a ul li .txt {
  min-height: 173px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li .txt {
    padding: 20px;
  }
}
#index .sec4 .sec4a ul li .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li .txt dl {
    font-size: 13px;
  }
}
#index .sec4 .sec4a ul li .txt dl + dl {
  margin-top: 10px;
}
#index .sec4 .sec4a ul li .txt dt {
  width: 100px;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li .txt dt {
    width: 80px;
  }
}
#index .sec4 .sec4a ul li .txt dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index .sec4 .sec4a ul li .txt .bkbtn {
  margin: 30px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec4 .sec4a ul li .txt .bkbtn {
    margin: 20px auto 0 auto;
  }
}
#index .sec4 .sec4a ul li .txt .bkbtn span {
  display: inline-block;
  max-width: 100%;
  width: 240px;
  padding: 15px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
#index .sec4 .sec4a ul li:hover .bkbtn {
  opacity: 0.8;
}
#index .sec5 {
  background-color: #ed6d00;
  color: #fff;
}
#index .sec5 .secin h3 {
  font-size: 24px;
}
@media screen and (max-width: 584px) {
  #index .sec5 .secin h3 {
    font-size: 18px;
  }
}
#index .sec5 .secin p.lead {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec5 .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec5 .secin p.lead br {
    display: none;
  }
}
#index .sec5 .secin figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 584px) {
  #index .sec5 .secin {
    padding-left: 0;
    padding-right: 0;
  }
  #index .sec5 .secin p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#index .sec5 .sec5s {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #fff;
  margin-bottom: 30px;
}
#index .sec5 .sec5s .pp {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #000;
  z-index: 3;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#index .sec5 .sec5s .pp::after {
  content: "";
  position: absolute;
  left: 16px;
  cursor: pointer;
  top: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: auto;
  border-left: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index .sec5 .sec5s .nn {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #000;
  z-index: 3;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#index .sec5 .sec5s .nn::after {
  content: "";
  position: absolute;
  right: 16px;
  cursor: pointer;
  top: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: #ffffff solid 2px;
  border-top: #ffffff solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index .sec5 .sec5s ul {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .sec5 .sec5s ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #fff;
}
#index .sec5 .sec5s ul li.s1 {
  background-image: url("../images/top2/s5_01_n.jpg");
}
#index .sec5 .sec5s ul li.s2 {
  background-image: url("../images/top2/s5_02_n.jpg");
}
#index .sec5 .sec5s ul li.s3 {
  background-image: url("../images/top2/s5_03_n.jpg");
}
#index .sec5 .sec5s ul li.s4 {
  background-image: url("../images/top2/s5_04_n.jpg");
}
#index .sec5 .sec5s ul li.s5 {
  background-image: url("../images/top2/s5_05_n.jpg");
}
#index .sec5 .sec5s ul li.s6 {
  background-image: url("../images/top2/s5_06_n.jpg");
}
#index .sec5.s1 .sec5s ul li.s1,
#index .sec5.s2 .sec5s ul li.s2,
#index .sec5.s3 .sec5s ul li.s3,
#index .sec5.s4 .sec5s ul li.s4,
#index .sec5.s5 .sec5s ul li.s5,
#index .sec5.s6 .sec5s ul li.s6,
#index .sec5.s7 .sec5s ul li.s7,
#index .sec5.s8 .sec5s ul li.s8,
#index .sec5.s9 .sec5s ul li.s9 {
  opacity: 1;
}

@media screen and (max-width: 584px) {
  #index .sec5 .sec5s {
    height: 240px;
  }
}
#index .sec5 .sec5a {
  position: relative;
  margin-bottom: 40px;
}
#index .sec5 .sec5a::before {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  content: "";
}
#index .sec5 .sec5a .sec5a1 {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 7;
  position: relative;
}
#index .sec5 .sec5a .sec5a1 ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a2 {
  width: 40%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/top2/sec5_10.jpg");
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a2 span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a2 span img {
  display: block;
  vertical-align: bottom;
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a2.s3 {
  background-image: url("../images/top2/sec5_13.jpg");
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a2.s4 {
  background-image: url("../images/top2/sec5_12.jpg");
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5a .sec5a1 ul li.sec5a2 {
    width: 100%;
    height: 180px;
  }
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a3 {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  color: #000;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 15%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/top/sec5_02.png");
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a3 h4 {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5a .sec5a1 ul li.sec5a3 h4 {
    font-size: 16px;
    padding-bottom: 6px;
  }
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a3.s3 {
  background-image: url("../images/top/sec5_04.png");
}
#index .sec5 .sec5a .sec5a1 ul li.sec5a3.s4 {
  background-image: url("../images/top/sec5_05.png");
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5a .sec5a1 ul li.sec5a3 {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5a {
    margin-bottom: 0;
  }
}
#index .sec5 .sec5b {
  position: relative;
  margin-bottom: 0px;
}
#index .sec5 .sec5b.stp2 {
  margin-bottom: 40px;
}
#index .sec5 .sec5b::before {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
}
#index .sec5 .sec5b .sec5b1 {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 7;
  position: relative;
}
#index .sec5 .sec5b .sec5b1 ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b2 {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/top2/sec5_11.jpg");
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b2 span {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b2 span img {
  display: block;
  vertical-align: bottom;
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b2.s3 {
  background-image: url("../images/top2/sec5_13.jpg");
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b2.s4 {
  background-image: url("../images/top2/sec5_12.jpg");
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5b .sec5b1 ul li.sec5b2 {
    width: 100%;
    height: 180px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b3 {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  color: #000;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../images/top/sec5_03.png");
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b3 h4 {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5b .sec5b1 ul li.sec5b3 h4 {
    font-size: 16px;
    padding-bottom: 6px;
  }
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b3.s3 {
  background-image: url("../images/top/sec5_04.png");
}
#index .sec5 .sec5b .sec5b1 ul li.sec5b3.s4 {
  background-image: url("../images/top/sec5_05.png");
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5b .sec5b1 ul li.sec5b3 {
    width: 100%;
    padding: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 584px) {
  #index .sec5 .sec5b {
    margin-bottom: 0;
  }
}
#index h3.hed {
  margin-top: 40px;
}
@media screen and (max-width: 584px) {
  #index h3.hed {
    margin-top: 20px;
  }
}
#index .sec6 {
  background-color: #ed6d00;
  color: #fff;
}
#index .sec6 .secin h3 {
  font-size: 24px;
}
@media screen and (max-width: 584px) {
  #index .sec6 .secin h3 {
    font-size: 18px;
  }
}
#index .sec6 .secin p.lead {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec6 .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec6 .secin p.lead br {
    display: none;
  }
}
#index .sec6 .secin .sec6a {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index .sec6 .secin .sec6a li {
  width: 20%;
  background-color: #c05a04;
}
#index .sec6 .secin .sec6a li:nth-child(2n) {
  background-color: #d36202;
}
#index .sec6 .secin .sec6a li h4 {
  font-size: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
#index .sec6 .secin .sec6a li h4 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 584px) {
  #index .sec6 .secin .sec6a li {
    width: 50%;
  }
}
#index .sec7 {
  background-color: #ed6d00;
  color: #fff;
}
#index .sec7 .secin h3 {
  font-size: 24px;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin h3 {
    font-size: 18px;
  }
}
#index .sec7 .secin p.lead {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec7 .secin p.lead br {
    display: none;
  }
}
#index .sec7 .secin figure {
  margin-bottom: 40px;
}
#index .sec7 .secin .sec7c {
  background-color: #000;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#index .sec7 .secin .sec7c .stab1 {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 88px;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#index .sec7 .secin .sec7c .stab1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#index .sec7 .secin .sec7c .stab1 a p {
  color: #3585c5;
  font-size: 16px;
  width: 100%;
  text-align: center;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7c .stab1 a p {
    font-size: 13px;
  }
}
#index .sec7 .secin .sec7c .stab1.act,
#index .sec7 .secin .sec7c .stab1:hover {
  background-color: #faeadd;
}
#index .sec7 .secin .sec7c .stab1.act a p,
#index .sec7 .secin .sec7c .stab1:hover a p {
  color: #ed6d00;
}
#index .sec7 .secin .sec7c .stab1 .pico1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 22px;
  width: 60px;
}
#index .sec7 .secin .sec7c .stab1 .pico1 img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7c .stab1 .pico1 {
    height: 17px;
    width: 46px;
  }
}
#index .sec7 .secin .sec7c .stab1 .pico2 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 22px;
  width: 160px;
}
#index .sec7 .secin .sec7c .stab1 .pico2 img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7c .stab1 .pico2 {
    height: 17px;
    width: 120px;
  }
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7c .stab1 {
    height: 60px;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #index .sec7 .secin .sec7c .stab1:nth-child(2n) {
    margin-right: 0;
  }
  #index .sec7 .secin .sec7c .stab1:nth-child(3),
  #index .sec7 .secin .sec7c .stab1:nth-child(4) {
    margin-bottom: 0px;
  }
}
#index .sec7 .secin .sec7c .stabi1 {
  display: none;
}
#index .sec7 .secin .sec7c .stabi1 img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
}
#index .sec7 .secin .sec7c .stabi1.act {
  display: block;
}
#index .sec7 .secin .sec7c li:nth-child(1) {
  width: 38%;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/bg_03.jpg");
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
#index .sec7 .secin .sec7c li:nth-child(1) img {
  display: block;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #index .sec7 .secin .sec7c li:nth-child(1) {
    padding: 10px;
    width: 100%;
  }
  #index .sec7 .secin .sec7c li:nth-child(1) img {
    width: 100%;
  }
}
#index .sec7 .secin .sec7c li:nth-child(2) {
  background-color: #fff;
  width: 62%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #index .sec7 .secin .sec7c li:nth-child(2) {
    padding: 10px;
    width: 100%;
  }
  #index .sec7 .secin .sec7c li:nth-child(2) .sec7a1 {
    padding: 10px;
  }
  #index .sec7 .secin .sec7c li:nth-child(2) .sec7a2 {
    padding: 10px;
  }
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7c {
    padding: 10px;
  }
}
#index .sec7 .secin .sec7a {
  background-color: #000;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#index .sec7 .secin .sec7a li:nth-child(1) {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/bg_03.jpg");
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
#index .sec7 .secin .sec7a li:nth-child(1) img {
  display: block;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7a li:nth-child(1) {
    padding: 15px;
    width: 100%;
  }
  #index .sec7 .secin .sec7a li:nth-child(1) img {
    width: 100%;
  }
}
#index .sec7 .secin .sec7a li:nth-child(2) {
  background-color: #e6e6e6;
  width: 60%;
  position: relative;
}
#index .sec7 .secin .sec7a li:nth-child(2) .sec7a1 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
}
#index .sec7 .secin .sec7a li:nth-child(2) .sec7a1 p {
  color: #000;
}
#index .sec7 .secin .sec7a li:nth-child(2) .sec7a1 p span {
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  display: inline-block;
}
#index .sec7 .secin .sec7a li:nth-child(2) .sec7a2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #e6e6e6;
}
#index .sec7 .secin .sec7a li:nth-child(2) .sec7a2 p {
  color: #000;
}
#index .sec7 .secin .sec7a li:nth-child(2) .sec7a2 p span {
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7a li:nth-child(2) {
    width: 100%;
  }
  #index .sec7 .secin .sec7a li:nth-child(2) .sec7a1 {
    padding: 15px;
  }
  #index .sec7 .secin .sec7a li:nth-child(2) .sec7a2 {
    padding: 15px;
  }
}
#index .sec7 .secin .sec7a li:nth-child(2) .tnote {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 3;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin .sec7a li:nth-child(2) .tnote {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 584px) {
  #index .sec7 .secin {
    padding-left: 0;
    padding-right: 0;
  }
}
#index .secnews {
  background-color: #ed6d00;
  color: #fff;
}
#index .secnews .secin .newslist {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 60px;
}
#index .secnews .secin .newslist li {
  border-bottom: 1px solid #ccc;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  position: relative;
}
#index .secnews .secin .newslist li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 13px;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: #ed6d00 solid 2px;
  border-right: #ed6d00 solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index .secnews .secin .newslist li:last-child {
  margin-bottom: 0px;
}
#index .secnews .secin .newslist li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#index .secnews .secin .newslist li span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}
#index .secnews .secin .newslist li span.ico {
  background-color: #000;
  color: #fff;
}
#index .secnews .secin .newslist li span.date {
  background-color: #e7e7e7;
  color: #000;
}
#index .secnews .secin .newslist li p {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 584px) {
  #index .secnews .secin .newslist li p {
    display: block;
    padding-left: 0px;
  }
}
#index .secnews .secin h3 {
  font-size: 24px;
}
@media screen and (max-width: 584px) {
  #index .secnews .secin h3 {
    font-size: 18px;
  }
}
#index .secnews .secin h3 img {
  height: 17px;
}
#index .secnews .secin p.lead {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .secnews .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .secnews .secin p.lead br {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  #index .secnews .secin {
    padding-left: 0;
    padding-right: 0;
  }
}
#index .sec8 {
  background-color: #ed6d00;
  color: #fff;
}
#index .sec8 .secin h3 {
  font-size: 24px;
}
@media screen and (max-width: 584px) {
  #index .sec8 .secin h3 {
    font-size: 18px;
  }
}
#index .sec8 .secin p.lead {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 584px) {
  #index .sec8 .secin p.lead {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
  }
  #index .sec8 .secin p.lead br {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  #index .sec8 .secin {
    padding-left: 0;
    padding-right: 0;
  }
}
#index .sec8 .amap {
  width: 100%;
  height: 360px;
}
#index .sec8 .amap iframe {
  width: 100%;
  height: 100%;
}
#index .sec8 .sec8a {
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
#index .sec8 .sec8a li {
  text-align: center;
}
#index .sec8 .sec8a li:nth-child(1) {
  width: 64%;
  padding: 10px;
  float: left;
}
@media screen and (max-width: 584px) {
  #index .sec8 .sec8a li:nth-child(1) {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
#index .sec8 .sec8a li:nth-child(2) {
  width: 36%;
  height: calc(100% - 20px);
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#index .sec8 .sec8a li:nth-child(2) img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  max-width: 270px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 584px) {
  #index .sec8 .sec8a li:nth-child(2) {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: auto;
    right: auto;
    top: auto;
  }
  #index .sec8 .sec8a li:nth-child(2) img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 584px) {
  #index .sec8 .sec8a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@-webkit-keyframes scbtani {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    width: 220%;
    height: 220%;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scbtani {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    width: 220%;
    height: 220%;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#index .mov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

#index .mov.dis {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#index .mov video {
  display: block;
  /*width: 100%;*/
  /*height: 100%;*/
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
