@charset "UTF-8";
/* CSS Document */
*{
margin: 0px;
padding: 0px;
}

body{
    /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
line-height: 1.8;
color:#000;
font-size:15px;
background:#fff;
position: relative;
font-size-adjust: none;
-webkit-font-size-adjust: none;   
    letter-spacing: 0.05em;
}

@media (max-width: 599px) {
    html{overflow-x: hidden;}
    body{
        overflow-x: hidden;
		font-size:14px;
        max-width: 100%;
	} 
}

@media (max-width: 320px) {
    body{font-size:13px;} 
}

img{border:0; outline:none;}

a:hover img.hover-alp{filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
a:hover img.hover-alp100{filter: alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
.alp50{filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;}

a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#5ac800;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

.btn-ticket{position: fixed; bottom:30px; right:20px; width:88px; height:88px; z-index: 99999;  animation: fadeIn 1s ease 0s 1 normal; -webkit-animation: fadeIn 2s ease 0s 1 normal;}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



.sp-only{display: none !important ;}
@media only screen and (max-width: 599px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 599px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

.en-01{
	font-family: "BodoniLTPro-Book" !important;
}

.en{
    font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
    letter-spacing: -0.04em;
}


#btn-entry{position:fixed; bottom: 50px; right:25px; z-index: 999999999;}
#btn-entry a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    background: #fff;
    border: 2px solid #5ac800;
    color: #5ac800;
    text-decoration: none;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    line-height: 1.1;
    font-weight: bold;
}
#btn-entry a:hover{
    background:#5ac800;
    color: #fff;
}

#btn-entry.btn-ticket{
    right: 60px;
    top: 130px;
}
#btn-entry.btn-ticket a{
    font-size: 22px;
}
.page-entry #btn-entry{
    display: none !important;
    opacity: 0 !important;
}
@media only screen and (max-width: 1382px) {


#btn-entry.btn-ticket{
    right: 40px;
}
#btn-entry.btn-ticket a{
    font-size: 20px;
}
}
@media only screen and (max-width: 768px) {
    
#btn-entry{bottom: 30px; right:15px; }    

#btn-entry.btn-ticket{
    right: 15px;
    top: 80px;
}
#btn-entry a{
    font-size: 18px;
    width: 94px;
    height: 94px;
}
#btn-entry.btn-ticket a{
    font-size: 18px;
}
}

@media only screen and (max-width: 599px) {

#btn-entry{top:inherit; bottom: 25px; right:15px; }

#btn-entry.btn-ticket{
    right: 0;
    top: inherit;
    bottom: 25px;
}
#btn-entry a{
    font-size: 4vw;
    width: 20vw;
    height: 20vw;
}
#btn-entry.btn-ticket a{
    font-size: 14px;
}

}


/*==================================================
全体コンテンツエリア
================================================== */
.wrapper{padding-top: 120px;}
.base-con{padding:50px 0;}
.base-con.contents-page{padding-top: 85px !important;}
.contents-area{width: 1024px; margin-left: auto; margin-right: auto; position: relative;}
.contents-area-sub{width: 900px; margin-left: auto; margin-right: auto;}
.contents-area-sub800{width: 800px; margin-left: auto; margin-right: auto;}

.box-main{width:1060px; padding:20px; margin:0 auto; background:#fff; position:relative;}

.bg-c01{background-color: #fffffb;}
.bg-c02{background-color: #f4f4f4;}
.bg-w{background-color: #fff;}
.sec-green{background-color: #eef5df; }
.sec-grey{background-color: #f4f4f4; }
.sec-p35{padding: 35px 0;}

.box-bg-w{
	background: #fff;
	padding: 30px !important;
	text-align: left;
	line-height: 1.9;
    position: relative;
}

.page-wrapper{
	position: relative;
	background: #fff;
	padding-top: 50px;
}

.sec{
    padding-top: 75px;
}

/*.page{
	margin-top: 110px;
	border-top: 5px solid #ffd300;
	padding-bottom: 80px;
}*/

.page{
	margin-top: 120px;
	padding-bottom: 80px;
}

@media (max-width: 1024px) {
.contents-area,.contents-area-sub{width: 90%;}

.sec{
    padding-top: 75px;
}
    
}

@media (max-width: 1024px) {

.page{
	margin-top: 60px;
	border-top: none;
	padding-bottom: 60px;
}
    
}

@media (max-width: 768px) {

.sec{
    padding-top: 35px;
}
.base-con.contents-page{padding-top: 55px !important;}
    
}

@media (max-width: 599px) {
.wrapper{padding-top: 65px;}
.base-con{padding:30px 0;}
.base-con.contents-page{padding-top: 60px !important;}
.contents-area{width:90%; margin-left:auto; margin-right:auto;}
.contents-area-sub{width: 90%; margin-left: auto; margin-right: auto;}
.contents-area-sub800{width: 90%; margin-left: auto; margin-right: auto;}

.box-main{width:94%; padding:10px 2%; margin-left:auto; margin-right:auto; border:5px solid #FEFCF9; background:#fff; box-sizing:border-box;}

.page-wrapper{
	padding-top: 10px;
}

.box-bg-w{
	padding: 12px !important;
	line-height: 1.7;
}

}

/*==================================================
共通テキスト指定
================================================== */

.catch-txt{font-family:リュウミン R-KL; color:#EC6C00; font-size:16px;}

/*==================================================
タイトル
================================================== */

.title-base{
    display: block; 
    text-align: center; 
    font-size: 48px; 
    letter-spacing: 0.04em; 
    margin-bottom: 35px; 
    line-height: 1.2; 
}
.title-base.title-base2{
    color: #5ac800;
}

.title-base span{
    display: block;
    font-size: 40%;
    padding-top: 5px;	
}

.title-base small{
    display: block;
    font-size: 40%;
    padding-top: 5px;	
}

.title-base strong{
    display: block;
}

.title-base.en-01{
	font-size: 42px;
	margin-bottom: 30px;
}

.page-title{display:inline-block; padding:20px 30px; background-color: rgba(255,255,255,0.7); margin-top:60px; }
.page-title h2{
	display:block;
	font-family:Ryumin Regular KL;
	color:#EC6C00;
	font-size:160%;
	padding:20px 10px;
}

.page-title h2 span{font-size:70%;}


.title-page{
	background: #E2002E;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
}

.title-page small{
	font-size: 60%;
}

.title-bg-grey{
	display: block;
	background: #e9e9e9;
	font-size: 24px;
	padding: 25px 20px;
	margin-bottom: 50px;
	line-height: 1;
	text-align: center;
}

.title-bg-grey span{
	display: block;
	border-left: 6px solid #E2002E;
	padding: 1px 10px;
}

.title-bg-w{
	display: block;
	background: #fff;
	font-size: 24px;
	padding: 25px 20px;
	line-height: 1;
	border-bottom: 2px solid #ffd300;
	position: relative;
}

.title-bg-w span{
	display: block;
	border-left: 6px solid #ffd300;
	padding: 1px 10px;
}

.title-bg-w.c-orange,
.title-bg-w.c-orange span{
    border-color: #fbb03b;
}

.title-bg-w.c-green,
.title-bg-w.c-green span{
    border-color: #8cc63f;
}

.title-bg-yellow01{
	display: block;
	background: #fffa70;
	font-size: 24px;
	padding: 25px 20px;
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
}

.title-basic{
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
}

.title-red {
    display: block;
	text-align: left;
    margin: 0 0 30px;
    padding: 15px ;
    background: #E2002E;
    color: #fff;
    font-size: 110%;
    font-weight: normal;
}


.title-contents{
    display: block;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
}

.title-contents span{
    position: relative;
    display: inline-block;
}

.title-contents small{
    color: #4d4d4d;
    font-size: 45%;
    display: block;
    font-weight: 600;
}

.title-bg-y{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.title-bg-y span{
    display: inline-block;
    background: #5ac800;
    color: #fff;
    padding: 12px 35px;
    font-size: 21px;
    min-width: 420px;
}

.title-y-line{
    position: relative;
    border-bottom: 2px solid #5ac800;
    text-align: center;
    margin-bottom: 75px;
    font-size: 24px;
    font-weight: normal;
}

.title-y-line span{
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 5px 50px;
    top: 25px;
}

.title-y-square{
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 50px;
    text-align: left;
}

.title-y-square span{
    color: #5ac800;
}

.title-line{
	display: block;
	text-align: center;
	margin: 0 0 25px;
	font-size: 24px;
	border-bottom: 1px solid #808080;
}


.title-en{
    display: block;
    position: relative;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}

.title-en strong{
    display: block;
    color: #eef5df;
    font-size: 120px; 
}

.title-en small{
    display: block;
    position: absolute;
    top: 38%;
    left: 50px;
    color: #5ac800;
}

.sec-green .title-en strong{
    color: #fff;
}

.title-bg-green01{
	display: block;
	background: #eef5df;
	font-size: 24px;
	padding: 25px 20px;
	margin-bottom: 35px;
	line-height: 1;
	text-align: center;
}

.title-bg-green01.title-bg-blue{
    background: #ebf6fc;
}

.title-bg-green01.title-bg-company{
    background: #eae4e2;
}

.title-bg-green01.title-bg-personal{
    background: #fcf6ed;
}


@media (max-width: 768px) {

.title-base{
	font-size: 36px; 
	margin-bottom: 15px;
}
	
.title-contents{
    font-size: 28px;
    margin-bottom: 20px;
}

.title-bg-grey{
	font-size: 22px;
	padding: 18px 20px;
	margin-bottom: 35px;
}

.title-bg-yellow01{
	font-size: 22px;
	padding: 18px 20px;
	margin-bottom: 20px;
}

.title-bg-green01{
	font-size: 22px;
	padding: 18px 20px;
	margin-bottom: 20px;
}
	


.title-bg-w{
	font-size: 21px;
	padding: 20px 15px;
	line-height: 1.3;
}
    
}


@media (max-width: 599px) {
	
.title-page{
	padding: 30px 0;
	font-size: 20px;
}	

.title-base{
	font-size: 8.5vw; 
	margin-bottom: 25px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
	
	
.page-title{
	border-top:1px solid #EC6C00; border-bottom:1px solid #EC6C00;
	display:block;
	font-family:Ryumin Regular KL;
	color:#EC6C00;
	font-size:120% !important;
	padding:8px 5px;
	text-align:left;
	margin-bottom:20px;
}

.page-title h2 span{font-size:70%;}
.title-contents-pink{border-bottom:1px solid #EC6C00; margin-bottom:20px; padding:8px 8px 5px; background:#fde7c8; font-family:Ryumin Regular KL; font-size:100%; font-weight:normal;}
.title-contents-hobbiko{padding:10px; border-top:1px solid #EC6C00; border-bottom:1px solid #EC6C00; font-family:Ryumin Regular KL; font-size:100%; font-weight:normal; margin-bottom:20px; box-sizing:border-box;}

.title-ex-detail{
	display:block;
	border-top:3px solid #f94368;
	border-bottom:3px solid #f94368;
	color:#f94368;
	font-size:120%;
	padding:10px;
	text-align:left;
	margin-bottom:20px;
}

.title-bg-grey{
	font-size: 16px;
	padding: 15px 10px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.title-bg-grey span{
	padding: 1px 8px;
}

.title-bg-yellow01{
	font-size: 16px;
	padding: 15px 10px;
}

.title-basic{
	font-size: 15px;
	margin-bottom: 25px;
}
	
.title-red {
    margin: 0 0 25px;
    padding: 10px;
    font-size: 100%;
}	


.title-contents{
    font-size: 7.4vw;
    margin-bottom: 15px;
}

.title-contents small{
    font-size: 44%;
}

.title-bg-y{
    margin-bottom: 35px;
}

.title-bg-y span{
    padding: 10px 0;
    font-size: 18px;
    min-width: 100%;
    width: 100%;
}

.title-y-line{
    margin-bottom: 50px;
    font-size: 21px;
}

.title-y-line span{
    padding: 5px 30px;
    top: 25px;
}

.title-y-square{
    font-size: 18px;
    margin-bottom: 35px;
}

.title-line{
	font-size: 5.6vw;
}
	
.title-bg-w{
	font-size: 16px;
	padding: 14px 12px;
}	


.title-en{
    font-size: 6vw;
    margin-bottom: 15px;
}

.title-en strong{
    font-size: 20vw; 
}

.title-en small{
    top: 35%;
    left: 20px;
}

.title-bg-green01 small{
    display: block;
    font-size: 75%;
    padding-top: 8px;
}
	
}

@media (max-width: 320px) {
.title-base{font-size: 18px; margin-bottom: 30px;}
}

/*==================================================
メインコンテンツエリア
================================================== */

#mainContents{width:100%; padding:30px 0; }

/*==================================================
サイドカラム
================================================== */

#side{width:230px; position:absolute; top:20px; left:20px; z-index:1000;}
.page-menu-title{background:#FDE7C8; padding:20px 0; text-align:center; font-size:120%; font-weight:normal;}
#side ul{list-style-type:none; border:1px solid #FDE7C8; border-bottom:none;}
#side li a{display:block; padding:20px 10px; font-size:94%; background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/y_pagemenu.png); background-repeat:no-repeat; background-position: center right;  border-bottom:1px solid #FDE7C8; text-decoration:none;}
#side li a:link{background-color:#FEFCF9; color:#333;}
#side li a:visited{background-color:#FEFCF9; color:#333;}
#side li a:hover{background-color:#FDE7C8;  color:#333;}

/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{
	font-size: 88%;
	padding: 5px 0;
	width:100%;
}


.breadcrumbs a:link{color: #333; }
.breadcrumbs a:visited{color: #333;}
.breadcrumbs a:hover{color: #2a9466;}

@media (max-width: 599px) {
.breadcrumbs{font-size: 12px;}
}



/*==================================================
footer
================================================== */
footer{clear:both; padding: 35px 50px; background:#eef5df;}
.area-footer{position: relative;}


.footer-box{width:auto; float:left; margin-right: 70px;}

.footer-box h2{display: block; font-size:14px; margin-bottom:12px; font-weight:normal;}
.footer-box ul{list-style:none; margin:0; font-size:13px; text-align: left;}
.footer-box li a{color:#000; text-decoration:none;}
.footer-box li a:hover{color:#000; text-decoration: underline;}
.footer-box li a:before{content:"▷"; font-size:75%; padding-right:5px;}

#sns-foot{
    position: absolute;
    top: 55px;
    right: 0;
    width: auto;
    text-align: right;
}

#footer-visitor #sns-foot{
	top: 0;
}

#btn-foot{
    position: absolute;
    top: 6px;
    right: 0;
}

#credit{margin:0; clear:both; padding-top: 50px;}
#credit table{margin:0; width:100%; box-sizing:border-box;}
#credit th{text-align:left; vertical-align:top; font-size:13px; font-weight:normal; width:90px;}
#credit td{text-align:left; vertical-align:top; font-size:13px; }
#footer-logo{text-align: center; padding: 50px 0 0;}
#footer-logo img{width: 50%; }

@media (max-width: 1200px) {

#sns-foot{
    display: block;
    width: 100%;
    position: relative;
    right: inherit;
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
	clear: both;
	top:20px !important;
}
    
    #sns-foot .ul-icnmenu{
        text-align: center;
    }
	
	#sns-foot .ul-icnmenu li{
		margin: 0 4px;
	}
	
}

@media (max-width: 1024px) {
    
.footer-box{width:30%; margin-right: 55px;}    
#footer-visitor .footer-box{width:auto;}   	

#btn-foot{
    position: absolute;
    top: 6px;
    right: 0;
}

#credit{padding-top: 30px;}
#footer-logo{padding: 30px 0 0;}    
    
}


@media (max-width: 768px) {
    
    footer{
        padding: 30px 25px;
    }
    
.footer-box{width:100%; float:none; margin-right: 0; margin-bottom: 20px;}
.footer-box ul{display: flex; flex-direction: row; flex-wrap: wrap;}
	.footer-box ul li{margin-right: 20px;}	
	
	#sns-foot{
		margin-bottom: 20px;
	}
	
 #footer-visitor .footer-box{width:auto;}  
}

@media (max-width: 599px) {

footer{padding: 25px 15px; }


.footer-box ul li{
    width: calc(100%/2);
    padding: 5px 0;
	margin-right: 0;
}
    
    .footer-box ul li.full-w{
        width: 100%;
    }
	
	#sns-foot{
		padding: 6px 0 10px;
	}

#btn-foot{
    display: block;
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    margin-bottom: 25px;
}
    
    #btn-foot .ul-icnmenu{
        text-align: center;
    }
	
	#btn-foot .ul-icnmenu li{
		margin: 0 5px 10px;
        width: 40%
	}
	#btn-foot .ul-icnmenu li a.btn-round{
		width: 92%;
    padding: 0;
    display: inline-block;
    height: 32px !important;
    line-height: 33px;
	}

#credit{padding-top: 25px;}
#credit th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    }
#credit td{
    display: block;
    text-align: left;
    padding: 5px 0 15px 10px;
    width: 100%;
    box-sizing: border-box;}
#footer-logo{padding: 25px 0 0;}
#footer-logo img{width: 100%; }
}


/*==================================================
pagetopボタン
================================================== */

#btnarea-pagetop{padding: 25px 0; text-align: center; font-size: 90%; border-top: 1px solid #eef5df; }
#btnarea-pagetop i{font-size: 14px;}
#btnarea-pagetop a{text-decoration: none; color: inherit !important;}
#btnarea-pagetop a:hover{text-decoration: underline;}

@media (max-width: 599px) {
#btnarea-pagetop{padding: 15px 0; }    
}

/*==================================================
トップページ
================================================== */

#mv-top{
    padding-top: 110px;
}

#mv-top img{
    width: 100%;
    vertical-align: bottom;
}

@media (max-width: 1024px) {

#mv-top{
    padding-top: 60px;
}
	
}

@media (max-width: 599px) {

#mv-top{
    height: calc(100vh - 60px);
}

#mv-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}

#top-banner{text-align: center; border-bottom: 1px solid #e7e7e7; line-height: 1; padding: 25px 0 30px;}
#top-banner article{width: 1006px; margin: 0 auto; }
#top-banner article img{margin: 0 5px; width: 320px;}
#top-banner article a:hover img{filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

@media (max-width: 767px) {
#top-banner{padding: 15px 0 5px; text-align: left}
#top-banner article{width: 94%; }
#top-banner article img{margin: 0 5px; width: 46.4%; margin-bottom: 10px;}
}

/*
#top-exarea{width:100%; padding: 50px 0;}
#area-exarea{width: 1000px; margin: 0 auto; text-align: center;}
#area-exarea ul{list-style: none; margin-bottom: 50px;}
#area-exarea li{display: inline-block; vertical-align: top; width: 180px; margin: 0 15px;}
#area-exarea li a{color: #1c1c1c; text-decoration: none; font-size: 12px; line-height: 1.6em;}
#area-exarea li a:hover{ filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
#area-exarea li a h3{text-align: center; margin-bottom: 7px;}
#area-exarea li a h3 span{font-size: 90%;}
#area-exarea li a p{line-height: 1.4em; color: #3d3b3b;}
*/

#ticket .title-base{line-height: 1.8;}
#ticket a.btn{
	display: block; 
	margin: 20px auto 40px; 
	width: 280px; 
	text-align: center;
}

.top-main-txt p{text-align: center;}

.top-questionnaire{margin: 30px 0 0; padding-top: 30px; border-top: 1px dashed #ddd; text-align: center;}
.img-questionnaire{display: block; margin: 0 auto 7px ; width: 400px;}

@media (max-width: 767px) {
#ticket .title-base{line-height: 1.6; letter-spacing: 0; font-size: 18px;}
#ticket a.btn{margin: 30px 0 10px; width: 100%; box-sizing: border-box;}
.top-main-txt p{text-align: left;}
    .top-questionnaire{margin: 20px 0 0; padding-top: 20px; text-align: left;}
    .top-questionnaire a.btn{display: block !important; width: 80%; padding:8px 0 !important; text-align: center !important; box-sizing: border-box; margin: 15px auto 15px !important;}
    .img-questionnaire{width: 100%; margin: 0;}
}


#top-jhty, #top-shino{border-top: 1px solid #e7e7e7; padding-top: 50px;}
.box-jhty-l{width: 520px; float: left; padding: 0; line-height: 1.8em;}
.box-jhty-r{width: 380px; float: right; text-align: right;}
.pic-top-jhty{display: inline-block; vertical-align: top; text-align: center; width:100px; margin: 0 10px; font-size: 85%;}
.pic-top-jhty img{width: 100%;}

.box-topshino-l{width: 550px; float: left; padding: 0; line-height: 1.8em;}
.box-topshino-r{width: 320px; float: right; text-align: right;}
.box-topshino-r img{width: 100%;}

#top-in{padding: 30px 0;}
#top-in .contents-area{text-align: center;}
#top-in article{display: inline-block; width: 400px; vertical-align: top; margin: 0 25px; text-align: left;}
#top-in article h2{display: block; font-size: 130%; line-height: 1.4em; min-height: 60px;}
#top-in article a{display: block !important; width: 40% !important; margin: 20px auto !important; text-align: center !important;}

#top-exarea{width:100%; padding: 50px 0;}
#area-exarea{margin: 0 auto; text-align: center;}
#area-exarea ul{list-style: none; margin-bottom: 50px;}
#area-exarea li{display: inline-block; vertical-align: top; width: 180px; margin: 0 12px;}
#area-exarea li img{width: 100%; margin-bottom: 10px;}
#area-exarea li a{color: #1c1c1c; text-decoration: none; font-size: 12px; line-height: 1.6em;}
#area-exarea li a:hover{ filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
#area-exarea li a h3{text-align: center; margin-bottom: 10px;}
#area-exarea li a h3 span{font-size: 90%;}
#area-exarea li a p{line-height: 1.4em; color: #3d3b3b;}




.jimukyoku{
	border-left: 1px solid #ddd;
	padding: 5px 0 5px 25px;
	text-align: left;
	margin: 0 auto;
}

.jimukyoku strong{
	display: block;
	text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
}

#ad10 .jimukyoku{
	width: 62% !important;
}

@media (max-width: 767px) {

.jimukyoku{
	padding: 3px 0 3px 10px;
	width: 92%;
	margin: 0 auto;
}

#ad10 .jimukyoku{
	width: 92% !important;
}

.jimukyoku strong{
    font-size: 15px;
}

	
}


#top-intro{width:100%; padding: 50px 0;}
#area-intro{width: 1000px; margin: 0 auto;}
.top-intro-l{display: inline-block; width: 500px; margin: 0 15px; vertical-align: top; line-height: 2.0;}
.top-intro-l p{margin-bottom: 30px;}
.top-intro-r{display: inline-block; width: 380px; margin: 0 15px; vertical-align: top; line-height: 2.0;}
.top-intro-r img{width: 100%; margin-bottom: 20px;}
.top-intro-l h3{font-size: 16px; margin-bottom: 30px;}
.top-intro-r h3{font-size: 16px; margin-bottom: 20px;}
.pic-top02{float: right; margin-left: 10px;}
.pic-top03{float: left; margin-right: 10px; padding-bottom: 20px;}

#top-comm{width:100%; padding: 70px 0 30px;}
#area-comm{width: 1000px; margin: 0 auto;}
.top-comm-l, .top-comm-r{display: inline-block; width: 440px; margin: 0 15px; vertical-align: top; text-align: center;}
.top-comm-r .title-base span{display: inline-block; background:url(//hobbyshow.jp/site/hbs2019/data/i_mail.png) no-repeat center left; height: 29px; line-height: 29px; font-size: 100%;}
.top-comm-l .ul-icnmenu{
	text-align: center;
}
.top-comm-l .ul-icnmenu li{
	margin: 0 15px;
}

.top-comm-l .ul-icnmenu li img{
	width: 100% !important;
}
.top-comm-r input{display: block; width: 90%; margin: 0 auto; border: none !important; border-bottom: 1px solid #000 !important; border-radius: 0 !important; margin-bottom: 30px;}
.top-comm-r input:focus{background:#f4f4f4 !important; }
.top-comm-r button{display: block; width: 60%; margin: 0 auto 20px; font-size: 100%; padding: 10px 0; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none;}
.top-comm-r button:hover{background:#1c1c1c; color: #fff; cursor: pointer; -webkit-transition: all .5s;  transition: all .5s;}

@media (max-width: 767px) {
#top-intro{width:100%; padding: 30px 0;}
#area-intro{width: 90%; margin: 0 auto;}
.top-intro-l, .top-intro-r{display: block; width: 100%; margin: 0 auto; line-height: 1.6em;}
.top-intro-l img{width: 100%; margin-bottom: 20px;}
.top-intro-l{margin-bottom: 20px;}
.top-intro-l h3, .top-intro-r h3{font-size: 120%; margin-bottom: 20px;}
.pic-top02{float: right; margin-left: 10px;}
.pic-top03{float: left; margin-right: 10px;}

#top-comm{padding: 30px 0 0;}
#area-comm{width: 90%;}
.top-comm-l, .top-comm-r{display: block; width: 100%; margin: 0 auto 20px;}
.top-comm-r .title-base span{background-size: 10%; }

.top-comm-l{margin-bottom: 30px;}
.top-comm-l .ul-icnmenu li{
	margin: 0 7px;
}

.top-comm-l .ul-icnmenu li img{
	width: 80% !important;
}
.top-comm-r{padding-top: 30px; border-top:1px solid #ddd;}
.top-comm-r button{width: 70%;}

}



/*==================================================
フォーム画面
================================================== */

.table-form{width:100%; box-sizing:border-box; border-collapse:collapse; border-top:1px solid #ddd; background: #fff; line-height: 1.5;}
.table-form th{font-weight:normal; width: 250px;  border-bottom:1px solid #ddd; text-align:left; vertical-align:middle; padding:20px; }
.table-form td{border-bottom:1px solid #ddd; text-align:left; vertical-align:middle; padding:20px; line-height: 2.2;}

@media (max-width: 599px) {
.table-form{border-top:none;}	
.table-form th{ display:block; width: 100%; box-sizing: border-box; border-bottom:none;  padding:20px 10px; background-color:#eef5df;  }
.table-form td{display:block; background:#fff; text-align:left; padding:20px 10px 25px; border-bottom: none;}	
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"] , input[type="tel"] ,input[type="search"]  { 

    height:40px; 
    font-size:100%; 
    border:1px solid #ddd; 
    padding:2px 5px;
    background: #fff;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    background: #fffabe;
}

textarea{min-height:180px; font-size:100%; border:1px solid #ddd; padding:2px 5px; width:90%; border-radius: 6px;}

input[type="checkbox"]{vertical-align:middle; width:20px; height:20px;}
input[type="submit"]{font-size:100%;}

.pict-confirm-booth{width: 120px; margin:0 10px 0 0;}
.check-kiyaku{margin: 20px 0 0 15px;}


@media (max-width: 767px) {
textarea{min-height:120px; width:94%; }
.pict-confirm-booth{width: 30%; margin:0 5px 0 0;}
.check-kiyaku{margin: 15px 0 0 10px;}
}

/*セレクト*/

select{background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
	font-size:94%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
	width:180px;}
	
/*ラジオボタン*/
label.rdbox{display:inline-block; padding-right:10px;}
#wish-zone label.rdbox{display:block; padding-right:0; margin-bottom:7px;}

@media (max-width: 767px) {
select{
	width:180px;}
	
label.rdbox{display:block; padding-right:0; margin-bottom: 6px;}
}

.blo-ck{display: inline; padding-right: 7px;}

@media (max-width: 767px) {
.blo-ck{display: block; padding-right: 0; margin-bottom: 10px;}
}

/*チェックボックス*/

label.ckbox{display:inline-block; padding-right:10px;}


/*必須マーク*/
.required{display:inline; padding:3px; text-align:center; font-size:80%; color:#fff; background:#E2002E; border-radius: 4px; margin-left:5px; vertical-align:top;}

/*幅*/
.w-min{width:10%;}
.w-ss{width:20%;}
.w-s{width:30%;}
.w-m{width:50%;}
.w-l{width:70%;}
.w-ll{width:80%;}
.w-max{width:90%;}

@media (max-width: 767px) {
.w-ss{width:70%;}
.w-s{width:50%;}
.w-m, .w-l{width:94%;}
}

/*ボタンエリア*/
.box-btn{margin-top:20px; }
.box-btn .btn{border:none;}
.btn-form{margin:30px 0; text-align: center;}

.btn-form input[type="submit"]{padding: 15px 50px; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%;}
.btn-form input[type="submit"]:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}

.btn-form button{padding: 15px 50px; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%;}
.btn-form button:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}
.btn-form button.btn-back{border-radius: 6px; background: #f4f4f4; border:1px solid #f4f4f4; padding: 10px 30px; text-decoration: none; cursor: pointer; text-align: center; display: inline-block; color: #000; font-size:100%;}
.btn-form button.btn-back:hover{background-color:transparent; border-color:#1c1c1c;}

/*エラー文章*/
.form-err{color:#f00; font-size:90%; margin-top:10px;}
.form-att{border:1px solid #f00; background:#fff1f1; padding:10px; margin:10px 0; box-sizing:border-box;}
.form-att ul{margin-left:30px;}
	
.height-ta-default{height:200px;}

#entry-koma th ,#entry-check th{width: 240px;}
.txt-new{display: inline-block; padding-left: 7px; color: #ef0505;}

.txt-img-up{margin-bottom: 30px;}
.box-img-up{background: #fff; border-radius: 4px; padding: 15px 20px; margin: 0 0 15px;}

@media (max-width: 767px) {
.btn-form{margin:20px 0;}

.btn-form input[type="submit"]{display: block; width: 100%; box-sizing: border-box; padding: 15px 0; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%; text-align: center; -webkit-appearance:none;}
.btn-form input[type="submit"]:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}
.btn-form input[type="submit"].btn-back{border-radius: 6px; background: #f4f4f4; border:1px solid #f4f4f4; padding: 10px 30px; text-decoration: none; cursor: pointer; text-align: center; display: inline-block; color: #000; font-size:100%;}
.btn-form input[type="submit"].btn-back:hover{background-color:transparent; border-color:#1c1c1c;}

.btn-form button{display: block; width: 100%; box-sizing: border-box; padding: 15px 0; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%; text-align: center;}
.btn-form button:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}
.btn-form button.btn-back{border-radius: 6px; background: #f4f4f4; border:1px solid #f4f4f4; padding: 10px 30px; text-decoration: none; cursor: pointer; text-align: center; display: inline-block; color: #000; font-size:100%;}
.btn-form button.btn-back:hover{background-color:transparent; border-color:#1c1c1c;}
}


.div-form{
	margin-bottom: 10px;
}

.div-form span{
	display: inline-block;
	width: 20%;
}

::placeholder{
	color: #B2B2B2;
}

@media (max-width: 767px) {

.div-form span{
	display: block;
	width: 100%;
}
	
}


/*==================================================
Border-Type Valiation
================================================== */

.b-no{border:none;}


/*==================================================
Title-Type Valiation
================================================== */

.title-type-form{background:#f4f4f4; border-bottom:3px solid #d6a0a1; color:#270000; padding:5px 10px; font-size:100%; }
.title-type01{border-bottom:6px solid #d6a0a1;}
.title-type01 span{
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color:#eec7c8;
padding:5px 30px 2px; display:inline-block;
}

.title-type02{font-size:120%; color:#EC6C00; padding:0 0 5px; margin:20px 0; font-family:Ryumin Regular KL;}
.title-type03{border:1px solid #AE7925; padding:5px 10px; display:inline-block; margin-bottom:20px; font-weight:normal; font-size:110%; background:#F2EFE9;}
.title-type04{font-size:120%; color:#EC6C00; padding:0 0 5px; margin:20px 0; font-family:Ryumin Regular KL;}
.title-type05{background:#EC6C00; color:#fff; font-size:120%; font-weight:normal; border-radius:6px; padding:15px; box-sizing:border-box;}
.title-type06{margin-bottom:20px; font-weight:normal;}
.title-type06 span{display:inline-block; border:1px solid #EC6C00; padding:5px 10px; margin-right:10px; font-weight:normal; font-size:110%; background:#FDE7C8;}

.title-type07{font-size:100%; border-bottom:1px solid #EC6C00; margin-bottom:30px; padding:8px 8px 5px; background:#fefcf9;}

.title-booth{font-size:110%; font-weight:normal; margin-bottom:15px; color:#EC6C00;}

/*==================================================
テーブル
================================================== */

.table{border-collapse:collapse; border:1px solid #ddd; box-sizing:border-box;}
.table th{border:1px solid #ddd; 
background: #f4f4f4; 
font-weight:normal; text-align:center; padding:15px;}
.table td{border:1px solid #ddd; font-weight:normal; padding:15px;}
.table tr{background:#fff;}
.table-striped tr:nth-child(odd) { background:#f9f9f9;}
.table-hover > tbody > tr{cursor:pointer;}
.table-hover > tbody > tr:hover{background:#f6e8e8;}

.table caption{text-align:left; margin-bottom:5px;}

.table-type01{width:100%; box-sizing:border-box; border-collapse:collapse;}
.table-type01 th{font-weight:normal; width:20%; text-align:left; vertical-align:top; padding:20px 5px;}
.table-type01 td{text-align:left; vertical-align:top; padding:20px 5px;}

.table-type02{width:100%; box-sizing:border-box; border-collapse:collapse;}
.table-type02 th{font-weight:normal; border:1px dashed #AE7925; color:#AE7925; text-align:center; vertical-align:middle; padding:20px 0;}
.table-type02 td{text-align:left; vertical-align:middle; padding:20px;}

.table-type03{width:100%; box-sizing:border-box; border-collapse:collapse; border:1px solid #ddd;}
.table-type03 th{background:#f4f4f4; padding:7px 10px; font-weight:normal; border:1px solid #ddd; vertical-align:middle;}
.table-type03 td{background:#fff; padding:7px 10px; font-weight:normal; border:1px solid #ddd; vertical-align:middle;}

.table-list{border-collapse:collapse; border:1px solid #ddd; box-sizing:border-box;}
.table-list th{border:1px solid #ddd; 
background:#e2e2e2;
font-weight:normal; text-align:center; padding:12px 10px;}
.table-list td{border:1px solid #ddd; font-weight:normal; padding:8px 10px; font-size:90%;}

.table-basic{border-collapse: collapse; box-sizing: border-box; width: 100%;}
.table-basic th{font-weight: normal; text-align: left; border-bottom: 1px solid #f4f4f4;}
.table-basic td{border-bottom: 1px solid #f4f4f4; text-align: left;}


.table-y{
	width: 100%;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #5ac800;
	border-collapse: collapse;
}

.table-y th{
	background: #5ac800;
    color: #fff;
	border: 2px solid #5ac800;
    border-bottom: 2px solid #fff;
    border-right: none;
    border-left: none;
	width: 20%;
	vertical-align: middle;
	padding: 20px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
}

.table-y tr:last-child th{
    background: #55c0cc;
    border-bottom: 2px solid #5ac800;
}

.table-y td{
	background: #fff;
	border: 2px solid #5ac800;
    border-left: none;
	width: 80%;
	vertical-align: middle;
	padding: 20px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: left;
}

@media (max-width: 599px) {

.table-y th{
	display: block;
	width: 100%;
	padding: 16px 0;
	border: none;
	border-bottom:  2px solid #5ac800;
}

.table-y td{
	display: block;
	width: 100%;
	padding: 16px 10px;
	border: none;
    word-break: break-all;
    word-wrap: break-word;
}
	
.table-y tr:last-child td{
    border-bottom: none;
}
    
    .table-y tr:last-child th{
        border-bottom: none;
    }
	
}


/*==================================================
アラート
================================================== */
.alert {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	text-align:center;
	color: #f00;
    background-color: #fff1f1;
    border-color: #f00;
}

.alert-success {
	color: #013e4f;
    background-color: #b9e5f1;
    border-color: #4ab6d5;
}

.alert-info {
	color:#000;
    background-color: #f9f9f9;
    border-color: #ddd;
}

.alert-warning {
    color: #000;
    background-color: #f8fb02;
    border-color: #fbc302;
}

/*==================================================
ラベル（タグ）
================================================== */

ul.tag{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tag li {
    display: inline-block;
    margin: 0 0 .3em 1em;
    padding: 0;
}

ul.tag li a {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 1em;
    background-color: #e2e2e2;
    border-radius: 0 3px 3px 0;
    font-size: 85%;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.tag li a::before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #e2e2e2 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.tag li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}

ul.tag li span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.label {
    display: inline;
    padding: .1em .6em .1em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	background:#e2e2e2;
}

/*==================================================
ボタン
================================================== */

.btn-area{text-align: center; margin-top: 50px;}


@media (max-width: 599px) {
.btn-area{margin-top: 30px; }
    .btn-area.sec-p35{
        padding: 14px 0;
    }
}

/*デフォルトのボタン*/

.btn{
    display: inline-block;
    border-radius: 38px;
    background: #5ac800 !important;
    color: #fff !important;
    border: 2px solid #5ac800;
    padding: 14px 25px;
    text-decoration: none;
    min-width: 280px;
    margin: 0 10px;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
}

.btn.btn-small{
    padding: 12px 20px;
    min-width: 200px;
    font-size: 16px;
}

.btn:hover{
    background: #fff !important;
    color: #5ac800 !important;
    cursor: pointer;
}

.btn.btn-w{
    background: #fff !important;
    color: #5ac800 !important;
}

.btn.btn-w:hover{
    background: #5ac800 !important;
    color: #fff !important;
}

.btn.btn-bg-yellow{
    background: #ffd300 !important; 
}

.btn.btn-purple{
    background-color: #757ebc !important;
    color: #fff !important;
    border: 2px solid #757ebc;
}

.btn.btn-purple:hover{
    background-color: #fff !important;
    color: #757ebc !important;
    border: 2px solid #757ebc;
}

.btn.btn-red{
    background: #e83b2a !important;
    border-color: #e83b2a !important;
}

.btn.btn-red:hover{
    background: #fff !important;
    color: #e83b2a !important;
}

.btn.btn-orange{
    background: #f39800 !important;
    border-color: #f39800 !important;
}

.btn.btn-orange:hover{
    background: #fff !important;
    color: #f39800 !important;
}

.btn.btn-blue{
    background: #409ad6 !important;
    border-color: #409ad6 !important;
}

.btn.btn-blue:hover{
    background: #fff !important;
    color: #409ad6 !important;
}

.btn.btn-company{
    background: #978f8b !important;
    border-color: #978f8b !important;
}

.btn.btn-company:hover{
    background: #fff !important;
    color: #978f8b !important;
}

.btn.btn-grey{
    background: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
    color: #000 !important;
}

.btn.btn-grey:hover{
    background: #d3d3d3 !important;
    color: #000 !important;
    border-color: #d3d3d3 !important;
}

@media (max-width: 599px) {
    
.btn{
    display: block;
    padding: 20px 0;
    text-decoration: none;
    min-width: auto;
    margin: 10px auto;
    font-size: 18px;
    width: 90%;
    box-sizing: border-box;
    padding: 12px 0;
}    
    
}




/*==================================================
Padding Valiation
================================================== */

.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}

.p1per{padding:1% !important;}
.p2per{padding:2% !important;}
.p3per{padding:3% !important;}
.p4per{padding:4% !important;}
.p5per{padding:5% !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pr1per{padding-right:1% !important;}
.pr2per{padding-right:2% !important;}
.pr3per{padding-right:3% !important;}
.pr4per{padding-right:4% !important;}
.pr5per{padding-right:5% !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pl1per{padding-left:1% !important;}
.pl2per{padding-left:2% !important;}
.pl3per{padding-left:3% !important;}
.pl4per{padding-left:4% !important;}
.pl5per{padding-left:5% !important;}

.p0a{padding-right:auto; padding-left:auto !important;}
.plr10{padding-left:10px; padding-right:10px !important;}
.plr15{padding-left:15px; padding-right:15px !important;}
.plr20{padding-left:20px; padding-right:20px !important;}
.plr25{padding-left:25px; padding-right:25px !important;}
.plr30{padding-left:30px; padding-right:30px !important;}
.plr40{padding-left:40px; padding-right:40px !important;}
.plr50{padding-left:50px; padding-right:50px !important;}

.plr1per{padding-left:1%; padding-right:1% !important;}
.plr2per{padding-left:2%; padding-right:2% !important;}
.plr3per{padding-left:3%; padding-right:3% !important;}
.plr4per{padding-left:4%; padding-right:4% !important;}
.plr5per{padding-left:5%; padding-right:5% !important;}


/*==================================================
Margin Valiation
================================================== */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}

.m1per{margin:1% !important;}
.m2per{margin:2% !important;}
.m3per{margin:3% !important;}
.m4per{margin:4% !important;}
.m5per{margin:5% !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr12{margin-right:12px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mr1per{margin-right:1% !important;}
.mr2per{margin-right:2% !important;}
.mr3per{margin-right:3% !important;}
.mr4per{margin-right:4% !important;}
.mr5per{margin-right:5% !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb12{margin-bottom:12px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.ml1per{margin-left:1% !important;}
.ml2per{margin-left:2% !important;}
.ml3per{margin-left:3% !important;}
.ml4per{margin-left:4% !important;}
.ml5per{margin-left:5% !important;}

.m0a{margin-right:auto; margin-left:auto !important;}
.mlr10{margin-left:10px; margin-right:10px !important;}
.mlr15{margin-left:15px; margin-right:15px !important;}
.mlr20{margin-left:20px; margin-right:20px !important;}
.mlr25{margin-left:25px; margin-right:25px !important;}
.mlr30{margin-left:30px; margin-right:30px !important;}
.mlr40{margin-left:40px; margin-right:40px !important;}
.mlr50{margin-left:50px; margin-right:50px !important;}

.mlr1per{margin-left:1%; margin-right:1% !important;}
.mlr2per{margin-left:2%; margin-right:2% !important;}
.mlr3per{margin-left:3%; margin-right:3% !important;}
.mlr4per{margin-left:4%; margin-right:4% !important;}
.mlr5per{margin-left:5%; margin-right:5% !important;}

/*==================================================
Align Valiation
================================================== */

.ta-c{text-align:center !important;}
.ta-r{text-align:right !important;}
.ta-l{text-align:left !important;}

.va-t{vertical-align:top !important;}
.va-m{vertical-align:middle !important;}
.va-b{vertical-align:bottom !important;}

/*==================================================
FontSize Valiation
================================================== */

.fs-10{font-size:10px;}
.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-80per{font-size:80%;}
.fs-90per{font-size:90%;}
.fs-100per{font-size:100%;}
.fs-110per{font-size:110%;}
.fs-120per{font-size:120%;}
.fs-130per{font-size:130%;}
.fs-140per{font-size:140%;}
.fs-150per{font-size:150%;}


.txt-large{
    font-size: 120%;
    line-height: 1.9;
}

.txt-xlarge{
    font-size: 140%;
    line-height: 1.9;
}

.txt-xxlarge{
    font-size: 160%;
    line-height: 1.9;
}



/*==================================================
FontStyle Valiation
================================================== */

.fwb{font-weight: bold; font-family: FP-HiraginoUDSansStdN-W5 !important;}
.fwn{font-weight:normal;}
.td-n{text-decoration:none;}
.td-ul{text-decoration:underline;}
.fw-b{font-weight: 600 !important;}

/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#000 !important;}
.fc-red{color:#ff001e !important;}
.fc-red2{color: #e83b2a !important;}
.fc-pink{color:#e953ad !important;}
.fc-sub01{color: #BF98C5 !important;}
.fc-sub02{color: #FFDC00 !important;}
.fc-sub03{color: #6C68A4 !important;}
.fc-avenue{color: #e6002d !important;}
.fc-company{color: #978f8b !important;}
.fc-personal{color: #f39800 !important;}
.fc-orange{color: #f39800 !important;}
.fc-purple{color: #757ebc !important;}
.fc-green{color: #5ac800 !important;}
.fc-green2{color: #4ebba6 !important;}
.fc-blue{color: #409ad6 !important;}
.fc-blue2{color: #64c8e2 !important;}
.fc-blue3{color: #00b09e !important;}
.fc-yellow{color: #fcec71 !important;}

/*==================================================
Width Valiation
================================================== */

.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.w110per{width:110% !important;}
.w120per{width:120% !important;}
.w130per{width:130% !important;}
.w140per{width:140% !important;}
.w150per{width:150% !important;}
.w160per{width:160% !important;}
.w170per{width:170% !important;}
.w180per{width:180% !important;}
.w190per{width:190% !important;}
.w200per{width:200% !important;}
.w220per{width:220% !important;}

.w490px{width:490px;}
.w510px{width:510px;}
.w670px{width:670px;}
.w1000px{width:1000px;}
.w1100px{width:1100px;}

/*==================================================
Float Valiation
================================================== */

.fl-l{float:left;}
.fl-r{float:right;}
.fl-n{float:none;}

/*==================================================
Display Valiation
================================================== */

.dis-n{display:none;}
.dis-b{display:block;}
.dis-ib{display:inline-block;}
.dis-i{display:inline;}
.dis-t{display:table;}
.dis-tc{display:table-cell;}

/*==================================================
BackgrondColor-Type Valiation
================================================== */

.bgc-red{background:#E7380C;}
.bgc-green{background:#9db801;}
.bgc-orange{background:#EC6C00;}
.bgc-pink{background:#fe96c0;}
.bgc-grey{background:#f4f4f4;}
.bgc-blue{background:#2bbdf9;}
.bgc-yellow{background:#FFD800;}
.bgc-grey02{background:#D4DBD2;}
.bgc-w{background:#fff;}
.bgc-black{background:#000;}
.bgc-pinkgrey{background:#f7e3e3;}

/*==================================================
Line-Height Valiation
================================================== */

.lh-10{line-height:1.0em;}
.lh-12{line-height:1.2em;}
.lh-14{line-height:1.4em;}
.lh-16{line-height:1.6em;}
.lh-18{line-height:1.8em;}
.lh-20{line-height:2.0em;}

/*==================================================
List Style Valiation
================================================== */

.nav-links{border:1px solid #c7c7c7; padding:5px 0; text-align:center; margin:30px 0;}
.nav-links a{padding-right:15px;}

.list-terms{list-style-type:square; margin:0 20px;}
.list-terms li{margin-bottom:15px;}

ul.list-normal{list-style-type:disc; margin-left:20px;}
ul.list-normal li{margin-bottom:7px;}

/*==================================================
DL Style Valiation
================================================== */

.dl-terms dt{font-weight:bold; font-size:100%; margin-bottom:15px;}
.dl-terms dd{margin:0 20px 20px;}


/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto; padding-top:20px;}
	
.PageList ul {
}
.PageList ul li {
	display: inline;
}
.PageList ul li.now { /* 現在のページ */
}
.PageList ul li a {
	padding: 5px 12px;
	border-width: 1px;
	border-style:  solid;
	text-decoration: none;
}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {
	border-color: #ddd;
	color: #999;
}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {
	border-color: #d6a0a1;
	background-color:#fff;
	color: #d6a0a1;
}
.PageList ul li.now a { /* 現在のページ */
	border-color: #d6a0a1;
	background-color:#d6a0a1;
	color: #fff;
}




#banner-area{padding:25px 0; text-align:center; background:#fff;}
/*#banner-area img{margin:0 20px 20px;}*/

#mainimg{background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:240px; }

@media only screen and (max-width:599px){
    #mainimg{background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:240px; }
}

@media only screen and (max-width:1280px){
    #mainimg{background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:240px; }
}

.mainimg-about{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-about.jpg);}
.mainimg-faq{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-faq.jpg);}
.mainimg-access{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-access.jpg);}
.mainimg-news{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-news.jpg);}
.mainimg-contact{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-contact.jpg);}
.mainimg-exhibitor{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-exhibitor.jpg);}
.mainimg-ticket{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-ticket.jpg);}
.mainimg-ad{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-ad.jpg);}
.mainimg-policy{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-policy.jpg);}
.mainimg-lineup{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-lineup.jpg);}
.mainimg-workshop{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-workshop.jpg);}
.mainimg-stage{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg_stage.jpg);}
.mainimg-pickup{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-pickup.png);}



.dl-type01 dt{color:#AE7925; font-size:120%; border-left:4px solid #AE7925; padding-left:12px; margin-bottom:20px;}
.dl-type01 dd{margin:0 15px 20px; padding-bottom:20px; border-bottom:dashed 1px #d7be9c;}


caption{text-align:left; margin-bottom:5px;}


/*==================================================
インタビュー
================================================== */
.box-main-interview{width:1030px; margin:0 auto; background:#fff; position:relative; border:5px solid #FDE7C8; padding:30px;}
.contents-area-interview{ float:left; width:710px;}
#side-interview{float:right; width:250px; padding:20px; background:url(//hobbyshow.jp/site/hobbyshow/view/img/bg_side_interview.gif) repeat top left;}
#side-interview h3{background:#AE7925; color:#fff; text-align:center; padding:7px 0; font-weight:normal; font-size:100%;}
.box-side-interview{background:#fff; margin-bottom:20px;}
.box-side-interview ul{list-style-type:none;}
.box-side-interview li{border-bottom:1px dotted #AE7925; }
.box-side-interview li a{display:block; padding:10px 10px; font-size:90%; color:#333; text-decoration:none;}
.box-side-interview li a:hover{background:#D7BE9C;}

.it-left{float:left; width:40%;}
.it-left img{width:100%;}
.it-right{float:right; width:55%;}
.it-right h5{font-size:100%; margin-bottom:10px; font-weight:normal;}

.title-interview01{background:url(//hobbyshow.jp/site/hobbyshow/view/img/bg_mainContents.gif) repeat top left; border:3px solid #EC6C00; color:#EC6C00; padding:20px; margin-bottom:30px; font-size:120%;}
.title-interview02{background:url(//hobbyshow.jp/site/hobbyshow/view/img/bg_mainContents.gif) repeat top left; border-bottom:2px solid #EC6C00; color:#EC6C00; padding:20px; text-align:center; margin-bottom:30px; font-size:120%;}
.interview-top{padding-bottom:10px;}
.interview-top table{width:100%; border-top:1px solid #D7BE9C; border-bottom:1px solid #D7BE9C; margin-bottom:15px;}
.interview-top th{text-align:left; width:100px; vertical-align:top; padding:15px 15px 15px 0; font-weight:normal;}
.interview-top td{text-align:left; vertical-align:top; padding:15px 0 15px 0; font-weight:normal; }
.box-in-zone{border:1px solid #D7BE9C;}
.box-in-zone h5{background:#AE7925; color:#fff; text-align:center; padding:8px 0; font-size:100%; font-weight:normal;}
.box-in-zone div{padding:15px;}
.box-interview{border-top:1px dashed #EC6C00; padding-top:30px; margin-top:30px;}
.box-interview dt{font-size:120%; color:#EC6C00; margin-bottom:20px;}
.box-interview dd{margin:0 0 40px 20px; font-size:100%; line-height:1.8em;}



/*==================================================
FAQ
================================================== */
#faq .dl-type01 dt{font-size: 100% !important;}


/*==================================================
exhibitor
================================================== */

.box-theme{text-align:center; line-height:1.8em; padding:20px; margin-bottom:30px; background:#fffbf8;}
#exhibitor-merit ol{list-style-type:decimal; margin:0 20px 30px;}
#exhibitor-merit ol li{margin-bottom:15px; }
.box-ex-topv{display:inline-block; width:46%; margin-right:20px; vertical-align:top;}
.box-ex-topv h4{color:#AE7925; font-size:100%; font-weight:normal; border-left:4px solid #AE7925; padding-left:12px; margin-bottom:20px;}
.box-ex-topv2{margin:30px 0;}
.box-ex-topv2 h4{color:#AE7925; font-size:100%; font-weight:normal; border-left:4px solid #AE7925; padding-left:12px; margin-bottom:20px;}
.box-ex-topv2 li{margin:0 30px 10px;}

.ex-message{border:3px solid #EC6C00; padding:100px 0; text-align:center;}

/*==================================================
exhibitor > schedule
================================================== */

.box-sche{border-radius:6px; background:#fff; border:1px solid #ddd; text-align:center; }
.box-sche h4{padding:10px; text-align:center; display:block; width:30%; border-right:1px solid #ddd; float:left; font-size:100%; font-weight:normal; vertical-align:middle;}
.box-sche div{padding:10px 25px; text-align:left; display:block; width:60%; float:left; vertical-align:middle;}



/* =======================================
	アコーディオンパネル
======================================= */

dl.accordion {
	margin: 15px 0 0;
}
dl.accordion dt {
	position: relative;
	cursor: pointer;
    font-size: 16px;
    background-color: #eef5df;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

dl.accordion dt i{
    
    color: #419100;
}

dl.accordion dt i.fa-regular{
	position: absolute;
    right: 15px;
    top: 19px;
    font-size: 16px;
}
dl.accordion dt i.fa-circle-up{
	display: none;
}
dl.accordion dt.open {
     }

dl.accordion dt.open i.fa-circle-up{
	display: inline;
}
dl.accordion dt.open i.fa-circle-down{
	display: none;
}
dl.accordion dd { 
	display: none;
	position: relative;
    padding: 0 14px 15px 35px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eef5df;
    color: #419100;
}

dl.accordion dd span{
	position: absolute;
    display: inline-block;
    width: 35px;
    top: 13px;
    left: 0;
    border-top: 1px solid #4d4d4d;
    height: 1px;
}

dl#search-box dt {
    background-color: #5ac800;
    text-align: center;
    color: #fff;
}

dl#search-box dt i{
    
    color: #fff;
}

dl#search-box dd { 
    background-color: #5ac800;
    color: #000;
}


@media (max-width: 1024px) {
    
/*SP HM*/
#sp-accordion-navi dl.accordion {
    width: 90%;
	margin: 0 auto;
	border: none;
	padding: 0;
    background-color:transparent;
	border-radius: 0;
}
#sp-accordion-navi dl.accordion dt {
	border-radius: 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #5ac800;
    padding: 15px 0;
	background: #eef5df;
	color: #000;
}

#sp-accordion-navi dl.accordion dt i.fa-regular{
    top: 40% !important;
    font-size: 12px !important;
} 
    
#sp-accordion-navi dl.accordion dt a{
    display: block;
    text-decoration: none;
}
	
#sp-accordion-navi dl.accordion dt a:hover{
    color: #5ac800;
}

#sp-accordion-navi dl.accordion dd{
    padding: 20px 0 15px 5px;
}
dl.accordion dt {
	padding-right: 30px;
}
dl.accordion dt i.fa-regular{
	top: inherit;
    bottom: 20px;
    right: 10px;
}
    
}



@media (max-width: 599px) {

dl.accordion {
	margin: 12px 0 0;
}
dl.accordion dt {
    font-size: 14px;
}
dl.accordion dd { 
    font-size: 14px;
    padding-left: 11px;
}
dl.accordion dt i.fa-regular{
    bottom: 10px;
}
    
dl#search-box dt i.fa-regular{
    bottom: 15px;
}
    
}

/*==================================================
English Site
================================================== */

.box-advantage{border:1px solid #EC6C00; padding:20px; padding-bottom:10px; box-sizing:border-box; background:#EBC1C6;}





/*==================================================
出展者一覧関連コンテンツ
================================================== */
.title-ex{background:#EC6C00; color:#fff; font-size:120%; font-weight:normal; border-radius:6px; padding:15px; box-sizing:border-box;}
.arealist{clear:both; margin:0 15px 20px; padding-bottom:20px; border-bottom:1px dashed #b4b5b5;}
.arealist h5{font-size:110%; margin-bottom:15px;}
.arealist img{float:right; margin-left:15px; margin-bottom:20px;}

.label-ex{display:inline-block; background:#ebc1c6; color:#fff; font-size:90%; padding:1px 10px; margin-right:5px; margin-bottom:20px; border-radius:4px;}
.ex-body{width:740px; float:left;}
.ex-body table{width:100%; box-sizing:border-box; border-collapse:collapse; border:none;}
.ex-body th{width:210px; padding:15px 0 15px 10px; font-weight:normal; text-align:left; font-size:100%; border-bottom:1px solid #AE7925;}
.ex-body td{padding:15px 0 15px; font-weight:normal; font-size:100%; border-bottom:1px solid #AE7925;}
.ex-pic{width:225px; float:right;}
.ex-pic img{margin-bottom:5px;}

.table-ex{border-collapse:collapse; border:1px solid #ddd; box-sizing:border-box; margin-bottom:20px; width:100%;}
.table-ex th{border:1px solid #ddd; 
background:#f2efe9;
font-weight:normal; text-align:center; padding:20px 0;}
.table-ex td{border:1px solid #ddd; font-weight:normal; padding:20px; }
.table-ex td img{margin-right:5px;}

.table-exzone{width: 100%; box-sizing: border-box; border:1px solid #ec6c00; border-collapse: collapse; margin-bottom: 50px;}
.table-exzone th{background: #fde7c8; text-align: center; padding: 20px 0; width: 160px; font-weight: normal;}
.table-exzone td{padding: 15px 10px; border-bottom: 1px solid #fde7c8;}
.bb-orange{border-bottom: 1px solid #ec6c00 !important;}
.table-exzone td.zone-title{text-align: center; width: 190px; color: #ec6c00;}
.table-exzone td.zone-ex{width: 599px;}
.table-exzone td.ex-btn{text-align: center;}
.table-exzone td.ex-btn a{border-radius: 4px; border:1px solid #5C2A0C; background:#5C2A0C; padding:5px 0; text-decoration:none; text-align:center; display:inline-block; width: 84%; color:#fff; font-size: 90%;}
.table-exzone td.ex-btn a:hover{background-color:transparent; color:#5C2A0C;}

.area-ex{margin-bottom: 50px;}
.box-lineuplist{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #666;}
.box-lineuplist img{width: 260px; float: right; margin-left: 20px; margin-bottom: 20px;}
.box-lineuplist h4{font-size: 110%; color: #ec6c00; font-weight: normal; margin-bottom: 20px;}
.box-lineuplist a{width: 20% !important;}
.txt-booth{margin-bottom: 20px;}

table.lineupList{width: 100%; box-sizing: border-box; }
table.lineupList tr{display: block; border-bottom: 1px dashed #ddd;}
table.lineupList tr:hover{cursor: pointer; background: #fde7c8;}
.lineupList-pic img{width: 80px;}
table.lineupList th{width: 250px; text-align: left; padding: 10px; font-weight: bold; color: #EC6C00;}
table.lineupList td{padding: 10px;}
.lineupList-txt{width: 630px;}

#detail-booth{position: relative;}
.detail-snsbooth{position: absolute; top:0; right:30px;}
.detail-snsbooth img{margin-left: 5px;}
.detail-txtbooth{font-family:Ryumin Regular KL; /*color:#EC6C00;*/ font-size:110%; margin: 25px;}
.detail-picbooth{margin: 20px;}
.detail-picbooth img{height: 170px; margin-right: 10px;}
.booth-lavel{margin:25px 20px;}
.booth-lavel span{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%; background:#5c2a0c; color: #fff;}
.boothws-info{}
.boothws-info table{border-collapse:collapse; border:none; margin:0 5px 0; width: 100%; box-sizing: border-box;}
.boothws-info tr{display:block; margin-bottom:12px;}
.boothws-info th{border-left:3px solid #5c2a0c; text-align:left; padding:1px 0 1px 9px;}
.boothws-info td{text-align:left; padding:1px 0;}
.boothws-info table.ws-table1 th{width:100px; }
.boothws-info table.ws-table1 td{width:520px; }
.boothws-info table.ws-table2 th{width:100px; }
.boothws-info table.ws-table2 td{padding-right: 50px; }
.pic-boothws{margin: 20px 0;}
.pic-boothws img{height: 150px; margin-right: 10px;}

.table-tetote{width: 100%; box-sizing: border-box; border:none; border-collapse: collapse; margin-bottom: 30px;}
.table-tetote thead{border-bottom: 1px solid #ec6c00;}
.tetote-no{width: 140px; text-align: center;}
.tetotetd-no{text-align: center;}
.tetote-name{text-align: left; padding-left: 95px !important;}
.tetotetd-name{padding-left: 100px !important;}
.table-tetote thead th{padding: 20px 10px; font-weight: normal;}
.table-tetote td{padding: 20px 10px; border-bottom: 1px dashed #666;}
.table-tetote td.ex-btn{text-align: center;}
.table-tetote td.ex-btn a{border-radius: 4px; border:1px solid #5C2A0C; background:#5C2A0C; padding:5px 10px; text-decoration:none; text-align:center; display:inline-block; color:#fff; font-size: 90%;}
.table-tetote td.ex-btn a:hover{background-color:transparent; color:#5C2A0C;}

/*==================================================
クラフトレクリエーション
================================================== */
.box-txt-cr{padding-bottom: 30px;}
.box-txt-cr img{float: right; margin-left: 30px; width: 360px;}
.box-txt-cr p{padding-top: 20px;}
.box-img-cr{text-align: left; margin: 0 0 50px;}
.table-cr{width: 100%; box-sizing: border-box; border:none; border-collapse: collapse; margin-bottom: 50px;}
.table-cr thead{border-bottom: 1px solid #ec6c00;}
.cr-no{width: 90px; text-align: center;}
.crtd-no{text-align: center;}
.cr-name{text-align: left; width: 180px; font-weight: bold;}
.table-cr thead th{padding: 20px 10px; font-weight: normal;}
.table-cr td{padding: 20px 10px; border-bottom: 1px dashed #666;}
.table-cr td.crtd-name{text-align: left !important; font-family: "中ゴシックBBB";}
.crtd-naiyou h4{margin-bottom: 10px; color: #ec6c00;}
.crtd-naiyou img{float: right; margin-left: 20px; width: 140px;}
.table-cr td.ex-btn{text-align: center;}
.table-cr td.ex-btn a{border-radius: 4px; border:1px solid #5C2A0C; background:#5C2A0C; padding:5px 10px; text-decoration:none; text-align:center; display:inline-block; color:#fff; font-size: 90%;}
.table-cr td.ex-btn a:hover{background-color:transparent; color:#5C2A0C;}

.cr-oubo{margin: 50px 0; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; padding: 30px 0; text-align: center;}
.cr-att{font-size: 90%; display: inline-block; padding-top: 10px;}

/*==================================================
Marche talents a la carte
================================================== */

table.mrche{border-collapse:collapse; width:100%; border:1px solid #EC6C00; box-sizing:border-box; margin-bottom:30px;}
.mrche th{background:#EC6C00; color:#fff; text-align:center; border:1px solid #EC6C00; padding:12px 0;}
.mrche td{background:#FDE7C8; text-align:center; border:1px solid #EC6C00; padding:12px 0; vertical-align:top;}
a.mrche-link{display:block; border-radius:6px; width:80%; margin:0 auto 12px; padding:10px 0; text-align:center; background:#fff; text-decoration:none; border:1px solid #EC6C00;}
a:hover.mrche-link{display:block; border-radius:6px; width:80%; margin:0 auto 12px; padding:10px 0; text-align:center; background:#EC6C00; text-decoration:none; border:1px solid #EC6C00; color:#fff;}

/*==================================================
ワークショップ情報
================================================== */

.box-onebooth{border:1px solid #ec6c00; margin:0 15px 30px;}
/*.box-onebooth h4{color:#fff; font-size:110%; background:#ec6c00; padding: 10px; font-weight: normal;}*/
.box-onebooth h4{display: block; position: relative; color:#fff; font-size:110%; background:#ec6c00; padding: 10px; font-weight: normal;}
.box-onebooth h4 a{display: inline-block; position: absolute; right: 10px; top: 10px; border-radius: 4px; background: #fff; padding: 0 5px; font-size: 85%; text-decoration: none; border:1px solid #ec6c00;}
.box-onebooth h4 a:hover{background: #ec6c00; color: #fff; border:1px solid #fff;}
.box-onews{background: #fefcf9; box-shadow:0px 0px 6px -1px #9e9e9e; margin: 20px; padding: 20px; }
.box-onews h5{font-size: 110%; color: #ec6c00; font-weight: normal; margin-bottom: 20px;}
.ws-pic{width: 260px; float: right;}
.ws-pic img{width: 100%;}
.ws-info{width: 620px; float: left;}
.ws-txt{margin-bottom: 20px;}
.ws-info table{border-collapse:collapse; border:none; margin:0 5px 0; width: 100%; box-sizing: border-box;}
.ws-info tr{display:block; margin-bottom:12px;}
.ws-info th{border-left:3px solid #5c2a0c; text-align:left; padding:1px 0 1px 9px;}
.ws-info td{text-align:left; padding:1px 0;}
.ws-info table.ws-table1 th{width:100px; }
.ws-info table.ws-table1 td{width:520px; }
.ws-info table.ws-table2 th{width:100px; }
.ws-info table.ws-table2 td{width:198px; }

.ws-lavel{margin-bottom: 20px;}
.ws-lavel span{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%;}
.ws-lavel span.ws-day{background:#f6ac3b; color: #fff;}
.ws-lavel span.ws-pre-r{background:#e73800; color: #fff;}
.ws-lavel span.ws-day-r{background:#ae7925; color: #fff;}

span.prer{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%; background:#e73800; color: #fff;}
span.dayr{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%; background:#ae7925; color: #fff;}

a.btn-yoyaku{display:inline-block; padding:3px 8px; background:#fff; text-align:center; border:1px solid #EC6C00; color:#c80505; border-radius:6px; margin-left:8px; text-decoration:none; font-size:92%;}
a:hover.btn-yoyaku{display:inline-block; padding:3px 8px; background:#c80505; text-align:center; border:1px solid #c80505; color:#fff; border-radius:6px; margin-left:8px; text-decoration:none; font-size:92%;}

div.txt-att{position:absolute; width:250px; top:160px; right:20px; font-size:85%;}
div.txt-att2{position:absolute; top:200px; right:20px; font-size:85%;}


.box-wslist{border-left: 1px solid #ec6c00; padding-left: 20px; margin:0 5px 30px;}

#admin-ws .table-exzone{width: 100%; box-sizing: border-box; border:1px solid #ec6c00; border-collapse: collapse; margin-bottom: 50px;}
#admin-ws .table-exzone td.zone-title{text-align: left; width: 210px; color: #ec6c00; }
#admin-ws .table-exzone td.zone-ex{width: 532px;}
#admin-ws .table-exzone td.ex-btn{padding: 15px 0;}



/*==================================================
会場内MAP
================================================== */
#map{background:#fff; width:100%; text-align: center;}


.box-map{background:#fff; text-align:center; padding:10px 0;}
.box-map a.btn-type03{margin-bottom: 25px;}
.box-map-frame{width:1100px; height:700px; margin:0 auto; overflow:auto; text-align:center;}
/*.box-map img{width:100%;}*/

a.btn-map{border-radius:8px; display:block; width:35%; text-decoration:none; margin:0 auto 30px; padding:20px 40px; font-size:120%; color:#fff; background:#EC6C00; text-align:center;}
a:hover.btn-map{background:#EBC1C6;}




/*==================================================
アンケート
================================================== */

.copy-enq{text-align:center; font-size:140%; color:#EC6C00; margin-bottom:30px;}
.box-enq{float:left; margin:0 10px 20px; border:1px solid #c6c6c6; padding:9px; width:210px; background:#fff; border-radius:6px; text-align:center; font-size:90%;}
.box-enq img{width:100%;}
.box-enq strong{padding-bottom:10px;}
.shouhin{border-top:1px dashed #ddd; margin-top:50px; padding-top:50px;}

/*==================================================
共通ボタンエリア
================================================== */
/*
.btn-area{padding:40px 0; background: #fdece3;  text-align: center; margin-top: 50px;}
.btn-area a{
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 58px;
    border-radius: 38px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    background: #008242;
    border: 2px solid #008242;
    text-decoration: none;
    min-width: 360px;
}
.btn-area a:hover{background-color:#e83b2a; color:#fff; border-color: #fff;}
.btn-area a span:before{content: "▶︎"; font-size: 86%; padding-right: 5px;}

.btn-area.btn-w a{
	background: #fff !important;
	color: #E2002E !important;
}



@media (max-width: 768px) {
.btn-area a{
    min-width: 44%;
}
	
}

@media (max-width: 599px) {
.btn-area{padding:14px 0; margin-top: 30px; }
.btn-area a{display:block; width: 90%; padding:0; margin: 10px auto; }
}
*/

/*==================================================
広告・協賛について
================================================== */
.ad-table{border-collapse:collapse; border:1px solid #ddd; width:64%;}
.ad-table th{background:#FEFCF9; text-align:center; padding:10px; font-weight:normal; border:1px solid #ddd;}
.ad-table td{background:#fff; text-align:center; padding:10px; font-weight:normal; border:1px solid #ddd;}
.ad-table th.pack{background:#F6BBA6;}

/*==================================================
前回の様子
================================================== */
.box-prev{margin:0 10px;}
.box-prev img{width:24%; margin:0 0.5% 10px;}


/*==================================================
トップページ開催中止コンテンツ
================================================== */

#top-chushi article{
    width: 930px;
    margin: 0 auto;
    border:5px solid #ef8fb9;
    padding: 30px;
}

.title-chushi{
    display: block;
    background:#ef8fb9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.box-chushi{
    width: 90%;
    margin: 0 auto 50px;
    line-height: 1.8em;
}

.title-chushi-sub{
    display: block;
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
}

.title-chushi-sub span{
    display: inline-block;
    border-bottom: 1px solid #000;
}

.box-chushi h4{
    display: block;
    background: #f4f3f4;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    margin: 30px auto;
}

.box-chushi .btn{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.box-chushi h5{
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
}

.box-chushi h5 span{
    display: inline-block;
    border-bottom: 1px solid #000;
}

.faq dt{
    font-family: FP-HiraginoUDSansStdN-W5;
    font-weight: 600;
    font-size: 16px;
}

.faq dd{
    margin: 0 0 25px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    
    #top-chushi{
        padding: 20px 0 !important;
    }    
#top-chushi article{
    width: 90%;
    box-sizing: border-box;
    padding: 15px;
}

.title-chushi{
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.box-chushi{
    width: 94%;
    margin: 0 auto 30px;
    line-height: 1.7em;
}

.title-chushi-sub{
    font-size: 18px;
    margin: 0 0 30px;
}

.box-chushi h4{
    font-size: 15px;
    padding: 10px 0;
    margin: 30px auto;
}

.box-chushi .btn{
    width: 100%;
}

.box-chushi h5{
    font-size: 16px;
    margin: 0 0 20px;
}

.faq dt{
    font-size: 15px;
}

.faq dd{
    margin: 0 0 20px;
    padding-bottom: 20px;
}    
}

/*==================================================
チケット払い戻しページ
================================================== */

.chushi-top-txt{
    width: 900px;
    margin: 50px auto;
}

.title-ticket-chushi{
    display: block;
    margin: 0 0 30px;
    font-size: 24px;
    font-family: FP-HiraginoUDSansStdN-W5;
    text-align: center;
}

.title-ticket-chushi img{
    vertical-align: middle;
    padding-right: 20px;
}

.title-ticket-chushi img.img-7{
    width: 150px;
}

.title-ticket-chushi img.img-rakuten{
    width: 180px;
}

.title-ticket-chushi-02, .title-ticket-chushi-03{
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
     font-family: FP-HiraginoUDSansStdN-W5;
}

.title-ticket-chushi-02{
    color: #6d03a4;
}

.title-ticket-chushi-03{
    font-size: 15px;
    border-left: 4px solid #000; 
    padding-left: 10px;
}

.ticket-payback .table-type03 td{
    padding: 20px 15px;
}

.ticket-payback p{
    margin: 30px auto 50px;
}

.ticket-payback .table-type03 td p{
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    
.chushi-top-txt{
    width: 90%;
    margin: 50px auto 30px;
}

.title-ticket-chushi{
    margin: 0 0 20px;
    font-size: 18px;
}

.title-ticket-chushi img{
    vertical-align: middle;
    padding-right: 0;
    display: block;
    margin: 0 auto 20px
}

.title-ticket-chushi img.img-7{
    width: 50%;
}

.title-ticket-chushi img.img-rakuten{
    width: 50%;
}

.title-ticket-chushi-02, .title-ticket-chushi-03{
    font-size: 15px;
}

.ticket-payback .table-type03 td{
    padding: 20px 15px;
}

.ticket-payback p{
    margin: 20px auto 30px;
}
    
    .ticket-payback .con-ticket{
        padding-top:30px;
    }

.ticket-payback .table-type03 td p{
    margin: 0 auto 20px;
}    
}

/*==================================================
リスト（ul）
================================================== */

.ul-basic{
	margin: 0 0 30px 20px;
    text-align: left;
}

.ol-basic{
	margin: 0 0 0 40px;
}

@media (max-width: 767px) {

.ol-basic{
	margin: 0 0 0 18px;
}
	
}

/*==================================================
top-catch
================================================== */

#top-catch{
	margin: 0 auto 50px;
	text-align: center;
	line-height: 2.2;
	font-size: 28px;
	font-family: FP-HiraginoUDSansStdN-W5;
}

@media (max-width: 767px) {

#top-catch{
	margin: 105px auto 35px;
	line-height: 1.7;
	font-size: 5.8vw;
}
	
}

/*==================================================
top-message
================================================== */

#top-message{
	width: 960px;
	margin: 80px auto 80px;
	box-sizing: border-box;
	border: 5px solid #efefef;
	background: #fff;
}

#top-message h3{
	display: block;
	text-align: center;
	padding: 17px 0;
	font-size: 24px;
	line-height: 1;
	background: #efefef;
}

#top-message > div{
	padding: 30px 50px;
}

.ul-covid{
	list-style: none;
	display: flex;
}

.ul-covid li{
	width: calc(100%/5);
	text-align: center;
}

.img-covid{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.ul-covid li img{
	width: 40%;
}

.ul-covid li:nth-child(3) img{
	width: 35%;
	padding-left: 15px;
}

.ul-covid li h4{
	display: block;
	color: #bf98c5;
	font-size: 14px;
	margin-bottom: 7px;
}

.ul-covid li span{
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 767px) {

#top-message{
	width: 90%;
	margin: 35px auto 35px;
}

#top-message h3{
	padding: 13px 0;
	font-size: 18px;;
}

#top-message > div{
	padding: 25px 20px 0;
}

.ul-covid{
	display: block;
	margin-top: 35px;
}

.ul-covid li{
	width: 100%;
	margin-bottom: 50px;
}

.img-covid{
	display: block;
	height: auto;
}

.ul-covid li img{
	width: 35%;
}

.ul-covid li:nth-child(3) img{
	width: 31%;
	padding-left: 15px;
}

.ul-covid li h4{
	font-size: 15px;
	margin: 10px 0 0;
}
	
}

/*==================================================
top-workshop
================================================== */

.top-ws,
.top-info{
	border-top: 1px solid #ddd;
	padding: 50px 0;
	text-align: center;
}

.top-ws .title-base,
.top-info .title-base{
	margin-bottom: 20px;
}

.top-ws > p,
.top-info > p{
	font-size: 24px;
	margin-bottom: 35px;
}

.top-ws > div > a.btn{
	display: inline-block;
	width: 300px;
	text-align: center;
	margin: 0 10px;
	border-radius: 8px;
	padding: 20px 0;
}

#top-kit.top-ws > div{
	display: block;
	text-align: center;
}

#top-kit,
#top-Dayticket{
	border-bottom: 1px solid #ddd;
}

#top-ticket p img{
	width: 100px;
	vertical-align: middle;
	margin-right: 15px;
}

.qr-top-ws img{
	width: 200px;
	vertical-align: bottom;
	margin: 30px 0;
}

.top-info a.btn{
	display: inline-block;
	margin: 20px auto;
}

@media (max-width: 767px) {

.top-ws,
.top-info{
	padding: 35px 0;
}

.top-ws > p,
.top-info > p{
	font-size: 15px;
	margin-bottom: 25px;
}

.top-ws > div,
.top-info > div{
	display: block;
}

.top-ws > div > a.btn{
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 12px;
	padding: 15px 0;
}

#top-ticket p img{
	display: block;
	width: 25%;
	margin: 0 auto 5px;
}
	
.qr-top-ws{
    display: none;
}

.top-info > div > a.btn{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#top-Preticket.top-info > div > a.btn{
	border-radius: 80px;
}
	
}

#top-entry-start{
	padding: 0 0 40px;
}
#top-entry-start article{
	width: 60%;
	margin: 0 auto ;
	text-align: center;
}

#top-entry-start article h3{
	text-align: center;
	font-size: 25px;
}

#top-entry-start article p{
	margin-bottom: 30px;
}

#top-entry-start article p span{
	display: block;
}

#top-entry-start .btn-area{
	background: #fff;
}

#top-entry-start .btn-area a{
	margin: 0 15px;
}

#top-entry-start p.txt-lead{
	margin: 50px 0 15px;
}


@media (max-width: 767px) {

#top-entry-start{
	padding: 30px 0 0;
}
#top-entry-start article{
	width: 100%;
	text-align: left;
}

#top-entry-start article h3{
	font-size: 21px;
}

#top-entry-start article p{
	margin-bottom: 25px;
}
	
	#top-entry-start article p span{
		padding-left: 8px;
	}

#top-entry-start .btn-area a{
	margin: 0 auto 20px;
}

#top-entry-start p.txt-lead{
	margin: 40px 0 15px;
	text-align: center;
	font-size: 17px;
}
	
}

/*==================================================
top-thanks-txt
================================================== */

#top-thanks-txt{
    padding: 25px 0 75px;
    line-height: 2.0;
    text-align: center;
    font-size: 18px;
}

#top-thanks-txt p{
    margin-bottom: 35px;
}

@media (max-width: 767px) {

#top-thanks-txt{
    padding: 25px 0 5px;
    font-size: 4vw;
}
    
}

/*==================================================
box-comingsoon
================================================== */

.box-comingsoon{
    display: flex;
    width: 100%;
    height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.box-comingsoon h1{
    display:block;
    font-size: 24px;
    margin-bottom: 35px;
}



/*==================================================
top-theme
================================================== */


#head-top-theme{
    text-align: center;
    font-size: 21px;
    line-height: 2.0;
}

.theme-main{
    width: 60%;
    vertical-align: bottom;
}

.theme-txt01{
    width: 24%;
    display: block;
    margin: 15px auto 60px;
    vertical-align: bottom;
}

.theme-txt02{
    width: 38%;
    margin: 0 0 35px;
    vertical-align: bottom;
}

.pic-top-theme{
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.pic-top-theme img{
    width: 31%;
    vertical-align: bottom;
    margin-right: 3%;
    margin-bottom: 3%;
}

.pic-top-theme img:nth-of-type(3n){
    margin-right: 0;
}

.pic-top-theme img:nth-child(2){transition-delay: 200ms;}
.pic-top-theme img:nth-child(3){transition-delay: 400ms;}
.pic-top-theme img:nth-child(4){transition-delay: 600ms;}
.pic-top-theme img:nth-child(5){transition-delay: 800ms;}
.pic-top-theme img:nth-child(6){transition-delay: 1000ms;}

#ex-top-theme h2{
    display: block;
    font-size: 32px;
    line-height: 1.7;
    margin-bottom: 20px;
}

#ex-top-theme article{
}

#ex-top-theme article p{
    font-size: 18px;
    line-height: 2.0;
}

#ex-top-theme article p strong{
    font-size: 125%;
}

#ex-top-theme{
    margin-bottom: 25px;
}

.ex-img-theme{
    text-align: center;
    margin: 35px 0;
}

.theme-ill{
    width: 200px;
    vertical-align: bottom;
}

#txtimg-theme{
    text-align: center;
    margin-top: 35px;
}

#txtimg-theme img{
    height: 54px;
    vertical-align: middle;
    margin: 0 15px;
}

#txtimg-theme img:nth-child(2){transition-delay: 200ms;}
#txtimg-theme img:nth-child(3){transition-delay: 400ms;}
#txtimg-theme img:nth-child(4){transition-delay: 600ms;}

@media (max-width: 1024px) {

#ex-top-theme h2{
    font-size: 26px;
}

#txtimg-theme img{
    height: 4.2vw;
}
    
    .pic-top-theme{
        margin-top: 35px;
    }

    
}

@media (max-width: 768px) {

#head-top-theme{
    font-size: 16px;
}
    
    .theme-ill{
        width: 160px;
    }
    
#ex-top-theme h2{
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 15px;
}
    
    .pic-top-theme{
        margin: 30px 0 0;
    }
    
    .ex-img-theme{
        margin: 25px 0 15px;
    }

#ex-top-theme article p{
    font-size: 16px;
    line-height: 1.7;
}

#txtimg-theme img{
    height: 4.5vw;
    margin: 0 10px;
}

    
}

@media (max-width: 599px) {


#head-top-theme{
    font-size: 15px;
    line-height: 1.6;
}

.theme-main{
    width: 90%;
}

.theme-txt01{
    width: 45%;
    margin: 15px auto 40px;
}

.theme-txt02{
    width: 80%;
}

.pic-top-theme{
    margin: 10px 0 0;
}

.pic-top-theme img{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.pic-top-theme img:nth-of-type(3n){
    margin-right: 0;
}

#ex-top-theme h2{
    font-size: 5.6vw;
    line-height: 1.6;
}

#ex-top-theme article{
    display: block;
}

#ex-top-theme article p{
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
    
    .ex-img-theme{
        margin: 25px 0;
    }
    


#ex-top-theme article div{
    width: 50%;
    padding: 0;
    margin: 0 auto 20px;
}

.theme-ill{
    width: 45%;
}

#txtimg-theme{
    margin-top: 30px;
}

#txtimg-theme img{
    height: 8vw;
    margin: 0 15px 25px;
}


    
}


/*==================================================
top-aboutus
================================================== */

#top-aboutus{
    padding-bottom: 60px;
}


.top-movie{

}

.top-movie iframe{
    width: 100%;
    height: 560px;
    vertical-align: bottom;
}

.ill-05{
    position: absolute;
    width: 150px;
    left: -175px;
    top: 20%;
}

@media (max-width: 768px) {

.top-movie iframe{
    height: 44vw;
}
    
}

@media (max-width: 599px) {
#top-aboutus{
    padding-bottom: 30px;
}
    
    #top-aboutus .title-en strong{
        font-size: 18vw !important;
    }
.ill-05{
    width: 70px;
    left: -50px;
    top: -16px;
}
    
}


/*==================================================
top-mailmagazine
================================================== */

#top-mailmagazine{
    text-align: center;
}

#top-mailmagazine > p{
    margin: 15px 0 0;
}

#top-mailmagazine article{
    padding: 30px 50px;
    box-sizing: border-box;
}

.ill-04{
    position: absolute;
    width: 90px;
    right: 0;
    top: 12px;
}

#top-mailmagazine input[type="email"]{
    border: none;
    border-bottom: 2px solid #ffd300;
    margin-right: 20px;
    width: 600px;
    border-radius: 0;
}

#top-mailmagazine button{
	display: inline-block;
	font-size: 16px;
}

#top-mailmagazine button:hover{
	background: #ffd300 !important;
}

@media (max-width: 768px) {

.ill-04{
        width: 80px;
    right: -20px;
    top: 40px;
}

#top-mailmagazine input[type="email"]{
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#top-mailmagazine > p{
    font-size: 13px;
}

#top-mailmagazine button{
	font-size: 14px;
}
    
}

@media (max-width: 599px) {

#top-mailmagazine article{
    padding: 20px;
}

.ill-04{
    width: 54px;
    right: -18px;
    top: inherit;
    bottom: -45px;
}

#top-mailmagazine button{
	font-size: 13px;
}
    
}


/*==================================================
top-news
================================================== */

#top-news{
    padding-bottom: 70px;
}

#top-news.sec-grey .title-en strong{
    color: #fff !important;
}

#top-news dl{
	max-height: 140px;
	overflow: hidden;
	overflow-y: auto;
    margin:0 auto;
}

#top-news ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#top-news ::-webkit-scrollbar-track {
  background: #eef5df;
}

#top-news ::-webkit-scrollbar-thumb {
  background: #5ac800;
}

#top-news dt{display:inline-block; vertical-align:top; width:150px; padding: 7px 0; }
#top-news dd{display:inline-block; vertical-align:top; width:760px; padding: 7px 50px 7px 0; box-sizing: border-box;}

#top-news dd a{
	text-decoration: none;
}

.ill-03{
        position: absolute;
    width: 110px;
    left: -135px;
    top: 0;
}



@media (max-width: 1024px) {
#top-news dd{width:660px; padding: 7px 20px 7px 0; }
    
}

@media (max-width: 768px) {

.ill-03{
    width: 90px;
    left: -115px;
}


#top-news dd{padding: 0 0 7px 0; width: 640px; }
    
}

@media (max-width: 599px) {
#top-news dl{width: 100%; max-height:190px; -webkit-overflow-scrolling: touch; }
#top-news dt{display:block; width: 100%; padding: 0;}
#top-news dd{display:block; width: 100%; padding: 0 0 15px 0;}


#top-news{
    padding-bottom: 50px;
}
	

.top-btn-area{
	padding-bottom: 25px;
}
	
	#global-nav .top-btn-area{
		width: 92%;
		margin: 0 auto;
	}

.top-btn-area a.btn{
	display: block;
	margin: 8px auto;
	width: 100% !important;
}	
.ill-03{
    width: 60px;
    left: -80px;
    top: 15px;
}
}


/*==================================================
top-instagram
================================================== */

#top-instagram{
    padding-bottom: 50px;
}

#top-instagram h2{
    font-size: 36px;
    font-weight: 500;
}

#top-instagram h2 i{
    font-size: 108%;
}

.follow-us{
    width: 180px;
    position: absolute;
    top: -60px;
    left: -90px;
}

#top-instagram a.btn{
    background-color: #9cdf4c !important;
    border-color: #9cdf4c !important;
}

#top-instagram a.btn:hover{
    background-color: #fff !important;
    color: #9cdf4c !important;
}

#top-instagram .btn-area{
    margin-top: 25px;
}

@media (max-width: 768px) {

.follow-us{
    width: 140px;
    top: -40px;
}

#top-instagram h2{
    font-size: 28px;
}
    
}

@media (max-width: 599px) {
#top-instagram{
    padding-bottom: 30px;
}
.follow-us{
    width: 100px;
    top: -50px;
    left: 0;
}

#top-instagram h2{
    font-size: 7.2vw;
}

#top-instagram h2 i{
    font-size: 110%;
}
    
    #top-instagram .title-en strong{
        font-size: 15vw !important;
    }

#top-instagram .btn-area{
    margin-top: 15px;
}
    
}

/*==================================================
top-m
================================================== */

#top-m .title-basic{
    text-align: center;
    font-size: 24px;
}

@media (max-width: 768px) {

#top-m .title-basic{
    font-size: 18px;
    margin-bottom: 15px;
}
    
}

@media (max-width: 599px) {

#top-m .title-basic{
    line-height: 1.4;
    font-size: 16px;
}
    
}










