body {
  font-size: 1.4rem;
  line-height: 1.8;
  background: #6c090f; }

/*--- wrap ---*/
.wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  background: #fff;
  color: #000;
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  opacity: 1; }

.wrap.is-show {
  opacity: 1; }

.header {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: #222222;
  position: relative; }
  .header .logo {
    width: 36%;
    max-width: 280px; }

.footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3vw;
  background: #6c090f; }
  .footer .footer_copyright {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 0; }
    .footer .footer_copyright img {
      width: 60%;
      max-width: 300px; }

/*--Theme song--*/
.songWrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0 40px 0;
  position: relative;
  background: #f0fffe;
  background: linear-gradient(180deg, #f0fffe 0%, #e6f7f7 37%, #c1f0f7 100%); }
  .songWrap .tit01 {
    font-family: 'Crimson Text','Noto Serif JP', serif;
    letter-spacing: 0.6rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1; }
  .songWrap .tit02 {
    letter-spacing: 0.6rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1; }
  .songWrap .tit03 {
    letter-spacing: 0.3rem;
    font-size: 2.2rem;
    font-weight: 500;
    color: #C60000;
    line-height: 1.2;
    margin-top: 20px; }
  .songWrap .tit04 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 1.3rem; }
  .songWrap .go_another {
    display: block;
    width: 84%;
    max-width: 500px;
    text-align: right;
    margin: 0 auto 20px auto; }

.song_Inner {
  display: block;
  width: 84%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 6vw 0; }
  .song_Inner .songPhoto {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 auto; }
  .song_Inner p {
    display: block;
    width: 100%;
    margin: 10px auto;
    letter-spacing: 0.1rem;
    line-height: 2.0;
    text-align: justify; }
  .song_Inner .sml {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    color: #fff666; }
  .song_Inner .txt_i {
    font-style: oblique; }
  .song_Inner .tit05 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.15rem;
    color: #fff666; }
  .song_Inner .tit06 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 1.8; }
  .song_Inner .tit07 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #000;
    margin-top: -5px;
    margin-bottom: 10px;
    line-height: 1.8;
    transform: scale(0.8, 1);
    transform-origin: 0 0;
    width: 125%; }

/*----------
   TABLET
----------*/
@media screen and (min-width: 600px) and (max-width: 799px) {
  .is-sp {
    display: none; } }
@media screen and (min-width: 800px) {
  .is-sp {
    display: none; } }
/*----------
   PC
----------*/
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8rem; }

  .header.pageAbout {
    margin-bottom: 0; }

  /*--Theme song--*/
  .songWrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    background: #f0fffe;
    background: linear-gradient(180deg, #f0fffe 0%, #e6f7f7 37%, #c1f0f7 100%); }
    .songWrap .tit01 {
      font-family: 'Crimson Text','Noto Serif JP', serif;
      letter-spacing: 0.6rem;
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 1; }
    .songWrap .tit02 {
      letter-spacing: 0.6rem;
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
    .songWrap .tit03 {
      letter-spacing: 0.3rem;
      font-size: 2.4rem;
      font-weight: 500;
      color: #C60000;
      line-height: 1.2;
      margin-top: 20px; }
    .songWrap .tit04 {
      font-size: 1.6rem;
      font-weight: 400;
      margin-top: 2px;
      margin-bottom: 10px;
      line-height: 1;
      font-size: 1.3rem; }
    .songWrap .go_another {
      display: block;
      width: 84%;
      max-width: 500px;
      text-align: right;
      margin: 0 auto 20px auto; }

  .song_Inner {
    display: block;
    width: 84%;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0 6vw 0; }
    .song_Inner .songPhoto {
      display: block;
      width: 100%;
      max-width: 680px;
      height: auto;
      margin: 0 auto; }
    .song_Inner p {
      display: block;
      width: 100%;
      margin: 10px auto 0 auto;
      letter-spacing: 0.1rem;
      line-height: 2.0;
      text-align: justify; }
    .song_Inner .sml {
      font-size: 1.4rem;
      letter-spacing: 0.1rem; }
    .song_Inner .tit05 {
      font-size: 1.8rem;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 0.15rem;
      color: #fff666; } }
/*---etc.---*/
.condensed {
  width: 100%; }

@media screen and (max-width: 560px) {
  .condensed {
    transform: scale(0.8, 1);
    transform-origin: 0 0;
    width: 125%; } }
.movieBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center; }

.pagetop {
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  position: fixed; }
  .pagetop img {
    width: 60px; }

.alphaBnr a img {
  transition: .3s; }

.alphaBnr a:hover img {
  opacity: 0.6; }

.btList a {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 30px;
  padding: 15px 40px 15px 20px;
  background-color: #666;
  text-decoration: none !important;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  margin: 0 auto; }

.btList a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg); }

.btList a:hover {
  background-color: #bb0103;
  text-decoration: none; }
