@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Roboto:wght@500;700;900&display=swap');

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

* {
	margin: 0px;
	/* padding: 0px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", "Noto Sans CJK", "Noto Sans CJK JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

body {
	font-size: 16px;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	/*padding-top: 100px;*/
}

ul {

	margin: 0;
	/*padding: 0;*/
}
.ul2 ul {
	padding: 0 0 0 1.4em;
	margin: 4px 0;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.bold {
	font-weight: bold;
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.dgray {
	color: #333333;
}

.white {
	color: #ffffff;
}

.red {
	color: #ee1111;
}

.green {
	color: #54C304;
}
.green2 {
	color: #45a500;
}

.orange {
	color: #FFAA01;
}

.blue {
	color: #439CE0;
}

.pink {
	color: #fe5083;
}

.purple {
	color: #8066ff;
}

.aqua {
	color: #41c1e8;
}

.yellow {
	color: #fda005;
}

.hide {
	display: none;
}

.btn-light a:hover img {
	/* マウスオーバーで画像を明るく */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.pc-none {
	display: none;
}
.sp-none {
	display: inline;
}

/* 通常リンク関連 */
a:link {
	color: #fe5083;
	text-decoration: none;
}

a:hover {
	color: #3187e7;
}

a:visited {
	color: #fe5083;
}

a:visited:hover {
	color: #3187e7;
}

.pc-none {
	display: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　全体　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#all {
	background-image: url(../images/background_pink.jpg);
	background-attachment: fixed;
	background-color: #fe5083;
}

#page-area {
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	margin: auto;
}
#page-area-in {
	width: 100%;
	max-width: 1060px;
	background-color: #fff;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#header {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
#header img {
	width: 100%;
	max-width: 760px;
	margin: auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　日時・場所　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#date-area {
	width: 100%;
	padding: 80px 20px 50px;
	background-image: url(../images/background_gray.jpg);
	background-attachment: fixed;
	background-color: #f7f7f7;
	position: relative;
	margin-bottom: 30px;
}
#date-area:before {
	content: "";
	display: inline-block;
	background: url(../images/pic_date_back_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#date-area:after {
	content: "";
	display: inline-block;
	background: url(../images/pic_date_back_bot.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#date-area-in {
	width: 100%;
	max-width: 670px;
	margin: auto;
}
#date-area .date, #date-area .place {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#date-area .date .date-h3, #date-area .place .date-h3 {
	width: 100%;
	max-width: 124px;
	margin-right: 20px;
}
#date-area .date .date-text {
	width: 100%;
	max-width: 475px;
}
#date-area .place .date-text {
	width: 100%;
	max-width: 516px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　NEWS　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#info202311 {
	text-align: center;
}
.info202311 {
	border-top: 1px solid #fe5083;
	border-bottom: 1px solid #fe5083;
	display: inline-block;
	margin: 0 auto 40px;
}
.info202311 p {
	padding: 15px 20px;
}
#info202402 {
	max-width: 650px;
	width: 100%;
	margin: 30px auto;
}
#info202402 img {
	width: 100%;
}

#news {
	padding: 0 50px;
	margin: 0 0 60px 0;
}
#news h3 {
	width: 100%;
	max-width: 463px;
	text-align: center;
	margin: 0 auto 40px;
}
.news {
	margin: 30px 0 30px;
}
.news-top {
	display: flex;
}
.news-icon {
	width: 45px;
	margin: 0 18px;
}
.news .news-title {
	width: calc(100% - 80px);
	margin: 2px 0 0 0;
	line-height: 1.8em;
}
.news .news-title .title {
	font-size: 120%;
	font-weight: bold; 
}
.news .news-title .date {
	font-size: 90%;
	color: #555;
	margin: 0 10px;
}
.news-text {
	padding: 14px 10px 10px 10px;
}
.news-text-in {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 12px;
	line-height: 1.8em;
}
.news-text img {
	max-width: 100%;
    	height: auto;
}
.news-text iframe {
	max-width: 100%;
}

.othernews {
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 30px 50px;
}
.othernews h4 {
	width: 182px;
	margin: 0 0 20px 0;
}
.othernews-area {
	overflow: auto;
	height: 150px;
}
.othernews-list {
	padding: 12px 2px;
}
.othernews-area a {
	display: block;
	border-top: 1px dotted #aaa;
}
.othernews-area a:last-child {
	border-bottom: 1px dotted #aaa;
}
.othernews-list .title {
	font-size: 90%;
}
.othernews-list .date {
	font-size: 80%;
	color: #555;
	margin: 0 10px;
}

/*** もっと見る追加 ***/
.readmore {
  position: relative;
  /*margin: 50px auto 0;*/
  padding: 0px 0px 60px;
}

.readmore-content {
  position: relative;
  height: 300px;
  transition: all .4s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

.readmore-content.is_open:before{
  display: none;
}

.readmore button{
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 6px 0;
  color: #333;
  font-size: 90%;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #555;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all .4s;
}
.readmore button:hover {
  color: #fff;
  background-color: #fe5083;
  border: 1px solid #fe5083;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　出演アーティスト　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#artist {
	padding: 0 50px;
	margin: 0 0 70px 0;
}
#artist h3 {
	width: 100%;
	max-width: 463px;
	text-align: center;
	margin: 0 auto 20px;
}

.artist-caption01 {
	width: 100%;
	max-width: 492px;
	text-align: center;
	margin: 0 auto 30px;
}

.artist-area {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}

.artist-block .photo {
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}
.artist-block .name {
	padding: 15px 0;
}
.artist-block .name2 {
	padding: 15px 0 30px;
}
.artist-block .name img {
	position: absolute;
	z-index: 10;
}
.h4-artist-day {
	width: 100%;
	text-align: center;
	border: 2px dotted #bbb;
	border-radius: 20px;
	padding: 8px;
	color: #fe5083;
	font-size: 110%;
	margin-bottom: 20px;
}
.artist-new .photo::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url(../images/pic_artist_new.png);
	background-size: contain;
	background-repeat: no-repeat;
        position: absolute;
	left: -10px;
        top: -10px;
}
.with .photo::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(../images/photo_artist_ishiharashinya.png);
	background-size: contain;
	background-repeat: no-repeat;
        position: absolute;
	left: -10px;
        bottom: -30px;
	z-index: 5;
}

@media screen and (min-width: 921px) and (max-width: 1097px) {
	.with .photo::after {
		width: 120px;
		height: 120px;
	}
}


/* 写真配置 */
@media print, screen and (min-width:1098px) {
	.artist-block {
		width: 300px;
		margin-right: 20px;
		margin-bottom: 32px;
	}
	.artist-block:nth-child(3n) { /* 3つおきにマージン0 */
		margin-right: 0;
	}
}
@media screen and (min-width: 651px) and (max-width: 1097px) {
	.artist-block {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 32px;
	}
	.artist-block:nth-child(2n) { /* 2つおきにマージン0 */
		margin-right: 0%;
	}
}





.hsoku {
	margin: 0 0 40px 0;
}
.kongo {
	width: 640px;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: center;
	border: 1px solid #aaa;
}
.kongo img {
	width: 100%;
	max-width: 254px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　タイムテーブル　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#timetable {
	padding: 0 50px;
	margin: 0 0 70px 0;
}
#timetable h3 {
	width: 100%;
	max-width: 463px;
	text-align: center;
	margin: 0 auto 20px;
}
.timetable-area {
	text-align: center;
	border: 3px double #fe5083;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
.timetable-area-in img {
	border-radius: 16px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　チケット　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#tickets {
	padding: 0 50px;
	margin: 0 0 70px 0;
}
#tickets h3 {
	width: 100%;
	max-width: 463px;
	text-align: center;
	margin: 0 auto 20px;
}
.tickets-area {
	text-align: center;
	border: 3px double #fe5083;
	border-radius: 20px;
	margin-bottom: 20px;
}
.tickets-area-in1 {
	display: inline-block;
	margin: auto;
	padding: 30px;
}
.tickets-area-in3 {
	text-align: left;
	padding: 40px;
}
.tickets-block {
	color: #fe5083;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	position: relative;
}
.tickets-block::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 30px;
	background-image: url(../images/pic_icon_tickets2.svg);
	background-size: contain;
	background-repeat: no-repeat;
        position: absolute;
	left: -40px;
        top: 50%;
	transform: translateY(-50%);
}
.tickets-area-in1-2 {
	padding: 0 30px 30px;
	font-size: 90%;
	color: #555;
	line-height: 1.6em;
	text-align: left;
}
.tickets-area-in2 {
	margin: auto;
	padding: 0 30px 20px;
}
.tickets-area-in2-2 {
	padding: 0 30px 40px;
	font-size: 90%;
	color: #555;
	line-height: 1.6em;
	text-align: left;
}
.h4-tickets-nkt {
	width: 100%;
	text-align: center;
	border: 2px solid #65dcff;
	border-radius: 20px;
	padding: 8px;
	color: #008bdf;
	font-size: 120%;
	margin-bottom: 10px;
}
.tickets-nkt-area {
	display:flex;
	flex-wrap: wrap;
}
.tickets-nkt-date {
	width: 100%;
	color: #008bdf;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.tickets-nkt-area-top {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.tickets-nkt-area-left {
	width: 32%;
	margin-right: 3%;
}
.tickets-nkt-area-left img {
	margin: 0 0 4px 0;
	border: 2px solid #00c5fe;
	border-radius: 20px;
}
.tickets-nkt-area-right {
	width: 65%;
	border: 2px solid #00c5fe;
	background-color: #a2eaff;
	border-radius: 20px;
	padding: 20px;
}
.ojoufes_app_tit {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 10px 0;
}
.ojoufes_appli_store_bg {
	background-color: #ffffff;
	border-radius: 20px;
	width: 100%;
	margin: 0 auto 10px;
	padding: 20px;
	box-sizing: border-box;
}
.ojoufes_appli_store_pc {
	margin: 15px auto 0;
}
.ojoufes_appli_store_sp {
	display: none;
}
.ojoufes_appli_store_pc .qr img {
	max-width: 150px;
	margin: auto;
}
.ojoufes_appli_store_pc .bn-as img {
	max-width: 209px;
	margin: auto;
}
.ojoufes_appli_store_pc .bn-gp img {
	max-width: 255px;
	margin: auto;
}
.app_logo {
	width: 100%;
	max-width: 310px;
	margin: 0 10px 7px 0;
}

/* チケットぴあ */
.h4-tickets-pia {
	width: 100%;
	text-align: center;
	border: 2px solid #6699ff;
	border-radius: 20px;
	padding: 8px;
	color: #2761d6;
	font-size: 120%;
	margin-bottom: 10px;
}
.tickets-pia-area {

}
.tickets-pia-date {
	width: 100%;
	color: #2761d6;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.tickets-pia-link {
	width: 100%;
	color: #333;
	font-size: 100%;
	/*font-weight: bold;*/
	text-align: center;
	margin-bottom: 20px;
}

/* 一般販売 */
.tickets-ippan-area {
	font-size: 100%;
	color: #333;
	line-height: 1.8em;
	text-align: left;
}

.tickets-ippan-area ul {
	list-style:none; 
	padding: 0 10px;
}
.tickets-ippan-area ul li {
	padding: 8px 0 8px 22px;
	background:url(../images/pic_point_p.png);
	background-repeat:no-repeat;
	background-size: 8px;
	background-position: 8px 18px;
	border-top: 1px dotted #aaa;
}
.tickets-ippan-area ul li:last-child {
	border-bottom: 1px dotted #aaa;
}
.tickets-ippan-block {
	display: flex;
}
.tickets-ippan-block .flex-right {
	padding: 0 0 0 20px;
}
.tickets-ippan-cord {
	border: 1px solid #777;
	padding: 0 4px;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　お問い合わせ　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#contact {
	padding: 0 50px;
	margin: 0 0 30px 0;
}
.contact1 {
	border-top: 1px solid #fe5083;
	border-bottom: 1px solid #fe5083;
	padding: 15px;
	line-height: 1.8em;
}
.contact1 strong {
	color: #fe5083;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース記事　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#news2nd-area {
	width: 100%;
	padding: 80px 20px 50px;
	background-image: url(../images/background_gray.jpg);
	background-attachment: fixed;
	background-color: #f7f7f7;
	position: relative;
	margin-bottom: 30px;
}
#news2nd-area:before {
	content: "";
	display: inline-block;
	background: url(../images/pic_date_back_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#news2nd-area:after {
	content: "";
	display: inline-block;
	background: url(../images/pic_date_back_bot.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#news2nd-win {
	width: 100%;
	padding: 0 50px;
}
#news2nd-win-in {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 70px 50px 50px;
	position: relative;
}

#news2nd-win-in h2 {
	width: 100%;
	max-width: 463px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.news2nd {
	margin: 0px 0 40px;
}
.news2nd-top {
	display: flex;
	border-top: 1px solid #fe5083;
	border-bottom: 1px solid #fe5083;
	padding: 20px 0;
}
.news2nd-icon {
	width: 50px;
	margin: 0 20px 0 10px;
}
.news2nd .news2nd-title {
	width: calc(100% - 80px);
	margin: 2px 0 0 0;
	line-height: 1.8em;
}
.news2nd .news2nd-title .title {
	font-size: 130%;
	font-weight: bold; 
}
.news2nd .news2nd-title .date {
	font-size: 90%;
	color: #555;
	margin: 0 10px;
}

.news2nd-text {
	padding: 14px 10px 10px 10px;
}
.news2nd-text-in {
	padding: 12px;
	line-height: 1.8em;
}

.bottom-navi-btn2 {
	width: 200px;
	margin: auto;
}
.bottom-navi-btn2 a {
	width: 100%;
	display: block;
	border: 1px solid #fe5083;
	background-color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fe5083;
	margin: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.bottom-navi-btn2 a:hover {
	background-color: #fe5083;
	color: #fff;
}
.bottom-navi-btn2 a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url(../images/pic_arrow_left_p.png);
	background-size: contain;
        position: absolute;
	left: 20px;
        top: 50%;
	transform: translateY(-50%);
}
.bottom-navi-btn2 a:hover::after {
	background-image: url(../images/pic_arrow_left_w.png);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ご来場のみなさまへ　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#chui {
	padding: 0 50px;
	margin: 0 0 70px 0;
}
.chui-header {
	width: 100%;
	max-width: 463px;
	text-align: center;
	margin: 0 auto 20px;
}
.chui-area {
	text-align: left;
	/*border: 3px double #fe5083;*/
	border-radius: 20px;
	margin-bottom: 20px;
}
.chui-area ul {
	margin: 0;
	padding: 0;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#footer {
	width: 100%;
}
#footer-logo {
	width: 100%;
	background-color: #fff;
	border-top: 4px solid #ffb5cb;
	padding: 25px;
	display: flex;
}
.footer-logo-area {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo1 {
	width: 100%;
	max-width: 409px;
	margin: 0 20px;
}
.footer-logo2 {
	width: 100%;
	max-width: 255px;
	margin: 0 20px;
}

#footer-kyosai-area {
	width: 100%;
	background-color: #fff;
	padding: 0 4% 0;
	text-align: center;
}
.footer-kyosai {
	width: 950px;
	display: inline-block;
	margin: auto;
	text-align: left;
}
.footer-kyosai strong {
	color: #fe5083;
}


#copyright {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #009ee7;
}

/* 協賛ロゴ */
#footer-kyosan-area {
	width: 100%;
	background-color: #fff;
	padding: 0 4% 25px;
	text-align: center;
}
.footer-kyosan {
	width: 950px;
	display: flex;
	/*flex-wrap: wrap;*/
	margin: auto;
}
.footer-kyosan-title {
	width: 50px;
	padding: 30px 0 0 0;
	/*
	display: flex;
	align-items: center;
	*/
}
.footer-kyosan-title strong {
	color: #fe5083;
}
.footer-kyosan-all {
	width: 880px;
}
.footer-kyosan-set1 {
	display: flex;
	width: 512px;
}
.footer-kyosan-set2 {
	display: flex;
	width: 388px;
	margin: 20px 0;
}
.kyosan-logo-01 {
	width: 170px;
	margin: 0 10px 0 0;
}
.kyosan-logo-02 {
	width: 170px;
	margin: 0 10px 0 0;
}
.kyosan-logo-03 {
	width: 142px;
	margin: 0 10px 0 0;
}
.kyosan-logo-04 {
	width: 189px;
	margin: 0 10px 0 0;
}
.kyosan-logo-05 {
	width: 189px;
}

@media screen and (min-width: 651px) and (max-width: 1000px) {
	.footer-kyosai {
		width: 100%;
	}
	.footer-kyosan {
		width: 100%;
	}
	.footer-kyosan-set2 {
		margin: 0 0 0 50px;
	}
	.kyosan-logo-all {
		width: calc(100% - 50px);
	}
}





