@charset "utf-8";
/* 共通 */

/* top */
#top-page .top_mv {
    padding-top: 140px;
    margin: 0 auto 125px;
	position: relative;
	max-width: 1800px;
	width: 100%
}
#top-page .top_mv_ticket{
	position: absolute;
    bottom: -85px;
    right: 20%;
    width: 190px;
}

#top-page .top_mv_ticket a:hover{
	opacity:1;
}
#top-page .top_square_area{
	position: relative;
    width: 1800px;
    margin: auto;
    height: 320px;
}
#top-page .top_square_01{
	width: 1500px;
    margin: 0 auto;
    position: absolute;
    top: -220px;
    right: 150px;
    z-index: -1;
}
#top-page .top_concept{
	margin: 0 auto;
	padding-bottom:150px;
}
#top-page .top_concept_logo{
	width: 580px;
	max-width: 80%;
	margin: 0 auto 70px;
}
#top-page .top_concept_logo img{
	width: 100%;
}
#top-page .top_concept_text{
	font-size: 20px;
	line-height: 2em;
	text-align: center;
	position: relative;
}
#top-page .top_concept_text::after{
	content: "";
    display: block;
    background-image: url(../img/top/bg_triangle_01.png);
    bottom: -190px;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 183px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: contain;
}
#top-page .top_concept_text span.bg_red{
	background-color:#d1483f;
	padding: 0px 5px;
	color: #fff;
	margin: 0 3px 0;
}
#top-page .top_concept_text span.bg_blue{
	background-color:#0077b8;
	padding: 0px 5px;
	color: #fff;
	margin: 0 3px 0;
}
#top-page .top_outline{
	background-color: #f5f5ec;
	padding: 90px;
	border-left: 7px solid #d0aa48;
	margin-bottom: 150px;
}
#top-page .top_outline_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top-page .top_outline_flex h2{
	font-size: 40px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#top-page .top_outline_flex h2 span{
	padding-top: 25px;
	font-size: 21px;
}
#top-page table tr{
	vertical-align: top;
	font-size: 18px;
	line-height: 1.8;
}

#top-page table span {
    font-size: 14px;
}



#top-page table td,th{
	padding-bottom: 30px;
}
#top-page .top_square_02 {
    width: 1680px;
    margin: 0 auto;
    position: absolute;
    top: -340px;
    left: 120px;
}
#top-page .top_about{
	background-image: url(../img/top/img_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 650px;
	margin-bottom: 170px;
}

#top-page .top_about_inner{
	padding: 4% 0 70px;
    width: 1200px;
    margin: auto;
    position: relative;
}
#top-page .top_about_ttl{
	position: absolute;
	top: -35px;
    right: 50px;
}
#top-page .top_about_ttl img{
	width: 100px;
}
#top-page .top_about_text {
	width: 500px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 16px;
    font-weight: 700;
    padding: .1em .1em;
    line-height: 1.8;
    background: #000;
    color: #fff;
}
#top-page .top_btn a{
	display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 55px;
    width: 290px;
    height: 60px;
    text-align: center;
    padding-right: 25px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 70px;
    background: #000 url(../img/top/allow_btn.png) no-repeat right 14px top 15px / 24px auto;
}
#top-page .top_fair{
	display: flex;
	margin-bottom: 115px;
}
#top-page .top_fair_02{
	display: flex;
	margin-bottom: 225px;
	    flex-direction: row-reverse;
}
#top-page .top_fair_red{
	background-image: url("../img/top/bg_red.png");
	width: 530px;
	padding: 50px;
	color: #fff;
	position:relative;
}
#top-page .top_fair_red::before{
	content: "";
    display: block;
    background-image: url(../img/top/bg_circle_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -116px;
    left: -162px;
    width: 330px;
    height: 330px;
    z-index: -1;
}
#top-page .top_fair_blue{
	background-image: url("../img/top/bg_blue.png");
	width: 530px;
	padding: 50px;
	color: #fff;
	position:relative;
}
#top-page .top_fair_blue::before{
	content: "";
    display: block;
    background-image: url(../img/top/bg_circle_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -116px;
    right: -162px;
    width: 330px;
    height: 330px;
    z-index: -1;
}
#top-page .top_fair_img{
	width: 670px;
}
#top-page .top_fair_img img{
	width: 100%;
}
#top-page .top_fair h3{
	font-size: 36px;
	margin-bottom: 35px;
}

#top-page .top_fair p{
	font-size: 16px;
	line-height: 1.7;
}
#top-page .top_btn_02 a {
   display: block;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 55px;
    width: 340px;
    height: 60px;
    text-align: center;
    padding-right: 20px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff url(../img/top/allow_btn_black.png) no-repeat right 14px top 18px / 20px auto;
}
#top-page .top_news_flex{
	width: 1120px;
	margin: 0 auto 70px;;
	display: flex;
	justify-content: space-between;
}
#top-page .top_news_flex h2{
	font-size: 40px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#top-page .top_news_flex h2 span{
	padding-top: 25px;
	font-size: 21px;
}
#top-page .top_news_flex li{
	display: flex;
	width: 1000px;
	padding: 40px 25px;
	border-top: 2px solid #000;
}
#top-page .top_news_flex li:last-child{
	border-bottom: 2px solid #000;
}
#top-page .top_news_flex .news_date{
	margin-right: 50px;
}

#top-page .top_news_flex li{
	background: url("../img/top/allow_btn_black.png") no-repeat right 30px top 45% /20px auto;
	
}

#top-page a.news_btn{
	width: 150px;
	border-bottom: 2px solid #000;
	margin: auto;
	padding-bottom: 20px;
	background: url("../img/top/allow_btn_black.png") no-repeat right 10px top 0 /20px auto;
	display: block;
}
#top-page .news_btn p{
	font-weight: bold;
}
#top-page .top_news{
	margin-bottom: 150px;
}
#top-page .top_map{
	background-color: #f5f5ec;
	padding: 100px 0;
}
#top-page .top_map_flex{
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#top-page .gmap {
    /*filter:grayscale(100%);*/
	width: 550px;
	height: 670px;
}
#top-page .map_logo{
	width: 300px;
	margin-bottom: 35px;
}
#top-page .top_map_box{
	margin-bottom: 30px;
}
#top-page .top_map_text_01{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
#top-page .top_map_text_02{
	font-size: 16px;
	margin-top: 15px;
}
#top-page .top_map_text_02 li{
	list-style: disc;
	margin-left: 15px;
	line-height: 1.5;
	letter-spacing: -0.2px;
}

#top-page .top_map_text_02 li::marker{
    font-size: 80%;
}
#top-page .top_map_text_03{
	font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 0.1em 0.5em 0.2em;
    line-height: 1;
    display: inline;
}
#top-page .top_linkarea{
	background: url("../img/top/bg_gold.png")no-repeat;
	padding: 120px 0 110px;
}
#top-page .top_linkarea_flex{
	display: flex;
	margin: auto;
	justify-content: space-between;
}
#top-page .btn_top_linkarea a{
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	width: 370px;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.2px;
	background: url("../img/top/allow_btn.png") no-repeat right 20px top 50% /20px auto;
}
#top-page .btn_top_linlarea_banner{
	width: 370px;
}


@media only screen and (max-width: 768px) {
    /* 共通 */
#top-page .top_mv {
    padding-top: 140px;
    margin: 0 auto 125px;
    width: 100%;
    position: relative;
	}
#top-page .mv_sp{
		width:100%
	}
#top-page .top_square_area {
    position: relative;
    width: 100%;
    margin: auto;
    height: 70px;
}
#top-page .top_mv_ticket {
    position: absolute;
    bottom: -66px;
    right: 3%;
    width: 130px;
}
#top-page .top_square_02 {
		width: 100%;
        margin: 0 auto;
        position: absolute;
        top: -180px;
        left: 0;
}
#top-page .top_concept_text {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    position: relative;
    padding: 0 2%;
	}
#top-page .top_about_inner {
    padding: 45% 0 70px;
    width: 90%;
    margin: auto;
    position: relative;
	}
#top-page .top_concept_text::after {
    content: "";
    display: block;
    background-image: url(../img/top/bg_triangle_01.png);
    bottom: -190px;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: contain;
}
#top-page .top_concept {
    margin: 0 auto;
    padding-bottom: 70px;
}
#top-page .top_square_01 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -90px;
    right: 0;
    z-index: -1;
}
#top-page .top_about_ttl {
    position: absolute;
    top: -110px;
    right: 30px;
    width: 15%;
}
#top-page .top_btn a {
    margin: 40px auto 70px;
}
#top-page .top_news_flex {
    width: 94%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
}
#top-page .top_news_flex li {
     display: block;
     width: 100%;
     padding: 20px 10px;
     border-top: 2px solid #000;
    
}
#top-page .top_outline {
    background-color: #f5f5ec;
	padding: 40px 10px;
	border-left: 7px solid #d0aa48;
    margin-bottom: 150px;
}
#top-page table td, th {
    padding-bottom: 0px;
    display: block;
}
#top-page table td:nth-child(2) {
    padding-bottom: 30px;
    display: block;
}
#top-page .top_outline_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#top-page .top_outline_flex h2 {
    font-size: 30px;
	margin-right: 30px;
}
#top-page .top_fair h3 {
    font-size: 27px;
    margin-bottom: 35px;
}
#top-page .top_fair_red {
    background-image: url(../img/top/bg_red.png);
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    position: relative;
	}
#top-page .top_fair_blue {
    background-image: url(../img/top/bg_blue.png);
    width: 100%;
	padding: 30px 20px;
    color: #fff;
    position: relative;
}
#top-page .top_fair p {
    text-align: justify;
}
#top-page .top_fair_02 {
    display: block;
    margin-bottom: 225px;
	}
#top-page .top_fair_img {
    width: 100%;
}
#top-page .top_fair {
    display: block;
    margin-bottom: 115px;
}
#top-page .top_fair_02 {
        display: block;
        margin-bottom: 155px;
}
#top-page .top_fair_img {
    width: 100%;
}
#top-page .top_fair_blue::before {
    bottom: -406px;
    right: 0;
    width: 150px;
    height: 150px;
    z-index: -1;
	}
#top-page .top_news_flex .news_date {
    margin-right: 0;
    margin-bottom: 10px;
}
#top-page .top_news_flex h2 {
    font-size: 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 30px;
    padding-left: 10px;
}
#top-page p.news_text {
    padding-right: 30px;
	        line-height: 1.4;
}



#top-page .top_news_flex li {
    background: url(../img/top/allow_btn_black.png) no-repeat right 15px top 45% / 20px auto;
}

#top-page .top_news {
    margin-bottom: 70px;
}
#top-page .top_map {
    background-color: #f5f5ec;
    padding: 40px 4%;
}
#top-page .top_map_flex {
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
}
#top-page .gmap {
    width: 94%;
    height: 350px;
    margin: auto;
}
#top-page .top_map_text_02 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.4;
}
#top-page .top_btn_02 a {
    display: block;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 55px;
    width: 100%;
}
#top-page .btn_top_linkarea a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    height: 90px;
    line-height: 90px;
	margin-bottom: 20px;
}
#top-page .top_linkarea_flex {
	display: block;
	margin: auto;
	width: 90%;
}
#top-page .btn_top_linlarea_banner {
    width: 100%;
}
#top-page .top_linkarea {
    background: url(../img/top/bg_gold.png) no-repeat;
    padding: 40px 0 40px;
	}
}


@media only screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 2) {
 
#top-page .top_mv_ticket {
    right: 5%;
}
#top-page .top_square_area {
    width: 100%;
    height: 120px;
}
#top-page .top_square_01 {
     width: 100%;
     margin: 0 auto;
     position: absolute;
     top: -190px;
     left: -100px;
}
#top-page .top_square_02 {
    width: 100%!important;
    margin: 0 auto;
    position: absolute;
    top: -260px!important;
    left: 0px!important;
}
#top-page .top_about_inner {
   	padding: 43% 0 70px;
    width: 93% !important;
}
#top-page .top_about_text {
    line-height: 2.5;
}
#top-page .top_news_flex {
    width: 94%!important;	  
}
#top-page .top_news_flex h2 {
    font-size: 40px;
    padding-right: 2%;
}
#top-page .top_outline table{
		  width: 90%;
}
#top-page .top_fair {
	display: block!important;
}
#top-page .top_news_flex li {
    display: flex;
    width: 100%;
}
#top-page p.news_text {
    padding-right: 5%;
	line-height: 1.4;
}


#top-page .top_fair_red {
    background-image: url(../img/top/bg_red.png);
    width: 100%;
}
#top-page .top_fair_img {
    width: 100%;
}
#top-page .top_fair_blue {
    background-image: url(../img/top/bg_blue.png);
		  width: 100%;}
#top-page .top_about_ttl {
    position: absolute;
    top: -115px;
}
#top-page .top_fair_blue::before {
    bottom: -180%;
    right: 0;
}
#top-page .gmap {
    /* :filter: grayscale(100%); */
    width: 50%;
    height: 560px;
    margin-right: 2%;
}
#top-page .top_map_flex {
    width: 94%;
}
#top-page .top_linkarea_flex {
    display: block;
    text-align: center;
}
#top-page .btn_top_linkarea a {
    width: 60%;
    margin-bottom: 20px;
}
#top-page .btn_top_linlarea_banner {
    width: 60%;
    margin: auto;
}
#top-page .top_linkarea {
    background: url(../img/top/bg_gold.png) no-repeat;
    padding: 70px 0 70px;
}
#top-page .top_outline {
    padding: 5%;
}
#top-page .top_outline_flex h2 {
    font-size: 40px;
	margin-right: 3%;
}
#top-page .top_concept_text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    position: relative;
    width: 97%;
    margin: auto;
}
}
 