<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;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote{padding-left:1.5em;}
table{border-collapse:collapse;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a{
	color: rgba(117,70,35,1);
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------------------------BASIC-*/ww
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:rgba(246,246,245,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper{
	background-color: rgba(51,51,51,1);
}
.wrap{
	width: 94%;
	margin: 225px auto 0;
	padding: 0 2% 0 4%;
	background-image: url(../autumn/images/body.jpg);
	background-position: center top;
}
#top .wrap{
	margin: 0 auto 0;
}
.side-nav{
	padding: 20px 0 80px;
}
ul.program-ul li a{
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 5px;
	color: rgba(117,70,35,1);
}
.side-nav .sub_title{
	background-color: rgba(0,0,0,0
..2);
	padding: 4px 0 4px 3px;
	display: block;
	background-color: rgba(151,73,62,1);
	color: rgba(251,245,242,1);
}
/*#branded .side-nav .sub_title{
	background-color: rgba(180,201,211,1);
	padding: 4px 0 4px 3px;
	display: block;
	margin:0 -10px 5px;
	color:rgba(51,51,51,1);
}
#branded ul.program-ul li a{
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	color: rgba(60,108,145,1);
}*/
.side-nav audio{
	width: 100%;
}
.side-nav img{
	max-width:100%;
	height:auto;
}
.main{
	width: 100%;
	line-height: 1.6em;
	color: rgba(53,50,38,1);
}
.main img{
	max-width: 100%;
	height: auto;
}

.main p{ padding:0 0 0.7em;}
a.border-link{border-bottom:rgba(204,204,204,1) 1px dotted;}
h2{
	font-size: 22px;
	color: rgba(183,41,19,1);
	font-weight: normal;
	background: url(../autumn/images/h2-ribon.png) no-repeat left bottom;
	padding: 40px 0 10px 10px;
	margin-bottom: 5px;
	line-height: 1.3em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.eng h2{
	font-size: 24px;
	padding: 36px 0 18px 20px;
	margin-bottom: 1em;
}
h3{
	color: rgba(168,32,36,1);
	padding: 2em 0 0.6em;
	font-size: 16px;
}

h4{
	color: rgba(249,249,249,1);
	padding: 2em 0 0.8em;
	font-size: 18px;
	font-weight: normal;
}
h5{
	font-size: 18px;
	color: rgba(239,239,239,1);
	font-weight: normal;
	padding: 20px 0;
}
.eng h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 24px;
	color: rgba(183,41,19,1);
	padding: 1em 0 0.8em;
}

blockquote{
	padding: 0 1em;
}
/*-------------------------------------------------------------------------------------------------------------header-*/

.header{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 44px;
	background-image: url(../images/common/logoline-smp.png),url(../autumn/images/header.png);
	background-position: -80% bottom, center top;
	background-repeat:no-repeat,repeat-x;
	background-color:#f1eee7;
	z-index: 2000;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	background-size: 70%,auto;
}
#top .header{
	position: absolute;
	top: -180px;
}
.header.fixed{
	position: fixed;
	top: 44px;
	background-image: url(../images/common/logoline-smp.png),url(../autumn/images/header.png);
	background-position: -34% bottom, center top;
	background-repeat:no-repeat,repeat-x;
	background-color:#f1eee7;
	background-size:38%,auto;
}
#top .header.fixed{
	position: fixed;
	top: 44px;
}
.header-inner{
	width: 100%;
	margin: 0 auto;
	height: 180px;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header.fixed .header-inner{
	height: 88px;
}
.mark a{
	width: 25%;
	height: 60px;
	float: right;
	display: block;
	margin: -6px 8px 0 0;
	white-space: nowrap;
	text-indent: -150%;
	overflow: hidden;
	background: url(../autumn/images/mark.png) no-repeat center right;
	background-size: contain;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header.fixed .mark a{
	width: 25%;
	margin: 0;
	height:40px;
	position:absolute;
	right:5px;
	top:20px;
}

.logo a{
	display:block;
	width: 96%;
	height: 60px;
	margin: 0 auto 7px;
	padding: 5px 1% 0;
	white-space: nowrap;
	text-indent: -150%;
	overflow: hidden;
	background: url(../autumn/images/logo-smp.png) no-repeat center top;
	background-size: contain;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header.fixed .logo a{
	width: 58%;
	height:44px;
	background: url(../autumn/images/logo-smp.png) no-repeat left top;
	background-size: contain;
	margin-left:18%;
}

.header-upper{
	display: block;
	height: 35px;
}
.header-mid{
	padding: 0;
	width: 100%;
}

.lang-nav{
	width: 310px;
	list-style: none;
	text-align: right;
	font-size: 10px;
	position: absolute;
	top: 4px;
	right: 10px;
	height: 25px;
}

ul.lang{
	width: 96% !important;
	padding: 0 2%;
}
ul.lang li{
	float: left;
	padding: 3px 0 3px;
	border-top: 3px solid rgba(102,102,102,1);
	margin-left: 4px;
	text-align: center;
	cursor: pointer;
	white-space: pre-line;
	border-color: rgba(241,238,231,1);
}
ul.lang li a{
	text-decoration: none;
	color: rgba(153,102,0,1);
}
ul.lang li:hover{
	border-top-color:rgba(204,51,0,1);
}
.free{
	width: 96px;
	background: url(../autumn/images/free.png) no-repeat;
	height: 38px;
	display: block;
	position: absolute;
	right: 0px;
	top: -12px;
	background-size: contain;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header.fixed .free{
	width: 50px;
	height: 30px;
	right: 5px;
	top: 50px;
	background-position: left bottom;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	width: 16.25rem;
	height: 100%;
	background-image: url(../autumn/images/body.jpg);
	background-position: center top;

}
.drawer-nav a{
	color: #926A47;
	font-size: 16px;
	border-bottom: 1px dotted;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
.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;
}

.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;
	color: rgba(166,141,108,1);
}
ul.social li a span{
	display:inherit !important;
	font-size: 28px;
}

.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 {
	z-index: 4500;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 9%;
	padding: 0;
	float: left;
	padding-top: 10px;
 padding-right: .75rem;
	padding-bottom: 20px;
 padding-left: .75rem;
	-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;
}
.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;
  }
}
/*-----------------------------------------------------------------------------------------------------------side bar-*/
.banner-block img{}
h2.side-h2{
	background: none;
	padding: 30px 0 12px 5px;
}
#branded h2.side-h2{
	background: none;
	padding: 30px 0 12px 5px;
	color:rgba(51,51,51,1);
}
.twitter{
	width: 100%;
	margin: 0 auto;
}
/* Twitter */
.SandboxRoot .env-bp-820 .timeline-Tweet-text {
	font-size: 24px!important;
}
ul.side-social{
	width: 100%;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2002;
	height: 44px;
	list-style-type: none;
	padding: 0 0 0 0;
	background-color: rgba(231,227,218,1);
}
ul.side-social li a{white-space:nowrap; overflow:hidden; text-indent:180%; margin:0;}
ul.side-social li a:hover{ opacity:0.7;}
li.br-btn a{
	background: url(../images/common/side-b.png) no-repeat center top rgba(246,246,243,1);
	height: 44px;
	width: 17.5%;
	background-size: 50px;
	display: block;
	float: left;
}
li.fb-btn a {
	background: url(../images/common/side-fb.png) no-repeat center top rgba(44,67,179,1);
	height: 44px;
	width: 17%;
	background-size: 50px;
	display: block;
	float: left;
}
li.tw-btn a {
	background: url(../images/common/side-tw.png) no-repeat center top rgba(16,164,226,1);
	height: 44px;
	width: 17%;
	background-size: 50px;
	display: block;
	float: left;
}
li.g-btn a {
	background: url(../images/common/side-g.png) no-repeat center top rgba(208,51,60,1);
	height: 44px;
	width: 17%;
	background-size: 50px;
	display: block;
	float: left;
}
li.search-btn a {
	background: url(../images/common/side-search.png) no-repeat center top rgba(224,224,224,1);
	height: 44px;
	width: 14.5%;
	background-size: 50px;
	display: block;
	float: right;
}
li.search-box{
	height: 20px;
	width: 230px;
	padding: 20px;
	background: #eee;
	float: right;
	display: none;
	color: #666;
	border-radius: 4px 0px 0px 4px;
}

/*-------------------------------SEARCH-*/
.search{
	width: 230px;
	float: right;
}
#searchform{
	position: relative;
	margin-top: 0px;
}
#s{
	padding: 2px 30px 2px 10px;
	width: 180px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 12px;
	background-color: #FDFDFD;
	color: #999;
	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: 2px;
	right: 15px;
	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;
}
/*-------------------------------------------------------------------------------------------------------------footer-*/
.footer{
	width: 100%;
	color: rgba(242,242,242,1);
	height: 110px;
	background-image: url(../autumn/images/carpet-vertical-smp.png);
	background-position: left bottom;
	display: block;
}
.foot-inner{
	width: 100%;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
.foot-mark a{
	width: 20%;
	height: 50px;
	/* [disabled]margin: 45px 0px 0 3%; */
	/* [disabled]float: left; */
	background: url(../images/common/foot-mark.png) no-repeat right bottom;
	white-space: nowrap;
	text-indent: 110%;
	overflow: hidden;
	background-size: contain;
	display: block;
	position: absolute;
	top: 35px;
	left: 5px;
}
.foot-logo{
	width: 73%;
	background: url(../images/common/foot-logo-smp.png) no-repeat center top;
	white-space: nowrap;
	text-indent: 110%;
	overflow: hidden;
	height: 33px;
	margin: 0;
	background-size: contain;
	position: absolute;
	left: 22%;
	top: 50px;
}
.copy{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	clear: both;
	padding-left: 3px;
	color: rgba(234,227,227,1);
	position: absolute;
	bottom: 5px;
}
.pagetop{
	background: url(../images/common/pagetop.png) no-repeat left top;
	white-space: nowrap;
	text-indent: -110%;
	overflow: hidden;
	width: 30px;
	height: 90px;
	display: block;
	margin: 00px 0 0 0;
	background-size: contain;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
.pagetop a{
	width: 40px;
	height: 120px;
	display: block;
}
.foot-area{
	/* [disabled]height: 110px; */
	/* [disabled]position: absolute; */
	/* [disabled]white-space: nowrap; */
	/* [disabled]text-indent: -110%; */
	/* [disabled]overflow: hidden; */
	/* [disabled]left: 0px; */
	/* [disabled]bottom: 0px; */
	/* [disabled]width: 5%; */
	/* [disabled]background: url(../autumn/images/footcorner-smp.png) left top no-repeat; */
	/* [disabled]background-size: contain; */
	display: none;
}
.banner-block img{
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	/* [disabled]border: rgba(153,51,0,1) 1px solid; */
	box-sizing: border-box;
}
.foot-nav{
	display: block;
	position: absolute;
	left: 83px;
	bottom: 23px;
	padding: 0px 0 0 0;
	font-size: 12px;
}
.foot-nav a{
	color: #E4E4E3;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.foot-nav a:hover{
	color: #CC3333;
}
.foot-nav a:before{
	content:"\f077";
	font-size:9px;
	font-family:icomoon;
	position:absolute;
	display:block;
	transform:rotate(90deg);
	margin:4px 10px 0 -10px;
}
/*-------------------------------------------------------------------------------------------------------------trace-*/

nav.trace{
	padding: 10px 0 20px 3px;
	display: none;
}
.trace ul{}
.trace ul li{
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 15px;
}
.trace ul li a{
	padding: 0 0 3px 0;
	border-bottom: 4px solid rgba(181,40,19,1);
	color: rgba(204,204,204,1);
}
.trace ul li a:hover{
	border-bottom: 4px solid rgba(192,70,67,1);
	text-decoration:none;
}
/*---------------------------------------------------------------------------------------------------------------TOP-*/

#head{
	width: 100%;
	margin: 230px auto 0;
	height: 300px;
	position: relative;
	background-size: contain;
}
.column-block{
	margin-bottom: 50px;
	width: 100%;
	padding-top: 20px;
}
.column-box{
	width: 100%;
}

.column-tmb{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.column-tmb img{
	width: 100%;
	height: auto;
}
.column-date{
	display: inline-block;
	padding: 3px 7px 0px;
	position: absolute;
	background-color: rgba(102,0,0,1);
	color: #fff;
	left: 1px;
	bottom: 5px;
}
.column-txt{
	color: #ccc;
	padding-bottom: 30px;
}

ul.column-archive{
	list-style-type: none;
}
ul.column-archive li a{
	padding: 3px 0 3px 5px;
	border-bottom: #999 1px dotted;
	display: block;
	color:rgba(240,240,240,1);
}
ul.column-archive li a:hover{
	border-bottom: #ccc 1px dotted;
}
.guest-block{
	height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 30px;
}
.guest-txt{
	width: 65%;
	float: left;
	font-size: 14px;
	border-bottom: 1px dotted #666;
	padding: 0 0 30px;
	margin-bottom: 30px;
}
.guest-txt a{
	color: rgba(204,204,204,1);
}
.guest-h3{
	width: 70px;
	height: 63px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 7px 0 0;
	border-radius: 50%;
	border: 2px solid #C00;
	line-height: 1.6em;
	float: left;
	margin: 0 23px 0 0;
}
.guest-h3 span{
	display: block;
	font-size: 32px;
}
.topnews-block{
	/* [disabled]height: 300px; */
	width: 100%;
	/* [disabled]position: relative; */
	overflow: hidden;
	margin-bottom: 50px;
}
.topnews-box{
	padding: 10px 0;
	border-bottom: #666 1px dotted;
}
.topnews-box a{
	color: rgba(204,204,204,1);
}
span.new-news{
	color: rgba(204,113,64,1);
}
.topnews-tmb,.topnews-tmb2{
	width: 70px;
	float: left;
}
.topnews-tmb img,.topnews-tmb2 img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.topnews-tmb3{
	width: 35%;
	float: left;
	margin-right:5%;
}
.topnews-tmb3 img{
	width: 100%;
	height: auto;
}

.topnews-txt3{
	float: left;
	width:60%;
}

.topnews-txt{
	float: left;
	width:70%;
}

.forlist a{
	display: block;
	width: 40px;
	text-align: center;
	padding: 10px 0;
	float: right;
	margin: -80px 0 0 0;
	font-size: 14px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid;
	border-color: rgba(153,0,0,1);
	border-radius: 50%;
	color: rgba(232,232,227,1);
	background-color: rgba(155,106,66,1);
	height: 20px;

}
.eng forlist a{
		font-size: 11px;
		line-height: 1.4em;
}
.forlist a:hover{
	background-color:rgba(204,51,0,1);
}
.vol{
	display: none;
}
.swiper-container {
 width: 100%;
 height: 100%;
	background-color:rgba(255,255,255,1);
}
ul.swiper-wrapper{
	list-style-type: none;
	height: 66px;
}
/*-------------------------------------------------------- slider-*/

.bxslider {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.bxslider li{
}
.bxslider li img{
	width: 100%;
	height: auto;
}
.slideinner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.bx-wrapper {
 margin:0 auto;
 position:relative;
}
.bx-wrapper .bx-pager {
 margin:0 auto;
 background:#fff;
}
/* コントローラー */
.bx-wrapper .bx-prev {
 left:10px;
}
.bx-wrapper .bx-next {
 right:10px;
}
.bx-wrapper .bx-prev:before {
	content:'\f137';
	font-family:'icomoon';
	font-size:30px;
}
.bx-wrapper .bx-next:before {
	content:'\f138';
	font-family:'icomoon';
	font-size:30px;
}
.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:45%;
 outline:0;
 width:32px;
 height:32px;
 z-index:19;
	color:rgba(255,255,255,.4);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 background:#000;
}
.sp-ticker{
	position: relative;
	width: 100%;
}
.sp-title{
	width: 60px;
	height: 20px;
	background-color: rgba(0,0,0,1);
	font-family: Jura, sans-serif;
	text-align: center;
	color: rgba(204,204,204,1);
	font-size: 12px;
	font-weight: 600;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 100;
	left: -23px;
	top: 20px;
}
.bxticker{
	height: 60px;
	overflow: hidden;
	background-color: #fff;
}

.bxticker li img{
	width:180px;
 height:auto;
}

/*-----------------------------------------------------------------------------------------------------------Column-News-*/
.news-box{}
.news-title{
	font-size: 18px;
	padding: 10px 0 20px;
}
.news-date{font-family: 'Josefin Sans', sans-serif;}
.news-text{
	padding: 20px 0 0 2%;
}
.news-text img{
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.topnews-tmb{}
.topnews-tmb img{}
.news-date-list{}
.news-title-list{}
		
.other-social{
	padding: 5px 0 10px 0;
	margin-bottom: 15px;
	border-bottom: #666 1px dotted;
}
.other-g{ float:right; width:60px; text-align:right;}
.other-tw{ float:right; width:85px; text-align:right;}
.other-fb{ float:right; width:110px; text-align:right; margin-top:-4px;}


.guest-set p{padding-bottom:1em;}
.guest_day { font-size:18px; padding:10px 0 30px; line-height:1.2em;}
.guest_day span{font-family: 'Josefin Sans', sans-serif; font-size:24px; display:block;}
.guest_cap{ padding:0 0 40px 0;}

/*-----------------------------------------------------------------------------------------------------------about-*/
.btn01 a{
	display: inline-block;
	padding: 3px 15px;
	background-color: rgba(122,77,56,.7);
	color: #fff;
	margin: 1em 0;
}
.btn01 a:hover{
	background-color: rgba(122,77,56,1);
	color: rgba(255,255,255,1);
	opacity: 1;
}
/*----------------------------------------------------------------------------------------------------------FILM--*/
.notfree{}
.notfree:after{
	content:'有料上映';
	font-weight:bold;
	color:rgba(204,51,0,1);
}
.eng .notfree:after{
	content:'Toll Program';
	font-weight:bold;
	color:rgba(204,51,0,1);
}

.film-set{
}
.film-id{
	padding: 2px 10px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Josefin Sans', sans-serif;
	color: rgba(112,83,75,1);
	font-weight: bold;
	background-color: rgba(235,232,224,1);
	font-size: 13px;
}
/*.time-unit:after{
	content:'マチュア・コンテンツ：mature表記のある作品には、性描写・暴力描写などが含まれています。';
	font-size:10px;
	text-align:right;
}
.eng .time-unit:after{
	content:'Mature Content:　These films may include sexual and/or violent content.';
	font-size:10px;
	text-align:right;
}*/
.time-box{
	background-color: rgba(250,249,248,1);
	margin-bottom: 1px;
}
.time-reserve{
}
.time-site{
}
.time-box{
	font-size: 12px;
	color: rgba(241,241,241,1);
	margin-top: 1px;
}
.time-detail{
	width: 100%;
	padding: 1px 0 1px 5px;
	background-color: rgba(156,83,58,1);
}
.time-reserve a{
	float: left;
	width: 50%;
	margin: 1px 1px 0 0;
	padding: 1px 0;
	text-align: center;
	background-color: rgba(193,187,166,1);
	display: block;
	text-decoration: none;
}
.time-reserve span,.time-site span{ position:relative; font-size:20px; top:4px; line-height:0.5em;}
.time-site a{
	float: right;
	width: 49%;
	display: block;
	padding: 1px 0;
	text-align: center;
	background-color: rgba(173,154,129,1);
	color: rgba(222,222,222,1);
	margin: 1px 0 0 0;
	text-decoration: none;
}

.time-reserve a:hover{
	background-color: rgba(51,51,51,1);
}
.time-site a:hover{
	background-color: rgba(51,51,51,1);
}

.film-catch{
}
.film-sponsor{
}
.film-event{
}
.special-mark{
	display: block;
	width: 100px;
	text-align: center;
	padding: 4px 8px;
	border: 1px solid rgba(192,192,192,1);
	border-radius: 4px;
	float: right;
	margin: 0 0 20px;
	font-size: 13px;
}
.eng .special-mark{	font-size: 10px;}
.one-filmh2{
	background-image: url(none);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 22px;
	margin: 20px 0 0;
	padding: 10px;
	/* [disabled]color: rgba(249,249,249,1); */
	clear: both;
}
.one-filmh2 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: rgba(200,198,183,1);
}
.one-filmh2:first-letter{
	color:inherit;
}
.tmb-detail{position:relative;}
.mature{
	color: rgba(255,51,0,1);
	display: inline-block;
	padding: 1px 5px;
	font-size: 13px;
	font-family: 'Josefin Sans', sans-serif;
}
.mature:after{
	content: ' マチュア・コンテンツ：この表記のある作品には、性描写・暴力描写などが含まれています。';
	font-size: 11px;
	color: rgba(153,153,153,1);
}

.eng .mature:after{
	display: block;
	content:' Mature Content: These films may include sexual and/or violent content.';
	font-size: 11px;
	color: rgba(153,153,153,1);
}
/*.one-filmh2.mature:after{
	content: 'Mature';
	font-size: 12px;
	color: rgba(255,255,255,1);
	display: inline-block;
	padding:1px 5px;
	border-radius:3px;
	position: relative;
	right: -20px;
	background-color: rgba(255,51,0,1);
}
.one-filmh2.mature1:before{
	content: 'Mature';
	display:inline-block;
	color: rgba(255,51,0,1);
	float:right;
	font-size:14px;
	font-weight:normal;
}*/
.film-list-data{
	background-color: rgba(239,237,235,1);
	padding: 5px 0 3px 10px;
	font-size: 12px;
	margin-bottom: 30px;
	position: relative;
}
.tmb-detail,.tmb-list-tube{
	/* [disabled]position:relative; */
}
.tmb-detail img{
	max-width: 100%;
	height: auto;
}
.tmb-detail-tube{
}
.tmb-detail-tube span,.tmb-list-tube span{
	position:absolute;
	font-size:48px;
	opacity:0.6;
	bottom:40%;
	left:40%;
	z-index:450;
	display:block;
}
.top-social{
	text-align: right;
}
.top-line{
	display:inline-block;
}
.line-it-button{
	display:inline-block;
}
.top-ggl{
	display:inline-block;
}
.top-tw{
	display:inline-block;
}
.top-fb{
	display:inline-block;
}
.fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}
.film-special{
}
.crown{
	padding: 15px 0;
	font-size: 13px;

}
.film-btn2{
}
.film-btn2 a,.film-btn a{
	text-align: center;
	display: block;
	clear: both;
	background-color: rgba(174,93,65,1);
	padding: 4px 0;
	border-bottom: rgba(115,0,0,1) 1px solid;
	border-right: rgba(115,0,0,1) 1px solid;
	border-top: rgba(219,137,125,1) 1px solid;
	border-left: rgba(219,137,125,1) 1px solid;
	margin: 10px 0;
	color: rgba(248,248,245,1);
	/* [disabled]width: 80%; */
	text-decoration: none;
}
.film-btn2 a:hover{
}
.one-film{
	padding: 20px 0;
	border-bottom: 1px solid #666;
}
.time-unit ~ .one-film{
		border-bottom: none;
}
.one-filmh3-dir{
	color: rgba(99,82,80,1);
	background-color: rgba(233,230,226,1);
	padding: 10px 0 10px 10px;
	font-weight: normal;
	margin-bottom: 20px;
}
.one-filmh3-dir:after{
	content:none;
}
.one-filmh3-dir:first-letter{
	color: inherit;
}
.tmb-list,.tmb-list-dir{
	width: 280px;
	position: relative;
	margin: 0 auto 10px;
}
.tmb-list img,.tmb-list-dir img{
	width: 100%;
	height: auto;
}
&lt;div class="tmb-list-dir"&gt;
.film-synopsis,.film-synopsis-d{
	margin: 0 0 30px 0;
	width: 100%;
}
.film-sponsor{}
.dir-data{
}

.dir-social{
	width: 250px;
	font-size: 26px;
	padding: 15px 0 0 0;
}
.dir-social a{ color:rgba(153,153,153,1);}
.dir-data-p{
	border-bottom: 1px dotted #999;
	padding: 0 4%;
}
span .icon-laptop{
}
span .icon-facebook-square{
}
span .icon-twitter-square{
}
span .icon-google-plus-square{
}
span .icon-vimeo-square{
}

.film-artist{}
.film-artist-image{
	/* [disabled]width: 250px; */
}
.film-artist-image img{
	width: 280px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}
.film-artist-data{
	/* [disabled]width: 510px; */
}
.film-artist{


}
.film-nav{}
.film-nav ul{
	padding: 2px 0;
}
.film-nav ul li a{
	width: auto;
	float: left;
	padding: 5px 5px;
	background-color: rgba(180,173,146,.8);
	border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
	margin-right:5px;
}
.film-nav ul li.active a{
	background-color: rgba(174,93,65,1);
	color: rgba(255,255,255,1);
}
.film-nav ul li a:hover{}

.cp-unit{
	padding: 0px 0 30px;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}
ul.cp-btn{
	display: block;
	list-style-type:none;
}
ul.cp-btn li{
	padding: 10px 8px;
	font-size: 12px;
	line-height: 1.3em;
}
ul.cp-btn li a{
	display: block;
	color: rgba(255,255,255,1);
	text-shadow: -1px -1px 1px rgba(0,0,0,.5);
	padding: 15px 10px 15px 10px;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	margin: 0 -5px 5px;
}
ul.cp-btn li a:before{
	content: '▼';
	position: absolute;
	font-size: 33px;
	top: -4px;
	left: -18px;
	text-shadow:none;
	color: rgb(255, 252, 247);
}
ul.cp-btn li a:after{
	content: '●';
	position: absolute;
	font-size: 10px;
	top: 38%;
	right: 7px;
	text-shadow:none;
	color: rgb(255, 252, 247);
}
ul.cp-btn.setint li a{
	background-color: rgba(209,165,31,1);
	text-shadow: none;
}
ul.cp-btn.setasia li a{
	background-color: rgba(72,166,158,1);
}
ul.cp-btn.setearth li a{
	background-color: rgba(109,172,57,1);
}
ul.cp-btn.setcg li a{
	background-color: rgba(160,131,90,1);
}
ul.cp-btn.settokyo li a{
	background-color: rgba(73,133,182,1);
}
ul.cp-btn.setspecial li a{
	background-color: rgba(191,134,138,1);
}
ul.cp-btn.setevent li a{
	background-color: rgba(157,136,117,1);
}
ul.cp-btn.setmusic li a{
	background-color: rgba(113,94,162,1);
}
ul.cp-btn.setnonfic li a{
	background-color: rgba(71,136,184,1);
}
ul.cp-btn.setvr li a{
	background-color: rgba(112,171,164,1);
}
ul.cp-btn.setbrand li a{
	background-color: rgba(181,102,169,1);
}
h3.prg-h3{}
.late{
	font-size:18px;
	padding:100px 0;
}
.event-tmb-list{
	width: 80%;
	margin: 0 auto;
}
.event-tmb-list iframe{
	width: 100%;
	margin: 0 auto;
}
.event-tmb-list img{width:100%; height:auto;}
.event-film-synopsis{
	margin: 20px 0 30px 0;
}
/*----------------------------------------------------------------------------------award-*/


/*---------------------------------------------*/
.pp_box{
	clear: both;
}
.pp_box1_2{
	margin: 0 0 0 0;
}
.pp_box2_3{
	/* [disabled]width: 550px; */
	/* [disabled]float: left; */
}
.pp_box1_3{
	margin: 0 10px;

}
.pp_box3_1{
	/* [disabled]width: 190px; */
	/* [disabled]float: left; */
	/* [disabled]margin-right: 20px; */
}
.pp1_3{/*BOX*/
	border-radius: 5px;
	margin: 0 10px 30px;
}
.pp2_2{/*BOX*/
	border-radius: 5px;
	margin: 0 10px 30px;
}
.pp_center{/*BOX*/
	border-radius: 5px;
	margin: 0 10px;
}
.pp1_2{/*BOX*/
	border-radius: 5px;
	margin: 0 10px 30px;
}
/*---------------------------------------------*/
.pp{
	padding: 10px;
	clear: both;
	border-radius: 5px;
	font-size: 14px;
}
.pp2_3{
	border-radius: 5px;
}
.pp2_3_center{
	border-radius: 5px;
	margin: 0 auto;
}
.pp_end{
	/* [disabled]margin-right:0; */
}
.pp_bottom{}
.pp_red{
	background-color: rgba(198,64,45,1);
	color: rgba(244,244,244,0.9);
}
.pp_green{
	background-color: rgba(119,185,70,1);
	color: rgba(244,244,244,0.9);
}
.pp_cg{
	background-color: rgba(87,168,154,1);
	color: rgba(244,244,244,0.9);
}
.pp_yahoo{
	background-color: rgba(75,162,180,1);
	color: rgba(244,244,244,0.9);
}
.pp_purp{
	background-color: rgba(120,92,163,1);
	color: rgba(244,244,244,0.9);
}
.pp_blue{
	background-color: rgba(80,130,175,1);
	color: rgba(244,244,244,0.9);
}
.pp_pink{
	background-color: rgba(181,102,169,1);
	color: rgba(244,244,244,0.9);
}
.pp_gray{
	background-color: rgba(151,153,147,1);
	color: rgba(244,244,244,0.9);
}
.pp_white{
	background-color: rgba(223,217,210,1);
	color: rgba(51,51,51,0.9);
}
.pp_prize{
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed rgba(255,255,255,.5);
	line-height: 2em;
	padding-bottom:0;
}
.pp strong{
	display: block;
	text-align: center;
	border-bottom: 1px dashed rgba(255,255,255,.5);
	margin:0 -3px;
}
.pp strong span{
	font-size:13px;
	font-weight:normal;
}
/*---------------------------------------BTN*/
.aw_btn a{
	text-align: center;
	display: block;
	border:3px solid;
	padding: 5px 0;
	margin: 0 0 60px 0;
	color: rgba(198,64,45,1);
	transition: all 0.3s;
	border-radius: 5px;
	clear: both;
}
.aw_btn.aw_btn_official a{
	border-color: rgba(198,64,45,1);
}
.aw_btn.aw_btn_cg a{
	border-color: rgba(87,168,154,1);
	color: rgba(87,168,154,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_yahoo a{
	border-color: rgba(75,162,180,1);
	color: rgba(75,162,180,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_gray a{
	border-color: rgba(151,153,147,1);
	color: rgba(151,153,147,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_green a{
	border-color: rgba(119,185,70,1);
	color: rgba(119,185,70,1);
}
.aw_btn.aw_btn_blue a{
	border-color: rgba(75,162,180,1);
	color: rgba(80,130,175,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_purp a{
	border-color: rgba(120,92,163,1);
	color: rgba(120,92,163,1);
	margin-top: 20px;
}
.aw_btn.aw_btn_pink a{
	border-color: rgba(181,102,169,1);
	color: rgba(181,102,169,1);
}
.aw_btn_official a:hover{
	border: rgba(198,64,45,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(198,64,45,1);
}
.aw_btn_gray a:hover{
	border: rgba(151,153,147,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(151,153,147,1);
}

.aw_btn_green a:hover{
	border: rgba(119,185,70,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(119,185,70,1);
}
.aw_btn_blue a:hover{
	border: rgba(75,162,180,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(75,162,180,1);
}
.aw_btn_purp a:hover{
	border: rgba(120,92,163,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(120,92,163,1);
}
.aw_btn_pink a:hover{
	border: rgba(181,102,169,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(181,102,169,1);
}
.aw_btn_cg a:hover{
	border: rgba(87,168,154,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(87,168,154,1);
}
.aw_btn_yahoo a:hover{
	border: rgba(75,162,180,1) 3px solid;
	color: rgba(250,250,248,1);
	background-color: rgba(75,162,180,1);
}

/*-------------------------------------BORDER*/
.aw_border-red01{
	height: 60px;
	border-right: 3px solid rgba(198,64,45,1);
	width: 50%;
}
.aw_border-red01_aa{
	border: 3px solid rgba(198,64,45,1);
	border-bottom: none;
	height: 25px;
	width: 510px;
	margin: 0 auto;
	display: none;
}
.aw_border-red01_ab{
	border-right: 3px solid rgba(198,64,45,1);
	height: 28px;
	width: 255px;
}
.aw_border-pink01{
	height: 60px;
	border-right: 3px solid rgba(181,102,169,1);
	width: 50%;
}
.aw_border-pink01_aa{
	border: 3px solid rgba(181,102,169,1);
	border-bottom: none;
	height: 25px;
	width: 510px;
	margin: 0 auto;
	display: none;
}
.aw_border-pink01_ab{
	border-right: 3px solid rgba(181,102,169,1);
	height: 28px;
	width: 255px;
	display: none;
}
.aw_border-blue{
	height: 60px;
	border-right: 3px solid rgba(80,130,175,1);
	width: 50%;
}
.aw_border-purp{
	height: 60px;
	border-right: 3px solid rgba(120,92,163,1);
	width: 50%;
}
.aw_border-yahoo01{

}

.aw_border-yahoo_aa{
	width: 50%;
	height: 45px;
	border-right: 3px solid rgba(75,162,180,1);
}
.aw_border-yahoo_ab{
	/* [disabled]height: 46px; */
	/* [disabled]width: 280px; */
	display: none;
	border: 3px solid rgba(75,162,180,1);
	border-bottom: none;
	margin: 0 auto;
}
.aw_border-yahoo02{
	height: 35px;
	width: 85px;
	border-right: #21A98A 3px solid;
}
.aw_border-green01{
	/* [disabled]height: 95px; */
}
.aw_border-green01_aa{
	width: 50%;
	height: 45px;
	border-right: 3px solid #6CAA04;
}
.aw_border-green01_ab{
	height: 46px;
	width: 280px;
	display: none;
	border: 3px solid #6CAA04;
	border-bottom: none;
	margin: 0 auto;
}
.aw_border-green02{
	height: 35px;
	width: 85px;
	border-right: #21A98A 3px solid;
}
.aw_border-gray01{
	height: 60px;
	border-right: 3px solid rgba(151,153,147,1);
	width: 50%;
}
.aw_border-gray01_aa{
	width: 50%;
	height: 45px;
	border-right: 3px solid rgba(151,153,147,1);
}
.aw_border-gray01_ab{
	height: 46px;
	width: 280px;
	display: none;
	border: 3px solid rgba(151,153,147,1);
	border-bottom: none;
	margin: 0 auto;
}
.aw_border-cg01{
	height: 30px;
	width: 51%;
	border-right: rgba(87,168,154,1) 3px solid;
}
.aw_border-yahoo{
	height: 30px;
	width: 51%;
	border-right: rgba(75,162,180,1) 3px solid;
}


/*-----------------------------------------------------------------------------------------SCH*/
.andazlounge{
	font-size: 10px;
	padding: 3px 0 0 0;
	line-height: 1.3em;
}
.future-zyusyou{
	font-size: 10px;
	padding: 3px 0 0 0;
}
table.sch{
	width: 100%;
	font-size: 13px;
	color: rgba(240,240,240,1);
}
table.sch.shortsc{
	width: 40%;
	font-size: 13px;
	color: rgba(80,80,80,1);
}
table.sch td{
	border: 1px solid rgba(251,250,246,1);
	text-align: center;
	font-size: 11px;
	padding: 0;
	background-color: rgba(223,219,217,1);
}
table.sch td:first-child{
}
table.sch th{
	width: 16%;
	font-weight: normal;
	border: 1px solid rgba(251,250,246,1);
	background-color: rgba(138,113,98,1);
	color: rgba(255,255,255,1);
}
table.sch th:first-child{
	border: 1px solid rgba(251,250,246,1);
}
table.sch td a{
	display: block;
	padding: 5px 0;
	color: rgba(51,51,51,1);
	transition: all 0.2s;
	height: 5em;
	line-height: 1.3em;
	vertical-align: middle;
	text-decoration: none;
}
table.sch td a:hover{
	color: rgba(255,255,255,1);
	opacity: 0.5;

}
td .buy{}
td .reserv{
	height: 2.2em;
/*	margin-top: 2px;*/
}
td.sp-td a{
	background-color: rgba(209,193,171,1);
	height: 30px;
}
td.sp-td .reserv a{
	background-color: rgba(176,150,115,1);
	border-top: #fff dotted 1px;
	color: #fff;
	height: inherit;
}

td.award-td a{
	background-color: rgba(255,217,102,1);
	height: 30px;
}
td.award-td .reserv a{
	background-color: rgba(224,179,39,1);
	border-top: #fff dotted 1px;
	color: #fff;
	height: inherit;
}

td.anniv-td a{
	background-color: rgba(158,214,209,1);
	height: 30px;
}
td.anniv-td .reserv a{
	background-color: rgba(72,166,158,1);
	border-top: #fff dotted 1px;
	color: #fff;
	height: inherit;
}

td.brand-td a{
	background-color: rgba(163,211,122,1);
	height: 30px;
}
td.brand-td .reserv a{
	border-top: #fff dotted 1px;
	background-color: rgba(109,172,57,1);
	color: #fff;
	height: inherit;
}


td.int-td .reserv a:after,td.aj-td .reserv a:after,td.earth-td .reserv a:after,td.cg-td .reserv a:after,td.tokyo-td .reserv a:after,td.music-td .reserv a:after,td.sp-td .reserv a:after,td.ev-td .reserv a:after{
	content:' \f061';
	font-family:'icomoon';
}

td .buy a{
	background-color: rgba(206,92,64,1);
	color: #fff !important;
	border-top: #fff dotted 1px;
	padding-bottom: 2px !important;
}
td .buy a:after{
	content:' \f07a';
	font-family:'icomoon';
}
td .buy a:hover{
	color: rgba(220,140,120,1);
}

td.int-td .reserv a:hover{
	background-color: rgba(223,188,83,1);
	color: #fff;
}
td.aj-td .reserv a:hover{
	background-color: rgba(209,84,84,1);
	color: #fff;
}
td.earth-td .reserv a:hover{
	color: #fff;
	background-color: rgba(142,202,111,1);
}
td.cg-td .reserv a:hover{
	background-color: rgba(143,197,187,1);
	color: #fff;
}
td.tokyo-td .reserv a:hover{
	background-color: rgba(116,162,199,1);
	color: #fff;
}
td.music-td .reserv a:hover{
	background-color: rgba(174,162,208,1);
	color: #fff;
}
td.sp-td .reserv a:hover{
	background-color: rgba(198,164,191,1);
	color: #fff;
}
td.ev-td .reserv a:hover{
	background-color: rgba(199,186,175,1);
	color: #fff;
}
.date_place{
	font-size: 13px;
	color: rgba(255,255,255,1);
	background-color: rgba(138,113,98,1);
	padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------access*/
.box_aside{
	padding: 15px 10px 10px 20px;
	font-size: 14px;
	background-color: rgba(60,60,60,1);
	border-radius: 0px 0px 10px 10px;
	margin: -5px 0 30px;
	color: rgba(248,248,248,1);
}
.access_map{

}
.access_map iframe{
	width: 100%;
	height: 330px;
	border-radius: 10px 10px 0px 0px;
}
/*-------------------------------------------------------------------------------FAQ-*/
.qa-box{
	padding: 10px 0 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(73,73,73,1);
}
.q-box{
	font-size: 16px;
}
.a-box{
	padding: 10px 0 0 20px;
	clear: both;
	font-size: 15px;
}
.q-head,.a-head{font-family: 'Josefin Sans', sans-serif;	font-size: 30px;}
.q-head{
	color: rgba(229,0,1,1);
	display: block;
	width: 50px;
	float: left;
}
.a-head{
	color: rgba(30,143,227,1);
}
/*-----------------------------------------------------------------------------歩き方*/

.how2-case{
	background-image: url(../images/about/howto-bg-bg.png);
	background-repeat: no-repeat;
	padding: 170px 0 30px 0;
	border-radius: 20px;
	background-position: right top;
}
.how2box{
	padding: 10px 10px 10px 10px;
	border-radius: 18px;
	background-color: rgba(51,51,51,1);
}
.how2box a{border-bottom:rgba(204,204,204,1) 1px dotted;}
.how2arrow{
	width: 110px;
	height: 150px;
	background-image: url(../images/about/arrow.png);
	margin: 0 auto;
	background-repeat: no-repeat;
}
.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: #FFFFFF;
	border: none;
	background-image: url(none);
}
h3.how2h3:after{
	content:inherit;}
.how2icon{
	width: 120px;
	height: 120px;
	margin: 10px auto 35px;
}
.how2icon img{
	display:block;
	margin: 0;
}
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;}


/*--------------------------------------------------------------イベント用*/
.event-guest{
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.event-guest-tmb{
	width: 100px;
	float: left;
	overflow: hidden;
	margin: 3px 15px 10px 5px;
}
.event-guest-tmb img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.film-event{}
.event-guest2{
	margin: 30px 0;
	background-color: rgba(244,244,240,1);
	padding: 20px 10px;
	border-radius: 10px;
}
.event-guest2-detail{
	width: 360px;
	float: left;
	font-size: 12px;
}
.event-guest2-photo{
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
p.catch{
	font-size: 24px;
	text-indent: -0.8em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	clear: both;
	padding: 20px 30px 30px 30px;
}
p.catch:before{ content:'“'; font-size:28px;}
p.catch:after{ content:'”'; font-size:28px;}
.eng .catch{}


/*-------------------------------------------------------------------*/
.kawada_ev01,.kawada_ev02{
	padding: 0 0 30px 0;
	border-bottom: #666 1px solid;
	width: 90%;
	margin: 0 auto 30px;
}

.kawada_ev01_img{
	height: auto;
	margin: 0 30px 30px 0;
}
.kawada_ev01_img img,.kawada_ev02_img img{
	width: 100%;
	height: auto;
}
.kawada_ev02_img{
	height: auto;
	margin: 0 auto 0;
}
/*--------------------------------------------------------------------------------lexus */
.lexus-set{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #666;
}
.lexus-set iframe{
	width: 96%;
	padding: 2%;
}
.lexus-photo{
	text-align: center;
	width: 100%;
}
.lexus-body{
	float: right;
	padding: 20px 0 0 0;
	/* [disabled]border-left: #ccc 2px solid; */
	/* [disabled]border-color: rgba(204,51,0,1); */
	line-height: 1.6em;
}
.lexus-photo span{
	font-size:72px;
	color:rgba(102,102,102,1);
}
.lexus-32{
	margin: 0;
}
.lexus-32 img,.lexus-31 img,.lexus-21 img{
	width:100%;
	height:auto;
}
.lexus-31{
	width: 250px;
	margin: 20px auto;
}
.lexus-31-green{
	/* [disabled]width: 200px; */
	margin: 20px 0 0 0;
	background-color: rgba(75,162,180,1);
	padding: 15px 25px;
}
.lexus-31-green a{
	color: rgba(241,241,241,1);
}
.lexus-21{
	width: 100%;
	margin: 20px 0;
}

.lexus-212{
	width: 250px;
	margin: 20px auto;
}

.lexus-map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.le-award{
	padding-bottom: 20px;

}
.le-award img{
	display:block;
	margin:10px auto;
}
.le-award h4{
	text-align:center;
	font-weight: bold;
	font-size: 22px;
	line-height: 2em;
	padding-bottom:0.5em;
}
.le-award h4:first-line{
	font-size: 28px;
	color: rgba(204,204,204,1);
	font-weight:normal;
}

/*--------------------------------------------------------結果*/

.award-select a span{
	color: rgba(221,221,221,1);
	padding: 0 10px;
	background-color: rgba(27,27,27,1);
	margin: 0 0 0 10px;
	border-radius: 15px;
}

a.xxxx{
	pointer-events: none;
	touch-action: none;
	color: rgba(119,119,119,1);
}
p.xxxx{ opacity:0.7;}
.awa-res{
	background-color: rgba(54,54,54,1);
	margin-bottom: 15px;
	border-radius: 5px;
	position: relative;
	padding: 5px 0;
}
.awa-res.xxxx{
	opacity: 0.7;
}
.awa-res.gp-res{
	background: rgba(141,54,54,1) url(../images/award/clown.png) no-repeat 5px center;
	padding-left: 60px;
}
.awa-res-tit{
	padding-left: 5px;
	color: rgba(229,229,229,1);
	font-size: 15px;
}
.awa-res-tit:before{ content:'作品名 : ';}
.awa-res-dir,.awa-res-actl,.awa-res-act,.awa-res-ken{
	padding-left: 5px;
	color: rgba(229,229,229,1);
	font-size: 15px;
}
.eng .awa-res-tit:before{ content:'Title : ';}
.awa-res-dir:before{ content:'監督名 : ';}
.awa-res-actl:before{ content:'女優名 : ';}
.awa-res-act:before{ content:'俳優名 : ';}
.eng .awa-res-dir:before{ content:'Director : ';}
.eng .awa-res-actl:before{ content:'Actress : ';}
.eng .awa-res-act:before{ content:'Actor : ';}
.awa-res-cat{
	font-size: 12px;
	padding-left: 30px;
	color: rgba(197,176,122,1);
	padding: 0 50px 0 5px;
	line-height: 1.3em;
}
.awa-res-day{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: rgba(27,27,27,1);
	display: block;
	width: 40px;
	padding: 8px 0 6px;
	border-radius: 50%;
	float: right;
	margin-top: -55px;
	position: relative;
	margin: -60px 4px 0 0;
}
.awa1-2{

}
.awa1-2-2{

}

.award-tit{
	font-size: 13px;
	color: rgba(197,176,122,1);
	background-color: rgba(62,62,62,1);
	margin-bottom: 15px;
	border-radius: 15px;
	position: relative;
	padding: 3px 5px 3px 5px !important;
}
.awa-res-day:before{ content:'発表日 '; display:block; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:13px; position:absolute; left:-50px;}
.eng .awa-res-day:before{ content:'announce'; display:block; font-size:12px; position:absolute; left:-65px;}

/*.award-select a:after{
	color: rgba(42,42,42,1);
	content:'\f061';
	font-family:'icomoon';
	padding:0 0.5em;
}

.awa-res a:after{
	color: rgba(54,54,54,1);
	content:'\f061';
	font-family:'icomoon';
	font-size:28px;
	right:150px;
	top:30%;
	position:absolute;
}*/
.awa-res a:hover:after{
	color: rgba(233,61,61,1);
}

/*--------------------------------------paging*/
.paging{
	font-size: 24px;
	padding: 20px 0 0 0;
}
.paging .rev{
	width: 50%;
	float: left;
}
.paging .next{
	width: 50%;
	float: right;
	text-align: right;
}

/*---------------------------------------------------------------------VR Guide*/


.watchvr a{
	background-color: rgba(112,171,164,1);
	padding: 5px 15px 5px 5px;
	color: rgba(255,255,255,1);
	border-radius: 4px;
	display: block;
}

/*---------------------------------------------------------------------modal*/
body {
	width: 100% ;
	height:100%;
	padding: 0 ;
}
#modal-close{
	float: right;
	margin-bottom: -50px;
}
#modal-content {
	width: 80%;
	margin: 0;
	padding: 120px 0 0 0;
	position: fixed;
	/* [disabled]display: none; */
	z-index: 9998;
	border-radius: 10px;
	height: 100%;
}

#modal-content .datamodal a{
	display: block;
	margin: 10px auto;
	width: 84%;
	height: 60%;
	padding: 8%;
	background-color: rgba(235,235,234,0.8);
	border-radius: 20px;
	color: rgba(51,51,51,1) !important;
	font-size: 16px;
}
.datamodal img{
	width: 100%;
	height: auto;
}
@media screen and (max-height:680px){
#modal-content p img{
	display: block;
	margin: 10px auto;
	width: auto;
	height: 500px;
}
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.event-a a{
	display: block;
	padding: 6px 0px 6px 80px;
	background: url(../autumn/images/event-a.png) no-repeat 10px center;
	background-size: 46px;
	font-size: 12px;
	border:1px solid rgba(199,182,171,1);
	border-radius:8px;
}
.event-b a{
	display: block;
	padding: 6px 0px 6px 80px;
	background: url(../autumn/images/event-b.png) no-repeat 10px center;
	background-size: 46px;
	font-size: 12px;
	border:1px solid rgba(199,182,171,1);
	border-radius:8px;
	margin-top:10px;
}
.event-a.active a,.event-b.active a{ opacity:0.5;}

/*---------------------------------------------------------------------------guest*/
.autumn_guest{}
.autumn_guest_img{
	width: 100%;
}
.autumn_guest_img2{
	width: 100%;
}
.autumn_guest_img img,.autumn_guest_img2 img{
	width: 100%;
	height: auto;
}
.autumn_guest_txt{
	padding: 20px 3%;
}
.autumn_guest_txt2{
	padding: 0 3%;
}
/*===============================================

Utility

============================================== */
.pc-hide{}
.smp-hide{ display:none;}
.date_font{font-family: 'Josefin Sans', sans-serif;}
.photo_half img{	border-radius: 10px;}
img .r-10{	border-radius: 10px;}
.photo_half_r img{}
.h-center{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	font-size: 18px;
}
.all-right{text-align:right;}
.all-center{text-align:center;}
.caption{
	font-size: 82%;
}
.notice{
	color: rgba(232,58,0,1);
}
.note-box{
	padding: 20px;
	background-color: rgba(25,25,25,1);
	font-size: 15px;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
}
img.left-float,img.right-float{ width:80%; display:block; margin:10px auto;}
.border-block{
	padding:10px;
	border:1px solid #666;
	border-radius:10px;
}
.photo_half_l{}
.photo_half{}
.photo_half_l img,.photo_half img{ margin-bottom:1em; border-radius:8px;}
.vr-box{
	margin: 2em 5px;
	padding: 15px 3%;
	border: 1px solid #666;
	border-radius: 8px;
	font-size: 96%;
}
.vr-box strong{
	padding: 10px 0 15px 0;
	display: inline-block;
	/* [disabled]margin: 0; */
}
.vr-box ol li{
	margin: 0 0 0 25px;
}
ol li.vr_li{

}
ol li.vr_li:after{
	content:'↓';
	display:block;
	padding:1em 0;
	text-align:center;
}

.tube{
  position:relative;
  width:100%;
		height: 0;
  overflow: hidden;
  padding-top:56.25%;
}
.tube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
img.smp{
	width:100%;
	height:auto;
}
/*===============================================

Clear FIX（IE6対応版）

============================================== */
.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;}

hr{
	margin: 30px 0 20px;
	padding: 30px 0 20px;
	height: 1px;
	border: none;
	border-top: 1px solid rgba(80,80,80,1);
	display: block;
	width: 100%;
	clear: both;
}
hr.boldhr{
	margin: 50px 0 30px;
	padding: 50px 0 30px;
	height: 1px;
	border: none;
	border-top: 2px dashed #999;
	display: block;
	width: 100%;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sq7f4d');
  src:  url('../fonts/icomoon.eot?sq7f4d#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sq7f4d') format('truetype'),
    url('../fonts/icomoon.woff?sq7f4d') format('woff'),
    url('../fonts/icomoon.svg?sq7f4d#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-crown:before {
  content: "\e904";
}
.icon-line:before {
  content: "\e903";
}
.icon-up-17:before {
  content: "\e902";
}
.icon-map-17:before {
  content: "\e900";
}
.icon-ticket-17:before {
  content: "\e901";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-film:before {
  content: "\f008";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-movie_creation:before {
  content: "\e404";
}
.icon-camera:before {
  content: "\e905";
}
.icon-film2:before {
  content: "\e906";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-question_answer:before {
  content: "\e8af";
}
</pre></body></html>