* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: #464342;
	line-height: 1.8;
	font-size: calc(1vw + 12px);
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
	text-decoration: none;
	list-style: none inside;
	font-family: sans-serif;
	hyphens: auto;
}
.clear { clear: both; }
.clear hr { display: none; }
figure { display: inline-block; }
p { margin-bottom: 16px; text-align: justify; }
span.test { color: #0000cc; font-weight: bold; }
span.print { display: none; }
p.right_text { margin-bottom: 16px; text-align: right; }
br {
	line-height: .1;
	font-size: .1vw;
}


li, li a {
	line-height: 1.5;
}
ol li {
	list-style: decimal outside;
	margin-left: 30px;
	margin-bottom: 5px;
	text-align: justify;
}
body {
	border-top: 2px solid #d7023c;
	background: #eeeeee url('./layout/background_main.jpg') center bottom no-repeat fixed;
	background-size: contain;
}



div.gallary_large,
div.gallary {
	position: relative;
	z-index: -1;
}
.photo_by {
	color: #bbbbbb;
	font-size: calc(1vw + 6px);
	margin: 0px 10px;
}


.bg_or {
	background: #cc6600;
	color: #ffffff;
}
.bg_pu {
	background: #cc0066;
	color: #ffffff;
}
.bg_bl {
	background: #0000cc;
	color: #ffffff;
}
.bg_gr {
	background: #006600;
	color: #ffffff;
}
.bg_lg {
	background: #339933;
	color: #ffffff;
}
.nowrap {
	white-space: nowrap;
}
.nojustify {
	text-align: left;
}
.pad5 {
	padding: 5px;
}
ul.list_en li {
	margin-left: 4vw;
}
ul.list_en li {
	margin-bottom: 1.2vw;
	list-style: upper-roman outside;
}
ul.list_en li span {
	font-weight: bold;
	margin-right: 1vw;
} 


/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    2.5% {opacity:1}
    17.5% {opacity:1}
    20% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    2.5% {opacity:1}
    17.5% {opacity:1}
    20% {opacity:0}
}

hr.spacer20 {
	margin: 4vh;
	clear: both;
}
hr.spacer40 {
	margin: 8vh;
	clear: both;
}
hr.spacer80 {
	margin: 16vh;
	clear: both;
}

header {
	height: 14vw;
	background: #ffffff;
	background-size: cover;
}
div.header_box {
	width: 100vw;
	height: 14vw;
	margin: 0 auto;
	float: left;
}
header h1 img,
header h2 img {
	margin-top: 1vw;
	margin-left: 5vw;
	width: 60vw;
	height: 12vw;
}
.header_right { display: none; }

.narrow_date {
	padding: .5vw 5vw;
	line-height: calc(1.8vw + 10px);
	background: #ffffff;
}
.narrow_date p {
	font-size: calc(1.8vw + 8px);
	font-weight: bold;
	line-height: calc(1.8vw + 10px);
}



div.body_area {
	width: 100vw;
	margin: 0 auto;
}
nav.menu_area {
	display: none;
}
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
nav.menu_area_cp {
}
.cp_offcm01 {
	position: fixed;
	top: 2vw;
	right: 2vw;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	z-index: 5;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #464342;
	opacity: 0.9;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 1.5vh;
	text-decoration: none;
	font-size: 2.2vh;
	color: #ffffff;
	border-bottom: .1vh solid #ffffff;
}
.cp_offcm01 .cp_menu li a.outlink {
	display: block;
	padding: 1.5vh;
	text-decoration: none;
	font-size: 2.2vh;
	color: #88ccff;
	border-bottom: .1vh solid #ffffff;
}
.cp_offcm01 .cp_menu li a:hover {
	background: #d7023c;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	content: '';
	display: inline-block;
	width: 8vw;
	height: 12vw;
	background-image: url(./layout/menu_on.png);
	background-size: contain;
	vertical-align: middle;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '';
	display: inline-block;
	width: 8vw;
	height: 8vw;
	background-image: url(./layout/menu_off.png);
	background-size: contain;
	vertical-align: middle;
}


div.language_changer_narrow {
	width: 95vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	text-align: right;
	font-weight: bold;
	font-size: calc(.5vw + 12px);
	line-height: calc(.5vw + 16px);
}
div.language_changer_narrow:before {
	content: '';
	display: inline-block;
	width: calc(.5vw + 16px);
	height: calc(.5vw + 16px);
	background-image: url(./layout/lang_globe.png);
	background-size: cover;
	vertical-align: middle;
}
div.language_changer_narrow a {
	color: #d7023c;
	font-weight: normal;
	font-size: calc(.5vw + 12px);
	line-height: calc(.5vw + 16px);
}


div.content_area {
	width: 100vw;
	float: left;
}
article {
	width: 90vw;
	margin: 2vw 5vw 8vw 5vw;
	padding: 5vw 5vw 8vw 5vw;
	background: rgba(255,255,255,0.95) url("./layout/article_header.png") right top no-repeat;
	background-size: contain;
	border-right: .2vw solid #c6c3c2;
	border-bottom: .2vw solid #464342;
}
article h1,
article h2 {
	font-size: calc(2vw + 12px);
	color: #d7023c;
	margin-top: 3vw;
	margin-bottom: 2vw;
}
article h3 {
	margin-top: 1vw;
	padding: 4px 0px;
	font-size: calc(1.5vw + 12px);
	line-height: calc(1.5vw + 16px);
	font-weight: bold;
	border-bottom: .2vw solid #cccccc;
}
article p {
	font-size: calc(1vw + 12px);
}
article p.note {
	font-size: calc(.8vw + 12px);
}

article figure {
	width: 80vw;
	margin: 2vw 0px 2vw 0px;
	padding: 0px;
	background: #ffffff;
}
article figure img {
	width: 80vw;
}
article figure figcaption {
	display: none;
}

article dl {
	margin-bottom: 20vw;
	width: 80vw;
}
article dl * {
	line-height: 7vw;
}
article dl dt {
	float: left;
	width: 15vw;
	font-size: calc(1vw + 12px);
	line-height: calc(3vw + 18px);
	color: #686764;
}
article dl dd {
	padding: 0;
	padding-left: 15vw;
	border-bottom: .2vw solid #cccccc;
	font-size: calc(2vw + 12px);
	line-height: calc(3vw + 18px);
}
article dl dd span {
	display: inline-block;
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	margin-top: 1vw;
	
}
article dl dd span a {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	color: #3c02d7;
}
article dl dd span a:hover {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	color: #464342;
}

img.previous_images {
	width: 75vw;
	height: 50vw;
	margin: 3vw 2.5vw;
	background: #888888;
}
div.previous_old_list {
	display: block;
	float: left;
	width: 35.5vw;
	margin: 2vw;
}
img.previous_images_little {
	display: block;
	float: left;
	width: 35.5vw;
	margin: 2vw;
	background: #888888;
}

div.timetable_time {
	width: 10vw;
	padding: .5vw 0;
	font-weight: bold;
	text-align: center;
}
div.timetable_content {
	margin-left: 5vw;
	padding: .5vw 2vw .2vw 2vw;
	border-left: .2vw solid #888888;
}
div.timetable_content_b {
	margin-left: 5vw;
	padding: .5vw 2vw .2vw 2vw;
	border-left: .2vw solid #888888;
}
div.timetable_content_a {
	margin-left: 5vw;
	padding: .5vw 2vw .2vw 2vw;
	border-left: .2vw solid #888888;
}
div.timetable_content h4 {
	font-size: calc(1.5vw + 12px);
	line-height: calc(1.5vw + 16px);
	font-weight: bold;
}
div.timetable_content_a h4,
div.timetable_content_b h4 {
	font-size: calc(1.5vw + 12px);
	line-height: calc(1.5vw + 16px);
	color: #d7023c;
}
div.timetable_content_a p.fukidashi,
div.timetable_content_b p.fukidashi {
	display:none;
}
div.timetable_content h5,
div.timetable_content_a h5,
div.timetable_content_b h5 {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	margin-bottom: 1vw;
}
p.timetable_time {
	display: inline-block;
	font-size: calc(.5vw + 12px);
	line-height: calc(.5vw + 16px);
	padding: 0;
	margin-right: 1vw;
}
p.timetable_place {
	display: inline-block;
	font-size: calc(.5vw + 12px);
	line-height: calc(.5vw + 16px);
	padding: 0 2vw;
	margin-right: 1vw;
	border-radius: 5px;
}
p.timetable_comment {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	margin-top: 1.5vw;
	padding: 0;
}


p.host_comment {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	padding: 0;
	text-indent: 0;
	text-align: right;
}
div.host_img {
	margin: 3vw 0vw 5vw 0vw;
	float: left;
}
div.host_img img {
	background: #888888;
	width: 20vw;
	height: 20vw;
}
div.host_box {
	margin: 3vw 0vw 5vw 2vw;
	width: 55vw;
	float: left;
}
div.host_box_b {
	margin: 3vw 0vw 5vw 22vw;
	width: 55vw;
	float: left;
}
div.host_box_c {
	margin: 1vw 0vw 2vw 22vw;
	width: 55vw;
	float: left;
}
div.host_box p.host_title,
div.host_box_b p.host_title {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 16px);
	text-indent: 0;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #d7023c;
}
div.host_box p.host_title_null,
div.host_box_b p.host_title_null,
div.host_box_c p.host_title_null {
	display: none;
}
div.host_box p.host_name,
div.host_box_b p.host_name {
	font-size: calc(2vw + 12px);
	line-height: calc(2vw + 20px);
	font-weight: bolder;
	font-family: serif;
	text-indent: 0;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 2px;
}
div.host_box p.host_occ,
div.host_box_b p.host_occ {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	text-indent: 0;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #696563;
}
div.host_box p.host_occ *,
div.host_box_b p.host_occ * {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	text-indent: 0;
}
div.host_box_c p.host_name {
	font-size: calc(1.6vw + 9.6px);
	line-height: calc(1.6vw + 16px);
	font-weight: bolder;
	font-family: serif;
	text-indent: 0;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 2px;
}
div.host_box_c p.host_occ {
	font-size: calc(.8vw + 9.6px);
	line-height: calc(.8vw + 11.2px);
	text-indent: 0;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #696563;
}
div.host_box_c p.host_occ * {
	font-size: calc(.8vw + 9.6px);
	line-height: calc(.8vw + 11.2px);
	text-indent: 0;
}


div.address {
}
div.address img {
	width: calc(24vw + 24px);
	height: calc(32vw + 32px);
	margin: 0px 2vw 2vw 0px;
	float: left;
}
div.address p.address_head {
	font-size: calc(2vw + 12px);
	line-height: calc(2vw + 20px);
	font-weight: bolder;
	color: #d7023c;
	text-align: left;
	text-indent: 0;
	margin: 0 0 2vw 0;
	padding: 0;
}
div.address p.address_title {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	font-family: serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 .2vw 0;
	padding: 0;
	color: #696563;
}
div.address p.address_name {
	font-size: calc(2vw + 12px);
	line-height: calc(2vw + 20px);
	font-family: serif;
	font-weight: bolder;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 0;
	margin: 0 0 2vw 0;
	padding: 0;
}

div.abstract {
}
div.abstract img {
	width: calc(5vw + 100px);
	margin: 0;
	float: right;
}
div.abstract p.name_a {
	font-size: calc(2vw + 12px);
	line-height: calc(2vw + 20px);
	font-family: serif;
	font-weight: bolder;
	letter-spacing: 4px;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
div.abstract p.name_b {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	font-family: serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 4vw 0;
	padding: 0;
	color: #696563;
}
div.abstract p.name_c {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	font-family: sans-serif;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
	color: #696563;
}
div.abstract p.name_d {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	font-family: sans-serif;
	text-align: left;
	text-indent: 0;
	margin: 2vw 0 8vw 0;
	padding: 0;
	color: #696563;
}  
div.morp_list {
}
div.morp_list p {
	border-bottom: .2vw solid #ff8800;
	background: #fff8f0;
	margin: 0;
}
div.morp_list p.top {
	border-top: .2vw solid #ff8800;
	background: #fff0f0;
}
div.morp_list span {
	display: inline-block;
	width: 18vw;
	font-size: calc(1vw + 7px);
	line-height: calc(1vw + 14px);
	padding-left: 1vw;
}
div.morp_list a {
	display: inline-block;
	font-size: calc(1vw + 10px);
	line-height: calc(1vw + 14px);
	width: 60vw;
}
div.morp_list a:hover {
	color: #ff8800;
}

ul.supporters li {
	font-size: calc(1.5vw + 6px);
	line-height: calc(3vw + 12px);
	font-family: serif;
	letter-spacing: calc(.4vw + 1px);
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 8.4vw;
	border-bottom: .2vw dotted #ff8800;
}
ul.supporters_en li {
	font-size: calc(1.4vw + 6px);
	line-height: calc(3vw + 12px);
	font-family: serif;
	letter-spacing: 0;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 8.4vw;
	border-bottom: .2vw dotted #ff8800;
}



table.media_table {
	width: 100%;
}
table.media_table tr th {
	text-align: left;
	border-bottom: .2vw dotted #ff8800;
	padding: 1vw 1vw;
}
table.media_table tr td {
	text-align: left;
	border-bottom: .2vw dotted #ff8800;
	padding: 1vw 0;
}
table.media_table tr td a {
	display: inline-block;
	background: #fff8f0;
	border: 1px solid #ff8800;
	padding: .5vw 0;
	margin: 0vw 1vw;
	font-size: 2vw;
	width: 10vw;
	text-align: center;
}
table.media_table tr td a:hover {
	background: #fff0f0;
	border: 1px solid #ff4444;
}


footer {
	text-align: center;
	margin: 10vw auto 20vw auto;
	padding: 1vw 0;
}
footer small {
	font-size: calc(1vw + 10px);
}

div.foot_announce {
	width: 80vw;
	margin: 0 auto;
}
div.foot_announce table {
	margin: 5vw auto;
}
div.foot_announce table tr th {
	padding: 1vw;
	text-align: right;
	font-size: calc(.5vw + 12px);
	line-height: calc(.5vw + 16px);
	white-space: nowrap;
}
div.foot_announce table tr td {
	padding: 1vw;
	text-align: left;
	line-height: calc(1vw + 30px);
}
div.foot_announce table tr td span {
	display: inline-block;
	margin-right: 40px;
	font-size: calc(.5vw + 12px);
	line-height: calc(1vw + 16px);
}
div.foot_announce table tr td  img {
	height: calc(1vw + 24px);
	margin-right: 1vw;
	vertical-align: middle;
}