@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&display=swap);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal
}
ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left
}
q:before, q:after {
  content: ''
}
object, embed {
  vertical-align: top
}
legend {
  display: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
img, abbr, acronym, fieldset {
  border: 0
}
html {
  scroll-behavior: smooth
}
body {
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  text-align: center
}
a {
  color: #000;
  text-decoration: underline
}
a:hover, .active {
  text-decoration: underline
}
a:active, a:focus, input:active, input:focus {
  outline: 0
}
a:hover img {
  opacity: .9
}
#right-btns {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 60px;
  z-index: 9999;
  opacity: .9
}
#right-btns li {
  padding: 15px 15px 5px;
  margin-top: 10px;
  background: rgb(201, 230, 100);
  background: linear-gradient(135deg, rgba(201, 230, 100, 1) 0%, rgba(45, 152, 186, 1) 100%);
  border-radius: 50px 0 0 50px
}
#right-btns li img {
  width: auto;
  height: 40px
}
#right-btns a {
  width: 40px;
  display: block;
  height: 40px
}
.center {
  text-align: center !important
}
#sitetitle {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, .7)
}
#sitetitle img {
  margin: 10px auto;
  width: auto;
  height: 54px
}
#header {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../img/pc_bg-top.png) center bottom no-repeat;
  background-size: 135%
}
#header img {
  width: 90%;
  height: auto;
  margin: 3vh auto 0
}
@media only screen and (max-width:768px) {
  #header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background: url(../img/sp_bg-top.png) center top no-repeat;
    background-size: 135%
  }
  #header h2 span {
    display: block
  }
}
@media only screen and (min-width:769px) {
  #header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 4vh
  }
}
header#sub {
  position: fixed;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, .9);
  z-index: 9998
}
header#sub h1 {
  margin: 0 auto;
  text-align: center
}
header#sub h1 img {
  height: 63px;
  width: auto;
  border: none;
  margin: 0 auto;
  padding: 0
}
#slogan img {
  border: none
}
#slogan h2 {
  text-align: center;
  font-size: 16px
}
@media only screen and (max-width:600px) {
  .spOnly {
    display: block
  }
  .pcOnly {
    display: none
  }
}
@media only screen and (min-width:601px) {
  .spOnly {
    display: none
  }
  .pcOnly {
    display: block
  }
}
h1, h2 {
  font-family: 'Noto Sans JP', serif
}
img {
  width: 100%;
  height: auto
}
section {
  clear: both
}
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px
}
.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0
}
.flex-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.flex-all li img {
  margin-top: 20px
}
section h1 {
  text-align: left;
  color: #000
}
section h1 span {
  border-top: 8px solid #ddd;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 90px
}
@media only screen and (max-width:1099px) {
  section h1 span {
    font-size: 70px
  }
}
#sec-1 {
  padding-left: 0;
  padding-right: 0
}
#sec-1 h1 {
  padding-left: 20vw
}
#sec-1 h1 span {
  border-image: linear-gradient(to right, #2D96B8, #C9E664) 1
}
@media only screen and (max-width:500px) {
  section h1 span {
    font-size: 50px
  }
  #sec-1 h1 {
    padding-left: 10vw
  }
}

/*202507*/
#sec-11 {
  padding-left: 0;
  padding-right: 0
}
#sec-11 h1 {
  padding-left: 20vw
}
#sec-11 h1 span {
  border-image: linear-gradient(to right, #2D96B8, #C9E664) 1
}
@media only screen and (max-width:500px) {
  section h1 span {
    font-size: 50px
  }
  #sec-11 h1 {
    padding-left: 10vw
  }
}


section h3 img {
  width: auto;
  height: 36px;
  display: block;
  margin: 0 auto 20px
}
#sec-1 {
  background: none
}
#sec-4 {
  background: url(../img/bg_blue_event.jpg) left 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
#sec-5 {
  background: url(../img/bg_green_sns.jpg) right 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
#sec-3 {
  background: url(../img/bg_purple_manga.jpg) left 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
#sec-6 {
  background: url(../img/bg_lg_interview.jpg) right 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
#sec-8 {
  background: url(../img/bg_yellow_radio.jpg) left 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
#sec-2 {
  background: url(../img/bg_pink_movie.jpg) right 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
section#sec-4 h1 span {
  border-top: 8px solid #88B5D3
}
section#sec-5 h1 span {
  border-top: 8px solid #88BFBF
}
section#sec-3 h1 span {
  border-top: 8px solid #C7A5CC
}
section#sec-6 h1 span {
  border-top: 8px solid #D4DCD3
}
section#sec-8 h1 span {
  border-top: 8px solid #E1D669
}
section#sec-2 h1 span {
  border-top: 8px solid #E3ADC1
}
#sec-9 {
  background: url(../img/bg_mgreen.jpg) right 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
#sec-10 {
  margin-top: 50px;
  padding-top: 50px
}
section#sec-9 h1 span {
  border-top: 8px solid #93b68b
}
section#sec-10 h1 span {
  border-top: 8px solid #91bac7;
  font-size: 70px
}
section#sec-10 h1 {
  display: none
}
/*202507*/
#sec-11 {
  background: url(../img/bg_new.jpg) right 200px no-repeat;
  background-size: 90vw;
  margin-top: 50px;
  padding-top: 50px
}
@media only screen and (max-width:600px) {
#sec-11 {
  background: url(../img/bg_new.jpg) right 120px no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding-top: 50px
}
}
section#sec-11 h1.sub {
  padding-left: 0vw
}
section#sec-11 h1 span {
  border-top: 8px solid #A3D8E9;

}
#news_index{
display: flex;
flex-wrap: wrap;
padding-top: 5vh
}
#news_index .slideitem{
  margin: 40px 10px 30px;
  position: relative;
  min-height: 25vh;
  height: 100%;
  width: calc(calc(100% / 2) - 20px);
}
@media only screen and (max-width:600px) {
#news_index .slideitem{
  margin: 40px 10px 30px;
  position: relative;
  min-height: 25vh;
  height: 100%;
  width: calc(calc(100% / 1) - 20px);
}
}
#news_index .slideitem a{
  display: block;
  text-decoration: none;
  text-align: right
}
#news_index .slideitem a h3{
  background: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 2vw;
  line-height: 1;
  margin: 10vw 0 3vw auto;
  padding: 10px 30px 5px;
  display: inline-block;
  width: auto;
  z-index: 9999;
  position: relative
}
@media only screen and (max-width:600px) {
#news_index .slideitem a h3{
  background: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 1;
  margin: 10vw 0 3vw auto;
  padding: 10px 30px 5px;
  display: inline-block;
  width: auto;
  z-index: 9999;
  position: absolute;
  right: 0;
}
}
#news_index .sld-img{
  position: absolute;
  left: 9%;
  top: -4%;
  z-index: 999;
  margin: auto;
  width: 81%;
}
@media only screen and (max-width:600px) {
#news_index .sld-img{
  position: relative;
  left: auto;
    top: -20px;
  z-index: 999;
  margin: auto;
  width: 81%;
}
}
#news_index .sld-img img {
 width: calc(100% - 6px);
  height: auto;
  border: 3px solid rgb(255, 255, 255);
}
#news_index .sld-txt{
  margin: 2% 5% 1%;
  text-align: left;
  min-height: 8em
}
#news_index .sld-date {
  margin: 2% 5% 0%;
  text-align: left;
  color: #939393;
}
#news_index .sld-date_event {
  margin: 2% 0% 5%;
  text-align: left;
  background-color: #FFF;
  display: block;
  border-radius: 7px;
  padding: 2px 15px;
}


/*--PAGENATION-------------*/
.pagination {
    margin: 40px 0 30px;
    text-align: center;
    width: 100%;
    clear: both;
    border-top: 2px solid #FFFFFF;
    padding-top: 20px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	width: auto;
}
.pagination li a, .pagination li > span {
	font-size: .9em;
	display: block;
	width: 30px;
    line-height: 30px;
	margin: 0 1px;
	padding: 5px;
	text-decoration: none;
	color: #505050;
    background-color: #FFF;
	border: solid 1px #c2eb40;
	border-radius: 100%;
}
.pagination li > span {
	color: #FFF;
	background-color: #c2eb40;
}
.pagination li a:hover {
	color: #FFF;
	background-color: #c2eb40;
}
.pagination li .dots {
	width: 15px;
	padding: 0;
	color: #000;
	border-color: transparent;
	background-color: transparent;
}
/*--NEWS_ENTRY-------------*/
#news_entry{
text-align: left
}
#news_entry .entry_header{
  margin: 40px 0px 0px;
  position: relative;
  height: 100%;
  padding: 15px 120px 15px 15px;
}
@media only screen and (max-width:600px) {
#news_entry .entry_header{
  margin: 40px 0px 0px;
  position: relative;
  height: 100%;
  padding: 15px 15px 15px 15px;
}
}
#news_entry .entry_header h3{
  background: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 2vw;
  line-height: 1;
  top:10px;
  right: 0px;
  padding: 10px 30px 5px;
  display: inline-block;
  width: auto;
  z-index: 9999;
  position: absolute
}
@media only screen and (max-width:600px) {
#news_entry .entry_header h3{
  background: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 1;
  top:10px;
  right: 0px;
  padding: 10px 30px 5px;
  display: inline-block;
  width: auto;
  z-index: 9999;
  position: absolute
}
}
#news_entry .entry_header .sld-txt{
  text-align: left;
font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 0vw!important;
  left: 0!important
}

#news_entry .entry_header .sld-date {
  text-align: left;
  color: #939393;
  margin-bottom: 1em
}
#news_entry .entry_header .sld-date_event {
  margin: 2% 0% 0%;
  text-align: left;
  background-color: #FFF;
  display: inline-block;
  border-radius: 7px;
  padding: 2px 15px;
  font-weight: 600;
}
#news_entry .entry_inner{
width: calc(100% - 60px);
padding: 30px;
background-color: #FFF
}

#news_entry .entry_inner img{
width: 100%;
height: auto;
margin-top: 1em;
margin-bottom: 1em;
}

#news_entry .entry_inner h1,
#news_entry .entry_inner h2{
  margin-top: 1rem;
  border-left: 0.4rem solid #96CBC0;
  background-color: #d7f4ee;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px;
  left: 0vw!important;
  margin-bottom: 1em!important;
  text-align: left
}

#news_entry .entry_inner table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em
}
#news_entry .entry_inner table th {
  font-weight: bold;
  background-color: #f7f7f7;
  border: 0.1rem solid #ccc;
  padding: 1rem;
}
#news_entry .entry_inner table td {
  border: 0.1rem solid #ccc;
  padding: 1rem;
}
@media only screen and (max-width:600px) {
#news_entry .entry_inner table th {
  display: block;
  padding: 0.5rem 1rem;
}
#news_entry .entry_inner table td {
  display: block;
  padding: 0.5rem 1rem;
}
}
#news_entry .entry_inner .youtube{}
#news_entry .entry_inner .youtube iframe{
width: 100%;
  aspect-ratio: 16 / 9;
}
#news_entry .btn_back{
 margin: 40px 0 30px;
    text-align: center;
    width: 100%;
    clear: both;
    border-top: 2px solid #FFFFFF;
    padding-top: 20px;
}
#news_entry .btn_back a{
 display: inline-block;
 background-color: #000;
 color: #FFF;
 padding: 5px 20px;
 border-radius: 100px;
 line-height: 1;
 text-decoration: none
}
.btn_back.index{
 margin: 40px 0 30px;
    text-align: center;
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-bottom: 40px;
}
.btn_back.index a{
 display: inline-block;
 background-color: #000;
 color: #FFF;
 padding: 5px 20px;
 border-radius: 100px;
 line-height: 1;
 text-decoration: none
}


.slider.autoplay .slideitem{
  margin: 40px 10px 30px;
  position: relative;
  min-height: 25vh
}
.slider.autoplay .slideitem a{
  display: block;
  text-decoration: none;
  text-align: right
}
.slider.autoplay .slideitem a h3{
  background: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 2vw;
  line-height: 1;
  margin: 12vw 0 3vw auto;
  padding: 10px 30px 5px;
  display: inline-block;
  width: auto;
  z-index: 9999;
  position: relative
}
.slider.autoplay .sld-img{
  position: absolute;
  left: 9%;
  top: -9%;
  z-index: 999;
  margin: auto;
  width: 100%
}
.slider.autoplay .sld-txt{
  margin: 2% 5% 1%;
  text-align: left;
  min-height: 8em
}
/*202507*/
.slider.autoplay .sld-date {
  margin: 2% 5% 0%;
  text-align: left;
  color: #939393;
}
.slider.autoplay .sld-date_event {
  margin: 2% 0% 5%;
  text-align: left;
  background-color: #FFF;
  display: block;
  border-radius: 7px;
  padding: 2px 15px;
}
@media only screen and (max-width:600px) {
.slider.autoplay .sld-date_event {
  font-size: 0.7rem
}
}
.slider.autoplay div a img {
  width: 80%;
  height: auto;
  border: 3px solid #fff
}
.sitem-blue {
  background-color: #a0c8e9
}
.sitem-orange {
  background-color: #F7B977
}
.sitem-yellow {
  background-color: #E1D669
}
.sitem-pink {
  background-color: #a0c8e9
}
.sitem-lgreen {
  background-color: #aacccf
}
.sitem-green {
  background-color: #88BFBF
}
.sitem-purple {
  background-color: #C7A5CC
}
.sitem-lorange {
  background-color: #F8D7BF
}
.sitem-song {
  background-color: #b8ceb6
}
/*202507*/
.sitem-news {
  background-color: #D5EFEC
}

.text {
  text-align: left;
  font-size: 14px;
  margin: 10px 20px;
  font-weight: 400
}
.name {
  font-weight: 700
}
.pu-list {
  margin: 10px 20px
}
.pu-list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  background: #fff;
  padding: 20px 10px 20px 20px;
  border-radius: 0 50px 50px 0;
  margin-bottom: 10px;
  border-left: 3px #BAA529 solid;
  text-align: left
}
@media only screen and (min-width:801px) {
  .pu-list li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    background: #fff;
    padding: 20px;
    border-radius: 0 50px 50px 0;
    margin-bottom: 10px;
    border-left: 3px #BAA529 solid;
    text-align: left
  }
}
section h2 {
  font-weight: 700;
  font-size: 18px;
  margin: 2em 0
}
section#sec-6 .text {
  padding: 5px 0
}
.mb0 {
  margin-bottom: 0
}
.mt0 {
  margin-top: 0
}
span.border-w {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px
}
section#sec-6 .iginari-photo {
  border-radius: 20px
}
section#sec-6 h3.title {
  font-size: 17px;
  margin: 0 0 10px
}
.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
  margin: 20px auto
}
.youtube iframe {
  width: 100%;
  height: 100%
}
.text {
  font-size: 14px;
  font-weight: 400
}
.photo img {
  width: 140px;
  height: 140px
}
.date1 {
  font-size: 120%;
  margin-right: 3px
}
.date2 {
  background: #88b5d3;
  color: #fff;
  font-weight: 700;
  padding: 1px 4px
}
.date3 {
  background: #ee827c;
  color: #fff;
  font-weight: 700;
  padding: 1px 4px
}
.theatre {
  column-count: 2;
  margin-bottom: 40px;
  text-align: left
}
.theatre li::before {
  content: "●";
  font-size: 8px;
  margin-right: 10px
}
.theatre a {
  text-decoration: none
}
@media only screen and (min-width:601px) {
  .theatre {
    margin: 0 auto;
    width: 26em
  }
}
.characterInfo {
  background-color: #a574af;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px
}
.characterInfo dt.title {
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
  margin-bottom: 20px
}
.characterInfo .text {
  color: #ece093
}
.name {
  font-weight: 700;
  font-size: 115%
}
.name strong {
  font-size: 110%
}
#bannerArea li {
  text-align: center
}
#bannerArea li img {
  width: 90%;
  height: auto;
  margin: 5px
}
#bannerArea {
  background: url(../img/bg_footer.jpg) no-repeat;
  background-size: 200%;
  padding: 40px 0
}
@media only screen and (min-width:769px) {
  #bannerArea {
    background: url(../img/bg_footer.jpg);
    background-size: cover
  }
  #bannerArea li img {
    width: 450px;
    height: auto
  }
}
.button {
  background: #fff;
  padding: 10px 15px;
  margin: 5% 10%
}
@media only screen and (min-width:821px) {
  .button {
    margin: 5% 28% 0
  }
  body.sub #sec-8 .button {
    margin: 5% 12%;
    padding: 10px 0 10px 15px
  }
}
.event-list dt {
  background: #fff;
  border-radius: 50px 0 0 50px;
  text-align: left;
  padding: 10px 10px 10px 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: -5px
}
.event-list dd {
  background: #fff;
  margin-left: 20px;
  padding: 10px
}
.hl_dot {
  margin-top: 30px;
  margin-bottom: 20px
}
span.dotline {
  border-bottom: dotted 3px #000;
  padding-bottom: 5px;
  font-size: 110%
}
.hl-white {
  margin-top: 20px
}
.button img {
  width: 18px;
  height: auto;
  margin-left: 1em
}
#sec-3 .story1 {
  width: 43%;
  display: inline-block
}
#sec-3 .story2 {
  width: 43%;
  display: inline-block;
  vertical-align: top
}
#sec-3 .notice h2 strong {
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4
}
#sec-3 .notice h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center
}
@media only screen and (min-width:800px) {
  #sec-3 .notice h2 {
    text-align: left;
    font-size: 22px
  }
  #sec-3 .notice h2 span {
    display: block
  }
  #sec-3 .notice .text {
    margin: 0;
    padding: 0
  }
}
#sec-4 .event-list h1 {
  margin: 0;
  font-size: 120%;
  text-align: left;
  color: #2474aa
}
#sec-4 .event-list h2 {
  background: #88B5D3;
  color: #fff;
  display: block;
  padding: 10px 10px 8px;
  margin: 0 !important;
  line-height: 1.2;
  text-align: left;
  font-size: 120%;
  position: relative
}
#sec-4 .event-list h2 span {
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 20px 10px 18px;
  line-height: 0;
  display: inline-block;
  font-size: 120%;
  position: absolute;
  left: 0;
  top: 0
}
#sec-4 .event-list p.txt, #sec-4 .event-list ol {
  text-align: left;
  margin: 10px
}
#sec-4 ul.present-img li {
  text-align: center;
  margin-left: 0
}
#sec-4 ul.present-img img {
  width: auto;
  max-width: 200px;
  margin: 0 auto
}
#sec-4 img.sticker {
  width: 150px !important
}
#sec-4 .txt, #sec-4 ul.talk {
  margin: 10px 0
}
#sec-4 .vr h3 {
  text-align: left
}
#sec-4 .vr img, #sec-4 .talk img {
  width: 90%;
  height: auto;
  margin: 10px 0
}
#sec-4 .vr li, #sec-4 .talk li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: 0;
  text-align: center
}
#sec-4 .mb10 {
  margin-bottom: 10px
}
@media only screen and (min-width:800px) {
  #sec-4 ul.present-img {
    display: flex;
    align-items: center
  }
  #sec-4 ul.present-img img {
    width: auto;
    max-height: 20vw
  }
  #sec-4 dd.vr img {
    width: 90%;
    height: auto;
    margin: 10px auto
  }
  #sec-4 ul.vr-img {
    display: flex
  }
  #sec-4 .vr-img li {
    width: 33.333333%;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: center !important
  }
  #sec-4 ul.present-img li {
    min-width: 40%;
    margin: 0 !important;
    text-indent: 0 !important;
    text-align: center
  }
}
#sec-4 ul.talk-img {
  display: flex;
  justify-content: center
}
#sec-4 ul.talk-img img {
  width: 90%;
  height: auto;
  margin: 10px auto
}
#sec-4 .talk-img li {
  width: 48%;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  text-align: center !important
}
@media only screen and (max-width:600px) {
  #sec-4 ul.talk-img {
    display: block
  }
  #sec-4 .talk-img li {
    width: 100%
  }
}
#sec-5 {
  text-align: center
}
#sec-5 dl {
  font-size: 13px
}
#sec-5 dt {
  font-weight: 700
}
#sec-5 dd {
  padding: 10px 0 20px;
  line-height: 1.4
}
#sec-5 ul.first {
  margin: 0;
  float: none
}
#sec-5 ul.first dl {
  display: block;
  float: none;
  width: 100%
}
#sec-5 .ttlist {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5vw
}
#sec-5 .ttlist dt {
  border: dotted 3px #fff;
  border-radius: 70px;
  padding: 5px;
  width: 110px;
  height: 110px;
  margin: 0 auto
}
#sec-5 .ttlist dt img {
  border-radius: 60px;
  width: 110px;
  height: auto
}
#sec-5 .ttlist a {
  text-decoration: none;
  font-weight: 700
}
.soon {
  padding: 5vh 20vw;
  font-size: 40px;
  font-family: "Teko";
  text-align: center;
  color: #fff
}
#sec-4 h1 {
  margin-bottom: 30px
}
#sec-5 h1 {
  margin-bottom: 10px
}
@media only screen and (min-width:601px) and (max-width:768px) {
  #sec-5 .ttlist {
    justify-content: center;
    margin: 0 auto;
    max-width: 580px
  }
  #sec-5 .ttlist li {
    margin: 0 10px
  }
}
@media only screen and (min-width:800px) {
  #sec-5 .ttlist {
    max-width: 580px;
    margin: 0 auto
  }
}
@media only screen and (min-width:1024px) {
  #sec-5 .ttlist {
    max-width: 850px;
    margin: 0 auto
  }
}
footer {
  clear: both;
  position: relative;
  padding: 70px 10px 50px 0;
  text-align: center;
  font-size: 12px
}
.pagetop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px
}
.finfo {
  font-size: 15px;
  font-weight: 700;
  padding-top: 50px
}
.copy {
  font-size: 10px;
  text-align: left;
  margin-left: 20px
}
#sec-1 .pu-list .list1, #sec-1 .pu-list .list2 {
  position: relative
}
@media only screen and (min-width:1200px) {
  .inner {
    width: 1024px;
    padding-bottom: 120px
  }
  .txt h2 {
    padding: 0 0 20px !important
  }
}
@media only screen and (min-width:768px) {
  body {
    font-size: 14px
  }
  h1 {
    margin-bottom: 30px;
    margin-bottom: 0
  }
  .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
  .flex li {
    padding: 10px 17px
  }
  .name {
    font-size: 13px
  }
  .bar-img li {
    padding: 10px 30px
  }
  .copy {
    text-align: center
  }
  #footer {
    padding: 30px 10px 70px 0
  }
}
@media only screen and (min-width:641px) {
  .copy {
    text-align: center
  }
}
@media only screen and (max-width:799px) {
  #slogan h1 {
    font-size: 31px
  }
  #slogan h2 {
    font-size: 14px
  }
}
a#menu {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #CEEA60
}
#menuBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #000;
  transition: .2s
}
#menuBtn:before, #menuBtn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #000;
  transition: .3s
}
#menuBtn:before {
  margin-top: -7px
}
#menuBtn:after {
  margin-top: 5px
}
a#menu .close {
  background: transparent
}
a#menu .close:before, a#menu .close:after {
  margin-top: 0
}
a#menu .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}
a#menu .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg)
}
.panel {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  left: 0;
  top: -10px;
  z-index: 100;
  background: #CEEA60;
  padding-top: 30px;
  padding-bottom: 50px
}
#mainnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 9999
}
#mainnav ul {
  background: #CEEA60;
  text-align: center
}
#mainnav li a {
  position: relative;
  display: block;
  padding: 10px 25px 5px;
  color: #000;
  font-weight: 400;
  line-height: 1.2
}
#mainnav .panel li a img {
  height: 36px
}
@media only screen and (max-width:1199px) {
  section h2 {}
  .vMid {
    padding: 0 20px
  }
}
#tiktok_bnr {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 20px
}
@media only screen and (min-width:800px) {
  #tiktok_bnr {
    width: 650px;
    max-width: 650px;
    margin: 10px auto 20px
  }
  #tiktok_bnr ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center
  }
  #tiktok_bnr ul li {
    width: 38%;
    text-align: center
  }
  #tiktok_bnr ul li a {
    margin: 3%
  }
}
#tiktok-id {
  position: relative;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center
}
#tiktok-id .check {
  width: 14%;
  height: auto;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 999;
  margin-top: 50px
}
#tiktok-id iframe {
  background: #fff;
  border-radius: 1em;
  border: 1em solid #E3E3E3;
  border-top: 30px solid #E3E3E3;
  border-bottom: 30px solid #E3E3E3;
  margin: 0 auto;
  height: 45vh !important;
  width: 75% !important;
  justify-content: center
}
@media only screen and (max-width:600px) {
  #tiktok-id iframe {}
}
@media only screen and (min-width:601px) {
  #tiktok-id {
    width: 50vw
  }
}
span.css-1yc8689.eblccp12 {
  display: inline-block;
  padding-right: 25vw
}
body.sub #sec-3, body.sub #sec-8 {
  padding-top: 60px
}
body.sub #sec-7 {
  margin-top: 60px
}
body.sub .flex.synopsis {
  padding: 0 0 10px
}
@media only screen and (max-width:600px) {
  body.sub .flex.synopsis {
    padding: 0 0 10px
  }
}
body.sub .characterInfo {
  background-color: #a574af;
  border-radius: 20px;
  margin-top: 30px
}
body.sub .characterInfo .headline {
  background-color: #a574af;
  color: #fff;
  margin: 0 10px;
  margin-top: -50px;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.3
}
body.sub .charainfoInner .photo img {
  width: 120px;
  height: auto;
  margin: 0 auto
}
body.sub #sec-3 .cover {
  width: 150px;
  border-radius: 10px;
  margin: 10px
}
body.sub .charainfoInner .title {
  font-size: 16px;
  border-top: 1px solid #000;
  border-bottom: none;
  margin: 10px;
  padding: 0
}
.charainfoInner .chara {
  text-align: center
}
.charainfoInner .charatxt {
  font-size: 13px;
  color: #ece093;
  padding: 0 13px;
  text-align: justify
}
body.sub .charainfoInner .name {
  font-weight: 700;
  font-size: 14px
}
body.sub .characterInfo {
  margin-top: 80px
}
body.sub .ep0 {
  background: url(../manga/img/ep0.png) left bottom no-repeat;
  background-size: auto 160px
}
body.sub .ep1 {
  background: url(../manga/img/ep1.png) left bottom no-repeat;
  background-size: auto 160px
}
body.sub .ep2 {
  background: url(../manga/img/ep2.png) left bottom no-repeat;
  background-size: auto 160px
}
@media only screen and (min-width:601px) {
  body.sub .button {
    margin: 30px 20%
  }
}
@media only screen and (min-width:900px) {
  body.sub .characterInfo .headline {
    width: 70%;
    margin-left: auto;
    margin-right: auto
  }
  body.sub .flex.synopsis {
    padding: 0 0 10px
  }
  body.sub .cover_synopsis {
    width: 260px
  }
  body.sub .flex li {
    padding: 20px 0 0
  }
  body.sub .charainfoInner .title {
    margin: 10px 10px 0;
    padding: 5px 0 0
  }
  body.sub #sec-3 .cover {
    width: 186px;
    margin: 10px 5px 15px
  }
  body.sub .charainfoInner ul.flex {
    padding-left: 20px;
    padding-bottom: 20px
  }
  body.sub .button {
    margin: 30px 20%
  }
  body.sub .button.right {
    margin: 0 0 30px 40%
  }
}
@media only screen and (min-width:768px) {
  .synopsis .hl-white, .synopsis h3 {
    text-align: left;
    margin-left: 20px
  }
  body.sub .flex li {
    padding: 10px;
    margin: 10px
  }
  img.cover_synopsis {
    width: 40vw;
    height: auto
  }
  body.sub .flex.synopsis li {
    padding: 0
  }
  body.sub .ep0 {
    background: url(../manga/img/ep0.png) right 10px no-repeat;
    background-size: auto 160px
  }
  body.sub .ep1 {
    background: url(../manga/img/ep1.png) right 40px no-repeat;
    background-size: auto 160px
  }
  body.sub .ep2 {
    background: url(../manga/img/ep2.png) right 40px no-repeat;
    background-size: auto 160px
  }
  body.sub .charainfoInner .photo {
    padding-left: 20px
  }
  body.sub .charainfoInner .name {
    text-align: left;
    padding-left: 5px
  }
  .name.artist {
    margin-top: 16px;
    font-size: 16px
  }
}
@media only screen and (min-width:900px) {
  body.sub .ep0 {
    background: url(../manga/img/ep0.png) right 10px no-repeat;
    background-size: auto 160px
  }
  body.sub .ep1 {
    background: url(../manga/img/ep1.png) right 40px no-repeat;
    background-size: auto 160px
  }
  body.sub .ep2 {
    background: url(../manga/img/ep2.png) right 40px no-repeat;
    background-size: auto 160px
  }
  body.sub ul.flex.button2 {
    margin: 0 0 0 auto;
    justify-content: flex-end
  }
  body.sub ul.flex.button2 li a {
    margin: 10px
  }
  body.sub .button {
    margin: 30px 30%
  }
  body.sub .button.right {
    margin: -40px 0 30px 60%
  }
  body.sub .button.right2 {
    margin: 0 10px 30px
  }
  body.sub .charainfoInner .name {
    text-align: left;
    padding-left: 5px
  }
}
@media only screen and (min-width:600px) and (max-width:768px) {
  body.sub section {}
}
@media only screen and (max-width:599px) {
  body.sub section {}
}
body.sub ul.flex {
  padding-left: 0
}
body.sub .button, body.sub .button.right {
  margin: 20px 10%
}
body.sub .ep0 {
  background: url(../manga/img/ep0.png) left top no-repeat;
  background-size: auto 160px
}
body.sub .ep1 {
  background: url(../manga/img/ep1.png) left top no-repeat;
  background-size: auto 160px
}
body.sub .ep2 {
  background: url(../manga/img/ep2.png) left top no-repeat;
  background-size: auto 160px
}
body.sub ul.flex.button2 {
  display: block
}
ul.flex.button2 {
  justify-content: flex-end
}
@media only screen and (max-width:600px) {
  body.sub .button, body.sub .button.right {
    margin: 20px 0
  }
}
@media only screen and (max-width:767px) {
  #sec-8 h1, #sec-8 h2 {}
  #sec-8 h2 br {
    display: none !important
  }
}
#sec-8 h1 img {
  height: 90px
}
#sec-8 #radio {
  text-align: left;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-around
}
#sec-8 #radio li {
  width: 44%;
  display: inline-block;
  text-align: center
}
@media only screen and (max-width:768px) {
  #sec-8 #radio li {
    width: 100%;
    margin-bottom: 20px
  }
}
#sec-8 #radio li img.thumbnail {
  border-radius: 10px
}
@media only screen and (min-width:768px) {
  #sec-8 p.text {
    text-align: center;
    margin: 0 auto 30px
  }
  #sec-8 h1, #sec-8 h2 {
    padding: 0 5% 20px
  }
  #sec-8 #radio li img.thumbnail {
    width: 100%;
    height: auto
  }
}
@media only screen and (max-width:767px) {
  #sec-8 p.text {
    text-align: justify
  }
}
body.sub #sec-8 {
  padding-top: 60px
}
body.sub #OAlist {
  text-align: center
}
body.sub #OAlist .member {
  margin: 20px auto
}
body.sub #OAlist .member img {
  border: 2px solid #fff
}
body.sub #OAlist .title {
  margin: 30px auto;
  background: #000;
  padding: 10px 10px 5px !important;
  border-radius: 50px;
  color: #fff;
  line-height: 1.6
}
@media only screen and (min-width:768px) {
  body.sub #OAlist .member, body.sub #OAlist .title {
    width: 60%
  }
}
body.sub #OAlist .title strong {
  display: block;
  font-size: 140%
}
#OAlist .radio_theme, #OAlist .radio_theme dd {
  padding-bottom: 20px
}
#OAlist .radio_theme dt {
  border-bottom: 3px solid #fff;
  font-weight: bolder;
  font-size: 130%;
  margin: 0 0 20px;
  line-height: 1.4;
  padding-bottom: 8px
}
#OAlist .radio_theme dt::before {
  content: "テーマ";
  display: block;
  width: 150px;
  height: 55px;
  padding-top: 55px;
  background: url(../radio/img/theme-logo.svg) center top no-repeat;
  margin: 0 auto
}
#OAlist .radio_theme, #OAlist .radio_theme dd {
  margin: 0
}
@media only screen and (min-width:768px) {
  #OAlist .radio_theme, #OAlist .radio_theme dd {
    margin: 0 10%
  }
  #OAlist .radio_theme dt {
    margin: 0 10% 20px
  }
}
.radioCE {
  border-top: 3px solid #fff;
  font-weight: bolder;
  margin: 30px 0;
  line-height: 1.4;
  padding-top: 30px;
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal
}
@media only screen and (min-width:768px) {
  .radioCE {
    font-size: 40px
  }
}
@media only screen and (min-width:500px) and (max-width:767px) {
  .radioCE {
    font-size: 5vw;
    margin: 30px 0 0
  }
}
@media only screen and (max-width:499px) {
  .radioCE {
    font-size: 8vw;
    margin: 30px 0 0
  }
}
body.sub .backbutton a {
  background: #000;
  padding: 20px 50px !important;
  border-radius: 40px;
  color: #fff;
  font-size: 120%;
  line-height: 8;
  text-decoration: none
}
body.sub .backbutton a:hover {
  background-color: #333
}
body.sub #OAlist .youtube {
  padding-bottom: 30px
}
@media only screen and (max-width:600px) {
  body.sub #OAlist .title, #OAlist .radio_theme dt {
    margin: 0 0 20px
  }
  #OAlist .title small {
    display: block;
    font-weight: 400
  }
  body.sub #OAlist .youtube {
    width: 100%
  }
}
@media only screen and (min-width:768px) {
  body.sub #OAlist .youtube {
    padding-bottom: 50px
  }
  #OAlist .title small {
    display: inline-block
  }
}
body.sub #OAlist .backbutton {
  padding-bottom: 50px
}
@media only screen and (max-width:600px) {
  body.sub #radio .button {
    margin: 0 25px
  }
}
.tekoSB {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: SemiBold;
  font-style: normal
}
.tekoM {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal
}
.tekoR {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: Regular;
  font-style: normal
}
.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: rgb(201, 230, 100);
  background: linear-gradient(135deg, rgba(201, 230, 100, 1) 0%, rgba(45, 152, 186, 1) 100%)
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute
}
.menu-btn span:before {
  bottom: 8px
}
.menu-btn span:after {
  top: 8px
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0)
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg)
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg)
}
#menu-btn-check {
  display: none
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 100%;
  z-index: 99998;
  background: rgb(201, 230, 100);
  background: linear-gradient(135deg, rgba(201, 230, 100, 1) 0%, rgba(45, 152, 186, 1) 100%);
  opacity: .9;
  transition: all 0.5s
}
.menu-content ul {
  padding: 40px 10px 0
}
.menu-content ul li {
  margin-bottom: 1vh;
  list-style: none
}
.menu-content ul li a span {
  font-family: "Teko", sans-serif;
  font-weight: medium;
  font-size: 7.5vw;
  display: block
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative
}
#menu-btn-check:checked ~ .menu-content {
  left: 0
}
@media only screen and (min-width:1100px) {
  .menu-content ul li a {
    font-size: 16px
  }
  .menu-content ul li a span {
    font-size: 30px
  }
}
h2.tekoSB {
  font-size: 30px;
  line-height: 1;
  background: #000;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 30px 0;
  margin: 2em 0 1em
}
h3.tekoM {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px
}
@media only screen and (max-width:1099px) {
  #sec-4 {
    background: url(../img/bg_blue_event.jpg) center 170px no-repeat;
    background-size: cover
  }
  #sec-5 {
    background: url(../img/bg_green_sns.jpg) center 170px no-repeat;
    background-size: cover
  }
  #sec-3 {
    background: url(../img/bg_purple_manga.jpg) center 170px no-repeat;
    background-size: cover
  }
  #sec-6 {
    background: url(../img/bg_lg_interview.jpg) center 170px no-repeat;
    background-size: cover
  }
  #sec-8 {
    background: url(../img/bg_yellow_radio.jpg) center 170px no-repeat;
    background-size: cover
  }
  #sec-2 {
    background: url(../img/bg_pink_movie.jpg) center 170px no-repeat;
    background-size: cover
  }
  #sec-9 {
    background: url(../img/bg_mgreen.jpg) center 170px no-repeat;
    background-size: cover
  }
  section h1 {
    padding: 0
  }
  #sec-1 h1 {
    margin-top: 40px;
    padding-left: 60px
  }
  .section-inner {
    padding: 0 60px 60px
  }
  .slick-prev:before, .slick-next:before {
    color: #D2EC6F !important;
    font-size: 40px !important
  }
}
#sec-4 .section-inner {
  background: url(../img/bg_paint_events.png) 130% top no-repeat;
  background-size: 50%
}
#sec-5 .section-inner {
  background: url(../img/bg_paint_sns.png) 130% top no-repeat;
  background-size: 50%
}
#sec-3 .section-inner {
  background: url(../img/bg_paint_manga.png) 130% -50px no-repeat;
  background-size: 50%
}
#sec-6 .section-inner {
  background: url(../img/bg_paint_interview.png) 130% top no-repeat;
  background-size: 50%
}
#sec-7 .section-inner {
  background: url(../img/bg_paint_interview.png) 130% top no-repeat;
  background-size: 50%
}
#sec-8 .section-inner {
  background: url(../img/bg_paint_radio.png) 130% top no-repeat;
  background-size: 50%
}
#sec-2 .section-inner {
  background: url(../img/bg_paint_movie.png) 130% -100px no-repeat;
  background-size: 50%
}
.mb60 {
  margin-bottom: 60px
}
@media only screen and (max-width:500px) {
  .section-inner {
    padding: 0 15px 15px
  }
  #sec-4 {
    background-position: center 120px
  }
  #sec-5 {
    background-position: center 120px
  }
  #sec-3 {
    background-position: center 120px
  }
  #sec-6 {
    background-position: center 120px
  }
  #sec-8 {
    background-position: center 120px
  }
  #sec-2 {
    background-position: center 120px
  }
  #sec-9 {
    background-position: center 120px
  }
  #sec-10 {
    background-position: center 120px
  }
  #sec-4 .section-inner {
    background-size: 80%;
    background-position: 180% 0
  }
  #sec-5 .section-inner {
    background-size: 50%
  }
  #sec-3 .section-inner {
    background-size: 70%;
    background-position: 150% -20px
  }
  #sec-6 .section-inner {
    background-size: 70%;
    background-position: 170% -20px
  }
  #sec-8 .section-inner {
    background-size: 70%;
    background-position: 170% -20px
  }
  #sec-2 .section-inner {
    background-size: 70%;
    background-position: 150% -40px
  }
  #sec-9 .section-inner {
    background-size: 70%;
    background-position: 170% -20px
  }
  #sec-10 .section-inner {
    background-size: 70%;
    background-position: 150% -40px
  }
  body.sub #sec-7 {
    background: url(../img/bg_lg_intvw.jpg) center 100px
  }
  body.sub #sec-7 .section-inner {
    background-position: 110% 3%;
    background-size: 50%
  }
  section h1 {
    position: relative;
    left: 0
  }
  section h1 span {
    font-size: 10vw
  }
  #sec-1 h1 {
    margin-top: 30px;
    padding-left: 30px
  }
  section h2 {
    font-size: 16px;
    text-align: center
  }
  section h2 br {
    display: none
  }
  h2.tekoSB {
    margin: 1em 0 .5em
  }
  .slider.autoplay {
    height: 90vw
  }
  .slider.autoplay .slideitem {
    width: 200px;
    height: 75vw
  }
  .slider.autoplay .slideitem a h3 {
    font-size: 20px;
    text-align: center;
    margin: 80px auto 0;
    padding: 6px 20px 2px 20px;
    width: 50%
  }
  .slider.autoplay .sld-txt {
    margin: 15px 15px 0;
    line-height: 1.6
  }
}
@media only screen and (max-width:499px) {
  .section-inner {
    padding: 0 50px 15px 15px
  }
}
@media only screen and (max-width:320px) {
  .section-inner {
    padding: 0 5px 5px
  }
  br.spOnly {
    display: none
  }
  #archive article h3 {
    font-size: 16px
  }
  section h1 span {
    display: inline-block
  }
  .slider.autoplay {
    height: 40vh
  }
}
@media only screen and (min-width:501px) and (max-width:1099px) {
  body.sub #sec-7 {
    background: url(../img/bg_lg_intvw.jpg) center 100px
  }
  body.sub #sec-7 .section-inner {
    background-position: 110% 3%;
    background-size: 50%
  }
}
@media only screen and (min-width:1100px) {
  .section-inner {
    padding: 0 20vw 60px
  }
  #sec-4 .section-inner {
    background-position: 110% top;
    background-size: 35vw
  }
  #sec-5 .section-inner {
    background-position: 110% top;
    background-size: 35vw
  }
  #sec-3 .section-inner {
    background-position: 110% -80px;
    background-size: 35vw
  }
  #sec-6 .section-inner {
    background-position: 110% top;
    background-size: 35vw
  }
  #sec-8 .section-inner {
    background-position: 110% top;
    background-size: 35vw
  }
  #sec-2 .section-inner {
    background-position: 110% -100px;
    background-size: 35vw
  }
  #bannerArea {
    margin-top: 7vw;
    padding: 70px 0
  }
  body.sub #bannerArea {
    margin-top: 0
  }
  section h1 {
    position: relative;
    left: -10vw
  }
  body.sub #sec-3, body.sub #sec-8, body.sub #sec-11 {
    background-size: cover;
    background-position: center 220px
  }
  body.sub #sec-3 .section-inner, body.sub #sec-8 .section-inner {
    background-position: 110% top
  }
  body.sub #sec-7 {
    background: url(../img/bg_lg_intvw.jpg) center 100px
  }
  body.sub #sec-7 .section-inner {
    background-position: 110% -40px;
    background-size: 40%
  }
}
@media only screen and (min-width:1600px) {
  .section-inner {
    padding: 0 25vw 60px
  }
  .slider.autoplay .slideitem a h3 {
    margin: 15vw 0 0 auto
  }
  #sec-8 #radio li img.thumbnail {
    height: auto
  }
}
#sec-10 h2 {
  font-family: "Teko", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: .8;
  margin: 0 auto .5em
}
#sec-10 h2 small {
  display: block;
  font-size: 50%
}
#sec-10 h2 + p {
  font-weight: 700;
  font-size: 120%;
  line-height: 1.4
}
#sec-10 p strong {
  font-size: 140%
}
#sec-10 .section-inner {
  padding: 0 10vw 60px
}
#sec-10 .section-inner li {
  width: 48%
}
#sec-10 .section-inner li:first-child {
  background: url(../img/bg_lg_data.jpg) right 140px no-repeat;
  background-size: 100vw;
  margin: 0 1% 0 0
}
#sec-10 li:first-child h2 span {
  border-top: 8px solid #F7B977
}
#sec-10 .section-inner li:last-child {
  background: url(../img/bg_lg_interview.jpg) center 140px no-repeat;
  background-size: 100vw;
  margin: 0 0 0 1%
}
#sec-10 li:last-child h2 span {
  border-top: 8px solid #D4DCD3
}
#sec-10 .section-inner .images img {
  height: 30vh;
  width: auto;
  margin: 30px auto
}
#sec-10 .button {
  margin: 5% 5% 30px
}
#sec-9 h1 {
  margin-bottom: 40px
}
#sec-9 h2 {
  margin: 10px 0 0;
  font-size: 170%
}
#sec-9 ul {
  margin-top: 20px
}
#sec-9 li p {
  white-space: nowrap;
  margin: 0
}
#sec-9 .txt {
  font-size: 130%
}
#sec-10 .section-inner li .text {
  text-align: center
}
@media only screen and (max-width:599px) {
  #sec-10 .section-inner li {
    width: 100%
  }
  #sec-9 ul {
    margin: 20px 30px 0
  }
  #sec-9 p.text {
    text-align: center;
    padding-bottom: 30px
  }
  #sec-10 h2 {
    font-size: 10vw;
    margin-bottom: 50px
  }
  #sec-10 .section-inner .images img {
    margin-bottom: 0
  }
}
@media only screen and (min-width:600px) and (max-width:999px) {
  #sec-10 h2 {
    font-size: 8vw;
    line-height: .8;
    margin-bottom: .8em
  }
  #sec-10 h2 + p {
    font-size: 110%
  }
  #sec-10 .section-inner {
    padding: 0
  }
  #sec-10 .section-inner li:first-child {
    background: url(../img/bg_lg_data.jpg) right 100px no-repeat
  }
  #sec-10 .section-inner li:last-child {
    background: url(../img/bg_lg_interview.jpg) right 100px no-repeat
  }
}
@media only screen and (max-width:599px) {
  #sec-10 .section-inner {
    padding: 0 7vw 0
  }
  #sec-10 .section-inner li {
    margin: 0 0 80px;
    padding-bottom: 1px
  }
  #sec-10 h2 {
    font-size: 10vw;
    line-height: .8;
    margin-bottom: .8em
  }
  #sec-10 .section-inner li:first-child {
    background: url(../img/bg_lg_data.jpg) right 60px no-repeat
  }
  #sec-10 .section-inner li:last-child {
    margin-top: 100px;
    background: url(../img/bg_lg_interview.jpg) right 60px no-repeat
  }
  #sec-10 h2 + p {
    font-size: 100%
  }
  #sec-10 .section-inner li:last-child .text {
    font-size: 1px;
    margin: 0;
    padding: 0
  }
}
#sec-5 .flex li {
  padding: 10px 3px
}