@charset "utf-8";

nav {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
}
.container{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#totop .container{
	text-align:right;
	overflow:hidden;
}
#info .container{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
}
#wrap {
	width: 100%;
	text-align: center;
}
#contents {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#contents p {
	margin:0px;
    margin-bottom:1em;
}

	img[map] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}

/* inline-block隙間解消===============*/
.inline-block {
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

/***********　ヘッダーナビゲーション　***********/
.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

.pc_none .main_img {
    width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* オーバーレイ */
.overlay {
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    z-index: 999;
}

/*!* ヘッダー *!*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

header .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*!* ナビゲーション *!*/
header nav {
    float: right;
}

/*!* ナビゲーション：アクティブ時 *!*/
header.navOpen nav {
    opacity: 1;
    right: 0;
}

header nav ul {
    width: 100%;
}

header nav ul li {
    float: left;
}

/***********　表示の設定　***********/

@media screen and (max-width: 836px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 836px){
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
}


@media screen and (min-width: 1024px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

.pageHeading{
    text-align: center;
}

.pageHeading img{
    width: 100%;
    height: auto;
    max-width: 1091px;
}

@media screen and (min-width: 1024px) {
    /* pc */
    .pageHeading{
        margin-top: 160px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 836px) {
    /* tablet */
    .pageHeading{
        margin-top: 80px;
    }
}

@media screen and (max-width: 836px) {
    .pageHeading{
        margin: 80px 10px 0;
    }
}

/***********　header　***********/

@media screen and (min-width: 1024px) { /* pc */
    .logo{
        float: left;
        width: 20%;
        margin: 15px 0 0 10px;
    }

    .headerTop{
        background: url(../../img/top/bg_header_01.png) 0 100% no-repeat;
        background-size: 100% auto;
    }

    .headerTop{
        min-height: 176px;
    }

    .header{
        background: rgba(255,255,255,0.8);
        padding-bottom: 10px;
    }

    .logo__img{
        width: auto;
        height: 80px;
    }

    .logo__link{
        position: relative;
    }

    .logo-sub {
        position: absolute;
        width: 69px;
        height: 69px;
        top: -60px;
        right: -1px;
        vertical-align: inherit;
    }
}

@media screen and (max-width: 1024px) and (min-width: 836px) { /* tablet */
    .logo{
        float: left;
        width: 20%;
        margin: 15px 0 0 10px;
    }


    .headerTop{
        min-height: 176px;
    }


    .headerTop{
        background: url(../../img/top/bg_header_01.png) 0 100% no-repeat;
        background-size: 100% auto;
    }

    .header{
        background: rgba(255,255,255,0.8);
        padding-bottom: 10px;
    }

    .logo__link{
        position: relative;
    }

    .logo__img{
        width: auto;
        height: 60px;
    }

    .logo-sub {
        position: absolute;
        width: 51px;
        height: 51px;
        top: -40px;
        right: 0px;
        vertical-align: inherit;
    }
}

@media screen and (max-width: 836px) { /* sp */
    .logo{
        float: left;
        padding: 5px 10px;
    }

    .headerTop{
        height: 50px;
        background: rgba(255,255,255,0.6);
        background-size: 100% auto;
    }

    .header{
        background: rgba(255,255,255,0.6);
        padding-bottom: 10px;
    }

    .logo__img{
        width: auto;
        height: 40px;
    }
}

/***********　gnav　***********/
@media screen and (max-width: 1024px) and (min-width: 836px){ /* tablet */
    .sns_button img{
        width: 35px;
        height: 35px;
    }

    .gnavgationBlock{
        float: right;
        width: 77%;
    }
    .gnavgation__item{
        float: left;
        width: auto;
        margin:10px 0 0 10px;
    }

    .gnavgation__link{
        display: block;
        position: relative;
        width: 116px;
        height: 35px;
        overflow: hidden;
    }
    .gnavgation__img{
        display: block;
        position: absolute;
        top: 0;
        width: 116px;
        height: 70px;
    }
    .gnavgation__img:hover{
        display: block;
        position: absolute;
        top: -35px;
        width: 116px;
        height: 70px;
    }
}

@media screen and (min-width: 1024px) { /* pc */

    .sns_button{
        display: block;
        margin-top: 5px;
    }

    .sns_button:first-child{
        margin-top: 0;
    }

    .sns_button img{
        width: 32px;
        height: 32px;
    }

    .snsItem{
        margin-top: -48px !important;
    }

    .gnavgationBlock{
        float: right;
        width: 75%;
    }


    .gnavgation{
        margin-top: 5px;
    }

    .gnavgation__item{
        float: left;
        width: auto;
        margin:10px 0 0 10px;
    }

    .gnavgation__link{
        display: block;
        position: relative;
        width: 166px;
        height: 50px;
        overflow: hidden;
    }
    a.gnavgation__link:hover {
        -moz-opacity: 1;
        opacity: 1;
    }

    .gnavgation__img{
        display: block;
        position: absolute;
        top: 0;
    }
    .gnavgation__img:hover{
        display: block;
        position: absolute;
        top: -50px;
    }
}

@media screen and (max-width: 836px) { /* sp */
    .gnavgation__item:last-child{
        padding-bottom: 60px;
    }

    .sns_button{
        display: inline-block;
        padding-top: 10px;
    }
    .sns_button img{
        width: 42px;
        height: 42px;
    }

    .gnavgation__link{
        display: block;
        position: relative;
        margin: 10px 0 0 10px;
        width: 166px;
        height: 50px;
        text-align: left;
        overflow: hidden;
    }
    .gnavgation__link img{
        display: block;
        margin: 0;
        width: 166px;
        height: auto;
    }
}

/***********　sectionBlock　***********/

@media screen and (min-width: 1024px) {
    /* pc */
    .sectionBlock {
        margin: 0 auto;
        width: 1023px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1024px) and (min-width: 836px) {
    /* tablet */
    .sectionBlock {
        margin: 0 auto;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 836px) {
    /* sp */
    .sectionBlock {
        margin: 0 auto;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}



/* ************************************************** */
/* only PC */
@media screen and (min-width: 836px) {
	header nav ul li a:hover {
		background-position: 0 0;
	}
}
/* ************************************************** */

.sns {
    display: inline-block;
    border: none;
    width: 100px;
    text-align: justify;
}

.sns a {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

.sns a:hover {
    background-image: none
}

/* ナビゲーションアイコン */
header .navBtn {
    display: none;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

header .navBtn span {
    display: block;
    height: 4px;
    width: 100%;
    background: #5D4435;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
    margin-top: 5px;
}

/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}

header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

header.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/***	footer	************************************************* */
#footer {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    border-top: 1px solid #5D4435;
    background-color: #FFFFFF;
}

#footer .container {
    text-align: center;
    margin-top: 0px;
}

#footer #footer_banner {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

#footer #footer_banner li {
    display: inline-block;
    margin: 5px;
    width: 218px;
    height: 50px;
}

#footer #footer_banner li a {
    display: block;
}

#footer #footer_banner li img {
    border: 1px solid #999999;
    width: 218px;
    height: auto;
}

#footer #copylight {
    margin-bottom: 17px;
}

/***	totop	************************************************* */
#totop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 91px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

/***  top  ************************************************* */

.topAttractionArea .box .logo .topbanner{
	position: absolute;
    top: 220px;
    left: 8px;
}
.topAttractionArea .box .logo .topbanner img{
	width:80%;
}

.category01.more {
	width: 80px;
	height: 18px;
	background-color: #F5B2B2;
	border-radius: 4px 4px 0px 0px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: 15px;
	bottom: 0px;
	top: auto;
}
#topnews .categorybtn01 {
	width: 31%;
	height: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: auto;
	left: 5px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #CC0055;
	top: 100%;
}
#topnews .categorybtn02  {
	width: 31%;
	height: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: auto;
	left: 117px;
	font-size: 12px;
	background-color: #FFFFFF;
	top: 100%;
}
#topnews .categorybtn03 {
	width: 31%;
	height: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: auto;
	left: 228px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #CC0055;
	top: 100%;
}
#topnews .categorybtn li a {
	font-size: 12px;
	color: #C84961;
	text-decoration: none;
	display: block;
}
.category02.more {
	width: 80px;
	height: 18px;
	background-color: #A5D4AD;
	border-radius: 4px 4px 0px 0px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: 15px;
	bottom: 0%;
}
.category03.more {
	width: 80px;
	height: 18px;
	background-color: #A3BCE1;
	border-radius: 4px 4px 0px 0px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: 15px;
	bottom: 0px;
}
.category04.more {
	width: 80px;
	height: 18px;
	background-color: #FCDD89;
	border-radius: 4px 4px 0px 0px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: 15px;
	bottom: 0px;
}
.category05.more {
	width: 80px;
	height: 18px;
	background-color: #BCACF3;
	border-radius: 4px 4px 0px 0px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: 15px;
	bottom: 0px;
}
#topstory iframe{
	width:100%;
	border: none;
	height:100%;
    max-width: 100%;
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 250px;
}
#topstory iframe .hotevent h1{
	padding: 0;
	margin: 0;
}

.element-item.movie      {
	background-color: #ffffff;
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 2px #969696;
	box-shadow: 2px 2px 2px #969696;
	border: 1px solid #EBEBEB;
	display: inline-block;
	float: left;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 32px;
	width: 314px;
	height: 290px;
}

#info {
	background-color: #DCD0B7;
	border-bottom-color: #886747;
	border-top-color: #886747;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width: 100%;
	text-align: center;
}
#info .infotext {
	font-size: 13px;
	vertical-align: top;
	margin: 9px 0;
}

#info .infotext span {
    display: inline;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

#info .infotext span p.col-lg-2.col-md-3.col-sm-1.col-xs-3.text-center{
	clear:both;
}

#info .infotext span h3 {
    padding: 0;
}

#info .infotext span p {
    overflow: hidden;
    display: inline;
    padding: 0;
}

#info .popin {
    display: inline;
    text-align: right;
    vertical-align: middle;
    margin: 9px 0;
}
#info .popin img{
	width:100%;
	height:100%;
}

#info ul.col-lg-8{
    margin-left:10%;
    width:80%;
}

    /***	twitter	************************************************* */
.twitter-timeline {
	height: 252px !important;
	box-sizing: border-box;
	overflow: hidden;
	font-size: small;
}
/***	news	************************************************* */

@media screen and (max-width: 836px) {
    #news .button-group {
        letter-spacing: 0;
        font-size: 0;
    }

        #news .button{
            margin: 5px 2px 0;
        }
}

.isotope .item {
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -ms-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
}
#topics .filter-all   {
	width: 97px;
	height: 82px;
	display: inline-block;
}
.grid {
	margin-top: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 83%;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}
.element-item .imageSmall img {
	text-align: center;
	max-width: 80%;
	max-height: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#news .element-item {
	width: 314px;
	height: 314px;
	text-align: left;
	margin: 10px 10px 10px 10px;
	display: block;
	float: left;
	padding: 12px 12px 25px 12px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
#news .element-item.category01      {
	border: 1px solid #F5B2B2;
	background-color: #F4ECEB;
	border-radius: 8px;
}
#news .element-item.category02      {
	border: 1px solid #A5D4AD;
	background-color: #ECF0EA;
	border-radius: 8px;
}
#news .element-item.category03
{
	border: 1px solid #A3BCE1;
	background-color: #E8EBEF;
	border-radius: 8px;
}
#news .element-item.category04
{
	border: 1px solid #FCDD89;
	background-color: #FDF5DD;
	border-radius: 8px;
}
#news .element-item.category05
{
	border: 1px solid #BCACF3;
	background-color: #EEE9FB;
	border-radius: 8px;
}
#news {
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#news .element-item img {
	width: auto;
	height: auto;
	max-width: 288px;
	max-height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news img.titleimage{
	width: 83%;
	margin-bottom: 30px;
}

.newstext  {
	line-height: 1.31em;
}
.element-item .newstext{
	padding:5px 5px 0;
	font-size:small;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 15;
}
.element-item .newstext a{
	color: #E274B0;
	text-decoration: underline;
}
.element-item p.imageSmall + .newstext{
	font-size:small;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.category01 .name  {
	display: inline-block;
	padding: 2px;
	background-color: #F5B2B2;
}
.category02 .name {
	padding: 2px;
	display: inline-block;
	background-color: #A5D4AD;
}
.category03 .name {
	padding: 2px;
	display: inline-block;
	background-color: #A3BCE1;
}
.category04 .name {
	padding: 2px;
	display: inline-block;
	background-color: #FCDD89;
}
.category05 .name {
	padding: 2px;
	display: inline-block;
	background-color: #BCACF3;
}
#iframenews{
	width: 560px;
	height: 320px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	position: relative
}
#iframenews .iframetext {
	display:block;
	font-size: 12px;
	line-height: 1.5em;
	overflow:hidden;
	width:80%;
	margin:0 auto;
}
#iframenews ul .sns {
	display: block;
	width: 100%;
	height: 31px;
	bottom: 0;
	left: 5px;
    position: absolute;
}
#iframenews .iframeimage {
	text-align:center
}
#iframenews .ifrm{
	width: 100%;
	border: none;
}

#iframeBone {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#iframeBone .scrollBox {
    display: block;
    width: 100%;
    height: calc(100% - 36px);
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
}

#iframeBone .scrollBox .image {
    text-align:center
}

#iframeBone .scrollBox a{
	color:#E274B0

}
#iframeBone .scrollBox .image img{
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 300px;
}

#iframeBone .scrollBox .text {
    display:block;
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
	line-height: 1.7em;
}

#iframeBone .scrollBox .movie {
	width: 100%;
    height: 100%;
}

#iframeBone .scrollBox .movie iframe {
    width: 100%;
    height: 100%;
}

#iframeBone .snsBox {
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    padding-bottom: 2px;
}

#iframeBone .snsBox ul li a:nth-child(1),
#iframeBone .snsBox ul li a:nth-child(2) {
    margin-left: 8px;
    color: transparent;
}

/***	introduction	************************************************* */

/***	character	************************************************* */

/***	event	************************************************* */
#event div#eventArea {
	position: relative;
	min-height: 520px;
	margin-top: 20px;
	padding-bottom: 30px;
	line-height: 2.5em;
}

#event div.eventBox {
	border: 3px solid #FCDD89;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
}

.event-item.category01 {
	border: 1px solid #F5B2B2;
	background-color: #F4ECEB;
}

.event-item.category02 {
	border: 1px solid #A5D4AD;
	background-color: #ECF0EA;
}

.event-item.category03 {
	border: 1px solid #A3BCE1;
	background-color: #E8EBEF;
}

.event-item.category04 {
	border: 1px solid #FCDD89;
	background-color: #FDF5DD;
}

.event-item.category05 {
	border: 1px solid #BCACF3;
	background-color: #EEE9FB;
}

.event-item {
	border-radius: 10px;
	text-align: left;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.event-item p {
	font-size: small;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.table caption {
	padding: 5px;
}

.table caption p {
	/*cursor: pointer;*/
}

.table .triangleL {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #fcdd89 transparent transparent;
	margin: 8px 5px 0 0;
	float: left;
}

.table .triangleR {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fcdd89;
	margin: 8px 0 0 5px;
	float: right;
}



/***	movie	************************************************* */
#movie {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.element-item.movie .image {
	width: 283px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
#story {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#story .container div   {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}
.story.text01 {
	color: #ae43de;
	font-size: 23px;
	line-height: 1.5em;
	display: block;
	text-align: left;
	overflow: hidden;
}
#story .sp_none .titleimage {
	margin-top: 25px;
}
.container .story p {
 display:inline-block;
 vertical-align:middle;
}
.story.text01 p {
 display:inline-block;
 vertical-align:middle;
 background-color:#ffcaca
}
.story.text02 {
	color: #ec649b;
	font-size: 26px;
	line-height: 4em;
	display: block;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}
.story.text03 {
	font-size: 30px;
	line-height: 1.5em;
	text-align: left;
	color: #00cc66;
	display: block;
	overflow: hidden;
}
.story.text00 {
	font-size: medium;
	line-height: 1.5em;
	display: block;
	text-align: left;
	overflow: hidden;
}
#topgrid .container ul {
	position: relative;
}
#topgrid .container li {
	display: inline-block;
	font-size: 12px;
	width: 336px;
	margin: 5px;
	text-align: left;
	height: 285px;
    position: relative;
}
#topnews .categorybtn01 a {
	color: #cc0055;
}
#topnews .categorybtn03 a {
	color: #cc0055;
}
#topnews .categorybtn02 a {
	color: #cc0055;
}
.element-item.movie iframe {
	border: 0px;
	width: 283px;
	overflow: auto;
	text-align: center;
	height: 85px;
	-webkit-overflow-scrolling: touch;
}
.titleimage {
	margin-bottom: 30px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 83%;
	margin-top: 83px;
}


/***	movie newDesign	************************************************* */
#movie .element-item.movie .image a{
    display: block;
}

#movie .element-item.movie .image a img{
    width: 100%;
    height: 100%;
}

/***	cast	************************************************* */

.topnewstext  {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
	padding-top: 7%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
#webradio .iframetext {
	line-height: 1.5em;
	font-size: 13px;
	text-align: left;
}
#movie .iframetext {
	width:80%;
	margin:0 auto;
	font-size: 13px;
	text-align: left;
	line-height: 1.7em;
}
.infotext h3 {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.infotext p {
	margin-top: 3px;
	display: inline-block;
}

#movie .iframetext h3 {
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
	margin-bottom:10px;
}

#movie .movie .text {
    font-size: 13px;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    max-height: 80px;
    padding: 4px 10px 0 10px;
    word-break: break-all;
    overflow-y: scroll;
}

#movie .movie .text h3 {
    font-weight: bold;
    font-size: 14px;
}
#iframenews .pc_none object {
	width: 280px;
	height: 280px;
}
#iframenews .sp_none object {
}
.ifrm-container {
	overflow: hidden;
}
 
/* レスポンシブ */
/* ************************************************** */
/* 画面の横幅が1024pxまでの場合のCSS */
@media screen and (max-width:1024px){
/* ************************************************** */
	.pc_none{
	display:none;
}
	.sp_none{
	display:block;
}
	.bannerSpecial{
		display:inline;
	}

    header .inner {
        padding: 0em;
    }
    header h3 {
	width: 30%;
	margin-top: 0em;
	text-align: left;
    }

    /*header nav {*/
        /*width:70%;*/
    /*}*/
    header nav ul li, header nav ul li.menuSmall{
        width: 25%;
		text-align:left;
    }
    #contents {
        margin:0px;
    }

/***	footer	************************************************* */
#footer{
	overflow:hidden;
	width:100%;
}
#footer .container{
	text-align:center;
}
#footer #footer_banner{
	text-align:center;
	margin-bottom:10%;
	width:90%;
	margin:0 5%;
	border:none
}
#footer #footer_banner li{
	display:inline-block;
	margin:2%;
	width:28%;
	height:auto;
}
#footer #footer_banner li a{
	display:block;
}
#footer #footer_banner li img{
	border:1px solid #999999;
	width:100%;
	height:auto;
	box-sizing:border-box;
}
#footer #copylight{
	margin-bottom:3%;
}
#totop .container{
	display: block;
}
#footer #copylight img {
	width: 100%;
}
#totop .container{
	display: none;
}
#page-top {
	display: none;
}
.titleimage {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
	margin-top: 100px;
}
#news img {
	display: block;
	width: 98%;
	text-align: left;
}
#character .title .btn {
	position: absolute;
	top: 58px;
	left: 25%;
	height: 87px;
	margin-top: 2%;
}
.story_btn a {
	margin-top: 53px;
}
.story_btn_active{
	margin-top: 53px;
}
.intro_btn a {
	margin-top: 53px;
}
.intro_btn_active{
	margin-top: 53px;
}
.sns img {
	width: 31px;
	height: 32px;
	vertical-align: bottom;
}
}
/* ************************************************** */
/* タブレット */
@media screen and (min-width: 500px) and (max-width: 835px){
/* ************************************************** */
.pc_none{
	display:block;
}

.bannerSpecial{
	display:inline;
}
.topAttractionArea .box .logo .topbanner img{
	width:100%:
}
#iframenews .pc_none  {
	display: none;
}
#iframenews .sp_none {
	display: block;
}
.sp_none{
	display:none;
}
header .navBtn {
        display:block;
    }
header nav {
	overflow: auto;
	position: fixed;
	top: 0px;
	right: -70%;
	float: none;
	width: 70%;
	max-width: 320px;
	height: 100%;
	background: #FFFFFF;
	opacity: 0;
	z-index: 99999;
    }
header nav ul li,header nav ul li.menuSmall {
        float: none;
        width: auto;
		text-align:left;
    }
header nav ul li img{
	margin-left: 8px;
		}
#totop .container{
	display: none;
	text-align: center;
}
#page-top{
	display:none
}
.titleimage {
	margin-bottom: 17px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 95%;
	margin-top: 55px;
}
#news img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
img .main_img  {
	width: 98%;
	height: auto;
}
#info {
	text-align: center;
	background-color: #DCD0B7;
}
#news .container ul {
	position: relative;
    left: 50%;
}
#news .container li {
	display: inline-block;
	font-size: 12px;
	width: 336px;
	margin: 5px;
	text-align: left;
	height: 285px;
    position: relative;
    left: -50%;
}
#topgrid #topstory div {
	width: 95%;
	text-align: center;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 15px;
}
#topgrid #topwebradio iframe {
	border: 0px;
	width: 95%;
	text-align: center;
	margin-left: 7px;
	display: inline-block;
	height: 85px;
	 -webkit-overflow-scrolling:touch;
}

.sns img {
	width: 31px;
	height: 32px;
	vertical-align: bottom;
}

}

/* ************************************************** */
/* iPHone4,iPhone5,iPhone5s,iPhone6,iPhone6 Plus 縦*/
@media screen and (min-width: 0px) and (max-width: 499px){
/* ************************************************** */

	a,button,img,li {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

/*img{*/
	/*width:100%;*/
	/*height:auto;*/
	/*}*/
.pc_none{
	display:block;
}
.sp_none{
	display:none;
}
.bannerSpecial{
	display:inline;
}	
header h3 {
        width: auto;
        margin-top: 0;
    }
header .navBtn {
        display:block;
    }
header nav {
            overflow:auto;
            position: fixed;
            top: 0px;
            right: -70%;
            float:none;
            width: 70%;
            max-width:320px;
            height: 100%;
            background: #FFFFFF;
            opacity: 0;
            z-index:99999;
    }
header nav ul li, header nav ul li.menuSmall{
        float: none;
        width: auto;
		text-align:left;
    }
.inner h3 img {
	width: 112px;
	height: 40px;
	text-align: left;
}
header nav ul li img{
	margin-left: 8px;
	background-size: 50% 50%;
	width: auto;
	height: 40px;
	text-align: left;
		}
#contents {
		width:99%;
		}
.container{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	}
#topgrid .container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#info .infotext {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
}

    #info .infotext span p {
       white-space: normal;
    }
#info ul.col-lg-8 {
    margin-left:0;
    width: 100%;
}
#info {
	padding-top: 5px;
}
#info .popin {
	text-align: center;
	width: 100%;
}
#topgrid #toptwitter
	{
	width: 99%;
	margin-bottom: 7px;
	position: relative;
	}
#toptwitter p .twitter-timeline {
	/*width:99%;*/
	height: 225px !important;
}
#topgrid #topmovie {
	width: 99%;
	margin-bottom: 7px;
	position: relative;
	height: auto;
}
#topgrid #topad {
	width: 99%;
	margin-bottom: 7px;
	position: relative;
	height: auto;
}
#topgrid #topstory {
	width: 99%;
	overflow: hidden;
	margin-bottom: 7px;
	position: relative;
}
#topgrid #topnews {
	width: 99%;
	overflow: hidden;
	margin-bottom: 7px;
}
#topgrid #topwebradio {
	width: 99%;
	margin-bottom: 7px;
	position: relative;
}
#topgrid #topwebradio h3 {
	margin-top:10px;
	font-size: 14px;
}
#topgrid #topwebradio .webRadioText {
	font-size: 16px;
	line-height: 1.7em;
	-webkit-line-clamp: 4;
}
#topgrid #topwebradio .banner {
	width: 96%;
	margin-left: 2%;
}
#topgrid #topwebradio iframe {
	border: none;
	width: 95%;
	text-align: center;
	margin-left: 7px;
	display: block;
	overflow: auto;
	height: 85px;
	 -webkit-overflow-scrolling:touch;
}
/***	footer	************************************************* */
#footer{
	overflow:hidden;
	width:100%;
    padding: 0 10px;
    box-sizing: border-box;
}

#footer .container{
	text-align:center;
}
#footer #footer_banner{
	text-align:center;
	margin:0 0 5% 0;
	width:100%;
	border:none
}
#footer #footer_banner li{
	display:inline-block;
	margin:0 0 5% 0;
	width:100%;
	height:auto;
}
#footer #footer_banner li a{
	display:block;
}
#footer #footer_banner li img{
	border:1px solid #999999;
	width:100%;
	box-sizing:border-box;
}
#footer #copylight{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#footer #copylight img{
	width:100%;
}
#totop .container{
	display: none;
}
#page-top{
	display:none
}
#topgrid   {
	width: 100%;
}
/***	movie	************************************************* */
#movie {
	width: 98%;
	text-align: left;
}
#movie .image  {
	width: 98%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#movie .movie .text{
	font-size:16px;
}
#movie .movie .text h3{
	font-size:18px;
}
.element-item.movie iframe {
	border: 0px;
	width: 95%;
	overflow: auto;
	text-align: center;
	margin-left: 7px;
	display: inline-block;
	margin-bottom: 7px;
	-webkit-overflow-scrolling: touch;
	height: auto;
}


    #movie .iframetext,
    #movie .iframetext h3 {
        font-size: 18px;
    }

/***	news&topics	************************************************* */
.titleimage {
	margin-bottom: 17px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	margin-top: 55px;
}

#news img.titleimage {
	margin-bottom: 17px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	margin-top: 55px;
}
#movie .pc_none .titleimage {
	margin-top: 55px;
}
#story .pc_none .titleimage {
	margin-top: 14px;
}
#intro .pc_none .titleimage {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}
#news {
	margin-top: 37px;
}
#topnews .title {
	height: auto;
	margin-top: 24px;
}

.element-item.category01 {
	width: 93%;
}
.element-item.category02 {
	width: 93%;
}
.element-item.category03 {
	width: 93%;
}
.element-item.category04 {
	width: 93%;
}
.element-item.category05 {
	width: 93%;
}
#topgrid #topstory div {
	height:100%;
    overflow: auto;
	text-align: center;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 15px;
	-webkit-overflow-scrolling: touch;
}
.grid {
	width: 98%;
}
.sns img {
	width: 31px;
	height: 32px;
	vertical-align: bottom;
}
#news .pc_none .titleimage {
	margin-top: 18px;
}
#news .element-item.category01 {
	width: 94%;
	height: auto;
}
#news .element-item.category02 {
	width: 94%;
	height: auto;
}
#news .element-item.category03 {
	width: 94%;
	height: auto;
}
#news .element-item.category04 {
	width: 94%;
	height: auto;
}
#news .element-item.category05 {
	width: 94%;
	height: auto;
}
.element-item.movie {
	background-color: #ffffff;
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 2px #969696;
	box-shadow: 2px 2px 2px #969696;
	border: 1px solid #EBEBEB;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 32px;
	width: 96%;
	height: auto;
	margin-top: 7px;
	padding:10px;
}
}
/* ************************************************** */
/* isotope　中央揃え */
@media screen and (min-width: 1440px) {
/* ************************************************** */
.grid {
	width: 1023px;
}
}
/* ************************************************** */
/* isotope　中央揃え */
@media screen and (min-width: 1200px) and (max-width: 1439px){
/* ************************************************** */
.grid {
	width:1023px;
}
}
/* ************************************************** */
/* isotope　中央揃え */
@media screen and (min-width: 999px) and (max-width: 1199px){
/* ************************************************** */
.grid {
	width:682px;
}
#info .container {
	width: 98%;
	text-align: center;
}
#info .infotext {
	/*width: 60%;*/
	margin-top: 3px;
}
#info .popin {
	/*width: 40%;*/
}
}
/* ************************************************** */
/* isotope　中央揃え */
@media screen and (min-width: 835px) and (max-width: 998px){
/* ************************************************** */
.grid {
	width:682px;
}
#info .container {
	width: 95%;
	text-align: center;
}
#info .infotext {
	/*width: 60%;*/
	margin-top: 3px;
}
#info .popin {
	/*width: 40%;*/
}
}
/* ************************************************** */
/* isotope中央揃え */
@media screen and (min-width: 440px) and (max-width: 834px){
/* ************************************************** */
.grid {
	width: 321px;
}
#topnews .categorybtn01 {
	left: 2%;
	top: 95%;
}
#topnews .categorybtn02  {
	left: 34%;
	top: 95%;}
#topnews .categorybtn03 {
	left: 66%;
	top: 95%;
}
#info .container {
	text-align: center;
	margin-bottom: 5px;
	width: 90%;
}
#info .infotext {
	margin-top: 0px;
	margin-bottom: 0px;
}
#info .popin {
	text-align: center;
	margin-top: 5px;
}
}
/* ************************************************** */
/* isotope中央揃え */
@media screen and  (max-width: 440px){
/* ************************************************** */
#topnews .categorybtn01 {
	left: 2%;
	top: 98%;
}
#topnews .categorybtn02  {
	left: 34%;
	top: 98%;}
#topnews .categorybtn03 {
	left: 66%;
	top: 98%;
}
#info .container {
	text-align: center;
	width: 98%;
	margin-bottom: 5px;
}
#info .infotext {
	margin-top: 0px;
	margin-bottom: 5px;
}
#info .popin {
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}
}

@media screen and (min-width: 0px) and (max-width: 499px) {
    #iframeBone .scrollBox .text {
        font-size: 18px;
    }

    #iframeBone .snsBox ul li a img {
        width: 32px;
        height: 32px;
    }
}