@charset "utf-8";
/* CSS Document */

/*:::::::::::::::::::::::::::::::::::全体共通レイアウト*/
/*:::::::::::::::::::::::::::::::::::ボディー・ラッパー・シグネチャー*/
#wrapper{
    width: 980px;
    margin: 0 auto;
	border: none;
	padding: 0;
	overflow: hidden;
}
a:hover{
    transition-duration: 0.3s!important;
}
/*:::::::::::::::::::::::::::::::::::ヘッダー*/
	header{
		width: 100%;
		height: 100px;
		margin: 0 auto;
         background-image: linear-gradient(to right,
        rgba(28,66,149,0.7),
             rgba(223,51,255,1.0)
);
		position: relative;
     
	}

/*::::::::::::::::::::::::::::::::::::::場所から探す*/
.menu {
    max-width: 500px;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

.menu label {
    display: block;
    height: 50px;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 2;
    font-size: 30px;
    color : #000;
    border: 10px double rgba(186,86,244,0.9);
    background-color: rgba(247,223,245,0.8);
    cursor :pointer;
}

.menu input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li{
    height: 54px;
    opacity: 1;
      border: 1px solid #000;
    box-sizing: border-box;
}
/*::::::::::::::::::::::::::::::::::::::日付から探す*/
.new{
    position: relative;
}
   .new a::after{
			content: "new";
			width: 30px;
			display: inline-block;
			height: 15px;
			font-size: 11px;
            line-height: 10px;
			color: #000;
			border: hidden;
			border-radius: 50%;
			background: #FF9805;
			text-align: center;
            text-indent: 0;
		    position: absolute;
            bottom: 0;
            right: 50%;
           transform: translateX(50%);
		}
/*::::::::::::::::::::::::::::::::::::::サイトマップ*/
/*::::::::::::::::::::::::::::::::::::::ログイン*/
#login p{
    width: 100%;
    height: 50px;
    display: inline-block;
    font-family: "Comic Sans MS", "cursive";
    font-size: 20px;
    line-height: 200%;
}
#login p:nth-child(2){
    font-size: 12px;
}
.title-frame01{
    box-shadow: 2px 2px 3px #000;
}
.title-frame01:hover{
    background-color: #efefef;
    opacity: 0.7;
    box-shadow: none;
}
#login input{
    margin-top: 10px;
    margin-bottom: 10px;
}
/*::::::::::::::::::::::::::::::::::::::検索フォーム*/
#main-search{
        width: 630px;
    height: 100px;
}
#headSearch{
margin-left: 40px;
}
#searchBar{
width: 65%;	
outline:0;
height: 31px;
border-radius:3px;		
background:#eee;
display: inline-block;
}
#searchBtn{
width: 15%; 
height: 37px;
border-radius:3px; 
background: #faee00;
border: 1px solid #000;
color: #000;
font-weight: bold;
font-size: 15px;
}
#searchBtn:hover{
opacity: 0.7;
}
/*:::::::::::::::::::::::::::::::::::グローバルナビゲーション*/
header ul#header-navi{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
}
header ul#header-navi li a{
        display: block;
        width: 110px;
        height: 30px;
        text-align: left;
        color: #fff;
        font-size: 15px;
        letter-spacing: -2px;
    }
header ul#header-navi li a:hover{
		color: #ff0;
	opacity: 0.8;
}
header ul#header-navi li:last-child a{
	padding-left: 0;
}
/*:::::::::::::::::::::::::::::::::::::::::::ドロワーメニュー*/
/*:::::::::::::::::::::::::::::::::::フッター*/
#footer{
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to right,
        rgba(28,66,149,0.7),
             rgba(223,51,255,1.0));
    margin: 0 auto;
}
footer#footer a,
footer#footer small,
footer#footer address
{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
footer p#toTop-icon01 a{
    margin: 0 auto;
}
footer #footer-map p{
    width: 25%;
    height: 50px;
}
footer #footer-map p a{
    text-align: center;
    display: block;
    padding-top: 25px;
}
#footer address{
    width: 100%;
    height: 50px;
	margin-top: 20px;
}
#footer address a{
	display: block;
	padding-top: 15px;
}
#footer a:hover{
	color: #ff0;
	opacity: 0.7;
}
#footer p small{
    width: 100%;
    height: 20px;
    display: block;
    text-align: center;
	margin-top: 20px;
}
/*:::::::::::::::::::::::::::::::::::メインバー*/
#toppage #main,
#exhibition #main,
#live #main,
#sports #main,
#theater #main,
#fes #main,
#seminar #main{
    width: 70%;
   /* border: 20px ridge #ccc;
    box-sizing: border-box;*/
	margin-left: 0;
	overflow: hidden;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::開閉する扉*/
.gatefold {
/*	position: relative;*/
}

/* 左の画像 */
.gatefold::before {
   /* left: 0;*/
  /*  clip: rect(0px 50% 100% 0px);*/
}

/* 右の画像 */
.gatefold::after {
    /*right: 0;*/
   /* clip: rect(0px 100% 100% 50%);*/
}

/* 共通 */
/*.gatefold::before,
.gatefold::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: aliceblue;
    background-size: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1;
}
.gatefold:hover::before,
.gatefold:hover::after{
} */
/*:::::::::::::::::::::::::::::::::::サイドバー*/
#sidebar{
    float: right;
	width: 24%;
}
#optMenu{
    padding-top: 20px;
    width: 230px;
    height: 400px;
    background-color: #D4D4D4;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
}
#optMenu h3{
    display: block;
    width: 190px;
    height: 50px;
    margin: 20px auto 10px;
    padding: 0;
    background: #000;
    color: #F87B00;
    letter-spacing: -3px;
	font-family: 'DotGothic16', sans-serif;
	text-align: center;
	font-size: 25px;
	text-indent: -1px;
	line-height: 200%;
}
#optMenu div.btnFrame02 p a img{
    color: #fff;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::バナー*/
#bnr_inner p{
	overflow: hidden;
}
#bnr_inner p a{
	width: 100%;
	height: 100px;
	display: block;
	margin: 10px auto;
	padding: 0;
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	line-height: 600%;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	margin-top: 20px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
	box-shadow: 3px 3px 5px #000;
}
#bnr_inner .bnr01 a{
	background-image: url("../img/main-recruite.jpg");
}
#bnr_inner .bnr02 a{
	background-image: url("../img/ornar.jpg");
}
#bnr_inner .bnr03 a{
	background-image: url("../img/staff.jpg");
	letter-spacing: -5px;
}
#bnr_inner .bnr04 a{
	background-image: url("../img/active.jpg");
}
#bnr_inner p a:hover{
	background-size: 150%;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::SNS*/
#sns{
      width: 100%;
    height: 80px;
    margin: 0 auto;
}

/*:::::::::::::::::::::::::::::::::::ボタンレイアウト１*/
.btn-ray01 a{
		    display: block; 
		    width: 150px;
			height: 50px;
			background: #66037C;
			font-size: 20px;
			padding-top: 13px;
            line-height: 35px;
			text-decoration: none;
			color: #fff;
			font-weight: 500;
			text-align: center;
			border-right: 5px outset #AC40EB;
			border-bottom: 5px outset #AC40EB; 
			border-radius: 25px;
			position: relative;
		}
			.btn-ray01 a::after{
			content: "";
			display: inline-block;
  			border-top: 8px solid transparent;
 			border-bottom: 8px solid transparent;
  			border-left: 8px solid #fff;
  			vertical-align: middle;
			position: absolute;
			top: 23px;
			right: 4px;
}
.index-btnFrames01 .btn-ray01 a::before{
    content: "";
    display: inline-block;
    display: block; 
    width: 180px;
    height: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
     transform: translate(-50%, -50%);
    opacity: 0;
}
         .btn-ray01 a:hover{
			border-bottom: none;
			border-right: none;
            transform: translateY(5px);
            opacity: 0.8;
		}
.btn-ray01 a:hover::before{
    opacity: 1;
}
/*:::::::::::::::::::::::::::::::::::ボタンレイアウト２*/
		.btn-ray02 a{
			display: inline-block; 
			width: 80px;
			height: 80px;
			background: #D89448;
			font-family: "Comic Sans MS", "cursive";
			font-size: 12px;
			line-height: 55px;
			text-decoration: none;
			color: #fff;
			font-weight: bolder;
			text-align: center;
			border-bottom: 5px outset #E89D63;
			border-right: 5px outset #E89D63;
			border-radius: 50%;
            overflow: hidden;
            position: relative;
		}
		.btn-ray02 a:hover{
			border-bottom: none;
			border-right: none;
			transform: translate(5px, 5px);
            transition-duration: 0.3s;
            opacity: 0.8;
		}
.btn-ray02 a img{
            width: 30px;
            height: 30px;
            position: absolute;
            top: 40px;
            left: 30px;
		}
/*::::::::::::::::::::::::::::::::::ボタンレイアウト０３*/
.btn-ray03 a{
	display: block; 
			width: 80%;
			height: 50px;
			background: #66037C;
	        font-size: 20px;
            line-height: 45px;
			text-decoration: none;
			color: #fff;
			text-align: center;
			border-right: 5px outset #AC40EB;
			border-bottom: 5px outset #AC40EB;
			margin: 20px auto;
}

			.btn-ray03 a:hover{
			border-bottom: none;
			border-right: none;
            transform: translateY(5px);
            opacity: 0.8;
		}
/*:::::::::::::::::::::::::::::::::::矢印アイコン*/
.arrow-icon::after{
    content: "";
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: #fff;  
  transform: rotate(45deg);
 padding: 10px 0 0 10px;
}
/*:::::::::::::::::::::::::::::::::::矢印アイコン2*/
#toTop-icon01 a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 3px rgba(0,0,0,0);
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0,0,0,0);
}

#toTop-icon01 a:after {
  content: "トップへ戻る";
  display: block;
  position: absolute;
  color: #fff;
  font-size: 5px;
  line-height: 70px;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 50px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 10px;
  transform: translate(-60%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}

#toTop-icon01 a:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

#toTop-icon01 a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 6px 0 0 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}

#toTop-icon01 a:hover:before {
  border-color: #fff;
}
/*:::::::::::::::::::::::::::::::::::コンテンツ・テキストレイアウト・その他*/
.clear{
    clear: both;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.flex{
    display: flex;
    justify-content: space-around;
}
.flex-start{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.flex-end{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.flex-center{
	display: flex;
	flex-direction: row;
	justify-content: center
}
.left{
    float: left;
}
.right{
    float: right;
}
.opa08:hover{
    opacity: 0.8;
}
.mgb20{
    margin-bottom: 20px;
}
.mgt20{
    margin-top: 20px;
}
.mgt30{
	margin-top: 30px;
}
.mgt50{
	margin-top: 50px;
}
.mgt80{
	margin-top: 80px;
}
.mgt100{
	margin-top: 100px;
}
.mgl20{
    margin-left: 20px;
}
.mgr20{
    margin-right: 20px;
}
.mgb10{
    margin-bottom: 10px;
}
.mgt10{
    margin-top: 10px;
}
.mgl10{
    margin-left: 10px;
}
.mgr10{
    margin-right: 10px;
}
.txcBlack{
    color: #000;
}
.txcWhite{
    color: #fff;
}
.pdt20{
	padding-top: 20px;
}
.pdt10{
	padding-top: 10px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb20{
	padding-bottom: 20px;
}
.pdl10{
    padding-left: 10px;
}
.pdl20{
    padding-left: 20px;
}
.pdr10{
    padding-right: 10px;
}
.pdr20{
    padding-right: 20px;
}
.pdl30{
    padding-left: 30px;
}
.bnr{
	width: 300px;
	height: 100px;
}
.bor-1d000{
	border: 1px dotted #000;
}
.bor-1sef{
	border: 1px solid #efefef;
}
.bg-st01{
	background-image: repeating-linear-gradient(120deg, #fff 5px, #efefef 10px);
}
/*::::::::::::::::::::::::::::::::::::::::全体レイアウトはここまで*/

/*:::::::::::::::::::::::::::::::::::topページレイアウト*/
#top-firstview{
	margin: 0 auto;
 width: 100%;
	height: 500px;
}
	#main-image01,
	#main-image02,
	#main-image03,
	#main-image04,
	#main-image05,
	#main-image06{
		width: 100%;
		height: 500px;
		border: none;
		box-sizing: border-box;
	    margin: 0;
		padding: 0;
		display: block;
		position: relative;
	}
#main-image01 h2,
	#main-image02 h2,
	#main-image03 h2,
	#main-image04 h2,
	#main-image05 h2,
#main-image06 h2 a{
    display: inline-block;
    width: 980px;
    height: 80px;
   /* position: absolute;
    top: 50%;
    transform: translate( -50%,-50%);*/
    margin-top: 200px;
    font-size: 80px;
    text-align: center;	
    z-index: 10000;
}
	#main-image01 h2 a,
	#main-image02 h2 a,
	#main-image03 h2 a,
	#main-image04 h2 a,
	#main-image05 h2 a,
	#main-image06 h2 a{
        text-shadow: 5px 0 10px #000;
        color: #efefef;
		line-height: 50px;
		font-family: "Osaka-mono", "MS Gothic", "monospace";
		text-decoration: none;
	}
	.title-ray01{
	border-left: 10px solid rgba(224,19,244,1.00);
	border-bottom: 4px dotted rgba(223,51,255,1);
	background-color: rgba(240,209,236,0.8);
    width: 100%;
    height: 35px;
    color: #727272;
    font-weight: 600;
    text-indent: 40px;
	font-family: 'Kiwi Maru', serif;
    font-size: 28px;
    line-height: 33px;
    box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
	/*::::::::::::::::::::::::::::::::::::::::メインイメージ１*/
#main-image01{
    background-color: #cc506b;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg fill-opacity='0.72'%3E%3Crect fill='%23cc506b' width='11' height='11'/%3E%3Crect fill='%23cd4f6e' x='10' width='11' height='11'/%3E%3Crect fill='%23cd4e71' y='10' width='11' height='11'/%3E%3Crect fill='%23ce4e74' x='20' width='11' height='11'/%3E%3Crect fill='%23ce4d77' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23cf4c7b' y='20' width='11' height='11'/%3E%3Crect fill='%23cf4b7e' x='30' width='11' height='11'/%3E%3Crect fill='%23d04b82' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23d04a85' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23d14989' y='30' width='11' height='11'/%3E%3Crect fill='%23d1488c' x='40' width='11' height='11'/%3E%3Crect fill='%23d24890' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23d34794' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23d34698' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23d4459c' y='40' width='11' height='11'/%3E%3Crect fill='%23d444a0' x='50' width='11' height='11'/%3E%3Crect fill='%23d544a4' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23d543a8' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23d642ac' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23d741b1' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23d741b5' y='50' width='11' height='11'/%3E%3Crect fill='%23d840ba' x='60' width='11' height='11'/%3E%3Crect fill='%23d83fbe' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23d93ec3' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23d93dc7' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23da3dcc' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23da3cd1' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23db3bd6' x='70' width='11' height='11'/%3E%3Crect fill='%23dc3adb' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23d839dc' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23d439dd' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23d038dd' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23cc37de' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23c836df' x='80' width='11' height='11'/%3E%3Crect fill='%23c335df' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23bf35e0' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23bb34e0' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23b633e1' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23b132e1' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23ad31e2' x='90' width='11' height='11'/%3E%3Crect fill='%23a831e3' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23a330e3' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%239e2fe4' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23992ee4' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23942de5' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%238f2de6' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23892ce6' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23842be7' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%237f2ae7' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%237929e8' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%237428e9' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%236e28e9' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%236827ea' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%236326ea' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%235d25eb' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%235724ec' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%235123ec' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%234a23ed' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%234422ed' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%233e21ee' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
	#main-image01 #mainCircle-black{
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		border: none;
		border-radius: 50%;
		background: #fff;
		margin: 0 auto;
	}
	#main-liveDiv{
		width: 700px;
		height: 200px;
		margin: 190px auto 0;
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
	}
	#main-image01 .mainSquare-01{
		width: 80px;
		height: 200px;
		background-color: #fff;
		animation-name: stretch;
		animation-timing-function: ease-in-out;
		animation-duration: 0.5s;
		animation-delay: 0.1s;
		animation-iteration-count: infinite;
	}
	#main-image01 .mainSquare-02{
			width: 80px;
		height: 170px;
		background-color: #fff;
			animation-name: stretch;
		animation-timing-function: ease-in-out;
		animation-duration: 0.5s;
		animation-delay: 0.2s;
		animation-iteration-count: infinite;
	}
	#main-image01 .mainSquare-03{
			width: 80px;
		height: 140px;
		background-color: #fff;
			animation-name: stretch;
		animation-timing-function: ease-in-out;
		animation-duration: 0.5s;
		animation-delay: 0.3s;
		animation-iteration-count: infinite;
	}
	#main-image01 .mainSquare-04{
			width: 80px;
		height: 170px;
		background-color: #fff;
			animation-name: stretch;
		animation-timing-function: ease-in-out;
		animation-duration: 0.5s;
		animation-delay: 0.4s;
		animation-iteration-count: infinite;
	}
	#main-image01 .mainSquare-05{
			width: 80px;
		height: 200px;
		background-color: #fff;
			animation-name: stretch;
		animation-timing-function: ease-in-out;
		animation-duration: 0.5s;
		animation-delay: 0.5s;
		animation-iteration-count: infinite;
	}

	#main-image01 .mainCircle-01{
		width: 450px;
		height: 100px;
		margin: 0 auto;
		border: 10px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		position: absolute;
		top: 120px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#main-image01 .inerCircle-01{
		margin: 20px auto;
		width: 200px;
		height: 40px;
		border: 10px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
	}
	/*::::::::::::::::::::::::::::::::::::::::::::::::メインイメージ２*/
	#main-image02 .mainImage02-square01{
		width: 100%;
		height: 300px;
		box-sizing: border-box;
		border: 20px solid #cccccc;
		border-radius: 30% 0 30% 0;
		position: relative;
        margin-top: 100px;
	}
	#main-image02 .mainImage02-square02{
		width: 500px;
		height: 150px;
		box-sizing: border-box;
		border: 15px solid #cccccc;
		margin: 50px 0 0;
		position: absolute;
		top: 20px;
		left: 240px;
	}
	#main-image02 .mainImage02-square03,
	#main-image02 .mainImage02-square04,
	#main-image02 .mainImage02-square05,
	#main-image02 .mainImage02-square06{
		width: 10px;
		height: 80px;
		margin: 0;
		background-color: #cccccc;
	}
	
	#main-image02 .mainImage02-square03{
		position: absolute;
		top: -50px;
		left: 30px;
	}
	#main-image02 .mainImage02-square04{
		position: absolute;
		bottom: 10px;
		left: 60px;
		height: 60px;
	}
	#main-image02 .mainImage02-square05{
		position: absolute;
		top: -50px;
		right: 30px;
	}
	#main-image02 .mainImage02-square06{
		position: absolute;
		bottom: 10px;
		right: 60px;
		height: 60px;
	}
	/*::::::::::::::::::::::::::::::::::::::::::::::::::メインイメージ３*/
#main-image03{
    background-color: aqua;
    position: relative;
}
#main-image03 p{
}
	#main-image03 .mainImage03-font01 img{
	    position: absolute;
        top: 30px;
        left: 400px;
        width: 80px; 
        height: 80px;
	}
		#main-image03 .mainImage03-font02 img{
		position: absolute;
        top: 10px;
        left: 30px;
        width: 30px; 
        height: 30px;
	}
		#main-image03 .mainImage03-font03 img{
		position: absolute;
        top: 250px;
        right: 100px;
         width: 200px; 
        height: 180px;
	}
		#main-image03 .mainImage03-font04 img{
	    position: absolute;
        top: 30px;
        left: 600px;
        width: 80px; 
        height: 80px;
	}
		#main-image03 .mainImage03-font05 img{
            
	}
		#main-image03 .mainImage03-font06 img{
	    position: absolute;
        top: 120px;
        right: 100px;
        width: 100px; 
        height: 100px;
	}
		#main-image03 .mainImage03-font07 img{
        position: absolute;
        top: 400px;
        left: 500px;
        width: 70px; 
        height: 70px;
	}
		#main-image03 .mainImage03-font08 img{
        position: absolute;
        top: 20px;
        right: 30px;
        width: 100px; 
        height: 100px;
	}
	/*::::::::::::::::::::::::::::::::::::::::メインイメージ４*/
	#main-image04{
		background-image: linear-gradient(120deg, #080031 0%, #070140 50%, #1b0045 50.5%, #401280 51%, #01001b 52%, #01001b 58%, #3d016f 60%, #34026b 61%, #16014c 62%, #16014c 66%, #801ec1 69%, #903bd2 70%, #31065d 70.5%, #470082 71%, #fff 71.2%, #801ec1 71.8%, #9781b8 72%, #801ec1 72.2%, #9781b8 73%, #801ec1 73.2%, #9781b8 74%, #801ec1 74.2%, #9781b8 75%, #801ec1 75.2%, #9781b8 76%, #801ec1 76.2%, #9781b8 77%, #801ec1 77.2%, #9781b8 78%, #801ec1 78.2%, #9781b8 79%, #801ec1 79.2%, #000 80%, #2f005d 80.8%, #734599 81%, #2f005d 81.8%, #734599 82%, #2f005d 82.8%, #734599 83%, #2f005d 83.8%, #734599 84%, #2f005d 84.8%, #734599 85%, #2f005d 85.8%, #734599 86%, #2f005d 86.5%, #734599 87%, #2f005d 89%, #741da0 90%, #7c28bd 92%, #7c28bd 98%, #7f28aa 100%);
     	background-position: center center;
		background-size: 105% 105%;
	animation: daze 2.5s infinite;
	}
	/*::::::::::::::::::::::::::::::::::::::::メインイメージ５*/
	#main-image05{
		background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#15ffa5, #00ced1);
  background-color: mediumspringgreen;
  background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
  background-repeat: repeat;
    overflow: hidden;
}
.shadow {
  position: relative;
  margin: 200px auto 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #0f0/*linear-gradient(#000, #262626)*/;
    transform: translate(300px, -300px);
}

.shadow:before,
.shadow:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  background: linear-gradient(45deg, orange, yellow, #DA5019, #BF1E56);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-size: 400%;
  z-index: -100;
  animation: shadow 20s linear infinite;
}

.shadow:after {
  filter: blur(20px) ;
}
	/*::::::::::::::::::::::::::::::::::::::::メインイメージ６.theater*/
#main-image06{
background-image: radial-gradient(#0f0,#000);
background-size: 800% 800%;
position: relative;
animation: daze2 3s infinite;
}
#mainImage06-square01{
		width: 900px;
		height: 200px;
		margin: 0 auto;
    position: absolute;
    bottom: 0;
		border-bottom: 10px dotted rgba(245,206,3,0.7);
	}
/*::::::::::::::::::::::::::::::::::::::::注意書きのレイアウト*/
#attention{
    display: block;
    width: 80%;
    height: 150px;
    margin: 50px auto;
    box-sizing: border-box;
    border: 8px double #C03FE3;
    padding: 10px;
    box-shadow: 2px 2px 10px #676767;
    background-color: #F4DDEF;
}
#attention p{
    font: bold 20px 200% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*::::::::::::::::::::::::::::::::::::::::利用ガイド*/
#userGuide{
    width: 100%;
    height: 250px;
}
.index-btnFrames01{
    height: 90px;
    margin: 10px auto;
}
/*::::::::::::::::::::::::::::::::::::::::お知らせ*/
#news{
	width: 100%;
	height: auto;
}
#news ul{
    padding-left: 0;
}
#news ul li{
    width: 100%;
    height: 80px;
    padding: 0 0 20px 175px;
    font-size: 20px;
    letter-spacing: -3px;
    border-bottom: 1px dotted #000;
    text-indent: -175px;
    font-weight: bolder;
}
#news ul li:first-child{
    margin-top: 20px;
}
#news ul li time{
    display: inline-block;
    width: 175px;
    text-indent: 0;
    line-height: 200%;
}
#news ul li a{
	color: #00f;
}
#news ul li a:hover{
	opacity: 0.6;
}
/*::::::::::::::::::::::::::::::::::::::ユーザーガイド*/
#toppage #main section{
	width: 100%;
	height: 400px;
	font-size: 20px;
	font-family: "Comic Sans MS", "cursive";
	line-height: 30px;
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: rgba(255,255,255,0.9);
}
#toppage #main section p{
	width: 90%;
	margin: 20px auto;
}
#toppage #main section#register p a{
	margin: 30px auto;
}
#howto{
	background-image: url("../icon/deal.svg");
	
}
#toppage #guide{
	background-image: url("../icon/deal2.svg");
}
#toppage #buyer{
	background-image: url("../icon/buyer2.svg");
}
#toppage #seller{
	background-image: url("../icon/seller2.svg");
}
#toppage #biginer{
	background-image: url("../icon/beginer2.svg");
}
#toppage #register{
	background-image: url("../icon/star2.svg");
}
#toppage #fee{
	background-image: url("../icon/coin-yen2.svg");
}
/*:::::::::::::::::::::::::::::::::::topページレイアウトはここまで*/

/*:::::::::::::::::::::::::::::::::::カテゴリーページのレイアウト*/
#live-firstview, 
#sports-firstview, 
#seminar-firstview, 
#exhibition-firstview, 
#theater-firstview, 
#fes-firstview{
	width: 980px;
	height: 100px;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
}
#live-firstview h2, 
#sports-firstview h2, 
#seminar-firstview h2, 
#exhibition-firstview h2, 
#theater-firstview h2, 
#fes-firstview h2{
	font-size: 150px;
	text-align: center;
	font-weight: bold;
	color: #fff;
    text-indent: 50px;
    text-shadow: 13px 0px 15px #66037C;
}
#category-item li span{
    display: block;
    width: 100px;
    height: 80px;
    vertical-align: middle;
}

#category-item li{
    width: 100%;
    height: 80px;
    font-size: 20px;
    letter-spacing: -3px;
    border-bottom: 1px dotted #000;
    font-weight: bolder;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::live.htmlのレイアウト*/
#live #live-firstview{
	background-image: url("../img/main-live.jpg");
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::sports.htmlのレイアウト*/
#sports #sports-firstview{
	background-image: url("../img/main-sports.jpg");
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::seminar.htmlのレイアウト*/
#seminar #seminar-firstview{
	background-image: url("../img/main-seminar.jpg");
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::exhinition.htmlのレイアウト*/
#exhibition #exhibition-firstview{
    background-image: url("../img/exhibition.jpg");
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::theater.htmlのレイアウト*/
#theater #theater-firstview{
	background-image: url("../img/theater.jpg");
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::fes.htmlのレイアウト*/
#fes #fes-firstview{
    background-image: url("../img/fes.jpg");
}
/*:::::::::::::::::::::::::::::::::::カテゴリーページのレイアウトはここまで*/



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::recruite.html*/
#recruite header{
    background-image: none;
    position: relative;
}

#recruite #recruite-firstview{
	width: 980px;
	height: 500px;
	margin: 0 auto;
    background-image: url("../img/main-recruite.jpg");
    background-position: center;
	background-size: cover;
    overflow: hidden;
}
#recruite #recruite-firstview p:nth-child(2){
    width: 80%;
    display: block;
    height: 100px;
    margin: 0 10%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 3px 0 2px #000;
    position: absolute;
    top: 200px;
    font-weight: 600;
}
#recruite #recruite-firstview p:nth-child(3),
#recruite #recruite-firstview p:nth-child(4),
#recruite #recruite-firstview p:nth-child(5)
{
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-left: 50px;
    font-family: Georgia, "Times New Roman", Times, "serif";
    text-decoration: underline;
     text-shadow: 1px 0 1px #000;
}
#recruite #recruite-firstview p:nth-child(3){
    padding-top: 330px;
}
#recruite #recruite-firstview p:nth-child(4){
    margin-top: 10px;
}
#recruite #recruite-firstview p:nth-child(5){
    margin-top: 10px;
    text-decoration: none;
}
#recruite #main{
    width: 100%;
}
#recruite table{
    width: 80%;
    height: 350px;
    margin: 80px auto;
    font-size: 15px;
}
#recruite table caption{
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: center;
}
#recruite table th,
#recruite table td{
    border: 1px dotted #686868;
    line-height: 50px;
    padding-left: 20px;
}
#voice figure img{
    display: block;
    margin: 20px auto;
}
#voice figure figcaption{
      font-size: 30px;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#voice figure p{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 30px;
}
#voice p:last-child a:after{
    border-color: transparent;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::recruite.htmlのレイアウトはここまで*/

h1{
     display: block;
	position: relative;
}
h1 a{
        width: 280px;
        height: 100px;
		margin-left: 30px;
        margin-right: 30px;
		line-height: 85px;
		text-align: left;
		font-size: 55px;
        letter-spacing: -2px;
        color: #faee00;
        font-weight: bold;
        text-shadow: 2px 2px 10px #000;
	}
h1 a::before{
	content: "～あなたの希望を買える場所～";
	font-size: 15px;
	letter-spacing: 3px;
	width: 280px;
	height: 50px;
	margin-top: 5px;
	margin-left: 30px;
	position: absolute;
	top: 30px;
	left: 10px;
   }
