@charset "utf-8";
/*font-family: 'Ultra', serif;*/
/******** container-title ********/
.container-title{
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000;
}
.container-title img{
  margin: 0;
  padding: 0;
  line-height: 0;
}

/******** article-about ********/
.container-about{
  background: #000;
}
.about-text h2{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
	display: inline-block;
	line-height: 1.75;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 1rem;
}
.about-text p{
  color: #fff;
	line-height: 2;
}
.about-img{
  margin: 24px auto;
}
.img-caption p{
  font-size: 13px;
  color: #fff;
}
.img-caption p.model-name{
  border-bottom: solid 1px #999;
  margin-bottom: 8px;
}
@media screen and (min-width:768px){
	.about-text{
		padding: 0.5rem 1.5rem 1rem;
	}
	.about-text h2{
    font-size: 38px;
		padding-bottom: 0;
	}
  .about-text p{
    font-size: 18px;
  }
}
@media screen and (min-width:960px){
  .article-about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 追加 */
  }
  .about-text{
    width: 55%;
  }
  .about-img{
    width: 45%;
  }
}

/******** highligts ********/
.content-highlight{
  padding: 0;
  margin: 0 auto 24px auto;
}
.highlight-block{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #ddd;
}
.highlight-comment{
  box-sizing: border-box;
  padding-bottom: 24px;
  width: 100%;
}
.highlight-comment p{
  font-size: 16px;
  line-height: 1.8;
}
h4.highlight-number{
  color: #6ec8dc;
  font-family: 'Ultra', serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 8px;
}
h3.highlight-h3{
  color: #006e96;
  font-weight: bold;
  margin-bottom: 24px;
}
h5.highlight-h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
h6.highlight-h6{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 0.5rem;
  background: #006e96;
}
.highlight-img{
  width: 100%;
}
.info-item{
  padding: 1rem;
  border-left: solid 8px #000;
  margin-bottom: 24px;
}
.info-item-num li{
  list-style-type: decimal;
  line-height: 1;
  margin-left: 2rem;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .highlight-block{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .highlight-comment p{
    font-size: 16px;
  }
  h4.highlight-number{
    font-size: 48px;
  }
  h3.highlight-h3{
    margin-bottom: 32px;
  }
  .highlight-comment{
    width: 25%;
  }
  .highlight-img{
    font-size: 18px;
    width: 70%;
  }
  .caption{
    font-size: 12px;
  }
}
@media (min-width: 1600px){
  .content-highlight{
    width: 1600px;
  }
  .highlight-comment p{
    font-size: 20px;
  }
  h4.highlight-number{
    font-size: 60px;
  }
  .highlight-img{
    font-size: 20px;
    width: 70%;
  }
}

/******** highlight-bg ********/
.highlight-bg{
  padding: 0;
}
.highlight-bg{
  width: 100%;
  height: 300px;
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .highlight-bg{
    background-attachment: fixed;
  }
}
@media (min-width: 960px) {
  .highlight-bg{
    height: 500px;  }
}

/******** table ********/
table.schedule{
  width: 100%;
  margin: 16px auto 24px auto;
}
table.schedule tr{
  font-size: 14px;
}
table.schedule tr:nth-child(even){
  background: #ddd;
}
table.schedule th,table.schedule td{
  display: block;
  padding: 0.2rem 0.5rem;
}
table.schedule th{
  width: 20rem;
}
@media screen and (min-width: 768px){
  table.schedule tr{
    font-size: 18px;
  }
  table.schedule th,table.schedule td{
    display: table-cell;
    padding: 0.5rem;
  }
}

/* ボタン*/
.btn-01{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 4px;
  margin: 28px auto 36px auto;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  background: rgba(255,0,0,0.7);
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative; /* ボタン内アイコン用 */
  transition: all 0.5s ease-out;
}
.btn-01:hover{
  background: #999;
}
@media screen and (min-width: 768px){
  table.spec-model,table.spec tr{
    font-size: 16px;
  }
  table.spec th,table.spec td{
    padding: 0.2rem;
  }
}

/******** movie ********/
.movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  padding: 5% 10%;
  background: #000;
}
.movie iframe{
  width: 100%;
  height: 100%;
}

/******** footer ********/
.footer{
  background: #000;
  text-align: center;
  color: #555;
  padding: 24px;
}
.footer p{
  font-size: 0.75rem;
  line-height: 1.8;
}

/******** 先行用追加部分 ********/
.introduction  {
	color: #663300;
  font-size: 32px;
  font-weight: bold;
	line-height: 1.4;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 1rem;
}
.synopsis {
	font-size: 18px;
	line-height: 2.1;
}
.senko  {
	color: #999999;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4;
	text-align:  center;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 0.5rem;
}
.senko-date {
	color: #777777;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align:  center;
	margin-bottom: 30px;
}
.caution {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align:  center;
	margin-bottom: 1rem;
	padding: 0.5rem 0;
	background-color: #384d35;
}
.confirm {
	font-size: 21px;
	color: #384d35;
	font-weight: bold;
	text-align: center;
	line-height: 2.1;
	margin-bottom: 0.5rem;
}
.verification {
	font-size: 18px;
	line-height: 2.1;
}
.procedure {
	width: 75%;
	margin: 60px auto;
	border: 4px solid #cdb455;
	border-radius: 10px;
	padding: 30px 45px;
}
.sponsored {
	font-size: 21px;
	color: #202020;
  font-weight: bold;
	line-height: 1.2;
}
.performance {
	font-size: 48px;
	color: #006e96;
  font-weight: 800;
	line-height: 1.4;
}
.place {
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	line-height: 1.2;
}
.ticket-info {
	width: 55%;
	margin: 0 auto;
}
.container-ticket a {
	color: #0033FF;
	text-decoration: underline;
}
.container-ticket a:hover {
	color: #9900FF;
}
.red {
	color: #FF0033;
}
@media (max-width:768px){
.introduction{
	font-size: 21px;
}
.synopsis{
	font-size: 16px;
}
.ticket-info,.procedure {
  width: 100%;
}
.senko {
	font-size: 24px;
}
.senko-date{
	font-size: 18px;
}
.sponsored {
	font-size: 16px;
}
.performance {
	font-size: 32px;
}
.place {
	font-size: 16px;
}
.procedure {
	margin: 60px auto;
	border: none;
	padding: 30px 0px;
}
.caution {
	font-size: 16px;
}
.confirm {
	font-size: 21px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 30px;
}
.verification {
	font-size: 14px;
}
}
.movie2{
  width: 100%;
  padding: 2% 3%;
  background: #000;
}

/*youtube動画レスポンシブ対策 */
.youtube-container{
	max-width: 640px;
	margin: 0 auto;
}
.movie-wrap{
	position: relative; padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/ height: 0; overflow: hidden;
}
.movie-wrap iframe{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;4
}
.dashed-border{
	border-top:  1px dashed #202020;
	border-bottom:  1px dashed #202020;
}
