@charset "utf-8";

.main_visual {
	width: auto;
	height: 550px;
	margin-top: 75px;
	padding-top: 120px;
	background: url(../img/mainvisual.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main_visual .project_logo {
	width: 700px;
	height: auto;
	margin: 0 auto;

}

.body_wrapper {
	position: relative;
	width: 700px;
	margin:  100px auto 150px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.body_wrapper p {
	font-size: 16px;
	line-height: 30px;
}

.body_wrapper .project_catch {
	width: auto;
	margin-bottom: 100px;
}


.body_wrapper .project_catch img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .sub_title {
	font-weight: normal;
	font-size: 17px;
	line-height: 1;
}

.body_wrapper .sub_title img {
	display: block;
	margin-bottom: 25px;
}

.body_wrapper .sub_title img.about {
	width: 104px;
	height: auto;
}

.body_wrapper .sub_title img.team {
	width: 150px;
	height: auto;
}

.body_wrapper .sub_title img.schedule {
	width: 157px;
	height: auto;
}

.body_wrapper .sponsored {
	width: auto;
}

.body_wrapper .sponsored img {
	width: 100%;
	height: auto;
	margin: 60px 0 50px;
}

.body_wrapper .about_catch {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.body_wrapper .bsw {
	width: auto;
	margin: 30px 0 0 0;
	padding: 20px 30px;
	border: 1px solid #ff5000;
	box-sizing: border-box; 
}

.body_wrapper .bsw_wrapper {
	display: table;
	width: auto;
}

.body_wrapper .bsw_wrapper .bsw_left,
.body_wrapper .bsw_wrapper .bsw_right {
	display: table-cell;
	width: 50%;
}

.body_wrapper .bsw_wrapper .bsw_left {
	padding-right: 10px;
	font-size: 14px;
	line-height: 25px;
	vertical-align: top;
}

.body_wrapper .bsw_wrapper .bsw_left a {
	display: block;
	color: #333;
	text-decoration: underline;
}

.body_wrapper .bsw_title {
	font-size: 17px;
	margin: 0 0 20px 0;
}

.body_wrapper .bsw_wrapper .bsw_right {
	padding-top: 5px;
	padding-left: 10px;
}

.body_wrapper .bsw_wrapper .bsw_right img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .crosstalk {
	height: 190px;
	margin: 30px 0 0 0;
	padding: 30px 0;
	text-align: center;
	background: #000;
}

.body_wrapper .crosstalk .name {
	display: inline-block;
	padding:  0 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
}

.body_wrapper .crosstalk .name p {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.05em;
}

.body_wrapper .crosstalk .cross {
	display: inline-block;
	width: 58px;
	height: auto;
	padding-bottom: 7px;
}

.body_wrapper .crosstalk .cross img {
	width: 100%;
	height: auto;
}

.body_wrapper .crosstalk .title {
	margin: 12px 0 0 0;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.body_wrapper .team_area {
	position: relative;
	margin: 100px 0;
}

.body_wrapper .team_area .team_left {
	width: 350px;
}

.body_wrapper .team_area .team_left .outline {
	margin: 40px 0 0 0;
	font-size: 16px;
}

.body_wrapper .team_area .team_left .chikakane {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
}

.body_wrapper .team_area .team_left .chikakane img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .team_area .team_left .profile_wrapper {
	margin: 25px 0 0 0;
	width: auto;
	border-left: 4px solid #000;
	box-sizing: border-box;
}

.body_wrapper .team_area .team_left .name {
	margin: 0 0 0 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.body_wrapper .team_area .team_left .name span {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}

.body_wrapper .team_area .team_left .profile {
	margin: 20px 0 0 10px;
	font-size: 14px;
	line-height: 24px;
}

.body_wrapper .team_area iframe {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 20px;
}

.body_wrapper .schedule_list {
	position: relative;
	margin: 50px 0 0 0;
}

.body_wrapper .schedule_list dt {
	position: relative;
	height: 2em;
	font-size: 30px;
	color: #ff5000;
}

.body_wrapper .schedule_list dd {
	position: absolute;
	top: -5px;
	left: 210px;
	font-size: 16px;
	line-height: 26px;
}

.body_wrapper .schedule_list::after {
    border-left: 1px solid #666666;
    content: "";
    position: absolute;
    top: 50px;
    left: 65px;
    width: 50px;
    height: 40px;
}

.body_wrapper .schedule_list_last::after {
    border-left: 1px solid #666666;
    content: "";
    position: absolute;
    top: 50px;
    left: 65px;
    width: 50px;
    height: 0;
}





/** ====================================== **/
@media screen and (max-width: 768px) {

.main_visual {
	width: auto;
	height: 360px;
	margin-top: 50px;
	padding-top: 10vw;
	background: url(../img/mainvisual.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main_visual .project_logo {
	width: 560px;
	height: auto;
	margin: 0 auto;
}

.body_wrapper {
	position: relative;
	width: auto;
	margin:  100px 40px 150px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}


.body_wrapper .bsw {
	display: table;
	width: auto;
	margin: 30px 0 0 0;
	padding: 15px;
	border: 1px solid #ff5000;
	box-sizing: border-box; 
}

.body_wrapper .team_area .team_left {
	width: calc(100% - 340px);
}


}


/** ====================================== **/
@media screen and (max-width: 700px) {

.main_visual {
	width: auto;
	height: 300px;
	margin-top: 50px;
	padding-top: 12vw;
	background: url(../img/mainvisual.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main_visual .project_logo {
	width: 70%;
	height: auto;
	margin: 0 auto;
}


.body_wrapper .team_area {
	position: relative;
	margin: 100px 0;
}

.body_wrapper .team_area .team_left {
	width: 100%;
}

.body_wrapper .team_area .team_left .outline {
	margin: 40px 0 0 0;
	font-size: 16px;
}

.body_wrapper .team_area .team_left .chikakane {
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
}

.body_wrapper .team_area .team_left .chikakane img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .team_area .team_left .profile_wrapper {
	margin: 25px 0 0 0;
	width: auto;
	border-left: 4px solid #000;
	box-sizing: border-box;
}

.body_wrapper .team_area iframe {
	position: relative;
	display: block;
	margin: 100px auto;
}



}


/** ====================================== **/
@media screen and (max-width: 600px) {



.body_wrapper .sub_title img {
	display: block;
	margin-bottom: 15px;
}

.body_wrapper .bsw {
	display: table;
	width: auto;
	margin: 30px 0 0 0;
	padding: 15px;
	border: 1px solid #ff5000;
	box-sizing: border-box; 
}

.body_wrapper .bsw_wrapper .bsw_left,
.body_wrapper .bsw_wrapper .bsw_right {
	display: block;
	width: auto;
}

.body_wrapper .bsw_wrapper .bsw_left {
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	vertical-align: top;
}

.body_wrapper .bsw_title {
	font-size: 17px;
	margin: 0 0 10px 0;
}

.body_wrapper .bsw .bsw_right {
	margin: 10px 0 0 0;
	padding-left: 0;
}

.body_wrapper .bsw .bsw_right img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .crosstalk .cross {
	display: inline-block;
	width: 46px;
	height: auto;
	padding-bottom: 7px;
}

}


/** ====================================== **/
@media screen and (max-width: 550px) {

.body_wrapper .crosstalk {
	height: 190px;
	margin: 30px 0 0 0;
	padding: 30px 0;
	text-align: center;
	background: #000;
}

.body_wrapper .crosstalk .name {
	display: inline-block;
	padding:  0 10px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
}

.body_wrapper .crosstalk .name p {
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 0.05em;
}

.body_wrapper .crosstalk .cross {
	display: inline-block;
	width: 34px;
	height: auto;
	padding-bottom: 7px;
}

.body_wrapper .crosstalk .cross img {
	width: 100%;
	height: auto;
}

.body_wrapper .crosstalk .title {
	margin: 12px 0 0 0;
	padding:  0 10px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}


.body_wrapper .schedule_list {
	position: relative;
	margin: 50px 0 0 0;
}

.body_wrapper .schedule_list dt {
	position: relative;
	height: 1.5em;
	font-size: 24px;
	color: #ff5000;
	text-align: left;
}

.body_wrapper .schedule_list dd {
	position: relative;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 26px;
}

.body_wrapper .schedule_list dd::after {
    border-left: 1px solid #666666;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 65px;
    width: 40px;
    height: 30px;
}

.body_wrapper .schedule_list_last dd::after {
    border-left: 1px solid #666666;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 65px;
    width: 40px;
    height: 0;
}

.body_wrapper .schedule_list::after {
    border-left: 1px solid #666666;
    content: "";
    position: absolute;
    top: 50px;
    left: 65px;
    width: 50px;
    height: 0;
}

.body_wrapper .schedule_list_last::after {
    border-left: 1px solid #666666;
    content: "";
    position: absolute;
    top: 50px;
    left: 65px;
    width: 50px;
    height: 0;
}


}


/** ====================================== **/
@media screen and (max-width: 460px) {


.body_wrapper .crosstalk {
	height: 190px;
	margin: 30px 0 0 0;
	padding: 30px 0;
	text-align: center;
	background: #000;
}

.body_wrapper .crosstalk .name {
	display: inline-block;
	padding:  0 10px;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
}

.body_wrapper .crosstalk .name p {
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 0.05em;
}

.body_wrapper .crosstalk .cross {
	display: inline-block;
	width: 24px;
	height: auto;
	padding-bottom: 7px;
}

.body_wrapper .crosstalk .cross img {
	width: 100%;
	height: auto;
}

.body_wrapper .crosstalk .title {
	margin: 12px 0 0 0;
	padding:  0 10px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}


}



/** ====================================== **/
@media screen and (max-width: 414px) {


.main_visual {
	width: auto;
	height: 200px;
	margin-top: 50px;
	padding-top: 14vw;
	background: url(../img/mainvisual.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.main_visual .project_logo {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.body_wrapper {
	position: relative;
	width: auto;
	margin:  80px 20px 75px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.body_wrapper .project_catch {
	width: auto;
	margin-bottom: 80px;
}

.body_wrapper .sponsored img {
	width: 100%;
	height: auto;
	margin: 40px 0;
}




}


/** ====================================== **/
@media screen and (max-width: 365px) {

.body_wrapper .crosstalk {
	height: 150px;
	margin: 30px 0 0 0;
	padding: 15px 0;
	text-align: center;
	background: #000;
}

.body_wrapper .crosstalk .name {
	display: inline-block;
	padding:  0 0;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	transform:scale(0.8);
}

.body_wrapper .crosstalk .name p {
	font-size: 28px;
	line-height: 46px;
	letter-spacing: 0.05em;
}

.body_wrapper .crosstalk .cross {
	display: inline-block;
	width: 20px;
	height: auto;
	padding-bottom: 12px;
}

.body_wrapper .crosstalk .title {
	margin: 0 0 0 0;
	padding:  0 10px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

}





