br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

body { margin: 0; font-family: YakuHanJP,'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; }

/* 以下スマホ */
@media (min-width: 801px) and (max-width: 1280px) {
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/amg-background-pc-3.jpg) center no-repeat;
	background-size: cover;
	background-position: center center;
  background-color:#000;
}
}
.pcimg {display: inline;}
.spimg {display: none;}

@media (max-width: 800px) {
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/amg-background-sp-2.jpg) center no-repeat;
	background-size: cover;
	background-position: center center;
  background-color:#000;
}
.pcimg {display: none;}
.spimg {display: inline;}

}

/* ========================================
ページトップへ
========================================== */

.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: -10px ;
	bottom: 5px ;
}
 
.move-page-top
{
	display: block ;
	background:transparent;
  cursor        : pointer;     /* カーソル   */
	font-size:3em;
	color: #958050 ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top img {
	width:30%;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

@media (max-width: 800px) {
.page-top p
{
	position: fixed ;
	right: -30px ;
	bottom: 0px ;
}
}

/* ========================================
ヘッダー
========================================== */

header {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}

nav {
	margin:0;
	padding:0;

}

h1.top {
	width:100%;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#9d9475;
	overflow:hidden;
}

h1.top img {
	width:40%;
}

header .twitter {
	width:50px;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:2%;
	right:80px;
}

header .twitter img {
	width:100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header .twitter img:hover {
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);

}


nav ul.pc-nav {
	display:block;
	width:100%;
	height:40px;
	list-style-type: none;
	background:#000;
	padding:3px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

nav ul.pc-nav li {
	background: #000;
	padding: 10px;
	margin:0 1%;
	font-size:0.93em;
}

nav ul.pc-nav li a {
	color:#fff;
	text-decoration: none;

  position: relative;
  display: inline-block;
  transition: .3s;
}

nav ul.pc-nav li a:hover, nav ul.pc-nav li a:focus {
	color: #fff;

}

nav ul.pc-nav li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

nav ul.pc-nav li a:hover::after {
  width: 100%;
}


#gloval-nav {
	display:none;
}




#nav-toggle {
	display:block;
  position: fixed;
  top: 18px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #cdced1;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #cdced1;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}



#gloval-nav {
  width:100%;
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .3s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
  margin:0;
  padding:0;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#gloval-nav ul li.tw {
	text-align:center;
}
#gloval-nav ul li.tw img {
	width:10%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#gloval-nav ul li.tw img:hover {
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}


#gloval-nav ul li:nth-child(2) {
  transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .2s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .4s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .5s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: .7s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: .8s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: .9s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.0s;
}
#gloval-nav ul li:nth-child(12) {
	transition-delay: 1.1s;
  }
  #gloval-nav ul li:nth-child(13) {
	transition-delay: 1.2s;
  }
	


#gloval-nav ul li span.jp {
	font-size:0.8em;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}


/* 以下スマホ */
@media (max-width: 800px) {
header {
	background:#fff;
}


header .twitter {
	width:40px;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:1.5%;
	right:80px;
}

header .twitter img {
	width:100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;

}



h1.top {
	margin:0;
	padding-top:10px;
}
h1.top img {
	width:60%;
}

nav ul.pc-nav {
	display:none;
}

#nav-toggle {
	display:block;
  position: fixed;
  top: 10px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

}


/* ========================================
トップの動画エリア
========================================== */
.top-movie {
	width:100%;
	height: auto;
	background:#000;
	text-align:center;
	margin:0;
}

h2.movie-head {
	width:100%;
	height:auto;
	margin:0;
	padding:40px 0;
	text-align:center;
}

h2.movie-head img {
	width:70%;
}

.swiper-slide {
	width:60%;
}

.swiper-slide img {
	width:100%;

}

.top-movie #carousel {
	width:100%;
	overflow:hidden;
}

.top-movie #carousel img {
	width:60%;
}


.toyoutube-button {
	width:100%;
	height:auto;
	margin:5px 0 0 0;
	padding:40px 0;
	text-align:center;
}

.toyoutube-button img {
	width:30%;
}



/* 以下スマホ */
@media (max-width: 800px) {
.top-movie {
	background:#000;
}

h2.movie-head {
	overflow:hidden;
}
h2.movie-head img {
	width:140%;
	position:relative;
	left:-20%;
}
.top-movie #carousel {
	width:100%;
	overflow:hidden;
}
.top-movie #carousel img {
	width:45%;
}

.toyoutube-button img {
	width:40%;
}
}


/* ========================================
トレーラー
========================================== */

.trailer-container {
	width:100%;
	text-align:center;
	padding-bottom:50px;
	background-image: url('../images/amg-background-pc-3.jpg');
	background-color:#000;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.trailer-container #movies {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.trailer-container #movies .movie-wrap {
	width:30%;
	height:auto;
	margin:0 1%;
	padding:0;
}

.trailer-container #movies .movie-wrap .movie-container {
	width:100%;
	text-align:center;
	padding:30px 0;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.trailer-container #movies .movie-wrap .movie-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* 以下スマホ */
@media (max-width: 1280px) {

.trailer-container {
	background:none;
}
}
@media (max-width: 800px) {

.trailer-container h2.movie-head2 {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

.trailer-container #movies .movie-wrap {
	width:90%;
	height:auto;
	margin:20px 5%;
	padding:0;
}






}




/* ========================================
ニュース
========================================== */

.news {
	width:100%;
	height:auto;
	padding:0 0 60px;
	margin:0;
	color:#fff;
	background-image: url('../images/amg-background-pc-3.jpg');
	background-color:#000;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	overflow:hidden;
	text-align:center;
}

h2.news-head {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0;
	text-align:center;
	background:#000;
}

h2.news-head img {
	width:100%;
}


#feed {
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}

dl.list{
	width:70%;
	margin:0 0 20px 0;
	background-color:rgba(149,128,80,0.35);
	margin-left:15%;
	padding:40px 0 30px 2%;
}

dl.list:after{
	content: "";
	clear: both;
	display: block;
}


dl.list dt {
  clear: left;
  float: left;
  margin: 0 7% 0 1%;
  width: 16.5%;
  padding:0;
  color: #fff;
  text-align:center;
  background:#958050;
  font-size:1em;
}

dl.list dd {
  margin: 0.2em 0 10px 10%;
  width: 70%;
  padding-left:15px;
  text-align:left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

dl.list dd a {
  color: #fff;
}


.news .toyoutube-button {
	width:100%;
	height:auto;
	margin:5px 0 0 0;
	padding:10px 0;
	text-align:center;
}

.toyoutube-button img {
	width:25%;
}


/* 以下スマホ */
@media (max-width: 1280px) {

.news {
	background:none;
}
}
@media (max-width: 800px) {
h2.news-head {
	overflow:hidden;
	text-align:center;
	padding:0;
}
h2.news-head img {
	width:200%;
	position:relative;
	left:-50%;
}

dl.list{
	width:94%;
	background-color:rgba(80,116,144,0.3);
	font-size:0.8em;
	margin:0 3% 0 3%;
	padding:50px 0;
}
dl.list dt {
  clear: left;
  float: left;
  margin: 0 1em 0 1em;
  width: 6.5em;
  text-align:center;
}
dl.list dd {
  margin-bottom: 1em;
  margin-left: 3em;
  width: 60%;
}

.toyoutube-button img {
	width:50%;
}
}






/* ========================================
MOVIES
========================================== */

.movies-area {
	width:100%;
	height:auto;
	padding-bottom:50px;
	margin:0;
	color:#fff;
	overflow:hidden;
	text-align:center;
	background-image: url('../images/amg-background-pc-3.jpg');
	background-color:#000;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

h2.movie-head2 {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 40px 0;
	text-align:center;
}

h2.movie-head2 img {
	width:100%;
}


ul.cover-list {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	vertical-align:top;
}


ul.cover-list li {
	display: inline-block;
	vertical-align:top;
	width: 17%;
	height: auto;
	padding: 10px;
	margin: 10px;
}

ul.cover-list li a {
	text-decoration:none;
}
ul.cover-list li a:hover {
	text-decoration:none;
	opacity:.7;
	transition-duration: 0.6s
}

ul.cover-list li img {
	width:100%;
}

.caption {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #fff;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #958050;/*左線*/
  text-align:left;
}

.caption .title {
	width:100%;
	height:2.5em;
	font-size:1.1vw;
	line-height:1.2vw;
}
.caption .date {
	width:100%;
	height:1.5em;
	font-size:1.2vw;
	padding-top:5px;
}



/* 以下スマホ */
@media (max-width: 1280px) {
.movies-area {
	background:none;
}
}
@media (max-width: 800px) {
h2.movie-head2 {
	overflow:hidden;
	text-align:center;
}
h2.movie-head2 img {
	width:200%;
	position:relative;
	left:-50%;
}
ul.cover-list-bamen li {
	width: 85%;
	height: auto;
	padding: 10px;
	margin: 10px;
}

ul.cover-list li {
	width: 45%;
	height: auto;
	padding: 0;
	margin:10px 3px;
}
.caption .title {
	height:2.5em;
	width:100%;
	font-size:3vmin;
	line-height:3.3vmin;
	vertical-align:middle;
}
.caption .date {
	height:1.5em;
	font-size:3vw;
	padding-top:6px;
}


}


/* ========================================
DVD
========================================== */

.dvd-area {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	color:#000;
	overflow:hidden;
	text-align:center;
	background:#fff;
}




.dvd-area .caption {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #958050;/*左線*/
  text-align:left;
  height:auto;

}

/* ========================================
アーカイブコーナー
========================================== */

ul.archive-list {
	width:100%;
	height:auto;
	list-style-type:none;
	padding:0;
	margin:0;
	text-align: center;
	vertical-align:top;
}

ul.archive-list li {
	width:10%;
	height:auto;
	margin:10px 1%;
	display: inline-block;
	vertical-align:top;
}

ul.archive-list li img {
	width:100%;
}

ul.archive-list li a {
	text-decoration:none;
}

ul.archive-list li a:hover {
	text-decoration:none;
	opacity:.7;
	transition-duration: 0.6s
}



ul.archive-list li .title {
	width:100%;
	height:2.5em;
	font-size:1.1vw;
	line-height:1.3vw;
	color:#fff;
	text-align:left;
	display:block;
}

/* 以下スマホ */
@media (max-width: 800px) {
ul.archive-list li {
	width:28%;
}

ul.archive-list li .title {
	display:none !important;
}









}

/* ========================================
SNS
========================================== */

.sns-area {
	width:100%;
	height:auto;
	padding:0 0 80px 0;
	margin:0;
	color:#fff;
	overflow:hidden;
	text-align:center;
	background:#000;
}

    ul.social_buttons {
    	list-style-type: none;
    	padding: 0;
    	margin:20px 0;
    	text-align: center;
    	width:100%;
    }
    ul.social_buttons li {
    	height: auto;
    	width:82px;
    	margin:0 10px 0 0;
    	display: inline-block;
    }

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#tw-pc { display: block !important; }
#tw-sp { display: none !important; }


/* 以下スマホ */
@media (max-width: 1280px) {

#tw-sp iframe { width: 740px !important; }

}
@media (max-width: 800px) {

#tw-pc { display: none !important; }
#tw-sp { display: block !important; }

    ul.social_buttons li {
    	height: auto;
    	width:82px;
    	margin:0 10px 0 0;
    	display: inline-block;
    	overflow:hidden;
    }
}

@media (max-width: 525px) {
#tw-sp iframe {
max-width: 280px !important;
margin:0 auto;
}
}




/* ========================================
フッター
========================================== */
footer {
	width:100%;
	margin:0;
	padding:20px 0;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:0.8em;
}

footer .foot-content span.foot-txt a {
	color:#fff;
	text-decoration:none;
  position: relative;
  display: inline-block;
  transition: .3s;
}

footer .foot-content span.foot-txt a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer .foot-content span.foot-txt a:hover::after {
  width: 100%;
}

.foot-content #foot-logo {
	width:100%;
	text-align:center;
	padding:10px 0;
}

#foot-logo img {
	width:5%;
}


/* 以下スマホ */
@media (max-width: 800px) {
footer {
	font-size:0.8em;
}
.copy {
	font-size:0.7em;
}

#foot-logo img {
	width:10%;
}
}


/* ========================================
アーカイブ
========================================== */
h2.movie-head3 {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}

h2.movie-head3 img {
	width:100%;
}

.archive-wrapper-hp {
	width:100%;
	height:auto;
	padding:10px 0 30px;
	margin:0;
	color:#fff;
	overflow:hidden;
	text-align:center;
	background:#000;
}

.archive-wrapper-hp a {
	text-decoration:none;
}

.archive-wrapper-hp .caption {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #fff;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #958050;/*左線*/
  text-align:left;
  height:5em;
}

.archive-wrapper-hp .caption .title {
	width:100%;
	height:3.2em;
	font-size:1.1vw;
	line-height:1.2vw;
}
.archive-wrapper-hp .caption .date {
	width:100%;
	height:1.5em;
	font-size:1.2vw;
	padding-top:0;
}










.archive-wrapper {
	width:98%;
	height:auto;
	padding:10px 1% 30px;
	margin:0;
	color:#fff;
	overflow:hidden;
	text-align:center;
	background:#000;
}

ul.acv-unit {
	width:86%;
	height:auto;
	list-style-type:none;
	margin:0 7%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom:1px solid #9d9475;
	margin-top:20px;
}


li.acv-img {
	width:15%;
}

li.acv-img img {
	width:100%;
}

li.acv-title {
	width:45%;
	height:auto;
	font-size:1.2em;
	line-height:auto;
}

li.acv-title a {
	color:#fff;
}

li.acv-date {
	width:20%;
	font-size:1.2em;
}

li.acv-cate {
	width:20%;
	font-size:1.2em;
}

span.pconly {
	display:inline !important;
}




li.acv-cate br.sponly ,
li.acv-cate .to-details-btn-sp 
{
	display:none !important;
}


li.acv-to-details {
	width:20%;
}

li.acv-to-details a {
	color:#fff;
	text-decoration:none;
}

li.acv-to-details .to-details-btn {
	width:100px;
	height:20px;
	background-color:#9d9475;
	color:#fff;
	padding:5px;
}







.acv-index {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	overflow:hidden;
	overflow:hidden;
}

.acv-index ul.genre-btn {
	width:100%;
	height:auto;
	list-style-type:none;
	padding:0;
	text-align:center;
	display:inline-block;
	margin:5px 0 5px -15px;
}

.acv-index ul.genre-btn li {
	display: inline-block;
	width:130px;
	height:30px;
	text-align:center;
	padding:10px auto;
	margin:10px;
}


/* ここから下がボタンのCSS　*/
ul.genre-btn li a {
  display: inline-block;
  width: 130px;
  height:auto;
  text-align: center;
  background-color: #9d9475;
  border: 1px solid #9d9475;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  position: relative;
}

ul.genre-btn li a span {
  position: relative;
  z-index: 1;
}

ul.genre-btn li a::before,
ul.genre-btn li a::after {
  content: "";
  display: block;
  background-color: #000;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
ul.genre-btn li a::before {
  left: 0;
}
ul.genre-btn li a::after {
  right: 0;
}

ul.genre-btn li a:hover:before,
ul.genre-btn li a:hover:after {
  width: 0;
  background-color: #000;
}

ul.genre-btn li a:hover {
  color: #000;
}


@media (max-width: 680px) {
h2.movie-head3 {
	overflow:hidden;
	text-align:center;
}
h2.movie-head3 img {
	width:200%;
	position:relative;
	left:-50%;
}


ul.acv-unit {
	width:100%;
	height:auto;
	list-style-type:none;
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom:1px solid #9d9475;
	margin:20px 0;
}



li.acv-img {
	width:20%;
	padding-right:5%;
	text-align:left !important;
}

li.acv-img img {
	width:100%;
}

li.acv-title {
	width:30%;
	height:auto;
	padding-right:5%;
	font-size:0.8em;
	line-height:auto;
}

li.acv-title a {
	color:#fff;
}

li.acv-date {
	width:25%;
	font-size:0.8em;
}

li.acv-cate {
	width:25%;
	font-size:0.8em;
	text-align:center;
}

span.pconly {
	display:none !important;
}

li.acv-cate .to-details-btn-sp {
	display:inline-block !important;
	width:60px;
	height:20px;
	background-color:#9d9475;
	color:#fff;
	padding:5px;
}


li.acv-to-details {
	display:none !important;
}

.acv-index ul.genre-btn li {
	display: inline-block;
	width:44%;
	height:30px;
	text-align:center;
	padding:10px auto;
	margin:5px 1.5%;
}
ul.genre-btn li a {
  display: inline-block;
  width: 100%;
}

}


/* ========================================
アーカイブ2
========================================== */

button.wp-block-search__button {
	width:70px;
	background:#222;
	color:#fff;
	margin-left:6px;
}


#archive-thumbs {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#archive-thumbs ul.acv-unit2 {
	width:10%;
	height:auto;
	list-style-type:none;
	margin:20px 3%;
	padding:0;
	text-align:center;
}


#archive-thumbs ul.acv-unit2 li.acv-img {
	width:100%;
}

#archive-thumbs ul.acv-unit2 li.acv-img img {
	width:100%;
}

#archive-thumbs ul.acv-unit2 li.acv-title {
	width:100%;
	height:auto;
	font-size:0.9em;
	line-height:auto;
	text-align:center;
}

li.acv-title a {
	color:#fff;
	text-decoration:none;
}

/* 以下スマホ */
@media (max-width: 800px) {

#archive-thumbs ul.acv-unit2 {
	width:45%;
	height:auto;
	list-style-type:none;
	margin:20px 2%;
	padding:0;
	text-align:center;
}



}

/* ========================================
会社概要
========================================== */

.company {
	width:100%;
	height:100%;
	padding:20px 0;
	text-align:center;
	background:#fff;
	font-size:1.1em;
}

.company .intro {
	width:98%;
	height:auto;
	padding:20px 1%;
}

.company .text {
	width:90%;
	height:auto;
	padding:20px 5%;
	font-size:0.85em;
}

.company .text h2 {
	color:#958050;
	font-size:2.5em;
}

.company .text p.honbun {
	width:100%;
	text-align:left;
}

p.privacy-txt {
	width:90%;
	text-align:left;
	padding:10px 5%;
	font-size:0.9em !important;
}


.company .text p.name {
	width:100%;
	text-align:right;
}


.company .profile {
	width:90%;
	height:auto;
	padding:20px 5%;
	text-align:center;
	clear:both;
}

.company .profile h2 {
	text-align:center;
	border-bottom:4px #958050 solid;
	width:60%;
	margin:0 0 50px 20%;
}

.company .profile h2 span.jp {
	font-size:0.75em;
	color:#2E2E2E;
}

.company .profile h2 span.en {
	font-size:1.8em;
	color:#958050;
}

.company .profile .headline {
	background:#FFF;
	color:#958050;
	font-size:1.1em;
	font-weight:bold;
	border-left:20px #958050 solid;
	border-bottom:2px #958050 solid;
	width:45%;
	height:110px;
	float:left;
	margin:0 0 30px 5%;
}

.company .profile .headline .jphd ,
.company .profile .headline .enhd
{
	height:50%;
}


.company .profile .content {
	background:#FFF;
	color:#2E2E2E;
	border-bottom:2px #958050 solid;
	width:45%;
	height:110px;
	float:left;
	margin:0;
	font-size:0.85em;
}

.company .profile .headline .jp ,
.company .profile .headline .en
{
	height:50%;
}

.company .profile .content .jp ,
.company .profile .content .en
{
	height:50%;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.company .map {
	width:90%;
	height:auto;
	padding:20px 5%;
	text-align:center;
}

.company .map h2 {
	text-align:center;
	color:#958050;
	border-bottom:4px #958050 solid;
	width:60%;
	margin:0 0 50px 20%;
	font-size:2.8em;
}

.company .map img {
	width:100%;
}

ul.group-campanys1 , ul.group-campanys2 {
    padding-bottom:30px;
    margin:20px 6%;
    width:30%;
    float:left;
    font-size:0.85em;
    text-align:left;
    font-weight:bold;
}

ul.group-campanys1 li , ul.group-campanys2 li { 
    list-style-type: none;
}
ul.group-campanys1 li::before , ul.group-campanys2 li::before {
  position: relative;
  top: -2px;
  left: -10px;
 
  display: inline-block;
 
  width: 8px;
  height: 8px;
 
  content: '';
 
  border-radius: 100%;
  background: #958050;
}

ul.group-campanys1 li a , ul.group-campanys2 li a { 
    text-decoration:none;
    color:#2E2E2E;
}

ul.group-campanys1 li a:hover , ul.group-campanys2 li a:hover { 
    text-decoration:underline;
    color:#2E2E2E;
}

/* 以下スマホ */
@media (max-width: 800px) {
.company .intro {
	width:60%;
	margin-left:20%;
}
.company .profile {
	width:100%;
	padding:20px 0;
}
.company .profile .headline {
	background:#958050;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	border:none;
	width:100%;
	height:auto;
	float:none;
	margin:0;
	padding:5px 0;
}
.company .profile .headline .jphd ,
.company .profile .headline .enhd
{
	width:100%;
	text-align:center;
	float:none;
}

.company .profile .content {
	background:#FFF;
	color:#2E2E2E;
	border:none;
	width:100%;
	height:auto;
	float:none;
	margin:0;
	font-size:0.85em;
	padding:10px 0 30px;
}
.company .profile .content .jp ,
.company .profile .content .en
{
	width:100%;
	text-align:center;
	float:none;
}

.company .map img {
	width:100%;
}
.company .map h2 , .company .profile h2 {
	width:80%;
	margin:0 0 50px 10%;
}
.company .map h2.amghead {
	text-align:center;
	color:#958050;
	border-bottom:4px #958050 solid;
	width:80%;
	margin:0 0 50px 10%;
	font-size:2.2em;
}

ul.group-campanys1 , ul.group-campanys2 {
    padding-bottom:30px;
    margin:0 0 0 5%;
    padding:0;
    width:90%;
    float:none;
    font-size:0.85em;
    text-align:left;
    font-weight:bold;
}
.company #privacy h2 span.en {
	font-size:1em;
	color:#958050;
}
.company #privacy p.privacy-txt {
	width:86%;
	text-align:left;
	padding:10px 7%;
	font-size:0.7em;
}
}



/* ========================================
お問い合わせ
========================================== */

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap p {
	font-size:0.8em;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	color:#fff;
	background:#958050;
	text-align:left;
}
table.formTable td{
	text-align:left;
}

.contact-button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 12px;   /* 余白       */
  background    : #958050;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #958050;    /* 枠の指定 */
}
.contact-button:hover {
  color         : #958050;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:800px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/* ========================================
自主上映について
========================================== */

#screening {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
#screening h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	text-align: center;
}
#screening h1 img {
	width: 20%;
}
#screening #screening-intro {
	width: 70%;
	height: auto;
	margin: 0 15% 2vw;
	text-align: left;
	color: #fff;
	font-size: 1.3vw;
}
#screening #screening-toiawase {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 7vw;
	text-align: center;
}
#screening #screening-toiawase img {
	width: 30%;
}
@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
#screening #screening-toiawase img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#screening #screening-list {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#screening #screening-list .screening-movie {
	width: 23%;
	height: auto;
	margin: 1vw 2.5%;
	padding: 0;
}
#screening #screening-list .screening-movie .screening-movie-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#screening #screening-list .screening-movie .screening-movie-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#screening #screening-list .screening-movie .screening-movie-title {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	color: #000;
	font-size: 1.4vw;
	font-weight: bold;
}
#screening #screening-list .screening-movie .screening-movie-blurb {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 1.1vw;
}
#screening #screening-list .screening-movie ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
#screening #screening-list .screening-movie ul li {
	width: 30%;
	height: auto;
	margin: 0 1%;
}
#screening #screening-list .screening-movie ul li img {
	width: 100%;
}
#screening #screening-list .screening-movie .screening-movie-toiawase {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#screening #screening-list .screening-movie .screening-movie-toiawase img {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	padding: 0;
}
#screening #screening-list .screening-movie .screening-movie-toiawase img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@media screen and (max-width:800px) {

#screening h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0;
	text-align: center;
}
#screening h1 img {
	width: 60%;
}
#screening #screening-intro {
	width: 90%;
	height: auto;
	margin: 0 5% 6vw;
	text-align: left;
	color: #fff;
	font-size: 4vw;
}
#screening #screening-toiawase {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6vw 0;
	text-align: center;
}
#screening #screening-toiawase img {
	width: 60%;
}
#screening #screening-list {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6vw 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#screening #screening-list .screening-movie {
	width: 90%;
	height: auto;
	margin: 10vw 5%;
	padding: 0;
}
#screening #screening-list .screening-movie .screening-movie-title {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	color: #000;
	font-size: 5vw;
	font-weight: bold;
}
#screening #screening-list .screening-movie .screening-movie-blurb {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 3.8vw;
}
}

/* ========================================
自主上映について
========================================== */

#apply {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#apply h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	text-align: center;
}
#apply h1 img {
	width: 40%;
}
#apply ul#apply-flow {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 5vw;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#apply ul#apply-flow li.flow-img {
	width: 14%;
	height: auto;
	margin: 0;
}
#apply ul#apply-flow li.flow-right {
	width: 2%;
	height: auto;
	margin: 0;
	padding: 0 0.2%;
	display: grid;
	place-content: center;
	font-size: 4vw;
	color: #958050;
}
#apply ul#apply-flow li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#apply #tejun-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	background-color: #fff;
}
#apply #tejun-wrap .tejun-unit {
	width: 60%;
	height: auto;
	margin: 2vw 20%;
	padding: 0;
	box-sizing: border-box;
	border: 2px #958050 solid;
}
#apply #tejun-wrap .tejun-unit h2 {
	width: 100.2%;
	height: auto;
	padding: 1vw 0;
	margin: -0.2px 0 0 -0.1%;
	border: none;
	outline: none;
	text-align: center;
	background-color: #958050;
	color: #fff;
}
#apply #tejun-wrap .tejun-unit .tejun-inside {
	width: 90%;
	height: auto;
	padding: 2vw 5%;
	margin: 0;
	background-color: #fff;
	text-align: center;
}
#apply #tejun-wrap .tejun-unit .tejun-inside h3 {
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #347BB4;
	color: #347BB4;
	padding: 0.5vw 3vw;
}
#apply #tejun-wrap .tejun-unit .tejun-inside .tejun-txt {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 1.3vw;
}
#apply #tejun-wrap .tejun-unit .tejun-inside ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#apply #tejun-wrap .tejun-unit .tejun-inside ul li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	display: flex;
	justify-content: center;
	font-size: 1.3vw;
}
#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-title {
	width: 20%;
	height: auto;
	margin: 0 1%;
	padding: 0.5vw 0;
	text-align: center;
}
#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-title span {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.5vw 0;
	background-color: #958050;
	color: #fff;
	text-align: center;
	line-height: 1.4vw;
}
#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-title span span {
	font-size: 1vw;
	line-height: 1vw;
}
#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-txt {
	width: 70%;
	height: auto;
	margin: 0 1%;
	padding: 0.5vw 0;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#apply #tejun-wrap .tejun-unit .tejun-inside .mousikomisyo {
	background-color:#347BB4;
	border:1px solid #347BB4;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	padding:10px 48px;
	margin: 2vw 0;
	text-decoration:none;
}
#apply #tejun-wrap .tejun-unit .tejun-inside .mousikomisyo:hover {
	background-color:#fff;
	color:#347BB4;
	transition-duration: 0.6s
}

@media screen and (max-width:800px) {
	#apply h1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 5vw;
		text-align: center;
	}
	#apply h1 img {
		width: 60%;
	}
	#apply ul#apply-flow {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 15vw;
		list-style-type: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#apply ul#apply-flow li.flow-img {
		width: 33.33333333%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#apply ul#apply-flow li.flow-right {
		display: none;
	}
	#apply #tejun-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		background-color: #fff;
	}
	#apply #tejun-wrap .tejun-unit {
		width: 90%;
		height: auto;
		margin: 10vw 5%;
		padding: 0;
		box-sizing: border-box;
		border: 2px #958050 solid;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside .tejun-txt {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #000;
		font-size: 4vw;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside ul li {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		font-size: 4vw;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-title {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0.5vw 0;
		text-align: center;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-title span {
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 0.5vw 0;
		background-color: #958050;
		color: #fff;
		text-align: center;
		line-height: 6vw;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-title span span {
		font-size: 3.5vw;
		line-height: 3.5vw;
	}
	#apply #tejun-wrap .tejun-unit .tejun-inside ul li .tejun-list-txt {
		width: 88%;
		height: auto;
		margin: 0 6%;
		padding: 0.5vw 0;
		background-color: #fff;
		color: #000;
		text-align: left;
	}
}