@charset "UTF-8";
/* CSS Document */

/* maincolor  rgba(0,77,132,1.00)    */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img{
	vertical-align: bottom
}
body {
    line-height:2em;
	font-family:'小塚ゴシック Pro','小塚ゴシック Pro L','Kozuka Gothic Pro Light', YuGothic, 'YuGothic' ,'Hiragino Kaku Gothic ProN',Meiryo, 'Lucida Grande',
sans-serif;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul , li{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/*----------------------------------------
	common
----------------------------------------*/
body{
	margin: auto;
}
#wrapper{
	margin: auto;
}
.column2_01>*{
	float: left;
	width: 50%;
}
.column4>*{
	float: left;
	width: 25%;
}

li.column5 {
    display: flex;
    justify-content: space-between;
}


.column5 > div{
	    width: 18%;
}

.column5 > div:last-child{
    
}

.column5 > div .sp100{
width: 100%;
}

.column6>*{
	float: left;
	width: calc(16% + 6px)
}

.rlt{
    position:relative;
}
/*----------------------------------------
	header
----------------------------------------*/
#header{
	background-color:#F2E94D;
    /* height: 100px; */
	position: fixed;
	width: 100%;
	z-index: 5;
}
#logo{
	position: absolute;
    top: 30px;/*35px*/
    right: calc(50% - 220px);
    width: 310px;
}
.head_nav{
	text-align: center;
    white-space: nowrap;
}
.head_nav > li{
	display: inline-block;
	vertical-align: middle;
	/* margin: 10px 10px 0;
    width: 110px; */
}

.head_nav > li span{
	display: none;
}

.head_nav > li:nth-child(4){
	margin-right: 290px;
}

.head_nav > li.logo{
 width: 300px;   
}
/*.head_nav > li:not(:nth-child(4)):hover{
	opacity: 0.5;
}*/

#header .head_box_pc {background: #e62d00; color: #ffffff; font-weight: bold; text-align: center;font-size: 8px;line-height: 3.2;}
@media screen and (max-width: 1141px){#header .head_box_pc {line-height: 1.6;}}
#header .head_box_pc span{
    text-align: center;
    color: #e62d00;
    background: #ffffff;
    padding: 1px 5px;
    font-size: 10px;}
#header .head_box {background: #230202; color: #ffffff; font-weight: bold; text-align: center;font-size: 10px;}


/*----------------------------------------
	main
----------------------------------------*/
.w400{
    width:410px;
}

#mainimg{
	background-image:url(../images/main_bg.jpg);
	background-size: auto;
	text-align: center;
	padding-top: 200px;
}
#mainimg_jp{
	background-image:url(../images/main_bg.jpg);
	background-size: auto;
	text-align: center;
    padding-top: 200px;
    margin-bottom: 50px;/*200px*/
}
.mainimg_wrap{
	width: 1024px;/*  width: 100%;rmkn */
	position: relative;
	margin: auto;
}
.mainimg_4p{
	margin-top: 30px;
	position: relative;
	z-index: 2;
	top: -210px;/*-40px -100px -180px*/
}
.mainimg_4p_jp{
	margin-top: -180px;
	position: relative;
	z-index: 2;
}
#logo {z-index: 2;}
.maintitle{
	position: absolute;
	z-index: 1;
	left: 0;
    top: 100px;
    /*top: 120px;*/
    width: 500px;
}
.maintitle_l, .maintitle_r {
	position: absolute;
    z-index: 3;
    /* top: 100px; */
    top: 120px;
}
.maintitle_l{
    /* left: 15%; */
    right: calc(50% + 120px);
}
.maintitle_r{
    /* right: 11%; */
    right: calc(50% - 520px);
}
.maintitle_l img, .maintitle_r img {
    width: 350px;
}
.off_propaganda{
    text-align: center;
    color: #e62d00;
    background: #ffffff;
    font-size: 12px;
    font-weight:bold;
    line-height: 2;}
.off_propaganda_2{
    text-align: center;
    color: #ffffff;
    background: #e62d00;
    font-size: 11px;
    line-height: 1.8;}
.news_bnr {
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
    margin: auto;
    z-index: 3;
    width: 900px;
    border-bottom: none;/*1px solid #41210c*/
}
.dlbtn{
    position: absolute;
    left: 0;
    right: 0;
    top: 1000px;
    margin: auto;
    z-index: 3;
    display: block;
}
.dlbtn a:hover {opacity: 0.5 ;}
.dlbtn .button1{
    width: 32%;
    margin: 0 2px;
    padding: 15px 5px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #FFA500;
    border-radius: 20px;
    -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 20px;/* for Firefox 対応*/
    float:left;
    position: absolute;
    left: 17%;
}
.dlbtn .button2{
    width: 32%;
    margin: 0 2px;
    padding: 15px 5px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #FFA500;
    border-radius: 20px;
    -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 20px;/* for Firefox 対応*/
    float:left;
    position: absolute;
    right: 17%;
}
ul.dlbtn_sp{
    position: absolute;
    left: 0;
    right: 0;
    top: 1300px;/*1060 max-width: 550px*/
    margin: auto;
    z-index: 3;
    display: block;
}
ul.dlbtn_sp li a.button_sp{
    width: 150px;
    margin: 0 0 0 80px;/*margin: 0 0 0 15px; 550px*/
    padding: 15px 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #FFA500;
    border-radius: 10px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/
    /*float:left;*/
    position: absolute;
    top:-160px;/*-230*/
    /*left: 17%;*/
}
ul.dlbtn_sp li{
    display: inline;
}
ul.dlbtn_sp li a{
    text-decoration: none;
    color: #000000;
}
ul.dlbtn_sp li a:hover {opacity: 0.5 ;}
ul.dlbtn_sp li.toiawase1{
    position: absolute;
    top:-210px;/*-280*/
    font-size: 14px;
    margin: 0 80px;/*ul.dlbtn_sp li.toiawase1{margin: 0 15px;}*/
}
ul.dlbtn_sp li.toiawase2{
    position: absolute;
    top:-190px;/*-260*/
    font-weight: bold;
    font-size: 14px;
    margin: 0 80px;/*ul.dlbtn_sp li.toiawase2{margin: 0 15px;}*/
}
ul.dlbtn_sp li a.tel_sp{
    position: absolute;
    top:-160px;/*-230*/
    left: 51%;
    font-weight: bold;
}
ul.dlbtn_sp li a.tel_sp img{
    width:20%;
    margin:0 5px 0 0;
}
ul.dlbtn_sp li.fax_sp{
    position: absolute;
    top:-130px;/*-200*/
    left: 51%;
    font-weight: bold;
}
ul.dlbtn_sp li.fax_sp img{
    width:20%;
    margin:0 5px 0 0;
}
ul.dlbtn_sp li.button_sp2{
    width: 70%;
    margin: 0 0 0 80px;/*width: 90%; margin: 0 15px; ul.dlbtn_sp li a.button_sp2{width: 70%;margin: 0 0 0 80px;}*/
    padding: 15px 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #FFA500;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* float: left; */
    position: absolute;
    top: -90px;/*-160*/
    /* left: 17%; */
}
@media screen and (max-width: 1300px){
    #logo {
        /* top: 0; */
        left: 45%;
    }
    #logo img {width: 250px;}
}
@media screen and (max-width: 1220px){
	.dlbtn .button1,
	.dlbtn .button2{
		width: 30%;
		font-size: 18px;}
}
@media screen and (max-width: 1000px){
    .maintitle_l, .maintitle_r {
        top: 90px;
    }
    .maintitle{
	position: absolute;
	z-index: 1;
	left: 0;
    top: 90px;
    width: 500px;
	}
    .dlbtn .button1,
	.dlbtn .button2{font-size: 16px;}
}
@media screen and (max-width: 965px){
    .maintitle_l{
        left: 0;
    }
    .maintitle_r {
        right: 0;;
    }
    .news_bnr {
        left: 0;
        width: 80%;
    }
    .mainimg_4p {width: 100%;}
    .dlbtn{top:900px;}
}
@media screen and (max-width: 780px){
	.dlbtn {top: 800px;}
    .dlbtn .button1,
	.dlbtn .button2{font-size: 14px;}
}
@media screen and (max-width: 680px){
    .news_bnr {
        left: 0;
        border-bottom:none;
    }
    .sp{
        /*margin-bottom: 200px;*/
    }
    .maintitle_l, .maintitle_r {
        display: none;
    }
}
@media screen and (max-width: 550px){
    .news_bnr {
        top: 395px;/*450 320*/
        width: 99%;
    }
    
    ul.dlbtn_sp{
    position: absolute;
    left: 0;
    right: 0;
    top: 1260px;
	}
	ul.dlbtn_sp li a.button_sp{margin: 0 0 0 15px;}
	ul.dlbtn_sp li.button_sp2{width: 90%;margin: 0 15px;}
	ul.dlbtn_sp li.toiawase1{margin: 0 15px;}
	ul.dlbtn_sp li.toiawase2{margin: 0 15px;}
}
@media screen and (max-width: 435px){
    ul.dlbtn_sp{
    position: absolute;
    left: 0;
    right: 0;
    top: 1060px;
	}
	ul.dlbtn_sp li a.button_sp{margin: 0 0 0 15px;}
	ul.dlbtn_sp li.button_sp2{width: 90%;margin: 0 15px;}
	ul.dlbtn_sp li.toiawase1{margin: 0 15px;}
	ul.dlbtn_sp li.toiawase2{margin: 0 15px;}
}
/*
.maintitle_l{
	position: absolute;
	z-index: 1;
	left: 0;
}
*/

.t_center{
    text-align: center;
}


ul.news_ul a,
ul.news_ul a:link{
	color: #333;
}

.news_ul a:hover{
	color: #999;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#mainimg{
		content: "";
		background-image: url(../images/main_bg-2x.jpg);
		background-size: 1024px;
		background-repeat: repeat;
	}
}
.sidebnr_01{
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 3;
}
.sidebnr_02{
	position: fixed;
	right: 0;
	top: 398px;
	z-index: 3;
}
.contentarea{
	width: 1024px;
	margin: auto;
}
@media screen and (max-width: 1000px){
    .contentarea{width: 100%;}
}
.top_abs01{
    position: absolute;
        top: 200px;
    left: -15px;
    
}

.inline{
    display:inline-block;
}

.content_06_b .content_01_ul_right{
    width: 81%;
}

.content_06_b .content_01_ul_right p:nth-child(1){
    width: 500px;
    margin-right: 20px;
    display: inline-block;
}
.content_01 , .content_02 , .content_03 , .content_04 , .content_05 , .content_06_b{
	width: 800px;
	margin:  50px 0px 50px 96px;
	padding: 0 20px;
	overflow: hidden;
}
.content_06　, .content_07 , .content_08{
	width: 800px;
	overflow: hidden;
	margin:  50px 0px 50px 116px;
}
.content_06{
	width: 792px;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
}
.content_06 p{
	text-align: center;
}
@media screen and (max-width: 1000px){
    .content_01 , .content_02 , .content_03 , .content_04 , .content_05 , .content_06_b{padding: 0;}
    .content_01 , .content_02 , .content_03 , .content_04 , .content_05 , .content_06_b, .content_06, .content_07 , .content_08{width: 100%; margin: 50px 0px;}
}
/*
.mask_chara img{
	position: absolute;
	bottom: 0;
	left: 57px;
}
.mask_chara_02 img{
	position: absolute;
	bottom: 0;
	left: 36px;
}
*/
.content_01_ul_left{
	width: 15%;
}
.content_01_ul_right{
	width: 82%;
	margin-left: 24px;
}
.newsbox{
	border: 1px solid #000;
	padding: 35px 40px;
}
.aboutbox{
	border: 1px solid #000;
	padding: 26px 26px;
}
.charabox{
	border: 1px solid #000;
	padding: 26px 20px;
}
.storybox{
	border: 1px solid #000;
	padding: 26px 20px;
}

.directbox{
	border: 1px solid #000;
	padding: 20px 15px;
}

.content_03 p{
	letter-spacing: -0.04em;
}
.content_04  p , .content_05 p{
	letter-spacing: -0.09em;
}
.takoyaki , .crepe , .kushikatsu , .ramen{
	position: relative;
}
.mask , .mask_02 , .mask_03 , .mask_04, .mask_05{
	position: absolute;
width: 100%;
    height: 201px;
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	opacity: 0;
	top: 0;
}
.mask{
	    background-color: rgba(166,0,211,0.7);
}
.mask_02{
	    background-color: rgba(255,0,245,0.7);
}
.mask_03{
	    background-color: rgba(17,17,17,0.7)
}
.mask_04{
	    background-color: rgba(50,66,244,0.7);
}
.mask_05{
	    background-color:rgba(0,152,66,0.7);
}
.takoyaki:hover .mask{
	opacity: 1;
}
.crepe:hover .mask_02{
	opacity: 1;
}
.kushikatsu:hover .mask_03{
	opacity: 1;
}
.ramen:hover .mask_04{
	opacity: 1;
}

.ramen:hover .mask_05{
	opacity: 1;
}
.caption_01{
	text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 10px;
    line-height: 2.25em;
}

.content_06 ul .column4 dd{
	text-align: center;
}
/*8つ並びの場合
.content_08 ul{
		display:table;
	table-layout:fixed;
	    width: 100%;
}
*/
.content_08 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.content_08 ul li{
	display:table-cell;
	vertical-align:middle;
}
.content_08 ul li p a:hover{
	opacity: 0.7;
}
.content_09 {
    display: block;
    text-align: center;
}
.pagetop_icon{
	text-align: center;
	margin: 50px 0;
}

#news h3 a{
    text-decoration: none;
    color:#000;
}

#news h3{
    margin-bottom: 10px;
}

#news .topics_contents .topics_date a{
    margin-left: 10px;
} 

#news .topics_contents{
    border: none;
    padding: 0;
}

#news .topics_contents p{
    float:left;
}

#news .topics_contents p:nth-child(1){
    width: 240px;
}

#news .topics_contents p:nth-child(2){
    width: calc(100% - 240px);
}

.cast .lead_box h2 {font-size: 32px;}
.cast .lead_box p {font-size: 24px;}
.cast .ctgry_box {margin: 20px 0;}
.cast .ctgry_box h3 {font-size: 24px; font-weight: bold; letter-spacing: 0.3em; border-bottom: 5px solid #000000;}
.cast .ctgry_box h3 .square {display: inline-block; width: 28px; height: 28px; background: #000000; margin: 60px 15px 0 0;}
.cast .ctgry_box h3 span {font-weight: normal; letter-spacing: 0em; vertical-align: bottom; font-size: 0.8em;margin-left:10px;}
.cast .ctgry_box p {font-size: 18px; margin: 10px 0 15px 0;}
.cast .table_box {display: table; border-bottom: 2px solid #000000; margin: 5px 0 20px;}
.cast .table_box .cast_img, .table_box .cast_cntnt {display: table-cell;}
.cast .table_box .cast_img {padding-right: 30px; vertical-align: bottom; width: 20%;}
.cast .table_box .cast_img img {width: 100%;}
.cast .table_box .cast_cntnt {vertical-align: middle;}
.cast .table_box .cast_cntnt h4 {font-size: 24px; font-weight: bold; letter-spacing: 0.8em; margin-bottom: 20px;}
.cast .table_box .cast_cntnt h4 span {font-weight: normal; letter-spacing: 0em; margin-left: 30px;}
.cast .table_box .cast_cntnt p {font-size: 16px;line-height:1.5em;}

@media screen and (max-width: 680px){
.cast .table_box {padding: 30px 0;}
.cast .ctgry_box h3 {letter-spacing: 0.1em;}
.cast .ctgry_box h3 span {display: block; text-align: right;     font-size: 0.7em;}
.cast .table_box .cast_img, .table_box .cast_cntnt {display: block;}
.cast .table_box .cast_img{width: 80%; margin: 0 auto; padding: 0;}
.cast .table_box .cast_cntnt {margin: 20px 0 0;}
.cast .table_box .cast_cntnt h4 {text-align: center; letter-spacing: 0em;}
.cast .table_box .cast_cntnt h4 span {display: block; font-size: 0.8em; margin: 0;}


}

/*----------------------------------------
	footer
----------------------------------------*/
#footer{
	background-color: #F2E94D;
	width: 100%;
}
.footer_wrap{
	width: 1024px;
	margin: auto;
	overflow: hidden;
	padding-top: 50px;
}
.footer_logo{
	float: left;
	margin-right: 60px;
    width: 250px;
}
.footer_nav ul{
	float: left;
	width: calc(16% + 10px);
}
.footer_nav ul a{
	text-decoration: none;
	color: #333;
}
.footer_nav ul a:hover{
	opacity: 0.7;
}


.footer_nav ul li.none a , .footer_nav ul li.none{
    color: #888;
}

.footer_goota_p{
	font-size: 17px;
	margin-top: 50px;
	margin-left: 15px;
}
.gotta_info{
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	margin-top: 10px;
	margin-left: 15px;
}
.gotta_info li{
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	margin-right: 4%;
}
@media screen and (max-width: 1000px){
    .gotta_info li{margin-right: 2%;}
}
.gotta_info li p{
	line-height: 1.5;
	margin-left: 5px;
}

#copyright{
	border-top: 2px solid #999;
	text-align: center;
	margin-top: 30px;
	padding: 30px 0;
}


/*---------------------------------

top_under

---------------------------------*/
h2.sub_title{
    vertical-align: middle;
    margin-bottom: 30px;
    position:relative;
}
h2.sub_title span{
    display:inline-block;
    top: 20px;
    margin-left: 30px;
    position: absolute;
    font-size:18px;
    font-weight: normal;
}
.content_pt02{
    width:1024px;
    margin: 0 auto;
}

.content_pt03{
    width:850px;
    margin: 0 auto;
}

.column2_02 > *{
   float:left;
}

.mb30{
    margin-bottom: 30px;
}

.mb100{
    margin-bottom: 100px;
}
.top_table tr td:nth-child(1){
            width:90px;
        }
        #access > div:nth-child(2){
            margin-left:  40px;
        }
        .pd{
            padding-top: 25px;
        }
        .top_table02{
            margin: 60px 0;
        }
          
          .column3_02 > *{
              float:left;
          }
          
          .column3_02 > p:nth-child(1){
              width:350px;
          }
          
          .column3_02 > p:nth-child(3){
              width:188px;
              float:right;
          }

          #press table{
              margin-left: 350px;
          }
          
          #press tr td:nth-child(1){
              width:85px;
          }

          #partner ul{
              margin-left: 350px;
          }

            #partner ul a{
             text-decoration: none;
                color:#000;
          }
          


/*--------------------------------

entry
-------------------------------*/
#main.page{
	padding-top: 150px;
}


.content_pt04{
            width:864px;
            margin: 0 auto;
        }

.e_title01 span{
            font-size:18px;
            font-weight:bold;
            padding:5px 30px;
            background: #FEFF33;
            margin-top:45px;
            display: block;
        }
        .e_title02{
            font-size:18px;
            font-weight:bold;
            margin:25px 0;
        }
        
                #entry{
            font-size:15px;
        }
        
        .e_title03{
            font-size:15px;
            font-weight:bold;
            margin-top:45px;
            display: flex;
            justify-content: space-between;
        }
        
        .e_title03 span{
            display:block;
        }
        
        .e_title03 span:nth-child(2){
            display:block;
            border-top:#B2B2B2 1px solid;
            width: 72%;
            margin-top: 15px;
        }
        
        .line_long span:nth-child(2){
            width: 90%;
        }

                .column02_wrap li > *{
                    float: left;
                }
                
                .column02_wrap li > *:nth-child(1){
                    margin-right: 20px;
                }
                


.e_title01.etc{
            font-weight: normal;
        }
      
      .pub dl{
          border-bottom: 1px #B2B2B2 solid;
          padding: 20px;
          width: 100%;
          box-sizing: border-box;
      }
      
      .pub dt{
          float: left;
          width: 20%;
      }
      
      .pub dd{
          float: left;
          width: 80%;
      }
      
      .pub dd span{
          display:inline-block;
          width: 30%;
      }
      
      .pub{
          margin-bottom: 110px;
      }
      

                .column02_wrap.etc li{
                    border-top: 1px solid #989898;
                    padding: 10px 0 30px;
                    position: relative;
                    width: 100%;
                }
                
                .etc_table{
                    width:100%;
                    margin-top: -60px;
                }
                
                .etc_table tr td{
                    border-bottom: 1px solid #989898;
                    padding: 10px 0;
                }
                
                .etc_table tr:nth-child(1) td{
                    border-bottom:none;
                }
                
                .column02_wrap.etc li > *:nth-child(1){
                    width: calc(100% - 515px);
                    margin-right: 0;
                }
                
                .column02_wrap.etc li > *:nth-child(2){
                    width:515px;
                }

/*ニュース、記事ページ*/
.content_pt_news{
                        width:800px;
                        margin: 0 auto;
                    }
                    .topics_left{
                        width:560px;
                        float: left;
                    }
                    
                    .topics_right{
                        width:185px;
                        float: right;
                    }
                    .pagetitle{
                        font-size:27px;
                        padding: 80px 0;
                        text-align: center;
                    }

.pagetitle span.news_text{
                        color:#47B0B1;
                    }
.pagetitle span.press_text{
                        color:#9933FE;
                    }
                    .title_b{
                        font-size:18px;
                        margin-bottom:5px; 
                    }
                    
                    .topics_contents{
                        padding: 30px 0;
                       border-bottom:#cccccc 1px solid;
                    }
                    
                    .topics_left .topics_contents:first-child{
                        padding-top:0;
                    }
                    
                    .topics_contents a,
               .topics_right a{
                        text-decoration: none;
                        color: #333333;
                    }
               
               .topics_right ul li{
                   border-top:#cccccc 1px solid;
               }
               
               .topics_right ul li a{
                   padding: 5px 5px;
                   box-sizing: border-box;
                   display: block;
               }
               
               .topics_right ul{
                   margin-bottom: 30px;
               }
               
               
               .topics_right ul li:last-child{
                   border-bottom:#cccccc 1px solid;
               }
                    
                    .topics_contents .topics_date{
                        font-size:14px;
                        color:#808080;
                        margin-bottom: 10px;
                    }
                    
                    .topics_contents .topics_date a{
                     width: 130px;
                        text-align: center;
                        display: inline-block;
                        color: #fff;
                        margin-right: 10px;
                        font-size: 12px;
                    }

.topics_contents .topics_date a:link{
                        color: #fff;
                    }
                    
                     .topics_contents .topics_date .news_box a{
                     background: #47B0B1;
                    }
                    
                    .topics_contents .topics_date .press_box a{
                     background:#9933FF;
                    }
                    
                    .topics_contents .single_link{
                        display: block;
                        padding: 20px 0;
                        text-decoration: underline;
                    }
               
               .topics_button_wrap{
                   text-align: center;
                   margin: 30px 0;
               }
               
               .topics_button_wrap .page-numbers,
               .topics_button_wrap a{
                   text-decoration: none;
                   padding:10px;
                   color: #303030;
               }
               .current{
                   background: #E6E6E6;
               }
               

.olarea{
                   margin-bottom: 20px;
               } 
               .olarea li{
                   float: left;
                   font-size: 12px;
                   color: #808080;
               } 
               .olarea li a{
                   text-decoration: none;
                   color: #808080;
               } 

.olarea li .post-categories{
    display: inline-flex;
}
               
               .single_nav_L{
                   float: left;
                   color: #808080;
               }
               
               .single_nav_R{
                   float: right;
                   color: #808080;
               }
               
               .single_nav_R a,
               .single_nav_L a{
                   text-decoration: none;
                   color: #808080;
                   font-size:12px;
               }
               
               .single_nav{
                   overflow: hidden;
                   padding: 20px 0;
               }

                    .t_btn{
                        background: #F2E94D;
                        font-size: 20px;
                        text-align: center;
                        display: block;
                        box-sizing: border-box;
                        padding: 10px;
                        text-decoration: none;
                        color:#000;
                        margin-top: 20px;
                        width: 100%;
                    }
                    .t_btn_ticket{
                        background: #F2E94D;
                        font-size: 20px;
                        display: block;
                        box-sizing: border-box;
                        padding: 10px;
                        text-decoration: none;
                        color:#000;
                        margin-top: 20px;
                        width: 100%;
                    }
                    .t_btn_ticket span{
                        font-size: 20px;
                        padding: 0 20px 0 0;
                    }
                    .t_btn_ticket_en{
                        background: #F2E94D;
                        font-size: 16px;
                        display: block;
                        box-sizing: border-box;
                        padding: 10px;
                        text-decoration: none;
                        color:#000;
                        margin-top: 20px;
                        width: 100%;
                    }
                    .t_btn_ticket_en span{
                    	display:block;
                        font-size: 20px;
                        padding: 0 20px 0 0;
                    }
/*トップキャンペーン*/
.topcampaign{margin:-350px 0 0 0;background: #ffffe7;position: relative;z-index: 2;min-height: 350px;}/*box-sizing: border-box*/
.topcampaign_box{width: 800px;margin: auto;}
.campaign_bigtitle{font-size:22px;font-weight: bold;padding:30px 0 0px 0;text-align: center;}
.campaign_contents {padding: 15px 0;text-align: left;}/*border-bottom: #cccccc 1px solid;*/
.campaign_contents a {text-decoration: none;color: #333333;}
.campaign_contents a:hover {color: #999;}
.top_campaignimg{float: left;width: 15%;}
.top_campaignimg img{/*max-width: 100%;*/}
.top_campaign{float: left;width: 80%;padding:0 0 0 10px;}
.campaigntitle{font-size: 18px;font-weight: bold;padding: 10px 0;}
.campaign_go{text-align: right;}
.campaign_syousai{line-height: 1.3;}

.topcampaign_other{margin:-600px 0 0 0;background: #FFFFFF;position: relative;z-index: 2;min-height: 350px;}

.sp .topcampaign{margin:-70px 0 0 0;background: #FFFFFF;position: relative;z-index: 2;}
.sp .campaign_bigtitle{font-size:22px;font-weight: bold;padding:30px 0 0px 0;text-align: center;}
.sp .topcampaign_box{width: auto;padding:0 10px;margin: auto;}
.sp .top_campaignimg{float: left;width: 20%;}
.sp .top_campaignimg img{width: 100%; height:auto;}
.sp .top_campaign{float: left;width: 67%;padding:0 0 0 10px;}
.sp .campaigntitle {font-size: 17px;font-weight: bold;padding: 0 0 10px 0;line-height:1.1em;}
.sp .campaign_syousai {line-height: 1.3;font-size: 12px;}

/*キャンペーン、一覧ページ*/
.campaign a{text-decoration:none;color: #000;}
.campaign a:hover {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
    }
.campaign_left{float: left;width: 25%;}
.campaign_left img{width: 100%;}
.campaign_right{float: left;width: 70%;padding:0 0 0 10px;}
.campaign_title{font-size: 20px;font-weight: bold;}
.campaign_time{font-size: 16px;font-weight: bold;}
.campaign_time span.campaign_terms{color: #ffffff;padding: 1px 5px;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;background-color:#80c269;}
.block_box{margin: 0 0 50px 0;padding: 0 0 8px 0;border-bottom: 1px solid #dedede;}

/*キャンペーン、詳細ページ*/
.block_box_syousai{padding: 0 0 100px 0;border-bottom: 1px solid #dedede;margin: 0 0 20px 0;}
/*.campaign_terms{color: #ffffff;padding: 1px 5px;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;background-color:#80c269;}*/

/*ページャー*/
.page_circle {text-align: center; margin-bottom: 20px;}
.page_circle a {text-decoration:none; opacity: 1;}
.page_prenext {text-align: center;display: inline-block;border:1px solid #210402;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.page_prenext a {padding:2px 20px;}
.page_circle01, .page_circle02{letter-spacing: 2px; display: inline-block; font-size: 18px;color: #ffffff;background-color:#210402;padding:2px 10px;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.page_circle02 {background: #ffffff; color: #210402; border:1px solid #210402;}
.page_circle01:hover, .page_circle02:hover{background:rgba(33,4,2,0.5); z-index: 2;color: #ffffff;padding:2px 10px;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.page_prenext:hover{background:rgba(33,4,2,0.5); z-index: 2;color: #ffffff;border-radius:5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.page_prenext a:hover {color: #ffffff;}

.pagenavi {font-size: 0.8em;}
.pagenavi a{text-decoration:none;color: #000;}
.pagenavi .pagination {margin-top: 0;}
/*.pagenavi a i {margin-right: 10px;}*/
.pagenavi .pagination a i.fa-angle-right {margin-left: 10px;}
.pagenavi .pagination a i.fa-angle-left {margin-right: 10px;}
.pagenavi .pagination a:first-child {padding: 0 10px 0 0; margin: 0 5px 0 0; border-right: 1px solid #333333;}

.syousai_left{float: left;width: 25%;margin-left: -40px;}/*打消し#access > div:nth-child(2)*/
.syousai_right{float: left;width: 70%;padding:0 0 0 10px;}

/*----------------------------------------
	sp
----------------------------------------*/
.sp{
		display:none;	
	}

/*--------------------*/


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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.content{
    width:1000px;
    margin: 0 auto;
}

.sp{display: none;}


@media screen and (min-width:1000px){
 #news,#about,#music ,#story , #chara , #direct {
   margin-top:-200px;
  padding-top:200px;
}   
}

@media screen and (min-width:640px){
.container {
    padding-top: 240px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}
    
                        
    
    .footer_logo img{
        width:100%;
    }   
    
    .footer_logo {
    width: 150px;
}
    
    .footer_nav li{
        float:left;
        margin-right: 30px;
    }
    
    .footer_nav ul {
    padding-top:40px;
    width: auto;
        float: right;
}
}


/*Calendar*/
.fc-content {
    border-radius: 15px;
    text-align: center;
    font-size: 14px !important;
    line-height: 163% !important;
    letter-spacing: 1px;
}


/*20180706*/


.cara_name {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    line-height: 156%;
    padding-bottom: 10px;
    color: #333;
}

.cara_cate {
    text-align: center;
    font-size: 12px;
    line-height: 158%;
    color: #666;
    letter-spacing: 1px;
}

.cara_cate2 {
    text-align: center;
    font-size: 10px;
    line-height: 170%;
    color: #666;
	 letter-spacing: 1px;
}

.cara_text {
    font-size: 13px;
    padding-top: 11px;
    line-height: 153%;
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}


/*ドロップメニュー*/
@media screen and (min-width:1000px){
    nav li.drop {
  position: relative;
  list-style: none;
}
nav li.drop a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  background: #000;
  text-decoration: none;
  box-sizing: border-box;
}
            
nav li.drop a:hover {
    opacity: 0.7;
            }
	
li.langdefault {
    background-color: #FFF;
    line-height: 2.8;
    display: block;
    width: 150px;
}
	
nav li.drop > a {/*layer-1*/
  color: #fff;
  background: #000000;
}
nav li.drop > a {/*layer-2*/
  color: #fff;
  background: #afc6e2;
}
nav li.drop ul {
  top: 70px;
    padding-top: 20px;
  left: -20px;
  position: absolute;
}
nav li.drop ul li {
  overflow: hidden;
  height: 0;
}
nav li.drop ul li:not(:nth-child(1)) a {
  border-top: 1px solid #fff;
}
nav li.drop:hover > ul > li {
  overflow: visible;
  height: 40px;
}
nav li.drop ul li ul {
    top: 0;
    left: 110px;
  }
nav li.drop ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
nav li.drop ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
nav li.drop ul li ul.left {
    top: 0;
    left: -190px;
  }
  .nav li ul li ul.left:before,/*layer-2-left▷*/
  .nav li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
        }


span.fc-time {
    display: none;
}

/*2018年10月24日 R/M */