#main {
  background: url(img/bg.jpg) no-repeat left top;
  background-size: cover;
}

/*============================
#sec01
============================*/
#sec01 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.5;
  padding: 1em 0;
}
#sec01 h2 strong {
  color: #EC6D88;
  font-weight: normal;
}
#sec01 h2 .txt-l {
  font-size: 1.5em;
}
#sec01 p.lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
#sec01 p.lead strong {
  color: #ee86ae;
}
#sec01 .sp-pic {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #sec01 .sp-pic {
    overflow-x: scroll;
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
  }
  #sec01 .sp-pic::-webkit-scrollbar {
    display: none;
  }
}
#sec01 .sp-pic figure {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sec01 .sp-pic figure {
    width: 600px;
  }
}
#sec01 .sp-pic figure img {
  width: 100%;
}
#sec01 .sp-pic figure a {
  box-sizing: border-box;
  position: absolute;
  left: 12.2%;
  top: 5.8%;
  width: 60.7%;
  height: 46.4%;
  border: 2px solid #1283cf;
  transition: 0.3s;
  opacity: 0;
}
#sec01 .sp-pic figure a:hover {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
#sec01 .sp-pic figure a:nth-of-type(2) {
  top: auto;
  bottom: 0;
  border: 2px solid #e6638c;
}