.spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #1da1f2; /* Twitterブルー */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
  }
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

.main_vis_pc{
	padding:0px;
	position: relative;
}

.min_vis_text_b{
	position: absolute;
	top:14.5%;
  	left: 4%;
	z-index: 2;
}

.min_vis_text_b img {
	width: 493px;
}

.min_vis_text_b p{
	font-weight: bold;
	font-size: 44px;
	color: black;
	line-height: 61px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: -1.0px;
}
.min_vis_text_b p.small{
	font-weight: 700;
	font-size: 16px;
	color:black;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 1.5px;
	line-height: 30px;
}

.min_vis_text_w{
	position: absolute;
	bottom:6%;
  	left: 46.5%;
	z-index: 2;
}

.min_vis_text_w img {
	width: 493px;
}

.min_vis_text_w p{
	font-weight: bold;
	font-size: 44px;
	color: white;
	line-height: 61px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: -1.0px;
}
.min_vis_text_w p.small{
	font-weight: 700;
	font-size: 16px;
	color:white;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 1.5px;
	line-height: 30px;
}

.min_vis_inital .mv_img_m {
	position: absolute;
	width:295px;
	top:37%;
	left:53%;
	z-index: 1
}

.min_vis_inital .mv_img_n {
	position: absolute;
	width:232px;
	top:16.5%;
	left:47.5%;
	z-index: 1
}

.min_vis_inital .mv_img_a {
	position: absolute;
	width:264px;
	top:82%;
	left:8%;
	z-index: 1
}

/* main_contents
-------------------------*/
article{
	width: 100%;
	padding: 150px 120px;
	overflow: hidden;
	box-sizing: border-box;
}

.gray{
	background: #EDF1FB;
}

.viewBtn{
	border-radius: 40px;
	background: #111;
	color: #fff;
	text-align: center;
	width: 240px;
	margin-top: 70px;
    white-space: nowrap;
    text-align: center;
    font-family: Futura;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
	letter-spacing:1px;
}

.viewBtn a{
	color: #fff !important;
	padding: 20px;
	box-sizing: border-box;
	display: block;
}

.viewAudBtn{
	border-radius: 30px;
	background: #AEFF2C;
	text-align: center;
	width: 240px;
    white-space: nowrap;
    text-align: center;
    font-family: Futura;
    font-style: normal;
    font-weight: 530;
    font-size: 16px;
	letter-spacing: 1px;
	float: left;
	margin: 30px 0 0 150px;
}

.viewAudBtn a{
	color: #111 !important;
	padding: 20px;
	box-sizing: border-box;
	display: block;
}

.heading-main {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
	letter-spacing:4px;
}

.heading-sub {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
	margin-top:30px;
	margin-left:5px;
	letter-spacing:1px;
}

.heading-sns {
	text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
	margin-bottom: 50px;
}

/*-----------------------
 ABOUT
-------------------------*/
#aboutArea h2{
	font-family: Montserrat;
    font-weight: 800;
    font-size: 70px;
	line-height: 100px;
	margin-bottom: 70px;
}

#aboutArea p{
	line-height: 33px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
	letter-spacing: 0.04em;
}

/*-----------------------
 NEWS
-------------------------*/
#newsArea-pc{
	padding: 200px 120px;
}

.news-content{
	height:100%;
}

.news-left{
	height:350px;
	width: 65%;
	float: left;
	border-bottom: 1px solid gray;
}

.news-list{
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.news-list li{
	border-top: 1px solid gray;
	padding: 20px 0px;
	box-sizing: border-box;
	font-weight: 600;
}
.news-list li:last-child{
	border-bottom: none;
}

.news-list .date {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
}

.news-list .title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.069em;
}


.news-right{
	float: right;
	text-align: right;
	height:350px;
}

.news-right .viewBtn{
	margin-top:210px;
}

/*-----------------------
 CrowdFunding
-------------------------*/

#weloveArea .welove-heading{
	width:100%;
}

#weloveArea .welove-img-area{
	text-align: center;
}


#weloveArea .welove-img{
	margin:50px 0px;
	width:80%;
}

/*-----------------------
 PROJECT
-------------------------*/
#projectArea{
	padding: 100px 0px;
	background: rgb(237,241,251);
	background: linear-gradient(180deg, rgba(237,241,251,1) 0%, rgba(255,255,255,1) 100%);
}

#projectArea .project-heading{
	width:40%;
}

#projectArea .project-custom-dots{
	position: relative;
	text-align: center;
	width:60%;
	left:500px;
}

#projectArea .slick-dots {
	position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: end;
    right: 120px;
}

#projectArea .slick-dots li{
	width:15px !important;
}

#projectArea .slick-dots li button:before{
	font-size:15px !important;
}

#projectArea .projects_slider{
	width:100%;
}

#projectArea .heading-main{
	margin-left:120px;
}

#projectArea .heading-sub{
	margin-left:125px;
	margin-bottom:50px;
}

#projectArea .viewBtn{
	margin: 0px auto;
	margin-top:50px;
	display: flex;
	justify-content: center;
}

/* Slider */
.project_item{
	margin-left:20px;
}

.project_slider .slick-slide {
	margin: 0 10px;
	width: 340px;
}

.project_slider img {
	object-fit: cover;
	border-radius: 20px;
}

.project_slider-list {
	margin: 0 -10px;
}

/*-----------------------
 EVENT
-------------------------*/
#eventArea{
	padding: 100px 0px 70px 0px;
	background: rgb(237,241,251);	
}

#eventArea .event-custom-dots{
	position: relative;
	text-align: center;
    margin-top: 150px;
}

#eventArea .slick-dots {
	position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: end;
    right: 185px;
}

#eventArea .slick-dots li{
	width:15px !important;
}

#eventArea .slick-dots li button:before{
	font-size:15px !important;
}

#eventArea .event-left{
	float: left;
	width:20%;
	margin-left: 120px;
	margin-right: 50px;
	margin-top:50px;
	position: relative;
  	z-index: 9999;
}

#eventArea .event-left .viewBtn{
	margin-top: 200px;
}

/* Slider */
.event-slider-container {
	width: 55%;
    float: right;
	position: relative;
  	z-index: 1;
}

.event_item{
	float: left;
}

.event_item .frame{
	box-sizing: border-box;
	color: #fff;
	border-radius: 20px;
	background: #111;
	padding: 40px 50px;
	height:450px;
}

.event_item .thmb{
	width:100%;
	margin:0 auto;
	margin-top:40px;
}

.event_item .tag{
	width: 120px;
	border-radius: 30px;
	background: #fff;
	color: #111;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:14px;
	padding: 2px;
}

.event_item h4{
	margin-bottom: 20px;
	clear: both;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
}

.event_item p{
	padding-left: 5px;
	margin-bottom: 15px;
	line-height:1em;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.event_item .midashi{
	border-left:2px solid #fff;
	float:left;
}

.event_item .value{
	padding-left: 15px;
	float:left;
}


.eventBtnArea{
	display: block;
	justify-items: center;
	margin-top:25px;
}

a.eventBtn {
	display: block;
	width: 240px;
	margin:15px 0;
	padding: 10px;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: rgba(33, 33, 33, 1);
	background-color: white;
	letter-spacing: 0.69px;
	border-radius: 100vh;
	transition: 0.5s;
}

a.eventBtn:hover {
	color: #fff;
	background: gray;
}

.event_slider .slick-slide {
	margin: 0 15px;
	width: 240px;
	position: relative;
}

.event_slider img {
	object-fit: cover;
}

.event_slider-list {
	margin: 0 -10px;
}


/*-----------------------
 SNS
-------------------------*/
.sns{
	display: flex;
	align-items: center;
}

#snsArea .sns-insta {
	float: left;
	width: 50%;
	left:0px;
}

#snsArea .sns-x {
	float: left;
	width: 50%;
	right:0px;
}

#snsArea .sns-heading{
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
}

#snsArea .viewBtn{
	margin: 0px auto;
	margin-top:50px;
	display: flex;
	justify-content: center;
}

/*-----------------------
 JOIN
-------------------------*/
#joinArea {
	background: #EDF1FB url(../images/join_bg.jpg) left top no-repeat;
	box-sizing: border-box;
	overflow: visible;
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;

	margin-top:100px;
	padding: 150px 0;
}

#joinArea .join-content{
	width: 100%;
	margin:-50px auto 100px;
	overflow: hidden;
}

#joinArea .join-content p{
	margin-left:200px;
	float: left;
	font-weight: 900;
	color: #fff;
	font-size: 42px;
	line-height: 55px;
	font-family: 'Noto Sans Myanmar', sans-serif;
    font-style: normal;
}

.marquee-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -240px;
  }
  
  .marquee-track {
	display: flex;
	width: max-content;
	animation: scroll-left 30s linear infinite;
	backface-visibility: hidden;
  	will-change: transform;
  }
  
  .marquee-track img {
	height: auto;
	width: auto;
	max-height: 186px;
	flex-shrink: 0;
  }
  
  @keyframes scroll-left {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-50%); /* あとで修正もOK */
	}
  }


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	/* 959px以下に適用されるCSS（タブレット用） */

	.min_vis_text_w {
		position: absolute;
		bottom: 6%;
		left: 33%;
	}

	.event_slider-container{
		top:-30px;
		position: relative;
	}

	.event_item{
		left:80px;
	}

	.event_item .frame {
        padding: 20px 30px;
        height: 450px;
        width: 400px;
    }

	#joinArea .join-content p {
		margin-left:100px;
	}
	.viewAudBtn {
		margin-left: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	article{
		padding: 150px 50px;
	}

	.viewBtn {
		width: 200px;
		margin-top: 70px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	.min_vis_text_b{
		top:14.5%;
		left: 4%;
	}
	
	.min_vis_text_b img {
		width: 300px;
	}

	.min_vis_text_b p{
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -1.0px;
	}
	.min_vis_text_b p.small{
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 30px;
	}
	
	.min_vis_text_w{
		bottom:4%;
		left: 30%;
	}
	
	.min_vis_text_w img {
		width: 300px;
	}
	
	.min_vis_text_w p{
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -1.0px;
	}
	.min_vis_text_w p.small{
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 30px;
	}

	.min_vis_inital .mv_img_m {
		width:200px;
		top:37%;
		left:53%;
		z-index: 1
	}
	
	.min_vis_inital .mv_img_n {
		width:150px;
		top:16.5%;
		left:47.5%;
		z-index: 1
	}
	
	.min_vis_inital .mv_img_a {
		width:164px;
		top:82%;
		left:8%;
		z-index: 1
	}

	#aboutArea h2{
		font-size: 60px;
		line-height: 90px;
		margin-bottom: 70px;
	}

	#weloveArea .heading-main{
		margin-left:70px;
	}

	#weloveArea .heading-sub{
		margin-left:75px;
		margin-bottom:50px;
	}

	#aboutArea p{
		line-height: 30px;
		font-size: 18px;
		letter-spacing: 0.04em;
	}

	#newsArea-pc{
		padding: 200px 50px;
	}

	#joinArea {
		margin-top: 100px;
		padding: 80px 0;
	}

	.marquee-track img {
		max-height: 100px;
	}

	.marquee-container {
		top: -125px;
	}

	#joinArea .join-content p {
		margin-left: 50px;
		font-size: 32px;
		line-height: 40px;
	}

	.viewAudBtn {
		width: 200px;
		font-size: 16px;
		letter-spacing: 1px;
		float: left;
		margin: 10px 0 0 70px;
	}

}

@media only screen and (min-width: 481px) and (max-width: 767px) {

	article{
		padding: 50px 30px;
	}

	.viewBtn {
		width: 200px;
		margin-top: 70px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	.min_vis_text_b{
		top:14.5%;
		left: 4%;
	}
	
	.min_vis_text_b img {
		width: 240px;
	}

	.min_vis_text_b p{
		font-size: 28px;
		line-height: 40px;
		letter-spacing: -1.0px;
	}
	.min_vis_text_b p.small{
		font-size: 12px;
		letter-spacing: 1.5px;
		line-height: 30px;
	}
	
	.min_vis_text_w{
		bottom:4%;
		left: 30%;
	}
	
	.min_vis_text_w img {
		width: 240px;
	}
	
	.min_vis_text_w p{
		font-size: 28px;
		line-height: 40px;
		letter-spacing: -1.0px;
	}
	.min_vis_text_w p.small{
		font-size: 12px;
		letter-spacing: 1.5px;
		line-height: 30px;
	}

	.min_vis_inital .mv_img_m {
		width:160px;
		top:37%;
		left:53%;
		z-index: 1
	}
	
	.min_vis_inital .mv_img_n {
		width:110px;
		top:16.5%;
		left:47.5%;
		z-index: 1
	}
	
	.min_vis_inital .mv_img_a {
		width:124px;
		top:82%;
		left:8%;
		z-index: 1
	}

	#aboutArea h2{
		font-size: 50px;
		line-height: 70px;
		margin-bottom: 70px;
	}

	#aboutArea p{
		line-height: 28px;
		font-size: 16px;
		letter-spacing: 0.04em;
	}

	#newsArea-pc{
		padding: 100px 30px;
	}

	.news-list .title {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.069em;
	}

	#weloveArea .heading-main{
		margin-left:80px;
	}

	#weloveArea .heading-sub{
		margin-left:90px;
		margin-bottom:0px;
	}

	#joinArea {
		margin-top: 100px;
		padding: 80px 0;
	}

	.marquee-track img {
		max-height: 100px;
	}

	.marquee-container {
		top: -125px;
	}

	#joinArea .join-content p {
		margin-left: 30px;
		font-size: 28px;
		line-height: 36px;
	}

	.viewAudBtn {
		width: 200px;
		font-size: 16px;
		letter-spacing: 1px;
		float: left;
		margin: 10px 0 0 70px;
	}
	
}
@media (max-width: 480px){
	article{
		width: 100%;
		margin: 0px auto 0;
		padding: 70px 30px;
		box-sizing: border-box;
	}

	.heading-main {
		font-size: 38px;
		text-align: center;
		line-height: 32px;
	}
	
	.heading-sub {
		font-size: 14px;
		margin-top: 15px;
		text-align: center;
		font-weight:600;
		letter-spacing:0;
	}
	
	.heading-sns {
		text-align: center;
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		margin-bottom: 50px;
	}

	/*-----------------------
	main_vis
	-------------------------*/
	.main_vis_sp{
		padding:0px;
		position: relative;
	}

	.main_vis_sp .mv_img_m {
		position: absolute;
		width:133px;
		top:55%;
		left:32%;
		z-index: 1
	}
	
	.main_vis_sp .mv_img_n {
		position: absolute;
		width:105px;
		top:83%;
		left:40%;
		z-index: 1
	}
	
	.main_vis_sp .mv_img_a {
		position: absolute;
		width:119px;
		top:68%;
		left:-45px;
		z-index: 1
	}

	.min_vis_text_sp{
		position: absolute;
		top:22%;
		left:3%;
		z-index: 2;
	}
	
	.min_vis_text_sp .main_vis_logo{
		width: 277px;
		margin-bottom:5px;
	}
	
	.min_vis_text_sp p{
		margin-top:0px;
		font-weight: bold;
		font-size: 24px;
		color: white;
		line-height: 27px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: -1.0px;
	}
	.min_vis_text_sp p.small{
		margin-top: 16px;
		font-weight: 700;
		font-size: 13px;
		color:white;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 1.0px;
		line-height: 16px;
	}

	.mv_sp_2{
		margin-top:7px;
	}

	.swiper {
		margin-top:7px;
		width: 100%;
		z-index: -1;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;

		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	/*-----------------------
	ABOUT
	-------------------------*/
	#aboutArea{
		padding: 30px;
	}

	#aboutArea h2{
		font-size: 38px;
		line-height: 52px;
		margin-bottom: 50px;
		text-align: center;
	}

	#aboutArea p{
		line-height: 38px;
		font-size: 18px;
		text-align: center;
	}

	#aboutArea .viewBtn {
		margin: 40px auto;
	}

	/*-----------------------
	News
	-------------------------*/
	#newsArea-sp{
		padding: 25px;
		margin-top:50px;
	}
	
	.news-list{
		float: none;
	 	width: 100%;
		padding-top: 50px;
		border-bottom: none;
		height: 300px;
	}

	.news-list li{
		border-top: 1px solid gray;
		padding: 10px 0px;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
		height:84px;
	}

	.news-list li:last-child{
		border-bottom: 1px solid gray;
	}

	.news-list .date {
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
	}

	.news-list .title {
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		margin-top:5px;
		letter-spacing: 0.069em;
	}

	.news-right{
		float: right;
		text-align: right;
	}
	
	#newsArea-sp .viewBtn {
		margin: 50px auto 100px;
	}

	#weloveArea{
		padding: 50px 0px 150px;
	}

	#weloveArea .welove-img{
		margin:30px 0px;
		width:90%;
	}

	#projectArea{
		padding: 100px 0px 50px;
		overflow: visible;
	}

	#projectArea .project-left{
		position: relative;
		top:-112px;
	}

	#projectArea .project-right{
		position: relative;
		top:-112px;
	}

	#projectArea .viewBtn {
		margin: 50px auto;
		margin-top: -40px;
		display: flex;
		justify-content: center;
	}

	#projectArea .project-heading{
		width:100%;
	}
	
	#projectArea .project-custom-dots{
		margin-top:30px;
		position: relative;
    	text-align: center;
		width: 100%;
		left:0px;
	}

	#projectArea .slick-dots {
		top:280px;
		justify-content: center;
    	right: 0px;
	}

	.project_slider .slick-slide {
		margin: 0 10px;
		width: 240px;
	}
	
	#projectArea .slick-dots li{
		width:15px !important;
	}
	
	#projectArea .slick-dots li button:before{
		font-size:15px !important;
	}
	
	#projectArea .heading-main{
		margin-left:0px;
	}
	
	#projectArea .heading-sub{
		margin-left:0px;
		margin-bottom:50px;
	}

	#eventArea{
		padding: 0px;
		height:800px;
	}
	
	#eventArea .event-left{
		float: none;
		width: 100%;
		margin-left: 0px;
    	margin-right: 0px;
	}

	#eventArea .event-custom-dots{
		margin-top: 0px;
	}

	#eventArea .slick-dots{
		right: 0;
		bottom:0;
		top:490px;
		display: flex;
		justify-content: center;
	}

	#eventArea .event-left .viewBtn{
		margin-top: 170px;
	}

	#eventArea .viewBtn {
		margin: 0px auto;
		margin-top: 100px;
		position: relative;
		top:370px;
	}

	.event_item{
		padding: 20px;
	}

	.event_item h4{
		font-size: 18px;
	}

	.event_item .tag{
		width: 100px;
		height:22px;
		font-size:12px;
		padding: 0px;		
	}

	.event_item img{
		padding-top:10px;
		width:100%;
	}

	.event_item .frame{
		padding: 30px;
		height:420px;
	}

	.event_slider-container {
		position: relative;
		top: -230px;
		width: 100%;
		float:none;
		margin-top:30px;
	}

	#snsArea {
		display: contents;
	}
	
	#snsArea .sns-insta{
		margin-right: 0px;
	}

	#snsArea .sns-insta, #snsArea .sns-x{
		float: none;
		width: 90%;
		margin: 100px auto
	}

	#snsArea .sns-heading{
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		margin-bottom: 30px;
	}

	.sns-x-sp{
		margin-top:50px;
		border: 1px solid #707070;
		height: 180px;
		padding: 20px 15px;
		border-radius: 5%;
	}

	.sns-x-sp .left{
		width:30%;
		float:left;
		padding-top:30px;
	}

	.sns-x-sp .left .outer-circle {
		width: 80px;
		height: 80px;
		border: 2px solid #AEFF2C;     /* 外円ボーダー */
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  
	  .sns-x-sp .left .inner-circle {
		width: 73px;
		height: 73px;
		border: 2px solid #707070;     /* 内円ボーダー */
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  
	  .sns-x-sp .left .logo-img {
		width: 65px;
		height: 65px;
		object-fit: cover;
		border-radius: 8px;
	  }

	.sns-x-sp .right{
		width:68%;
		float:left;
		text-align: start;
	}

	.sns-x-sp .right .title{
		font-family: 'Regular', sans-serif;
		font-weight: bold;
		font-size:14px;
	}

	.sns-x-sp .right .sub-title{
		text-align: start;
		font-family: 'Noto Sans Myanmar', sans-serif;
		font-size: 11px;
	}

	.sns-x-sp .right .desc{
		margin-top: 10px;
		font-size: 11px;
		color:#212121;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		line-height: 14px;
		letter-spacing:0px;
	}



	#joinArea{
		background: url(../images/join_bg.jpg) left top no-repeat;
  		background-size: 480px auto;
		margin-top:0px;
		padding: 50px 0;
	}

	.marquee-track img {
		max-height: 100px;
	}

	.marquee-container {
		top: -95px;
	}

	#joinArea .join-heading-img{
		top: -75px;
	}

	#joinArea .join-content p{
		margin-top:50px;
		margin-left:0px;
		float: none;
		font-size: 24px;
		line-height: 40px;
		text-align: center;
		padding-bottom: 30px;
	}

	#joinArea .viewAudBtn{
		margin: 0 auto;
	    display: block;
		float:none;
	}
}