@charset "UTF-8";

/* ==========================================================================
  Base
  ========================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.pc {
display: block;
}

.sp {
display: none;
}

main {
  display: block;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: .7;
}

a:hover,
a img {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.wrapper {
	  position: relative;
	  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	  font-weight: 100;
	  -webkit-text-size-adjust: 100%;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-font-feature-settings: "palt" 1;
	  font-feature-settings: "palt" 1;
	  color: #000;
	  line-height: 1.8;
	  background: url(../images/background_2.png) #fdf9ec;
	  max-width: 100vw;
	  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
 .wrapper {
    min-width: 1200px;
  }
 }

/*  SP */
@media screen and (max-width: 767px) {
  .pc {
	  display: none;
  }
  
  .sp {
	  display: block;
  }
  
  a:hover img {
    opacity: 1;
  }
  
}

/* ==========================================================================
  MV
  ========================================================================== */

.mv-area {
	width: 100%;
	margin: 0 auto;
	background: #f5f8fa;
}
/*.mv-area .mv-inner {
	position: relative;
	width: 100%;
	height: 650px;
	max-width: 1400px;
	max-height: 750px;
	background: url(../images/mv_img02_bk.png) #f6f1de -120px -130px;
	display: flex;
	background-size: inherit;
	margin: 0 auto;
}
.mv-area h1 {
	width: 50%;
	display: flex;
  justify-content: left;
  align-items: center;
	position: absolute;
	top: 150px;
	left: 100px;
}
.mv-area h1 img {
	width: auto;
	height: 310px;
	
}
.mv-area .mv-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
}
.mv-area .mv-img img {
	max-height: 680px;
	width: auto;
}*/
.mv-area .mv-inner {
	position: relative;
	width: 100%;
    height: 780px;
    max-width: 1400px;
    max-height: 780px;
	display: block;
	margin: 0 auto;
}
.mv-area .mv-img {
	width: 100%;
}
.mv-area .mv-img img {
	width: 100%;
}
.mv-area .haishin {
	position: absolute;
	padding: 0;
	bottom: 50px;
	right: 50%;
	margin-right: -300px;
	width: 600px;
	height: 80px;
	font-size: 0.8em;
	border-radius: 40px;
	background: #e5e518;
	border: 1px solid #15437e;
}
.mv-area .haishin a {
	display: block;
	text-decoration: none;
}
.mv-area .haishin a:hover {
	opacity: 0.7;
}
.mv-area .haishin p {
	position: relative;
	line-height: 80px;
	font-size: 2.1em;
	text-align: center;
	color: #15437e;
}
/*.mv-area .haishin p::before {
	content: url(../images/haishin_icon.png);
	position: absolute;
	left: 15px;
	top: 30%;
	webkit-transition: .2s linear;
	transition: .2s linear;
}
.mv-area .haishin p::after {
	content: url(../images/haishin_icon.png);
	position: absolute;
	right: 15px;
	top: 30%;
	webkit-transition: .2s linear;
	transition: .2s linear;
}*/
.mv-area .font-s {
	font-size: 0.7em;
}

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

}
@media screen and (max-width: 767px) {
.mv-area {
	position: static;
	width: 100%;
	padding-top: 0;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
}
/*.mv-area .mv-inner {
	position: relative;
	width: 100%;
	height: 600px;
	max-width: 100%;
	max-height: auto;
	background: url(../images/mv_img02_bk.png) #f6f1de -150px 100px;
	display: block;
	background-size: cover;
	margin: 0 auto;
}
.mv-area h1 {
	width: 50%;
	margin: 0 auto;
	display: block;
    justify-content: center;
    align-items: center;
	position: static;
	top: auto;
	left: auto;
}
.mv-area .mv-img {
	position: static;
	margin-top: 20px;
	width: 100%;
		
	}
.mv-area h1 img,
.mv-area .mv-img img {
	max-height: none;
	width: 100%;
	height: auto;
}*/
.mv-area .mv-inner {
	position: relative;
	width: 100%;
	height: 600px;
	max-width: 100%;
	max-height: auto;
	display: block;
	margin: 0 auto;
}
.mv-area .mv-img {
	width: 100%;
		
	}
.mv-area .mv-img img {
	width: 100%;
	height: auto;
}
.mv-area .haishin {
	position: fixed;
	bottom: 30px;
	right: 50%;
	width: 90%;
	margin-right: -45%;
	z-index: 100;
	height: auto;
	padding: 10px 0;
}
.mv-area .haishin a:hover {
	opacity: 1;
}
.mv-area .haishin p {
	line-height: 1.4;
	font-size: 1.3em;
	text-align: center;
	color: #14608f;
}

.mv-area .font-s {
	font-size: 0.8em;
}

/*.mv-area .haishin p::before {
	content: url(../images/haishin_icon.png);
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -20px;
	width: 10px;
	height: 10px;
}
.mv-area .haishin p::after {
	content: url(../images/haishin_icon.png);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -20px;
}*/
}
/* ==========================================================================
  nav
  ========================================================================== */
  
.nav-area {
	position:  relative;
	width: 100%;
	height: 85px;
	background: #14608f;
}
.nav-area::before,
.nav-area::after {
	position: absolute;
	content: '';
	width: 100%;
}
.nav-area::before {
	margin-top: 5px;
	border-top: 1px dotted #e5e518;
}
.nav-area::after {
	padding-bottom: 5px;
	border-bottom: 1px dotted #e5e518;
}
.nav-inner {
	position:  relative;
	width: 100%;
}
.nav-inner::before,
.nav-inner::after {
	position: absolute;
	content: '';
	width: 100%;
}
.nav-inner::before {
	margin-top: 10px;
	border-top: 1px solid #e5e518;
}
.nav-inner::after {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e518;
}

.main-nav {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-nav li img {
	height: 20px;
	width: auto;
}

.main-nav li a {
	display: block;
	position: relative;
	padding: 24px 30px;
}

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

.main-nav li a:after {
	content: url(../images/nav_on.png);
	position: absolute;
	left: 0;
	top: 15px;
	webkit-transition: .2s linear;
	transition: .2s linear;
	opacity: 0;
}

.main-nav li a:hover:after {
	opacity: 1;
}
}

@media screen and (max-width: 767px) {
.nav-area {
	display: none;
	position: fixed;
	top: 0;
	z-index: 50;
	left: 0;
	padding-bottom: 16px;
	height: auto;
}
	
.main-nav {
	display: block;
}

.main-nav li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.main-nav li a {
	display: block;
	position: relative;
	padding: 16px 4%;
}

.main-nav li img {
	height: 18px;
	width: auto;
}

}

.menu {
  z-index: 100;
  position: fixed;
  cursor: pointer;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
  }
  
@media screen and (min-width: 768px) { 
	  .menu {
		  display: none;
	  }
}

.menu span {
    transition: all 0.2s;
    background: #15437e;
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
}

.menu span:nth-child(1) { top: 5px; }
.menu span:nth-child(2) { top: 16px; }
.menu span:nth-child(3) { top: 27px; }

.active span {
  transition: all 0.2s;
}

  .active span:nth-child(1),
  .active span:nth-child(3) {
    transform-origin: center center;
    -webkit-transform-origin: center center; 
    background: #00496e;
 }
 
  .active span:nth-child(1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 14px;
}

  .active span:nth-child(2) {
    display: none;
 }
 
  .active span:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 40px;
    top: 14px;
 }


/* ==========================================================================
  共通 tit
  ========================================================================== */
 .cont-ttl {
	display: block;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 10;
  }
  .cont-ttl img {
	height: 30px;
	width: auto;
  }
  .cont-ttl::before {
	position: absolute;
	top: -105px;
	left: 50%;
	content:"";
	display:inline-block;
	width:140px;
	height:90px;
	margin-left: -70px;
	background:url("../images/tit_icon.png") 0 0 no-repeat;
	background-size:contain;
}
 .cont-area {
	 position: relative;
	 width: 100%;
	 padding: 160px 0 0;
	 text-align: center;
	 font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	 color: #15437e;
	 font-weight: 800;
	 font-size: 16px;
}
#character{
	background:url("../images/bk_03_chara.png") bottom center no-repeat;
}
#character.cont-area {
	 padding: 160px 0 80px;
}
#sns {
	background:url("../images/bk_03_sns.png") 50% 0 repeat-y;
}
#streaming {
	background:url("../images/bk_03_stream.png") 50% 100% no-repeat;
}
.lead {
	font-size: 1.2em;
}
 .cont-inner {
	width: 1200px;
	margin: 0 auto 100px;
    text-align: center;
}
 .cont-text {
  line-height: 2.5;
  color: #14608f;
}
.attention {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 0.8em;
	line-height: 1.6em;
}
.comingsoon {
	font-size: 2em;
	margin: 80px auto;
}

@media screen and (max-width: 767px) {

.cont-ttl {
	margin-bottom: 40px;
	height: 24px;
  }
  .cont-ttl img {
	height: 24px;
  }
  .cont-ttl::before {
	position: absolute;
	top: -58px;
	left: 50%;
	content:"";
	display:inline-block;
	width:80px;
	height:51px;
	margin-left: -40px;
	background:url("../images/tit_icon.png") 0 0 no-repeat;
	background-size:contain;
}
 .cont-area {
	 width: 100%;
	 padding: 30% 0 0;
	 font-size: 14px;
}
#character{
	background:url("../images/bk_03_chara.png") top center no-repeat;
	background-size: 100%;
}
#character.cont-area {
	 padding: 30% 0 0;
}
#streaming {
	background:url("../images/bk_03_stream.png") bottom center repeat-y;
	background-size: 100%;
}
.lead {
	margin-bottom: 10%;
}
 .cont-inner {
	width: 90%;
	margin: 0 auto;
}
 .cont-text {
  line-height: 2.5;
}
}

/* ==========================================================================
  story
  ========================================================================== */
#story .cont-inner {
	background: url("../images/bk_03_story.png") no-repeat;
}

@media screen and (max-width: 767px) {
#story .cont-inner {
	width: 80%;
	margin: 0 auto;
	background: url("../images/bk_03_story.png") top center no-repeat;
	background-size: 100%;
}

}
/* ==========================================================================
  news
  ========================================================================== */
#news {
  background: none !important;
}
#news .lead {
	border-bottom: none !important;
}
#news a.cont-text-btn {
  display: block;
    position: relative;
    max-width: 480px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    outline-offset: -5px;
	background: #14608f;
}
#news a.cont-text-btn:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  transform: rotate(45deg);
}
#news a.cont-text-btn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
#news a.cont-text-btn {
    width: 100%;
    height: 80px;
}
}

/* ==========================================================================
character
  ========================================================================== */
.chara-box {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.chara-box li {
  width: 30%;
}
.chara-box li img {
  width: 100%;
  margin-bottom: 10px;
}
/*キャラクター詳細*/
.remodal {
	color: #ffffff;
	background:rgba(0,42,63,0.7);
}
.chara-remodal .pop-box .pop-name {
	text-align: center;
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.chara-remodal .pop-box .pop-name img {
	width: 40%;
	height: auto;
	margin-bottom: 20px;
}
.chara-remodal .pop-box .pop-img {
	float: right;
	width: 40%;
}
.chara-remodal .pop-box .pop-text {
	width: 55%;
	margin: 120px 5% 0 0;
	text-align: left;
}
.chara-remodal .pop-box .pop-text .pop-profile,
.chara-remodal .pop-box .pop-text .pop-profile2{
	margin-bottom: 30px;
	color: #e5e518;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 22px;
	line-height: 1.5em;
}
.chara-remodal .pop-box .pop-text .pop-profile2{
	font-size: 16px;
}
/*須藤*/
.chara-remodal #pop-sudo .pop-img {
	width: 60%;
}
.chara-remodal #pop-sudo .pop-text {
	width: 40%;
}
 
 @media screen and (max-width: 767px) {
.chara-box {
  width: 100%;
  margin-bottom: 0;
}
.chara-box li {
  width: 30%;
}
.chara-box li img {
  width: 100%;
}

	 
/*キャラクター詳細*/
.chara-remodal .pop-box .pop-name {
	font-size: 16px;
}
.chara-remodal .pop-box .pop-name img {
	width: auto;
	height: 60px;
	margin-bottom: 15px;
}
.chara-remodal .pop-box .pop-img {
	margin: 10% auto 0;
	float: none;
	width: 40%;
}
.chara-remodal .pop-box .pop-text {
	width: 100%;
	margin: 0;
}
.chara-remodal .pop-box .pop-text .pop-profile,
.chara-remodal .pop-box .pop-text .pop-profile2{
	margin-bottom: 5%;
	font-size: 18px;
	line-height: 1.5em;
}
	 .chara-remodal .pop-box .pop-text .pop-profile2 {
		 font-size: 14px;
	 }
.chara-remodal .pop-box .pop-text .pop-lead {
	font-size: 14px;
}
/*須藤*/
.chara-remodal #pop-sudo .pop-img {
	width: 60%;
}
.chara-remodal #pop-sudo .pop-text {
	width: 100%;
}
}


/* ==========================================================================
streaming
  ========================================================================== */
#streaming .lead {
	margin-bottom: 20px;
}
.movie {
	margin-top: 60px;	
}
.movie-btn {
	max-width: 100%;
	margin: 60px auto 0;
}
.btn-box {
	margin: 30px auto 20px;
	width: 100%;
}
.btn-text {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.m-btn {
	display: block;
	position:relative;
	max-width:480px;
	height:80px;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	color:#fff;
	text-decoration: none;
	text-align: center;
    outline-offset : -5px;
}
.m-btn a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.m-btn:hover {
	opacity: 0.7;
}
.btn-youtube a {
	color: #e5e518;
}
.btn-youtube {
	color: #e5e518;
	background: #14608f;
	outline : 1px solid #e5e518;
}
.btn-youtube p::after {
	position: absolute;
	top: 50%;
	right: 16%;
	margin-top: -12px;
	content:"";
	display:block;
	width:34px;
	height:24px;
	background:url("../images/btnyoutube_icon.png") 0 0 no-repeat;
	background-size:contain;
}
.btn-fami {
	background: #41aa92;
	outline : 1px solid #ffffff;
}
.btn-fami p.font-s {
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 2em;
}
.btn-fami img {
	height: 20px;
	width: auto;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
.movie {
    width: auto;
    max-width: 750px;
    min-width: 100%;
    margin: 10% auto 0;
}

 .movie .youtube {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0;
      overflow: hidden;
      z-index: 0;
}

 .movie .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
 }
.movie-btn {
	margin: 10% auto 0;
}
.m-btn {
	width: 100%;
	font-size: 15px;
}
.btn-youtube {
	box-sizing: border-box;
	text-align: center;
}
.btn-youtube p::after {
	right: 6%;
}


}
 
 /* ==========================================================================
special
  ========================================================================== */

#special .lead{
	margin-bottom: 10px!important;
}
#special .mb40 {
	margin-bottom: 40px;
}
#special .slider {
	width: 100%;
	margin: 60px auto 0;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	overflow:  hidden;
}
#special .slider li {
	margin-right: 30px;
	min-width: 360px;
	height: auto;
}
#special .slider li img {
	width: 100%;
	height: auto;
}
#special .recipe-area {
	position: relative;
	margin-top: 70px;
}
#special .recipe-box {
	position: relative;
	top:70px;
	left: 0;
	right: 0;
	width: 1080px;
	margin: 0 auto 100px;
	padding: 150px 60px 50px;
	display: block;
    text-align: center;
	outline-offset : -7px;
	outline : 1px solid #00496e;
	background: url(../images/background_2.png) #ffffef;
}
#special .recipe-area h4 {
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	z-index: 10;
}
#special .recipe-area h4 img {
	width: auto;
	height: 165px;
}
#special .recipe-box .conts {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	line-height: 2.2em;
	color: #000000;
	font-size: 14px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#special .recipe-area .conts .recipe-img {
float: left;
width: 50%;
	height: auto;
}
#special .recipe-area .recipe-img img {
	width: 100%;
	height: auto;
}
#special .recipe-area .recipe-sub {
	margin-bottom: 15px;
	text-align: left;
	color: #00496e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
	border-bottom: 2px solid #13528d;
}
#special .recipe-area a.recipe-open-btn {
  display: block;
  width: 100%;
  padding: 1% 0;
  margin: 3% auto 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: #231816;
  border-radius: 5px;
}
#special .recipe-area .click-box {
	display: none;
	padding: 3% 0 0;
	height: auto;
}
/*材料*/
#special .recipe-area .conts .recipe-material {
	float: left;
	width: 45%;
	margin-left: 5%;
	display: block;
}
#special .recipe-area .conts .recipe-how {
	width: 100%;
	clear: both;
	text-align: left;
}
.cont-area dt {
	float: left;
}
/*.cont-area dt::after {
	content: "："
}*/
#special .recipe-area .recipe-material dd {
	text-align: right;
}
#special .recipe-area .recipe-material .line {
	border-bottom: 1px dotted #dbe9e1;
	line-height: 2em;
}
#special .recipe-area .m-btn {
	margin-top: 50px;
}
#special .swiper-slide {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
#special .slider {
   width: 100%;
   margin: 0 auto;
   display: inline-block;
   justify-content: center;
   align-items: stretch;
}
#special .slider li {
	margin: 0 2% 2% 0;
	width: 48%;
	min-width: 0;
	display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}
#special .slider li:nth-child(even) {
	margin-right: 0;
}
#special .slider li img {
	width: 100%;
	height: auto;
}
#special .recipe-area {
	margin: 0 0 20%;
}
#special .recipe-box {
	width: 90%;
	margin: 0 auto;
	padding: 20% 7% 3%;
}
#special .recipe-area h4 {
	top:25px;
}
#special .recipe-area h4 img {
	width: auto;
	height: 70px;
}
#special .recipe-box .conts {
	margin-bottom: 10%;
	font-size: 12px;
}
#special .recipe-area .conts .recipe-img {
    float: none;
    width: 100%;
	margin-bottom: 5%;
}
#special .recipe-area .recipe-img img {
	width: 100%;
	height: auto;
}
/*材料*/
#special .recipe-area .conts .recipe-material {
	float: none;
	width: 100%;
	margin-left: 0;
}
#special .recipe-area .conts .recipe-how {
	width: 100%;
	clear: both;
	text-align: left;
}
#special .recipe-area a.recipe-open-btn {
  display: block;
  width: 100%;
  padding: 3% 0;
  margin: 3% auto 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #231816;
  border-radius: 5px;
}
#special .recipe-area .click-box {
	display: none;
	padding: 3% 0 0;
}
.cont-area dt {
	float: left;
}
/*.cont-area dt::after {
	content: "："
}*/
#special .recipe-area .recipe-material dd {
	text-align: right;
}
#special .recipe-area .recipe-material .line {
	border-bottom: 1px dotted #dbe9e1;
	line-height: 2em;
}
#special .recipe-area .m-btn {
	margin-top: 3%;
}
#special .swiper-wrapper .swiper-slide {
	font-size: 16px;
}
}

 /* ==========================================================================
cast&staff
  ========================================================================== */
#caststaff {
	margin: 0 auto;
}
#caststaff .staff-area {
	margin: 0 auto;
	width: 790px;
	height: auto;
	color: #e5e518;
	font-size: 20px;
	font-weight: 100;
	/*background:rgba(0,73,110,0.5);*/
	background: #14608f;
}
#caststaff .staff-box {
	outline-offset : -20px;
	outline: 3px solid #e5e518;
	background: url("../images/bk_03_cast.png") 93% 13% no-repeat;
}
#caststaff .staff-inner {
	padding: 65px 0;
	outline-offset : -28px;
	outline: 1px solid #e5e518;
	background: url("../images/bk_03_cast.png") 7% 87% no-repeat;
}
#caststaff .staff-area dl {
	width: 30%;
	margin: 0 auto 50px;
	text-align: left;
}
#caststaff .staff-area dt {
	margin-right: 20px;
	line-height: 2.3em;
	clear: both;
	display: flex;
}
#caststaff .staff-area dt::after {
	content: ""
}
#caststaff .staff-area dd {
	margin-left: 15px;
	font-size: 26px;
}
#caststaff .staff-inner .staff {
	margin: 0 0 10px;
	text-align: center;
	clear: both;
	font-size: 22px;
	line-height: 1.2em;
}
#caststaff .staff-inner .font-s {
	font-size: 0.8em;
}

@media screen and (max-width: 767px) {
#caststaff .staff-area {
	width: 100%;
	margin-top: 20%;
	font-size: 14px;
}
#caststaff .staff-box {
	background: url("../images/bk_03_cast.png") 90% 0 no-repeat;
	background-size: 18%;
}
#caststaff .staff-inner {
	padding: 30% 20%;
	background: url("../images/bk_03_cast.png") 12% 93% no-repeat;
	background-size: 18%;
}
#caststaff .staff-area dl {
	width: 100%;
	margin-bottom: 20%;
	text-align: center;
}
#caststaff .staff-area dd {
	margin-left: none;
	font-size: 1.4em;
}
#caststaff .staff-inner .staff {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2em;
}

}
/* ==========================================================================
SNS
  ========================================================================== */
#sns .sns-box {
	max-width: 700px;
	margin: 100px auto 50px;
}
#sns .sns-box h4 {
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #55c3f1;
}
@media screen and (max-width: 767px) {
#sns .sns-box {
	max-width: none;
	margin: 20% auto 50px;
}
#sns .sns-box h4 {
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #55c3f1;
}
}
 /* ==========================================================================
footer
  ========================================================================== */

.footer-area {
	padding: 0 0 30px;
}


.footer-copy {
  font-size: 13px;
  color: #14608f;
  text-align: center;
}

@media screen and (max-width: 767px) {
.footer-area {
	padding: 0 5% 100px;
}
}






.comson {
  pointer-events: none;
}

.comson::after {
  display: none;
}



a.floating {
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  padding: 10px 0 10px 60px;
  border-radius: 10px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 2px solid #fff;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #00a6e9;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  a.floating {
    bottom: 10px;
    left: 4%;
    margin: 0;
    width: 92%;
    padding: 5px 0 10px 40px;
    line-height: 1.4;
    font-size: 14px;
  }
}

a.floating::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 150.5px;
  height: 118.5px;
  /*background: url(../images/campaign_present.png) no-repeat;*/
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  a.floating::before {
    left: -10px;
    width: 86px;
    height: 67.71429px;
  }
}

a.floating span {
  font-size: 80%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  a.floating span {
    font-size: 10px;
  }
}

a.floating:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  a.floating:hover {
    opacity: 1;
  }
}

a.floating:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

