@charset "UTF-8";
body {
	font-size: 0.9em;
	line-height: 150%;
	margin: 0 auto;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", Osaka,"Helvetica", "Lucida Grande","ＭＳ Ｐゴシック","Meiryo","ヒラギノ角ゴ Pro W3",sans-serif;
	color: #3f3f3f;
	background-color: #ffffff;
	  font-feature-settings: "palt";
}

a:link {color: #737eab;text-decoration: none;}
a:visited {color: #3f3f3f;text-decoration: none;}
a:hover {color: #3f3f3f;text-decoration: none;}
a:active {color: #3f3f3f;text-decoration: none;}

#menu a {margin:0; padding:0; color:#3f3f3f;}
#menu a:link {color: #3f3f3f;text-decoration: none;}
#menu a:visited {color: #3f3f3f;text-decoration: none;}
#menu a:hover {color: #3f3f3f;text-decoration: none;}
#menu a:active {color: #3f3f3f;text-decoration: none;}



/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	/* ボディ */
	body
	{
	font-size: 14px ;
	width: 100% ;
}

}


/* ヘッダー */
.header
{
border-bottom: 0px solid #ffffff ;	
text-align: center ;			/* テキスト、画像の真ん中寄せ*/
padding: 0 ;			/* 上下の余白 */
margin-bottom: 0em ;			/* 他のブロックとのスペース */
background-color:ffffff;		/* 背景色(確認用) */
}

/* logoを横に配置 */
    .logo{
    }
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
/* .logoを絶対配置する */
    .logo{
      position:absolute;
      left:5px;
      top:10px;
    }
	/* logo画像 */
.logo
{
	width: auto ;
	height: 52px ;
}
}

/* top画像を囲むh1 */
.top-wrapper
{
margin: 0 ;
	padding: 0 ;
	line-height: 0 ;
}

/* top画像 */
.top
{
	width: 100% ;
	height: auto ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{

	/* top画像 */
	.top
	{
		width: 100% ;
	}
}

.story
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
	margin-top: 5em ;			/* 他のブロックとのスペース */
	padding: 1em 0 ;			/* 上下の余白 */
	background-image: url(img/story.jpg);    /* 背景画像指定 */
            background-position: center;
background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
background-size:  cover;    
	/* background: linear-gradient(135deg, #f9fafa,#eeeeee, #f9fafa);*/
}



/* フッター */
.footer01
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
	margin-top: 5em ;			/* 他のブロックとのスペース */
	padding: 1em 0 ;			/* 上下の余白 */
	background: #ffffff ;
}

.footer02
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
	font-size:12px;
	  text-shadow: 0px 0px 3px #fff;
	color: #333;text-decoration: none;
background: linear-gradient(135deg, #beddc0, #7ecef4);
	margin-top: 0em ;			/* 他のブロックとのスペース */
		padding: 1em 0 ;			/* 上下の余白 */
width:100%;
	bottom:0;
}


.footer03
{
	text-align: center ;			/* テキスト、画像の真ん中寄せ*/
	font-size:12px;
	  text-shadow: 0px 0px 3px #000;
	color: #ffffff;text-decoration: none;
	margin-top: 0em ;			/* 他のブロックとのスペース */
		padding: 1em 0 ;			/* 上下の余白 */
width:100%;
	bottom:0;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width: 1000px ;
	margin: 0px auto;
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}

/* 小サイズ */
@media screen and (max-width:700px)
{
	.wrapper
	{
		width: auto ;
padding: 0 10px ;
}
}
 
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.wrapper
	{
		width: auto ;
padding: 0 10px ;
}
}


/* 全体(デスクトップPCとスマホ)に適用するCSSその2 */
.wrapper2
{
	width: 1000px ;
	margin: 0px auto;
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}

/* 小サイズ */
@media screen and (max-width:700px)
{
	.wrapper2
	{
		width: auto ;
padding: 0 10px ;
}
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.wrapper2
	{
		width: auto ;
padding: 0 10px ;
}
}

/* 全体(デスクトップPCとスマホ)に適用するCSSその2 */
.wrapper3
{
	width: 840px ;
	margin: 0px auto;
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}

/* 小サイズ */
@media screen and (max-width:700px)
{
	.wrapper3
	{
		width: 342px ;
padding: 0 10px ;
}
}
 
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.wrapper3
	{
		width: 342px ;
padding: 0 10px ;
}
}

.bg{
    background-image: url("img/haikei.png");
    background-repeat: no-repeat;
	background-position: bottom; 
background-size:  100% auto;  
}

/* メインキャッチコピーCSS */
.toptext
{
	text-align: center ;
}


.wrapper
{
	overflow: hidden ;
}


/* ドロップダウンメニュー*/
#menu { 
color: #ffffff;
margin: 0 ;
line-height:160%;
}
.slicknav_menu {
 display:none;
}
 
@media screen and (max-width: 480px) {
#menu {
 display:none;
}
 
.slicknav_menu {
 display:block;
}
}


/* 戻る */
#modoru {padding:0;bottom: 24px;right: 24px;position: fixed;}


/* 改行指示CSS */
span.a {
   display: inline-block;
}


/* フェードイン */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* フェードインここまで */

/*YouTube*/
.youtube {
    position: relative;
  width:100%;
  height:0;
  padding-bottom:56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  height:100%;
}

/*スライド*/
.slick-slider div { transition: none; }
#wrap{
  background-color: #ffffff;
  padding: 0px;
}
#slider{
  width: 100%;
  height: 200px;
  margin: 0px auto;
padding:0px;

  li{
    background-color: #fff;
  }
  span{
    display: block;
    width: 100%;
    line-height: 100px;
    font-size: 20px;
    color:#fff;
    text-align: center;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;

  }
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
#slider
{
width: 100%;
 height: 150px;

}
}


/* スライド写真表示 */
.ph
{
width: auto;
height: 200px ;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.ph
{
width: auto;
height: 150px ;
}
}

/* テーブル */
table {
}
td {
    vertical-align:top;
	    text-align: left;
font-size:0.8em;
	line-height:120%;
}

/* 画像切り替えCSS */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; 	max-width: 100%;
height: auto ;
margin: 0px auto;
padding: 0px 0px 0px 0px ;}
.sp { display: none !important; }
 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
.sp { display: block !important;  width: 100%;
	margin: 0px auto;
padding: 0px 0px 0px 0px ;}}
}


/* シンプル 枠 1*/
.kakomi-box1 {
display:inline-block;
	word-break:break-all;
	padding: 0em 0em 0em 1em;
 background-color: #ff0000; /* 背景色 */
 border: 1px solid #ff0000; /* 枠線 */
}

.kakomi-box2 {
display:inline-block;
	word-break:break-all;
	padding: 0em 1em 0em 1em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ff0000; /* 枠線 */
}

/* 文字囲みリンクボタンCSS */

.linkyoko{
	display: flex;
	flex-wrap:wrap;
}
.linkyoko li {
	width: calc(100%/3);/*3つ並べる場合*/
	padding:0 5px;/*左右に余白を入れる場合*/
	box-sizing:border-box;
}
@media screen and (max-width:479px)
{
.linkyoko li {
width: calc(100%);/*1つ並べる場合*/

}}

.linkyoko li img {
	max-width:100%; /*はみだしを防ぐ*/
	height: auto; /*縦横比を維持 */
}

/* 文字囲みリンクボタンCSS　02 */

.linkyoko2{
	display: flex;
	flex-wrap:wrap;
}
.linkyoko2 li {
	width: calc(100%/6);/*3つ並べる場合*/
	padding:0 5px;/*左右に余白を入れる場合*/
	box-sizing:border-box;
}
@media screen and (max-width:479px)
{
.linkyoko2 li {
width: calc(100%/3);/*1つ並べる場合*/

}}

.linkyoko2 li img {
	max-width:100%; /*はみだしを防ぐ*/
	height: auto; /*縦横比を維持 */
}


.kakomi01 {
background:linear-gradient(135deg, #beddc0, #7ecef4);
    justify-content: center; /*左右間で中央*/
    display: flex!important;/*画面に合わせてサイズが変わる*/
 　 flex-wrap:wrap!important;/*要素の折り返し設定*/
border: 1px solid #beddc0;
border-radius: 20px;
	color: #fff;
    margin: 5px auto;
padding: 5px;
	width: 50%;
	text-align: center;
	cursor:pointer;
		font-size:1.5em;
	line-height:150%;
			font-family: serif;
			color: #ffffff;
		font-weight: 600;
}
.kakomi01:hover {
	background: linear-gradient(135deg, #f9fafa,#eeeeee, #f9fafa);
	border: 1px solid #7ecef4;
	        color: #737eab;

}
.kakomi01:link {
color: #fff;
}

@media screen and (max-width:479px)
{
.kakomi01 {		font-size:1.75em;

    margin: 5px auto;
padding: 5px;
	width: 50%;
}}
@media screen and (max-width:479px)
{
.kakomi01:hover {
    margin: 5px auto;
padding: 5px;
}}

.kakomi02 {
background-color:#ffffff;
    justify-content: center; /*左右間で中央*/
    display: flex!important;/*画面に合わせてサイズが変わる*/
 　 flex-wrap:wrap!important;/*要素の折り返し設定*/
border: 1px solid #737eab;
        color: #737eab;
    margin: 0px auto;
padding: 10px;
	width: auto;
	text-align: center;
	cursor:pointer;
	font-size:1.75em;
	line-height:150%;
			font-family: serif;
			color: #ff6699;
		font-weight: 400;
}
.kakomi02:hover {
	background: linear-gradient(135deg, #f9fafa,#eeeeee, #f9fafa);
	border: 1px solid #737eab;
}

@media screen and (max-width:479px)
{
.kakomi02 {
    margin: 5px auto;
padding: 2px;
	width: auto;
}}
@media screen and (max-width:479px)
{
.kakomi02:hover {
    margin: 5px auto;
padding: 2px;
	width: auto;
}}

.kakomi03 {
background-color:#ffffff;
    justify-content: center; /*左右間で中央*/
    display: flex!important;/*画面に合わせてサイズが変わる*/
 　 flex-wrap:wrap!important;/*要素の折り返し設定*/
border: 1px solid #737eab;
        color: #737eab;
    margin: 5px;
padding: 10px;
	width: auto;
	text-align: center;
	cursor:pointer;
}
.kakomi03:hover {
	background: linear-gradient(135deg, #f9fafa,#eeeeee, #f9fafa);
	border: 1px solid #737eab;
}

@media screen and (max-width:479px)
{
.kakomi03 {
    margin: 5px auto;
padding: 10px;
	width: auto;
}}
@media screen and (max-width:479px)
{
.kakomi03:hover {
    margin: 5px auto;
padding: 10px;
	width: auto;
}}
/* マウスオーバー */
a:hover img{
opacity: 0.7;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}


/* キャスト並び全体CSS */
.book
{
max-width:1000px;
	margin: 0px auto;
	text-align: center;
}

/* 小サイズ */
@media screen and (max-width:700px)
{
	.book
	{
		width: auto;
			margin: 0px auto;
			text-align: center;
}
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.book
	{
		width: auto ;
padding: 0 0px ;
}
}

/* キャスト並びブロックCSS */
.book_00
{
	width: 50% ;
	margin: 0px auto;
	vertical-align:middle;
	padding:30px ;
	float: center;
}

/* 小サイズ */
@media screen and (max-width:700px)
{
	.book_00
	{
	width: 50% ;
	margin: 0px auto;
	vertical-align:middle;
	padding:2% ;
	float: left;
}
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.book_00
	{
width: auto ;
margin: 0px 0px;
float: none ;
}
}


.book_01
{
	width: 50% ;
	margin: 0px auto;
	vertical-align:middle;
	padding:30px ;
	float: left;
}

/* 小サイズ */
@media screen and (max-width:700px)
{
	.book_01
	{
	width: 50% ;
	margin: 0px auto;
	vertical-align:middle;
	padding:2% ;
	float: left;
}
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.book_01
	{
width: auto ;
margin: 0px 0px;
float: none ;
}
}

/* キャスト並びブロックCSS */
.book_02
{
	width: 200px ;
	margin: 0px auto;
	vertical-align:middle;
	padding:20px ;
	float: left;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.book_02
	{
width: auto ;
margin: 0px 0px;
float: none ;
}
}

/* キャスト並びブロックCSS */
.book_03
{
	width: 380px ;
	margin: 0px auto;
	vertical-align:middle;
	padding:20px ;
	float: left;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
	.book_03
	{
width: auto ;
margin: 0px 0px;
float: none ;
}
}

/* キャスト画像表示 */
.ph1
{
width: 280px;
height: auto ;
}
/* 小サイズ */
@media screen and (max-width:700px)
{
.ph1
{
width: 260px;
height: auto ;
}
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.ph1
{
width: 200px;
height: auto ;
}
}

/* キャスト画像表示-小 */
.ph2
{
width: 180px;
height: auto ;
}
/* 小サイズ */
@media screen and (max-width:700px)
{
.ph2
{
width: 180px;
height: auto ;
}
}
/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.ph2
{
width: 180px;
height: auto ;
}
}

/* 点線 */
.dotted-two {
  border-bottom: 2px dotted #737eab;
}


#fb
{		width: auto ;
background: linear-gradient(135deg, #81c7e8, #bbdced);
}

/* モーダルウィンドウ */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
  background-color: #fefefe;  /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 0px;
  border: 1px solid #ffffff;
  width: 90%;  /* モーダルウィンドウの横幅 */
}
.modal-title {
  color: #800000; /* モーダルウィンドウの文字の色 */
  font-size: 18px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.cast {
width: 100%;
height: auto ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.cast
{
width: 90%;
}
}

.credit {
width: 100%;
height: auto ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:480px)
{
.credit
{
width: 100%;
}
}

/* fotorama画像リンク */
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(img/space.gif);
}