@media screen and (max-width: 767px) {
	.sm-image {
		overflow: hidden;
		margin: 0 -4px;
	}
	.sm-image img {
		width: 50%;
		width: 100%;
	}
	.sm-image .inner {
		float: left;
		width: 50%;
		padding: 0 4px 8px;
		box-sizing: border-box;
	}
	.img-1 {
		background: url(../images/index/17.png) no-repeat center center / cover;
	}
	.img-2 {
		background: url(../images/index/13.png) no-repeat center center / cover;
	}
	.img-3 {
		background: url(../images/index/14.png) no-repeat center center / cover;
	}
	.img-4 {
		background: url(../images/index/16.png) no-repeat center center / cover;
	}
	.img-5 {
		width: 100%;
	}
	.index-menu {
		display: none;
	}
	.img-section {
		margin: 0 auto;
	}
	.box {
		width: 100%;
		margin-top: -56px;
		position: relative;
	}
	.box-wrap {
		overflow: hidden;
		margin-top: 120px;

	}
	.box .bgimg {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		animation: bgAnime 20s infinite;
	}
	.box-wrap img {
		width: 100%;
		height: auto;

	}
	.container-img {
		overflow: hidden;
	}
	.container-img .left {
		float: left;
		height: 200px;
	}

	.container-img .right {
		float: right;
		height: 200px;
	}
	.box .src1 {
		background: 
		url("") no-repeat center center / cover;
	}
	.box .src2 {
		animation-delay: 5s;
	}
	.box .src3 {
		animation-delay: 10s;
	}
	.box .src4 {
		animation-delay: 15s;
	}
	@keyframes bgAnime {
		0% { opacity: 0; }
		15% { opacity: 1; }
		25% { opacity: 1; }
		32% { opacity: 0; }
		100% { opacity: 0; }
	}
	.position_anna {
		position: relative;
		margin: 0 auto;
		width: 100px;
		height: 100px;
	}
	.anna {
		position: absolute;
		top: 25%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 50%;
	}
	.mv {
		width: 96%;
		margin: 10px auto 0;
		display: block;
		height: 250px;
	}
	.news {
		border-bottom: 1px solid #333333;
		padding: 5px;
	}
	.news-text1 {
		color: yellow;
		display: inline-block;
		font-family: serif;
		font-style: italic;
		font-size: 10px;
		margin-right: 5px;

	}
	.news-text2 {
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		display: inline-block;
		font-size: 10px;
	}
	.news-text3 {
		color: #ffffff;
		display: inline-block;
		font-size: 10px;
	}

	.f_left {
		text-align: center;
	}

	.content1 {
		width: 100%;
		min-height:500px;
		background:
	}
	.content1-text1 {
		color: #93262f;
		font-size: 20px;
		font-family: "ヒラギノ明朝 Pro W6", HiraMinProN-W6;
		margin: 0;
		padding-top: 38px;
		font-style: italic;
		font-weight: bold;
	}
	.content1-text2 {
		color: #93262f;
		font-size: 15px;
		line-height: 1.3;
		margin: 0;
		font-weight: bold;
		padding: 20px 0;
		font-style: italic;
		width:80%;
		margin: 0 auto;
		font-family: "ヒラギノ明朝 Pro W6", HiraMinProN-W6;
	}

	.content1-text3 {
		color: #ffffff;
		line-height: 1.3;
		padding: 0 19px 16px;
		font-weight: bold;
		text-shadow: 0px 0px 20px rgba(0,0,0,1);
	}
	.left-img {
		height: 200px;
	}
	.right-img {
		height: 200px;
	}
	.container2 {
		display: inline-block;
		margin-left: 16%;
		margin-right: 41%;
		padding-top: 40px;
	}
	.button {
		color: #ffffff;
		min-width: 120px;
		width: 35%;
		height: 55px;
		display: inline-block;
		background-color: #93262f;
		border: 1px solid #93262f;
		border-radius: 5px;
		text-decoration: none;
		margin-top: 10px;
		padding: 0 5px;
		position: relative;
	}
	.maring-top-20 {
		margin-top: 20px;
	}
	.button:first-child {
		margin-right: 8px;
	}
	.button:last-child {
		margin-left: 8px;
	}
	.button:hover {
		color: #93262f;
		background-color: #ffffff;
		border: 1px solid #93262f;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.button-wrap {
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.button-text1 {
		margin: 0 auto;
		padding: 0;
		font-size: 15px;
		padding-top: 8.5px;
		font-weight: bold;
		font-style: italic;
		line-height: 1.3;
	}
	.button-text2 {
		margin: 0;
		padding: 0;
		font-size: 10px;
		line-height: 1.3;
	}
	.content2 {
		padding: 0 8px;
	}
	.character-text {
		color: #fff;
		padding: 20px 8px;
	}
	.character_link-src {
		width: 100%;
	}

	.container-sm1 {
		width: 96%;
		margin: 0 auto;
	}
	.container-sm2 {
		width: 96%;
		margin: 0 auto;
	}

}

@media screen and (min-width: 768px) {
	#index {
		margin-top: 135px;
	}
	.index-menu {
		background: rgba(0,0,0,0.8);
		position: relative;
		z-index: 1;
	}
	ul.index-menu {
		margin: 0px;
		padding: 9px;
	}
	ul.index-menu li {
		display: inline-block;
		margin: 0 6px;
	}

	ul.index-menu li>a {
		display: block;
		padding: 10px 10px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	ul.index-menu li>a:hover {
		opacity: 0.8;

	}
	.img-section {
		margin: 0 auto;
	}
	.box {
		width: 100%;
		margin-top: -56px;
		position: relative;
	}
	.box-wrap {
		overflow: hidden;

	}
	.box .bgimg {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		animation: bgAnime 20s infinite;
	}
	.box-wrap img {
		width: 100%;
		height: auto;
	}
	.box .src1 {
	}
	.box .src2 {
		animation-delay: 5s;
	}
	.box .src3 {
		animation-delay: 10s;
	}
	.box .src4 {
		animation-delay: 15s;
	}
	@keyframes bgAnime {
		0% { opacity: 0; }
		15% { opacity: 1; }
		25% { opacity: 1; }
		32% { opacity: 0; }
		100% { opacity: 0; }
	}
	.position_anna {
		position: relative;
		margin: 0 auto;
		width: 100px;
		height: 100px;
	}
	.mv {
		position: absolute;
		left: 50%;
		bottom: 4.5%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 48%;
		height: 46%;
	}
	
	.news {
		border-bottom: 1px solid #333333;
	}
	.news-text1 {
		color: yellow;
		display: inline-block;
		font-family: serif;
		font-style: italic;
		font-size: 12px;
		margin-right: 10px;

	}
	.news-text2 {
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		display: inline-block;
		font-size: 15px;
	}
	.news-text3 {
		color: #ffffff;
		display: inline-block;
		font-size: 15px;
	}
	.f_left {
		float: left;
		width: 33.3%;
	}

	.f_left > a {
		text-decoration: underline;
	}

	.content1 {
		width: 100%;
		min-height:790px;
		background: 
		url("../images/index/03.png") no-repeat left bottom -10px / 593px auto,
		url("../images/index/chara.png") no-repeat right bottom -60px / 393px 843px;
	}
	.container1 {
		margin: 0 auto;
		margin: 0 23%;
	}
	.content1-text1 {
		color: #93262f;
		font-size: 40px;
		/*font-family: serif;*/
		font-family: "ヒラギノ明朝 Pro W6", 'HiraMinProN-W6';
		font-weight: bold;
		margin: 0;
		padding-top: 38px;
		font-style: italic;
	}
	.content1-text2 {
		color: #93262f;
		font-size: 20px;
		line-height: 230%;
		margin: 0;
		padding-bottom: 20px;
		font-style: italic;
		font-family: "ヒラギノ明朝 Pro W6", 'HiraMinProN-W6';
		font-weight: bold;
	}
	.content1-text3 {
		color: #ffffff;
		font-size: 15px;
		line-height: 240%;
		padding-bottom:20px;
		font-weight: bold;
		text-shadow: 0px 0px 20px #FFF;
	}
	.content2-text {
		color: #ffffff;
		font-size: 40px;
	}
	.container2 {
		display: inline-block;
		margin-left: 16%;
		margin-right: 41%;
		padding-top: 40px;
	}
	.button {
		color: #ffffff;
		width: 285px;
		height: 70px;
		display: inline-block;
		background-color: #93262f;
		border: 1px solid #93262f;
		border-radius: 12px;
		margin: 10px 8px;
		position: relative;
	}
	.button:hover {
		color: #93262f;
		background-color: #ffffff;
		border: 1px solid #93262f;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.button-wrap {
		position: absolute;
		top: 43%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.button-text1 {
		margin: 0 auto;
		padding: 0;
		font-size: 20px;
		padding-top: 11px;
		font-weight: bold;
		font-style: italic;
		line-height: 1.3;
	}
	.button-text2 {
		margin: 0 auto;
		padding: 0;
		font-size: 12px;
		line-height: 1.3;
	}
	.content2 {
		display: block;
	}
	.margin-50 {
		margin: 50px;
	}
	.character_link {
		width: 100%;
	}
	.position-anna {
		position: absolute;
		top: 88px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 40%;
		text-align: center;
	}
	.position-anna img {
		width: 100%;
		max-width: 600px;
		height: auto;
	}

	@media screen and (max-width: 900px) {
	 	.mv {
			position: absolute;
			left: 50%;
			bottom: 4.5%;
			top: auto;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
			width: 48%;
			height: 40%;
	 	}
	 }
}
@media screen and (min-width: 1200px) {
	.mv {
		max-width: 800px;
		max-height: 400px;
		top: 48%;
	}
	.box-wrap {
		text-align: center;
	}
	.box  {
		margin: 0 auto;
		max-height: calc(100vh - 188px);
		overflow: hidden;
	}
}
