/* ベース */
body{
    font-size: 16px;
    font-family: Noto Sans JP, Meiryo, sans-serif;
}
a{
    text-decoration: none;
}
p{
    line-height: 1.8;
}
.inner{
    max-width: 1000px;
    margin: auto;
}
.header-inner{
    max-width: 1200px;
    margin: auto;
}
.section-padding{
    padding: 40px 10px;
}
iframe{
/*    z-index: -1;*/
}
h2{
    font-size: 28px;
    text-align: center;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    line-height: 1.2;
    padding-bottom: 20px;
}
h3{
    font-size: 24px;
    text-align: center;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    line-height: 1.8;
    font-weight: bold;
    padding: 10px 0;
}
.pc-dn{
    display: none;
}
.sp-dn{
    display: block;
}
picture{
    width: 30%;
}
.allow{
    font-family: 'Limelight', cursive;
}
.coming-soon{
    padding: 20px 0;
    text-align: center;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-size: 22px;
}
@media screen and (max-width:768px)  {
    h1{
        margin-top: auto;
        margin-bottom: auto;
    }
    h1 img{
        padding:4px 0;
    }
    h3{
        font-size: 1.1em;
    }
    .sp-dn{
        display: none !important;
    }
    .pc-dn{
        display: block;
    }
    .section-padding{
        padding: 20px 20px;
    }
    picture{
        width: 100%;
    }
}
/* header */
.header-area{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
}
.header-top{
    display: flex;
    justify-content: space-between;
}

 .header-top h1{
    width: 600px;
 }
 .header-top h1 img{
    width: 100%;
 }


.header-ticket{
    display: inline-block;
    color: #000;
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000;
    transition: all 300ms 0s ease;
}
.header-ticket-sp{
    color: #000;
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    transition: all 300ms 0s ease;
}
.header-ticket:hover{
    color: #fff;
    background-color: #000;
    transition: all 300ms 0s ease;
}
.navigation-pc{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.navigation-pc a{
    color: #000;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    transition: all 300ms 0s ease;
}
.navigation-pc a:hover{
    color: #8d8d8d;
    transition: all 300ms 0s ease;
}
.navigation-sp{
    padding-bottom: 20px;
    text-align: center;
}
.navigation-sp a{
    margin: auto;
    max-width: 174px;
    display: block;
    color: #000;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    padding: 12px 0;
    text-align: left;
}
#gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    font-size: 120%;
    z-index: 9999;
    display: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}
#gnav a{
    font-size: 0.8em;
}

.gnavTitle {
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.close-btn {
    position: absolute;
    top:15px;
    right: 20px;
    width: 20px;
}
.close-btn img{
    width: 100%;
}
@media screen and (max-width:768px)  {
 .header-top{
     padding: 10px;
 }
 .header-top h1{
    width: 54%;
 }
 .header-top h1 img{
    width: 100%;
 }
 .header-ticket-sp{
    font-size: 0.6em;
    padding: 7px 4px;
    border: 1px solid #000;
 }
 .header-menu-sp{
    width: 10%;
    padding: 7px;
 }
 .header-menu-sp img{
     width: 100%;
}
}
/* samurai-vision-summit-area */
.samurai-vision-summit-area{
    text-align: center;
    background: url(../img/top-bg_pc.png) no-repeat;
    background-size: cover;
    margin-top: 146px;
}
.samurai-vision-summit-h2{
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 0.1em;
}
.samurai-vision-summit-p{
    color: #fff;
    font-size: 26px;
    font-family:  sans-serif;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0.1em;
}
.samurai-vision-summit-area img{
    width: 90%;
    box-shadow: #000;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.3));
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.3));
}
.samurai-vision-summit-speakers{
    display: flex;
    justify-content: space-evenly;
    color: #fff;
}
.samurai-vision-summit-speakers .session-speaker-name{
    font-size: 1.2em;
}
.samurai-vision-summit-speakers p{
    margin-top: 4px;
    font-size: 0.8em;
}
.samurai-vision-summit-speakers-child{
width: 17%;
}
.samurai-vision-summit-ticket{
    display: inline-block;
    color: #fff;
    border: 3px solid #fff;
    padding: 20px 30px;
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    transition: all 300ms 0s ease;
}
.samurai-vision-summit-ticket:hover{
    display: inline-block;
    color: #000;
    background-color: #fff;
    border: 3px solid #fff;
    padding: 20px 30px;
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    transition: all 300ms 0s ease;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
}
@media screen and (max-width:768px)  {

    .samurai-vision-summit-area{
        background: url(../img/top-bg_sp.png) no-repeat;
        background-position: top;
        margin-top: 30px;
    }
    .samurai-vision-summit-h2{
        font-size: 2em;
    }
    .samurai-vision-summit-speakers{
        flex-wrap: wrap;
    }
    .samurai-vision-summit-speakers-child{
        width: 33%;
    }
    .samurai-vision-summit-speakers p{
        font-size: 0.9em;
        line-height: 1.6em;
    }
    .samurai-vision-summit-p{
        font-size: 0.9em;
    }
    .samurai-vision-summit-ticket{
        font-size: 1em;
    }
    .samurai-vision-summit-ticket:hover{
        display: inline-block;
        color: #000;
        background-color: #fff;
        border: 3px solid #fff;
        padding: 20px 30px;
        font-size: 1em;
        font-weight: bold;
        margin: 20px auto;
        transition: all 300ms 0s ease;
        -webkit-transition: all 300ms 0s ease;
        -moz-transition: all 300ms 0s ease;
        -ms-transition: all 300ms 0s ease;
        -o-transition: all 300ms 0s ease;
    }
    .samurai-vision-summit-speakers .session-speaker-name{
        line-height: 1.6em;
        font-size: 1em;
    }
    /* .child-sp-50{
        width: 33%;
    } */
    .child-sp-50{
        padding-left: 36px;
    }
    .child-sp-50-last-child{
        padding-right: 36px;
    }

}
/* introduction-area */
.introduction-area{
    /* background-color: #F8F8F8; */
}
.introduction-contents{
    display: flex;
    justify-content: space-between;
}
.introduction-contents img{
    width: 100%;
}
.introduction-right {
    width: 30%;
}
.introduction-contents p{
    margin: 0;
    font-size: 20px;
    width: 65%;
}
.note-area{
    text-align: right;
    margin: 20px 0;
}
.note-link{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    color: #000;
    border: #000 1px solid;
    padding: 10px;
    max-width: 276px;
    width: 100%;
    /* margin-top: 16px; */
    transition: all 300ms 0s ease;
}
.note-link:hover{
    color: #fff;
    background-color: #000;
    transition: all 300ms 0s ease;
}
@media screen and (max-width:768px)  {
    .introduction-contents{
        flex-direction: column;
    }
    .introduction-contents img{
        width: 100%;
        margin: 0;
    }
    .introduction-right{
        width: 100%;
    }
    .introduction-contents p{
        font-size: 1em;
        margin-bottom: 30px;
        width: 100%;
    }
    .note-area{
        text-align: center;
    }
}
/* information-area */
.information-area{
    background-color: #F8F8F8;
}
.information-area img{
    width: 100%;
}
.information-contents{
    display: flex;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
}
.information-child{
    display: block;
    color: #000;
    padding: 10px;
    width: 30%;
}
.information-child img{
    width: 100%;
}
.information-date{
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    padding: 10px 0;
}
.information-area p{
    margin: 0;
}
.information-more-area{
    text-align: right;
    margin: 20px 0;
}
.information-more-link-js{
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    color: #000;
    border: #000 1px solid;
    padding: 10px;
    margin: auto!important;
    width: 330px;
}
.open:after{
    content:"";
    background-image:  url(../img/info_ya1.png);
    background-repeat: no-repeat;
    display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
}
.close:after{
    content:"";
    background-image:  url(../img/info_ya2.png);
    background-repeat: no-repeat;
    display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width:768px)  {
    .information-contents{
        flex-direction: column;
    }
    .information-date{
        padding: 16px 0;
    }
    .information-child{
        width: 100%;
        padding: 10px 0;
    }
    .information-more-link-js{
        padding: 10px 0;
    }
}
/* session-area */
.session-area{
    text-align: center;
}
.session-description{
    font-size: 18px;
    padding: 0 0 20px;
}
.session-contents{
    display: flex;
    justify-content: space-evenly;

}
.session-child{
    border-bottom: 3px dotted #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.session-ml{
    margin-left: 130px;
}
.session-mr{
    margin-right: 130px;
}
.session-child:last-child{
    border-bottom: none;
}
.session-speaker{
    width: 24%;
}
.session-speaker img{
    width: 90%;
}
.session-part{
    background-color: #000;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}
.session-time{
    display: inline-block;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin-left: 10px;
}
.session-speaker-name{
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width:768px)  {
    .session-contents{
        flex-wrap: wrap;
    }
    .session-speaker{
        width: 40%;
    }
    .session-speaker p{
        font-size: 0.8em;
    }
    .session-speaker-name{
        font-size: 1.2em;
    }
    .session-part{
        font-size: 1em;
    }
    .session-time{
        font-size: 1em;
    }
    .session-ml{
        margin: 0 auto;
    }
    .session-mr{
        margin: 0 auto;
    }
}
/* projects-area */

.projects-area{
    background-color: #EFF5F7;
}

.projects-area .readcopy{
   margin: 0;
   font-size: 20px;
	text-align: center;
	padding-bottom:50px;
}

.projects-contents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projects-child{
	display: flex;
  	flex-direction: column;
	align-content: stretch;
	color: #000;
	width: 30%;
	background-color:#FFF;
	margin-bottom:40px;
}

.projects-child img{
	width:100%;
	display:block;
}

.projects-textarea{
	padding:5px 15px 20px 15px;
	font-size:16px;
	line-height:140%;
}

.projects-textarea .thema_title{
	display:inline-block;
	font-size:20px;
	font-weight:700;
	padding-bottom:0.5em;
}

.projects-textarea .theme{
	display:inline-block;
	background: black;
	color:#FFF;
	padding:0 1em;
	font-weight: 700;
	font-size:80%
}

.projects-textarea .capacity{
	display:inline-block;
	background: black;
	color:#FFF;
	padding:0 1em;
	font-weight: 700;
	font-size:80%;
	text-align: center;
	width:3em;
	margin-right:0.5em;
}

.projects-textarea .tag{
	display:inline-block;
	background:#d1e3f1; 
	color:#2c6099;
	font-size:75%;
	padding:0 0.5em;
	border-radius: 50px;
	margin:0 0.3em 0.5em 0;
}

 .projects-bt{
	 width:80%;
    display: block;
    color: #000;
    background-color: #fff;
    padding: 0.5em 0.5em;
    text-align: center;
    margin:auto auto 1em auto;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #000;
    transition: all 300ms 0s ease;
　
}

.projects-bt:hover{ color: #fff;
    background-color: #000;
    transition: all 300ms 0s ease;}



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

	.projects-area .readcopy{
 	   font-size: 1em;
		text-align: left;
	}
	
	.projects-contents{
    display: column;
	}

	.projects-child{
	width: 100%;
	background-color:#FFF;
	margin-bottom:2em;
	}	
	
	.projects-textarea{
	font-size:1em;
	}
	
 .projects-bt{
	 width:85%;
	}
	
}

/* shout-area */
.shout-area{
    background-color: #fff;
}

.shout-contents{
    /* display: flex;
    justify-content: space-between; */
}
.shout-contents p{
    margin: 0;
    font-size: 20px;
    /* width: 65%; */
}
.shout-contents img{
    /* width: 100%; */
    width: 35%;
    float: right;
    margin-left: 70px;
}
.shout-contents-pic2 {
    display: none;
	order:2;
}
@media screen and (max-width:768px)  {
    .shout-contents{
        flex-direction: column;
    }
    .shout-contents img{
        width: 100%;
        margin:10px auto 40px;
        clear: both;
    }
    .shout-contents p{
        font-size: 1em;
        margin-bottom: 30px;
        width: 100%;
    }
    .shout-contents-pic1 {
        display: none;
    }
    .shout-contents-pic2 {
        display: block;
    }
}

/* timetable-area */
.timetable-area{
   background-color: #F8F8F8;
}

.timetableimg-pc{
	width:100%
}

.timetableimg-sp{
	display:none
}

@media screen and (max-width:768px)  {
.timetableimg-pc{
	display:none
}

.timetableimg-sp{
	width:100%;
	display:block;
	margin-top:-1em;
}
	
}



/* about-area */
.about-area dl{
    padding: 10px 0;
}
.about-area dt{
    display: inline-block;
    font-weight: bold;
}
.about-area dd{
    display: inline-block;
}
.about-content{
    display: flex;
    justify-content: space-between;
}
.about-content img{
    width: 100%;
}
.about-left{
    width: 65%;
}
.about-right{
    width: 35%;
}
.about-area dd{
    margin-inline-start: 10px;
}
@media screen and (max-width:768px)  {
    .about-left{
        width: 100%;
    }
    .about-right{
        width: 100%;
    }
    .about-content{
        flex-direction: column;
    }
}

/* partner-area */
.partner-area{
    background-color: #EFF5F7;
}
.partner-area img{
    width: 100%;
}
.partner-link{
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration:underline;
    line-height: 1.4;
    transition: all 300ms 0s ease;
}
.partner-link:hover{
    color: #8d8d8d;
    transition: all 300ms 0s ease;
}
/* access-area */
.access-area dl{
    padding: 20px 0 0;
}
.access-area dt{
    font-weight: bold;
}
.access-area dd{
    margin: 0;
}
.access-bus{
    display: flex;
    justify-content: space-between;
}
.google_map{
	position:relative;
	width:100%;
	height:0;
	padding-top:55%;
}
.google_map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.about-corona{
    border: 1px solid #000;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration:underline;
    line-height: 1.4;
    transition: all 300ms 0s ease;
}
.about-corona:hover{
    color: #8d8d8d;
    transition: all 300ms 0s ease;
}
@media screen and (max-width:768px)  {
    .access-bus{
        flex-direction: column;
    }
    .access-corona{
        padding: 10px 0;
    }
}
/* ticket-area */
.ticket-area{
    background-color: #F9F9F9;
    text-align: center;
}
.ticket-p{
    padding: 0 0 20px;
}
.ticket-buy-link{
    display: block;
    color: #fff;
    background-color: #000;
    padding: 20px 20px;
    text-align: center;
    margin: 20px auto;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #000;
    width: 352px;
    transition: all 300ms 0s ease;
}
.ticket-buy-link:hover{
    color: #000;
    background-color: #fff;
    transition: all 300ms 0s ease;
    border: 1px solid #000;
}
.ticket-buy-link-white{
    display: block;
    color: #000;
    background-color: #fff;
    padding: 20px 20px;
    text-align: center;
    margin: 20px auto;
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #000;
    width: 352px;
    transition: all 300ms 0s ease;
}
.ticket-buy-link-white:hover{
    color: #fff;
    background-color: #000;
    transition: all 300ms 0s ease;
    border: 1px solid #000;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
}
.ticket-h3 {
    font-size: 1.4em;
    font-weight: bold;
}
.ticket-img{
    width: 50%;
    margin: auto;
}
@media screen and (max-width:768px)  {
    .ticket-buy-link{
        width: 100%;
        padding: 20px 0;
        font-size: 1em;
    }
    .ticket-buy-link-white{
        width: 100%;
        padding: 20px 0;
        font-size: 1em;
    }
    .ticket-img{
        width: 100%;
    }
}
/* footer */
.footer-inner{

}
.footer-logo{
    display: inline-block;
    width: 100px;
}
.footer-right{
    display: inline-block;
    margin-left: 20px;
}
.footer-area{
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}
.footer-area a{
    font-family: Montserrat, Noto Sans JP, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 30px;
}
.footer-area a:first-child{
    margin-left: 0;
}
.footer-link{
    display: inline-block;
    margin-top: 1.5em;
    color: #fff;
}
.footer-copy{
    font-family: Montserrat, Noto Sans JP, sans-serif;
    display: block;
    color: #777;
}
@media screen and (max-width:768px)  {
    .footer-logo{
        width: 70px;
        margin-bottom: 20px;
    }
    .footer-area{
        font-size: 0.6em;
    }
    .footer-area a{
        padding: 10px;
        margin: auto;
        text-align: center;
    }
    .footer-inner{
        text-align: center;
        flex-direction: column;
    }
    .footer-right{
        display: block;
        margin: 0;
    }
}

