@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}





/*  */
@media screen and (max-width: 768px) {
	.u_pc {
	  display: none;
	}
}

@media screen and (min-width: 768px) {
	.u_sp {
	  display: none;
	}
}


/* CONTAINER */
.container-s, .container, .container-l {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .container-s {
    width: 760px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 1080px;
	padding: 0 50px;
  }
}

@media screen and (min-width: 768px) {
	.container-l {
	  width: 1180px;
	  padding: 0 50px;
	}
}



/* HEADER */
#fixed-header {
	position: fixed;
	top: -55px;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	transition: .5s; /* アニメーションタイミング */
	background-color: rgba(0,0,0,1.0);
	z-index: 9999;
}
#fixed-header.is-show {
  top: 0;
}
#fixed-header {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fixed-header .header_wrap {
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fixed-header h1 {
	font-size: 11px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	font-style: italic;
	color: #FFF;
	margin: 0 0 0 5px;
}
#fixed-header .logo {
}
#fixed-header .logo img {
	width: 220px;
}

@media screen and (min-width: 768px) {
	#fixed-header {
		top: -90px;
		height: 90px;
	}
	#fixed-header {
		width: 100%;
		padding: 15px 0;
	}
	#fixed-header .header_wrap {
		width: 98%;
		padding: 5px 10px;
	}
	#fixed-header h1 {
		font-size: 14px;
		margin: 0 0 0 10px;
	}
	#fixed-header .logo {
		width: 360px;
		margin: -5px 0 0;
	}
	#fixed-header .logo img {
		width: 360px;
	}
	header .mv {
		min-width: 1080px;
		margin: 0 auto;
	}
}



/* MODAL_NAV */
.header-hm-icon {
	width: 32px;
}
.modal ul {
	width: 80%;
	max-width: 400px;
	margin: 0 auto 30px;
}
.modal ul li {
	font-size: 18px;
	font-weight: 400;
	font-family: "Fjalla One", sans-serif;
	margin: 0 0 10px;
	text-align: center;
}
.modal ul li a {
	color: #111;
	background-color: #FFF;
	padding: 7px 15px;
	border-radius: 40px;
	text-decoration: none;
	display: block;
}
.modal ul li a span {
	color: #111;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
}

@media screen and (min-width: 768px) {
.header-hm-icon {
	width: 40px;
	cursor: pointer;
}
.modal ul li {
	font-size: 24px;
}
.modal ul li a span {
	font-size: 13px;
}
.modal ul li a:hover {
	color: #FFF;
	background-color: #831679;
	transition: .5s;
}
.modal ul li a:hover span {
	color: #FFF;
	transition: .5s;
}
}




/* TTL */
.main_ttl_wrap {
	margin: 0 0 20px;
}
.main_ttl_wrap .main_ttl {
	font-size: 32px;
	font-weight: 700;
	font-family: "Fjalla One", sans-serif;
	line-height: 1.1em;
}
.main_ttl_wrap .txt {
	font-size: 16px;
	font-weight: 700;
	color: #831679;
}

@media screen and (min-width: 768px) {
.main_ttl_wrap .main_ttl {
	font-size: 60px;
}
.main_ttl_wrap .txt {
	font-size: 18px;
}
}



/* APPLY */
.apply {
	margin: 30px 0 40px;
}
.apply a {
	width: 200px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #831679;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	display: block;
}
.apply a i {
	color: #FFF;
	margin: 0 0 0 5px;
}

@media screen and (min-width: 768px) {
.apply {
	margin: 60px 0 40px;
}
.apply a {
	padding: 15px 20px;
	width: 300px;
}
.apply a:hover {
	background-color: #34ac37;
	transition: .5s;
}
}



/* LEAD */
.lead {
	text-align: center;
	padding: 40px 0 60px;
}
.lead .ttl {
	font-size: 16px;
	/*font-family: "Zen Kurenaido", sans-serif;*/
	font-family: "Zen Old Mincho", serif;
	font-style: italic;
	margin: 0 0 15px;
}
.lead .txt {
	font-size: 16px;
	/*font-family: "Zen Kurenaido", sans-serif;*/
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 15px;
}

@media screen and (min-width: 768px) {
.lead {
	padding: 60px 0 100px;
}
.lead .ttl {
	font-size: 20px;
	margin: 0 0 20px;
}
.lead .txt {
	font-size: 20px;
	margin: 0 0 20px;
}
}



/* CONCEPT */
.concept {
	padding: 0 0 60px;
}
.concept .txt {
	font-size: 15px;
	margin: 0 0 15px;
}

@media screen and (min-width: 768px) {
.concept {
	padding: 0 0 100px;
}
.concept .txt {
	font-size: 18px;
	margin: 0 0 20px;
}
}



/* ABOUT */
.about {
	padding: 0 0 60px;
}
.about dl {
	font-size: 15px;
}
.about dl dt {
	background-color: #EFEFEF;
	padding: 5px;
}
.about dl dd {
	margin: 0 0 15px;
	padding: 5px;
}
.about dl dd a {
	color: #111;
}

@media screen and (min-width: 768px) {
.about {
	padding: 0 0 100px;
}
.about dl {
	display: flex;
	flex-wrap: wrap;
	background-color: #F2F2F2;
	font-size: 16px;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
.about dl dt {
	width: 20%;
	padding: 10px;
	text-align: center;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	box-sizing: border-box;
}
.about dl dd {
	width: 80%;
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	box-sizing: border-box;
}
.about dl dd a:hover {
	text-decoration: none;
	transition: .5s;
}
}



/* PROGRAM */
.program {
	padding: 0 0 60px;
}
.program .note {
	font-size: 14px;
	color: #999;
	margin: 0 0 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.program .session .period {
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
	padding: 6px 0;
}
.program .session .period .time {
	font-size: 16px;
	font-family: "Fjalla One", sans-serif;
}
.program .session .period .time span {
	font-size: 24px;
	margin: 0 10px 0 0;
}
.program .session .details {
	padding: 10px 0 0;
}
.program .session .details .type {
	font-size: 14px;
}
.program .session .details .ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
	color: #e51373;
}
.program .session .details .tag {
	font-size: 14px;
	color: #30a0da;
	margin: 0 0 10px;
}
.program .session .details .speaker {
	/*margin: 0 0 10px;*/
}
.program .session .details .speaker .comingsoon {
	font-size: 18px;
	font-family: "Josefin Sans", sans-serif;;
	font-style: italic;
	margin: 0 0 10px;
}
.program .session .details .speaker .role {
	font-size: 14px;
	border: solid 1px #CCC;
	margin: 0 0 10px;
	padding: 2px 5px;
	display: inline-block;
}
.program .session .details .speaker ul {
	margin: 0 0 60px;
}
.program .session .details .speaker ul li {
	display: flex;
	align-items: flex-start;
	margin: 0 0 30px;
}
.program .session .details .speaker ul li img {
	width: 100px;
	margin: 0 15px 0 0;
}
.program .session .details .speaker ul li .info .name {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 5px;
}
.program .session .details .speaker ul li .info .name span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.program .session .details .speaker ul li .info .btn a {
	font-size: 14px;
	color: #FFF;
	background-color: #AAA;
	padding: 5px 15px;
	border-radius: 30px;
	cursor: pointer;
}
.modal_profile {
	width: 90%;
	background-color: #FFF;
	border-radius: 15px;
	margin: 5% auto;
	padding: 15px;
	box-sizing: border-box;
}
.modal_profile img {
	width: 120px;
	margin: 0 auto 10px;
}
.modal_profile .name {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.modal_profile .name span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.modal_profile .txt {
	font-size: 15px;
	text-align: left;
}
.modal_profile ul {
	list-style-type: circle;
	margin: 0 0 20px 1.3em;
	text-align: left;
}
.modal_profile ul li {
	font-size: 15px;
}

@media screen and (min-width: 768px) {
.program {
	padding: 0 0 100px;
}
.program .note {
	font-size: 15px;
	margin: 0 0 30px;
}
.program .session {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 100px;
}
.program .session .period {
	width: 18%;
	box-sizing: border-box;
	border: none;
}
.program .session .period .time {
	font-size: 16px;
}
.program .session .period .time span {
	font-size: 36px;
	display: block;
}
.program .session .details {
	width: 82%;
	border-top: none;
	border-left: solid 1px #222;
	box-sizing: border-box;
	padding: 10px 0 0 30px;
}
.program .session .details .type {
	font-size: 16px;
}
.program .session .details .ttl {
	font-size: 24px;
}
.program .session .details .tag {
	font-size: 16px;
	margin: 0 0 20px;
}
.program .session .details .speaker {
	/*margin: 0 0 20px;*/
}
.program .session .details .speaker .comingsoon {
	font-size: 20px;
}
.program .session .details .speaker .role {
	font-size: 15px;
}
.program .session .details .speaker ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 0 5px;
}
.program .session .details .speaker ul li {
	width: 47%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 0 30px;
}
.program .session .details .speaker ul li img {
	width: 120px;
	margin: 0;
}
.program .session .details .speaker ul li .info {
	width: calc(100% - 140px);
}
.program .session .details .speaker ul li .info .name {
	font-size: 18px;
}
.program .session .details .speaker ul li .info .name span {
	font-size: 15px;
}
.program .session .details .speaker ul li .info .btn a {
	font-size: 15px;
	padding: 5px 10px;
	display: block;
	text-align: center;
}
.program .session .details .speaker ul li .info .btn a:hover {
	background-color: #999;
	transition: .5S;
}
.modal_profile {
	width: 600px;
	border-radius: 20px;
	padding: 20px;
}
.modal_profile img {
	width: 160px;
}
.modal_profile .name {
	font-size: 18px;
}
.modal_profile .name span {
	font-size: 15px;
}
.modal_profile .txt {
	font-size: 16px;
}
.modal_profile ul {
	margin: 0 0 30px 1.4em;
}
.modal_profile ul li {
	font-size: 16px;
}
}



/* TIMETABLE */
.timetable {
	padding: 0 0 60px;
}

@media screen and (min-width: 768px) {
.timetable {
	padding: 0 0 100px;
}
}



/* EXCURSION */
.excursion {
	padding: 0 0 60px;
}
.excursion .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #34ac37;
	margin: 0 0 5px;
}
.excursion .txt {
	font-size: 15px;
	margin: 0 0 20px;
}
.excursion dl {
	font-size: 15px;
}
.excursion dl dt {
	background-color: #EFEFEF;
	padding: 5px;
}
.excursion dl dd {
	margin: 0 0 15px;
	padding: 5px;
}
.excursion dl dd p {
	font-weight: 700;
	color: #34ac37;
}
.excursion dl dd ul {
	font-size: 15px;
	list-style-type: disc;
	margin: 0 0 15px 1.3em;
}
.excursion dl dd a {
	color: #111;
}
.excursion dl .bold {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
.excursion {
	padding: 0 0 100px;
	margin: 0 0 10px;
}
.excursion .ttl {
	font-size: 24px;
}
.excursion .txt {
	font-size: 16px;
	margin: 0 0 30px;
}
.excursion dl {
	display: flex;
	flex-wrap: wrap;
	background-color: #F2F2F2;
	font-size: 16px;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
.excursion dl dt {
	width: 20%;
	padding: 10px;
	text-align: center;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	box-sizing: border-box;
}
.excursion dl dd {
	width: 80%;
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	box-sizing: border-box;
}
.excursion dl dd ul {
	font-size: 16px;
	margin: 0 0 16px 1.4em;
}
.excursion dl dd a:hover {
	text-decoration: none;
	transition: .5s;
}
}



/* MESSAGE */
.message {
	padding: 0 0 60px;
}
.message .txt {
	font-size: 15px;
	margin: 0 0 15px;
}
.message .sign p {
	font-size: 15px;
	text-align: right;
}
.message .sign img {
	width: 110px;
	float: right;
	margin: 5px 0 0;
}

@media screen and (min-width: 768px) {
.message {
	padding: 0 0 100px;
}
.message .txt {
	font-size: 18px;
	margin: 0 0 20px;
}
.message .sign p {
	font-size: 18px;
}
.message .sign img {
	width: 160px;
	margin: 10px 0 0;
}
}



/* SPONSOR */
.sponsor {
	padding: 0 0 60px;
}
.sponsor .txt {
	font-size: 15px;
	margin: 0 0 20px;
}
.sponsor .readyfor {
}
.sponsor .readyfor a {
	width: 200px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #ff8930;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	display: block;
}
.sponsor .readyfor a i {
	color: #FFF;
	margin: 0 0 0 5px;
}
.sponsor .frame {
	margin: 0 0 30px;
}
.sponsor .frame .ttl {
	font-size: 16px;
	margin: 0 0 5px;
}
.sponsor .frame div {
	display: block;
	overflow-x: scroll;
	/*white-space: nowrap;*/
	-webkit-overflow-scrolling: touch;
}
.sponsor .frame table {
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-spacing: 0;
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px;
	box-sizing: border-box;
}
.sponsor .frame table th {
	padding: 10px;
	background-color: #F6F6F6;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.sponsor .frame table th span {
	font-size: 13px;
	font-weight: 400;
	display: block;
}
.sponsor .frame table tr td {
	padding: 10px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.sponsor .frame .scroll {
	font-size: 13px;
	margin: 10px 0 20px;
}
.sponsor .frame .supporter table {
	width: 800px;
}
.sponsor .frame .supporter table th {
	width: 20%;
}
.sponsor .frame .partner table {
	width: 980px;
}

@media screen and (min-width: 768px) {
.sponsor {
	padding: 0 0 100px;
}
.sponsor .txt {
	font-size: 16px;
	margin: 0 0 30px;
}
.sponsor .readyfor {
	margin: 60px 0 40px;
}
.sponsor .readyfor a {
	padding: 15px 20px;
	width: 300px;
}
.sponsor .readyfor a:hover {
	color: #111;
	background-color: #ffe030;
	transition: .5s;
}
.sponsor .readyfor a:hover i {
	color: #111;
	transition: .5s;
}
.sponsor .frame {
	margin: 0 0 30px;
}
.sponsor .frame .ttl {
	font-size: 18px;
	margin: 0 0 10px;
}
.sponsor .frame div {
	overflow-x: hidden;
	white-space: normal;
}
.sponsor .frame .scroll {
	display: none;
}
.sponsor .frame .supporter table th, .sponsor .frame .partner table td {
	width: 12.5%;
}
}



/* FOOTER */
footer {
	background-color: #111;
}
footer .footer_container {
	padding: 20px;
}
footer .footer_container .footer .footer_logo {
	width: 220px;
	margin: 0 auto;
}
footer .footer_container .footer p {
	font-size: 15px;
	font-family: "Josefin Sans", sans-serif;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
footer .footer_container .footer p span {
	font-size: 18px;
	font-family: "Fjalla One", sans-serif;
	color: #AAA;
	margin: 5px 0 10px;
	display: block;
}

footer .copy {
	font-size: 12px;
	background-color: #FFF;
	padding: 5px 10px;
	text-align: center;
}

@media screen and (min-width: 768px) {
footer {
}
footer .footer_container {
	padding: 50px 30px;
}
footer .footer_container .footer .footer_logo {
	width: 360px;
}
footer .footer_container .footer p {
	font-size: 16px;
}
footer .footer_container .footer p span {
	font-size: 24px;
	margin: 5px 0 20px;
}
	
footer .copy {
	font-size: 13px;
	padding: 10px;
}
}




/* PAGETOP */
#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 6;
}
@media screen and (min-width: 769px) {
	#pagetop {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
}

/* ANCHOR */
#anc_top, #concept, #about,#program, #timetable, #excursion, #message, #sponsor {
	padding-top: 100px;
	margin-top: -100px;
}
@media screen and (min-width: 769px) {
	#anc_top, #concept, #about,#program, #timetable, #excursion, #message, #sponsor {
		padding-top: 150px;
		margin-top: -150px;
	}
}



/*  */
.aaa {
}

@media screen and (min-width: 768px) {
}



/*  */
.aaa {
}

@media screen and (min-width: 768px) {
}
