@charset 'UTF-8';
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#pg-stu-game ,#pg-stu-game h1 ,#pg-stu-game h3, #pg-stu-game h4, #pg-stu-game h5,#pg-stu-game p,
#pg-stu-game ul, #pg-stu-game li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 100;
	font-size: 100%;
	vertical-align: baseline;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif",;
}

/*トップ*/
#pg-stu-game .game-top{
	width: 100%;
	background-color: #0069cf;
}
#pg-stu-game .game-top .game-wrapper{
	width: 100%;
	margin: 0 auto;
	background-image: url("./img/main-back-groundimg.png");
}
#pg-stu-game .game-top .game-wrapper img{
	display: block;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
#pg-stu-game .game-top .game-main-img{
	width: 100%;
	height: 482px;
}
#pg-stu-game .game-top .game-main-img .geme-mainimg{
    padding-top: 4px;
}
#pg-stu-game .form-btn{
	display: flex;
	justify-content: center;
	padding: 18px 0 38px 0;
}
#pg-stu-game .form-btn a{
	display: inline-block;
	margin: 0 43px;
}
#pg-stu-game .form-btn a img{
	width: 240px;
}

/*スケジュール*/
#pg-stu-game .schedule .schedule-item .schedule-wrapper-sp{
	display: none;
}
#pg-stu-game .schedule .schedule-total-wrapper{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#pg-stu-game .game-title{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 100px;
}
#pg-stu-game h1 {
	font-size: 40px;
	color: #024b9d;
	text-align: center;
	width: 100%;
    margin: 0 0 15px 0;
    font-weight: 400;
}
#pg-stu-game small{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
#pg-stu-game .schedule .schedule-item h2{
	font-size: 20px;
	color: #0069cf;
	height: 37px;
	width: 357px;
	margin: 60px auto 40px auto;
	border-radius: 50px;
	border: 1px solid #0069cf;
	display: flex;
	justify-content: center;
	align-items: center;
    font-weight: bold;
}
#pg-stu-game .schedule .schedule-live h2{
	color: #d45891;
	border: 1px solid #d45891;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper img{
	position: absolute;
	top: 85px;
	right: -10px;
	width: 190px;
	z-index: 10;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper{
	position: relative;
	height: 430px;
	display: flex;
	flex-wrap: wrap;

}
#pg-stu-game .schedule .schedule-item .schedule-wrapper::before{
	content: "";
	position: absolute;
	bottom: 250px;
	left: 0;
	width: 980px;
	max-width: 98%;
	height: 5px;
	background-color: #c7e8fa;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time{
	display: inline-block;
	position: relative;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time::before{
	content: "";
	width: 5px;
	height: 30px;
	background-color: #c7e8fa;
	position: absolute;
	left: 0;
	bottom: 40px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time{
	display: inline-block;
	position: relative;
	height: 220px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time:nth-child(3)::before,
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time:nth-child(4)::before{
	content: "";
	width: 5px;
	height: 30px;
	background-color: #c7e8fa;
	position: absolute;
	left: 0;
	top: -40px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3{
	font-size: 40px;
	color: #0069cf;
	position: relative;
	display: inline-block;
	font-family: "Work Sans";
	font-weight: 300;
    margin-top: 20px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3 span{
	font-size: 16px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3:nth-child(2){
	margin-left: 50px;
	position: relative;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3:nth-child(2)::before{
	content: "";
	height: 2px;
	width: 13px;
	background-color: #0069cf;
	position: absolute;
	top: 28px;
	left: -35px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time p{
	font-size: 20px;
	color: #333333;
	margin-top: 15px;
    line-height: 1.4em;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .time-item2{
	margin-left: 120px;
	margin-right: 120px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .time-item3{
	margin-left: 210px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .time-item4{
	margin-left: 180px;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper .schedule-time h3{
	color: #d45891;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper::before{
	background-color: #ffdeed;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper .schedule-time::before{
	background-color: #ffdeed;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper .schedule-time:nth-child(3)::before{
	background-color: #ffdeed;
	top: 150px;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper .schedule-time:nth-child(4)::before{
	background-color: #ffdeed;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper .time-item2{
	margin-left: 160px;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper .time-item3{
    margin-left: 105px;
}
#pg-stu-game .schedule .schedule-live .schedule-wrapper img{
	right: 0;
	top: 20px;
	width: 210px;
}
#pg-stu-game .schedule .schedule-total-wrapper a{
	font-size: 20px;
	color: white;
	text-decoration: none;
	background-color: #0069cf;
    height: 60px;
    width: 357px;
    margin: 60px auto 100px auto;
    border-radius: 30px;
    display: flex;
    justify-content: center;
	align-items: center;
	position: relative;
    background: -webkit-linear-gradient(linear, left top, left bottom, from#0069cf), to(#023a72);
    background: -webkit-linear-gradient(top, #0069cf 0%, #023a72 100%);
    background: linear-gradient(to bottom, #0069cf 0%, #023a72 100%);
}
#pg-stu-game .schedule .schedule-total-wrapper a::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px white;
	border-right: solid 3px white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 48%;
	right: 35px;
	margin-top: -4px;
  }
  #pg-stu-game .collabo .collabo-item li .collabo-item-items p span{
	  border-bottom: 1px solid #333333;
  }

/*コラボ*/
#pg-stu-game .collabo{
	width: 100%;
	background-color: #ecfaff;
	color: #333333;
	padding-bottom: 80px;
}
#pg-stu-game .collabo .collabo-top{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 50px 0;
}
#pg-stu-game .collabo .collabo-top h1{
	letter-spacing: 3px;
	margin-bottom: 50px;
}
#pg-stu-game .collabo .collabo-item-top{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: 140px;
}
#pg-stu-game .collabo .collabo-item-top img{
	height: 100%;
	width: auto;
}
#pg-stu-game .collabo .collabo-item .collabo-item-kake{
	font-size: 36px;
	margin-right:30px;
	margin-left: 30px;
	display: flex;
	align-items: center;
}
#pg-stu-game .collabo .collabo-item .collabo-item2{
	margin-right: 83px;
}
#pg-stu-game .collabo p{
	font-size: 16px;
	margin-top: 25px;
    line-height: 2em;
}
#pg-stu-game .collabo .collabo-text {
    text-align: center;
}
#pg-stu-game .collabo .collabo-text span{
	border-bottom: 1px solid #333333;
    font-weight: bold;
}
#pg-stu-game .collabo ul{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
#pg-stu-game .collabo ul li{
	width: 100%;
	background-color: white;
	margin-bottom: 20px;
	display: flex;
	padding: 50px;
}
#pg-stu-game .collabo .collabo-item li　.gema-start-img{
	margin: 0;
}
#pg-stu-game .collabo .collabo-item li　.gema-start-img img{
    width: 100%;
}
#pg-stu-game .collabo .collabo-item li:nth-child(2) .gema-start-img{
	margin-bottom: -50px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items{
	margin: 0 0 0 35px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items h4{
	font-size: 30px;
	position: relative;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items h4::before{
	content: "";
	width: 111px;
	height: 5px;
	background-color: #c7e8fa;
	position: absolute;
	bottom: -13px;
	left: 0;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items p{
	margin-top: 45px;
}
#pg-stu-game .collabo .collabo-item li:nth-child(2) .collabo-item-items{
	margin-left: 55px;
}
/*参加方法*/
#pg-stu-game .join  .phase-title h3{
	font-size: 35px;
    color: #0069cf;
    font-weight: initial;
    position: relative;
    display: inline-block;
    font-family: "Work Sans";
    font-weight: 500;
}
#pg-stu-game .join .phase{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 70px auto;
	border: 1px solid #0069cf;
	border-radius: 10px;
}
#pg-stu-game .join .phase-title{
	width: 350px;
	margin: 30px auto -20px auto;
	text-align: center;
}
#pg-stu-game .join .phase-title h3 span{
   font-size: 20px;
}
#pg-stu-game .join .phase-title h5{
   font-size: 20px;
   color: white;
   background-color: #0069cf;
   width: 350px;
   height: 37px;
   border-radius: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
}
#pg-stu-game .join .phase .schedule-time{
	width:500px;
	margin: 55px auto 40px auto;
	display: flex;
    justify-content: center;
}
#pg-stu-game .join .phase .schedule-time h3{
	font-size: 40px;
    color: #0069cf;
    position: relative;
    display: inline-block;
    font-family: "Work Sans";
    font-weight: 300;
    line-height: 2em;    
}
#pg-stu-game .join .phase .schedule-time h3 span{
	font-size: 16px;
    position: absolute;
    left: 0;
    top:30px;
    display: block;
}
#pg-stu-game .join .phase .schedule-time h3:nth-child(2){
	margin-left: 50px;
	position: relative;
}
#pg-stu-game .join .phase .schedule-time h3:nth-child(2)::before{
    content: "";
    height: 2px;
    width: 13px;
    background-color: #0069cf;
    position: absolute;
    top: 40px;
    left: -35px;
}
#pg-stu-game .join .phase .phase-item-total{
	width: 800px;
	margin: 0 auto;
}
#pg-stu-game .join .phase .phase-item-total p {
    line-height: 1.7em;
}
#pg-stu-game .join .phase .phase-item-total li{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#pg-stu-game .join .phase .phase-item-total li .phase-item-img{
    width: 540px;
}
#pg-stu-game .join .phase .phase-item-total li img{
	width: 340px;
	margin-bottom: 10px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(2) img,
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) img{
	margin-left: 180px;
}
#pg-stu-game .join .phase .phase-item-total .phase-item-img{
    position: relative;
}
#pg-stu-game .join .phase .phase-item-total .phase-item-img .join-idol {
	position: absolute;
	top: 40px;
	right:00px;
	z-index: 5;
	height: 370px;
	width: auto;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(2) .join-idol{
	left: -230px;
	top: 10px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(3) .join-idol{
	top: -30px;
	right: 0;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) .join-idol{
	top: 0;
	left: -160px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(5) .join-idol{
	top: -30px;
	right: -40px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) img{
	margin-bottom: 40px;
}
#pg-stu-game .join .phase .phase-item-total li p{
	width: 240px;
	font-size: 20px;
}
#pg-stu-game .join .phase .phase-item-total li p span{
	border-bottom: 1px solid #333333;
}
#pg-stu-game .join .phase .phase-item-total li p .phase-span{
	color: #0069cf;
	border-bottom: none;
}
#pg-stu-game .join .phase .tip{
	background-color: #004d9f;
	padding-top: 35px;
	padding-bottom: 12px;
}
#pg-stu-game .join .phase .tip h5{
    position: relative;
    color: #004d9f;
    text-decoration: none;
    background-color: white;
    padding: 5px 30px 5px 30px;
    width: 50%;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    justify-content: center;
	align-items: center;
}
#pg-stu-game .join .phase .tip h5 img{
    max-width: 80%;
    height: auto;
}
#pg-stu-game .join .phase .tip .tip-text{
	margin: 20px 0 0 140px;
	padding: 0;
	width: 360px;
}
#pg-stu-game .join .phase .tip .tip-text li{
	list-style: none;
	color: white;
	margin-bottom: 38px;
}
#pg-stu-game .join .phase .tip .tip-text h6{
	font-size: 25px;
    margin: 0 0 15px 0;
}
#pg-stu-game .join .phase .tip .tip-text p{
    font-size:16px;
    line-height: 1.5em;
}
#pg-stu-game .join .phase .tip .tip-wrapper{
	display: flex;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img{
	width: 400px;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img img{
	width: 100%;
	margin-top: 80px;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img small{
	display: inline-block;
	font-size: 14px;
	color: white;
	margin-top: 50px;
}
#pg-stu-game .join .form-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pg-stu-game .join .form-list .form-list-img{
	margin-top: 35px;
}
#pg-stu-game .join .phase2 .schedule-time{
	width: 500px;
}
#pg-stu-game .join .phase-title2 h5{
	width: 398px;
}
#pg-stu-game .join .phase2 .phase-item-total li img{
	margin-bottom: 30px;
}

/*ゲームの進め方*/
#pg-stu-game .howto .howto-top h1{
    margin-bottom: 3px;
}
#pg-stu-game .howto .howto-top p{
    margin: 15px 0 0 0;
    text-align: center;
}
#pg-stu-game .howto .howto-item li .collabo-item-items{
	width: 700px;
}
#pg-stu-game .howto .howto-item li{
	position: relative;
    padding: 60px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}
#pg-stu-game .howto .howto-item li img{
	position: absolute;
	top: -30px;
	right: 60px;
	height: 380px;
	z-index: 5;
}
#pg-stu-game .howto .howto-item li:nth-child(2) .howto-item-items,
#pg-stu-game .howto .howto-item li:nth-child(4) .howto-item-items{
	margin-left: 300px;
}
#pg-stu-game .howto .howto-item li:nth-child(2) img{
	top: -40px;
	left: 100px;
}
#pg-stu-game .howto .howto-item li:nth-child(3) img{
	top: -40px;
	right: 50px;
}
#pg-stu-game .howto .howto-item li:nth-child(4) img{
	top: -40px;
	left: 100px;
}
#pg-stu-game .howto ul li{
	padding: 0;
}
#pg-stu-game .howto .form-btn{
	padding: 90px 0 150px 0;
}
#pg-stu-game .collabo .collabo-top .collabo-h1{
	display: none;
}
#pg-stu-game .howto .howto-top .howto-title-sp{
    display: none;
}
#pg-stu-game .game-top .game-top-sp{
	display: none;
}
#pg-stu-game .game-title-h1{
	display: none;
}



@media screen and (max-width: 959px) {
body {
    min-width: 100%;
}
/*トップ*/
    #pg-stu-game .game-top .game-wrapper{
	    display: none;
	}
	#pg-stu-game .game-top .game-top-sp{
		display: inline-block;
		width: 100%;
	}
	#pg-stu-game .game-top .game-top-sp img{
		width: 100%;
	}
     #pg-stu-game .game-top .game-main-img{
    	height: auto;
    }
	#pg-stu-game .game-top .game-main-img .geme-mainimg{
		height: auto;
	}
	#pg-stu-game .game-top .game-main-img .geme-mainimg{
		padding: 0;
	}
	#pg-stu-game .game-top .game-wrapper img{
		margin-bottom: -7px;
	}
	#pg-stu-game .form-btn{
		padding: 10px 35px 40px 35px;
		justify-content: space-between;
	}
	#pg-stu-game .form-btn a{
		width: 45%;
		margin: 0;
	}
	#pg-stu-game .form-btn a img{
		width: 100%;
	}

/*スケジュール*/
#pg-stu-game .game-title{
	padding-top: 70px;
}
#pg-stu-game h1{
	font-size: 60px;
}
#pg-stu-game small{
	font-size: 25px;
	margin-top: 15px;
}
#pg-stu-game .schedule .schedule-item h2{
	margin: 50px auto 25px auto;
	font-size: 30px;
	width: 60%;
	height: auto;
    font-weight: bold;
    text-align: center;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper {
	flex-direction: column;
	justify-content: center;
	height: auto;
	text-align: center;
    align-items: center;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time{
    text-align: center;
    width: 100%;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3{
	font-size: 50px;
	line-height: 30px;
    margin: 0 auto;
    text-align: center;    
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3 span{
	font-size: 26px;
	position: static;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time p .schedule-br{
	display: none;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time p{
	font-size: 30px;
	margin-top: 20px;
    text-align: center;
}
#pg-stu-game .schedule .schedule-total-wrapper .schedule-live{
	margin-top: 100px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper img{
	position: static;
	width: 50%;
	margin: 30px 25% 0 25%;
}
#pg-stu-game .schedule .schedule-total-wrapper a{
	width: 75%;
	height: 90px;
	font-size: 35px;
	border-radius: 45px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .order1{
    order: 1;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .order2{
    order: 2;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .order3{
    order: 3;
}
#pg-stu-game .schedule .schedule-total-wrapper .schedule-event .schedule-wrapper img{
	display: none;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time{
	margin: 40px 0 0 0;
	width: 100%;
	height: auto;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper::before{
	display: none;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time::before{
	display: none;
}

/*コラボ*/
#pg-stu-game .collabo .collabo-top h1 span{
	margin: 18px;
	letter-spacing: normal;
}
#pg-stu-game .collabo p{
	font-size: 26px;
	/*line-height: 45px;*/
	padding: 0 35px;
	text-align: left;
	margin-top: 50px;
}
#pg-stu-game .collabo .collabo-item .collabo-item-kake{
	padding: 0;
}
#pg-stu-game .collabo .collabo-top{
	padding-bottom: 80px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items{
	margin: 50px 40px 0 40px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items h4{
	font-size: 36px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items h4::before{
	width: 110px;
	height: 7px;
	top:40px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items p{
	width: 100%;
	padding:0;
	font-size: 26px;
	/*line-height: 50px;*/
	margin-top: 50px;
}
#pg-stu-game .collabo .collabo-text {
    text-align: left;
}
#pg-stu-game .collabo .collabo-text br {

}
#pg-stu-game .collabo ul li{
	height: auto;
	flex-wrap: wrap;
	margin: 0 35px 45px 35px ;
	padding: 0;
	width: 90%;
}
#pg-stu-game .collabo .collabo-item li .gema-start-img{
	width: 80%;
    margin: 60px auto;
}
#pg-stu-game .collabo .collabo-item li .gema-start-img img{ 
	width: 100%;
}
#pg-stu-game .collabo .collabo-item li:nth-child(2) .gema-start-img{
	width: 90%;
	margin-bottom: 0;
}
#pg-stu-game .collabo ul li .box1{
	order: 1;
}
#pg-stu-game .collabo ul li .box2{
	order: 2;
}


/*参加方法*/
#pg-stu-game .join .phase{
	width: 90%;
	margin: 0 5% 70px 5%;
}
#pg-stu-game .join .phase .phase-item-total li{
	width: 90%;
	padding: 0 5%;
}
#pg-stu-game .join .phase .phase-item-total li .phase-item-img{
	width: 100%;
}
#pg-stu-game .join .phase .phase-item-total{
	width: 100%;
	margin-bottom: 40px;
}
#pg-stu-game .join .phase-title h3{
	font-size: 45px;
}
#pg-stu-game .join .phase-title h3 span{
	font-size: 25px;
	bottom: -20px;
}
#pg-stu-game .join .phase-title{
	width: 100%;
	margin: 40px 0 -20px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pg-stu-game .join .phase-title h5{
	width: 64%;
	height: 47px;
	font-size: 30px;
	margin: 20px 18% 0 18%;
}
#pg-stu-game .join .phase-title2 h5{
	width: 76%;
	height: 47px;
	font-size: 30px;
	margin: 20px 12% 0 12%;
}
#pg-stu-game .join .phase .schedule-time h3{
	font-size: 50px;
    text-align: center;
}
#pg-stu-game .join .phase .schedule-time h3 span{
	font-size: 26px;
	left: -10px;
}
#pg-stu-game .join .phase .schedule-time h3:nth-child(2){
	margin-left: 80px;
}
#pg-stu-game .join .phase .schedule-time h3:nth-child(2)::before{
	left: -55px;
}
#pg-stu-game .join .phase .schedule-time p{
    text-align: center;
}
#pg-stu-game .join .phase .schedule-time{
	margin: 70px 0 60px 0;
	width: 100%;
}
#pg-stu-game .join .phase .phase-item-total li p{
	display: none;
}
#pg-stu-game .join .phase .phase-item-total li img{
	width: 62%;
}
/*ポジション*/
#pg-stu-game .join .phase .phase-item-total .phase-item-img .join-idol{
	height: 100%;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) img{
    margin-bottom: 60px;
}
#pg-stu-game .join .phase .phase-item-total .phase-item-img .join-idol{
	right: 0;
	top: 10px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(2) .join-idol{
	left: -45%;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(3) .join-idol{
	right: 5%;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) .join-idol{
	left: -30%;
	height: 410px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(5) .join-idol{
	right: -8%;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(2) img,
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) img{
	 margin-left: 38%;
 }
/*join２つ目*/
#pg-stu-game .join .phase2 .phase-item-total .phase-item-img .join-idol{
	right: 10%;
}
#pg-stu-game .join .phase2 .phase-item-total li:nth-child(2) .join-idol{
	left: -35%;
}
/*獲得のコツ*/
#pg-stu-game .join .phase .tip h5{
	width: 70%;
}
#pg-stu-game .join .phase .tip .tip-text h6{
	font-size: 36px;
}
#pg-stu-game .join .phase .tip .tip-text p{
	font-size: 30px;
}
#pg-stu-game .join .phase .tip .tip-wrapper{
	display: inline-block;
	width: 100%;
}
#pg-stu-game .join .phase .tip .tip-text{
	margin: 60px 0 0 40px;
	width: 100%;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img img{
	margin: 20px auto 0 auto;
	width: 90%;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img small{
	font-size: 20px;
	margin: 20px 0;
	width: 100%;
}
#pg-stu-game .join .phase .form-list .form-list-img{
	width: 70%;
	margin: 60px auto 30px auto;
}
#pg-stu-game .join .phase .form-list .form-list-img img{
    width: 100%;
}
#pg-stu-game .join .phase2 .form-list .form-list-img{
	width: 65%;
	margin: 70px auto 20px auto;
}
#pg-stu-game .join .phase .form-btn{
	padding: 0 30px 75px 30px;
}
#pg-stu-game .join .phase2{
	margin-bottom: 100px;
}

/*ゲームの進め方*/
#pg-stu-game .howto .howto-top p{
	text-align: center;
    margin: 0;
}
#pg-stu-game .howto .howto-item li img{
	height: 390px;
	width: auto;
}
#pg-stu-game .howto .howto-item li{
	height: auto;
	width: auto;
	padding: 5%;
}
#pg-stu-game .howto .howto-item li .howto-item-items{
	/*margin: 50px 30px ;*/
    
}
#pg-stu-game .howto .howto-item li:nth-child(2) .howto-item-items, 
#pg-stu-game .howto .howto-item li:nth-child(4) .howto-item-items{
	padding-left: 40%;
	margin-left: 0;
}
#pg-stu-game .howto .howto-item li .howto-item-items .howto-sp{
	display: none;
}
/*ポジション*/
#pg-stu-game .howto .howto-item li img{
	top: 10%;
	right: 0%;
}
#pg-stu-game .howto .howto-item li:nth-child(2) img{
	left: 5%;
	top: 10%;
}
#pg-stu-game .howto .howto-item li:nth-child(3) img{
	top: 30%;
	right: 0%;
}
#pg-stu-game .howto .howto-item li:nth-child(4) img{
	top: 10%;
	left: 0%;
}
#pg-stu-game .howto .howto-item li .howto-item-items p{
	width: 60%;
}
#pg-stu-game .howto .howto-item li:nth-child(2) .howto-item-items p,
#pg-stu-game .howto .howto-item li:nth-child(4) .howto-item-items p{
	width: 90%;
}
#pg-stu-game .howto .howto-item li img{
    margin: 0;
}
#pg-stu-game .howto .form-btn{
	padding: 15px 35px 120px 35px;
}  

}




@media screen and (max-width: 415px) {
/*トップ*/
	#pg-stu-game .form-btn{
		padding: 5px 17px 20px 17px;
	}
/*スケジュール*/
#pg-stu-game .game-title{
	padding-top: 35px;
}
#pg-stu-game h1{
	font-size: 28px;
}
#pg-stu-game small{
	font-size: 18px;
	margin-top: 7px;
}
#pg-stu-game .schedule .schedule-item {
    text-align: center;
    }
#pg-stu-game .schedule .schedule-item h2{
	margin: 25px auto 5px auto;
	font-size: 15px;
    padding: 5px 20px 5px 20px;
    text-align: center;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3{
	font-size: 25px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time h3 span{
	font-size: 14px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time p{
	font-size: 15px;
	margin-top: 10px;
    text-align: center;
}
#pg-stu-game .schedule .schedule-total-wrapper .schedule-live{
	margin-top: 50px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper img{
	margin-top: 15px;
}
#pg-stu-game .schedule .schedule-total-wrapper a{
	height: 45px;
	font-size: 18px;
}
#pg-stu-game .schedule .schedule-item .schedule-wrapper .schedule-time{
	margin: 20px 0 0 0;
}
#pg-stu-game .schedule .schedule-total-wrapper a::before{
	width: 5px;
    height: 5px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    top: 52%;
    right: 20px;
}
/*コラボ*/
#pg-stu-game .collabo .collabo-top h1{
	margin-bottom: 25px;
}
#pg-stu-game .collabo .collabo-top{
	padding: 50px 0 25px 0;
}
#pg-stu-game .collabo .collabo-top h1 span{
	margin: 10px;
}
#pg-stu-game .collabo .collabo-item-top{
	height: 70px;
}
#pg-stu-game .collabo .collabo-item li .gema-start-img{
	margin: 30px auto;
}
#pg-stu-game .collabo .collabo-item .collabo-item2{
	margin: 0;
}
#pg-stu-game .collabo .collabo-item .collabo-item-kake{
	font-size: 18px;
	margin: 0 15px;
}
#pg-stu-game .collabo p{
	font-size: 13px;
	/*line-height: 22px;*/
	padding: 0 18px;
	margin-top: 25px;
}
#pg-stu-game .collabo .collabo-top{
	padding-bottom: 20px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items,
#pg-stu-game .collabo .collabo-item li:nth-child(2) .collabo-item-items{
	margin: 25px 20px 0 20px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items h4{
	font-size: 18px;
    line-height: 1.4em;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items h4::before{
	width: 60px;
	height: 3.5px;
	top:30px;
}
#pg-stu-game .collabo .collabo-item li .collabo-item-items p{
	font-size: 14px;
	/*line-height: 25px;*/
	margin-top: 25px;
}
#pg-stu-game .collabo ul li{
	margin: 0 18px 23px 18px ;
}
#pg-stu-game .collabo{
	padding-bottom: 40px;
}

/*参加方法*/
#pg-stu-game .join .phase{
	margin: 0 5% 35px 5%;
}
#pg-stu-game .join .phase .phase-item-total{
	margin-bottom: 20px;
}
#pg-stu-game .join .phase-title h3{
	font-size: 23px;
	width: 100%;
}
#pg-stu-game .join .phase-title h3 span{
	font-size: 14px;
	bottom: -10px;
}
#pg-stu-game .join .phase-title{
	margin: 20px 0 -10px 0;
}
#pg-stu-game .join .phase-title h5{
	width: 256px;
	height: 24px;
	font-size: 15px;
	margin: 10px auto 0 auto;
}
#pg-stu-game .join .phase-title2 h5{
	height: 23px;
	width: 280px;
	font-size: 15px;
	margin: 10px 5% 0 5%;

}
#pg-stu-game .join .phase .schedule-time h3{
	font-size: 25px;
}
#pg-stu-game .join .phase .schedule-time h3 span{
	font-size: 14px;
	left: -5px;
}
#pg-stu-game .join .phase .schedule-time h3:nth-child(2){
	margin-left: 40px;
}
#pg-stu-game .join .phase .schedule-time h3:nth-child(2)::before{
	left: -28px;
	top: 15px;
	height: 1px;
}
#pg-stu-game .join .phase .schedule-time{
	margin: 35px 0 30px 0;
}
/*ポジション*/
#pg-stu-game .join .phase .phase-item-total li:nth-child(4) img{
    margin-bottom: 15px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(3) .join-idol{
	right: 8px;
}

#pg-stu-game .join .phase .phase-item-total li:nth-child(4) .join-idol{
	left: -32%;
	top: -20px;
	height: 120%;
}
/*join２つ目*/
#pg-stu-game .join .phase2 .phase-item-total .phase-item-img .join-idol{
	right: 12px;
	top: 15px;
}
#pg-stu-game .join .phase .phase-item-total li:nth-child(5) .join-idol{
	top: 0;
}
/*獲得のコツ*/
#pg-stu-game .join .phase .tip h5{
    width: 80%;
    padding: 0.2em 1em 0.5em 1em;
}
#pg-stu-game .join .phase .tip .tip-text h6{
	font-size: 18px;
}
#pg-stu-game .join .phase .tip .tip-text p{
	font-size: 16px;
}
#pg-stu-game .join .phase .tip .tip-text{
	margin: 30px 0 0 20px;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img img{
	margin: 10px auto 0 auto;
}
#pg-stu-game .join .phase .tip .tip-wrapper .tip-img small{
	font-size: 12px;
	margin: 10px 0;
}
#pg-stu-game .join .form-list .form-list-img{
	margin: 30px auto 15px auto;
}
#pg-stu-game .join .phase2 .form-list .form-list-img{
	margin: 35px auto 10px auto;
}
#pg-stu-game .join .phase .form-btn{
	padding: 0 15px 37px 15px;
}
#pg-stu-game .join .phase2{
	margin-bottom: 50px;
}
/*ゲームの進め方*/
#pg-stu-game .howto .howto-item li{
    padding: 20px;
    margin-bottom: 30px;
}
#pg-stu-game .howto .howto-item li img{
	height: 250px;
	width: auto;
}
#pg-stu-game .howto .howto-item li .howto-item-items{
	margin: 25px 15px ;
}
#pg-stu-game .howto .howto-item li:nth-child(2) .howto-item-items, 
#pg-stu-game .howto .howto-item li:nth-child(4) .howto-item-items{
	padding-left: 110px;
}

/*ポジション*/
#pg-stu-game .howto .howto-item li img{
	top: 10%;
	right:0%;
}
#pg-stu-game .howto .howto-item li:nth-child(2) img{
	left:0px;
	top: 10px;
}
#pg-stu-game .howto .howto-item li:nth-child(4) img{
	top: 10%;
	left: -10%;
}
#pg-stu-game .howto .howto-item li img{
    margin: 0;
}
#pg-stu-game .howto .form-btn{
	padding: 7px 17px 60px 17px;
}  
   
}


a:hover {
    opacity: 0.65;
}

