@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: #464646;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	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:#464646;text-decoration:underline;}
a:visited {color:#464646;text-decoration:underline;}
a:active, a:hover {color:#464646;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;
}


/* series
----------------------------------------*/
.series-header{
  display: flex;
  align-items: center;
  padding: 15px 0;
  background: url(bg-series.jpg) no-repeat center;
  background-size: cover;
}
.series-header .inner{
  max-width: 324px;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .series-header{
    min-height: 70px;
  }
}


/* categorytitle
----------------------------------------*/
.categorytitle{
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 15px 30px;
  background-color: #6c8cc7;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .categorytitle{
    margin: 5px auto 0;
    padding: 10px;
  }
}


/* mv
----------------------------------------*/
.mv{
  max-width: 1100px;
  margin: 0 auto;
  background: url(mv.jpg?260317) no-repeat center;
  background-size: cover;
  font-size: 1.8rem;
  font-weight: bold;
}
.mv .inner{
  position: relative;
  max-width: 1000px;
  width: 94%;
  height: min(45vw, 450px);
  margin: 0 auto;
}
.mv .text{
  position: absolute;
  bottom: 30px;
  left: 0;
}
.mv .text .subtitle{
  display: inline-block;
  padding: 0.4em 0.8em;
  background: linear-gradient(90deg,#6c8cc7,#5fc2ae);
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-weight: bold;
  line-height: 1.4;
  font-size: min(2.4vw, 2.4rem);
}
.mv .text .maintitle{
  display: inline-block;
  margin-top: 10px;
  padding: 0.25em 0.5em;
  background: linear-gradient(90deg,#6c8cc7,#5fc2ae);
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-weight: bold;
  line-height: 1.4;
  font-size: min(4.0vw, 4.0rem);
}

@media screen and (max-width: 767px){
  .mv{
    background: url(mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv .inner{
    width: 100%;
    height: auto;
    padding-top: 69.33333333333333%;
  }
  .mv .text{
    bottom: 10px;
  }
  .mv .text .subtitle{
    font-size: min(3.8vw, 3.8rem);
  }
  .mv .text .maintitle{
    margin-top: 5px;
    font-size: min(5.5vw, 5.5rem);
  }
}


/* lead
----------------------------------------*/
.lead{
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 30px 0;
  background: linear-gradient(90deg,#6c8cc7,#5fc2ae);
}
.lead .inner{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}
.lead p{
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    margin: 0 auto 5px;
    padding: 20px 10px;
  }
}


/* navi
----------------------------------------*/
.navi{
  padding: 40px 0;
  background-color: #90cbf0;
}
.navi-heading{
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.navi-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}
.navi-list li{
  width: 48.33333333333333%;
  background-color: #fff;
}
.navi-list li a{
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.5s;
}
.navi-list li a:hover{
  opacity: 0.6;
}
.navi-list .genre{
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
  font-size: 1.8rem;
  font-weight: bold;
}
.navi-list .title{
  position: relative;
  padding-right: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}
.navi-list .title::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #90cbf0;
}
.navi-list .title::after{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

@media screen and (max-width: 767px){
  .navi{
    padding: 30px 0;
  }
  .navi-heading{
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .navi-list li{
    width: 100%;
  }
  .navi-list li + li{
    margin-top: 10px;
  }
  .navi-list li a{
    padding: 15px;
  }
  .navi-list .genre{
    font-size: 1.5rem;
  }
  .navi-list .title{
    font-size: 1.7rem;
  }
}


/* main
----------------------------------------*/
.main{
  padding: 70px 3% 80px;
  background-color: #edf5fa;
}
.main .inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px){
  .main{
    padding: 50px 3%;
  }
  .main .inner{
    padding: 40px 0;
  }
}


/* section
----------------------------------------*/
.section{
  max-width: 900px;
  width: 92%;
  margin: 0 auto;
  padding-top: 70px;
}
.section::after{
  content: "";
  display: block;
  clear: both;
}
.section:first-of-type{
  padding-top: 0;
}
.section:nth-of-type(2){
  padding-top: 40px;
}
.section-heading{
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  color: #0670b8;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 3px;
  background-color: #0670b8;
  content: "";
}
.section p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section p:last-of-type{
  margin-bottom: 0;
}
.notes{
  margin: 20px auto;
}
.notes{
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
}
.notes li + li{
  margin-top: 0.3em;
}

@media screen and (max-width: 767px){
  .section{
    padding-top: 50px;
  }
  .section:nth-of-type(2){
    padding-top: 50px;
  }
  .lead + .section{
    padding-top: 30px;
  }
  .section-heading{
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}


/* photo
----------------------------------------*/
.photo{
  width: 38.88888888888889%;
}
.photo.left{
  float: left;
  margin: 10px 50px 30px 0;
}
.photo.right{
  float: right;
  margin: 10px 0 30px 50px;
}
.photo .image img{
  border-radius: 16px;
}
.photo .caption{
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.photo .caption span{
  font-size: 150%;
}
.photo-double{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px auto 0;
}
.photo-double .item:first-of-type{
  width: 52.22222222222222%;
}
.photo-double .item:last-of-type{
  width: 45.55555555555556%;
}
.photo-double .item img{
  border-radius: 16px;
}
.photo-double .caption{
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .photo.left,
  .photo.right{
    float: none;
    width: 90%;
    margin: 30px auto;
  }
  .photo-double{
    margin: 30px auto 0;
  }
  .photo-double .item:first-of-type{
    width: 100%;
  }
  .photo-double .item:last-of-type{
    width: 100%;
    margin-top: 10px;
  }
}


/* bnr
----------------------------------------*/
.bnr{
  max-width: 700px;
  margin: 80px auto 0;
  border: solid 2px #0670b8;
  border-radius: 16px;
}
.bnr a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  text-decoration: none;
  transition: 0.5s;
}
.bnr a::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #0670b8;
}
.bnr a::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.bnr a:hover::before{
  right: 20px;
}
.bnr a .image{
  width: 14.61038961038961%;
}
.bnr a .text{
  width: 79.54545454545455%;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.bnr a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 767px){
  .bnr{
    margin: 50px auto 0;
  }
  .bnr a{
    padding: 20px 15px;
  }
  .bnr a::before{
    right: 15px;
  }
  .bnr a::after{
    right: 20px;
  }
  .bnr a .image{
    width: 30%;
    margin: 0 auto 20px;
  }
  .bnr a .text{
    width: 100%; 
    font-size: min(5.0vw, 5.0rem);
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 100px 0;
}
.contact .inner{
  max-width: 400px;
  width: 84%;
  margin: 0 auto;
}
.contact .link{
  margin-top: 60px;
  font-size: 1.8rem;
  text-align: center;
}
.contact .link b{
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 70px 0;
  }
  .contact .link{
    margin-top: 40px;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
  max-width: 900px;
  width: 94%;
  margin: 20px auto 0;
  text-align: right;
}
.pagetop a{
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s;
}
.pagetop a::before{
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #464646;
  border-bottom: 3px solid #464646;
  transform: rotate(-135deg);
}
.pagetop a:hover{
  opacity: 0.6;
}

@media screen and (max-width: 767px){
  .pagetop a{
    padding-left: 18px;
    font-size: 1.4rem;
  }
  .pagetop a::before{
    top: 8px;
    width: 9px;
    height: 9px;
  }
}


/* footer
----------------------------------------*/
.footer-bottom{
  background-color: #fff;
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}