@charset "UTF-8";
/* 共通スタイル--------------------------------------------------------------- */
html {
	font-size: 16px;
}
body{
	margin:0;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


.menuTitle-text{
	margin-top:-5px;
	margin-bottom:-3px;
	}

/* 基礎スタイル打ち消し */
h2 {
  border-bottom: none;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  text-shadow: none;
}
h2 img {
  margin: 0;
  top: 0;
}
h2 span {
  top: 0;
  left: 0;
}
h3 {
  margin: 0;
  letter-spacing: normal;
}
h3 {
  font-size: 38px;
  font-weight: bold;
  color: #337ab7;
  text-align: center;
  position: relative;
}
.article-heading img{
	margin:0;
	padding:0;
	max-width:700px;
		width:90%;
	}
.content-com {
  font-size: 1.125rem;
  margin: -16px 0 24px 0;
  text-align: center;
  color: #3D3D3D;  
}
.onair{
	margin-top:20px;
}
.menuBox{
margin:-20px 0 20px 0;
	padding:0;
}
.make-title{
	padding-top:30px;
}
.content h2 {
  z-index: 100;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 24px;
  color: #333;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.content h2.white {
  color: #fff;
  text-shadow:1px 1px 3px #000;
}
.content h2 span {
  display: block;
  font-size: 1rem;
}
.content h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #333;
}
.content h3.white {
  color: #fff;
  text-shadow:1px 1px 3px #000;
}
.content-inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(950px + 4%);
  margin: auto;
  padding: 0 2% 2%;
}
.content-inner p {
  line-height: 1.6;
}
/* 動画枠 */
.movieCont {
  position: relative;
  padding-bottom: 54.6875%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.movieCont iframe,
.movieCont object,
.movieCont embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 背景固定 */
html.menu-is-locked {
  overflow: hidden;
}
/* パララックス */
.parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* デバイス別 */

@media (max-width: 800px) {
  .parallax {
    background-attachment: scroll;
  }
  .pcOnly {
    display: none !important;
  }
.article-heading img{
	margin-top:10px;
	}
  .box {
    display: block;
    padding-top: 60px;
    margin-top: 10px;
  }
  .menuTitle {
	margin-top:15px;
  }
}
/* 列 */
@media (min-width: 801px) {
  .spOnly {
    display: none !important;
  }
  .box {
    display: block;
    padding-top: 67px;
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .menuBox {
    display: flex;
    align-items: center;
  }
.bg1::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
}

@media (max-width: 800px) {
.menuBox{
   text-align:center;
  }
.onairBox {
    padding: 5px 5px;
  }
.storyBox {
    padding: 24px 16px;
  }
}

.onairBox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #2671c3;
 /* opacity: 0.7;*/
  padding: 10px ;
  border-radius: 10px;
}
.onairBox:hover {
	opacity:0.4;
}
.btn-11 {
  text-align: center;
}
.onair_link-button {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  width: auto;
  max-width: 400px;
  margin: auto;
  border-radius: 8px;
  padding: 1rem;
  color: #fff ;
  text-decoration: none !important;
}
.onair_link-button::before{
  content: url(../img/btn1.png);
  display: block;
  position: absolute;
  vertical-align: middle;
  padding-left: -20px;
  transform: scale(1);
  opacity:0.3;
}
.onair_link-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
}
/* 背景 --------------------------------------------------------------- */
.bg1 {
  display: block;
  position: relative;
  z-index: 1;
  background-image: url("../img/bg_02.jpg");
}
.storyBox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 36px;
  border-radius: 10px;
}
.storyBox-main {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 8px;
}
.storyBox-text {
  font-size: 1.125rem;
  margin: 1rem 0 0 0;
}
.story {
  background-image: url("../img/bg_03.jpg");
}

/*作り方 --------------------------------------------------------------- */
.character {
  background: linear-gradient(180deg, #6495ed, #275ec1);
}
.character_list {
  display: flex;
  justify-content: center;
}
.character_list-item {
  display: block;
  box-sizing: border-box;
  background: #fff;
  padding: 14px;
  max-width: 330px;
}
.character_list-item2{
  display: block;
  box-sizing: border-box;
  padding: 14px;
  max-width: 500px;
}
.list-mov{
	background:none;
}
.character_list-img {
  text-align: center;
  margin-bottom: 8px;
}
.character_list-img:hover{
		opacity: 0.5 ;
}
.character_list-chara {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom:0;
}
@media (max-width: 800px) {
  .character_list {
    display: block;
    padding: 0 ;
  }
  .character_list-item　.character_list-item2{
    width: 100%;
    margin:  auto ;  
  }
	.article-heading img{
		width:90%;
		padding-bottom:10px;
	}
}


/* 動画 --------------------------------------------------------------- */
.movie {
	background:#6495ed;
}
.movieBox {
  padding: 0 3%;
}

@media (min-width: 799px) {
  .movieList {
    display: flex;
    flex-wrap: wrap;
  }
}
.mov {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

/* フッター--------------------------------------------------------------- */
.footer {
  display: block;
  padding: 24px 0;
  text-align: center;
  background: #3e91f9;
}
.footer_link {
  display: inline-block;
	color:#fff !important;
  text-decoration: none !important;
  padding: 8px 24px;
  border: solid 1px #fff;
  margin-bottom: 16px;
}
.footer_link:hover {
 opacity: 0.5;
}
.footer_link::after{
	content:"\025b6";
}

*{box-sizing: border-box;}


@media (max-width: 800px) {

 .movieCont {
    width: 700px;
}
@media (max-width: 375px) {
	
 .movieCont {
    width: 350px;
}
	}

.movieCont {
    width: 100%;
    aspect-ratio: 4/ 3;
		border: 1px solid;
border-color: #aaa;
}
.movieCont iframe {
    width: 100%;
    height: 100%;
}
/*--*/
body{
    letter-spacing: 0.1em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/* PC・SPのオンオフ */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 767px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
}

@media (max-width: 767px){

    .open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
	.open span::after{
        content: attr(data-txt-close);
	 } 
}

	}

/*動画横並び*/
/*archive*/
.archive-list{
	margin-top:70px;
	display: flex;
	justify-content: center;
}
.archive-list-item {
    list-style: none;
  }

.archive-list-item:nth-child(2) {
    margin: 0 10px;
  }

@media (max-width: 800px) {
 html {
    font-size: 14px;
  }
.content{
	margin-top:-10px;
}
p{
	padding-left:10px;
	padding-right:10px;
}
.content h2.white{
  font-size:1.6em;
 padding:10px 0 10px 0;
margin-bottom:0;
	}
}

/*ハンバーガーメニュー*/
header{
  background-color:mediumturquoise;
}
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
        z-index: 100;
	
}
.header_inner {
  position: relative;
  padding: 15px;

	
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
}
.title{
  font-size: 2rem;
  font-weight: 600;	
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	  .header_inner{
    max-width: 100%;
    width: 100%;
    padding: 15px 30px 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 60vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 769px) {

  .header_inner{
    max-width: 100%;
    width: 100%;
    padding: 30px 30px 0 30px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
  }
  .logo{
    padding: 10px 30px;
  }

  .nav_list{
    text-align: right;
	margin-bottom:0px;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a{
    color: #1C7EB4;
    font-weight: 600;
	}
  .nav_list li a:hover{
    color: #fff;
  }

}/* pc */