@charset "UTF-8";

* {
margin: 0;
padding: 0;
list-style-type: none;
border: none;
box-sizing: border-box;
}

::-moz-selection {
background-color: #005ead;
color: #fff;
}

::selection {
background-color: #005ead;
color: #fff;
}

@font-face {
font-family: 'Noto-Regular';
src: url('../fonts/Noto-Regular.ttf') format('woff'),
     url('../fonts/Noto-Regular.ttf')  format('truetype');
}

@font-face {
font-family: 'Noto-Bold';
src: url('../fonts/Noto-Bold.ttf') format('woff'),
     url('../fonts/Noto-Bold.ttf')  format('truetype');
}

a:link {
color: #333;
text-decoration: none;
transition: 0.3s;
}

a:hover {
opacity: 0.7;
}

a:visited {
color: #333;
}

a img {
transition: 0.3s;
}

a:hover img {
opacity: 0.5;
}

img {
display: block;
-webkit-backface-visibility: hidden;/*クロームの画像ぼけ防止*/
}

body {
font-family: 'Noto-Regular';
font-size: 16px;
color: #333;
line-height: 1.7;
font-feature-settings: "palt";
}

h1,h2,h3,h4,h5,h6 {
font-family: 'Noto-Regular';
font-size: 16px;
font-weight: normal;
}


/*ヒーローヘッダー*/
#hero {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url("../../images/hero_desktop.jpg");
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}

#hero h1 {
width: 270px;
position: absolute;
left: 100px;
top: 15px;
}

#hero .h1mov {
display: none;
}

#hero div {
max-width: 880px;
}


/*概要*/
#outline {
padding: 120px 20px 150px 20px;
background-image: url("../../images/bg_outline.jpg");
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}

#message {
max-width: 780px;
margin: 0 auto;
}

#outline #message h2 {
font-family: 'Noto-Bold';
font-size: 37px;
margin: 0 0 30px 0;
}

#outline #message #profile {
margin: 0 0 20px 0;
display: flex;
align-items: center;
}

#outline #message #profile p:first-child {
margin: 0 100px 0 0;
}

#outline #message #profile p:last-child img {
width: 184px;
border-radius: 50%;
}

#outline #message #greeting p {
margin: 0 0 40px 0;
}

#outline #message #greeting p:last-child {
margin: 0;
}


/*ComingSoon…*/
#comingsoon {
max-width: 800px;
padding: 0 20px;
margin: 0 auto 150px auto;
}


/*タイムテーブル*/
#timetable {
padding: 150px 0 0 0;
background-color: #dff2fc;
}

#timetable h2 {
display: flex;
flex-direction: column;
margin: 0 0 80px 0;
text-align: center;
}

#timetable h2 p {
font-family: 'Open Sans', sans-serif;
font-size: 90px;
color: #005ead;
line-height: 1;
margin: 0 0 10px 0;
}

#timetable h2 span {
display: block;
}

#timetable h2 span small {
font-family: 'Noto-Bold';
font-size: 30px;
color: #fff;
padding: 5px 70px;
border-radius: 20px;
background-color: #005ead;
}

#date_button {
max-width: 900px;
padding: 0 20px;
margin: 0 auto 150px auto;
display: flex;
justify-content: space-between;
}

#date_button p {
max-width: 410px;
}


h3 {
max-width: 880px;
margin: 0 auto 50px auto;
font-family: 'Noto-Bold';
font-size: 40px;
line-height: 1;
text-align: center;
white-space: nowrap;
}

h3 br.sp_break {
display: none;
}

h3#day_1 {
color: #005ead;
}

h3#day_2 {
color: #03004c;
}

#first_day {
padding: 0 20px;
background-color: #dff2fc;
}

#second_day {
padding: 150px 20px 0 20px;
background-color: #dfeaf8;
}

.block_4 .table .schedule .time {
width: 20%;
}

.block_4 .table .schedule .room {
width: 80%;
}

.block_4 .table .date {
margin: 0 0 25px 20%;
}

.block_4 .table .date li {
width: 25%;
}

.block_4 .table .schedule .room .section ul {
width: 25%;
}


.block_3 h3 {
max-width: 880px;
margin: 0 0 50px 25%;
}

.block_3 .table {
max-width: 880px;
}

.block_3 .table .schedule {
max-width: 880px;
}

.block_3 .table .schedule .time {
width: 25%;
}

.block_3 .table .schedule .room {
width: 75%;
}

.block_3 .table .date {
margin: 0 0 25px 25%;
}

.block_3 .table .date li {
width: 33.33%;
}

.block_3 .table .schedule .room .section ul {
width: 33.33%;
}


.block_2 h3 {
max-width: 650px;
margin: 0 0 50px 35%;
}

.block_2 .table {
max-width: 650px;
}

.block_2 .table .schedule {
max-width: 650px;
}

.block_2 .table .schedule .time {
width: 35%;
}

.block_2 .table .schedule .room {
width: 65%;
}

.block_2 .table .date {
margin: 0 0 25px 35%;
}

.block_2 .table .date li {
width: 50%;
}

.block_2 .table .schedule .room .section ul {
width: 50%;
}


.table {
/*max-width: 1100px;*/
max-width: 880px;
margin: 0 auto;
}

.table #date_1
{/*margin: 0 0 25px 20%;*/
	text-align: center;
margin: 0 0 25px 25%;
display: flex;
justify-content: space-between;}

.table #date_2 {
/*margin: 0 0 25px 20%;*/
margin: 0 0 25px 25%;
display: flex;
justify-content: space-between;
}

.table #date_1 li
 {
width:50%;
padding: 5px 0;
margin: 0 5px 10px 5px;
font-family: 'Noto-Bold';
font-size: 28px;
/*color: #fff;*/
text-align: center;
line-height: 1.5;
border-radius: 20px;
}


.table #date_2 li {
width: 50%;
padding: 5px 0;
margin: 0 5px 10px 5px;
font-family: 'Noto-Bold';
font-size: 28px;
/*color: #fff;*/
text-align: center;
line-height: 1.5;
border-radius: 20px;
}

.table #date_1 li span,
.table #date_2 li span {
display: block;
}

.table #date_1 li:nth-child(1),
.table #date_2 li:nth-child(1) {
color: #390d6e;
}

.table #date_1 li:nth-child(2),
.table #date_2 li:nth-child(2) {
color: #34b565;
}

.table #date_1 li:nth-child(3),
.table #date_2 li:nth-child(3) {
color: #f39800;
}

.table #date_1 li:nth-child(4),
.table #date_2 li:nth-child(4) {
color: #005ead;
}

.table #date_1 {
border-bottom: 2px solid #005ead;
}

.table #date_2 {
border-bottom: 2px solid #e62860;
}

.table .schedule {
max-width: 1100px;
margin: 0 auto;
display: flex;
}

.table .schedule .time,
.table .schedule .time {
width: 25%;
padding: 14px 0 0 0;
}


.table .schedule .time li {
height: 190px;
margin: 0 0 28px 0;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
line-height: 1;
}

#first_day .table .schedule .time li {
height: 190px;
margin: 0 0 28px 0;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
line-height: 1;
}


.table .schedule .time li {
color: #005ead;
text-align: center;
}

#second_day .table .schedule .time li {
color: #03004c !important;
}

.table .schedule .time li span:last-child::before {
content: " ~ ";
}

.table .schedule #room_1,
.table .schedule #room_2 {
width: 75%;
}

.table .schedule #room_1 #section_1,
.table .schedule #room_2 #section_2 {
display: flex;
margin: 0 0 14px 0;
}

.table .schedule #room_1 #section_1 ul,
.table .schedule #room_2 #section_2 ul {
/*width: 25%;*/
width: 50%;
padding: 14px;
}

.table .schedule #room_1 #section_1 ul,
.table .schedule #room_2 #section_2 ul {
background-color: #eaedf1;
}

.table .schedule #room_1 #section_1 ul li
 {
height: 190px;
padding: 14px 14px 0 14px;
margin: 0 0 28px 0;
background-color: #fff;
}

.table .schedule #room_2 #section_2 ul li {
height: 190px;
padding: 14px 14px 0 14px;
margin: 0 0 28px 0;
background-color: #fff;
}

.table .schedule #room_1 #section_1 ul li:last-child,
.table .schedule #room_2 #section_2 ul li:last-child {
margin: 0;
}

.table .schedule #room_1 #section_1 ul li a,
.table .schedule #room_2 #section_2 ul li a {
line-height: 1.5;
display: flex;
flex-direction: column;
justify-content: center;
}

_:-ms-fullscreen, :root .table .schedule #room_1 #section_1 ul li a div {
height: 90px;
}

_:-ms-fullscreen, :root .table .schedule #room_2 #section_2 ul li a div {
height: 90px;
}

.table .schedule #room_1 #section_1 ul li a div,
.table .schedule #room_2 #section_2 ul li a div {
height: 90px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 14px 0;
}

.table .schedule #room_1 #section_1 ul li a div img,
.table .schedule #room_2 #section_2 ul li a div img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
margin: 0;
}

.table .schedule #room_1 #section_1 ul li a p span,
.table .schedule #room_2 #section_2 ul li a p span {
font-size: 14px;
display: block;
text-align: center;
}

.table .schedule #room_1 .ending,
.table .schedule #room_2 .ending {
font-family: 'Open Sans', sans-serif;
font-size: 30px;
color: #fff;
text-align: center;
padding: 14px 0;
margin: 0 0 75px 0;
}

.table .schedule #room_1 .ending {
background-color: #005ead;
}

.table .schedule #room_2 .ending {
background-color: #03004c;
}

.table .schedule #room_1 .notice,
.table .schedule #room_2 .notice {
font-size: 20px;
text-align: justify;
margin: 0 0 100px 0;
}

.figure {
display: none;
}

/*#second_day .figure {
padding: 0;
}*/


/*視聴方法*/
#howto {
padding: 150px 20px 160px 20px;
background-image: url("../../images/bg_howto.png");
background-size: contain;
background-position: center bottom;
background-repeat: no-repeat;
}

#howto h2 {
display: flex;
flex-direction: column;
margin: 0 0 80px 0;
text-align: center;
}

#howto h2 p {
font-family: 'Open Sans', sans-serif;
font-size: 90px;
color: #005ead;
line-height: 1;
margin: 0 0 10px 0;
}

#howto h2 span {
display: block;
}

#howto h2 span small {
font-family: 'Noto-Bold';
font-size: 30px;
color: #fff;
padding: 5px 70px;
border-radius: 20px;
background-color: #005ead;
}

#step {
max-width: 900px;
padding: 35px 70px;
margin: 0 auto 75px auto;
border: 3px solid #e62860;
border-radius: 10px;
background-color: #fcebee;
}

#step ul {
display: block;
}

#step ul li {
height: 130px;
padding: 0 0 0 170px;
margin: 0 0 25px 0;
display: flex;
align-items: center;
font-family: 'Noto-Bold';
font-size: 30px;
color: #005ead;
background-size: 140px 130px;
background-position: left top;
background-repeat: no-repeat;
}

#step ul li small {
font-size: 24px;
display: block;
}

#step ul li:nth-child(1) {
background-image: url("../../images/icon_step_01.png");
}

#step ul li:nth-child(2) {
background-image: url("../../images/icon_step_02.png");
}

#step ul li:nth-child(3) {
background-image: url("../../images/icon_step_03.png");
}

#step ul li:nth-child(4) {
background-image: url("../../images/icon_step_04.png");
}

#step div {
font-family: 'Noto-Bold';
font-size: 24px;
color: #005ead;
padding: 30px;
border-radius: 10px;
background-color: #fff;
}

#point {
max-width: 900px;
margin: 0 auto;
}


/*FAQ*/
#faq {
padding: 200px 20px 20px 20px;
background-color: #005ead;
}

#faq h2 {
display: flex;
flex-direction: column;
margin: 0 0 80px 0;
text-align: center;
}

#faq h2 p {
font-family: 'Open Sans', sans-serif;
font-size: 90px;
color: #fff;
line-height: 1;
margin: 0 0 10px 0;
}

#faq h2 span {
display: block;
}

#faq h2 span small {
font-family: 'Noto-Bold';
font-size: 30px;
color: #005ead;
padding: 5px 70px;
border-radius: 20px;
background-color: #fff;
}

#faq dl {
max-width: 900px;
padding: 0 50px 30px 50px;
margin: 0 auto 30px auto;
border-bottom: 2px solid #fff;
color: #fff;
}

#faq dl dt {
font-family: 'Noto-Bold';
font-size: 24px;
padding: 0 0 0 1em;
text-indent: -1em;
margin: 0 0 10px 0;
}

#faq dl dd {
font-size: 20px;
padding: 0 0 0 2.2em;
text-indent: -2.2em;
}

#faq dl dt::before {
content: "Q. ";
font-size: 38px;
}

#faq dl dd::before {
content: "A. ";
font-family: 'Noto-Bold';
font-size: 38px;
}

#faq dl dd span {
padding: 0 0 0 2.2em;
text-indent: -2.2em;
display: inline-block;
}

#reserve {
max-width: 450px;
margin: 120px auto 150px auto;
}

#site_title {
max-width: 647px;
margin: 0 auto 75px auto;
}


#contact {
color: #fff;
text-align: center;
margin: 0 0 70px 0;
}

#contact a {
color: #fff;
}

#credit {
font-size: 12px;
color: #fff;
text-align: center;
line-height: 1;
}


.float {
width: 100%;
padding: 0 20px;
position: fixed;
bottom: 0;
background-color: rgba(255,255,255,.4);
z-index: 2;
}

.float div {
max-width: 450px;
margin: 20px auto;
border-radius: 36px;
background-color: #fff;
}


@media screen and (max-width: 800px) {
/*ヒーローヘッダー*/
#hero {
padding: 15px;
background-image: url("../../images/hero_mobile.jpg");
	background-size: 100%;
margin:auto;
}

#hero h1{display:none;}
	
	
#hero .h1mov {
width: 150px;
position: absolute;
left: 15px;
}

#hero div {
display: none;
}
	
	

/*概要*/
#outline {
padding: 60px 20px 80px 20px;
}

#outline #message h2 {
font-size: 18px;
margin: 0 0 10px 0;
}

#outline #message #profile {
margin: 0 0 40px 0;
flex-direction: column-reverse;
align-items: flex-start;
}

#outline #message #profile p:first-child {
margin: 0;
}

#outline #message #profile p:last-child {
margin: 0 0 10px 0;
}

#outline #message #profile p:last-child img {
width: 150px;
}

#outline #message #greeting p {
margin: 0 0 20px 0;
}


/*ComingSoon…*/
#comingsoon {
margin: 0 auto 50px auto;
}


/*タイムテーブル*/
#timetable {
padding: 70px 0 0 0;
}

#timetable h2 {
margin: 0 0 40px 0;
}

#timetable h2 p {
font-size: 40px;
}

#timetable h2 span small {
font-size: 15px;
padding: 5px 30px;
}

#date_button {
max-width: 400px;
margin: 0 auto 70px auto;
}

#date_button p {
max-width: 48%;
}

h3 {
font-size: 22px;
margin: 0 auto 30px auto;
white-space: nowrap;
}

#second_day {
padding: 50px 20px 0 20px;
}

.table #date_1,
.table #date_2 {
margin: 0 0 25px 0;
}

.table #date_1 li,
.table #date_2 li {
font-size: 14px;
}

.table #date_1 li:nth-child(1).current_1,
.table #date_2 li:nth-child(1).current_2,
.table #date_1 li:nth-child(2).current_1,
.table #date_2 li:nth-child(2).current_2,
.table #date_1 li:nth-child(3).current_1,
.table #date_2 li:nth-child(3).current_2,
.table #date_1 li:nth-child(4).current_1,
	.table #date_2 li:nth-child(4).current_2
{
color: #fff;
}

.table #date_1 li:nth-child(1).current_1,
.table #date_2 li:nth-child(1).current_2 {
background-color: #390d6e; 
}

.table #date_1 li:nth-child(2).current_1,
.table #date_2 li:nth-child(2).current_2 {
background-color: #34b565; 
}

.table #date_1 li:nth-child(3).current_1,
.table #date_2 li:nth-child(3).current_2 {
background-color: #f39800; 
}

.table #date_1 li:nth-child(4).current_1,
.table #date_2 li:nth-child(4).current_2 {
background-color: #005ead; 
}
	
.hide {
display: none;
}

.table .schedule .time,
.table .schedule .time {
width: 30%;
}

.table .schedule .time li {
font-size: 20px;
}

.table .schedule .time li span {
display: block;
}

.table .schedule .time li span:last-child::before {
padding: 10px 0;
display: block;
content: "|";
}

.table .schedule #room_1,
.table .schedule #room_2 {
width: 70%;
}

.table .schedule #room_1 #section_1 ul,
.table .schedule #room_2 #section_2 ul {
width: 100%;
padding: 14px;
}

.table .schedule #room_1 #section_1 ul li a div,
.table .schedule #room_2 #section_2 ul li a div {
max-width: 150px;
margin: 0 auto 14px auto;
display: block;
}

.table .schedule #room_1 .ending,
.table .schedule #room_2 .ending {
font-size: 20px;
margin: 0 0 30px 0;
}

.table .schedule #room_1 .notice,
.table .schedule #room_2 .notice {
font-size: 16px;
margin: 0 0 50px 0;
}

  .table .schedule #room_1 #section_1 ul {
    width: 100%; /* スマホでは縦1列 */
  }
	
	
.figure {
display: block;
padding: 0 ;
margin: 0 0 40px 0;
max-width: 100%;
}


/*視聴方法*/
#howto {
padding: 70px 20px 80px 20px;
}

#howto h2 {
margin: 0 0 40px 0;
}

#howto h2 p {
font-size: 40px;
}

#howto h2 span {
display: block;
}

#howto h2 span small {
font-size: 15px;
padding: 5px 30px;
}

#step {
padding: 15px 10px;
margin: 0 auto 40px auto;

}

#step ul {
display: block;
}

#step ul li {
height: 70px;
padding: 0 0 0 90px;
margin: 0 0 30px 0;
font-size: 20px;
line-height: 1.5;
background-size: 75px 70px;
}

#step ul li br {
display: none;
}

#step ul li small {
font-size: 12px;
}

#step div {
font-size: 16px;
padding: 10px;
}


/*FAQ*/
#faq {
padding: 70px 20px 20px 20px;
}

#faq h2 {
margin: 0 0 40px 0;
}

#faq h2 p {
font-size: 40px;
margin: 0 0 10px 0;
}

#faq h2 span small {
font-size: 15px;
padding: 5px 30px;
}

#faq dl {
padding: 0 0 30px 0;
}

#faq dl dt {
font-size: 18px;
}

#faq dl dd {
font-size: 16px;
padding: 0 0 0 1.5em;
text-indent: -1.5em;
}

#faq dl dd span {
padding: 0;
display: inline;
}

#faq dl dt::before {
font-size: 20px;
}

#faq dl dd::before {
font-size: 20px;
}

/*.line {
display: none;
}*/

#faq dl dd span {
padding: 0;
text-indent: -2.2em;
display: inline;
}

#faq dl dd span:last-child {
margin: 0 0 0 -0.2em;
}

#reserve {
margin: 60px auto 70px auto;
}

#site_title {
margin: 0 auto 40px auto;
}

#contact {
margin: 0 0 40px 0;
}
}
