@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-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	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;}
}


/* layout
----------------------------------------*/
.wrapper img{
	width: 100%;
	height: auto;
}
.wrapper a{
  transition: 0.5s;
}
.wrapper a:hover{
  color: #c10b0b;
}
.main{
  width: 94%;
  margin: 0 auto;
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px){
  .main{
    padding: 50px 0 60px;
  }
}


/* mv
----------------------------------------*/
.mv{
  max-width: 1100px;
  margin: 0 auto;
  background: url(mv.jpg?260317) no-repeat center;
  background-size: cover;
}
.mv .inner{
  position: relative;
  max-width: 850px;
  height: 450px;
  margin: 0 auto;
}
.mv .title{
  position: absolute;
  bottom: -20px;
  text-align: right;
}
.mv .title span{
  display: inline-block;
  padding: 7px 10px 2px;
  background-color: #000;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
.mv .title span + span{
  margin-top: 7px;
}
.mv .title span b{
  font-size: 170%;
}
.mv .sponsor{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px){
  .mv{
    background: url(mv-sp.jpg?260317) no-repeat left center;
    background-size: cover;
  }
  .mv .inner{
    height: auto;
    padding-top: 66.66666666666667%;
  }
  .mv .title span{
    font-size: min(5.8vw, 5.8rem);
  }
  .mv .title span + span {
    margin-top: 5px;
  }
  .mv .sponsor{
    font-size: 1.3rem;
  }
}


/* lead
----------------------------------------*/
.lead{
  max-width: 850px;
  margin: 0 auto;
}
.lead p{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}


/* section
----------------------------------------*/
.section{
  max-width: 850px;
  margin: 0 auto;
  padding-top: 70px;
}
.section-heading{
  position: relative;
  margin-bottom: 50px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  top: 8px ;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  content: "";
  z-index: -10;
}
.section-heading span{
  display: inline-block;
}
.section p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section p:last-of-type{
  margin-bottom: 0;
}
.section p.question{
  color: #1c499e;
  font-weight: 700;
}
.section .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.section .inner .photo{
  width: 47.05882352941176%;
  margin-top: 10px;
}
.section .inner .photo .caption{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.section .inner .photo .caption span{
  font-size: 150%;
}
.section .inner .text{
  width: 48.23529411764706%;
}
.notes{
  margin: 20px auto;
}
.notes li{
  padding-left: 3em;
  text-indent: -3em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.notes li + li{
  margin-top: 0.3em;
}
.section:nth-of-type(3) .inner{
  margin: 0 auto 40px;
}
.section.about{
  margin-top: 110px;
  padding: 0 30px 30px;
  border: solid 1px #000;
}
.section.about .section-heading{
  position: static;
  margin: -30px auto 30px;
  padding: 0;
  background-color: transparent;
  color: #000;
}
.section.about .section-heading::before{
  content: none;
}
.section.about .section-heading span{
  padding: 10px 30px;
  background-color:#000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px){
  .section{
    padding-top: 60px;
  }
  .section-heading{
    margin-bottom: 40px;
    font-size: 2.2rem;
    text-align: left;
  }
  .section-heading span{
    display: inline;
  }
  .section .inner{
    margin-top: 30px;
  }
  .section .inner .photo{
    width: 100%;
    margin-top: 0;
  }
  .section .inner .text{
    width: 100%;
    margin-top: 30px;
  }
  .section:nth-of-type(3) .inner{
    margin: 30px auto;
  }
  .section.about{
    margin-top: 80px;
    padding: 0 15px 20px;
  }
  .section.about .section-heading{
    margin: -30px auto 20px;
  }
  .section.about .section-heading span{
    display: block;
    padding: 10px;
  }
}


/* books
----------------------------------------*/
.books{
  display: flex;
  justify-content: center;
  max-width: 490px;
  margin: 40px auto;
}
.books li{
  width: 30.61224489795918%;
  margin-left: 20px;
}
.books li:first-child{
  margin-left: 0;
}
.books li:first-child img{
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px){
  .books{
  margin: 20px auto;
  }
  .books li{
    margin-left: 10px;
  }
}


/* photo
----------------------------------------*/
.photo-wide{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 20px;
}
.photo-wide .item{
  width: 48.82352941176471%;
}
.photo-wide .item:nth-of-type(n+3){
  margin-top: 20px;
}
.photo-wide .item .caption{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .photo-wide{
    margin: 30px auto 0;
  }
  .photo-wide .item{
    width: 100%;
  }
  .photo-wide .item:nth-of-type(n+2){
    margin-top: 20px;
  }
}


/* figure
----------------------------------------*/
.figure{
  margin: 40px auto 10px;
}

@media screen and (max-width: 767px){
  .figure{
    margin: 30px auto 10px;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 100px 0;
  background-color: #f7f7f7;
}
.contact .inner{
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
.contact .logo{
  max-width: 250px;
  margin: 0 auto 50px;
}
.contact p{
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 70px 0;
  }
  .contact .logo{
    width: 70%;
    margin: 0 auto 40px
  }
  .contact p{
    font-size: 1.7rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 1em;
	right: 1em;
}
.pagetop img{
	width: 50px;
	height: 50px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 40px;
		height: 40px;
	}
}


/* footer
----------------------------------------*/
.footer-bottom{
  background-color: #fff;
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}