@charset "UTF-8" ;

/* ボディ */
body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	background-image: url('../images/background.png');
}

#global_header {
display: block;
}

#nav_sp {
display: none;
}

#global_footer {
display: block;
}

.footer_sp {
display: none;
}

#instafeed {
	margin: 0 auto;
	width: 75%;
	margin-top: 30px;
    background-image: url(../images/sp-bg.png);
    background-repeat: repeat;
    border-radius: 10px 10px 10px 10px;
    border-color: #ffea00;
    border-width: 3px;
    border-style: solid;
    color: #FFF;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1.5em;
	text-align: center;
    background-position: center;
}

#instafeed .insta_top img {
width: 100%;
height: auto;
margin-bottom: 10px;
}

.description_bg {
background: #fff0f0;
}

/* ヘッダー */
#header
{
		height: auto;
	    width: 100%;
	    background: url(../images/header.jpg) 0 0 no-repeat;
	    background-size: cover;
	    position: relative;
	    margin-bottom: 20px;
	    text-align: center;
		background-position: center;
}

#header .header_border {
	background-image: url(../images/header_line.jpg);
	background-repeat: repeat-x;
	height: 70px;
	width: auto;
	display: block;
}

/* ロゴ画像を囲むh1 */
#header.logo-wrapper{
	margin: 0 ;
	padding: 0 ;
	line-height: 1 ;
}
/* ロゴ画像 */
#header .h1img {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#header .h1img img {
	width: 100%;
	    height: auto;
	    max-width: 700px;
}

#header .mik{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#header .mik img{
	max-width: 500px;
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    text-align: center;
}

.cast2018{
	background: url('../images/cast_2023.png') 0 0 no-repeat;
	height: 287px;
	margin-bottom: 20px;
	display: block;
}

.cast{
	display: none;
}


.title-niki{
	font-weight: bold;
font-size: 2em;
}

.title-niki img{
vertical-align: middle;
}
.photo{
	border-radius: 10px 10px 10px 10px;
	border-color: #ffea00;
	border-width: 2px;
	border-style: solid;
}

.photo2{
	border-radius: 10px 10px 10px 10px;
}

.setu{
	text-align: center;
	font-size: 20px;
    margin:0 auto;
	display: block;
	color: #020e68;
	font-weight: bold;
	line-height: 1.618 ;
}

a:hover img {
    opacity:.6;
}


/* フッター */
.footer
{
	border-top: 3px solid #888 ;
	text-align: center ;
	margin-top: 2em ;
	padding: 1em 0 ;
	background: #e8e8e8 ;
}
/*  */

.border {
background-image: url(../images/contents_line.jpg);
background-repeat: repeat-x;
height: 14px;
width: auto;
}

.wrapper
{
	width: 1000px ;
	margin: 0 auto ;
	padding: 0 ;
}

.wrapper-contents
{
	width: 100% ;
	margin: 0 auto ;
	padding: 0 ;
	background: repeating-linear-gradient(45deg, #cc0613, #cc0613 10px, #d01822 0, #d01822 20px);
    padding-bottom: 30px;
}

/* /// */

.note_box {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 2.5em 2em;
    background: #f00;
    color: #fff;
    margin: 3vh 0 5vh 0;
    background: repeating-linear-gradient(45deg, #cc0613, #cc0613 10px, #d01822 0, #d01822 20px);
    border: #ffdf70 solid 5px;
    border-radius: 10px;
}

.note_box h3 {
    font-size: 30px;
    margin-bottom: 0.5em;
    font-weight: bold;
    display: inline-block;
	position: relative;
    padding: 0px 55px
}

.note_box h3:before, .note_box h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 3px;
	background-color: #fff;
  }
  
  .note_box h3:before {
	left:0;
  }
  .note_box h3:after {
	right: 0;
  }

.note_box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

/* /// */

.main
{
	width: 500px;
	padding: 35px;
	background-repeat: no-repeat;
	color: #FFF;
	padding-bottom: 60px;
	line-height: 1.6em;
	font-size: 1.4em;
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.side
{
	width: 408px ;
}

.insta {
		text-align: center;
		margin-top: 30px;
		max-width: 320px;
		margin: 0 auto;
		margin-top: 3vh;
}

.chu
{
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/sp-bg.png);
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	border-color: #ffea00;
	border-width: 5px;
	border-style: solid;
	color: #FFF;
	padding: 15px;
	margin-bottom: 5px;
	line-height: 1.5em;
	margin-top: 40px;
	margin-left: -15px;
	box-shadow: 6px 6px 20px #000;
}

.main
{
	float: left ;
}

.side
{
	float: right ;
}

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

	body
	{
		font-size: 13px ;
	}

	#header
	{
		width: 100%;
    height: auto;
    background: url(../images/header.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    padding-bottom: 8em;
	}

	#header .header_border {
		display: none;
	}

	#global_header {
	display: none;
	}

	#nav_sp {
	display: block;
	}

	#global_footer {
	display: none;
	}

	.footer_sp {
	display: block;
	}

	#header .logo
	{
		width: 200px ;
	    left: 0;
	    right: 0;
	    margin:0 auto;
		top:5%;
		position: absolute;
	}

#header .h1img img{
	width: 100%;
	height: auto;
	max-width: 250px;
}

	#header .mik
	{
		left: 0;
    right: 0;
    width: 200px;
    top: 43%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
	}

#header .mik img {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 4em;
	text-align: center;
}

	.setu{
		text-align: center;
		font-size: 1em;
	    margin:0 auto;
		display: block;
	}

	.btn_mail{
		width: 100%;
	}

	.cast2018{
		display: none;
	}

	.cast{
		background: url('../images/sp-cast2023.png') 0 0 no-repeat;
		width: 240px;
		height: 225px;
		margin-bottom: 30px;
	    margin:0 auto;
		display: block;
		margin-bottom: 2vh;
margin-top: 2vh;
	}

	.title-niki{
		display: inline-block;
		font-weight: bold;
		line-height: 1.5;
	}

	.photo{
		width: 70%;
		border-radius: 10px 10px 10px 10px;
		border-color: #ffea00;
		border-width: 2px;
		border-style: solid;
	}

	.photo2{
		width: 70%;
		border-radius: 10px 10px 10px 10px;
		border-color: #ffea00;
		border-width: 2px;
		border-style: solid;
	}

	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}

	.main
	{
		width: auto;
    	padding: 5px;
    	border: none;
	}

	.side
	{
		width: auto ;
	}


	.chu
	{
	width: auto;
    float: left;
    margin-left: 0px;
    background-image: url(../images/sp-bg.png);
    background-repeat: repeat;
    border-radius: 10px 10px 10px 10px;
    border-color: #ffea00;
    border-width: 3px;
    border-style: solid;
    color: #FFF;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1.5em;

	}

	.main , .side
	{
		float: none ;
	}

.note_box {
    padding: 1.5em 2em;
    margin: 0vh 0 3vh 0;
}

.note_box h3 {
    font-size: 22px;
}

.note_box p {
    font-size: 15px;
}

}
/*  スマホｺｺﾏﾃﾞ*/

.wrapper
{
	overflow: hidden ;
}

.wrapper-contents
{
	overflow: hidden ;
}


.poyooon {
   -webkit-animation: poyooon 0.9s linear 0s 1;
   animation: poyooon 0.9s linear 0s 1;
 }
 @-webkit-keyframes poyooon {
   0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   10%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
   40%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
   50%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   60%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -100%); }
   75%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); }
   85%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
   100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
 }
 @keyframes poyooon {
   0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
   10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
   40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
   50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
   60%  { transform: scale(0.9, 1.2) translate(0%, -100%); }
   75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
   85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
   100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
 }
