@charset "utf-8";

/*------------------------------------------------------------
[SP] font&setting
[SP] for SP
[SP] summerfes_contents
[SP] hamburger menu
[SP] fat-nav spmenu
[SP] aside.sfes_footer
[SP] header.contents_title
[SP] contents & section common
[SP] program
[SP] ticket
[SP] profile
[SP] movie mv youtube
[SP] extra
[SP] producer
[SP] theme
[SP] akutagawa
[SP] #summer_top
------------------------------------------------------------ */

@media screen and (max-width:767px) {

	/*------------------------------------------------------------
[SP] font&setting
------------------------------------------------------------ */
	body {
		-webkit-text-size-adjust: 100%;
		/*iOSsafariのfont自動調整無効*/
		text-size-adjust: 100%;
	}

	#suntory_contents #summerfes_contents * {
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}

	#suntory_contents #summerfes_contents {
		font-feature-settings: normal;
		letter-spacing: -0.01em;
	}

	#suntory_contents #summerfes_contents {
		font-size: 3.73333333vw;
		line-height: 1.7;
	}

	/*------------------------------------------------------------
[SP] for SP
------------------------------------------------------------ */
	#summerfes_contents .summer_header {
		display: none;
	}

	/*------------------------------------------------------------
[SP] summerfes_contents
------------------------------------------------------------ */
	/*別window*/
	#summerfes_contents a.win {
		padding-right: 4vw;
	}

	#summerfes_contents a.win::after {
		width: 4vw;
		height: 1em;
		background-size: 2.4vw;
	}

	/*(c)マーク*/
	#summerfes_contents .copyright {
		padding-top: 0.8vw;
		font-size: 2.4vw;
	}

	#summerfes_contents .copyright::before {
		font-size: 2.4vw;
	}

	/*------------------------------------------------------------
[SP] hamburger menu
------------------------------------------------------------ */
	#suntory_contents #summerfes_contents {
		position: relative;
	}

	#suntory_contents #summerfes_contents .ham_position {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		padding: 0;
		transition: 0.5s all;
		z-index: 98;
	}
	#suntory_contents #summerfes_contents .ham_position:has(.active) {
		z-index: 101;
	}

	#suntory_contents #summerfes_contents .ham_position.stickycss {
		display: block;
		position: sticky;
		width: 24vw;
	}

	#suntory_contents #summerfes_contents .hamburger {
		display: block;
		position: absolute;
		width: 14.4vw;
		height: 14.4vw;
		top: 2.4vw;
		left: 4vw;
		background-color: #1dafd3;
		border-radius: 50%;
		padding: 3.46666667vw;
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		color: #fff;
		text-align: center;
		transition: all 0.5s;
	}
	#suntory_contents #summerfes_contents .ham_position.stickycss .hamburger {
		top: 64px;
	}

	#suntory_contents #summerfes_contents .hamburger.active {
		position: fixed;
		background-color: rgba(255, 255, 255, 0.8);
		transition: all 0s;
		top: 2.5vw!important;
	}

	#suntory_contents #summerfes_contents .hamburger_icon {
		position: relative;
		margin-top: 3.2vw;
	}

	#suntory_contents #summerfes_contents .hamburger_icon,
	#suntory_contents #summerfes_contents .hamburger_icon::before {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all 0s;
	}

	#suntory_contents #summerfes_contents .hamburger_icon::before {
		position: absolute;
		content: "";
		top: -1.86666667vw;
		transition: all 0s;
	}

	#suntory_contents #summerfes_contents .hamburger_icon::after {
		display: block;
		position: absolute;
		content: "Menu";
		font-size: 2.6vw;
		color: #fff;
		top: 1.86666667vw;
		left: 0;
		letter-spacing: 1px;
	}

	#suntory_contents #summerfes_contents .hamburger.active .hamburger_icon::before {
		top: -1.33333333vw;
	}

	#suntory_contents #summerfes_contents .hamburger.active .hamburger_icon::after {
		width: 100%;
		height: 2px;
		transition: all 0s;
		position: absolute;
		content: "";
		top: 2.4vw;
	}

	#suntory_contents #summerfes_contents .hamburger.active .hamburger_icon {
		background-color: transparent;
	}

	#suntory_contents #summerfes_contents .hamburger.active .hamburger_icon::before,
	#suntory_contents #summerfes_contents .hamburger.active .hamburger_icon::after {
		background-color: #000;
		transition: all 0s;
	}

	.hamburger.active .hamburger_icon::before {
		transform: translateY(1.86666667vw) rotate(45deg);
	}

	.hamburger.active .hamburger_icon::after {
		transform: translateY(-1.86666667vw) rotate(-45deg);
	}

	/*------------------------------------------------------------
[SP] fat-nav spmenu
------------------------------------------------------------ */
	#suntory_contents #summerfes_contents .fat-nav {
		z-index: 99;
		position: fixed;
		/* 	display: none; */
		top: 0;
		left: 0;
		padding: 4.8vw 4vw 8vw;
		width: 100%;
		height: 100%;
		background: rgba(247, 247, 247, 0.95);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}

	#suntory_contents #summerfes_contents .fat-nav.active {
		opacity: 1;
		visibility: visible;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper {
		width: 100%;
		height: 100%;
		display: table;
		table-layout: fixed;
		text-decoration: none;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper a {
		color: #000;
		text-decoration: none;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper a:hover {
		color: #00afd5;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper .link_home {
		margin: 0 auto;
		width: 24vw;
		height: 18.13333333vw;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper .link_home a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/img_logo22.svg) no-repeat left top;
		background-size: contain;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dl {
		width: 100%;
		margin: 0;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dt {
		margin: 8vw 0 0;
		border-top: 2px solid;
		cursor: pointer;
		background: url('../img/arrow_open.png') no-repeat right 1vw center;
		background-size: 4vw;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dt.active {
		background: url('../img/arrow_close.png') no-repeat right 1vw center;
		background-size: 4vw;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper h4 {
		font-size: 4.53333333vw;
		font-weight: 600;
		line-height: 1.5;
		padding: 2.4vw 0 0;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dd {
		display: none;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dd.active {
		display: block;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dt.spmenu01 {
		border-color: #ee7400;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dt.spmenu02 {
		border-color: #ae1b99;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dt.spmenu03 {
		border-color: #009899;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper h5 {
		font-weight: 600;
		line-height: 1;
		margin-top: 8vw;
		padding: 0 0 2.4vw;
		border-bottom: 1px solid #ee7400;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dd ul {
		padding-left: 2.4vw;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper dd li {
		font-size: 3.46666667vw;
		line-height: 1.5;
		margin: 3.2vw 4vw 0 0;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper li.bt_lang {
		width: 40vw;
		height: 12vw;
		margin: 4vw auto 0;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper li.bt_lang a {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
		width: 100%;
		height: 100%;
		padding: 0 2.4vw;
		line-height: 12vw;
		background: #FFF;
		box-shadow: 0.4vw 0.4vw 1.2vw 0 rgba(0, 0, 0, .15);
		border-radius: 1.6vw;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper li.bt_history {
		width: 72vw;
		height: 12vw;
		margin: 12vw auto 0;
	}

	#suntory_contents #summerfes_contents .fat-nav_wrapper li.bt_history a {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
		width: 100%;
		height: 100%;
		padding: 0 2.4vw 0 0;
		line-height: 12vw;
		background: #fff url(../img/arrow_right_aqua.svg) no-repeat right 2.666666667vw center;
		background-size: 6px;
		box-shadow: 0.4vw 0.4vw 1.2vw 0 rgba(0, 0, 0, .15);
		border-radius: 1.6vw;
	}

	/*------------------------------------------------------------
[SP] aside.sfes_footer
------------------------------------------------------------ */
	#summerfes_contents .sfes_footer {
		background: #f3f3f3;
		padding: 6vw 3.2vw 12vw;
	}

	#summerfes_contents .sfes_footer a {
		color: #000;
		text-decoration: none;
	}

	#summerfes_contents .sfes_footer a:hover {
		color: #00afd5;
	}

	#summerfes_contents .sfes_footer .link_home {
		margin: 0 auto;
		width: 24vw;
		height: 18.13333333vw;
	}

	#summerfes_contents .sfes_footer .link_home a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/img_logo22.svg) no-repeat left top;
		background-size: contain;
	}

	#summerfes_contents .sfes_footer dl {
		width: 100%;
		margin: 0;
	}

	#summerfes_contents .sfes_footer dt {
		margin: 8vw 0 0;
		border-top: 2px solid;
	}

	#summerfes_contents .sfes_footer h4 {
		font-size: 4.53333333vw;
		font-weight: 600;
		line-height: 1.5;
		padding: 2.4vw 0 0;
	}

	#summerfes_contents.producer .sfes_footer .miniindex dt {
		border-color: #ee7400;
	}

	#summerfes_contents.theme .sfes_footer .miniindex dt {
		border-color: #ae1b99;
	}

	#summerfes_contents.akutagawa .sfes_footer .miniindex dt {
		border-color: #009899;
	}

	#summerfes_contents .sfes_footer h5 {
		font-weight: 600;
		line-height: 1;
		margin-top: 8vw;
		padding: 0 0 2.4vw;
		border-bottom: 1px solid #ee7400;
	}

	#summerfes_contents .sfes_footer .miniindex dd ul {
		padding-left: 2.4vw;
	}

	#summerfes_contents .sfes_footer .miniindex dd li {
		font-size: 3.46666667vw;
		line-height: 1.5;
		margin-top: 3.2vw;
	}

	/*------------------------------------------------------------
[SP] header.contents_title
------------------------------------------------------------ */
	#summerfes_contents .contents_title .layout {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		margin: 0;
		width: 100%;
		padding: 2.4vw 0 0 0;
		position: relative;
	}

	#summerfes_contents .contents_title h1 {
		display: block;
		color: #FFF;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 2.4vw 4vw 20vw;
		order: 2;
	}

	/*pagetitle*/
	#summerfes_contents.producer .contents_title h1 {
		background: url(../img/producer/bg_h1_producer_sp.png) no-repeat left top / 100%;
		height: 29.33333333vw;
	}

	#summerfes_contents.theme .contents_title h1 {
		background: url(../img/theme/bg_h1_theme_sp.png) no-repeat left top / 100%;
		height: 32vw;
	}

	#summerfes_contents.akutagawa .contents_title h1 {
		background: url(../img/akutagawa/bg_h1_akutagawa_sp.png) no-repeat left top / 100%;
		height: 30.66666667vw;
	}

	#summerfes_contents .contents_title .base {
		display: block;
		width: 100%;
		order: 3;
	}

	#summerfes_contents.producer .contents_title .base {
		background-color: #ee7400;
	}

	#summerfes_contents.theme .contents_title .base {
		background-color: #ae1b99;
	}

	#summerfes_contents.akutagawa .contents_title .base {
		background-color: #009899;
	}

	#summerfes_contents .contents_title .base figure {
		width: auto;
		height: 48vw;
		margin: -12.8vw 4vw 0;
		float: left;
	}

	#summerfes_contents .contents_title .base figure img {
		width: auto;
		height: 48vw;
	}

	#summerfes_contents .contents_title .base .lead {
		padding: 4vw;
		line-height: 1.8;
	}

	#summerfes_contents .contents_title .base .lead p {
		color: #FFF;
	}

	#summerfes_contents .contents_title .returntop {
		margin: 0 4vw 0 auto;
		padding: 0;
		width: 20vw;
		order: 1;
	}

	#summerfes_contents .contents_title .returntop a {
		display: block;
		width: 100%;
		height: auto;
	}

	/*------------------------------------------------------------
[SP] contents & section common
------------------------------------------------------------ */
	#summerfes_contents .contents {
		padding: 0 0 16vw;
	}

	/*------------------------------------------------------------
[SP] pglink
------------------------------------------------------------ */
	#summerfes_contents .program_container .pglink+section.program {
		padding-top: 8vw;
	}

	#summerfes_contents .program_container .pglink {
		width: 100%;
		padding: 8vw 0 0;
	}

	#summerfes_contents .program_container .pglink ul+ul {
		margin: 4vw auto 0;
	}

	#summerfes_contents .program_container .pglink li {
		width: 84vw;
		margin: 4vw auto 0;
		border-radius: 1vw;
	}

	#summerfes_contents .program_container .pglink li:first-child {
		margin-top: 0;
	}

	#summerfes_contents .program_container .pglink li a {
		width: 100%;
		padding: 2.4vw 8vw 2.4vw 4.8vw;
		font-size: 3.46666667vw;
		line-height: 1.5;
		background: #fff url('../img/arrow_open.png') no-repeat right 3.2vw center / 3.2vw;
		border-radius: 1vw;
		box-shadow: 0.4vw 0.4vw 1.6vw 0 rgba(0, 0, 0, .1);
	}

	#summerfes_contents .program_container .pglink li.win a {
		background-image: none;
		padding: 2.4vw 4.8vw;
	}

	/*=====================================
[SP] program 公演
=====================================*/
	#summerfes_contents .program_container {
		padding: 0 3.2vw 16vw;
	}

	#summerfes_contents .program_container section.program {
		padding: 16vw 0 0;
	}

	/*白枠*/
	#summerfes_contents .program .inner {
		background: #fff;
		padding: 8vw 4vw 0;
	}

	/*中身幅*/
	#summerfes_contents .program .inside {}

	#summerfes_contents .program .grid {
		display: block;
	}

	#summerfes_contents .program .inner .prog_left {
		width: 100%;
	}

	#summerfes_contents .program .grid .prog_img.right {
		margin-top: 8vw;
		width: 100%;
	}

	/*[SP] 公演タイトル ------------------------------------------------------------ */
	#summerfes_contents .program h2.event_title {
		margin: 0;
		padding: 0 0 2.4vw 0;
		font-size: 6.4vw;
		line-height: 1.3;
	}

	#summerfes_contents .program h2.event_title .md_txt {
		font-size: 5.333333333vw;
		font-weight: 600;
	}

	#summerfes_contents .program h2.event_title .sm_txt {
		font-size: 4.8vw;
		font-weight: 600;
	}

	#summerfes_contents .program h2.event_title .note_txt {
		font-size: 4vw;
		font-weight: 600;
	}

	#summerfes_contents .program .date {
		padding: 2.4vw 0;
	}

	#summerfes_contents .program .date p {
		line-height: 1.5;
	}

	#summerfes_contents .program .date .day {
		font-size: 5.6vw;
	}

	#summerfes_contents .program .date .open {
		font-weight: normal;
		margin-right: 2.4vw;
		font-size: 3.46666667vw;
	}

	/*[PC] 公演 写真------------------------------------------------------------ */
	#summerfes_contents .program .prog_img figure figcaption {
		display: block;
		padding: 5.6vw 0 0;
		font-size: 3.2vw;
	}

	#summerfes_contents .program .grid .prog_img.right figure {
		width: 60vw;
		margin: 0 auto;
	}

	#summerfes_contents .program .prog_img.grid {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 8vw;
	}

	#summerfes_contents .program .prog_img.grid figure {
		width: 40vw;
		padding-bottom: 4vw;
	}

	#summerfes_contents .program .prog_img.grid figure:nth-child(2n+1):last-child {
		margin: 0 auto;
	}

	#summerfes_contents .program .grid .prog_img.right figure+figure {
		margin-top: 4vw;
	}

	/*[PC] 公演 曲目------------------------------------------------------------ */
	#summerfes_contents .program ul.number li.num_person {
		padding: 0 0 0 4vw;
		margin: 4vw 0 0;
		font-size: 4.26666667vw;
		letter-spacing: -0.03em;
	}

	#summerfes_contents .program ul.number li.num_person::before {
		top: 2.133333333vw;
		left: 0;
		width: 2.133333333vw;
		height: 2.133333333vw;
		border-radius: 1.06666667vw;
	}

	#summerfes_contents .program ul.number li.num_title {
		padding: 0 0 0 4vw;
		margin: 1.6vw 0 0;
		font-size: 4.26666667vw;
		letter-spacing: -0.03em;
	}

	/*SPのみ曲目一行*/
	#summerfes_contents .program ul.number li.num_person.spinline {
		display: inline-block;
	}

	#summerfes_contents .program ul.number li.num_person.spinline+li.num_title {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	/*SPのみ曲目文字詰め*/
	#summerfes_contents .program ul.number li .sp_closely {
		letter-spacing: -0.08em;
	}

	/*欧文タイトル*/
	#summerfes_contents .program ul.number li.eng_txt {
		padding: 0 0 0 4vw;
		margin: 0.8vw 0 0;
		font-size: 3.2vw;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 1.4;
	}

	/*年*/
	#summerfes_contents .program ul.number li .year {
		font-size: 3.2vw;
		font-weight: normal;
		letter-spacing: 0;
		margin: 0 -0.4em;
	}

	/*補足 中サイズ*/
	#summerfes_contents .program ul.number li .txt_md {
		font-size: 3.46666667vw;
	}

	/*共同委嘱*/
	#summerfes_contents .program ul.number li .commission {
		font-size: 3.2vw;
		font-weight: normal;
	}

	/*初演*/
	#summerfes_contents .program ul.number li .icon_first {
		padding: 0.8vw 2vw;
		color: #fff;
		font-size: 3.2vw;
		line-height: 1;
		border-radius: 2.6vw;
		white-space: nowrap;
	}

	#summerfes_contents .program ul.number li span+.icon_first {
		margin-left: 1.6vw;
	}

	/*訳注*/
	#summerfes_contents .program li sup {
		margin-left: 0.8vw;
		font-size: 2.666666667vw;
		font-weight: 600;
	}

	#summerfes_contents .program li sup.dia_green {
		margin-left: 0.4vw;
		font-size: 1.866666667vw;
		color: #62b065;
		font-weight: normal;
	}

	#summerfes_contents .program li sup.dia_lilac {
		margin-left: 0.4vw;
		font-size: 1.866666667vw;
		color: #c68ab5;
		font-weight: normal;
	}

	/*ルビ*/
	#summerfes_contents ruby rt {
		font-weight: normal;
		padding: 0 0.1em;
	}

	/*[SP] 曲目 補足情報------------------------------------------------------------ */
	#summerfes_contents .program .prog_info {
		margin: 6.4vw 0 0 0;
		padding: 0;
	}

	#summerfes_contents .program .prog_info.attend {
		margin: 1.6vw 0 0 0;
		padding: 0 0 0 4vw;
		font-size: 3.46666667vw;
	}

	#summerfes_contents .program .prog_info.num_title_attend {
		margin: 1.6vw 0 3.2vw;
		padding: 0 0 0 6.4vw;
		font-size: 3.46666667vw;
	}

	#summerfes_contents .program .prog_info ul+ul,
	#summerfes_contents .program .prog_info p+p,
	#summerfes_contents .program .prog_info ul+p {
		margin-top: 4vw;
	}

	#summerfes_contents .program .prog_info p.change_notes {
		font-size: 3.2vw;
	}
	/*[SP] プログラムノート ------------------------------------------------------------ */
	#summerfes_contents .programnote_pdf {
	margin: 8vw 0;
}
#summerfes_contents .programnote_pdf .bt_pdf_download {
	margin: 0 auto;
	width: 68vw;
}
#summerfes_contents .programnote_pdf .bt_pdf_download a {
	padding: 0 2vw 0 12vw;
	line-height: 12vw;
	border-radius: 1vw;
	background-position: right 4vw center, left 4vw center;
	background-size: 2.4vw, 18px;
}
#summerfes_contents .programnote_pdf .bt_pdf_download a .sm_txt {
	display: inline-block;
	font-size: 2.93333333vw;
	margin-left: 0.8vw;
}
	/*[SP] ticket チケット ------------------------------------------------------------ */
	#summerfes_contents .program .ticket.inner {
		padding: 8vw 0 0;
	}

	#summerfes_contents .program .ticket .inside {
		width: 100%;
		padding: 6.4vw 4vw 8vw;
		background: #f3f3f3;
	}

	#summerfes_contents .program .ticket .fee,
	#summerfes_contents .program .ticket .buy {
		width: 100%;
	}

	#summerfes_contents .program .ticket .fee h3 {
		font-weight: 600;
	}

	#summerfes_contents .program .seat li {
		margin-top: 3.2vw;
	}

	#summerfes_contents .program .seat li {
		font-weight: 600;
	}

	#summerfes_contents .program .seat li .setsmall {
		font-size: 3.46666667vw;
		margin: 0 1vw;
	}

	#summerfes_contents .program .ticket .fee .ticket_schedule {
		margin: 6.4vw 0 0 0;
	}

	#summerfes_contents .program .ticket .fee .ticket_schedule th,
	#summerfes_contents .program .ticket .fee .ticket_schedule td {
		display: block;
		text-align: left;
		font-size: 3.46666667vw;
	}

	#summerfes_contents .program .ticket .fee .ticket_schedule th {
		font-weight: normal;
		font-size: 14px;
	}

	#summerfes_contents .program .ticket .ticket_schedule td {
		padding-left: 2.4vw;
	}

	#summerfes_contents .program .ticket .link_members {
		margin: 1.6vw 0 6.4vw;
		font-size: 13px;
		letter-spacing: 0.02em;
	}

	#summerfes_contents .program .ticket_notes {
		text-indent: -1em;
		margin-left: 1em;
		font-size: 3.46666667vw;
	}

	#summerfes_contents .program .ticket .buy li {
		display: block;
		width: 80vw;
		height: 16vw;
		margin: 4.8vw auto 0;
	}

	#summerfes_contents .program .ticket .buy li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 0 0 7.2vw;
		font-size: 3.46666667vw;
		line-height: 16vw;
		text-decoration: none;
		color: #FFF;
		border-radius: 1vw;
		background: #00AFD5 url(../img/arrow_right.svg) no-repeat right 4vw center / 2.4vw;
		box-shadow: 0.4vw 0.4vw 1.6vw 0 rgba(0, 0, 0, .15);
	}

	#summerfes_contents .program .ticket .buy li a .day {
		font-weight: 600;
		font-size: 4.8vw;
	}

	#summerfes_contents .program .ticket .setticket_all {
		margin-top: 4vw;
		border: 1px solid #999;
		padding: 3.2vw;
	}

	#summerfes_contents .program .ticket .setticket_all .set_title {
		font-weight: 600;
		font-size: 4.266666667vw;
	}

	#summerfes_contents .program .ticket .setticket_all .set_detail {
		margin: 1.6vw 0 4vw;
		font-size: 3.733333333vw;
	}

	/*=====================================
[SP] profile/extra
=====================================*/
	#summerfes_contents .contents>section {
		padding: 16vw 3.2vw 0;
	}

	#summerfes_contents section h3.h3subtl {
		margin: 0 0 5.6vw 0;
		padding: 2.4vw 4vw;
		font-size: 5.6vw;
		line-height: 1.5;
	}

	#summerfes_contents section h3.h3subtl .h3midtxt {
		font-size: 4.8vw;
	}

	#summerfes_contents section h3.h3subtl .h3smalltxt {
		display: block;
		margin: 1.6vw 0 0 0;
		font-size: 3.73333333vw;
	}

	#summerfes_contents section h3.h3subtl .sstxt {
		margin: 0;
		font-size: 3.46666667vw;
	}

	/*------------------------------------------------------------
[SP] profile
------------------------------------------------------------ */
	#summerfes_contents .profile .grid+h3.h3subtl {
		margin-top: 8vw;
	}

	#summerfes_contents .profile .inner>p {
		font-size: 3.46666667vw;
		margin: 4vw 0;
		text-align: center;
	}

	#summerfes_contents .profile .grid {
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		/*		row-gap: 8vw;
		column-gap: 4vw;*/
	}

	#summerfes_contents .profile .closely {
		letter-spacing: -0.15em;
	}

	#summerfes_contents .profile figure {
		display: block;
		width: 42.4vw;
		margin-bottom: 8vw;
	}

	#summerfes_contents .profile figure.mb0 {
		margin-bottom: 0;
	}

	#summerfes_contents .profile figure.wide {
		width: 80vw;
	}

	#summerfes_contents .profile figure figcaption {
		display: block;
		padding: 5.6vw 0 0;
		font-size: 3.2vw;
		text-align: center;
	}

	#summerfes_contents .profile figure a {
		display: block;
	}

	/*------------------------------------------------------------
[SP] extra common
------------------------------------------------------------ */
	#summerfes_contents .extra .inside p.extrasub {
		margin-top: 8vw;
		font-weight: bold;
	}

	#summerfes_contents .extra .inside p+p {
		margin-top: 4vw;
	}

	/*水色外部リンクボタンcommon*/
	#summerfes_contents .extra .bt_extra_link a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 2.666666667vw 0 3.2vw 0;
		line-height: 1.5;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		background: #00AFD5;
		border-radius: 1vw;
		box-shadow: 0.4vw 0.4vw 1.6vw 0 rgba(0, 0, 0, .1);
	}

	#summerfes_contents .extra .bt_extra_link a.win {
		padding: 2.666666667vw 3.2vw 3.2vw 0;
		background: #00AFD5 url(../img/icon_external_wh.svg) no-repeat right 4vw center / 2.4vw;
	}

	#summerfes_contents .extra .bt_extra_link .sm_txt {
		font-size: 3.2vw;
	}

	/*------------------------------------------------------------
[SP] movie mv youtube
------------------------------------------------------------ */
	#summerfes_contents section .mv h4 {
		font-weight: normal;
		line-height: 1.5;
	}

	#summerfes_contents section .mv {
		width: 100%;
		padding: 4vw;
	}

	#summerfes_contents section .mv+.mv {
		margin-top: 4vw;
	}

	#summerfes_contents section .mv .movie {
		margin: 4vw 0 0;
	}

	#summerfes_contents section.moviearea .mv+.mv {
		margin-top: 12vw;
	}

	/*event_mv*/
	section#event_mv .inner {
		padding: 8vw 0;
	}

	section#event_mv .mv .movie {
		margin: 0;
	}

	section#event_mv .grid {
		display: block;
	}

	section#event_mv .mv {
		margin: 0 auto;
	}

	section#event_mv .mv {
		width: 100%;
		line-height: 1.5;
		padding: 4vw;
		text-align: center;
		background-color: #FFF;
	}

	#event_mv p.smalltxt {
		font-size: 3.2vw;
		padding: 0 4vw;
	}

	/*------------------------------------------------------------
[SP] producer
------------------------------------------------------------ */
	#summerfes_contents .program#prod01 .prog_img figure {
		width: 100%;
		margin: 4vw 0 0;
	}

	/*extra #prod_maincast*/
	#summerfes_contents .extra#prod_maincast p.signature {
		text-align: right;
	}

	#summerfes_contents .extra#prod_maincast figure {
		width: 80vw;
		margin: 0 auto 4vw;
	}

	#summerfes_contents .extra#prod_maincast figure figcaption {
		padding: 5.6vw 0 0;
		font-size: 3.2vw;
		text-align: center;
	}

	#summerfes_contents .program#prod04 p.numnotes {
		font-size: 3.2vw;
		margin: 3.2vw 0 0 8vw;
		text-indent: -3.2vw;
	}

	#summerfes_contents .program#prod04 p.numnotes+p {
		margin-top: 0;
	}

	/*演奏作品作曲家年表*/
	#summerfes_contents .extra#timeline .pdflink {
		margin: 4vw 0 0;
		text-align: center;
	}

	/*インタビュー*/
	#summerfes_contents .extra#interview_et .inside {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#summerfes_contents .extra#interview_et .left_text {
		order: 2;
	}

	#summerfes_contents .extra#interview_et figure {
		order: 1;
		width: 44vw;
		margin: 0 auto 8vw;
	}

	#summerfes_contents .extra#interview_et .outline_txt {
		border: 1px solid #999;
		padding: 4vw;
		margin-top: 8vw;
	}

	#summerfes_contents .extra#interview_et .outline_txt p+p {
		margin-top: 1.6vw;
	}

	#summerfes_contents .extra#interview_et .outline_txt p .sm_txt {
		font-size: 3.466666667vw;
		color: #006599;
	}

	#summerfes_contents .extra#interview_et .bt_extra_link {
		width: 72vw;
		height: 40px;
		margin: 4vw auto 0;
	}

	/*ONTOMO記事*/
	#summerfes_contents .extra#recommend .inside {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#summerfes_contents .extra#recommend .left_text {
		order: 2;
	}

	#summerfes_contents .extra#recommend figure {
		order: 1;
		width: 60vw;
		margin: 0 auto 8vw;
	}

	#summerfes_contents .extra#recommend .outline_txt {
		border: 1px solid #999;
		padding: 4vw;
		margin-top: 4vw;
	}

	#summerfes_contents .extra#recommend .inside p.extrasub {
		margin-top: 0;
	}

	#summerfes_contents .extra#recommend .inside .writer {
		font-weight: normal;
	}

	/*外部メディアへリンク*/
	#summerfes_contents .extra .inside p.out_media {
		padding: 0 0 0 1em;
	}

	#summerfes_contents .extra .inside p.out_media::before {
		content: "・";
		display: inline-block;
		width: 0.75em;
		margin-left: -0.75em;
	}

	#summerfes_contents .extra .inside dl.out_article {
		border-bottom: 1px dotted #999;
		padding: 4vw 0;
		margin: 0 4vw;
	}

	#summerfes_contents .extra .inside dl.out_article:first-of-type {
		margin-top: 4vw;
		border-top: 1px dotted #999;
	}

	#summerfes_contents .extra .inside dl.out_article dt {
		margin: 0;
		width: 100%;
		padding: 0;
		font-weight: bold;
	}

	#summerfes_contents .extra .inside dl.out_article dt .sub_txt {
		display: block;
		font-weight: normal;
	}

	#summerfes_contents .extra .inside dl.out_article dd {
		margin: 2.4vw 0 0;
		padding: 0 2em;
	}

	/*------------------------------------------------------------
[SP] theme
------------------------------------------------------------ */

	#summerfes_contents.theme h3.event_sub-title {
		margin: 5.6vw 0 1.6vw 0;
		font-size: 4.266666667vw;
		line-height: 1.5;
	}

	#summerfes_contents.theme p.event_eng {
		line-height: 1.5;
		font-size: 3.2vw;
	}

	#summerfes_contents.theme #workshop .lead {
		margin: 6.4vw 0 0 0;
		padding: 0;
	}

	/*募集表示*/
	#summerfes_contents.theme #workshop .call {
		padding: 2.4vw;
		margin: 6.4vw 0;
	}

	#summerfes_contents.theme #workshop .call .title {
		font-size: 4.266666667vw;
	}

	#summerfes_contents.theme #workshop .call p {
		font-size: 3.466666667vw;
		margin: 1.6vw 0 0;
	}

	#summerfes_contents #workshop ul.number li.num_person {
		margin: 3.2vw 0 0 4vw;
	}

	.theme #theme02 .grid {
		display: flex;
		flex-flow: column nowrap;
	}

	.theme #theme02 .prog_left {
		order: 1;
	}

	.theme #theme02 .prog_wide {
		order: 2;
	}

	.theme #theme02 .prog_img {
		order: 3;
	}

	/*extra #theme_maincast*/
	#summerfes_contents .extra#theme_maincast p.signature {
		text-align: right;
	}

	#summerfes_contents .extra#theme_maincast figure {
		width: 40vw;
		margin: 0 auto 4vw;
	}

	#summerfes_contents .extra#theme_maincast figure figcaption {
		padding: 5.6vw 0 0;
		font-size: 3.2vw;
		text-align: center;
	}

	#summerfes_contents .extra#theme_about figure {
		width: 72vw;
		margin: 8vw auto 4vw;
	}

	#summerfes_contents .extra figure figcaption {
		display: block;
		padding: 4vw 0 0;
		font-size: 3.2vw;
		text-align: center;
		position: relative;
	}

	/*------------------------------------------------------------
[SP] akutagawa
------------------------------------------------------------ */
	.akutagawa #award .grid {
		display: flex;
		flex-flow: column nowrap;
	}

	.akutagawa #award .prog_left {
		order: 1;
	}

	.akutagawa #award .prog_wide {
		order: 2;
	}

	.akutagawa #award .prog_img {
		order: 3;
	}

	.akutagawa #award #vote {
		order: 4;
	}

	#summerfes_contents .program#award .date .online {
		display: block;
		width: 48vw;
		height: 9.6vw;
		margin: 4vw auto 1.6vw;
	}

	#summerfes_contents .program#award .date .online a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px 0 40px;
		font-size: 14px;
		color: #00AFD5;
		background: url(../img/arrow_down.png) no-repeat right 15px center / 12px;
		border-radius: 5px;
		text-decoration: none;
		border: 2px solid #00AFD5;
		position: relative;
	}

	#summerfes_contents .program#award .date .online a::before {
		content: "";
		display: block;
		position: absolute;
		width: 8vw;
		height: 100%;
		left: 0;
		top: 0;
		background: #00AFD5;
	}

	#summerfes_contents .program#award .date .online a::after {
		content: "";
		display: block;
		position: absolute;
		width: 10px;
		height: 10px;
		left: 10px;
		background: linear-gradient(to bottom left, transparent 50%, #ffffff 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #ffffff 51%) no-repeat bottom left/100% 50%;
	}

	#summerfes_contents.akutagawa h3.event_sub-title {
		margin: 6.4vw 0 0;
		font-size: 4.26666667vw;
		line-height: 1.5;
	}

	#summerfes_contents.akutagawa h3.event_sub-title .fwn {
		font-weight: normal;
		font-size: 3.73333333vw;
	}

	.akutagawa #award p.numnotes {
		font-size: 3.46666667vw;
		margin: 2.4vw 0 0 4vw;
	}

	.akutagawa #award p.numnotes.signature {
		text-align: right;
		margin: 0 0 0 4vw;
	}

	.akutagawa #award.program ul.meeting li {
		margin: 6.4vw 0 0;
		font-size: 4.26666667vw;
		font-weight: 600;
	}

	.akutagawa #award.program ul.meeting li .txt_s {
		display: block;
		font-size: 3.733333333vw;
		/*		font-weight: 500;*/
	}


	/*akutagawa #vote--------------*/
	.akutagawa #award #vote {
		width: 100%;
		margin: 8vw 0 0;
		padding: 4vw;
		border: 2px solid #009899;
	}

	.akutagawa #award #vote p.vote_tl {
		color: #009899;
		font-size: 4vw;
		text-align: center;
	}

	.akutagawa #award #vote h3.vote_h3 {
		color: #009899;
		font-size: 4.8vw;
		font-weight: 600;
		text-align: center;
		margin-bottom: 1.6vw;
	}

	.akutagawa #award #vote figure {
		width: 52vw;
		margin: 4vw auto 0;
	}

	.akutagawa #award #vote p {
		font-size: 3.466666667vw;
	}

	/*akutagawa online_ticket --------------*/
	#summerfes_contents .program .ticket+.inner {
		padding: 8vw 4vw;
	}

	#summerfes_contents .program .inside#online_ticket {
		width: 100%;
		padding: 4vw;
		border: 2px solid #009899;
	}

	#summerfes_contents.akutagawa #online_ticket .h3area {
		height: 22.4vw;
		padding: 0 17.6vw 0 0;
		background: url(../img/logo_dsh.svg) no-repeat right 2.4vw center / 14.4vw;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	#summerfes_contents.akutagawa #online_ticket h3 {
		width: 100%;
		color: #009899;
		font-size: 5.333333333vw;
		line-height: 1.3;
	}

	#summerfes_contents.akutagawa #online_ticket h3 .nowrap {
		white-space: nowrap;
	}

	#summerfes_contents .program #online_ticket .ot_title {
		margin: 4vw 0;
		font-weight: 600;
		font-size: 4.266666667vw;
	}

	#summerfes_contents.akutagawa #online_ticket .ot_table {
		margin: 4vw 0;
	}

	#summerfes_contents.akutagawa #online_ticket .ot_table th {
		display: block;
		width: 100%;
		font-size: 3.733333333vw;
		font-weight: 500;
		text-align: left;
	}

	#summerfes_contents.akutagawa #online_ticket .ot_table td {
		display: block;
		width: 100%;
		font-size: 3.733333333vw;
		font-weight: 500;
		padding: 0 0 0 1.5em;
	}

	#summerfes_contents.akutagawa #online_ticket .ot_table td.td_wide {
		padding: 0 0 0 0.5em;
	}

	/*akutagawa profile--------------*/
	#summerfes_contents.akutagawa .profile figure.winner {
		position: relative;
		margin: 0 0 12vw;
		width: 100%;
		text-align: center;
	}

	#suntory_contents #summerfes_contents.akutagawa .profile figure.winner a img,
	#suntory_contents #summerfes_contents.akutagawa .profile figure.winner a figcaption {
		margin: 0 auto;
		width: 42.4vw;
	}

	#summerfes_contents.akutagawa .profile figure.nominee {
		position: relative;
	}

	.akutagawa .profile figure h4 {
		padding: 0 0 1.6vw;
		color: #009899;
		font-size: 3.73333333vw;
		font-weight: 600;
	}

	.akutagawa .profile figure.nominee h4 {
		position: absolute;
		top: -8vw;
		left: 0;
		width: 87vw;
		text-align: center;
	}

	/*akutagawa extra--------------*/
	.akutagawa .extra#compose p.extrasub {
		margin-top: 12vw;
	}

	.akutagawa .extra#compose p.extrasub:first-child {
		margin-top: 0;
	}

	.akutagawa #compose ul.thefirst li {
		font-size: 3.46666667vw;
		text-indent: -3em;
		margin: 5px 0 0 3em;
	}

	.akutagawa .extra#message p.extrasub {
		text-align: center;
	}

	.akutagawa .extra#message figure {
		width: 36vw;
		margin: 4vw auto;
	}

	#summerfes_contents.akutagawa .extra#message .inside p+p {
		margin-top: 2.4vw;
	}

	/*------------------------------------------------------------
[SP] #summer_top
------------------------------------------------------------ */
	#summerfes_contents #top_contents {
		padding: 0;
	}

	#summerfes_contents #top_program {
		padding: 8vw 3.2vw 12vw;
	}

	#summerfes_contents #top_infoarea {
		padding: 12vw 3.2vw;
	}

	/*#summerfes_contents #top_movie {
	padding: 12vw 0 0;
}*/

	/*#main_title-------------------------------------------- */
	#summerfes_contents #main_title {
		width: 100%;
		padding: 53.6vw 0 0;
		background: #fff url(../img/top/maintitle22_sp.svg) no-repeat center top 6.4vw / 92vw;
		position: relative;
	}

	#summerfes_contents #main_title .logo35th {
		display: none;
	}

	#summerfes_contents #main_title .visiual {
		width: 100%;
		height: 46.875vw;
		background: #212150;
		overflow: hidden;
		position: relative;
	}

	#summerfes_contents #main_title .visiual::before {
		content: "";
		width: 100%;
		height: 46.875vw;
		background: url(../img/top/slide_cover_sp.png) no-repeat center top / 100%;
		position: absolute;
		top: 0;
		z-index: 10;
	}

	#summerfes_contents #main_title .visiual .area {
		position: absolute;
		width: 100%;
		height: 46.875vw;
	}

	#summerfes_contents #main_title h1 {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0px;
		line-height: 1;
		color: #FFF;
	}

	#summerfes_contents #main_title .logo_hall {
		display: none;
	}

	#summerfes_contents #main_title .release_date {
		/*		margin: 0;
		padding: 4vw 4vw 0;
		background-color: #CCF1FF;*/
		display: none;
	}

	/*	#summerfes_contents #main_title .release_date dt {
		display: inline-block;
		width: 28vw;
		margin: 0 2.4vw 0 0;
		padding: 2.133333333vw 0;
		font-size: 3.2vw;
		font-weight: 600;
		line-height: 1;
		text-align: center;
		background: #fff;
		border-radius: 4vw;
	}

	#summerfes_contents #main_title .release_date dd {
		display: inline-block;
		padding: 1.6vw 0;
		font-size: 3.733333333vw;
		font-weight: normal;
		font-weight: 600;
	}*/

	/*banner_area -------------------------------------------- */
	#summerfes_contents #top_program .banner_area {
		padding: 0 0 8vw;
	}

	#summerfes_contents #top_program .banner_area .event {
		display: block;
		width: 100%;
		padding: 4vw 4vw 5.6vw;
		background: #faf9f3 url(../img/logo_dsh.svg) no-repeat right 6.4vw top 4.8vw / 13.6vw;
		border-radius: 2.4vw;
	}

	#summerfes_contents #top_program .banner_area .ev_site {
		width: 52vw;
	}

	#summerfes_contents #top_program .banner_area .ev_site a {
		display: block;
		font-size: 3.466666667vw;
		padding: 0;
		font-weight: bold;
		line-height: 6.4vw;
		color: #fff;
				text-align: center;
		background: #715747;
		text-decoration: none;
	}

	#summerfes_contents #top_program .banner_area .ev_title {
		margin: 3.2vw 0 0;
		padding: 0 0 1.6vw;
		font-size: 4.8vw;
		line-height: 1.3;
		font-weight: bold;
		color: #333;
		border-bottom: 1px dotted #333;
		position: relative;
	}

	#summerfes_contents #top_program .banner_area .ev_title .subtxt {
		display: block;
		font-size: 4vw;
		line-height: 1.8;
	}

	#summerfes_contents #top_program .banner_area dl {
		margin: 4vw 0 0;
		display: block;
	}

	#summerfes_contents #top_program .banner_area dt {
		display: block;
		margin: 0 0 1.6vw;
		padding: 0 0 0 4vw;
		position: relative;
		font-weight: bold;
		font-size: 4vw;
		line-height: 1.5;
	}

	#summerfes_contents #top_program .banner_area dt::before {
		content: "";
		display: inline-block;
		position: absolute;
		background: #00AFD5;
		top: 2.4vw;
		left: 0px;
		width: 2vw;
		height: 2vw;
		border-radius: 1vw;
	}

	#summerfes_contents #top_program .banner_area dd.bt_extra_link {
		display: inline-block;
		width: 140px;
		height: 36px;
		margin: 0 0 0 15px;
	}

	#summerfes_contents #top_program .banner_area dd.bt_extra_link a {
		width: 100%;
		height: 100%;
		display: block;
		padding-right: 3.2vw;
		line-height: 36px;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		border-radius: 5px;
		box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 15%);
		background: #00AFD5 url(../img/icon_external_wh.svg) no-repeat right 4vw center / 2.4vw;
	}

/*予告タイトル*/
	#summerfes_contents #top_program .banner_area .ev_title.soon {
		padding-left: 12vw;
	}

	#summerfes_contents #top_program .banner_area .ev_title.soon .subtxt {
		margin-left: -12vw;
	}

	#summerfes_contents #top_program .banner_area .ev_title.soon::before {
		content: "予告";
		display: block;
		position: absolute;
		width: 9.6vw;
		height: 9.6vw;
		line-height: 9.6vw;
		top: 0;
		left: 0;
		border: 2px solid #00AFD5;
		border-radius: 1.6vw;
		text-align: center;
		font-size: 3.466666667vw;
		font-weight: bold;
		color: #009bbc;
		background: #fff;
	}
	/*予告 日付*/
		#summerfes_contents #top_program .banner_area dd.soon_day {
		display: block;
		width: 120px;
		padding: 3px 10px;
		margin: 0 0 0 10px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		color: #00AFD5;
		background: #fff;
		border-radius: 15px;
	}

	/*top_program-------------------------------------------- */
	#top_program .inner {
		display: block;
		padding: 0;
	}

	#top_program .topbt {
		margin-top: 3.2vw;
	}

	#top_program .topbt a {
		background: #f4f4f4;
		border-radius: 0.8vw;
		padding: 3.2vw 4.8vw 3.2vw 2.4vw;
	}

	#top_program .topbt a::after {
		width: 1.866666667vw;
		height: 100%;
		top: 0;
		right: 1.6vw;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 1.866666667vw;
	}

	/*プロデューサー*/
	#top_program .top_producer {
		width: 100%;
		border-width: 1.2vw;
		padding: 4.8vw 2.4vw;
	}

	#top_program .top_producer h2 {
		height: 10.4vw;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
	}

	#top_program .top_producer figure {
		width: 100%;
		margin: 4vw 0 0;
	}

	#top_program .top_producer .prog_tl {
		width: 72vw;
		height: 9.6vw;
	}

	#top_program .top_producer .prog_day {
		width: 9.6vw;
		height: 9.6vw;
	}

	#top_program .topbt.prod02 .prog_tl,
	#top_program .topbt.prod03 .prog_tl {
		height: 16vw;
	}

	/*テーマ作曲家*/
	#top_program .top_theme {
		margin: 6.4vw 0 0;
		width: 100%;
		border-width: 1.2vw;
		padding: 4.8vw 2.4vw;
	}

	#top_program .top_theme .grid {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	#top_program .top_theme .grid figure {
		width: 25.925925925925926%;
	}

	#top_program .top_theme .grid h2 {
		width: calc(100% - 25.925925925925926% - 2.4vw);
		background-repeat: no-repeat;
		background-position: left top 40%;
		background-size: contain;
	}

	#top_program .top_theme .prog_tl {
		width: 72vw;
		height: 9.6vw;
	}

	#top_program .top_theme .prog_day {
		width: 9.6vw;
		height: 9.6vw;
	}

	/*芥川作曲賞*/
	#top_program .top_akutagawa {
		margin: 6.4vw 0 0;
		width: 100%;
		border-width: 1.2vw;
		padding: 4.8vw 2.4vw 9.6vw;
	}

	#top_program .top_akutagawa .grid {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	#top_program .top_akutagawa .grid figure {
		width: 25.925925925925926%;
	}

	#top_program .top_akutagawa .grid h2 {
		width: calc(100% - 25.925925925925926% - 2.4vw);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
	}

	#top_program .bt_akutagawa {
		position: absolute;
		width: 32vw;
		height: 12vw;
		right: 3.2vw;
		bottom: 2.4vw;
	}

	#top_program .bt_akutagawa a {
		background-size: 14.4vw;
		border-radius: 1.6vw;
	}

	#top_program .bt_akutagawa a::after {
		width: 1.866666667vw;
		height: 100%;
		top: 0;
		right: 1.6vw;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 1.866666667vw;
	}

	/*top_movie-------------------------------------------- */
	section#top_movie .mv p {
		margin: 4vw 0 0;
		line-height: 1.5;
	}

	/*top_topics-------------------------------------------- */
	section#top_infoarea {
		padding-top: 12vw;
	}

	section#top_infoarea h3.h3normal {
		margin: 0 0 4vw 0;
		font-size: 5.6vw;
		display: block;
		font-weight: normal;
	}

	section#top_infoarea #news {
		margin-bottom: 16vw;
	}

	section#top_infoarea #news .grid {
		flex-flow: row wrap;
		justify-content: center;
	}

	section#top_infoarea #news .info_left {
		width: 100%;
		height: 90vw;
		margin-bottom: 12vw;
		padding: 0 4vw 2.4vw;
	}

	section#top_infoarea #news .info_left .news_list {
		width: 100%;
		margin: 4vw 0 0;
	}

	section#top_infoarea #news .info_left .news_list dt {
		width: 100%;
		margin: 0 0 2.4vw;
		font-size: 3.46666667vw;
		line-height: 1.5;
	}

	section#top_infoarea #news .info_left .news_list dd {
		width: 100%;
		margin: -8vw 0 6.4vw;
		padding: 6.4vw 0 0;
		font-size: 3.46666667vw;
		line-height: 1.5;
		position: relative;
	}

	section#top_infoarea #news .info_left .news_list dd::before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 28vw;
		height: 5.6vw;
		top: 0;
		left: 16vw;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 25.6vw;
		border-radius: 0.8vw;
	}

	section#top_infoarea #news .info_left .news_list dd.notag {}

	section#top_infoarea #news .bt_pdf {
		width: 100%;
		display: table;
	}

	section#top_infoarea #news .bt_pdf a {
		width: 80vw;
		height: 20vw;
		margin: 0 auto;
		padding: 5vw 0 0 4vw;
		font-size: 3.46666667vw;
		line-height: 1.5;
		text-align: center;
		border-radius: 1vw;
		background-repeat: no-repeat;
		background-position: left 5.6vw center, right 5.6vw center;
		background-size: 10.4vw, 5.6vw;
		box-shadow: 0.4vw 0.4vw 1.6vw 0 rgba(0, 0, 0, .1);
	}

	section#top_infoarea #news .bt_pdf a .smalltxt {
		font-size: 3.2vw;
	}

	section#top_infoarea #schedule {
		margin-bottom: 12vw;
	}

	section#top_infoarea #schedule .h3normal {
		margin-bottom: 3.2vw;
		font-weight: normal;
	}

	section#top_infoarea #schedule p.h3subtxt {
		display: block;
		text-indent: -1em;
		margin-left: 1em;
	}

	section#top_infoarea #schedule p.forcustomers {
		margin: 4vw 0 8vw;
		font-size: 3.466666667vw;
		line-height: 1.7;
	}

	section#top_infoarea #schedule .grid {
		display: block;
	}

	section#top_infoarea #schedule .grid .block {
		width: 100%;
	}

	section#top_infoarea #schedule .grid .block h4 {
		font-size: 4.8vw;
		line-height: 1.5;
		margin: 6.4vw 0 0;
	}

	section#top_infoarea #schedule .grid .block h4 .text_sm {
		font-size: 3.73333333vw;
		margin-right: 1.6vw;
	}

	section#top_infoarea #schedule ul.schedule_list {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-content: center;
	}

	section#top_infoarea #schedule .grid .block h4.schedule_tl_akuta {
		font-size: 4vw;
	}

	section#top_infoarea #schedule .schedule_list li {
		display: table;
		width: 100%;
		margin-top: 4vw;
	}

	section#top_infoarea #schedule .schedule_list li a {
		display: table-cell;
		padding: 2vw 4vw;
		font-size: 3.73333333vw;
		line-height: 1.5;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		border-left: 0.8vw solid;
		background: #FFF;
	}

	section#top_infoarea #schedule .schedule_list li a .date {
		display: block;
		font-size: 3.73333333vw;
	}

	section#top_infoarea #host {
		border-top: 1px solid #e0e0e0;
		padding: 8vw 0 0;
	}

	section#top_infoarea #host p {
		display: block;
		font-size: 3.2vw;
		line-height: 2;
	}

	section#top_infoarea #host .bunka {
		margin: 5.6vw 0 0;
		padding: 2.4vw 4vw;
		width: 100%;
		background: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	section#top_infoarea #host .bunka figure {
		width: 16vw;
		margin: 0 6vw 0 0;
	}

	section#top_infoarea #host .bunka p {
		font-size: 3.2vw;
		line-height: 1.5;
	}


}