@charset "utf-8";


.top-about-h2 {
	margin: 8em auto 0;
	padding: 0 0 1em 0;
	background: url("../../_common/img/share/top_bg.png") bottom no-repeat;
}

/* --------------------------------------------

about

---------------------------------------------- */

.main-about-inner {
	background-color: rgba(255,248,188,0.3);
	padding-top: 5em;
}

.aboutTop {
	position: relative;
	padding: 10em 0 5em;
	margin: 0 auto 4em;
}

.aboutTop::before {
	display: block;
	content: "";
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 92px;
	background: url("../img/member_top.png") top center no-repeat;
	background-size: cover;
}

.aboutTop .about-top-illust {
	display: block;
	max-width: 221px;
	width: 100%;
	position: absolute;top:3%;right: 25%;
}

@media screen and (max-width:768px){
	
.aboutTop {
	padding: 6em 0 5em;
}
	
.aboutTop .about-top-illust {
	max-width: 180px;
	position: absolute;top:2%;right:8%;
}
}

@media screen and (max-width:440px){

.aboutTop .about-top-illust {
	max-width: 150px;
	position: absolute;top:4%;
}
}

.aboutTop .about-title {
	font-size: 40px;
	font-size: 4rem;
	letter-spacing: 5px;
	color: #ed6d46;
	text-align: center;
}

.aboutTop .about-title::before {
	display: block;
	content: "";
	position: absolute; top:10%;left:32%;
	width: 61px;
	height: 63px;
	background: url("../img/about_illust02.png") top center no-repeat;
	background-size: contain;
	animation: slide-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-tl {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-35px) translateX(-35px);
  }
}

@media screen and (max-width:768px){

.aboutTop .about-title::before {
	position: static;
	margin: 0 auto 1em;
	background: url("../img/about_illust02.png") top center no-repeat;
	background-size: contain;
}

.aboutTop .about-title {
	position: relative;
	width: 90%;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 auto 1em;
	line-height:45px ;
}

.aboutTop .about-title::before {
	width: 52px;
	height: 52px;
}
}

@media screen and (max-width:440px){
	
.aboutTop .about-title{
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 7px;
	line-height:35px ;
}
	
.aboutTop .about-title br{
	display: none;
}
}
	
.aboutTop .about-detail {
	display: block;
	position: relative;
	width: 94%; max-width: 1265px;
	margin: 0 auto;
	padding: 5em 0 0;
	background: url("../img/about_illust03.png") left 55% no-repeat, url("../img/about_illust04.png") right 90% no-repeat;

}

.aboutTop .about-detail img.about-ani01{
	display: block;
	width: 100%;
	max-width: 101px;
	position: absolute;
	top:13em;
	left:7em;
}

.aboutTop .about-detail img.about-ani02 {
	display: block;
	width: 100%;
	max-width:110px;
	position:absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:768px){
	
.aboutTop .about-detail {
	padding: 12em 0 9em;
	background: url("../img/staff_illust04.png") 33% 3em no-repeat, url("../img/staff_illust05.png") right 100%  no-repeat;
}
	
.aboutTop .about-detail img.about-ani01{
	max-width: 90px;
	position: absolute;
	top:0;
	left:0;
}

.aboutTop .about-detail img.about-ani02 {
	max-width:100px;
	position:absolute;
	right: 0;
	bottom: -3em;
}
}

@media screen and (max-width:450px){
	
.aboutTop .about-detail {
	padding-top: 140px;

}
}

.aboutTop .about-detail__text {
	margin-bottom: 75px;
	font-size: 19px; font-size: 1.9rem;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.12em;
	text-align: center;
}

.aboutTop .about-detail__text span{
	font-weight: bold;
	color: #ed6d46
}

.aboutTop .about-detail__text:nth-of-type(3) {
	margin-bottom: 0;
}

@media screen and (max-width:980px){
	
.aboutTop .about-detail__text {
	margin-bottom: 50px;
}
}

@media screen and (max-width:768px){
	
.aboutTop .about-detail__text {
	width: 90%; max-width: 600px;
	margin: 0 auto 3em;
	font-size: 18px; font-size: 1.8rem;
	text-align: left;
}
.aboutTop .about-detail__text br {
	display: none;
}
}

.active-title {
	width: 90%;
	max-width: 450px;
	position: relative;
	margin: 0 auto;
	font-size: 40px;
	font-size: 4rem;
	color:#ed6d46;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
	line-height: 1;
	padding-top: 0.8em;
}

.active-title::before{
	display: block;
	content: "";
	width: 101px;
	height: 31px;
	background: url("../img/active_before.png") no-repeat;
	position: absolute;
	bottom: 0;
}

.active-title::after{
	display: block;
	content: "";
	width: 24px;
	height: 74px;
	background: url("../img/active_after.png") no-repeat;
	position: absolute;
	right:0;
	bottom: 0;
	padding-right: 14%;
}

.active-title_en {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 6px;
	text-align: center;
	color:#ed6d46;
	margin-top: 1em;
} 

@media screen and (max-width:768px){
	
.active-title {
	width: 60%;
}

.active-title::before{
	position: absolute;
	bottom: 0;
}

.active-title::after{
	display: block;
	right:0;
	bottom: 0;
	padding-right: 14%;
}
}

@media screen and (max-width:650px){
	
.active-title {
	width: 78%;
}
}


@media screen and (max-width:440px){
	
	
.active-title::before{
	display: none;

}

.active-title::after{
	display:none;
}
}

.activeBox {
	display: block;
	width: 90%;
	margin: 8em auto;
	text-align: center;
}

.activeItem {
	display: inline-block;
	width: 100%;
	max-width: 557px;
	vertical-align: middle;
}

.activeItem img{
	display: block;
	width: 100%;
}

.active-textBox > img{
	display: block;
	width: 100%;
	max-width: 96px;
	margin: 0 auto 1em;
}

.active-textBox {
	max-width: 700px;
	margin-left: 2em;
	padding: 0 5em;
}

.activeItem-title {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 50px;
	text-align:center;
	letter-spacing: 8px;
	color:#ed6d46;
} 

.activeItem-text {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 2em auto ;
}


@media screen and (max-width:1450px){
	
.activeItem {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.activeItem:nth-of-type(1) {
	margin-bottom: 3em;
} 

.active-textBox,.other-textBox {
	max-width:650px;
	padding: 0 ;
}

.activeItem-text {
	margin: 1.5em auto 2em;
}
}

@media screen and (max-width:768px){
	
.activeItem-title {
	line-height: 40px;
}
}
	
.active02Box {
	display: block;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.active02Item {
	display: inline-block;
	width: 100%;
	max-width:293px ;
	vertical-align: top;
	padding: 0 2em;
	margin: 0 auto 3.5em;
}

.active02Item img{
	display: block;
	width: 100%;
}

.tskuoto-time {
	margin-top: 0.5em;
}

.event-title {
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
	word-break: break-all;
}

.event-title span{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

@media screen and (max-width:1300px){
	
.active02Item {
	max-width: 330px ;
}
	
.event-title {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.event-title span{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
	
}

/* --------------------------------------------

そのほかの出展イベント

---------------------------------------------- */ 


.other{
	margin: 10em auto ;
}

.otherBox .activeItem-text {
	display: block;
	margin: 1.5em auto 0;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 24px;
}

.otherBox .activeItem-text:nth-of-type(4) {
	margin-bottom: 2em;
}

.otherBox .activeItem-text span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.other-textBox {
	margin-right: 4em;
	padding: 0 3.5em;
}

@media (max-width: 1450px) {

.otherBox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
	
.other-textBox {
	margin:8em auto 0;
	padding: 0;
}
}


.otherItem-title {
	position: relative;
}

.otherItem-title::before {
	display: block;
	content: "";
	width: 250px;
	height: 134px;
	background: url("../img/other_Icon.png") no-repeat;
	position: absolute;
	top: -2.5em;
	left: -1.5em;
}

@media screen and (max-width:1450px){

.otherItem-title::before {
	width: 50%;
	top: -2.5em;
	left: 1em;
}
}

@media screen and (max-width:440px){
		
.otherItem-title::before {
	display: none;
}
}
/* --------------------------------------------

メディア掲載

---------------------------------------------- */ 

.media {
	padding-bottom: 10em;
}

.media-title::before{
	display: block;
	content: "";
	width:30px;
	height: 44px;
	background: url("../img/media_before.png") no-repeat;
	position: absolute;
	left:1.3em;
}

.media-title::after{
	display: block;
	content: "";
	width: 45px;
	height: 36px;
	background: url("../img/media_after.png") no-repeat;
	position: absolute;
	right:0;
	top:0;
}


@media (max-width: 650px) {

.media-title::before{
	left:0;
}
.media-title::after{
	right: -1.3em;
	top:0;
}
}

@media (max-width: 440px) {
	
.media-title::before{
	display: none;
}

.media-title::after{
	display: none;
}
}

table.media-table{
  margin: 5em auto 8em;
  text-align: center;
  max-width: 840px;
}

table.media-table th,
table.media-table td{
	padding: .5em 1em;
	border-bottom: 1px solid #e5e5e5;
}

table.media-table th{
	border-right: 1px solid #e5e5e5;
	text-align: right;
	margin-right: 1em;
}

table.media-table th,
table.media-table td{
	font-size: 18px;
	font-size: 1.8rem;
}

@media (max-width: 650px) {
table.media-table{
	width: 100%;
}
table.media-table th,
table.media-table td{
	display: block;
}
table.media-table th,
table.media-table td{
	width: 100%;
	border-top: none; /* 一旦、すべてのborder-topを削除 */
}
table.media-table tr th{
	text-align:left;

}
	
table.media-table tr:first-child th{
	border-top: 1px solid #e5e5e5; /* 一番上にあるthだけborder-topを追加 */
}
}

.media .active02Box .event-title {
	margin-top: 0.5em;
}




/* --------------------------------------------

aboutBtn

---------------------------------------------- */ 

.aboutBtn a.arrow3{
	display: block;
	width:50%;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
