/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*bg*/
/*flex*/
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
.ntv-wrapper {
  background: #fbfdfa;
}

@media only screen and (min-width: 993px) {
  .wrapper a {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  .wrapper a:hover {
    opacity: 0.6;
  }
  .wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}

.wrapper {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

/* header
========================================== */
#header {
  width: 100%;
  background: url(../images/bg_header.png) repeat-x center top;
}

.header_inner {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.header_inner h1 {
  padding-top: 18.66667%;
  background: url(../images/h1_header.png) no-repeat center top;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.header_inner h2 {
  text-indent: -9999px;
  overflow: hidden;
  padding-top: 28.74074%;
  background: url(../images/h2_header.png) no-repeat center top;
  background-size: contain;
  display: block;
  line-height: 0;
  font-size: 0;
}

.header_inner .date {
  text-indent: -9999px;
  overflow: hidden;
  margin: 15px 0;
  padding-top: 9.92593%;
  background: url(../images/date_header.png) no-repeat center top;
  background-size: contain;
  display: block;
  line-height: 0;
  font-size: 0;
}

.header_inner .desc {
  text-indent: -9999px;
  overflow: hidden;
  padding-top: 29.62963%;
  background: url(../images/desc_header.png) no-repeat center top;
  background-size: contain;
  display: block;
  line-height: 0;
  font-size: 0;
}

/* main
========================================== */
#main {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  text-align: justify;
}

.main_inner {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.6rem;
}

/* about
========================================== */
#about {
  padding: 0 0 80px;
}

#about .desc {
  padding: 35px 0 0;
  margin: 30px auto 0;
  border-top: #e280b2 1px dashed;
}

#about .desc h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f3295a;
  text-align: center;
  margin: 0 0 15px;
}

#about .desc dl {
  line-height: 1.8;
  letter-spacing: 0.01rem;
  margin: 0 0 20px;
}

#about .desc dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 5px;
}

#about .desc p {
  text-align: center;
}

#about .desc p img {
  width: 100%;
  max-width: 525px;
  height: auto;
}

#about .detail {
  padding: 30px 0 0;
  margin: 30px auto 0;
  border-top: #e280b2 1px dashed;
}

#about .detail p {
  margin: 2% 0 4%;
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.05rem;
}

#about .detail dl dt {
  width: 50%;
  max-width: 140px;
  margin: 2.5% 0 0;
  padding: 1.5% 1% 1.4%;
  background: #f3295a;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#about .detail dl dd {
  padding: 2% 0 0 1%;
}

#about .detail dl dd span {
  font-size: 1.5rem;
}

#about .notice {
  margin: 40px 0 20px;
  padding: 15px 25px 15px;
  background: rgba(255, 255, 255, 0.5);
}

#about .notice dl {
  padding: 10px 0 5px;
  font-size: 1.5rem;
}

#about .notice dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 8px;
}

#about .notice dl dd {
  margin: 0 0 10px;
  text-indent: -1.35em;
  padding-left: 1.35em;
  line-height: 1.6;
}

#about .notice dl dd span {
  font-size: 1.2rem;
}

.attention {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  text-indent: -1.1em;
  padding-left: -1.1em;
}

#about .app {
  margin-top: 40px;
  font-size: 1.4rem;
  text-align: center;
}

#about .app a {
  opacity: 0.5;
  pointer-events: none;
}

#about .app img {
  width: 100%;
  max-width: 410px;
  height: auto;
}

/* for SP
========================================== */
@media only screen and (max-width: 600px) {
  /* header
========================================== */
  .header_inner {
    padding: 50px 0 0;
  }
  .header_inner h2 {
    padding-top: 29.62963%;
    background: url(../images/h2_header_sp.png) no-repeat center top;
    background-size: contain;
  }
  .header_inner .desc {
    padding-top: 35.85185%;
    background: url(../images/desc_header_sp.png) no-repeat center top;
    background-size: contain;
  }
  /* main
========================================== */
  .main_inner {
    font-size: 3.4vw;
  }
  /* about
========================================== */
  #about {
    padding: 0 0 60px;
  }
  #about .desc h3 {
    font-size: 4.5vw;
  }
  #about .desc dl {
    line-height: 1.8;
  }
  #about .desc dl dt {
    font-size: 3.6vw;
  }
  #about .detail {
    margin: 30px auto 0;
  }
  #about .detail dl {
    margin-bottom: 10px;
  }
  #about .detail dl dt {
    width: 50%;
    max-width: 120px;
    padding: 7px 0;
    font-size: 3.2vw;
  }
  #about .detail dl dd {
    font-size: 3.4vw;
  }
  #about .detail dl dd span {
    font-size: 2.8vw;
  }
  #about .notice {
    margin: 30px 0 20px;
    padding: 10px 20px 10px;
  }
  #about .notice dl {
    font-size: 3vw;
  }
  #about .notice dl dt {
    font-size: 3.2vw;
    padding: 0 0 5px;
  }
  #about .notice dl dd {
    font-size: 3vw;
  }
  #about .notice dl dd span {
    font-size: 2.4vw;
  }
  .attention {
    font-size: 2.8vw;
  }
  .close {
    font-size: 3.8vw;
  }
  #about .app {
    margin-top: 40px;
    font-size: 2.8vw;
  }
  #about .app a {
    opacity: 0.5;
    pointer-events: none;
  }
}

/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}
/*# sourceMappingURL=template_1column_style.css.map */