@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	cursor: default;
}
img {
	margin: 0px;
	padding: 0px;
}

.img_main {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.img_s_main {
	display: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FFB600;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.br_pc {
	display: block;
}
.br_s {
	display: none;
}
.page {
	overflow: hidden;
	border-bottom: #FFFFFF 1px solid;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	width: 100%;
}
.page header{
	background-color: #0e2e45;
	width: 100%;
	max-width: 100%;
	text-align: center;
	
	
}
.img_pc {
	display: block;
}
.img_s {
	display: none;
}
.page h2 {
	width: 341px;
	height: 131px;
	margin: 0 auto;
}
.box_midokoro {
	background-image: url(../images/bg1.jpg);
	background-attachment: fixed;
	text-align: center;
	padding: 5rem 0;
}
.box_midokoro h2 {
	margin-bottom: -4rem;
}
.box_midokoro_in {
	background-color: #FFFFFF;
	max-width: 1200px;
	margin: 0 auto;
	padding: 7rem 4rem 3rem;
	box-sizing: border-box;
}
.box_midokoro_in img {
	margin: 2rem 0;
	width: 100%;
	height: auto;
}
.box_midokoro_in p {
	font-size: 1.5rem;
	line-height: 3rem;
	text-align: left;
	padding: 0 2rem;
}
.box_guest {
	background-color: #f7d909;
	background-image: url(../images/bg_all.png);
	background-attachment: fixed;
	text-align: center;
	padding: 2rem 0 2rem;
	margin: 0 0 2rem;
}
.box_guest_in {
	max-width: 1280px;
	margin: 0 auto;
}
.page .box_guest_in img {
	width: 27%;
	height: auto;
	margin: 1rem;
	box-sizing: border-box;
}
.img_other {
	margin: 2rem 0 2rem;
}
.box_spguest {
	background-image: url(../images/bg_guest.jpg);
	background-attachment: fixed;
	padding: 5rem;
}
.spguest_in {
	width: 100%;
	margin: 0 auto;
	padding: 6rem 5rem 3rem;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.87);
	box-sizing: border-box;
	max-width: 1200px;
	display: block;
}
.spguest_in img {
	width: 100%;
	height: auto;
	margin: 0rem auto 3rem;
	
}
.page .img_mt{
	margin-top: 3rem;
}
.spguest_in p {
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.spguest_in span {
	color: #FFDD00;
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 600;
	display: block;
	margin-bottom: 3rem;
}
.box_banner {
	background-color: #f7d909;
	background-image: url(../images/bg_all.png);
	background-attachment: fixed;
	text-align: center;
	padding: 2rem 0;
}
.box_banner img {
	display: block;
	margin: 3rem auto;
}
.footer_in {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

.footer {
	background-color: #0d2e44;
	padding: 4rem 0 2rem 0;
	text-align: center;
}
.img_footlogo {
	max-width: 400px;
	float: left;
	height: auto;
	display: block;
}
.img_footday {
	max-width: 800px;
	height: auto;
	float: left;
}
/* ----- .movie ----- */
.box_movie {
	text-align: center;
	padding: 3.5rem 0rem;
	background-color: #f7d909;
	background-image: url(../images/bg_movie.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 90%;
}
.movie {
	width: 100%;
	max-width: 1040px;
	margin: 0px auto 20px;
	padding: 1rem;
}
.box_movie img {
	width: auto;
	width: 90%;
	height: auto;
	max-width: 1040px;
	margin: 0 auto;
}
.tvo-video {
 height: calc(1040px * 0.5625)
}


/* ----- .pre ----- */
.box_pre {
	text-align: center;
	padding: 3.5rem 0rem;
	background-color: #f7d909;
	background-image: url(../images/bg_pre.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 90%;
}

.box_pre img {
	width: auto;
	width: 90%;
	height: auto;
	max-width: 1040px;
	margin: 0 auto;
}


/*==================================================
ふわっ
===================================*/

.fade {
	transition: all 1000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}
.img_s_top {
	margin-bottom: -1rem;
}
/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime {
 from {
 opacity: 0;
 transform: translateY(100px);
}
 to {
 opacity: 1;
 transform: translateY(0);
}
}
/*==================================================
アニメーション設定
===================================*/

.text__bound {
	animation: key .3s ease infinite alternate;
}
@keyframes key {
 0% {
transform: translateY(0px);
}
 100% {
transform: translateY(-10px);
}
}
/*==================================================
アニメーション設定 ふわん
===================================*/
.circle {
	width: auto;
	height: auto;
	margin: 0px auto;
	border-radius: 0px;
	animation: fuwafuwa 2s infinite;
}
 @keyframes fuwafuwa {
 0% {
 transform: translateY(0px);
}
 50% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0px);
}
}
/*==================================================
アニメーション設定 かくかく
===================================*/
.box {
	border-radius: 5px;
	animation: pikopiko 1s steps(2, start) infinite;
}
 @keyframes pikopiko {
 0% {
 transform: rotate(2deg);
}
 to {
 transform: rotate(-2deg);
}
}
/*TOP*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.page .tver2 {
	width: auto;
	border: #0099D9 5px solid;
	display: block;
	margin:0rem auto 0rem;
}
.box_tver{
	background-color: #0d2e44;
	padding: 3rem 0;
	text-align: center;
	color: #FFFFFF;
}
.box_tver_in{
	width: 530px;
	height: auto;
	margin: 0 auto;
}
.box_end{
	background-color: #0d2e44;
	padding: 0rem 0 3rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2rem;
}

/*===============================================
スマホ
===============================================*/
@media screen and (max-width:1024px) {
.page {
	background-color: #0d2e44;
}
.img_pc {
	display: none;
}
.img_s {
	display: block;
}
.img {
	display: none;
}
.br_pc {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
.br_s {
	display: block;
}
.img_main {
	display: none;
}
.img_s_main {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.box_midokoro {
	background-image: url(../images/s_bg1.jpg);
	background-size: 100%;
	background-attachment: fixed;
	text-align: center;
	padding: 3rem 0;
}
.box_midokoro h2 {
	margin-bottom: -2rem;
	width: 50%;
	height: auto;
}
.box_midokoro_in {
	background-color: #FFFFFF;
	width: 94%;
	margin: 0 auto;
	max-width: 1024px;
	padding: 3rem 2rem 2rem;
	box-sizing: border-box;
}
.box_midokoro_in img {
	margin: 1rem 0;
	width: 100%;
	height: auto;
}
.box_midokoro_in p {
	font-size: 1rem;
	line-height: 2rem;
	text-align: left;
	padding: 0rem;
}
.box_guest {
	background-color: #f7d909;
	background-image: url(../images/s_bg_all.png);
	background-attachment: fixed;
	text-align: center;
	padding: 1rem 0;
	width: 100%;
	margin: 0 auto 2rem;
}
.box_guest h2 {
	width: 50%;
	height: auto;
}
.box_guest_in {
	max-width: 1024px;
	margin: 0 auto;
}
.page .box_guest_in img {
	width: 60%;
	height: auto;
	margin: 0.5rem;
	box-sizing: border-box;
}
.img_other {
	width: 80%;
	margin: 2rem auto;
}
.box_spguest {
	background-image: url(../images/bg_guest.jpg);
	background-size: 100%;
	background-color: #355f4f;
	background-attachment: local;
	background-position: top;
	padding: 5rem 0.8rem 3rem;
	background-repeat: no-repeat;
	border-top: 3px  #FFFFFF solid;
}
.spguest_in {
	width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 1.2rem 2rem;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.85);
	box-sizing: border-box;
}
.spguest_in img {
	width: 100%;
	height: auto;
	margin: 1rem auto;
}
.spguest_in p {
	color: #FFFFFF;
	font-size: 1.0rem;
	line-height: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.spguest_in span {
	color: #FFDD00;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1rem;
}
.box_banner {
	width: 100%;
	background-color: #f7d909;
	background-image: url(../images/s_bg_all.png);
	background-attachment: fixed;
	text-align: center;
	padding: 2rem 0;
}
.box_banner img {
	display: block;
	margin: 3rem auto;
	width: 90%;
}
.box_pre h2 {
	margin-bottom: 0rem;
	width: 50%;
	height: auto;
}

.box_movie h2 {
	margin-bottom: 0rem;
	width: 40%;
	height: auto;
}
.page .tver {
	width: 70%;
	margin:3rem auto 3rem;
}
/*movie*/
.box_movie {
	text-align: center;
	padding: 3rem 1rem 5rem;
	background-color: #f7d909;
	background-image: url(../images/bg_movie.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: 100%;
}
.movie {
	width: 90%;
	margin: 0px auto;
	padding: 0.5rem;
	padding: 0rem 0;
	box-sizing: border-box;
	border-right: 7px #000 solid;
	border-left: 7px #000 solid;
}
.tvo-video {
 height: calc(90vw * 0.5625);
}
.footer {
	max-width: 1024px;
	background-color: #0d2e44;
	padding: 2rem 1rem 2rem;
	box-sizing: border-box;
}
.footer img {
	display: block;
	margin: 0 auto 0rem;
	width: 100%;
}
.foot_logo {
	max-width: 80%;
	height: auto;
	display: block;
	margin: 2rem auto 0rem;
	width: 80%;
}
.img_footlogo {
	max-width: 100%;
	float: none;
	height: auto;
	display: block;
	margin: 0 auto;
}
.img_footday {
	max-width: 100%;
	height: auto;
}
/*TOP*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
	/* ----- .pre ----- */
.box_pre {
	text-align: center;
	padding: 1rem 0rem 3rem;
	background-color: #f7d909;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 90%;
}

.box_pre img {
	width: auto;
	width: 90%;
	height: auto;
	max-width: 1040px;
	margin: 0 auto;
}
.page .tver2 {
	width: auto;
	border: #0099D9 5px solid;
	display: block;
	margin:0rem auto 0rem;
	width: 100%;
	box-sizing: border-box;
}

.box_tver_in{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
	.box_end{
	background-color: #0d2e44;
	padding: 0rem 0 2rem;
	text-align: center;
	color: #FFFFFF;
		font-size: 0.9rem;
}
}

@media screen and (min-width:540px) and ( max-width:1024px) {
.box_guest_in img {
    width: 50%;
    height: auto;
    margin: 1rem;
    box-sizing: border-box;
}
	.spguest_in {
    width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 3rem 2rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
}
	.footer {
    max-width: 1024px;
    background-color: #0d2e44;
    padding: 2rem 3rem 2rem;
    box-sizing: border-box;
}
}
