@charset "utf-8";
/* CSS Document */
body, html {
	overflow-x: hidden;
	background: #FFF;
}
/*=============================HEADER=======================================*/
#header {
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 15px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
p.logo {
	float: left;
	width: 131px;
}
p.logo img {
	width: 100%;
}
.pt {
	padding-top: 25px;
}
@media only screen and (max-width:736px) {
.pt {
	padding-top: 0;
}
p.logo {
	width: 80px;
}
}
/*=============================KV=======================================*/

#kv {
	max-width: 1200px;
	margin: 10px auto;
	position: relative;
	padding: 0 15px;
}
#kv img {
	width: 100%;
}
p.whats-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
p.whats-btn a img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}
p.whats-btn a:hover img {
	opacity: 0.7;
}
p.whats-btn a:hover {
	background: #FFF;
}
.scro {
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 3px;
	position: relative;
	max-width: 1200px;
	position: fixed;
	right: 50px;
	bottom: 25%;
	z-index: 9999;
}
.scro p {
	position: absolute;
	transform: rotate(90deg);
	font-size: 11px;
	letter-spacing: 1px;
	top: -10px;
	left: -10px;
}
.scro:before {
	content: "";
	position: absolute;
	left: 0;
	top: -100px;
	background: #5DB747;
	height: 0;
	width: 2px;
	animation: anime1 2s ease-in-out infinite;
}
@keyframes anime1 {
0% {
height: 120px;
}
50% {
height: 0;
}
100% {
height: 120px;
}
}
.scro.plus-bo:before {
	content: "";
	position: absolute;
	left: 0;
	top: -100px;
	background: #28AAE1;
	height: 120px;
	width: 3px;
}
@media only screen and (max-width:736px) {
.scro {
	right: 30px;
}
.scro p {
	font-size: 10px;
}
p.whats-btn {
	width: 30%;
	bottom: 15px;
	right: 15px;
}
}
/*=============================EVENT=======================================*/
article#vol7 {
	background: url(../img/common/bk7.jpg) center top no-repeat fixed;
}
section {
	margin: 75px auto;
	padding: 50px 15px;
	box-sizing: border-box;
	max-width: 1200px;
}
@media only screen and (max-width:736px) {
section {
	margin: 75px 15px;
	padding: 0;
}
}
#event-top {
	margin: 120px 0 100px auto;
	padding: 100px 0 0 0;
}
#event-top p, #event p {
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	font-size: 16px;
	line-height: 200%;
}
#event-top p.att {
	line-height: 120%;
	font-weight: normal;
}
#event-top h2 {
	max-width: 500px;
	margin: 0 auto 50px auto;
}
#event-top h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 25px auto;
}
#event-top h2 img {
	width: 100%;
	display: block;
}
@media only screen and (max-width:736px) {
#event-top h3 {
	font-size: 18px;
}
#event-top {
	margin: 0 15px 0 15px;
	padding: 0;
}
#event-top h2, #event h2 {
	margin-bottom: 25px;
}
#event-top h2 img {
	width: 70%;
	margin: 25px auto 0 auto;
}
#event-top p, #event p {
	font-size: 13px;
	line-height: 170%;
}
}
h1.title {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 50px;
	text-align: center;
	position: relative;
	max-width: 640px;
	margin: 0 auto 50px auto;
	font-weight: 500;
	color: #333;
	transform: scale(0.95, 1);
}
@media only screen and (max-width:736px) {
h1.title {
	font-size: 24px;
	margin: 0 15px;
}
}
h1.title:before {
	content: "";
	width: 50%;
	height: 3px;
	position: absolute;
	top: 32%;
	left: 25%;
	z-index: -1;
}
/*EVENT*/
h1.title.event:before {
	background: linear-gradient(180deg, #80BF80, #5DB747);
}
h1.title.event:after {
	content: "イベント";
	display: block;
	font-size: 13px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	color: #999;
}
@media only screen and (max-width:736px) {
h1.title:after {
	font-size: 11px !important;
}
}
/*AD GALLERY*/
h1.title.ad-gallery:before {
	background: linear-gradient(180deg, #80BF80, #5DB747);
}
h1.title.ad-gallery:after {
	content: "広告ギャラリー";
	display: block;
	font-size: 13px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	color: #999;
}
/*ARTIST*/
h1.title.artist:before {
	background: linear-gradient(180deg, #80BF80, #5DB747);
}
h1.title.artist:after {
	content: "アーティスト/モデル";
	display: block;
	font-size: 13px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	color: #999;
}
/*ARTIST*/
h1.title.archive:before {
	background: linear-gradient(180deg, #80BF80, #5DB747);
}
h1.title.archive:after {
	content: "アーカイブ";
	display: block;
	font-size: 13px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	color: #999;
}
/* .viewer
------------------------- */
.viewer {
	margin: 50px auto 100px auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 20px 20px 20px #CCC;
}
.viewer-nofade {
	text-align: center;
	margin: 50px auto 100px auto;
}
.viewer-nofade img {
	max-width: 100%;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}
/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.viewer ul {
	display: inline-block;
	overflow: hidden;
}
ul.event-box {
	max-width: 1100px;
	margin: 0 auto;
}
ul.event-box li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 75px;
	position: relative;
}
ul.event-box li:before {
	content: "";
	background: linear-gradient(180deg, #04243D, #E24E80);
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
ul.event-box li:last-child {
	margin-top: 60px;
	margin-bottom: 0;
}
ul.event-box li p a {
	text-decoration: underline;
	color: #666;
}
.present {
	position: absolute;
	top: -25px;
	left: 0;
	width: 120px;
	z-index: 999;
}
@media only screen and (max-width:736px) {
.viewer {
	margin: 25px auto 50px auto;
}
ul.event-box {
	margin: 25px 0 0 0;
}
.present {
	width: 80px;
	top: -17px;
}
ul.event-box li:before {
	display: none;
}
}
.present img {
	width: 100%;
}
ul.event-box li .text {
	float: left;
	width: 55%;
	position: relative;
	padding: 20px 0 20px 40px;
	box-sizing: border-box;
}
ul.event-box li .text2 {
	width: 100%;
	position: relative;
	padding: 20px 40px 20px 40px;
	box-sizing: border-box;
	border-right: 3px solid;
	border-image: linear-gradient(to top, #E24E80 0%, #04243D 100%);
	border-image-slice: 1;
}
@media only screen and (max-width:736px) {
ul.event-box li .text2 {
	border: none;
	padding: 20px 5px;
}
}
ul.event-box li .text:before {
	content: "";
	background: #04243D;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 20px;
}
ul.event-box li .text:after {
	content: "";
	background: #E24E80;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 20px;
}
ul.event-box li .text2:before {
	content: "";
	background: #04243D;
	width: 96%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 20px;
}
ul.event-box li .text2:after {
	content: "";
	background: #E24E80;
	width: 96%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 20px;
}
ul.event-box li h3 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
ul.event-box li h3 span {
	font-size: 70%;
	line-height: 150%;
	margin: 0 0 10px 0;
}
ul.event-box li p {
	text-align: left !important;
	line-height: 170% !important;
	font-size: 15px !important;
	color: #E50065;
	margin-bottom: 10px !important;
}
ul.event-box li p span {
	display: block;
	font-size: 80%;
}
ul.event-box li dl.date {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
}
ul.event-box li dl.date dt {
	float: left;
	clear: left;
	width: 50px;
}
ul.event-box li dl.date.dj dt {
	width: 80px;
	text-align:left;
}
ul.event-box li dl.date.dj dt span{
	background:none;
	color:#333;
	padding: 0 0 3px 0 !important;
}
ul.event-box li dl.date dt span {
	color: #FFF;
	background: rgba(4,36,61,.7);
	padding: 0 5px 3px 5px;
	font-size: 13px;
}
ul.event-box li dl.date dd {
	float: left;
	width: 500px;
	color: #333;
}
@media only screen and (max-width:736px) {
	ul.event-box li dl.date.dj dt {
	width:15% !important;
	text-align:left;
}
ul.event-box li dl.date.dj dd {
	width: 70% !important;
	color: #333;
}
ul.event-box li p a{
	font-size:13px;
}
}
ul.event-box li dl.date.dj dd {
	width:460px;
}
ul.event-box li dl.date dd span {
	font-size: 80%;
}
/*--*/

ul.event-box li dl.date2 dt {
	float: left;
	clear: left;
	width: 16%;
	font-weight: bold;
}
ul.event-box li dl.date2 dt span {
	color: #FFF;
	background: #333;
	padding: 0 5px 1px 5px;
	font-size: 13px;
}
ul.event-box li .text dl.date2 dd {
	float: left;
	width: 77%;
	color: #333;
	font-size: 14px !important;
	padding: 3px 0 0 0;
	font-weight: bold;
}
ul.event-box li .text dl.date2 dd small {
	display: inline-block;
	font-size: 80%;
}
ul.event-box li .text dl.date2 dd span {
	font-size: 80% !important;
	display: block;
}
/*--*/
ul.event-box li .text dl.date3 {
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
ul.event-box li .text dl.date3 dt {
	float: left;
	clear: left;
	width: 13%;
}
ul.event-box li .text dl.date3 dt span {
	color: #FFF;
	background: #656565;
	padding: 0 5px 1px 5px;
	font-size: 13px;
}
ul.event-box li .text dl.date3 dd {
	float: left;
	width: 80%;
	color: #656565;
	font-size: 14px !important;
	padding: 3px 0 0 0;
}
ul.event-box li .text dl.date3 dd span {
	font-size: 80% !important;
	display: block;
}
/*--*/
ul.event-box li .pic {
	float: right;
	width: 42%;
	margin-left: 3%;
	position: relative;
	background: #FFF;
	text-align: center;
	line-height: 0;
}
ul.event-box li .pic.tate img {
	width: 58%;
	margin: 0;
}
@media only screen and (max-width:736px) {
ul.event-box li .pic.tate img {
	width: 75%;
	margin: 0;
}
}
ul.event-box li .pic:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #EEE;
	top: 10px;
	left: 10px;
	z-index: -1;
}
ul.event-box li .pic img {
	max-width: 100%;
}
p.link {
	margin: 20px 0 0 0;
}
p.link a {
	border: 1px solid #656565;
	text-decoration: none !important;
	padding: 5px 10px;
	font-size: 14px;
	display: block;
	width: 120px;
}
p.link a:after {
	content: ">";
	margin-left: 10px;
	display: inline-block;
	transform: scale(0.8, 1);
}
p.link a:hover {
	opacity: 0.7;
}
sup {
	font-size: 80%;
}
@media only screen and (max-width:736px) {
ul.event-box li .pic:after {
	display: none;
}
p.link a {
}
p.link a:after {
	content: ">";
	display: inline-block;
	transform: scale(0.8, 1);
	margin: 0 0 0 10px;
}
ul.event-box li .pic:after {
	height: 90%;
}
ul.event-box li {
	border-right: 3px solid #E24E80;
	border-left: 3px solid #04243D;
	border-top: 3px solid #04243D;
	padding: 0 20px 20px 20px;
	margin-bottom: 30px;
}
ul.event-box li .text p {
	margin-bottom: 10px !important;
}
ul.event-box li .text:before, ul.event-box li .text2:before {
	left: 0;
}
ul.event-box li .text {
	width: auto;
	padding-left: 0;
	float: none;
}
ul.event-box li .pic {
	width: auto;
	float: none;
	margin-left: 0;
}
ul.event-box li .text:before, ul.event-box li .text:after, ul.event-box li .text2:before, ul.event-box li .text2:after {
	display: none;
}
ul.event-box li:after {
	content: "";
	background: #E24E80;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul.event-box li h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
ul.event-box li p {
	font-size: 13px !important;
	line-height: 170% !important;
}
ul.event-box li dl.date {
	font-size: 12px !important;
	margin-bottom: 5px;
}
ul.event-box li dl.date dt {
	width: 13%;
	font-size: 12px;
	margin-right: 2%;
	text-align: center;
}
ul.event-box li dl.date dt span {
	font-size: 12px;
	display: block;
}
ul.event-box li dl.date dd {
	width: 85%;
	font-size: 13px;
}
ul.event-box li dl.date dd span {
	font-size: 80%;
}
ul.event-box li dl.date2 dt {
	float: left;
	clear: left;
	width: 26%;
}
ul.event-box li dl.date2 dt span {
	font-size: 12px;
}
ul.event-box li dl.date2 dd {
	float: left;
	width: 62%;
	color: #656565;
	font-size: 13px !important;
}
ul.event-box li .text dl.date3 dt {
	float: left;
	clear: left;
	width: 13%;
	margin-right: 2%;
	text-align: center;
}
ul.event-box li .text dl.date3 dt span {
	color: #FFF;
	background: #656565;
	padding: 0 5px 1px 5px;
	font-size: 13px;
	display: block
}
ul.event-box li .text dl.date3 dd {
	float: left;
	width: 79%;
	color: #656565;
	font-size: 13px !important;
	padding: 3px 0 0 0;
}
ul.event-box li .text dl.date3 dd span {
	font-size: 80% !important;
	display: block;
}
}
/*=============================AD-GALLERY=======================================*/
.ad {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	box-shadow: 0 10px 30px #CCC;
	margin-bottom: 50px;
	line-height: 0;
}
.ad:last-child {
	margin-bottom: 0;
}
.ad img {
	width: 100%;
}
.ad2 {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 20px 0;
}
.ad2 img {
	width: 43%;
	box-shadow: 0 10px 30px #CCC;
	padding: 20px 10px 0 10px;
}
@media only screen and (max-width:736px) {
.ad, .ad2 {
	margin: 30px 5px
}
.ad {
	width: 60%;
	margin: 25px auto;
	padding: 10px;
}
.ad2 {
	padding: 10px 0;
}
}
/*=============================ARTIST=======================================*/


ul.artist-list {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
ul.artist-list li {
	float: left;
	width: 45%;
}
ul.artist-list li:first-child {
	margin-right: 10%;
}
ul.artist-list li img {
	width: 100%;
}
ul.artist-list li div {
	background: #EEE;
	padding: 20px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width:736px) {
ul.artist-list {
	margin-top: 25px;
}
ul.artist-list li div {
	width: 90%;
	padding: 10px;
}
}
ul.artist-list li h2 {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin: 25px 0;
	font-weight: bold;
}
ul.artist-list li h2 span {
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
ul.artist-list li p {
	color: #333;
	font-size: 13px;
	line-height: 170%;
}
@media only screen and (max-width:736px) {
ul.artist-list li h2 {
	font-size: 14px;
}
ul.artist-list li h2 span {
	font-size: 12px;
	margin-top: 5px;
}
}
/*=============================WHAT"S LAZONA FES=======================================*/

#whats {
	background: url(../img/common/bk-sky.jpg) no-repeat center top fixed;
	padding: 150px 15px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
@media only screen and (max-width:736px) {
#whats {
	background: url(../img/common/bk-sky.jpg) no-repeat center top scroll;
	background-size: cover;
	padding: 75px 15px;
	overflow: hidden;
	clear: both;
	margin: 75px 0 0 0 !important;
}
}
.whats-wrap {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	left: 100px;
}
.whats-left {
	float: left;
	width: 16%;
	margin-left: 16%;
	text-align: right;
}
.whats-left img {
	width: 100%;
}
.whats-right {
	float: right;
	width: 64%;
}
.whats-right h4 {
	font-size: 34px;
	color: #FFF;
	margin-bottom: 10px;
	width: 55%;
}
.whats-right p {
	font-size: 14px;
	color: #FFF;
	line-height: 200%;
	width: 60%;
	margin: 20px 0 0 0;
}
.whats-right h4 img, .whats-right p img {
	width: 100%;
}
@media only screen and (max-width:736px) {
.whats-wrap {
	position: static;
}
.whats-left {
	float: none;
	width: auto;
	margin: 0;
}
.whats-right {
	float: none;
	width: auto;
}
.whats-left h3 {
	width: 150px;
}
.whats-left h3 img {
	width: 100%;
}
.whats-right h4 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 100%;
}
.whats-right p {
	font-size: 13px;
	color: #FFF;
	line-height: 170%;
	width: 100%;
}
}
#archive {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}
@media only screen and (max-width:736px) {
#archive {
	margin: auto 0;
}
}
.slider2 {
	width: 100%;
	margin: 25px auto 0 !important;
}
ul.archieve-list {
	max-width: 900px;
	margin: 0 auto 0;
}
.slider2 .slick-slide {
	margin: 5px;
}
ul.archieve-list li {
	padding: 0;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
ul.archieve-list li:hover {
	transform: scale(1.02);
}
ul.archieve-list li p span {
	font-size: 13px;
	color: #666;
	display: block;
}
ul.archieve-list li p {
	font-size: 16px;
	font-weight: bold;
}
ul.archieve-list li img {
	width: 100%;
}
ul.archieve-list li a {
	transition: all 0.3s ease-in-out;
}
ul.archieve-list li a:hover {
	opacity: 0.7;
}
@media only screen and (max-width:736px) {
ul.archieve-list li p span {
	font-size: 11px;
}
ul.archieve-list li p {
	font-size: 14px;
}
}
/*=============================FOOTER=======================================*/
footer {
	margin-top: 50px;
}
#footer {
	text-align: center;
	padding: 75px 0;
}
#footer h5 {
	width: 165px;
	margin: 0 auto;
}
#footer h5 img {
	width: 100%;
}
#footer ul {
	display: inline-block;
	margin: 10px 0 20px 0;
}
#footer ul li {
	float: left;
	font-size: 12px;
	border-right: 1px solid #999;
	padding: 0 10px;
}
#footer ul li:last-child {
	border: none;
}
#footer ul li a {
	color: #333;
	transition: all 0, 3s ease-in-out;
}
#footer ul li a:hover {
	opacity: 0.7;
}
#footer p.copyright {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #999;
}
#pagetop {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 9999;
	cursor: pointer;
}
@media only screen and (max-width:1200px) {
ul.slider {
	margin: 20px 80px;
	overflow: hidden;
}
}
@media only screen and (max-width:736px) {
footer {
	margin-top: 50px;
}
#footer {
	text-align: left;
	padding: 35px 0;
}
#footer ul {
	display: block;
	margin: 25px 0 20px 0;
}
#footer ul li {
	float: none;
	font-size: 12px;
	border-right: 1px solid #999;
	padding: 0 15px;
	margin-bottom: 10px;
	border: none;
}
#footer p.copyright {
	margin: 0 15px;
	font-size: 11px;
}
#footer h5 {
	width: 120px;
}
ul.slider {
	margin: 20px 0;
	overflow: hidden;
}
ul.slider li {
	margin: 0;
	padding-bottom: 40px;
}
}
ul.slick-dots {
	bottom: -60px !important
}
ul.slick-dots li {
	margin: 0 !important;
}
@media only screen and (max-width:736px) {
ul.slick-dots {
	bottom: -40px !important
}
}
h4.subsubtitle {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
small {
	font-size: 13px;
	color: #666;
}
.loop_css {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: 100vw;
	height: 350px;
	left: 50%;
	margin-left: -50vw;
	overflow: hidden;
}
@media only screen and (max-width:736px) {
.loop_css {
	height: 150px;
	width: 100%;
}
}
.loop_css img {
	width: auto;
	height: 100%;
}
.loop_css img:first-child {
	-webkit-animation: loop 120s -60s linear infinite;
	animation: loop 120s -60s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.loop_css img + img {
	-webkit-animation: loop2 120s linear infinite;
	animation: loop2 120s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
 0% {
 -webkit-transform: translateX(100%);
 -ms-transform: translateX(100%);
 transform: translateX(100%);
}
to {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
}
 @keyframes loop {
 0% {
 -webkit-transform: translateX(100%);
 -ms-transform: translateX(100%);
 transform: translateX(100%);
}
to {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
}
 @-webkit-keyframes loop2 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}
}
 @keyframes loop2 {
 0% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}
}
#official {
	text-align: center;
	padding: 100px 0;
	overflow: hidden;
	clear: both;
}
@media only screen and (max-width:736px) {
#official {
	text-align: center;
	overflow: hidden;
	clear: both;
	padding: 30px 0 35px 0;
	margin: 50px 0 0 0;
}
}
#official p a {
	border: 1px solid #CCC;
	font-size: 13px;
	color: #999;
	padding: 15px 10px 10px 15px;
	position: relative;
}
#official p a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #CCC;
}
.movie {
	max-width: 900px;
	margin: 0 auto 50px auto;
	position: relative;
	left: 5px;
}
.movie iframe {
	width: 100%;
	height: 480px;
	box-shadow: 0 10px 30px #CCC;
	position: relative;
	left: -5px;
}
 @media only screen and (max-width:736px) {
.movie {
	margin: 25px 5px 25px 5px;
	left: 0;
}
.movie iframe {
	width: 100%;
	height: 180px;
	box-shadow: 0 10px 30px #CCC;
	left: auto;
	position: static;
}
}
.yokoku {
	overflow: hidden;
	clear: both;
}
.yokoku i {
	float: left;
	display: block;
	width: 12%;
	margin-right: 2%;
	margin-top: 2.7%;
}
.yokoku i img {
	width: 100%;
}
.yokoku h3 {
	float: left;
	width: 80%;
}
 @media only screen and (max-width:736px) {
.yokoku i {
	width: 17%;
	margin-top: 1%;
}
.yokoku h3 {
	width: 80%;
}
}
.hybrid {
	text-align: center;
	padding: 0 0 100px 0;
	overflow: hidden;
	clear: both;
}
@media only screen and (max-width:736px) {
.hybrid {
	text-align: center;
	overflow: hidden;
	clear: both;
	padding: 0 0 35px 0;
	margin: -20px 15px 0 15px;
}
}
.hybrid p {
	margin-bottom: 30px;
	color: #777;
	font-size: 13px;
	line-height: 180%;
}
@media only screen and (max-width:736px) {
.hybrid p {
	font-size: 12px;
}
}
.hybrid p a {
	border: 1px solid #CCC;
	font-size: 13px;
	color: #999;
	padding: 15px 10px 10px 15px;
	position: relative;
}
.hybrid p a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #CCC;
}
ul.event-box li .loadshow{
	border:2px solid #0671B8;
	padding:10px;
	text-align:center !important;
}
ul.event-box li .loadshow p{
	color:#0671B8 !important;
	font-weight:bold;
	text-align:center !important;
	font-size:110% !important;
}
p.lh span{
	line-height:150% !important;
}
@media only screen and (max-width:736px) {
ul.event-box li .loadshow p{
	font-size:14px !important;
}
}