/* inview */
.fade-in {
	opacity: 0.0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fade-on {
	opacity: 1.0;
}

/* top */
.top {
    width:100%;
    height:auto;
	background: linear-gradient(135deg, #38a1db 1%,#1bff7f 100%);
}

.slide01 {
	background:url(images/slide01.jpg);
}

.slide02 {
	background:url(images/slide02.jpg);
}

.slide03 {
	background:url(images/slide03.jpg);
}

.slide04 {
	background:url(images/slide04.jpg);
}

.slide05 {
	background:url(images/slide05.jpg);
}

.slider {
    width: 100%;
	height: 720px;
	overflow: hidden;
	opacity: 0.85;
}

.slider li {
    height: 720px;
    width: 100%;
  	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top h2 {
	height: 720px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -720px;
}

.top h2 img {
	width: 720px;
	height: auto;
	transform: rotate(-5deg);
	z-index: 999990;
}

.top-menu .wrapper {
	width: 1000px;
}

.sns {
    width:100%;
    padding:50px 0px 25px 0px;
    display: flex;
	justify-content: center;
}

.fb-page {
	width:487.5px;
    z-index:0;
    float:left;
	margin-right: 25px;
    box-shadow:0px 1px 2px #cccccc;
}

.twitter {
    width:487.5px;
    height:400px;
    float:left;
    overflow:scroll;
	background:#ffffff;
    box-shadow:0px 1px 2px #cccccc;
}

/* top-menu */
.top-menu {
	background:#efefef;
    padding:0px 0px 50px 0px;
}

.eigadaifes {
    width:100%;
    padding:0px 0px 0px 0px;
}

.eigadaifes img {
    width:100%;
    height:auto;
    display:block;
}

.eigadaifes ul {
	width:1000px;
    height:auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    -webkit-display:flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
}

.eigadaifes ul li {
	width:327px;
    box-shadow:0px 1px 2px #cccccc;
    margin-bottom:0px;
}

/* textbox */
.midashi-box {
    width:100%;
    padding:125px 0px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
	background: linear-gradient(135deg, #38a1db 1%,#1bff7f 100%);
}

.midashi-box h2 {
    font-size:30px;
    font-family:'cbg','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.midashi-box h2 img {
	width: auto;
	height: 30px;
}

.midashi-box p {
    font-size:14px;
    padding-top:6px;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.midashi-box h3 {
    font-weight:bold;
    font-size:30px;
    text-align:center;
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}

.text-box {
    width:100%;
    background:#ffffff;
    padding:100px 0px 25px 0px;
    margin-bottom:0px;
}

.text {
	width:720px;
    margin:0 auto;
	margin-bottom:75px;
}

.text p {
    width:720px;
    margin:0 auto;
    font-size:16px;
    line-height:32px;
    margin-bottom:16px;
}

.text img {
    width:100%;
    height:auto;
	margin-bottom:50px;
}

h3 {
    font-weight:bold;
    font-size:20px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-bottom:10px;
    margin-bottom:25px;
}

.intro-midashi {
	font-size: 30px;
	line-height: 45px;
    border-bottom:none;
    padding-bottom:50px;
    margin-bottom:-15px;
}

.intro-sotsusei {
	width: 0px;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0 auto;
	padding: 50px 0px;
	opacity: 0.0;
    transition: 0.3s;
    -webkit-transition: 0.3s;	
	border-top:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
}

.intro-sotsusei-on {
	opacity: 1.0;
	width: 460px;
	padding: 50px 0px;
	border-top:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
}

.intro-sotsusei img {
    height:14px;
    padding-top:10px;
}

.intro-sotsusei-ul {
	width: 460px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.intro-sotsusei-ul li {
	width: 100%;
}

.intro-sotsusei-ul li:first-child {
	margin-right: 25px;
}

.intro-sotsusei-ul li a {
	width: 100%;
	display: block;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	background-color:none;
	border:3px solid #ffffff;
	padding: 20px 0px 20px 0px;
	font-size: 16px;
	line-height: 20px;
	transition-duration: 0.1s;
}

.intro-sotsusei-ul li a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #5fbcd4;
}

.intro-sotsusei-ul li a:after {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-right:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	transform: rotate(45deg);
	margin: 0 auto;
	margin-top: 10px;
	transition-duration: 0.1s;
}

.intro-sotsusei-ul li a:hover:after {
	border-right:3px solid #5fbcd4;
	border-bottom:3px solid #5fbcd4;
}

.intro-box h3 {
    font-weight:bold;
    font-size:18px;
    text-align:left;
    border:none;
    padding:0px;
    margin-bottom:10px;
	color: #5fbcd4;
}

.intro-box .intro-h3 {
	color:#333333;
	font-weight:bold;
    font-size:20px;
    text-align:left;
	border-bottom: none;
    border-left:5px solid #5fbcd4;
    padding:15px 0px 15px 20px;
    margin-bottom:50px;
	box-sizing: border-box;
}

.jimi-link {
    width:100%;
    margin:50px 0px 50px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.jimi-link li {
	width: 50%;
    padding:0px 10px 10px 0px;
	box-sizing: border-box;
}

.jimi-link a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: 1px solid #5fbcd4;
	color: #5fbcd4;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	transition-duration: 0.1s;
}

.jimi-link a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #5fbcd4;
	text-decoration: none;
}

.landing {
    width:640px;
    margin:0 auto;
    height:auto;
}

.landing img {
    width:100%;
    margin:0 auto;
    height:auto;
    border:1px solid #ededed;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    margin-bottom:5px;
    box-sizing:border-box;
}

.landing img:hover {
     opacity:0.8;
}


/* img-box */
.img-box {
    width:100%;
    background:#ffffff;
    padding:100px 0px;
    text-align:center;
    color:#000000;
}

.img-box ul {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    -webkit-display:flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
    margin-bottom:-50px;
    overflow:hidden;
} 

.img-box ul li {
	margin-bottom:50px;
} 

.img-box-tile {
    font-size:22px;
    font-weight:bold;
    margin-top:14px;
    margin-bottom:8px;
	line-height: 26px;
}

.img-box-spec {
    font-size:12px;
}

.img-box a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    margin-bottom:5px;
}

.img-box a:hover {
    opacity:0.8;
}

.img-box a img {
	width:475px;
    height:auto;
}

.img-box .photopage {
    width:640px;
    height:auto;
    margin:0 auto;
    text-align:center;
    padding-top:75px;
}

.img-box .photopage a img {
    height:auto;    
    width:100%;
    margin:0 auto;
    border:1px solid #efefef;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    box-sizing:border-box;
}

.img-box .photopage a img:hover {
     opacity:0.8;
}

/* timeschedule */
.time-box {
    width:100%;
    background:#ffffff;
    padding:100px 0px;
    text-align:center;
    color:#000000;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.time-box-main {
	width:640px;
    margin:0 auto;
    margin-bottom:25px;
}

.time-box-main li {
	margin-bottom:75px;
}

.time-box-main img {
	width:475px;
}

.time-day {
	width:100%;
    font-size:40px;
    font-family: 'cbg';
    margin-bottom:5px;
}

.time-week {
	width:100%;
    font-size:20px;
    font-family: 'cbg';
    margin-bottom:30px;
}

.time-block {
    font-weight:bold;
    font-size:18px;
}

.time-title {
    font-size:22px;
    font-weight:bold;
    padding:20px 0px 12px 0px;
}

.time-title p {
	line-height: 28px;
}

.cation {
    width:100%;
    background:#38B0C5;
	background: linear-gradient(135deg, #38a1db 1%,#1bff7f 100%);
    padding:30px;
    text-align:center;
    font-weight:bold;
	color:#ffffff;
    font-size:18px;
    border-radius:4px;
    margin-bottom:15px;
    box-sizing:border-box;
}

.cation p {
    text-align:justify;
    padding:5px 0px;
}

.attention {
	width:640px;
    text-align:left;
    font-size:16px;
    margin-bottom:-5px;
}

.time-box .attention {
	text-align:center;
}

.attention li {
	line-height:22px;
    margin-left:14px;
    margin-bottom:6px;
}

.attention li:before {
	content:"※";
    margin-left:-16px;
}

.soldout {
	font-size:12px;
    margin-top:8px;
}

.time-time-hosoku {
    margin-top:8px;
    font-size:14px;
}

/* ticket */
.ticket-box {
    width:100%;
    background:#ffffff;
    padding:100px 0px;
    margin-bottom:0px;
}

.ticket-box-box {
	width:640px;
    margin:0 auto;
}

.ticket-box-box .cation p {
    line-height:24px;
}

.ticket-map {
    width:100%;
    text-align:center;
    margin-bottom:50px;
    margin-top:50px;
}

.ticket-map img {
    width:400px;
    height:auto;
}

.ticket-box-box .attention {
	margin-top:0px;
    width:100%;
}

.bolder {
    color:#38b0c5;
    font-weight:bold;
}


/* theater */
.aeoncinema {
	text-align:center;
}

.aeoncinema img {
    width:520px;
    height:auto;
    margin-bottom:15px;
}

.aeoncinema p {
	line-height:24px;
    margin-bottom:0px;
}

.aeoncinemano1 {
    width:100%;
    height:auto;
    margin-bottom:30px;
}

.aeoncinemano1 img {
    width:100%;
    height:auto;
}

.googlemap {
}

.googlemap a {
    width:75%;
    margin:0 auto;
    display:block;
    font-weight:bold;
    font-size:16px;
    color: #5fbcd4;
	border: 1px solid #5fbcd4;
    text-align:center;
    padding:20px 0px;
	transition-duration: 0.1s;
    border-radius:4px;
    margin-top:20px;
}

.googlemap a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #5fbcd4;
	text-decoration: none;
}

/* sakuhin */
.sakuhin1, .sakuhin2, .sakuhin3, .sakuhin4, .sakuhin5, .sakuhin6, .sakuhin7 {
    background:#f5f5f5;
}

.sakuhin {
	width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    -webkit-display:flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
    padding:30px 0px 30px 0px;
    text-align:justify;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.sakuhin-l {
    width:250px;
    padding:30px 0px 0px 0px;
    display:flex;
    flex-direction:column;
}

.sakuhin-l li {
	width:100%;
	height: auto;
    margin-bottom:30px;
}

.sakuhin-l li img {
    width:100%;
    height:auto;
}

.sakuhin-l a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
}

.sakuhin-l a:hover {
    opacity:0.8;
}

.insta {
    width:250px;
	height: auto;
}

.insta img {
    width:100%;
    height:auto;
    border:5px solid #D93177;
    box-sizing:border-box;
}

.sakuhin-l .fb-page {
    width:250px;
    box-shadow:none;
    float:none;
    margin-right:0px;
    border-bottom:1px solid #efefef;
}

.sakuhin-l .twitter {
    width:250px;
    height:500px;
    overflow:scroll;
    box-shadow:none;
    border:1px solid #efefef;
    box-sizing:border-box;
}

.sakuhin-r {
    width:720px;
}

.sakuhin-steel {
	width:100%;
    height:auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,262626+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #262626 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#262626 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}

.sakuhin-steel img {
    width:1000px;
    height:auto;
    display:block;
    margin:0 auto;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
    box-shadow:0px 0px 30px #000000;
}

.sakuhin-text-box {
    width:620px;
    padding:50px 0px 50px 100px;
}

.sakuhin-text-box h2 {
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin:0;
    padding:0;
    letter-spacing:0;
	line-height: 38px;
}

.sakuhin-text-box-midashi {
    color:#000000;
    padding-bottom:10px;
    border-bottom:1px solid #d4c6a3;
    margin-bottom:30px;
    font-weight:bold;
}

.sakuhin-text-box-bolder {
    color:#000000;
    font-weight:bold;
    margin-bottom:5px;
}

.sakuhin-spec {
    text-align:center;
    font-size:12px;
    margin-top:13px;
    margin-bottom:50px;
}

.rating {
    width:100%;
    border:1px solid #38B0C5;
    color:#38B0C5;
    padding:5px;
    text-align:center;
    font-size:14px;
    margin-top:30px;
}

.sakuhin-info-box {
	margin-bottom:-30px;
}

.sakuhin-info-box h3 {
    font-weight:bold;
    font-size:20px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:25px;
	cursor:pointer;
	background:url(../images/plus.png) no-repeat top 18px right;
    background-size:14px 14px;
}

.sakuhin-info-box img {
    width:100%;
    height:auto;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
}

.sakuhin-info-box a img:hover {
    opacity:0.8;
}

.sakuhin-info-box h3.active{
 	background:url(../images/minus.png) no-repeat top 18px right;
    background-size:14px 14px;
}

.sakuhin-info-box p{
    width:100%;
    font-size:16px;
    line-height:32px;
    margin-bottom:32px;
}

.sakuhin-info-box blockquote {
    width:90%;
    padding:5%;
    text-align:justify;
    background:#f5f5f5;
    margin:0 auto;
}

.sakuhin-info-box blockquote p {
	width:100%;
    margin-bottom:5px;
    font-size:14px;
    line-height:20px;
}

.blockquote-text-right {
    margin-bottom:5px;
    font-size:14px;
    line-height:20px;
    text-align:right;
}

.sakuhin-credit {
    margin-bottom:32px;
}

.sakuhin-credit p {
    margin-bottom:0px;
}

.sakuhin-credit-thanks p {
    font-size:12px;
    line-height:22px;
    margin-bottom:12px;
}

.sakuhin-info-text {
    margin-bottom:50px;
    display:block;
}

.sakuhin-info-box img {
	width:100%;
    height:auto;
    margin-bottom:30px;
    display:block;
}

.sakuhin-info-text li {
	margin-bottom:16px;
    line-height:24px;
}

.sakuhin-info-text li:before {
	content:"・";
}

.kodak {
	width:auto;
    height:100%;
	margin-top:30px;
    margin-bottom:30px;
}

.kodak img {
	width:auto;
    height:75px;
}

.text-right {
    width:100%;
    font-size:16px;
    line-height:32px;
    margin-bottom:32px;
    text-align:right;
}

.sakuhin-info-text .fb-page {
    width:100%;
    margin:0 auto;
    overflow:hidden;
    box-shadow:none;
    padding:0;  
}

.sakuhin-visual img {
    width:50%;
    height:auto;
    display:block;
    margin:0 auto;
    border:1px solid #d4c6a3;
}

.sakuhin-link {
    width:100%;
    text-align:center;
    margin-bottom:50px;
    box-sizing:border-box;
    padding:5px 5px 10px 5px;
    border:1px solid #d4c6a3;
}

.sakuhin-link img {
    margin-bottom:10px;
}

.sns-list-box {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
	display: flex;
	justify-content: space-between;
}

.sns-list-box li {
	width: 100%;
    padding:0px;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}

.sns-list-box li:last-child {
	margin-right: 0px;
}

.sns-list-box a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	opacity: 1;
	transition-duration: 0.1s;
}

.sns-list-box a:hover {
	opacity:0.8;
	text-decoration: none;
}

.sns-list-box a i {
	font-size: 18px;
}

.sns-list-box-fb {
	background: #3B5998;
}

.sns-list-box-twitter {
	background: #55acee;
}

.sns-list-box-insta {
	background: #D93177;
}

/* youtube */
.sakuhin-youtube {
	position: relative;
	width: 100%;
    height:auto;
	padding-top: 56.25%;
    margin-bottom:5%;
}
.sakuhin-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
