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

/*
┏━━━━━━━━━━━━━━━━
┃共通
┗━━━━━━━━━━━━━━━━
*/

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
/* CSSリセット */


html,body{margin:0;padding:0;}

img{
	border:0 none;
}
html{
	height:100%;
	padding:0;
}
body{
	height: 0%;
	font-size:14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height:1.4;
	color:#383636;
	text-align:left;
	/*background-color:green;*/
	margin-left:auto;
	margin-right:auto;
	/* min-width:950px;
	width:950px; */
	width: 100%;
	-webkit-text-size-adjust: 100%;

}
a.link_color1{
	text-decoration: underline; color: #383636 !important;
}
a.link_color2{
	text-decoration: none; color: #ffffff !important;
}
a:visited{
	color:#383636;
	text-decoration:none;
}

h3{
	font-size:16px;
	font-weight:normal;
	color:#bc000e;
	margin-bottom:3px;
	letter-spacing:1px;
}

p{
	font-size:14px;
}

.supplement {
  margin-top: 15px;
  display: inline-block;
  line-height: 1.7;
}

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

.main{
	height:400px;
	width: 100%;
	background:url(../images/201906_theaterdays_2nd/background_image01.png) repeat-x;
	background-position: bottom;
	/* filter: drop-shadow(0px 0.1vh 0.6vh rgba(0,0,0,0.6));
	-webkit-filter: drop-shadow(0px 0.1vh 0.6vh rgba(0,0,0,0.6));
	-moz-filter: drop-shadow(0px 0.1vh 0.6vh rgba(0,0,0,0.6));
	-ms-filter: drop-shadow(0px 0.1vh 0.6vh rgba(0,0,0,0.6)); */
	/* border-top: 0.521vw solid;
	border-image: linear-gradient(to right, #bd9a32 0%, #ede344 10%, #bd9a32 20%, #ede344 30%, #bd9a32 40%, #ede344 50%, #bd9a32 60%, #ede344 70%, #bd9a32 80%, #ede344 90%, #bd9a32 100%);
	border-image-slice: 1; */
}

.main .border{
	height: 10px;
	background:url(../images/201906_theaterdays_2nd/2ndEV_050401.png) repeat-x;
}

/* .main #contents{
	background: url(../images/201906_theaterdays_2nd/header_image.png) no-repeat;
	background-position: center 35px;
} */

.main .twitter_button {
	position: absolute;
	top: 100px;
	right: 25px;
}

.main #contents{
	margin-top: 30px;
	text-align: center;
}

.main #contents p{
	color: #3B384D;
	font-weight: 100;
	margin-top: 50px;
	font-size: 34px;
	text-align: center;
	line-height: 1.6;
}

article{
	color: #fff;
}

article #contents {
	background: url(../images/201906_theaterdays_2nd/testimage.png) repeat;
	/* height: 1000px; */
	height: 100%;
	border-left: 5px solid #CEB163;
	border-right: 5px solid #CEB163;
	box-sizing: border-box;
}

article{
	margin-top: -50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bbd1ff+0,ffffff+100 */
	background: rgb(187,209,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(187,209,255) 0%, rgb(255,255,255) 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(187,209,255) 0%,rgb(255,255,255) 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(187,209,255) 0%,rgb(255,255,255) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd1ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: sticky;
	z-index: -1;
}
/* メニュー　START */
/* .menu{
	margin-bottom: 50px;
} */
.menu .area1{
	height: 235px;
	background-color: #fff;
	border-bottom: 1px solid #ceaf5d;
	box-sizing: border-box;
}

.menu .area1 li a{
	padding: 45px 0 0;
	box-sizing: border-box;
}

.menu .area1 li a img{
	/* width: 100%; */
}

.menu ul li a {
    display: block;
    height: 100%;
		position: relative;
		transition: all .2s ease-in-out;
		text-decoration: none;
}

/* .menu .area1 li a::after{
	top: 52%;
	right: 15px;
}

.menu .area2 li a::after{
	top: 47%;
	right: 15px;
} */

/* .menu .area1 li a::after,
.menu .area2 li a::after{
	content: "";
	display: block;
	position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #e3d5a8;
} */

.menu .area1 li,
.menu .area2 li{
	border-right: 1px solid #ceaf5d;
	width: 25%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

/* .menu .area1 li img,
.menu .area2 li img{
	width: 100%;
} */

.menu ul li:last-child{
	border: none;
}

.menu .area2{
	height: 185px;
	background-color: #fff;
}

.menu .area2 li a{
	box-sizing: border-box;
}

.menu .area2 ul li{
	height: 185px;
}

.menu .menu2 ul li{
	width: 33.3%;
	height: 98px;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 28px;
	background-color: #272533;
	transition: all .2s ease-in-out;
}

.menu .menu2 ul li:hover{
	background-color:#5a576b;
}

.menu .menu2 ul li:last-child{
	border: none;
}

.menu .menu2 ul li a{
	box-sizing: border-box;
	color: #fff;
	line-height: 0;
}

/* .menu .menu2 ul li a img{
	width: 100%;
} */

.menu .unit-link{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 0;
	background-color: #ccb160;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
}

.menu .unit-link:hover{
	opacity: 0.8;
}

.menu .unit-link li{
	float: left;
}

.menu .unit-link li:nth-of-type(1){
	padding-top: 25px;
	margin-right: 30px;
}

.menu .unit-link li:nth-of-type(2){
	position: relative;
	padding-top: 15px;
}

.menu .unit-link li:nth-of-type(2)::after {
	position: absolute;
  content: "";
	top: 48%;
	right: -25px;
  display: block;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #e3d5a8;
}

/* メニュー　END */

/* ニュース＆SNS　START */
.news-sns{
	width: 900px;
	margin: 50px auto 50px;
	height: 450px;
}
.news-sns .news{
	width: 546px;
	float: left;
	height: 390px;
}

.news-sns .news h3{
	height: 50px;
}

.news-sns .news h3 img{
	margin-left: -19px;
  margin-top: -19px;
}

.news-sns .news-list{
	background-color: #fff;
	height: 100%;
	margin-top: 10px;
	overflow-y: scroll;
}

.news-sns .news-list li{
	padding: 20px;
}

.news-sns .news-list li dl{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #3b384d;
}

.news-sns .news-list li dl:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-sns .news-list li dl dt{
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #333;
	border-radius: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	margin-right: 9px;
}

.news-sns .news-list li dl dd{
	color: #3b384d;
	float: right;
	width: 360px;
	font-size: 14.5px;
	line-height: 1.7;
}

.news-sns .news-list img{
	/* width: 100%; */
	text-align: center;
	vertical-align: middle;
}

.news-sns .sns{
	width: 330px;
	float: right;
	height:100%;
}

.news-sns .news-list::-webkit-scrollbar{
		width: 0.8vw;
}
.news-sns .news-list::-webkit-scrollbar-thumb{
		background: #c1c1c1;
}
.news-sns .news-list::-webkit-scrollbar-track-piece:start{
		background: #f1f1f1;
}
.news-sns .news-list::-webkit-scrollbar-track-piece:end{
		background: #f1f1f1;
}

/* ニュース＆SNS　END */
.nui_and_jam{
	position: relative;
}

.nui_and_jam .button_01{
	position: absolute;
	top: 508px;
	left: 327px;
}

.nui_and_jam .img01{
	margin: 50px 0 20px 0;
}

.fukuoka{
	margin-top: 10px;
	line-height: 0;
	text-align: center;
}

.fukuoka p{
	margin-top: 20px;
	font-size: 16px;
}

.misaki_message{
	color: #fff;
}

.misaki_message .misaki{
	margin-bottom: -17px;
}

.misaki_message .misaki{
	background: url(../images/201906_theaterdays_2nd/misaki_02.png) no-repeat center;
	box-sizing: border-box;
	height: 382px;
}

/* .misaki_message a{
	transition: all .2s ease-in-out;
} */

.unit_schedule .contents{
	width: 900px;
	margin: 0 auto;
}

.unit_schedule .contents .store_and_unit a{
	transition: all .2s ease-in-out;
}

.unit_schedule .contents .store_and_unit a:hover{
	opacity: 0.9;
}

.unit_schedule .work_img{
	margin-bottom: 20px;
	margin-top: 50px;
}

.unit_schedule .work_img2{
	margin-bottom: 20px;
}

.schedule .title01{
	margin-top: 80px;
	margin-bottom: 15px;
}

.schedule .title02{
	margin-top: 50px;
	margin-bottom: 15px;
}

.unit_schedule .img1{
	float: left;
}

.store_and_unit {
  width: 377px;
  float: left;
  line-height: 0;
}

.store_and_unit img {
  margin: 0;
  padding: 0;
}

.unit_schedule .list1{
	float: right;
	width: 523px;
}

.unit_schedule .list1 th{
	background-color:#272533 ;
	color: #fff;
	height: 46px;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}

.unit_schedule .list1 th span{
	font-size: 11px;
}

.unit_schedule .list1 td{
	background-color:#fff ;
	color: #3b384d;
	height: 105px;
	border: 1px solid #CFAF62;
	box-sizing: border-box;
	vertical-align: middle;
}

.unit_schedule .list1 td:nth-of-type(even){
	border-right: 0;
	border-top: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.unit_schedule .list1 td:nth-of-type(odd){
	border-top: 0;
	width: 390px;
  padding: 5px 10px;
}

.unit_schedule .list1 td a{
	text-decoration: none;
	color: #3b384d;
	border-bottom: 1px solid #3b384d;
	transition: all .2s ease-in-out;
}

.unit_schedule .list1 td a:hover{
	opacity: 0.5;
	border-color: transparent;
}



/* list2 */

.unit_schedule .list2{
	float: right;
	margin-top: 1px;
	width: 495px;
}

.unit_schedule .list2 th{
	background-color:#272533 ;
	color: #fff;
	height: 46px;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}

.unit_schedule .list2 th span{
	font-size: 11px;
}

.unit_schedule .list2 td{
	background-color:#fff ;
	color: #3b384d;
	height: 65px;
	border: 1px solid #CFAF62;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	border-right: none;
}

.unit_schedule .list2 td:nth-of-type(even){
	border-right: 0;
	border-top: 0;
	text-align: center;
	vertical-align: middle;
}

.unit_schedule .list2 td:nth-of-type(odd){
	border-top: 0;
	width: 50%;
	padding: 5px 10px;
}

.unit_schedule .list2 td#height{
	height:75px;
}

/* list3 */

.unit_schedule .list3{
	float: right;
	width: 565px;
}

.unit_schedule .list3 th{
	background-color:#272533 ;
	color: #fff;
	height: 47px;
	border-left: 1px solid #fff;
	vertical-align: middle;
	text-align: center;
}

.unit_schedule .list3 th span{
	font-size: 11px;
}

.unit_schedule .list3 td{
	background-color:#fff ;
	color: #3b384d;
	height: 65px;
	border: 1px solid #CFAF62;
	box-sizing: border-box;
	vertical-align:middle;
	text-align: center;
	border-right: none;
}

.unit_schedule .list3 td:nth-of-type(even){
	border-right: 0;
	border-top: 0;
	text-align: center;
	vertical-align: middle;
}

.unit_schedule .list3 td{
	border-top: 0;
  padding: 5px 10px;
}

.unit_schedule .list3 td#height{
	height:75px;
}

.kanrensaiji .title{
	margin-top: 40px;
	margin-bottom: 10px;
}

.kanrensaiji .long_img{
	text-align: center;
}

.kanrensaiji .short_img{
	width: 940px;
	margin:auto 0;
}

.kanrensaiji .short_img li:nth-of-type(1n){
	float: left;
	width: 50%;
	text-align: right;
}

.kanrensaiji .short_img li:nth-of-type(2n){
	float: left;
	width: 50%;
	text-align: left;
}

.long_img a,.short_img a .test{
	transition: all .2s ease-in-out;
}

.long_img a:hover .test,.short_img a .test:hover{
	opacity: 0.8;
}

.official_link .title{
	margin-top: 50px;
	margin-bottom: 20px;
}

.official_link ul{
	width: 900px;
	margin: 0 auto;
}

.official_link ul li{
	width: 50%;
	float: left;
}

.official_link ul li:nth-of-type(2n){
	text-align: right;
}

.official_link .btn_million{
	width: 50%;
	margin: 20px auto 0;
	display: block;
	text-align: center;
}

.official_link a{
	transition: all .2s ease-in-out;
}

.notes{
	color: #fff;
	font-size: 14px;
}

.notes img{
	margin-top: 50px;
	margin-bottom: 20px;
}

.notes .textarea{
	width: 900px;
	margin: 0 auto 30px;
}

.notes .textarea ul{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.notes .textarea ul li{
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 7px;
}

.notes .textarea ul:nth-last-of-type(1){
	padding: 0 0 0 20px;
}

.notes .textarea ul:nth-last-of-type(2){
	border-right: 1px solid #fff;
	padding: 0 20px 0 0;
}

/******************************/
/* 201906_theaterdays_2nd_map */
/******************************/

#map_image_area{
	background: url(../images/201906_theaterdays_2nd/store_map.png) no-repeat center;
	box-sizing: border-box;
	height: 1110px;
	background-position-y:50px;
}

.top_link{
	transition: all .2s ease-in-out;
}

.top_link:hover{
	opacity: 0.8;
}

/********************************/
/* 201906_theaterdays_2nd_stamp */
/********************************/

#Stamp{
	color: #fff;
}

#Stamp .stamp_link_area{
	position: relative;
}

#Stamp .stamp_link_area .link1{
	position: absolute;
	top: 114px;
	left: 353px;
}
#Stamp .stamp_link_area .link2{
	position: absolute;
	top: 87px;
	right: 52px;
}
#Stamp .stamp_link_area .link3{
	position: absolute;
	top: 114px;
	right: 66px;
}

#Stamp ul{
	width: 900px;
	margin: 10px auto 0;
	line-height: 1.7;
}

#Stamp ul li{
	margin-left: 1em;
	text-indent:-1em;
}

#Stamp ul .yellow{
	color: #f4fc72;
}

#Stamp .stamp_button li{
	float: left;
	width: 50%;
	margin-left: 0;
	text-indent:0;
}

/* #Stamp .stamp_button li a{
	transition: all .2s ease-in-out;
} */

/* #Stamp .stamp_button li a:hover{
	opacity: 0.8;
} */

#Stamp .stamp_button li:nth-of-type(1){
	text-align: left;
}
#Stamp .stamp_button li:nth-of-type(2){
	text-align: right;
}

#Stamp .map_link{
	display: block;
	margin-top: -5px;
}

/*******************************/
/* 各店舗ページ店舗マップ共通部分 */
/*******************************/
.map{
	width: 900px;
	margin: 0 auto;
}

.map .left_area{
	float: left;
	width: 554px;
}

/* .map .left_area .overview{
	margin-bottom: 78px;
} */

.map .left_area .overview li{
	font-size: 15px;
	text-indent: -5em;
	margin-left: 5em;
	line-height: 1.7;
}

.map .left_area .kokuchi{
	font-size: 16px;
	letter-spacing: 1px;
	width: 482px;
	height: 100px;
	text-align: center;
	padding: 10px;
	border: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}

.map .left_area .kokuchi a{
	color: #fff;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.map .left_area .kokuchi a:hover{
	opacity: 0.6;
	border-color: transparent;
}

.map .right_area{
	float: right;
	width: 346px;
}

/********************************/
/* 201906_theaterdays_2nd_anion */
/********************************/
.anion_main_img{
	background: url(../images/201906_theaterdays_2nd/anion_01_new.png) no-repeat center;
	box-sizing: border-box;
	height: 675px;
}

#Anion .overview li:nth-of-type(4){
	text-indent: -8em;
	margin-left: 8em;
	margin-bottom: 20px;
}

#Anion .overview li:nth-of-type(5),
#Anion .overview li:nth-of-type(6){
	text-indent: -1em;
	margin-left: 1em;
}

#Anion .overview li .link{
	transition: all .2s ease-in-out;
	color: #fff;
}

#Anion .overview li .link:hover{
	opacity: 0.5;
	text-decoration-color: transparent;
}

#Anion .anion_image{
	position: relative;
}

#Anion .anion_image a{
	transition: all .2s ease-in-out;
}

#Anion .anion_image a:hover{
	opacity: 0.6;
}

#Anion .anion_image .anion_button{
	position: absolute;
	top: 170px;
	left: 17px;
}


/*************************************/
/* 201906_theaterdays_2nd_kotobukiya */
/*************************************/
.kotobukiya_main_img{
	background: url(../images/201906_theaterdays_2nd/kotobukiya_01.png) no-repeat center;
	box-sizing: border-box;
	height: 1127px;
}

#Kotobukiya .overview li span{
	color: #f4fc72;
	font-weight: bold;
}

#Kotobukiya .overview li:nth-of-type(6){
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 10px;
}

#Kotobukiya .image_link{
	transition: all .2s ease-in-out;
}

#Kotobukiya .image_link:hover{
	opacity: 0.6;
}

/***************************************/
/* 201906_theaterdays_2nd_officialshop */
/***************************************/
.official_main_img{
	background: url(../images/201906_theaterdays_2nd/official_01.png) no-repeat center;
	box-sizing: border-box;
	height: 755px;
}

#Official .overview li:nth-of-type(6){
	text-indent: 0;
	margin-left: 0;
	margin-top: 10px;
	color: #f4fc72;
	font-weight: bold;
}

#Official .overview li:nth-of-type(6) a{
	color: #f4fc72;
	text-decoration: none;
	border-bottom: 1px solid #f4fc72;
	transition: all .2s ease-in-out;
}

#Official .overview li:nth-of-type(6) a:hover{
	opacity: 0.8;
	border-color: transparent;
}

/**********************************/
/* 201906_theaterdays_2nd_akibaco */
/**********************************/
.akibaco_main_img{
	background: url(../images/201906_theaterdays_2nd/akibaco_01.png) no-repeat center;
	box-sizing: border-box;
	height: 2028px;
}

#Akibaco .overview,
#Akibaco .overview2{
	font-size: 15px;
}

#Akibaco .overview2 li:nth-of-type(1){
	margin-top: 30px;
}

#Akibaco .overview2 li:nth-of-type(2){
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 4px;
	line-height: 1.8;
}

#Akibaco .text_link{
	position: relative;
}

#Akibaco .text_link #image_text{
	position: absolute;
	top: 362px;
	right: 219px;
}

#Akibaco .contents_area{
	width: 900px;
	margin: 20px auto 0;
}

#Akibaco .contents_area .title{
	background-color:#2EC8CA;
	text-align: center;
	border-radius: 10px 10px 0 0;
	line-height: 0;
}

#Akibaco .contents_area .main_contents{
	background-color:#F4FC72;
	border-radius:0 0 10px 10px;
	color: #272533;
	padding-bottom: 15px;
}

#Akibaco .contents_area .main_contents h3{
	color: #272533;
	font-weight: bold;
	text-indent: -0.6em;
	line-height: 1.5;
}

#Akibaco .contents_area .main_contents p{
	font-size: 16px;
	line-height: 1.5;
}

#Akibaco .contents_area .main_contents .akibaco_text{
	width: 862px;
	margin: 0 auto;
}

#Akibaco .contents_area .main_contents .akibaco_text .border{
	border-bottom: 1px solid #272533;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#Akibaco .contents_area .main_contents .akibaco_text .border li span{
	font-weight: bold;
}

#Akibaco .contents_area .main_contents ul li{
	font-size: 16px;
	line-height: 1.5;
}

#Akibaco .contents_area .main_contents .akibaco_text .float_area{
	background: url(../images/201906_theaterdays_2nd/akibaco_icon01.png) no-repeat left 25px;
}

#Akibaco .contents_area .main_contents .akibaco_text .float_area ul{
	padding-left: 50px;
}

#Akibaco .contents_area .main_contents .akibaco_text .float_area ul li{
	font-size: 15.4px;
	line-height: 1.5;
}

#Akibaco .contents_area .main_contents .akibaco_text .float_area ul li span{
	text-indent: -0.6em;
	display: inline-block;
}

#Akibaco .champagne_wine .position01,
#Akibaco .champagne_wine .position02,
#Akibaco .champagne_wine .position03{
	position: relative;
}

#Akibaco .champagne_wine .position01 .button01{
	position: absolute;
	bottom: 15px;
	left: 225px;
}

#Akibaco .champagne_wine .position01 .button02{
	position: absolute;
	bottom: 15px;
	right: 105px;
}

#Akibaco .champagne_wine .position02 .button{
	position: absolute;
	bottom: 42px;
	left: 145px;
}

#Akibaco .champagne_wine .position03 .button{
	position: absolute;
	bottom: 4px;
	left: 275px;
}

#Akibaco .champagne_wine ul{
	margin: 10px 20px 15px 9px;
}

#Akibaco .champagne_wine ul li{
	text-indent: -0.7em;
	margin-left: 2em;
	line-height: 1.7;
}

#Akibaco .champagne_wine ul li span{
	margin-right: 0.5em;
	display: inline-block;
}

#Akibaco .champagne_wine ul li span.indent{
	text-indent: -0.6em;
	display: inline-block;
}

#Akibaco .champagne_wine .champagne_imagelink{
	position: absolute;
	bottom: 253px;
	left: 300px;
}

/************************************/
/* 201906_theaterdays_2nd_akibaichi */
/************************************/
.akibaichi_main_img{
	background: url(../images/201906_theaterdays_2nd/akibaichi_01.png?20190612) no-repeat center;
	box-sizing: border-box;
	height: 672px;
}

#Akibaichi p{
	color: #f4fc72;
	font-weight: bold;
	font-size:16px;
}

#Akibaichi p a{
	color: #f4fc72;
	text-decoration: none;
	border-bottom: 1px solid #f4fc72;
	transition: all .2s ease-in-out;
}

#Akibaichi p a:hover{
	opacity: 0.8;
	border-color: transparent;
}

/**********************************/
/* 201906_theaterdays_2nd_animate */
/**********************************/
.animate_main_img{
	background: url(../images/201906_theaterdays_2nd/animate_01.png) no-repeat center;
	box-sizing: border-box;
	height: 1136px;
}

/**********************************/
/* 201906_theaterdays_2nd_amiami */
/**********************************/
.amiami_main_img{
	background: url(../images/201906_theaterdays_2nd/amiami_01.png) no-repeat center;
	box-sizing: border-box;
	height: 671px;
}

.amiami_image{
	position: relative;
}
.amiami_online_link{
	position: absolute;
	left: 24px;
	bottom: 32px;
}

.amiami_image a{
	transition: all .2s ease-in-out;
}

.amiami_image a:hover{
	opacity: 0.6;
}

/**********************************/
/* 201906_theaterdays_2nd_radikan */
/**********************************/
.radikan_main_img{
	background: url(../images/201906_theaterdays_2nd/radikan_01.png) no-repeat center;
	box-sizing: border-box;
	height: 711px;
}

#Radikan .radikan_image01{
	text-align: center;
}

#Radikan .radikan_image01 a .bgi11{
	position: absolute;
	z-index: 0;
	right: 20px;
}

/********************************/
/* 201906_theaterdays_2nd_goods */
/********************************/
#Goods .juchu_item01{
	position: relative;
	background: url(../images/201906_theaterdays_2nd/patern02.png) repeat;
	text-align:center;
}

#Goods .juchu_item01 .popup01{
	position: absolute;
	top: 760px;
	left: 35px;
}

#Goods .juchu_item01 .popup02{
position: absolute;
top: 760px;
right: 35px;
}

#Goods .juchu_item01 .popup03{
	position: absolute;
	bottom: 100px;
	left: 267px;
}

#Goods .juchu_item02{
	background: url(../images/201906_theaterdays_2nd/patern07.png) repeat;
}

#Goods .textarea{
	width: 900px;
	margin: 10px auto;
	line-height: 1.7;
}

#Goods .textarea li{
	text-indent: -1em;
	margin-left: 1em;
}

#Goods .textarea .rethu2{
	text-indent: -3em;
	margin-left: 3em;
}

#Goods .textarea02{
	width: 804px;
	margin: 0 auto;
}

#Goods .akibaco_button1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#Goods .goods_button{
	position: relative;
}

#Goods .goods_button .akibaco{
	position: absolute;
	bottom: 257px;
	left: 172px;
}

#Goods .goods_button .asobistore{
	position: absolute;
	bottom: 257px;
	left:427px ;
}

#Goods .goods_button .amiami{
	position: absolute;
	bottom: 257px;
	left:682px;
}

#Goods .akibaco_yoyaku{
	position: relative;
}

#Goods .akibaco_yoyaku .akibaco_button2{
	position: absolute;
	bottom: 42px;
	left: 144px;
}

#Goods .amiami_online{
	position: relative;
}

#Goods .amiami_online .kotira{
	position: absolute;
	top: 44px;
	left: 273px;
}

#Goods .amiami_online .amiami_button{
	position: absolute;
	bottom: 190px;
	left: 149px;
}

#Goods .twitter_link_area{
	margin: 30px 0 20px;
}

#Goods .twitter_link_area .twitter_link1{
	width: 394px;
	margin-left: 7.4%;
	float: left;
}

#Goods .twitter_link_area .twitter_link2{
	width: 394px;
	margin-right: 7.4%;
	float: right;
}

#Goods .twitter_link_area .twitter_link1 li,
#Goods .twitter_link_area .twitter_link2 li{
	margin-bottom: 15px;
}

#Goods .twitter_link_area .twitter_link1 li:last-child,
#Goods .twitter_link_area .twitter_link2 li:last-child{
	margin-bottom: 0;
}

#Goods .twitter_link_area ul li{
	line-height: 0;
}

#Goods .juchu_item02{
	position: relative;
}

#Goods .juchu_item02 .champagne_link{
	position: absolute;
	bottom: 40px;
	right: 332px;
}

#Goods .juchu_item02 .champagne_ankerlink{
	position: absolute;
	bottom: 174px;
	left: 271px;
	line-height: 0;
}

#Goods .juchu_item02 .champagne_imagelink{
	position: absolute;
	bottom: 326px;
	right: 283px;
	line-height: 0;
}


#Goods .itemlist{
	position: relative;
}

/* #Goods .list05 .img01{
	position: absolute;
	bottom: 15px;
	left: 20px;
}

#Goods .list06 .img02{
	position: absolute;
	bottom: 15px;
	right: 20px;
} */

#Goods .itemlist .img01{
	position: absolute;
	bottom: 93px;
	left: 37px;
}

#Goods .itemlist .img02{
	position: absolute;
	bottom: 90px;
	right: 34px;
}

#Goods .itemlist .popup01{
	position: absolute;
	left: 36px;
	bottom: 88px;
}

#Goods .itemlist .popup02{
	position: absolute;
	right: 36px;
	bottom: 88px;
}

#Goods .itemlist .amiami_button_left{
	position: absolute;
	bottom:15px;
	left: 30px;
}

#Goods .itemlist .amiami_button_right{
	position: absolute;
	bottom:15px;
	right: 30px;
}

#Goods .list25 .wine_link{
	position: absolute;
	bottom: 24px;
	right: 100px;
}

#Goods .list27 .short_button_left{
	position: absolute;
	bottom: 90px;
	left: 34px;
}

#Goods .list25 .img03{
	position: absolute;
	bottom: 22px;
	left: 143px;
}

#Goods .list27 .short_button_center{
	position: absolute;
	bottom: 90px;
	left: 344px;
}

#Goods .list27 .short_button_right{
	position: absolute;
	bottom: 90px;
	right: 34px;
}

#Goods .list04 .img01{
	position: absolute;
	bottom: 175px;
	left: 37px;
}

#Goods .list04 a .newslink{
	position: absolute;
	bottom: 19px;
	right: 334px;
}

#Goods .list04 .img03{
	position: absolute;
	bottom: 127px;
	right: 354px;
}

#Goods .list04 .popup02{
	bottom: 216px;
    right: 34px;
}

#Goods .list26 .img01{
	bottom: 82px;
}

#Goods .list26 .img02{
	position: absolute;
	bottom: 113px;
}

#Goods .list26 .img03{
	position: absolute;
	bottom: 38px;
	right: 354px;
}

#Goods .list24 .img03{
	position: absolute;
	bottom: 22px;
	right: 41px;
}

#Goods .list21 a .newslink{
	position: absolute;
	bottom: 22px;
	left: 246px;
}

/********************************/
/* 201906_theaterdays_2nd_pota */
/********************************/
#Potafes .pota_image{
	position: relative;
}

#Potafes a .potabtn{
	position: absolute;
	bottom:632px;
	left:48px;
}

#Potafes ul{
	width: 837px;
	margin: 20px auto 50px;
	line-height: 2;
	font-size: 18px;
}
#Potafes ul li{
	text-indent: -5em;
	margin-left: 5em;
}

#Potafes ul li:last-child span{
	letter-spacing: 0.34em;
}

#Potafes ul li:last-child a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#Potafes ul li:last-child a:hover{
	border-bottom:1px solid transparent;
}

#Potafes p{
	width: 837px;
	margin: 0 auto;
	padding: 13px 0 9px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 29px;
	line-height: 1;
}

#Potafes h3 {
	width: 851px;
	margin: 0 auto;
  font-size: 32px;
  color: #fff;
  letter-spacing: -1.4px;
}

#Potafes .potafes02{
	height: 448px;
	background: url(../images/201906_theaterdays_2nd/potafes02.png) no-repeat center;
}

#Potafes .potafes04{
	height: 298px;
	background: url(../images/201906_theaterdays_2nd/potafes04.png) no-repeat center;
}


/***********/
/* litebox */
/***********/
.lb-prev:hover,
.lb-next:hover{
	cursor: pointer;
}

/********/
/* 共通 */
/********/
#Akibaichi,
#Akibaco,
#Anion,
#Animate,
#Amiami,
#Stamp,
#Official,
#Kotobukiya,
#map_image_area,
#Radikan,
#Potafes,
#Goods{
	padding-top: 50px;
}

footer .link_area .links span{
	color: #6B6974;
}

@media screen and (min-width: 960px) {
	#Goods .list21 a,
	.nui_and_jam a,
	#Radikan .radikan_image01 a,
	#Goods .list04 a .newslink,
	#Goods .list21 a .newslink,
	#Goods .juchu_item01 a,
	#Potafes a,
	#Goods .list04 a .img03,
	#Goods .list26 a .img03,
	#lightbox .lb-data .lb-close,
	#Goods .akibaco_yoyaku a,
	#Goods .amiami_online a,
	#Goods .goods_button a,
	#Goods .juchu_item02 a,
	#Goods .itemlist a,
	.main .twitter_button,
	.main .main_image,
	#Stamp .map_link,
	#Akibaco .text_link a,
	#Stamp .stamp_link_area a,
	#Stamp .stamp_link_area a,
	#Stamp .stamp_link_area a {
		transition: all.2s ease-in-out;
	}

	.idol_shisatu{
		position: relative;
	}

	.idol_shisatu .bgi{
		position: absolute;
		left: 0;
		top: -147px;
	}

	#lightbox .lb-data .lb-close img{
		width: 100%;
	}

	#Goods .list21 a:hover,
	.nui_and_jam a:hover,
	#Goods .list04 a:hover,
	#Potafes a:hover,
	.menu ul li a:hover,
	#Akibaco .text_link a:hover,
	#Stamp .stamp_link_area a:hover,
	#Stamp .stamp_link_area a:hover,
	#Stamp .stamp_link_area a:hover,
	#Goods .juchu_item02 a:hover,
	#Goods .amiami_online .kotira:hover{
		opacity: 0.6;
	}

	#Radikan .radikan_image01 a .test:hover,
	#Goods .juchu_item01 a:hover,
	#Goods .list04 a .img03:hover,
	#Goods .list26 a .img03:hover,
	#lightbox .lb-data .lb-close:hover,
	#Goods .akibaco_button1 a .test:hover,
	#Goods .akibaco_yoyaku a:hover,
	#Goods .amiami_online a:hover,
	#Goods .goods_button a:hover,
	#Goods .twitter_link1 li a .test:hover,
	#Goods .twitter_link2 li a .test:hover,
	#Goods .itemlist a:hover,
	.fukuoka a .test:hover,
	.stamp_button a .test:hover,
	.official_link a .test:hover,
	.misaki_message a .test:hover,
	/* .menu .menu2 ul li:hover, */
	.main .main_image:hover,
	.main .twitter_button:hover,
	#Stamp .map_link:hover{
		opacity: 0.8;
	}

	#Radikan .radikan_image01 a .test,
	#Goods .akibaco_button1 a .test,
	#Goods .twitter_link1 li a .test,
	#Goods .twitter_link2 li a .test,
	.fukuoka a .test,
	.long_img a .test,
	.short_img a .test,
	.official_link a .test,
	.misaki_message a .test,
	.stamp_button a .test{
		transition: all .2s ease-in-out;
		position: relative;
		z-index: 5;
	}
	.long_img a .bgi4,
	.misaki_message a .bgi{
		position: absolute;
		z-index: 0;
		left: 0;
	}

	.short_img a .bgi1{
		position: absolute;
		z-index: 0;
		left: 6px;
	}

	.official_link a .bgi1{
		position: absolute;
		z-index: 0;
		left: 20px;
	}

	.short_img a .bgi2{
		position: absolute;
		z-index: 0;
		right: 10px;
	}
	.official_link a .bgi2{
		position: absolute;
		z-index: 0;
		right: 20px;
	}

	.official_link a .bgi3{
		position: absolute;
		z-index: 0;
		right: 250px;
	}

	.stamp_button a .bgi5{
		position: absolute;
		z-index: 0;
		left: 21px;
	}

	.stamp_button a .bgi6{
		position: absolute;
		z-index: 0;
		right: 20px;
	}

	.fukuoka a .bgi7{
		position: absolute;
		z-index: 0;
		left: 8px;
	}

	#Goods .twitter_link1 li a .bgi8{
		position: absolute;
		z-index: 0;
		left: 69px;
	}

	#Goods .twitter_link2 li a .bgi9{
		position: absolute;
		z-index: 0;
		right: 70px;
	}

	#Goods .akibaco_button1 a .bgi10{
		position: absolute;
		z-index: 0;
		right: 275px;
	}

	#Goods .list21 a .link{
		position: absolute;
		bottom: 22px;
		right: 170px;
	}

	#Akibaco .champagne_wine a{
		transition: all .2s ease-in-out;
	}

	#Akibaco .champagne_wine a:hover{
		opacity: 0.6;
	}

	#Akibaco .champagne_wine .position02 a:hover{
		opacity: 0.8;
	}

	footer{
		color: #fff;
		width: 940px;
		margin: 0 auto;
	}

	footer .companies{
		width: 100%;
		box-sizing: border-box;
		padding:25px;
		background-color:#7d7b94;
		font-size: 13px;
	}

	footer .companies span{
		display: block;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
		font-size: 13px;
	}

	footer .companies dl dt{
		float: left;
		width: 135px;
	}

	footer .companies dl dd{
		float: right;
		width: 740px;
		text-indent: -1em;
		margin-left: 1em;
		line-height: 1.7;
	}

	footer .link_area{
		background-color:#272533;
		padding: 25px;
		box-sizing: border-box;
		font-size: 14px;
	}

	footer .link_area .links{
		display: block;
		width: 100%;
		color: #fff;
		margin-bottom: 25px;
		line-height: 1.8;
	}

	footer .link_area .links a{
		color: #fff;
		text-decoration: none;
		transition: all .2s ease-in-out;
	}

	footer .link_area .links a:hover{
		color: #e6d18f;
	}

	footer .copy{
		background-color: #272533;
		text-align: right;
		font-size: 11px;
	}

	#contents{
		height:100%;
		min-height:100%;
		position:relative;
		width:950px;
		overflow: hidden;
		margin:0px auto;
		padding:0px;
	}
	/* ////////// jQuery TOPへ戻るボタンのためのcss start ////////// */
	#page-top{
		width:143px;
		height:142px;
		display:none;
		position:fixed;
		right: 30px;
		bottom:30px;
	}
	#page-top p{
		margin:0;
		padding:0;
		text-align:center;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		transition:all 0.3s;
	}

	#move-page-top{
		color:#fff;
		line-height:50px;
		text-decoration:none;
		display:block;
		cursor:pointer;
	}

	#move-page-top img{
		width: 100%;
		opacity: 0.8;
		transition: all .2s ease-in-out;
	}

	#move-page-top img:hover{
		opacity: 0.5;
	}
	/* ////////// jQuery TOPへ戻るボタンのためのcss end ////////// */
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
}
/*******************/
/* ここから下スマホ */
/******************/
@media screen and (max-width: 959px) {
	article{
		height: auto;
		margin-top:-5vw;
		background: rgb(187,209,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgb(187,209,255) 0%, rgb(255,255,255) 40%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgb(187,209,255) 0%,rgb(255,255,255) 40%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgb(187,209,255) 0%,rgb(255,255,255) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd1ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		position: sticky;
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		z-index: -1;
	}

	article #contents {
		border-left:none;
		border-right:none;
	}

	.menu .unit-link img{
		width: 100%;
	}

	article img{
		margin-bottom: -5px;
		/* width: 100%; */
	}

	.menu .area1{
		border-bottom: 2px solid #ceaf5d;
		box-sizing: border-box;
	}

	.menu .area1 li, .menu .area2 li{
		border-right: 2px solid #ceaf5d;
		box-sizing: border-box;
	}

	.map .left_area .overview{
		margin-bottom: 40px;
	}

	.map .left_area .overview li{
		font-size: 20px;
	}

	.map .left_area .kokuchi{
		font-size: 16px;
	}

	.sp_text{
		font-size: 13px;
	}

	#lightbox .lb-data .lb-close{
		width: 100px;
	}

	#lightbox .lb-data .lb-close img{
		width: 100%;
	}

	#Goods{
	text-align: center;
	}

	#Goods .juchu_item01,
	#Goods .juchu_item02{
		text-align: center;
	}

	#Goods .textarea{
		text-align: left;
	}

	#Goods .itemlist{
		text-align: center;
		position: relative;
	}

	#Goods .akibaco_yoyaku .akibaco_button2{
		left: 151px;
	}

	#Goods .amiami_online .amiami_button{
		left: 155px;
	}

	#Goods .amiami_online .kotira{
		left: 278px;
	}

	#Goods .goods_button .akibaco{
		left: 178px;
	}

	#Goods .list24 .img03{
		right:45px;
	}

	#Goods .list25 .img03{
		left: 148px;
	}

	#Goods .list26 .img03{
		bottom: 40px;
		right: 359px;
	}

	#Goods .itemlist .img01{
		left: 40px;
	}

	#Goods .itemlist .img02{
		right: 40px;
	}

	#Goods .list04 a .newslink{
		position: absolute;
		bottom: 19px;
		right: 339px;
	}

	#Goods .list04 .img03{
		bottom: 127px;
		right: 358px;
	}

	#Goods .list021 a .newslink{
		bottom: 127px;
		right: 358px;
	}

	#Goods .juchu_item02 .champagne_link{
		bottom: 37px;
		right: 337px;
	}

	#Goods .list21 a .newslink{
		position: absolute;
		bottom: 21px;
		left: 252px;
	}

	#Goods .list21 a .link{
		position: absolute;
		bottom: 22px;
		right: 176px;
	}

	#Goods .juchu_item01 .popup01 {
    position: absolute;
    top: 753px;
    left: 35px;
	}

	#Goods .juchu_item01 .popup02 {
    position: absolute;
    top: 753px;
    right: 35px;
	}

	footer{
		color: #fff;
		width: 950px;
		margin: 0 auto;
	}

	footer .companies{
		width: 100%;
		box-sizing: border-box;
		padding:25px;
		background-color:#7d7b94;
		font-size: 13px;
	}

	footer .companies span{
		display: block;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
		font-size: 13px;
	}

	footer .companies dl dt{
		float: left;
		width: 135px;
	}

	footer .companies dl dd{
		float: right;
		width: 740px;
		text-indent: -1em;
		margin-left: 1em;
		line-height: 1.7;
	}

	footer .link_area{
		background-color:#272533;
		padding: 25px;
		box-sizing: border-box;
		font-size: 13px;
	}

	footer .link_area .links{
		display: block;
		width: 100%;
		color: #fff;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	footer .link_area .links a{
		color: #fff;
		text-decoration: none;
	}

	/* footer .link_area .links span{
		color: #6B6974;
	} */

	footer .copy{
		background-color: #272533;
		text-align: right;
		font-size: 11px;
	}

	#contents{
		height:100%;
		min-height:100%;
		position:relative;
		width:100%;
		overflow: hidden;
		margin:0px auto;
		padding:0px;
	}
	/* ////////// jQuery TOPへ戻るボタンのためのcss start ////////// */
	#page-top{
		width:15vw;
		height:15vw;
		display:none;
		position:fixed;
		right: 5%;
		bottom:2.5%;
	}
	#page-top p{
		margin:0;
		padding:0;
		text-align:center;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		transition:all 0.3s;
	}

	#move-page-top{
		color:#fff;
		line-height:50px;
		text-decoration:none;
		display:block;
		cursor:pointer;
	}

	#move-page-top img{
		width: 100%;
		opacity: 0.6;
	}
	/* ////////// jQuery TOPへ戻るボタンのためのcss end ////////// */
	.bgi,
	.bgi1,
	.bgi2,
	.bgi3,
	.bgi4,
	.bgi5,
	.bgi6,
	.bgi7,
	.bgi8,
	.bgi9,
	.bgi10,
	.bgi11{
		display: none;
	}
}
