@charset "utf-8";

/*==================================================
  Layout
===================================================*/
@media (min-width: 769px) {
#pentelContents2024 nav ul li {
  display: inline;
  margin: 0 20px;
  font-size: 20px;
  font-size: 1.125rem;
}
}
#PentelartsInfo h2 {
  overflow: visible;
}
#PentelartsFeatures .h3style{
  line-height: 1.0;
  height: 180px;
}

#PentelartsFeatures .featureslist ul{
  width: 560px;
}

#PentelartsLineup .h3style{
  line-height: 1.0;
  height: 160px;
}

#PentelartsMovie .h3style{
  height: 160px;
  line-height: 1.0;
}

#PentelartsManual .movieblock .moviethum a,
#PentelartsMovie .movieblock .moviethum a{
  width: 410px;
}

#PentelartsFaq .h3style{
  height: 180px;
  line-height: 1.0;
}

#PentelartsFaq dl dd .indent2{
  text-indent: -0.8em;
  margin-left: 0.8em;
}
#PentelartsLineup .lineupblock dd .innerblock .lineup3 ul li:nth-child(1) p {
  height: auto;
}
#PentelartsVoice .textblock li {
  padding: 20px 10px 20px 20px;
}
#PentelartsVoice .textblock li .text {
  font-size: 0.9rem;
/*text-align: justify;*/
/*  word-break: break-all;*/
}
@media (min-width: 769px) {
  #PentelartsLineup .lineupblock dd .innerblock {
    height: 1230px;
  }
  #PentelartsMovie .movieblock p {
    margin-right: 20px;
    width: 450px;
  }

  #PentelartsMovie p a{
    width: 100%;
  }
}
@media (max-width: 768px) {
    #PentelartsInfo h2 {
        line-height: 1.2;
    }
	#PentelartsFeatures .h3style {
		height: 50px;
	}
	#PentelartsFeatures .featureslist ul {
		width: 100%;
	}
	#PentelartsLineup .h3style {
		height: 50px;
	}
	#PentelartsMovie .h3style {
		height: 40px;
	}
	#PentelartsManual .movieblock a {
        width: 100%;
    }
	#PentelartsFaq .h3style {
		height: 45px;
	}
	#PentelartsLineup .lineupblock dd .innerblock {
    padding: 25px 17px 5px;
  }

  #PentelartsMovie .movieblock .moviethum a{
    width: 100%;
  }
}


@media (min-width: 769px) {
    #PentelartsFeatures .h3style {
        font-size: 50px;
        font-weight: bold;
        background: url(../../img/cat1_title_line.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 800px 61px;
        width: 800px;
        height: 170px;
        margin: 0 auto 20px;
        font-family: "Zen Kurenaido", sans-serif;
        color: #dd0e2f;
        font-style: italic;
        line-height: 1;
    }
}