@media only screen and (min-width: 768px) {
  .main-content {
    padding-bottom: 50px;
  }

  .main-ttl {
    height: 783px;
    position: relative;
    width: 100%;
    text-align: center;
    min-width: 1000px;
    overflow: hidden;
    z-index: 1;
  }
  .main-ttl .slider {
    height: 783px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .main-ttl .slider .item {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    height: 783px;
  }
  .main-ttl .slider .item.s1 {
    background-image: url(/cmp/nightpool/common/img/fig_main.png);
  }
  .main-ttl .slider .item.s2 {
    background-image: url(/cmp/nightpool/common/img/fig_main2.png);
  }
  .main-ttl .slider .item.s3 {
    background-image: url(/cmp/nightpool/common/img/fig_main3.png);
  }
  .main-ttl h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 586px;
    height: 536px;
    margin: -298px 0 0 -293px;
  }

  .entry-btn {
    text-align: center;
    padding: 10px 0 10px;
  }
  .entry-btn img {
    width: 418px;
    height: auto;
  }

  .story-box {
    text-align: center;
    padding: 70px 0 150px;
    color: #fff;
    position: relative;
  }
  .story-box p {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 3px;
    padding: 0 0;
  }
  .story-box p:nth-of-type(1)::after {
    content: "";
    background: url(/cmp/nightpool/common/img/fig_main_txt.png) no-repeat 50% 50%;
    background-size: auto 49px;
    width: 100%;
    height: 100px;
    display: block;
  }
  .story-box p b {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .story-box p mark {
    font-size: 2.4rem;
    background: none;
    color: #b7aa00;
    font-weight: 700;
  }
  .story-box p span {
    font-size: 2rem;
  }
  .story-box p span b {
    font-size: 3rem;
  }
  .story-box figure {
    width: 750px;
    height: 280px;
    margin: 80px auto 0;
    position: relative;
  }
  .story-box figure:after {
    content: "";
    border: 1px solid #b7aa00;
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    position: absolute;
  }

  #point {
    text-align: center;
    background: url(/cmp/nightpool/common/img/bg_point_gra.png) no-repeat 50% 0%;
    background-size: 100% 350px;
  }
  #point header {
    background: url(/cmp/nightpool/common/img/bg_ttl_point_pc.png) no-repeat 52% 50%;
    background-size: 690px auto;
  }
  #point .point-inner {
    width: 1000px;
    margin: 0 auto 50px;
    overflow: hidden;
  }
  #point .point-inner dl {
    width: 33%;
    float: left;
    padding: 15px 0;
    margin-top: 30px;
    overflow: visible !important;
  }
  #point .point-inner dl:nth-of-type(3n+2) {
    margin: 0 0.5%;
  }
  #point .point-inner dl dt {
    font-size: 2.2rem;
    line-height: 4rem;
    text-align: center;
    font-weight: 400;
    overflow: visible !important;
  }
  #point .point-inner dl dt span {
    display: block;
    margin-bottom: 5px;
  }
  #point .point-inner dl figure {
    padding: 15px;
  }
  #point .point-inner dl figure img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 10px #040081;
  }
  #point .point-inner dl dd {
    text-align: left;
  }
  #point .point-inner dl dd p {
    padding: 10px 20px;
    line-height: 1.8;
  }
  #point .point-inner dl dd p small {
    font-size: 1.1rem;
  }

  section {
    padding: 90px 0;
    overflow: hidden;
  }
  section header {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  #detail {
    background: url(/cmp/nightpool/common/img/bg_detail_gra.png) no-repeat 50% 0%;
    background-size: 100% 350px;
  }
  #detail .detail-inner {
    width: 610px;
    margin: 0 auto;
  }
  #detail .detail-inner dl {
    border-bottom: 1px solid #003567;
    padding: 15px;
  }
  #detail .detail-inner dl dt {
    width: 15%;
    float: left;
    color: #b7aa00;
  }
  #detail .detail-inner dl dd {
    width: 85%;
    float: right;
    padding-left: 15px;
  }
  #detail .detail-inner dl dd small {
    font-size: 1.1rem;
  }
  #detail .detail-inner .attention {
    font-size: 1.2rem;
    padding: 15px;
  }

  #faq {
    clear: both;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  #faq:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04001f;
    opacity: 0.5;
  }
  #faq .faq-inner {
    width: 700px;
    margin: 0 auto;
  }
  #faq .faq-inner dl {
    padding-left: 70px;
    position: relative;
    overflow: visible !important;
    margin-bottom: 40px;
  }
  #faq .faq-inner dl:before {
    content: "";
    background: url(/cmp/nightpool/common/img/txt_question.png) no-repeat;
    background-size: auto 26px;
    width: 69px;
    height: 26px;
    position: absolute;
    left: 30px;
    top: -5px;
  }
  #faq .faq-inner dl dt {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 15px 0;
  }
  #faq .faq-inner dl dd {
    background: #fff;
    padding: 20px;
    color: #333;
    position: relative;
    overflow: visible !important;
  }
  #faq .faq-inner dl dd:after {
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid #b7aa00;
    left: 5px;
    top: 5px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .main-content {
    padding-bottom: 2rem;
  }

  .main-ttl {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 4rem 0 5rem;
    margin-bottom: -2rem;
    z-index: 1;
    height: 44rem;
  }
  .main-ttl .slider {
    height: 44rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .main-ttl .slider .item {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    height: 44rem;
  }
  .main-ttl .slider .item.s1 {
    background-image: url(/cmp/nightpool/common/img/fig_main.png);
  }
  .main-ttl .slider .item.s2 {
    background-image: url(/cmp/nightpool/common/img/fig_main2.png);
  }
  .main-ttl .slider .item.s3 {
    background-image: url(/cmp/nightpool/common/img/fig_main3.png);
  }
  .main-ttl h1 img {
    width: 120%;
    height: auto;
    margin-left: -8%;
  }

  .entry-btn {
    text-align: center;
    padding: 1rem 0;
  }
  .entry-btn img {
    width: 30rem;
    height: auto;
  }

  .story-box {
    text-align: center;
    padding: 0rem 0 4rem;
    position: relative;
  }
  .story-box .entry-btn {
    padding-top: 0;
  }
  .story-box figure {
    width: 30rem;
    height: 11.2rem;
    margin: 3rem auto 0;
    position: relative;
  }
  .story-box figure img {
    width: 100%;
    height: auto;
    border: 1px solid #b7aa00;
  }
  .story-box p {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2;
  }
  .story-box p:nth-of-type(1) {
    padding-top: 1.5rem;
  }
  .story-box p:nth-of-type(1)::after {
    content: "";
    background: url(/cmp/nightpool/common/img/fig_main_txt.png) no-repeat 50% 50%;
    background-size: auto 4rem;
    width: 100%;
    height: 8rem;
    display: block;
  }
  .story-box p mark {
    font-size: 2rem;
    background: none;
    color: #b7aa00;
    font-weight: 700;
  }
  .story-box p span {
    font-size: 1.5rem;
  }
  .story-box p span b {
    font-size: 2.4rem;
  }
  .story-box p b {
    font-size: 2rem;
    font-weight: 400;
  }

  #point {
    background: url(/cmp/nightpool/common/img/bg_point_gra.png) no-repeat 50% 0%;
    background-size: 100% 14rem;
    text-align: center;
  }
  #point header h2 img {
    width: 29rem;
    height: auto;
  }
  #point .point-inner {
    margin: 0 1rem;
    overflow: hidden;
  }
  #point .point-inner dl {
    padding: 1rem 0;
  }
  #point .point-inner dl dt {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
  }
  #point .point-inner dl dt span {
    display: block;
    margin-bottom: 5px;
  }
  #point .point-inner dl dt span img {
    width: 4rem;
    height: auto;
  }
  #point .point-inner dl figure {
    padding: .5rem;
  }
  #point .point-inner dl figure img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 1rem #040081;
  }
  #point .point-inner dl dd {
    text-align: left;
  }
  #point .point-inner dl dd p {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
    line-height: 1.5;
  }
  #point .point-inner dl dd small {
    font-size: 1rem;
  }

  section {
    padding: 2rem 0 2rem;
    overflow: hidden;
  }
  section header {
    text-align: center;
    padding-bottom: 2rem;
  }

  #detail {
    background: url(/cmp/nightpool/common/img/bg_detail_gra.png) no-repeat 50% 0%;
    background-size: 100% 14rem;
  }
  #detail header h2 img {
    width: 16rem;
    height: auto;
  }
  #detail .detail-inner {
    margin: 0 1rem;
  }
  #detail .detail-inner dl {
    border-bottom: 1px solid #003567;
    padding: 1rem;
    font-size: 1.3rem;
  }
  #detail .detail-inner dl dt {
    color: #b7aa00;
  }
  #detail .detail-inner dl dd small {
    font-size: 1rem;
    display: inline-block;
  }
  #detail .detail-inner .attention {
    font-size: 1rem;
    padding: 15px;
  }

  #faq {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    clear: both;
  }
  #faq:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04001f;
    opacity: 0.5;
  }
  #faq .faq-inner {
    margin: 0 1rem;
  }
  #faq .faq-inner dl {
    margin-bottom: 1.5rem;
    overflow: visible !important;
  }
  #faq .faq-inner dl dt {
    padding-left: 3.2rem;
    position: relative;
    background-image: url(/cmp/nightpool/common/img/txt_question.png);
    background-repeat: no-repeat;
    background-position: 0 0%;
    background-size: 5rem auto;
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 1rem 0 0 2rem;
    margin-bottom: .5rem;
  }
  #faq .faq-inner dl dd {
    background: #fff;
    font-size: 1.2rem;
    padding: 1rem;
    color: #333;
    position: relative;
    overflow: visible !important;
  }
  #faq .faq-inner dl dd:after {
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid #b7aa00;
    left: .3rem;
    top: .3rem;
    position: absolute;
  }
}
.pgtop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 200;
}
.pgtop a {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  font-size: 1rem;
  padding-top: 1.5rem;
  width: 5rem;
  height: 5rem;
  display: block;
}
