<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------------------------------------------------
                                                        reset
--------------------------------------------------------------------------------------------------------------*/

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, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
em{ font-style:normal;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section,main {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote{
	padding-left: 2.5em;
}
table{
	border-collapse: collapse;
	width: 100%;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	text-decoration: none;
	color: rgba(102,153,51,1);
}
a:hover{
	color: rgba(0,128,189,1);
}
p{
	padding-bottom: 1em;
}
/*input{-webkit-appearance: none;}*/
h3{
	padding-bottom: 0.8em;
	font-weight: normal;
}
ul li{
	list-style-type: none;
}
blockquote{
	padding: 0 5%;
}

/*--------------------------------------------------------------------------------------------------------------
                                                        BASIC
--------------------------------------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	background-color: #f9f3e4;
	color: rgba(51,51,51,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

.header{
	height: 45px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1002;
	/* [disabled]background-image: url(../autumn/images/autumnhead.png); */
}
.header-inner{
	margin: 0 auto;
	position: relative;
	background-image: url(../autumn/images/autumnhead.png);
	background-color: #f9f5e9;
}
.header-logo{
	width: 160px;
	height: 40px;
	display: block;
	background: url(../autumn/images/header.png) 0px bottom no-repeat;
	background-size: 160px;
	padding: 5px 0 0 5px;
}
.marks a{
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 30px;
	background: url(../autumn/images/logotype.png) no-repeat center #B07C42;
	background-size: 180px;
	position: absolute;
	top: 45px;
	padding-left: 5px;
	margin-left: -5px;
}
h1.header-copy{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	position: absolute;
	z-index: 1001;
	left: 5%;
	top: 30%;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	font-weight: 200;
	color: rgba(255,255,255,1);
	display: none;
}
h1.header-copy span{
	font-size: 16px;
	color: rgba(219,46,40,1);
	display: block;
	font-weight: 600;
}
/*-----------------------------------------------online*/
h1.header-copyonline{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	z-index: 1001;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	font-weight: 200;
	line-height: 1em;
	color: rgba(255,255,255,1);
	height: 70px;
	padding-top: 58px;
	padding-bottom: 0px;
}
h1.header-copyonline span{
	font-size: 30px;
	color: rgba(219,46,40,1);
	display: block;
	font-weight: 600;
}
h1.header-copyonline-soon{
	font-family: Oswald, sans-serif;
	font-size: 50px;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	font-weight: 200;
	line-height: 1em;
	color: rgba(255,255,255,1);
	text-align: center;
}
h1.header-copyonline-soon span{
	font-size: 45px;
	color: rgba(219,46,40,1);
	display: block;
	font-weight: 600;
	padding-bottom: 20px;
}
/*-----------------------------------------------2nd*/
h1.header-copy2nd{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	position: absolute;
	z-index: 1001;
	left: 3%;
	top: 40%;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	font-weight: 200;
	line-height: 1.6em;
	color: rgba(255,255,255,1);
}
h1.header-copy2nd span{
	font-size: 28px;
	color: rgba(219,46,40,1);
	display: block;
	font-weight: 600;
}
.lang-nav{
	position: absolute;
	right: 45px;
	width: 90px;
}
.player{
	background-color: rgba(51,51,51,1);
	background-image:url(../images/top/attitude.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	background-size:250px;
}
ul.lang{}

li.lang01 a,
li.lang02 a{
	display: block;
	width: 45px;
	float: left;
	display: block;
	color: #E1BDBD;
	text-align: center;
	padding: 12px 0 0;
	background-color: #974928;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	height: 33px;
}
li.lang01.active a,
li.lang02.active a{
	background-color: #cd6743;
	color: #f2d1bf;
}

.lang01 a:hover,
.lang02 a:hover{ opacity:0.7;}

/*--------------------------------------------------------------------------------------------------
                                            FOOTER
---------------------------------------------------------------------------------------------------*/
.footer{
	width: 100%;
	color: rgba(51,51,51,1);
	background: url(../autumn/images/autumn-footer-sp.png) repeat-x left bottom #f9f3e4;
}
.foot-inner{
	position: relative;

}
.foot-logo{
	width: 100px;
	margin: 10px;
}
.foot-logo_a a{
	background: url(../autumn/images/autumn-foot-logo.png) no-repeat;
	width: 80px;
	height: 40px;
	background-size: 80px;
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.foot-logo_b a{
	background: url(../images/common/footlogo_b.jpg) no-repeat;
	width: 66px;
	height: 50px;
	text-indent: 100%;
	background-size: 66px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	float: right;
}
.foot-logo_a a:hover,
.foot-logo_b a:hover{
	opacity:0.7;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 8px 10px;
	color: #FFFFFF;
	clear: both;
}
.foot-social{
	text-align: right;
	padding: 10px 0;
	width: 180px;
	position: absolute;
	display: block;
	right: 15px;
	top: 85px;
}
.foot-social li{
	display: inline;
}
.foot-social li a{
	font-size: 24px;
	color: rgba(255,255,255,1);
}
.foot-social li a:hover,
.foot-nav a:hover{
	color: rgba(153,51,51,1);
}
.foot-nav{
	padding: 5px;
}
.foot-nav a{
	color: rgba(51,51,51,1);
	font-size: 12px;
	padding-left: 10px;
}
.foot-nav a:before{ content:'\ea1c'; font-family:'icomoon'; font-size:12px;}
.pagetop{
	height: 50px;
}
.pagetop a{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../autumn/images/top.png);
	background-size: 50px;
	right: 23px;
	top: 15px;
}


/*--------------------------------------------------------------------------------------------------
                                            NAV
---------------------------------------------------------------------------------------------------*/

.nav{}
.nav ul{}
.nav ul a{}

.glbmenu{
	/* [disabled]width: 100%; */
	/* [disabled]position: relative; */
}
/*.glbmenu.fixed{
	width: 1080px;
	margin:0 auto;
	position: relative;
}
*/
/*ul.glb{
	width: 1000px;
	display: block;
	margin: -20px auto 0;
	text-align: center;
	background-color: rgba(249,245,233,1);
	padding: 8px 0 8px 80px;
	transition: ease 0.5s;
}
.glbmenu.fixed ul.glb{
	display: block;
	margin: -9px auto 0;
	z-index: 1004;
	position:fixed;
	top:94px;
}
ul.glb li a{
	float: left;
	color: rgba(51,51,51,1);
	font-size: 14px;
	border-right: 1px solid #999;
	padding: 4px 10px;
}
ul.glb li a:hover{
	color: rgba(204,51,0,1);
	background-color:rgba(255,255,249,.2);
	text-shadow: 0px 0px 4px rgba(255,255,255,1);
}*/

.drawer-nav {
	position: fixed;
	z-index: 1010;
	top: 0;
	overflow: hidden;
	width: 16.25rem;
	height: 100%;
	background-color: rgba(156,101,67,1);
/*	display: none;*/
}
.drawer-nav a{
	color: #F0F0F0;
	border-bottom: 1px dotted;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	font-size: 15px;
}
.drawer-nav a span{
	display: none;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
	margin: 0;
	padding: 60px 10px 10px;
	list-style: none;
	font-size: 18px;
}

.drawer-menu-item {
	display: block;
  padding: .75rem;
	text-decoration: none;

}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

ul.social{
	clear:both;
	padding:0px 10px 10px;
}
ul.social li a{
	display: block;
	width: 35px;
	float: left;
	border: none;
	height: 30px;
}
ul.social li a span{
	display:inherit !important;
	font-size: 28px;
	color: rgba(255,255,255,.6);
}

.social a.head-fb span:hover{
	color: rgba(9,79,225,1);
}
.social a.head-tw span:hover{
	color: rgba(0,153,204,1);
}
.social a.head-go span:hover{
	color: rgba(204,51,0,1);
}
.social a.head-in span:hover{
	color: rgba(157,88,190,1);
}
.social a.head-li span:hover{
	color: rgba(204,51,0,1);
}
.social a:hover{
	text-decoration:none;
}
/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
	position: absolute;
	z-index: 4500;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 35px;
	padding: 0;
	float: left;
	padding-top: 0px;
	height: 35px;
	/*	left: 0;
 padding-right: .75rem;
 padding-left: .75rem;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}
.drawer-hamburger:hover {
	cursor: pointer;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 12px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
	position: fixed;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	z-index: 4001;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
	/*position: static;*/
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	background-color: #fff;
	/* [disabled]position:fixed; */
}
/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
		z-index:1000;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}
/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

.drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

#head{
	width: 100%;
	margin: 75px auto 20px;
	height: 300px;
	position: relative;
	background-color: rgba(51,51,51,1);
}
.vol{
	display: block;
	width: 40px;
	height: 40px;
	white-space: nowrap;
	text-indent: 120%;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
	background-image: url(../images/top/vol_up.png);
	position: absolute;
	bottom: 20px;
	right: 10px;

}
.vol.active{
	background-image: url(../images/top/vol_stop.png);
}
ul.iconmenu{
	position: absolute;
	left: 0px;
	display: block;
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 25px;
	top: 0px;
	font-size: 9px !important;
	line-height: 1.8em;
	text-align: center;
	padding: 10px 0 10px 15px;
	z-index: 1012;
}
ul.iconmenu li a:hover{
	color: rgba(221,155,155,1);
}
li.glb_search a{ display:block; float:left; width:44px; color:#c23d3d; margin-right:6px;	font-size: 9px;}
li.glb_howto a{ display:block; float:left; width:44px; color:#c23d3d; margin-right:6px;	font-size: 9px;}
li.glb_ticket a{ display:block; float:left; width:44px; color:#c23d3d; margin-right:6px;	font-size: 9px;}
li.glb_guest a{ display:block; float:left; width:44px; color:#c23d3d; margin-right:6px;	font-size: 9px;}
li.glb_access a{ display:block; float:left; width:44px; color:#c23d3d; margin-right:6px;	font-size: 9px;}
li.glb_faq a{ display:block; float:left; width:44px; color:#c23d3d;	font-size: 9px;}
li.glb_search a:before{ content:'\e905'; font-family:'icomoon'; display:block; font-size:26px;}
li.glb_howto a:before{ content:'\e900'; font-family:'icomoon'; display:block; font-size:26px;}
li.glb_ticket a:before{ content:'\e907'; font-family:'icomoon'; display:block; font-size:26px;}
li.glb_guest a:before{ content:'\e972'; font-family:'icomoon'; display:block; font-size:26px;}
li.glb_access a:before{ content:'\e903'; font-family:'icomoon'; display:block; font-size:26px;}
li.glb_faq a:before{ content:'\e901'; font-family:'icomoon'; display:block; font-size:26px;}



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

.search-box{
	width: 180px;
	padding: 20px;
	color: #666;
	border-radius: 0px 4px 4px 0px;
}

/*-------------------------------SEARCH-*/
.search{
	width: 180px;
	float: right;
}
#searchform{
	position: relative;
	margin-top: 0px;
	z-index: 2011;
}
#s{
	padding: 4px 30px 4px 10px;
	width: 180px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 16px;
	background-color: #FDFDFD;
	color: #333;
	box-shadow: inset 0px 0px 5px rgba(51,51,51,.3);
	border: #ccc 1px solid;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.eng #searchform{
	position: relative;
	margin-top: 10px;

}
#searchsubmit{
	position: absolute;
	top: 5px;
	right: -30px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/common/search-btn.png);
	border: none;
	cursor: pointer;
}
#searchsubmit:hover{
	opacity:0.4;
}
.search_e{
	width: 240px;
	float: right;
	margin-top: -10px;
}
body.eng #s{
	padding: 4px 30px 4px 10px;
	width: 190px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 13px;
	background-color: #FDFDFD;
	color: #999;
	border: #ccc 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------------------------------------------
                                            TOP
---------------------------------------------------------------------------------------------------*/

.wrap{
	width: 96%;
	margin: 40px auto 0;
	padding: 0 2%;
}
.bxslider-box{
	background-color: rgba(255,255,255,1);
	margin-bottom: 0px;
	width: 100%;
}
/*-------------------------------------*/
h2{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	padding-bottom: 20px;
}
h2 span{
	font-size: 14px;
	font-weight: normal;
}
/*-------------------------------------*/
.slideinner{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.slide-box{
	width: 100%;
	height: 330px;
	display: block;
	overflow: hidden;
}
.bxslider {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: -80px;
	/* [disabled]height: 300px; */
	/* [disabled]display: none; */
}
.bxslider li{
	width: 100%;
}
.bxslider li img{
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.slideinner{
	width: 100%;
	padding-bottom:
}
.bx-wrapper {
 margin:0 auto;
 position:relative;
}
.bx-wrapper .bx-pager {
 margin:0 auto;
 width:100%;
 background:#fff;
}
.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {
	color:rgba(255,255,255,1);
	text-decoration:none;
}
.bx-wrapper .bx-controls-direction a {
 position:absolute;
 top:170px;
 outline:0;
 width:32px;
 height:32px;
 z-index:500;
	color:rgba(255,255,255,.7);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 background:#000;
}
.bxslider ul li{opacity:1;}



.red-banner{
	width: 96%;
	color: rgba(51,51,51,1);
	margin: -50px auto 0;
}
.red-banner a img{
	width: 46%;
	height: auto;
	display: block;
	float: left;
	margin: 0 2% 15px;
	transition: ease 0.4s;
}
.red-banner a img:hover{
	opacity:0.7;
}
.sp-title{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	display: block;
	font-size: 12px;
	background-color: rgba(0,0,0,1);
	width: 82px;
	text-align: center;
	padding: 5px 0;
	line-height: 1em;
	transform: rotate(90deg);
	top: 18px;
	position: relative;
	left: -30px;
	z-index: 500;
}
/*-------------------------------------*/
h2.newsh2{
	color: #59934c;
}
h2.twitterh2{
	color: #55893D;
}
h2.guesth2{
	color: #579dc5;
}
h2.columnh2{
	color: #4fa686;
}
h2.abouth2{
	color: rgba(164,55,32,1);
}
h2.instah2{
	color: #7A5021;
}
h2.linkh2{
	color: #9CA352;
}
.topnews-block,
.guest-block,
.column-block,
.banner-block,
.twitter-block,
.about-block,
.insta-block{
	background-color: rgba(255,255,255,1);
	padding: 20px 4% 10px;
	margin-bottom: 20px;
	width: 92%;
}
.twitter-block{
	padding: 20px 4% 10px;
	margin-bottom: 20px;
	width: 92%;
}
.insta-block{
	padding: 20px 4% 10px;
	margin-bottom: 20px;
	width: 92%;
}
.insta-block iframe{
	width: 96% !important;
}
.social-block{
	background-color: rgba(255,255,255,1);
	margin-bottom: 20px;
}
.guest-block{
	padding: 20px 4% 10px;
	margin-bottom: 20px;
	width: 92%;
}
.guest-data{
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
}
.banner-block{
	width: 92%;
	padding: 20px 4%;
}
.banner-block img{
	width: 100%;
	height: auto;
	padding: 0;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.banner-box{padding-bottom:20px;}
.banner-box img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.about_a{
	padding: 180px 0 0 0;
	background-image: url(../images/top/mark201901.jpg);
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: center 20px;
}
.about_b{
	padding: 100px 0 0 0;
	background-image: url(../images/top/mark201902.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 200px;
}
.trace-block{
	background-color: rgba(255,255,255,1);
	padding: 10px 3%;
	margin: 20px auto;
	font-size: 12px;
	width: 92%;
}
.trace-block a{
	color: rgba(139,139,139,1);
}
.trace-block a:after{
	content:'/';
	padding-right:5px;
}

.btn{
	text-align: right;
	clear: both;
}
.btn a{
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 3px 20px;
	color: rgba(247,247,247,1);
	transition:ease 0.4s;
}
.btn.newsbtn a{
	background-color: #59934c;
}
.btn.twitterbtn a{
	background-color: #a146ae;
}
.btn.guestbtn a{
	background-color: #579dc5;
}
.btn.columnbtn a{
	background-color: #4fa686;
}
.btn.aboutbtn a{
	background-color: #ce4428;
}
.btn a:hover{
	opacity:0.7;
}
.topnews-box, .column-box{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
	box-shadow: 0px 1px 5px rgba(51,51,51,.3);
	border-radius: 5px;
}

.topnews-tmb, .column-tmb{
	width: 100%;
	height: 120px;
	overflow:hidden;
}
.topnews-tmb img, .column-tmb img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit:cover;
	border-radius: 5px 5px 0px 0px;
}
.topnews-txt, .column-txt{
	height: 100px;
	padding: 20px 10px 10px;
	font-size: 12px;
	position: relative;
	line-height: 1.4em;
}
.date_font{
	font-weight: bold;
	padding-bottom: 5px;
}
.new-news{
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(153,51,0,.6);
	padding: 0 5px;
	right: 0px;
	top: -12px;
}

.topnews-box:nth-child(2n+1), .column-box:nth-child(2n+1){
	margin-right: 0;
}
.topnews-box a, .column-box a{
	color:rgba(153,153,153,1);
}

.guest-h3{
	font-family: 'Oswald', sans-serif;
	background-color: #579dc5;
	width: 45px;
	height: 45px;
	padding: 0 0 0 0;
	border-radius: 4px;
	text-align: center;
	color: rgba(255,255,255,1);
	position: absolute;
	left: 0px;
	line-height: 1.5em;
	font-size: 12px;
}
.guest-h3 span{
	display: block;
	font-weight: 700;
	font-size: 26px;
}
.guest-box{
	padding-left: 50px;
	position: relative;
}
.guest-txt{
	font-size: 15px;
}
.guest-txt a{
	color: rgba(140,140,140,1);
}
.guest-st{
	font-size: 15px;
	display: inline-block;
	padding-bottom: 5px;
}

img.none{border-radius:50%;}


/*--------------------------------------------------------------------------------------------------
                                             HEAD
---------------------------------------------------------------------------------------------------*/

.head-01{
	height: 120px;
	width: 100%;
	background-image: url(../images/common/ami.png),url(../autumn/images/autumn_head03.jpg);
	background-repeat: repeat, no-repeat;
	background-position: left top, center;
	background-size: cover,none;
	position: relative;
	top: 40px;
	z-index: 1;
}
.head-02{/*---program --*/
	height: 120px;
	width: 100%;
	background-image: url(../images/common/ami.png),url(../autumn/images/autumn_head02.jpg);
	background-repeat:repeat, no-repeat;
	background-position:left top, center top;
	background-size: cover,none;
	position: relative;
	top: 40px;
	z-index: 1;
}
.head-03{/*---news --*/
	height: 120px;
	width: 100%;
	background-image: url(../images/common/ami.png),url(../autumn/images/autumn_head04.jpg);
	background-repeat:repeat, no-repeat;
	background-position:left top, center;
	background-size: cover,none;
	position: relative;
	top: 40px;
	z-index: 1;
}
.head-04{/*---other --*/
	height: 120px;
	width: 100%;
	background-image: url(../images/common/ami.png),url(../autumn/images/howto-bg.jpg);
	background-repeat: repeat, no-repeat;
	background-position: left top, center top;
	background-color: #c09191;
	background-size: cover,none;
	position: relative;
	top: 40px;
	z-index: 1;
}
.head-05{/*---branded --*/
	height:120px;
	width: 100%;
	background-image: url(../images/common/ami.png),url(../images/common/brandedhead-s.jpg);
	background-repeat:repeat, no-repeat;
	background-position:left top, right bottom;
	background-size: contain,none;
	position: relative;
	top: 0;
	z-index: 1;
}
.head-online{
	height: 440px;
	width: 100%;
	background: url(../images/online/online-head-s.jpg) -40px 45px;
/*	background-size: 1400px;*/
	position: relative;
	top: 0;
	z-index: 1;
}

/*--------------------------------------------------------------------------------------------------
                                             2nd PAGE
---------------------------------------------------------------------------------------------------*/

.sub-block{
	width: 92%;
	padding: 0 3% 20px;
	background-color: rgba(255,255,255,1);
	margin: 0 auto 30px;
}
.banners img{ width:100%; height:auto; border:1px solid #ccc; margin-bottom:6px;}
.main-block{
	width: 92%;
	padding: 20px 3%;
	background-color: rgba(255,255,255,1);
	margin: 0 auto 30px;
}
.main-block img{
	max-width:100%;
	height:auto;
}
article{
	padding-bottom: 4em;
}

.sub-block ul.progul{}
.sub-block ul.progul li a,ul.column-archive li a{
	font-size: 13px;
	display: block;
	line-height: 1.25em;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	color: rgba(102,102,102,1);
}
.sub-block ul.progul li a:hover,ul.column-archive li a:hover{
	color: rgba(153,153,153,1);
}
li.progtitle{
	background-color: rgba(156,112,82,1);
	padding: 3px 0 3px 5px;
	margin: 10px -5% 0;
	color: #fff;
}
h2.side-h2{
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: rgba(164,55,32,1);
	padding: 2em 0 1em;
}
img.inne_img{
	width: 200px;
	height: auto;
	margin: 0.25em auto 2em;
	border: 5px solid #fff;
	box-shadow: 1px 1px 5px rgba(51,51,51,.4);
	display: block;
}
img.inne_img_b{
	width: 200px;
	height: auto;
	margin: 0.25em auto 2em;
	display: block;

}
img.inne_img +p{
	overflow: auto;
}
.caption-aside{
	padding: 20px 20px 0;
	border-radius: 10px;
	background-color: rgba(243,235,235,.5);
	margin-top: 20px;
	font-size: 90%;
}
.caption-aside-bl{
	padding: 20px 20px 0;
	border-radius: 10px;
	background-color: rgba(239,245,248,0.5);
	font-size: 90%;
	margin: 20px 0;
}

/*--------------------------------------------------------------------------------------------------
                                           PROGRAM
---------------------------------------------------------------------------------------------------*/
h2.progh2{
	color: rgba(189,70,70,1);
}
h3.progh3{
	/* [disabled]background-color: rgba(189,70,70,1); */
	padding: 10px;
	color: #fff;
	margin: 2em -5%;
	background-image: url(../images/common/h2-bg.jpg);
}
h4.progh4{
	padding: 3em 0 1em;
	font-size: 18px;
}
h4.progh4 span{
	font-size: 15px;
	font-weight: normal;
}
/*.uni-int,
.uni-aj,
.uni-cg,
.uni-earth,
.uni-tokyo,
.uni-none,
.uni-25,
.uni-sp,
.uni-bra{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	border-bottom: 1px solid #ccc;
}*/
.uni{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center !important;
	margin: 0 0 10px 0;
	flex-basis: 48%;
	border-radius: 5px;
	transition: ease 0.3s;
	padding: 5px 0;
}
.uni-int.uni {
	background-color: rgba(240,208,98,1);
}
.uni-aj.uni {
	background-color: #CA9A6F;
}
.uni-cg.uni {
	background-color: #CA9A6F;
}
.uni-earth.uni {
	background-color: #BB7582;
}
.uni-wp.uni{
	background-color: #528358;
}
.uni-lady.uni {
	background-color: #BC763D;
}
.uni-none.uni {
	background-color: #9AA635;
}
.uni-25.uni {
	background-color: #7bb53c;
}
.uni-sp.uni {
background-color: rgba(208,201,176,1);
}
.uni-shibuya.uni {
	background-color: #8D603F;
}
.uni-bra .uni{
	background-color: rgba(196,155,190,1);
}
.uni a{
	display: block;
	color:#fff;
	padding: 15px;
}
.uni-sp .uni span{
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2em;
	position: relative;
	display:block;
	top: -10px;
	padding: 0 10px;
}
.uni:hover{
	opacity:0.6;
}

/*--------------------------------------------------------------------------------------------------
                                           　詳細
---------------------------------------------------------------------------------------------------*/

h2.detailh2{
	color:rgba(164,55,32,1);
	font-size: 22px;
}
.film-id {
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(156,112,82,1);
	position: relative;
	display: inline-block;
	padding: 0 5px;
	left: -20px;
	margin: 0 0 20px 0;
	top: -15px;
	box-shadow: inset 2px 0px 4px rgba(102,102,102,.4);
}

.one-film{}
.one-film-list{
	margin: 20px 0 30px 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.film-catch{
	width: 77%;
}
.film-event{
	width: 77%;
}
.one-filmh3-dir{
	font-size: 14px;
}
.dir-data-p{
	font-size: 12px;
}
.film-list-data{
	text-align: center;
	padding-bottom: 0px;
	font-size: 13px;
}
.tmb-detail{
	margin: 0 -5% 20px;
}
.tmb-detail img{
	width: 100%;
	height: auto;
}
.tmb-detail-tube{}
.top-social{
	text-align: right;
	padding: 20px 5px 10px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.top-line{
	display: inline-block;
}
.line-it-button{}
.top-ggl{}
.top-tw{
	display: inline-block;
}
.top-fb{
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
}
.film-synopsis-d:before{
	content:'あらすじ';
}
.eng .film-synopsis-d:before{
	content:'Synopsis';
}
.film-synopsis-d{}
.film-sponsor{}
span .film-special{}
.crown{
	padding-bottom: 30px;
}
.branded_link{}
.tmb-list{
	width: 50%;
	/* [disabled]float: left; */
	padding-bottom: 10px;
	margin: 0 auto;
}
.tmb-list img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.dirimg{}
.dir-data{
	width: 65%;
	float: left;
	padding: 0 0 30px 5%;
}

.film-artist{}
.film-artist-image{}
.film-artist-data{}
.film-btn2{
}
.film-btn2 a{
	font-size: 16px;
	background-color: rgba(171,188,73,1);
	display: block;
	color: #fff;
	margin: 30px 0 0 0;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
}
.time-unit{
	margin-bottom: 20px;
}
.time-box{
	font-size: 13px;
	margin-bottom: 1px;
}
.time-detail{
	width: 95%;
	padding: 2px 0 2px 5%;
	margin-right: 1px;
	background-color: rgba(227,232,215,1);
}
.time-unit .time-box:first-child .time-detail{
	border-radius: 7px 7px 0px 0px;
}

.time-unit .time-box:last-child .time-reserve{
	border-radius: 0px 0px 0px 7px;
}
.time-unit .time-box:last-child .time-site{
	border-radius: 0px 0px 7px 0px;
}
.time-reserve{
	padding: 7px 0;
	text-align: center;
	background-color: rgba(123,151,81,1);
	width: 100%;
}
.time-site{
	float: left;
	width: 45%;
	padding: 5px 0;
	text-align: center;
	background-color: rgba(185,185,185,1);
}
.time-reserve a,
.time-site a{
	color:#fff;
}
h3.one-filmh3{
	font-size: 26px;
	text-align: center;
	padding: 20px 3px 5px;
	display: block;
	clear: both;
}

.mature1{
	background-color: rgba(247,217,98,1);
	display: block;
	font-size: 12px;
	width: 56px;
	text-align: center;
	padding: 1px 0px;
	color: #630;
	border-radius: 15px;
	margin: 5px 0 0 5px;
	float: left;
}
h3.one-filmh3 span{
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.film-details{
	background-color: rgba(248,249,240,1);
	margin: 10px -5% 0;
	padding: 5px 0 0 0;
}

.dir-social{
	clear: both;
	padding-bottom: 15px;
}
.dir-social span{ font-size:28px; }
.dir-social span.icon-vimeo2{
	position:relative;
	font-size: 23px;
	top:-2px;
}
.dir-social a{
	color:rgba(204,204,204,1);
}
.dir-social a:hover{
	color:rgba(204,204,204,1);
}

.news-box{}
h3.news-title{
	font-size: 22px;
	line-height: 1.45em;
}
.news-date{
	margin: 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-style: italic;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	padding: 2px 0 2px 10px;
}
.news-text{
	padding: 2em 0 0 0;
}
.news-text img{
	margin: 2em 0;
	max-width: 100%;
	height: auto;
}
.news-text img.max{
	display: block;
	margin: 2em -40px 2em -25px;
	max-width: 100%;
	height: auto;
}
.other-social{
	text-align: right;
	height: 22px;
	margin-bottom: 20px;
}
.other-tw{
	margin-top:2px;
	display: inline-block;
}
.other-fb{
	display: inline-block;
vertical-align: top;
}
.film-special{
	font-size: 14px;
	padding: 1em 15px 0.5em 15px;
	display: block;
	margin: 10px 5px;
	border: 1px solid #ccc;
	border-color: rgba(221,220,196,1);
	background-color: rgba(250,249,245,1);
	border-radius: 8px;
}
.film-nav ul{
	margin: 10px 0 20px;
	width:100%;
}
.film-nav ul li{}
.film-nav ul li a{
	float: left;
	padding: 8px 2% 5px;
	margin: 3px 5px 2px 0;
	text-align: center;
	border: 1px solid rgba(189,70,70,.7);
	font-size: 10px;
	color: rgba(76,76,76,1);
	border-radius: 4px;
}
.film-nav ul li a:hover,.film-nav ul li.active a{
	color: rgba(255,255,255,1);
	background-color: rgba(189,70,70,.8);
}

/*-----------------------------------------------list-*/
.film-tmb-list{
	width: 240px;
	margin: 0 auto;
}
.film-tmb-list img{
	width: 100%;
	height: auto;
}
.film-data-list{
	background-color: rgba(240,240,240,1);
	padding: 5px 5px 5px 10px;

}
.film-synopsis-list{
	padding: 0;
	font-size: 13px;
}
h3.one-film-listh3{
	font-size: 20px;
	padding-top: 10px;
	font-weight: bold;
	color: rgba(88,88,88,1);
}
h3.one-film-listh3 span{
	display: block;
	font-size: 12px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0 5px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
.mature{
	line-height: 1.32em;
	padding: 0 0 5px;
	color: rgba(204,102,0,1);
	width: 77%;
}
.mature span{
	color: rgba(153,153,153,1);
}
.special-mark,.special-mark-detail{
	text-align: center;
	padding: 2px 4px;
	display: inline-block;
	border: #ccc 2px solid;
	border-radius: 8px;
	float: right;
	width: 30%;
	margin-top: 5px;
}
.eng .special-mark{
	font-size: 10px;
}

/*--------------------------------------------------------------------------------------------------
                                           EVENT SEMINAR
---------------------------------------------------------------------------------------------------*/
h2.eventh2{
	font-size: 24px;
	line-height: 1.5em;
}
.event-catch{
	font-size: 20px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	display: block;
	text-align: center;
	padding-bottom: 2em;
	line-height: 1.5em;
}
img.event-title{
	width: 100%;
	height: auto;
	/* [disabled]margin: 0 -3% 2em -3%; */
}
img.event-title100{
	width: 100%;
	height: auto;
	margin: 0 0 2em;
}
table.ev-table{
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0 3em;
}
.ev-table td{
	border-bottom: 1px dotted #ccc;
	display: block;
	width: 100%;
}
.ev-table th{
	font-weight: normal;
	text-align: left;
	padding: 5px 5px 5px 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	display: block;
}
.ev-guest{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
img.ev-photo{
	width: 60%;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 1px 1px 6px rgba(51,51,51,.5);
	margin: 0 auto 2em;
	display: block;
}
.ev-profile{
	padding-top: 5px;
}
.ev-profile strong{
	font-size: 18px;
	padding: 0.3em 0 0 0;
	text-align: center;
	display: block;
}
.ev-profile strong span{
	display: block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	padding: 2px 0;
	border-top: 1px dotted #ccc;
	margin: 4px 0 1em;
	text-align: center;
}
h2.eventh2{
	font-size: 26px;
	line-height: 1.5em;
}
.event-catch{
	font-size: 22px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	display: block;
	text-align: center;
	padding-bottom: 2em;
	line-height: 1.5em;
}
/*img.event-title{
	width: 765px;
	height: auto;
	margin: 0 -40px 3em -25px;
}*/
img.event-title100{
	width: 700px;
	height: auto;
	margin: 0 0 3em 0;
}
table.ev-table{
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0 3em;
}
.ev-table td{
	border-bottom: 1px dotted #ccc;
	font-size: 90%;
}
.ev-table th{
	font-weight: normal;
	text-align: left;
	padding: 5px 5px 5px 0;
	width: 20%;
	border-bottom: 1px dotted #ccc;
}
.ev-guest{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
img.ev-photo{
	width: auto;
	height: 250px;
	border: 5px solid #fff;
	box-shadow: 1px 1px 6px rgba(51,51,51,.5);
	margin: 0 30px 0 0;
	float: left;
}
.ev-profile{
	width: 460px;
	float: left;
	padding-top: 5px;
}
.ev-profile strong{
	font-size: 18px;
	padding: 0.3em 0 0 0;
	color: rgba(76,76,76,1);
}
.ev-profile strong span{
	display: block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;
	font-style:italic;
	font-size: 14px;
	padding: 2px 0;
	border-top: 1px dotted #ccc;
	margin: 4px 0 1em;
}
.box-ev{
	padding: 0 0 20px 0;
	text-align: center;
}
.box-ev img{
	width: auto;
	height: 280px;
	border: 5px solid #fff;
	box-shadow: 1px 1px 6px rgba(51,51,51,.5);
	margin: 0 30px 0 0;
	display: inline;
}

.event-switch{
	margin: 20px 0 40px;
}
.event-a{
	display: block;
	padding: 120px 1% 10px 1%;
	font-size: 11px;
	font-weight: normal;
	background: url(../autumn/images/ev-sp-branded.jpg) no-repeat center -40px #d5e0e2;
	background-size: contain;
	width: 46%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.event-b{
	display: block;
	padding: 120px 1% 10px 1%;
	font-size: 11px;
	font-weight: bold;
	background: url(../autumn/images/ev-seminar.jpg) no-repeat center;
	background-size: cover;
	width: 46%;
	float: right;
	border: 1px solid #ccc;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.event-a.active,.event-b.active{
	opacity: 0.4;
}
.event-a a,.event-b a,.event-a.active a,.event-b.active a{
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.event-a.active:hover,.event-b.active:hover{opacity:1;}
.event_hr{
	height: 40px;
	margin: 2em -3%;
	background-color: rgba(249,243,228,1);
}

/*--------------------------------------------------------------------------------------------------
                                           ACCESS
---------------------------------------------------------------------------------------------------*/
.fullmap{
	margin: 1.5em -2% -2em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2em;
}
.fullmap iframe{
	width: 100%;
	height: 350px;
}

h3.accessh3{
	font-size: 22px;
	color: rgba(164,55,32,1);
}
ul.wayul li{
	padding: 0 2em;
	font-size: 14px;
	text-indent: -1em;
	color: rgba(102,102,102,1);
}

ul.wayul li:before{
	content:'\ea1c';
	font-size:10px;
	font-family:'icomoon';
	padding-right:0.3em;
	margin-left:-0.3em;
}

img.accessimg{
	margin: 0 auto 1em;
	width: 250px;
	height: auto;
}

/*--------------------------------------------------------------------------------------------------
                                             NEWS
---------------------------------------------------------------------------------------------------*/

.topnews-box2{
	margin-bottom: 25px;
	border-radius: 8px;
}
.topnews-box2:nth-child(even){
	margin-right: 0%;
}
.topnews-box2 a{
	color: rgba(116,116,116,1);
}
.topnews-tmb2{
	width: 100px;
	height: 80px;
	margin: 0 auto;
	float: left;
}
.topnews-tmb2 img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	border-radius: 5px;
}
.topnews-txt2{
	padding: 0 0 10px 5%;
	font-size: 13px;
	overflow: hidden;
}
.topnews-txt2 strong{
	font-size: 13px;
	display: block;
	margin-bottom: -5px;
}
.head-pager{
	font-size: 13px;
	padding-bottom: 10px;
}
.paging{
	clear: both;
}

.paging .rev{
	float:left;
	width:50%;
}
.paging .next{
	float:right;
	width:50%;
	text-align:right;
}
.paging .rev a,.paging .next a{
	font-size:32px;
	color:rgba(153,153,153,.5);
}

.paging .rev a:hover,.paging .next a:hover{
	color:rgba(153,153,153,1);
}

/*--------------------------------------------------------------------------------------------------
                                             SCHEDULE
---------------------------------------------------------------------------------------------------*/
.sc{
	margin: 0 -5%;
}
.sc-date{
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}
table.sc-table{
	border-collapse: collapse;
}
table.sc-table th{
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #ccc;
	width: 20%;
	white-space: nowrap;
	padding: 3px 0;
}

table.sc-table thead{}
table.sc-table tbody{}
table.sc-table td{
	border: 1px solid #ccc;
}
table.sc-table td a{
	display: block;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}
table.sc-table tr.reservtr td a{
	color: rgba(189,111,104,1);
	display: block;
	background-color: rgba(244,243,242,1);
	padding: 8px 0;
	font-size: 10px;
}
.sc-place{
	display: inline-block;
	text-align: center;
	background-color: rgba(153,0,0,0.8);
	padding: 3px 15px 2px;
	border-radius: 16px;
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	white-space: nowrap;
	margin-top: 15px;
}

.td-korea{background-color:#db856a;}
.td-wp{
	background-color: #528358;
}
.td-non{
	background-color: #9AA635
}
.td-brand{background-color:#ee952f}
.td-andaz{background-color:#5c4589}
.td-int{background-color:#a58634}
.td-aj{
	background-color: #CA9A6F
}
.td-cg{
	background-color: #DEA54E
}
.td-lady{
	background-color: #BC763D
}
.td-other{background-color:#62722b}
.td-kawagoe{background-color:#98619a}
.td-taiwan{background-color:#7974ae}
.td-manriki{
	background-color: #7bb53c
}
.td-shibuya{
	background-color: #8D603F
}
.td-earth{
	background-color: #BB7582
}
td a:hover{ opacity:0.7;}

/*--------------------------------------------------------------------------------------------------
                                           HOWTO
---------------------------------------------------------------------------------------------------*/

.how2-case{
	/* [disabled]background-image: url(../images/about/howto-bg-bg.png); */
	/* [disabled]background-repeat: no-repeat; */
	padding: 0;
	border-radius: 20px;
	/* [disabled]background-position: right top; */
}
.how2box{
	padding: 10px 10px 10px 10px;
	border-radius: 18px;
}
.how2box a{border-bottom:rgba(204,204,204,1) 1px dotted;}
.how2arrow{
	width: 110px;
	height: 90px;
	background-image: url(../autumn/images/arrow.png);
	margin: 0 auto;
	background-repeat: no-repeat;
	opacity: 0.1;
	background-position: center -30px;
}
.how2box-1-2{
	padding: 3%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.how2box-2-2{
	margin-top:20px;
	padding: 3%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.how2title{
	font-weight: bold;
	padding: 7px 16px;
	display: inline-block;
	margin: 5px 0 20px -5px;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	background-color: #A3140D;
	border-radius: 18px;
}
.how2title:after{
	content:'▼';
	font-size:20px;
	color:#A3140D;
	display:block;
	position:absolute;
	bottom:-2px;
	width:18px;
	height:15px;
}
h3.how2h3{
	font-size: 20px;
	padding: 5px 0 10px 0;
	color: #A3140D;
	border: none;
	background-image: url(none);
}
h3.how2h3_2{
	color: #A3140D;
}
.how2-01-box img {
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
h3.how2h3:after{
	content:inherit;}
.how2icon{
	width: 70%;
	/* [disabled]height: 106px; */
	margin: 10px auto;
}
.how2icon img{
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}
img.how2-01{
	margin: 20px auto;
	display: block;
}
img.how2-01 img{
	max-width:100%;
	height:auto;
}
ul.how2ul{ list-style:none;}
ul.how2ul li{
	margin-left: 1em !important;
	padding-left: 0px;
	text-indent: -1em;
	line-height: 1.2em;
}
ul.how2ul li:before{
	content:'・';
}
.how2social{
	display:block;
	margin: 0;
}
.how2social a{ border-bottom:none;}


/*--------------------------------------------------------------------------------------------------
                                              FAQ
---------------------------------------------------------------------------------------------------*/
.q-head{
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	color: rgba(175,75,73,1);
	position: relative;
	top: 5px;
	left: -4px;
}
.q-box{
	font-size: 15px;
	color: rgba(102,102,102,1);
	cursor: pointer;
	padding-bottom: 5px;
}
.a-head{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	position: relative;
	display: block;
	width: 40px;
	left: -45px;
	top: 25px;
	color: rgba(74,122,170,1);
}
.a-box{
	padding: 0 10px 10px 52px;
	margin: 10px 0px 0 5px;
	background-color: rgba(253,252,244,1);
}
.qa{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------------------------------------------
                                            BRANDED
---------------------------------------------------------------------------------------------------*/

body#branded{
	background: rgb(81,85,105); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(81,85,105,1) 0%, rgba(186,191,197,1) 19%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(81,85,105,1) 0%,rgba(186,191,197,1) 19%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(81,85,105,1) 0%,rgba(186,191,197,1) 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515569', endColorstr='#babfc5',GradientType=0 ); /* IE6-9 */
	color: rgba(238,238,238,1);
	color: rgba(73,77,92,1);
}

#branded .footer{
	width: 100%;
	color: rgba(51,51,51,1);
	background: url(../autumn/images/autumn-footer-sp.png) repeat-x left bottom;
}
h1.header-copy3rd{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	position: absolute;
	z-index: 1001;
	left: 3%;
	top: 40%;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	font-weight: 200;
	line-height: 1.8em;
	color: rgba(255,255,255,1);
}
h1.header-copy3rd span{
	font-size: 26px;
	color: rgba(175,181,199,1);
	display: block;
	font-weight: 600;
}


.fig_right{
	/* [disabled]float: right; */
	margin: 15px auto;
	display: block;
	text-align: center;
}
.h_sub{
	text-align: center;
	font-size: 16px;
	margin-top: -40px;
}

#branded .trace-block{
	color: rgba(51,51,51,1);
}
#branded .main{
	color: #0e4274 !important;
}
#branded h2.brndh2{
	background-image: url(none);
	margin: 0;
	padding: 0;
}
h2.brandedh2-b{
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	padding: 1em 0;
	line-height: 1.3em;
}
h2.brandedh2-n{
	font-family: Oswald, sans-serif;
	font-size: 32px;
	padding-bottom: 30px;
	display: block;
	font-weight: 200;
}
#branded h3.brndh3{
	text-align: center;
	clear: both;
}
#branded h4.brndh4{
	color: #0e4274;
	font-size: 20px;
}
#branded h2.brndh22{
	color: rgba(51,51,51,1);
}
.brand{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
	width: 100%;
}


#branded h2.brndh2:after,#branded h3.brndh3:after,#branded h4.brndh4:after{ content:inherit;}

.branded_btn01,.branded_btn02{
	clear: both;
	padding-top: 15px;
}
.branded_btn01 a,.branded_btn02 a{
	color: rgba(51,102,153,1);
	font-size: 20px;
	display: block;
	background-color: rgba(255,255,255,1);
	padding: 10px 0;
	width: 236px;
	text-align: center;
	margin: 0 auto 10px;
}

.juros_toggle{
	text-align: center;
	margin: 0px 0 30px 0;
}
.juros_toggle:after{
	content:'全ての審査員を表示する';
	background-color:rgba(51,102,153,1);
	color:rgba(255,255,255,1);
	border-radius:20px;
	padding:3px 20px;
	cursor:pointer;
}
.juros_toggle.off:after{
	content:'審査員を折りたたむ';
}
.eng .juros_toggle:after{
	content:'All Juros';
}
.eng .juros_toggle:after{
	content:'Hide Juros';
}
.juros_unit{}
.juros_box{
	padding-bottom: 20px;
	width: 100%;
}
.juros_box strong{
	font-size: 15px;
	padding-bottom: 0.2em;
	display: block;
}
.juros_box strong span{
	font-weight:normal;
	font-size:14px;
}
.juros_face{
	width: 20%;
	float: left;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.juros_face img{
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 1px 1px 4px rgba(51,51,51,.4);
}
.off .juros_face{
	width: 80%;
	float: none;
	display:block;
	margin:0 auto 10px;
}
.juros_data{
	width: 70%;
	float: right;
	margin: 0 0 0 3%;
	border-left: rgba(255,255,255,1) 3px solid;
	padding: 0 0 0 2%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.off .juros_data{
	width: 92%;
padding: 0 4% 30px;
}
.juros_data p{
	display: none;
}
.off .juros_data p{
	display:block;
}
.branded_btn01 a:nth-child(3){
	/* [disabled]margin-right:0; */
}

.bra_event_video{
	background-color: rgba(203,208,220,1);
	margin: 1em 0 1em;
	width: 100%;
}
.bra_event_video strong,.bra_event_btn strong{
	background-color: rgba(168,181,193,1);
	padding: 3px 0;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1);
	margin-top: -8px;
}

.youtube{
	position: relative;
	width: 260px;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 100;
}
.bra_event_video span,.bra_event_btn span{
	background-color: rgba(202,207,221,1);
	padding: 3px 0;
	display: block;
	text-align: center;
	margin: 0 0 5px;
}
.bra_event_btn{
	width: 350px;
	float: left;
	padding-bottom: 50px;
	margin-right: 30px;
}
.branded01{
	padding: 15px 0 0 0;
	width: 100%;
}
h3.brandedh3{
	font-size: 24px;
	padding: 1em 0;
}

#branded .time-detail{
	background-color: rgba(249,249,249,1);
}
.bra_event{
	padding: 25px 0;
	width: 100%;
}
.bra_event_img{
	width: 80%;
	margin: 0 auto;
}
.bra_event_img img{
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	box-shadow: 1px 1px 4px rgba(51,51,51,.4);
}
.bra_event_data{
	width: 90%;
	margin: 10px auto;
}
.bra_event_data strong.date{
	background-color: rgba(155,184,198,1);
	padding: 3px 1%;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1);
	border-radius: 5px 5px 0px 0px;
	font-weight: normal;
}
.btn_bra_event a{
	color: rgba(51,51,51,1);
	background-color: rgba(255,255,255,1);
	display: block;
	text-align: center;
	padding: 5px 0;
}
.branded_link a{
	text-align: center;
	clear: both;
	display: block;
	padding: 4px 0;
	border-bottom: rgba(20,46,73,1) 1px solid;
	border-right: rgba(20,46,73,1) 1px solid;
	border-top: rgba(55,107,166,1) 1px solid;
	border-left: rgba(55,107,166,1) 1px solid;
	margin: 20px 0;
	color: rgba(248,248,245,1);
	background-color: rgba(53,84,119,1);
	text-decoration: none;
}
.branded_link a:hover{
}
.brand-anc{
	padding-bottom: 30px;
}
ul.brand-ul{
	padding-bottom: 20px;
	border-bottom: 1px dotted #fff;
}
ul.brand-ul li a{
	display: block;
	float: left;
	background-color: rgba(240,240,240,1);
	text-align: center;
	color: rgba(79,85,102,1);
	margin: 2%;
	padding: 5px 3%;
	border-radius: 5px;
	transition: ease 0.4s;
	width: 40%;
}
ul.brand-ul li a:after{
	content:'\f107';
font-family:'icomoon';
position:relative;
top:2px;
padding-left:5px;
}
ul.brand-ul li a:hover{
	background-color: rgba(213,213,215,1);
}
a.wagam{
	font-size: 15px;
	font-family: Oswald, sans-serif;
	text-align: center;
	background-color: rgba(196,155,190,1);
	padding: 5px 0;
	display: block;
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
	transition: ease 0.3s;
	margin: 10px 0 0 0;
	width: 100%;
}
a.wagam:hover{
	opacity:0.7;
}

.branded_02{
	padding-bottom: 10px;
}
.branded_03{
	width: 200px;
	text-align: center;
	float: right;
}
.branded_04{
	border-radius: 12px;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	border: 1px solid rgba(176,176,181,.5);
	/*	border-bottom: 1px solid rgba(176,176,181,1);
	border-top: 1px solid rgba(231,231,233,1)*/;
}

/*--------------------------------------------------------------------------------------------------
                                                ONLINE
---------------------------------------------------------------------------------------------------*/
body#online{
	background-color: rgba(0,0,0,1);
	color: rgba(238,238,238,1);
}
/*-----------------------------------------------2nd*/

.online-topbox{
	padding: 0 30px;
}

.online-choser{
	background-color: rgba(40,40,40,1);
	margin-bottom: 30px;
}
.online-nav{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.online-nav ul{
	display: block;
	margin: 0 auto;
	width:95%;
}
.online-nav ul li a{
	color: rgba(238,238,238,1);
	font-size: 12px;
	width: 46.5%;
	display: block;
	float: left;
	height: 50px;
	text-align: center;
	padding: 10px 1%;
	border: 1px solid rgba(200,51,29,.5);
	transition: ease 0.4s;
}
.online-nav ul li a:hover{
	border-color:rgba(200,51,29,1);
	background-color:#c8331d;
}
.online-tube{
	width: 280px;
	height: 180px;
	border: 2px solid #000;
	background-color: rgba(51,51,51,1);
	border: #666 1px solid;
	margin: 10px 0 0 30px;
	display: block;
}
.online-tube-before{
	display: block;
	font-family: 'Oswald', sans-serif;
	color: rgba(153,153,153,1);
	padding: 10px 0 0 30px;
}
.on-title{
	border-top: 1px solid rgba(255,255,255,1);
	padding: 10px 0 20px;
}
/*----------------------------------------------------comingsoon-*/

.head-online-soon{
	height: 400px;
	width: 100%;
	background: url(../images/online/online-head-close-s.jpg) -40px 45px;
	position: relative;
	top: 0;
	z-index: 1;
	background-size: cover;
}
.online-topbox-soon{
	width: 100%;
	margin: 0 auto 0;
	padding-top: 90px;
}
.online-tube-soon{
	width: 100%;
	height: 200px;
	border: 2px solid #000;
	background-color: rgba(51,51,51,1);
	border: #666 1px solid;
	margin: 0 auto 10px;
}
.on-title-soon{
	border-top: 1px solid rgba(255,255,255,1);
	padding: 10px 0 20px;
	font-size: 28px;
	text-align: center;
	line-height: 1.5em;
}
.soon-body{
	font-family: "Sawarabi Mincho";
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
}
.on-title-soon span{
	font-family: Oswald, sans-serif !important;
	display: block;
	font-size: 90%;
	text-align: center;
}
.soon-tube{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/*----------------------------------------------------comingsoon end-*/

.on-btn a{
	font-family: 'Oswald', sans-serif;
	background-color: #c8331d;
	color: rgba(246,246,246,1);
	padding: 5px 10px;
	font-size: 20px;
	transition:ease 0.4s;
}
.on-btn a span{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.on-btn a:hover{
	opacity:0.7;
}
.on-btn.on-more a{
	margin: 30px auto;
	width: 80px;
	display: block;
	text-align: center;
}
.on-topbox{
	padding: 30px 0 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #333;
}
h3.on-h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0;
}
h3.on-h3 span{
	font-size: 13px;
	font-weight: normal;
	display: block;
}
h3.on-h3 em{
	font-family: 'Oswald', sans-serif;
	color: #c8331d;
	display: block;
	font-weight: 200;
	font-size: 16px;
}
h3.on-h32{
	text-align: center;
	font-size: 40px;
	font-weight: 200;
	padding: 30px 0 10px;
	font-family: 'Oswald', sans-serif;
	color: rgba(255,255,255,1);
}
h3.on-h32 em{
	color: rgba(219,46,40,1);
	font-weight: 700;
}
h3.on-h32 span{
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	padding: 40px 0;
	color: rgba(223,223,223,1);
	margin-top: 40px;
	border-top: 1px dotted rgba(102,102,102,1);
}
h3.on-h33{
	font-weight: bold;
	font-size: 18px;
	padding: 2em 0 1em;
	text-align: center;
}
h4.on-h42{
	font-size: 16px;
	padding: 15px 0 10px;
	/* [disabled]font-weight: normal; */
	color: #89663F;
}
h4.on-h4{
	text-align: center;
	font-size: 22px;
	padding: 5px 0;
	font-weight: normal;
}
h4.on-h4 span{
	display: block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	padding: 10px 0;
}
.on-tmb{
	width: 45%;
	float: left;
	padding-bottom: 40px;
	margin: 2.5%;
}
.on-tmb a{
	color:rgba(204,204,204,1);
}

.on-tmb-img{
	width: 100%;
	height: 104px;
	background-size:cover;
	background-position:center;
	overflow: hidden;
}
.on-tmb-img img{
	width: 100%;
	height: auto;
}
.on-tmb-title{
	padding: 5px 0 0 0;
}
.on-tmb-title span{
	display: block;
	font-size: 12px;
	color: rgba(204,204,204,1);
	padding-top: 8px;
}
.on-return{
	clear: both;
	margin: 50px 0;
	text-align: center;
}
.on-return a{
	padding: 18px 0;
	background-color: rgba(58,58,58,1);
	color: rgba(153,153,153,1);
	font-size: 20px;
	display: block;
	transition: ease 0.4s;
}
.on-return a:before{
	content:'\e904';
	font-family:'icomoon';
}
.on-return a:hover{
	background-color: rgba(113,66,66,1);
}
.on-topbox.selection{
	padding: 0px 0 50px 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #333;
	color: rgba(204,204,204,1);
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-left: 5px solid #470e0e;
}
h3.on-h3select{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0;
	background-color: #470e0e;
}

h3.on-h3select em{
	font-family: Oswald, sans-serif;
	color: #c8331d;
	display: block;
	font-weight: 200;
	font-size: 16px;
}
.linkonline a{
	background: url(../images/common/footlogo_b.jpg) no-repeat 5px center #333;
	background-size: 60px;
	display: block;
	padding: 20px 2%;
	margin: 20px 0;
	color: rgba(233,233,233,1);
	text-align: right;
	font-size: 14px;
	width: 96%;
}

.on-table{
	width: 100%;
}
.on-table th{
	background-color: rgba(51,51,51,1);
	width: 100%;
	padding: 5%;
	display: block;
}
.on-table td{
	padding: 5%;
	background-color: rgba(26,26,26,1);
	border-top: 2px solid #000;
	width: 100%;
	display: block;
}
ol.on-ul li{
	margin: 0 1em;
	line-height: 1.8em;
	font-size: 15px;
	text-align: center;
}
ol.on-ul li span{
	font-size: 30px;
	padding: 30px;
	display: inline-block;
	color: rgba(153,153,153,1);
}
ul.on-ul li{
	margin: 0 5% 20px;
	list-style-type: disc;
}
/*---------------------------------------------------------------*/

.slide-contents{
	margin: 20px 0;
	font-size: 16px;
}

.slide-contents li a{
	color: rgba(247,247,247,1);
}
.slide-contents li a:hover{
	color: rgba(176,215,232,1);
}
.slide-contents li span{
	display: block;
	font-size: 12px;
}
.slide-contents li .slide-24{
	width: 250px;
	height: 154px;
	margin-bottom: 5px;
	overflow: hidden;
	background-size:cover;
	background-position:center;
}
.slide-contents li img{
	width: 250px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
.feed-btn{ position:relative; width:100%; height:10px; margin:0 auto;}

.navi-btn {
	width: 30px;
	height: 40px;
}

.feed-next-btn a,.feed-next-btn2 a,.feed-next-btn3 a,.feed-next-btn4 a,.feed-next-btn5 a,.feed-next-btn6 a,.feed-next-btn7 a,.feed-next-btn8 a,.feed-next-btn9 a,.feed-next-btn10 a,
.feed-prev-btn a,.feed-prev-btn2 a,.feed-prev-btn3 a,.feed-prev-btn4 a,.feed-prev-btn5 a,.feed-prev-btn6 a,.feed-prev-btn7 a,.feed-prev-btn8 a,.feed-prev-btn9 a,.feed-prev-btn10 a{
	font-size:40px;
	display: block;
	color:#fff;
}
.feed-next-btn,.feed-next-btn2,.feed-next-btn3,.feed-next-btn4,.feed-next-btn5,.feed-next-btn6,.feed-next-btn7,.feed-next-btn8,.feed-next-btn9,.feed-next-btn10{
	left: 0;
	top: -150px;
	position: absolute;
	z-index: 1007;
}
.feed-prev-btn,.feed-prev-btn2,.feed-prev-btn3,.feed-prev-btn4,.feed-prev-btn5,.feed-prev-btn6,.feed-prev-btn7,.feed-prev-btn8,.feed-prev-btn9,.feed-prev-btn10{
	right: -5px;
	top: -150px;
	position: absolute;
	z-index: 1006;
}
.feed-prev-btn a:hover {
	color: rgba(102,204,204,1);
}
.feed-next-btn a:hover{
	color: rgba(102,204,204,1);
}
/*--------------------------------------------------------------------------------------------------
                                               ONLINE-DETAIL
---------------------------------------------------------------------------------------------------*/
.on-mailmag a{}
.on-mailmag a:after{}

.on_unit_01{
	background-color: #1e1e1e;
	padding: 20px 5% 20px;
	width: 90%;
	margin: 0 2px 2px 0;
	font-size: 14px;
	color: rgba(228,228,228,1);
}
.on_unit_01 strong,
.on_unit_02 strong,
.on_unit_03 strong{
	display:block;
	color: #fff;
}
.on_unit_02{
	background-color: #151515;
	padding: 20px 5%;
	width: 90%;
	margin: 0 0 2px 0;
	font-size: 14px;
	color: rgba(228,228,228,1);
}
.on_unit_02 .on-dir-img{
	width: 160px;
	height: auto;
	margin: 0 auto 10px;

}
.on_unit_02 .on-dir-img img{
	width: 100%;
	height: auto;

}
.on_unit_03{
	background-color: #1e1e1e;
	padding: 20px 5% 20px;
	float: left;
	width: 90%;
	margin: 0 0 2px 0;
	font-size: 14px;
	color: rgba(228,228,228,1);
}
.on_unit_04{
	background-color: #151515;
	clear: both;
	padding: 20px 5% 20px;
	font-size: 14px;
	color: rgba(228,228,228,1);
	width: 90%;
}
.on_unit_01 strong,
.on_unit_02 strong,
.on_unit_03 strong,
.on_unit_04 strong{
	display:block;
	color: #fff;
}
.on_unit_01 h3.on-h32{
	font-family: 'Oswald', sans-serif;
	border-bottom: 2px solid #000;
	margin:0 -20px 20px -40px;
	text-indent:2em;
	font-size:16px;
	color:#fff;
}
.on_unit_02 h3.on-h32{
	font-family: 'Oswald', sans-serif;
	border-bottom: 2px solid #000;
	margin: 0 -5% 20px;
	text-indent: 1em;
	font-size: 16px;
	color: #fff;
}
.on_unit_03 h3.on-h32{
	font-family: 'Oswald', sans-serif;
	border-bottom: 2px solid #000;
	margin: 0 -5% 20px;
	text-indent: 1em;
	font-size: 16px;
	color: #fff;
}
.on_unit_04 h3.on-h32{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #fff;
}
.black-box{
	background-color: rgba(8,8,8,1);
	padding: 0 5px 20px;
	margin: 70px 0 0 0;
	font-size: 14px;
	height: 300px;
	color: rgba(222,222,222,1);
	overflow-y: scroll;
}
.black-box-stage{
	background-color: rgba(8,8,8,1);
	padding: 0;
	margin: 80px 0 0;
	height: 190px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}
.black-box-stage img{
	opacity: 0.6;
}
.on-ply{
	width: 100px;
	height: 100px;
	margin: 40px auto 0;
}
.on-ply:hover{
	opacity:0.6;
}
.may-i-send a{
	color: rgba(255,255,255,1);
	background-color: rgba(194,61,61,1);
	display: block;
	/* [disabled]width: 320px; */
	font-size: 11px;
	padding: 4px 20px 0px 10px;
	height: 22px;
	position: relative;
	/* [disabled]right: 0%; */
	bottom: 0px;
}
.may-i-send a:after{
	content: '\f003';
	font-family: 'icomoon';
	position: absolute;
	background-color: rgba(153,0,0,1);
	height: 22px;
	display: block;
	padding: 2px;
	width: 30px;
	right: 0;
	top: 0;
	font-size:18px;
	text-align:center;
}
.may-i-send a:hover{
	opacity: 0.7;
}
.selection-title{
	padding: 40px 0 20px 20px;
}
em.selectionem{
	background-color: #c8331d;
	padding: 1px 5px 0;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	margin: 0 0 15px 0;
}
h3.selectionh3{
	font-size: 20px;
}
h3.selectionh3 span{
	display: block;
	font-family: Oswald, sans-serif;
	color: #c8331d;
	font-size: 14px;
}
/*--------------------------------------------------------------------------------------------------
                                                TICKET
---------------------------------------------------------------------------------------------------*/
h3.ticketh3{
	font-size: 20px;
	padding: 2em 0 1em;
}
/*ul.how2ul{}
ul.how2ul li{ text-indent:-1em; padding-left:1em; padding-bottom:0.5em;}
ul.how2ul li:before{
	content:'・';
}*/
/*--------------------------------------------------------------------------------------------------
                                                SITEMAP
---------------------------------------------------------------------------------------------------*/
.sitemap{}
.sitemap ul{
	font-size: 14px;
	padding-bottom: 1em;
}
.sitemap ul li{}
.sitemap ul li a{
	color: rgba(102,102,102,1);
	border-bottom: 1px dotted #ccc;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.sitemap ul li ul li a{
}
.sitemap ul li a:hover{
	color: rgba(0,153,255,1);
}
li.sitemaph4{
	background-color: rgba(189,70,70,1);
	color: rgba(255,255,255,1);
	padding: 3px;
	margin: 1em 0;
}
.sitemap .progtitle{
	margin: 1em 0;
}
/*----------------------------------------------------------------------------------NEWS H2*/
.news-box h2{
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	line-height:1.5em !important;
	color:rgba(51,51,51,1) !important;
	padding:0.5em 0 1em !important;
	font-size:18px !important;
}

/*----------------------------------------------------------------------------------beyond-*/
.beyond{
	padding: 20px 0 0 0;
	font-size: 76%;
	line-height: 1.25em;
	margin-bottom: -20px;
}

.beyond img{
	height: 65px;
	width: auto;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
/*--------------------------------------------------------------------------------------------------
                                         SWIPER
---------------------------------------------------------------------------------------------------*/
.swiper-container{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	height:auto;
	background-color: rgba(255,255,255,1);
	width: 100%;
}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical&gt;.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide img{width:100%; height:auto !important;}
/*--------------------------------------------------------------------------------------------------
                                          MODAL
---------------------------------------------------------------------------------------------------*/
#modal-close{
	float: right;
	margin-top: -40px;
}
#modal-content {
	width: 96%;
	margin: 20px 0 0 0;
	padding: 120px 0 0 0;
	position: fixed;
	z-index: 9999;
	border-radius: 10px;
	height: 100%;
}

#modal-content .datamodal a{
	display: block;
	margin: 30px auto 0;
	width: 84%;
	height: 60%;
	padding: 5%;
	background-color: rgba(249,244,230,0.9);
	border-radius: 20px;
	color: rgba(51,51,51,1) !important;
	font-size: 14px;
}
.datamodal img{
	width: 100%;
	height: auto;
}
#modal-overlay {

	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	z-index: 9998 !important;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
/*--------------------------------------------------------------------------------------------------
                                             Clear FIX / Utility
---------------------------------------------------------------------------------------------------*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	clear: both;
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}
.pc-hide{}
.sp-hide{ display:none;}
.caption{ font-size:90%;}
.caution{
	color: rgba(204,51,0,1);
}
hr{
	border: none;
	height: 1px;
	border-bottom: 1px solid #eee;
	margin: 2em 0;
	clear: both;
}
.allcenter{text-align:center;}
.film-note{
	font-size: 11px;
	line-height: 1.3em;
	color: rgba(102,102,102,1);
}
img.right-img-2{
	margin: 0.3em auto 0.5em;
	width: 250px;
	height: auto;
}
img.result-img{width:100%; height:auto;}
/*--------------------------------------------------------------------------------------------------
                                             FONT
---------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?dlecc8');
  src:  url('../fonts/icomoon.eot?dlecc8#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dlecc8') format('truetype'),
    url('../fonts/icomoon.woff?dlecc8') format('woff'),
    url('../fonts/icomoon.svg?dlecc8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
  content: "\e909";
}
.icon-font-wark:before {
  content: "\e900";
}
.icon-font-faq:before {
  content: "\e901";
}
.icon-font-line:before {
  content: "\e902";
}
.icon-font-map:before {
  content: "\e903";
}
.icon-font-return:before {
  content: "\e904";
}
.icon-font-search:before {
  content: "\e905";
}
.icon-font-theater:before {
  content: "\e906";
}
.icon-font-ticket:before {
  content: "\e907";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-film:before {
  content: "\f008";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-flag:before {
  content: "\f024";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-television:before {
  content: "\f26c";
}
.icon-tv:before {
  content: "\f26c";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-home3:before {
  content: "\e908";
}
.icon-books:before {
  content: "\e920";
}
.icon-users:before {
  content: "\e972";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-new-tab:before {
  content: "\ea7e";
}
</pre></body></html>