#page-top {
  /* background-size: 500px; */
  /* background-position: top; */
  /* background-repeat: repeat-y; */
  /* color: #fff; */
  /* background-position: center top; */
  /* background-size: 130%; */
  /* background-image: url(../img/story_bg.jpg); */
  /* background-size: 100%; */
}

header p.logo a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
}

#page-top .header-inner {
  /* background-size: 6%; */
  /* background: rgb(219,219,219); */
  /* background: linear-gradient(90deg, rgba(219,219,219,1) 0%, rgba(219,219,219,1) 44%, rgba(246,246,246,1) 55%, rgba(246,246,246,1) 100%); */
}

@media all and (min-width: 768px) {
  .menu {}

  .menu li a {
    /* top: 24px; */
  }

  header p.logo a {
    width: 1080px;
    height: 245px;
    margin: 0 auto;
  }

  header p.logo a.lazy-done {
    background-image: url(../img/lower_header.png?2);
    background-size: 100%;
  }
}

@media all and (max-width: 767px) {
  #page-top {
    background-size: 260%;
    /* background-position: center 407vw; */
  }

  .menu {
    /* margin-top: -3vw; */
    /* margin-bottom: 2.5vw; */
  }

  header p.logo a {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: calc((316 / 960)*100%);
    transition-duration: 0.3s;
  }

  header p.logo a.lazy-done {
    background-image: url(../img/lower_header_smp.png?2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  header p.logo a span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

main> {
  background-size: 50%;
  position: relative;
}

main>article>.inner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6) inset;
  background-color: #ff59af;
  padding: 0 3vw;
}

main>article>.inner::before {
  content: "";
  position: absolute;
  width: 1500vw;
  height: 1500vw;
  top: -750vw;
  left: -750vw;
  z-index: -1;
  background-blend-mode: multiply;
  background-size: 1%;
  transform: rotate(45deg);
}

body.cmn h1 {
  text-align: center;
  font-weight: 900;
  margin: 2em;
}

.h1_e {
  color: #fff;
  /* display: block; */
}
.h1_j {
  display: block;
  letter-spacing: 0.2em;
  /* line-height: 0; */
}

@media all and (min-width: 768px) {
  .h1_e {
    font-size: 55px;
    letter-spacing: 0.05em;
    position: relative;
    display: block;
  }

  .h1_j {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.1em;
  }
}

@media all and (max-width: 767px) {
  .h1_e {
    font-size: 8vw;
    /* margin: 0.2em  0 -0.85em; */
    display: block;
    letter-spacing: 0;
  }

  .h1_j {
    font-size: 3vw;
    margin: 0em 0 2em;
    letter-spacing: 0.07em;
  }
}

section#contents {
  background-color: rgb(255 255 255 / 5%);
  background-size: cover;
  background-color: hsl(203deg 47% 26% / 60%);
}

@media all and (min-width: 768px) {
  section#contents {
    padding: 40px 60px;
    /* border-top: solid #003a71 20px; */
  }
}

@media all and (max-width: 767px) {
  section#contents {
    padding: 1em 1em 1em;
    margin: 0 0.5em 1em;
    background-position: left bottom;
  }
}

/*	bknm
============================== */
#bknm {
  width: 100%;
}

#bknm h3 {
  font-weight: bold;
}

#bknm ul {
  margin: 1.5em auto 0;
}

#bknm li {
  display: inline-block;
  position: relative;
}

#bknm li a {
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 5px hsla(234, 33%, 13%, 0.15);
  /* border: 1px solid #fff; */
}

#bknm li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#bknm li a:hover:after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-position: center;
}

#bknm li span.epn {
  padding: 4% 5%;
  font-size: 70%;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  margin: 0 auto;
  z-index: 1;
  background-color: #4493ba;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-radius: 0.5em 0 0 0;
}

#bknm li span.epn strong {
  font-size: 160%;
  letter-spacing: -0.05em;
}

#bknm {
  margin: 5% auto 0;
  box-shadow: none;
}

#bknm h3 {
  font-size: 4vw;
  margin: 0 0 7%;
  padding: 0.5em;
  background-color: #154059;
  color: #fff;
  border: none;
}

#bknm ul {
  margin: 0 auto;
  padding: 0 2% 0 0;
}

#bknm li {
  width: 29%;
  height: auto;
  margin: 0 0 3% 3%;
}

#bknm li a {
  width: 100%;
  height: 0;
  padding: 66.66666666666% 0 0;
}

#bknm li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#bknm li span {
  font-size: 3.5vw;
}

@media all and (min-width: 768px) {
  #bknm ul {
    padding: 0;
  }

  #bknm li {
    width: 21%;
  }

  #bknm h3 {
    font-size: 1.5rem;
    margin: 0 0 4%;
    /* font-family: futura-pt, sans-serif; */
    /* font-weight: normal; */
  }

  #bknm li span.epn strong {
    letter-spacing: 0.02em;
  }
}

/*	oa
============================== */
body.cmn p.oa {
  background-color: #db4367;
  color: #fff;
  /* font-family: futura-pt, sans-serif; */
  font-size: 150%;
  font-weight: bold;
  padding: 0.6em 0.8em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border: 3px solid #db4367;
}

@media all and (min-width: 768px) {
  body.cmn p.oa {
    margin: -76px -60px 0;
    font-size: 210%;
  }
}

@media all and (max-width: 767px) {
  body.cmn p.oa {
    margin: -30px -15px 0;
  }
}

/*	ep
============================== */
@media all and (min-width: 768px) {
  .ep {
    /* width: 860px; */
  }
}
