* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

body {
  font-family: Avenir, 'Helvetica neue', Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

.header {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
  width: 40%;
  max-width: 200px;
}

a {
  text-decoration: underline;
  color: #000;
}

@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcnone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spnone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spnone {
    display: none !important;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

.pc_fv {
  margin-bottom: 100px;
}

.pc_fv .fv_item img {
  width: 100%;
  max-width: 1060px;
  margin: 80px auto 0;
  display: block;
}

.area {
  overflow: hidden;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.item img {
  width: 200%;
}

.item05 {
  display: none;
}

.item06 {
  display: none;
}

h1 {
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 80px;
    font-size: 18px;
  }
}

.normal {
  margin-top: 100px;
  margin-bottom: 120px;
}

@media screen and (min-width: 769px) {
  .normal {
    margin-bottom: 180px;
  }
}

.normal .container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .normal .container {
    width: 40%;
    margin: 0 auto;
  }
}

.normal .container:hover .mask {
  opacity: 1 !important;
  z-index: 10;
}

.normal .container .item_img {
  position: relative;
}

.normal .container .item_img img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%) contrast(150%) brightness(70%);
  -moz-filter: grayscale(100%) contrast(150%) brightness(70%);
  -ms-filter: grayscale(100%) contrast(150%) brightness(70%);
  filter: grayscale(100%) contrast(150%) brightness(70%);
  -webkit-transition: 3s;
  transition: 3s;
}

.normal .container .item_img img.active {
  -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
  -moz-filter: grayscale(0%) contrast(100%) brightness(100%);
  -ms-filter: grayscale(0%) contrast(100%) brightness(100%);
  filter: grayscale(0%) contrast(100%) brightness(100%);
}

.normal .container .credit_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  font-size: 16px;
  opacity: 1;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .normal .container .credit_btn {
    font-size: 20px;
  }
}

.normal .container .credit_btn span {
  margin-left: 5px;
}

.normal .container:hover .credit_btn {
  opacity: 0;
}

.normal .container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

.normal .container .mask .mask_content {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}

@media screen and (max-width: 768px) {
  .normal .container .mask .mask_content {
    font-size: 14px;
    bottom: 5vw;
    left: 4vw;
  }
}

.normal .container .mask .mask_content ul li {
  margin-top: 14px;
}

.normal .container .mask .mask_content ul li .disabled {
  text-decoration: none;
}

.normal .container .mask .mask_content ul li .disabled span {
  margin-left: 5px;
}

footer {
  padding: 80px 0;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */