@charset "utf-8";

/* =======================================

	Home CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Base
	2.Keyvisual
	3.login
	4.news
	5.img_vrchat
	6.whats_vrchat
	7.start_vrchat
	8.

========================================== */

/* 1.Base
========================================== */


/* 2.Keyvisual
========================================== */
#keyvisual {
	position: relative;
}
#keyvisual .txt_wrap {
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
	margin-top: 3.5vw;
	text-align: center;
	width: 90%;
}
#keyvisual .txt_wrap h1 {
	width: 61vw;
	min-width: 700px;
	margin-bottom: 1.5vw;
	margin-left: auto;
	margin-right: auto;
}
#keyvisual .txt_wrap h1 img {
	width: 100%;
}
#keyvisual .txt_wrap h2.keyvisual_lede {
	font-size: 1.25vw;
	font-weight: 600 !important;
	line-height: 1.8;
	letter-spacing: 0em;
}
#keyvisual .txt_wrap h2.keyvisual_lede span {
	font-size: 1.11vw;
	display: block;
	margin: 1.1vw auto 0;
}
#keyvisual .txt_wrap h2.keyvisual_lede span img {
	width: 14vw;
	display: inline;
	margin-left: 22px;
	vertical-align: middle;
}
#keyvisual .keyvisual_img {
	
}
#keyvisual .keyvisual_img img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:1000px) {
	#keyvisual .txt_wrap {
    margin-top: 35px;
  }
	#keyvisual .txt_wrap h1 {
    width: 700px;
    margin-bottom: 15px;
  }
	#keyvisual .txt_wrap h2.keyvisual_lede {
    font-size: 1.6rem;
  }
  #keyvisual .txt_wrap h2.keyvisual_lede span {
    font-size: 1.4rem;
		margin: 10px auto 0;
  }
	#keyvisual .txt_wrap h2.keyvisual_lede span img {
    width: 150px;
  }
}

@media only screen and (max-width:767px) {
	#keyvisual .txt_wrap {
    margin-top: 6vw;
    width: 90%;
	}
  #keyvisual .txt_wrap h1 {
    width: 90%;
    min-width: 90%;
    margin-bottom: 3.0vw;
  }
  #keyvisual .txt_wrap h1 img {
    width: 100%;
  }
  #keyvisual .txt_wrap h2.keyvisual_lede {
    font-size: 3.6vw;
    line-height: 1.7;
		text-align: left;
		letter-spacing: 0vw;
		text-align: justify;
  }
  #keyvisual .txt_wrap h2.keyvisual_lede span {
    font-size: 3.2vw;
		display: block;
    margin: 2.5vw auto 0;
		text-align: center;
  }
  #keyvisual .txt_wrap h2.keyvisual_lede span img {
    width: 43%;
    margin-left: 22px;
  }
}

/* 3.login
========================================== */
.login_wrap {
	background-color: #54c3f1;
	text-align: center;
	height: 120px;
	transition: background-color 0.5s;
}
.login_wrap:hover {
	background-color: #87d5f5;
}
.login_wrap a {
	display: block;
	color: #333;
	text-decoration:none;
}
.login_wrap a:hover {
	text-decoration:none;
}
.login_wrap h2 {
	padding-top: 15px;
}
.login_wrap h2 span.logo_vrchat {
	width: 152px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.login_wrap h2 span.txt_login {
	font-size: 3.9rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
	text-decoration: underline;
	text-decoration-thickness: 3px; /* 線の太さ */
	text-underline-offset: 5px;
}
.login_wrap h2 span.txt_login::after {
	content: '';
  display: inline-block;
	width: 32px;
  height: 57px;
  background-image: url(../../assets/images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
	vertical-align: middle;
}
.login_wrap a:hover h2 span.txt_login {
	text-decoration: underline;
	text-decoration-thickness: 3px; /* 線の太さ */
	text-underline-offset: 5px;
}
.login_wrap h2 span.txt_coming {
	position: relative;
	top:-35px;
	left:50px;
	display: block;
	font-size: 2.6rem;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.login_wrap a h2 span.txt_coming {
	text-decoration: none;
}

@media only screen and (max-width:767px) {
  .login_wrap {
    height: auto;
  }
  .login_wrap h2 {
    padding: 20px 10px;
  }
  .login_wrap h2 span.logo_vrchat {
    width: 30%;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
	}
  .login_wrap h2 span.txt_login {
    font-size: 6.0vw;
		letter-spacing: 0;
		text-decoration: none;
		line-height: 1.0;
  }
  .login_wrap h2 span.txt_login::after {
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 1.2em;
    background-image: url(../../assets/images/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.5em;
    vertical-align: middle;
		position: relative;
		top:-0.1em;
  }
  .login_wrap a:hover h2 span.txt_login {
    text-decoration: none;
  }
  .login_wrap h2 span.txt_coming {
    position: relative;
    top:0;
    left:0;
    display: block;
    font-size: 4.0vw;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .login_wrap a h2 span.txt_coming {
    text-decoration: none;
  }

}


/* 4.news
========================================== */
#news {
	position: relative;
}
#news .home_news_wrap {
	display: flex;
	padding: 60px 40px 60px 0px;
}
#news .home_news_wrap h2 {
	width: 225px;
}
#news .home_news_wrap ul {
	width: 735px;
}
#news .home_news_wrap ul li {
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 130px;
	text-align: justify;
}
#news .home_news_wrap ul li a {
	color: #333;
	text-decoration: none;
}
#news .home_news_wrap ul li a:hover {
	color: #333;
	text-decoration: none;
}
#news .home_news_wrap ul li time {
	display: inline-block;
  width: 130px;
  margin-left: -130px;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  #news {
  }
  #news .home_news_wrap {
    display: block;
    padding: 60px 0px 60px;
  }
  #news .home_news_wrap h2 {
    width: 100%;
  }
  #news .home_news_wrap ul {
    width: 100%;
  }
  #news .home_news_wrap ul li {
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 0px;
  }
	#news .home_news_wrap ul li a {
    text-decoration:underline;
  }
  #news .home_news_wrap ul li time {
    display: block;
    width: 100%;
    margin-left: 0px;
		font-weight: 600;
  }
}


/* 5.img_vrchat
========================================== */
#img_vrchat ul {
	display: flex;
	flex-wrap: wrap;
}
#img_vrchat ul li {
	width: 25%;
}
#img_vrchat ul li img {
	width: 100%;
}

@media only screen and (max-width:767px) {
  #img_vrchat ul li {
    width: 50%;
  }
}


/* 6.whats_vrchat
========================================== */
#whats_vrchat {
	text-align: center;
	background-color: #e4eff0;
}
#whats_vrchat .whats_vrchat_wrap {
	position: relative;
	padding: 40px 0px 0px;
}
#whats_vrchat .txt_main {
	font-size: 1.8rem;
	padding-bottom: 125px;
}
#whats_vrchat .img_furi_wrap {
	position: absolute;
	right: 25px;
	bottom: 0;
	width: 600px;
}
#whats_vrchat .img_furi_wrap .img_furi {
	width: 280px;
	float: right;
}
#whats_vrchat .img_furi_wrap .txt_notes {
	font-size: 1.4rem;
	position: absolute;
	right: 215px;
	bottom: 10px;
}

@media only screen and (max-width:767px) {
  #whats_vrchat .whats_vrchat_wrap {
    padding: 40px 0px 0px;
  }
  #whats_vrchat .tit_style02 {
    padding: 3vw 15% 0 0;
  }
  #whats_vrchat .txt_main {
    font-size: 1.6rem;
    padding-top: 27vw;
    padding-bottom: 40px;
		text-align: left;
  }
  #whats_vrchat .img_furi_wrap {
    position: absolute;
    right: 0;
    top: 40px;
		bottom: auto;
    width: 100%;
  }
  #whats_vrchat .img_furi_wrap .img_furi {
    width: 40%;
    float: none;
		display: block;
		margin-right: 0;
		margin-left: auto;
  }
  #whats_vrchat .img_furi_wrap .txt_notes {
    font-size: 1.2rem;
    position: relative;
    right: 0px;
    bottom: 0px;
		display: block;
		text-align: right;
		margin-top: 7px;
		letter-spacing: 0;
  }	
}


/* 7.start_vrchat
========================================== */
#start_vrchat {
	text-align: center;
	position: relative;
	background-color: #ccdde0;
}
#start_vrchat .start_vrchat_wrap {
	padding: 40px 0px;
}
#start_vrchat .txt_main {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
#start_vrchat ul {
	width: 660px;
	display: block;
	margin: 0 auto;
}
#start_vrchat ul li {
	position: relative;
	margin-bottom: 30px;
	border:2px solid #1d4e9c;
	border-radius: 10px;
	padding: 18px 60px 24px;
	background-color: #fff;
}
#start_vrchat ul li::after {
	position: absolute;
	bottom: -17px;
	left:0;
	right: 0;
	content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-bottom: solid 2px #1d4e9c;
  border-right: solid 2px #1d4e9c;
  transform: rotate(45deg);
  margin: auto;
	background-color: #fff;
}
#start_vrchat ul li:last-of-type::after {
	display: none;
}
#start_vrchat ul li dl {
	display: flex;
	align-items: center;
}
#start_vrchat ul li dl dt {
	width: 86px;
	color: #1d4e9c;
	font-size: 4.8rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
	text-align: left;
	line-height: 1.1;
	padding-bottom: 4px;
}
#start_vrchat ul li dl dd {
	font-size: 2.2rem;
	font-weight: 600;
  font-style: normal;
	text-align: left;
	line-height: 1.5;
}
#start_vrchat ul li dl dd a {
	text-decoration: underline;
	color: #0068b7;
	word-break: break-all;
}
#start_vrchat ul li dl dd a:hover {
	text-decoration: none;
	color: #0068b7;
}

@media only screen and (max-width:767px) {
  #start_vrchat .start_vrchat_wrap {
    padding: 40px 0px 30px;
  }
  #start_vrchat .txt_main {
    font-size: 1.6rem;
    margin-bottom: 30px;
		text-align: left;
  }
  #start_vrchat ul {
    width: 100%;
  }
  #start_vrchat ul li {
    margin-bottom: 30px;
    padding: 10px 20px 16px;
  }
  #start_vrchat ul li::after {
    bottom: -18px;
    width: 30px;
    height: 30px;
    border-bottom: solid 2px #1d4e9c;
    border-right: solid 2px #1d4e9c;
  }
  #start_vrchat ul li dl {
  }
  #start_vrchat ul li dl dt {
    width: auto;
    font-size: 4.0rem;
    padding-bottom: 4px;
		padding-right: 20px;
  }
  #start_vrchat ul li dl dd {
    font-size: 1.8rem;
    line-height: 1.5;
  }
	
}



