@charset "UTF-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}

/* base
----------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
}
body{
	width: 100%;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

img{
	vertical-align: bottom;
}
.spview{display: none;}
@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}

/*  wrap
-----------------------------------------------*/
.wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  font-size: 10px;
  border-bottom: solid 5px #2c68b0;
}
.wrapper::before, .wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px){
  .wrapper {
    border-bottom: solid 3px #2c68b0;
  } 
}

.header_bg{
  position: relative;
  z-index: 10;
}
.wrapper::before {
    position: fixed;
    top: 0;
    left: 0;
    background: url(index-bg.jpg) no-repeat center top;
    width: 100%;
    height: calc(100vh - 124px);
    background-size: cover;
    content: "";
    z-index: -1;
}
@media screen and (max-width: 767px){
  .wrapper::before {
      width: 100%;
      height: 70vh;
  }
}

/*  mv
-----------------------------------------------*/
.mv{
  padding: 0 0 40px;
  border-top: solid 8px #2c68b0;
  background: url(mvbg.jpg) no-repeat center;
  background-size: cover;
}
.mv > .inner{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  animation: fadein 1s ease-out forwards;
  padding: 50px 0;
}
.mv > .inner img{
  display: block;
  width: 90%;
  max-width: 970px;
  height: auto;
  margin: 0 auto;
}
h1{
  max-width: 718px;
  margin: 0 auto;
  /* padding-top: calc(75% + 40px); */
  animation: fadein-up 1s ease-out forwards;
}

@media screen and (max-width: 767px){
  .mv{
    border-top: solid 4px #3f3a39;
  }
  h1{
    margin: 0 5%;
    /* padding-top: calc(75% + 30px); */
  }
}


/*  lead
-----------------------------------------------*/
.lead{
  padding: 30px 5%;
  animation: fadein-up 2s ease-out forwards;
}
.lead > .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.lead p{
  font-size: 1.6em;
  line-height: 1.9;
}
.lead p + p{
  margin-top: 1em;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 20px 5%;
  }
  .lead p{
    font-size: 1.5em;
  }
}


/*  maincontent
-----------------------------------------------*/
.contents{
  position: relative;
  padding: 60px 5% calc(14.66666666666667% + 60px);
  background: rgba(204, 223, 253, .8);
}
.contents::before{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 14.66666666666667%;
  background: url(bg-contents.jpg) no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 767px){
  .contents{
    padding: 60px 5% calc(14.66666666666667% + 40px);
  }
}

/* logo
----------------------------------------*/
.overview{
  background-color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 5%;
}
.overview-heading {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1em 0;
  text-align: center;
  position: relative;
}
.overview-heading {
    display: flex;
    align-items: center;
}
.overview-heading:before,
.overview-heading:after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #ddd;
}
.overview-heading:before {
    margin-right: 20px;
}
.overview-heading:after {
    margin-left: 20px;
}
.overview li img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.overview ul {
  margin: 0 auto 48px;
  max-width: 100%;
  text-align: center;
}
.overview ul li {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}
.sponsors ul li{
  padding-left: 10px;
  padding-right: 10px;
}
.pleft{
  padding-left: 10px;
}
.mlr15{
  margin-left: 15px;
  margin-right: 15px;
}
.ml15{
  margin-left: 15px;
}
@media screen and (max-width: 767px){
  .overview{
    padding: 20px 5%;
  }
}
@media screen and (max-width: 428px){
  .overview ul{
    margin: 0 auto 20px;
  }
  .overview li{
    width: 100%;
  }
  .pleft, .mlr15, .ml15{
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
}

/* section
----------------------------------------*/
.section{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 5%;
  background: #fff;
  animation: fadein-up 2s ease-out forwards;
}
.section + .section{
  margin-top: 40px;
}
.section > .inner{
  max-width: 800px;
  margin: 0 auto;
}
.section > .inner > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section > .inner > p:last-of-type{
  margin-bottom: 0;
}
.section-category{
  position: absolute;
  top: -30px;
  left: -15px;
  padding: 20px;
  background: linear-gradient( to right, #369 25%, #4488cc 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-category span{
  font-size: 1.25em;
  font-weight: 600;
}
.section-heading{
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 25px;
  border-left: 6px solid #4488cc;
  border-bottom: solid 1px #369;
  color: #369;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-subheading{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.section .photo{
  text-align: center;
  margin: 0 auto 30px;
  width: 700px;
  max-width: 100%;
}

@media screen and (max-width: 1000px){
  .section-category{
    left: -35px;
  }
}

@media screen and (max-width: 767px){
  .section{
    padding: 30px 5%;
  }
  .section > .inner > p{
    font-size: 1.5rem;
  }
  .section-category{
    top: -20px;
    left: 10px;
    min-height: auto;
    padding: 10px;
    font-size: 1.6rem;
    writing-mode: inherit;
  }
  .section-heading{
    padding: 5px 5px 5px 20px;
    font-size: 2.6rem;
  }
  .section-subheading{
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 374px){
  .section-heading{
    font-size: 2.1rem;
  }
  .section-category{
    font-size: 1.3rem;
  }
}

/* profile
----------------------------------------*/
.profile{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 700px;
  margin: 30px auto 40px;
  padding: 20px;
  background: #f5f5f5;
}
.profile-photo{
  width: 45.45454545454545%;
}
.profile-text{
  width: 54.54545454545455%;
}
.profile-text .name{
  margin-bottom: 10px;
  padding: 0 0 10px 20px;
  border-bottom: solid 1px #c8e4ff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.profile-text .name span{
  font-size: 150%;
}
.profile-text .moderator{
  margin-right: 5px;
  color: #c8e4ff;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 2.0rem;
  font-style: italic;
  font-weight: 700;
  text-align: right; 
}

@media screen and (max-width: 767px){
  .profile{
    margin: 20px auto;
  }
  .profile-photo{
    width: 80%;
    margin: 0 auto 10px;
  }
  .profile-text{
    width: 100%;
  }
  .profile-text .name{
    padding: 0 0 10px 0;
    font-size: 1.4rem;
  }
  .profile-text .moderator{
    font-size: 1.8rem;
  }
}


/* aside
----------------------------------------*/
.aside{
  margin-top: 60px;
  text-align: center;
}
.aside p{
  font-size: 1.7rem;
  font-weight: 600;
}

@media screen and (max-width: 767px){
  .link-list li{
    font-size: 1.5em;
  } 
}

/* pagetop
----------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 0;
  right: 24px;
  font-size: 10px;
  color: #fff;
  z-index: 90;
}
.pagetop a {
  background: #2c68b0;
  text-decoration: none;
  color: #fff;
  padding: 4px 12px 6px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 1.4;
}
.pagetop a:hover{
  opacity: 0.7;
}

/* fadein
----------------------------------------*/
@keyframes fadein{
  0%{
     opacity: 0
  }
  100%{
     opacity: 1
  }
}
@keyframes fadein-up{
  0%{
    opacity: 0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-left{
  0%{
    opacity: 0;
    transform: translateX(-100px);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-right{
  0%{
    opacity: 0;
    transform: translateX(100px);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}

/* footer
----------------------------------------*/
footer{
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.localFooter .pr {
    font-size: 13px;
    text-align: center;
}