body {
  font-family: graphie, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  image-rendering: -webkit-optimize-contrast;
  color: #5E5D5E;
}

body::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/bg_pc3.jpg) no-repeat left top;
  background-size: cover;
}

body .wrapp {
  background: #fff;
  overflow: hidden;
  width: 540px;
  margin: 0 auto;
}

body .wrapp header {
  position: fixed;
  background: #fff;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  overflow: hidden;
  z-index: 1;
}

body .wrapp header .logo {
  width: 110px;
  float: left;
  height: 60px;
  position: relative;
  margin-left: 24px;
}

body .wrapp header .logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

body .wrapp header .menu {
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  background: url(../img/icon_menu.svg) no-repeat center center #9DAABA;
  background-size: contain;
}

body .wrapp .fv {
  position: relative;
  padding-top: 60px;
}

body .wrapp .fv h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin: 40px 0;
}

body .wrapp .fv img {
  width: 100%;
}

body .wrapp .fv p {
  position: absolute;
  width: 80%;
  bottom: 40px;
  left: 40px;
  font-size: 0.8rem;
  line-height: 1.5;
}

body .wrapp .fv .scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
}

body .wrapp .sec {
  padding: 0 80px 80px 80px;
  line-height: 2;
}

body .wrapp .sec .ttl {
  width: auto;
  margin-bottom: 20px;
  transform: scale(0.8);
  transform-origin: top left;
}

body .wrapp .sec img {
  width: 100%;
}

body .wrapp .sec .pt {
  width: calc(100% + 80px);
}

body .wrapp .sec .pt.left {
  transform: translateX(-80px);
}

body .wrapp .sec.con01 {
  letter-spacing: 1px;
}

body .wrapp .sec.con01 h2 {
  margin-bottom: 16px;
  font-size: 1.5rem;
}

body .wrapp .sec.con01 table {
  margin-bottom: 40px;
}

body .wrapp .sec.con01 table tr {
  margin-bottom: 20px;
}

body .wrapp .sec.con01 table tr td {
  border-bottom: #dedede solid 1px;
  padding: 12px 0px;
}

body .wrapp .sec.con01 table tr td:first-child {
  border-bottom: #666 solid 1px;
  width: 30%;
  margin-right: 5%;
}

body .wrapp .sec.con01 table tr td:first-child + td {
  width: 5%;
  border: none;
}

body .wrapp .sec.con01 table tr td span {
  font-size: 14px;
}

body .wrapp .sec.con01 iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

body .wrapp footer {
  background: #9DAABA;
  padding: 80px;
}

body .wrapp footer > img {
  display: block;
  width: 140px;
  margin: 0px auto 40px;
}

body .wrapp footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

body .wrapp footer .sns a {
  margin-right: 40px;
}

body .wrapp footer .sns a:last-child {
  margin: 0;
}

body .wrapp footer .sns a img {
  height: 40px;
}

body .wrapp footer .link {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #fff;
}

body .wrapp footer .link::before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 8px;
  background: url(../img/bg_footer.png) no-repeat center top;
  background-size: cover;
  margin: 0 auto 60px;
  transform: translateX(-20px);
}

body .wrapp footer .link a {
  /* margin-right: 40px; */
}

body .wrapp footer .link a:last-child {
  margin: 0;
}

body .wrapp footer p {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

body .wrapp .window {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
  background: #9DAABA;
  width: 540px;
  height: 100%;
  transition: all .3s;
}

body .wrapp .window.open {
  opacity: 1;
  top: 0;
  pointer-events: painted;
}

body .wrapp .window .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/icon_close.svg) no-repeat center center #9DAABA;
  background-size: contain;
}

body .wrapp .window .main {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .wrapp .window ul {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 120px;
}

body .wrapp .window ul li {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

body .wrapp .window .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

body .wrapp .window .sns a {
  margin-right: 40px;
}

body .wrapp .window .sns a:last-child {
  margin: 0;
}

body .wrapp .window .sns a img {
  height: 40px;
}

body .wrapp .window .link {
  width: 100%;
  text-align: center;
  color: #fff;
}

body .wrapp .window .link a {
  margin-right: 40px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

body .wrapp .window .link a:last-child {
  margin: 0;
}

@media screen and (max-width: 599px) {
  body .sp {
    display: none;
  }
  body .wrapp {
    width: 100%;
    margin-left: 0;
  }
  body .wrapp header {
    width: 100%;
    margin-left: 0;
  }
  body .wrapp .fv h1 {
    margin-bottom: 0;
  }
  body .wrapp .fv p {
    width: 70%;
    font-size: 0.7rem;
  }
  body .wrapp .fv .scroll {
    position: absolute;
    width: 30px;
  }
  body .wrapp .sec {
    padding: 12%;
  }
  body .wrapp .sec .ttl {
    transform: scale(0.6);
    margin-bottom: 0;
  }
  body .wrapp .sec.con02 .ttl {
    margin-bottom: 20px;
  }
  body .wrapp .sec.con04 .product {
    margin-bottom: 100px;
  }
  body .wrapp .sec.con04 .product p span {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
  }
  body .wrapp footer {
    padding: 12%;
  }
  body .wrapp footer .link {
    width: 100%;
    font-size: 0.8rem;
  }
  body .wrapp footer p {
    font-size: 0.6rem;
  }
  body .wrapp .window {
    width: 100vw;
  }
  body .wrapp .window .link a {
    font-size: 1.2rem;
  }
}
