@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: "Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
  font-weight: 300;
	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;
}


/* mv
----------------------------------------*/
.mv{
  padding-top: 35px;
  background: url(bg-mv.jpg) no-repeat center;
  background-size: cover;
}
.mv .bg{
  position: relative;
  height: min(45.5vw, 455px);
}
.mv .bg::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: url(mv.jpg) no-repeat right center;
  background-size: cover;
  border-top: solid 4px #00aaad;
  border-radius: 20px 0 0 0;
  content: "";
}
.mv .text{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  height: min(45.5vw, 455px);
  border-top: solid 4px #00aaad;
  border-left: solid 4px #00aaad;
  border-radius: 20px 0 0 0;
}
.mv .text::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: "";
  border-radius: 20px 0 0 0;
}
.mv .text .inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 50px;
}
.mv .series{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 300px;
  width: 45%;
}
.mv .maintitle{
  margin: 20px 0;
  color: #00aaad;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: min(9.0vw, 9.0rem);
  font-weight: bold;
  line-height: 1.1;
}
.mv .subtitle{
  margin-left: -70px;
  padding: 0.2em 1.4em 0.3em 2em;
  background: linear-gradient(90deg,#6c8cc7,#5fc2ae);
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size:min(3.8vw, 3.8rem);
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1180px){
  .mv{
    padding: 35px 0 0 20px;
  }
}

@media screen and (max-width: 767px){
  .mv{
    padding: 0;
    background: none;
  }
  .mv .bg{
    height: auto;
    margin: 0 auto;
    padding-top: 69.33333333333333%;
    background: url(mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv .bg::before{
    position: static;
    content: none;
  }
  .mv .text{
    position: absolute;
    top: 50%;
    transform: translateY(-505%);
    left: 0;
    height: auto;
    border-top: none;
    border-left: none;
    border-radius: 0;
  }
  .mv .text::before{
    position: static;
    content: none;
  }
  .mv .text .inner{
    padding-left: 20px;
  }
  .mv .maintitle{
    margin: 10px 0;
    font-size: min(11.0vw, 11.0rem);
  }
  .mv .subtitle{
            display: inline-block;
    margin-left: -20px;
    padding: 0.5em 1em 0.6em 1em;
    border-radius: 0 0.5em 0.5em 0;
    font-size: min(5.0vw, 5.0rem);
  }
}


/* 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%;
  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;
  }
}


/* categorytitle
----------------------------------------*/
.categorytitle{
  max-width: 1100px;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  border-bottom: solid 2px #464646;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .categorytitle{

  }
}


/* lead
----------------------------------------*/
.lead{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  padding: 30px;
  background-color: #f5f5f5;
}
.lead p{
  color: #00aaad;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 20px;
  }
}


/* section
----------------------------------------*/
.section{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  padding-top: 70px;
}
.lead + .section{
  padding-top: 50px;
}
.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;
  }
  .lead + .section{
    padding-top: 30px;
  }
  .section-heading{
    margin-bottom: 30px;
    padding: 10px;
    font-size: 2.4rem;
  }
}


/* figure
----------------------------------------*/
.figure{
  width: 80%;
  margin: 50px auto;
}

@media screen and (max-width: 767px){
  .figure{
    width: 100%;
    margin: 30px auto;
  }
}


/* 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;
}