@charset "UTF-8";

/*=================================================================================
     Base
=================================================================================== */

body {
	font-family: Times New Roman,a-otf-ryumin-pr6n,YuMincho,Yu Mincho;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/*全幅画像の設定*/
.wide-wrap {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.wide-wrap img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5vw;
}

/* 全幅背景 */
.back-ground {
	width: 100%;
	background-color: #b1dcdd;
}

/* Safari clamp関数対策 */
*{
	min-height: 0vw;
}

/*=================================================================================
     Header
=================================================================================== */
.sample_image {
	margin-bottom: 5vw;
	width: 100%;
}

.sample_image img {
	width: 100%;
}

.coming_soon {
	text-align: center;
	margin-bottom: 10vw;
	font-size: clamp(15px, 2vw, 30px);
}

/*=================================================================================
     Footer
=================================================================================== */

/*-----コピーライト------------------------------------*/
.copyright {
	background-color: #2d364e;
	font-family: "Gill Sans","Gill Sans MT","ヒラギノ角ゴシック";
	font-size: 10px;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
}


#footer {
  position: relative;
  margin-top: 40px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #4C4C4C;
}
#footer .secondary {
  display: flex;
  padding: 40px 20px;
  background: #222;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #333;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* footer-logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-row {
  display: flex;
  margin-top: 40px;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .navi {
    font-size: 12px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: auto 0 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}


/*=================================================================================
     Main
=================================================================================== */
/*----- top画像 -----*/
.top-image {
	width: 100%;
}

.top-image img {
	width: 100%;
	margin-bottom: 3vw;
}

/*--- チケットボタン ----------*/
.ticket-btn a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding: 0.5em 2em;
	width: 20%;
	min-width: 100px;
	color: #fff;
	font-size: clamp(15px, 2vw, 18px);
	font-weight: 400;
	background-image: linear-gradient(170deg, #1E130C,#9A8478);
	border-radius: 50vh;
}
@media screen and (min-width: 501px) {
	.ticket_btn a {
		width: 100px;
		padding: 4px 16px;
	}
}

/*--- チケ受付締め切りのメッセージ ---*/
.ticket-text {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5vw;
	font-size: clamp(12px, 2vw, 16px);
	color: red;
}

/*----- image画像 -----*/
.image-photo {
	width: 100%;
}

.image-photo img {
	width: 100%;
	margin-bottom: 3vw;
}

/*----- てんしごとタイトル表記 -----*/
/* 第13回公演 */
.tenshigoto-title1 p {
	text-align: center;
	font-size: clamp(8px,5vw,25px);
	margin-bottom: 0;
	line-height: 1.2;
}

/* てんしごと */
.tenshigoto-title2 p {
	text-align: center;
	font-size: clamp(20px,15vw,100px);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}

/* 〜通わせた、ぬくもりの先〜 */
.tenshigoto-title3 p {
	text-align: center;
	font-size: clamp(12px,5.5vw,40px);
	margin-top: 0;
	margin-bottom: 3vw;
	line-height: 1.2;
}

/*----- 日時場所 -----*/
/* 2023年3月18日 */
.date p {
	text-align: center;
	font-size: clamp(8px,5vw,25px);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}

/* 国立文楽劇場 */
.place p {
	text-align: center;
	font-size: clamp(12px,5.5vw,40px);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}

/* 住所 */
.adress p {
	text-align: center;
	font-size: clamp(5px,1vw,20px);
	margin-top: 0;
	margin-bottom: 3vw;
	line-height: 1.2;
}

/*----- タイムテーブル -----*/
.time-table {
	text-align: center;
}

.time-table p {
	display: inline-block;
	text-align: left;
	font-size: clamp(8px,5vw,25px);
	margin-top: 0;
	margin-bottom: 3vw;
	line-height: 1.5;
}


.time-table p span {
	font-size: 60%;
	line-height: 1.5;
	padding-left: 5vw;
}

/*----- YouTube -----*/
iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 5vw;
}

/*----- コメント -----*/
.comment {
	width: 100%;
}

.comment img {
	width: 100%;
	margin-top: 3vw;
	margin-bottom: 3vw;
}

/*----- 音楽サブスク -----*/
.music {
	width: 100%;
}

.music img {
	width: 100%;
	margin-top: 10vw;
	margin-bottom: 3vw;
}

/*----- CAST -----*/
.cast-wrap {
	width: 100%;
	background-color: #000;
	margin-bottom: 5vw;
}

.cast {
	width: 100%;
}

.cast img {
	width: 100%;
	margin-top: 3vw;
	margin-bottom: 2vw;
}

.cast-last {
	width: 100%;
}

.cast-last img {
	width: 100%;
	margin-top: 3vw;
	margin-bottom: 5vw;
}

/*----- 劇団WAO!って？ -----*/
.wao-wrap {
	width: 80%;
	background-color:#ffeceb;
	margin: 2em auto;
	padding:3em;/*内側の余白*/
	position: relative;/*配置（基準）*/
	text-align: center;
}

.wao-title {
	width: 100%;
}
.wao-title img {
	width: 100%;
	margin-bottom: 3vw;
}

.wao_ticket_btn {
	width: 50%;
	margin: 0 auto;
}

.wao_ticket_btn img {
	width: 100%;
	margin-top: 3vw;
	margin-bottom: 3vw;
}

/*----- ドキュメンタリー -----*/
.documentary {
	width: 100%;
	text-align: center;
	margin-top: 10vw;
	margin-bottom: 3vw;
}
.documentary img {
	width: 100%;
}

/*----- あらすじ -----*/
.tenshigoto-sotry {
	width: 100%;
	margin-bottom: 3vw;
}

.tenshigoto-story img {
	width: 100%;
}

/*-- 音楽サブスクボタン --*/
.music_btn {
	width: 40%;
	margin: 1vw auto 5vw;
}
.music_btn img {
	width: 100%;
}
