body {
	background: #040404;
	font-family: Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
	letter-spacing: 2.5px;
}
p {
	margin: 0;
	padding: 0;
}
a,a:hover {
	color: #fff;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
}

#container {
	position: relative;
}
.sp {
	display: none;
}
.btn_more {
    width: 128px;
    height: 137px;
    background: #040404;
    text-align: center;
    position: absolute;
    margin: 0 142px;
}
.btn_more p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: Noto Sans, sans-serif;
	width: 100%;
	height: 100%;
}
.btn_more a {
	position: relative;
	display: block;
	padding-top: 25px; 
	width: 100%;
	height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_more a:hover {
	color: #fff;
	background: #D32140;
}

#main {
    position: relative;
    width: 100%;
    text-align: center;
	margin-bottom: -5px;
}
#main #nav {
    position: absolute;
    top: 5%;
    color: #fff;
    font-size: 10.5px;
    font-family: Lato, Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
    letter-spacing: 4.9px;
    text-align: center;
    z-index: 1;
    width: 100%;
}
#main #nav ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 55%;
	margin: 0 auto;
}
#main #nav li {
	margin: 0 10px 0;
}
#main .movie_wrap {
	position: relative;
	z-index: -100;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#main .movie_wrap video {
	object-fit: cover;
}
#main .ttl_site {
	position: absolute;
    top: 40%;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
}
#main .ttl_site img {
	width: 50%;
}
#main .ttl_sub {
	position: relative;
	margin-top: 5.6vh;
}
#main .ttl_sub img {
	width: 12.5%;
}
#prof {
	padding: 80px auto 0;
}
#prof .row {
	width: 100%;
	flex-wrap: nowrap;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
#prof .col-lg-4 {
	padding-left: 0px;
	padding-right: 0px;
}
#prof .col-lg-4.sideL {
	width: 100%;
	background-image: url(/top/bg_prof1.jpg);
	background-size: cover;
}
#prof .col-lg-4.center {
	position: relative;
	background: #fff;
	text-align: center;
	width: auto;
    min-width: 350px;
}
#prof .col-lg-4.sideR {
	width: 100%;
	background-image: url(/top/bg_prof2.jpg);
	background-size: cover;
}
#prof .ttl_prof {
	position: relative;
    margin: 20% 0 0;
}
#prof .ttl_prof h2 img {
	width: 74%;
}
#prof .name {
	position: relative;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    margin: 21% auto 0;
    font-size: 35px;
    letter-spacing: 0.47em;
}
#prof .name p {
	margin: 0 auto;
}
#prof .lead {
    position: relative;
    font-size: 0.66rem;
    line-height: 2.5;
    letter-spacing: 0.16em;
    margin: 5% 0 0;
}
#prof .btn_more {
    position: relative;
    margin: 28% auto 0;
}
#info {
	position: relative;
	text-align: center;
	width: 100%;
	color: #fff;
	background: #232323;
}
#info .ttl_info {
	padding: 8% 0 0; 
}
#info .ttl_info img {
	width: 25%;
}
#info .ttl_sub_info {
	font-size: 0.65rem;
}
#info .row {
	margin: 0;
	padding: 0;
	margin: 0 auto;
    line-height: 1.8;
}
#info .info_box {
	position: relative;
    padding: 0 50px;
}
#info .article {
	padding: 0 15px;
}
#info .row {
	margin: 5% auto;
}
#info .img_info {
	position: relative;
	margin-bottom: 25px;
	line-height: 1.8;
}
#info .img_info img {
	width: 100%;
}
#info .cat_box {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
#info .cat_box .cat {
    font-size: 1.5rem;
}
#info .cat_box .date {
	font-size: 0.6rem;
    letter-spacing: 1px;
    position: relative;
    top: -6px;
}
#info .ttl_atcl {
	text-align: left;
	margin-bottom: 20px;
	height: 2.2rem;
}
#info .ttl_atcl h3 {
	font-size: 12px;
	line-height: 1.3;
}
#info .copy {
	text-align: left;
	font-size: 11px;
}
#info .btn_more {
	position: relative;
	margin: 6% auto 0;
}
#games {
	background: #fff;
	position: relative;
}
#games .ttl_games {
    position: relative;
    text-align: center;
    padding: 6.7% 0 0;
}
#games .ttl_games h2 {
	margin: 0 auto;
}
#games .ttl_games img {
	width: 25%;
}
#games .ttl_sub_games {
    margin: 0.8% 0 0;
    font-size: 0.7rem;
}
#games .games_box {
    width: 100%;
    margin: 4% 0 0;
}
#games .row.newer {
	margin: 0; 
	position: relative;
}
#games .newer_box {
	flex-wrap: nowrap;
    width: 100%;
    display: flex;
    margin: 0 60px; 
    background: #e6e6e6; 
    position: relative;
}
#games .col-lg-6.sideL {
	width: 100%;
}
#games .col-lg-6.sideL img {
	width: 100%;
}
#games .col-lg-6.sideR {
	padding: 4%;
    background: #e6e6e6; 
}
#games .newer_box .date {
	font-size: 1.4rem;
	color: #7e7e7e;
	letter-spacing: 0.03rem;
}
#games .newer_box .ttl_atcl {
	padding: 5% 0 0;
	position: relative;
}
#games .newer_box .ttl_atcl h3 {
	font-size: 1.66rem;
}
#games .newer_box .lead {
	font-size: 0.7rem;
    padding: 10% 0 0;
    line-height: 1.6;
}
#games .newer_box .lead p {
	margin-bottom: 15px;
}
#games .row.report_box {
    margin: 4% 0 0;
    flex-wrap: nowrap;
    padding: 0 45px; 
}
#games .col-lg-4.article {
	width: 100%;
}
#games .img_games {
	width: 100%;
	padding: 0 15px;
}
#games .img_games img {
	width: 100%;
}
#games .contents {
    padding: 20px;
    margin: 0px 15px;
    background: #e6e6e6;
}
#games .report_box .date {
	font-size: 0.8rem;
    color: #7e7e7e;
    letter-spacing: 0.03rem;
}
#games .report_box .ttl_atcl {
	position: relative;
	padding-top: 9%;
}
#games .report_box .ttl_atcl h3 {
	font-size: 1.04rem;
}
#games .report_box .copy {
    font-size: 0.01rem;
    margin: 8% 0 0;
    line-height: 1.6;
    position: relative;
    padding-top: 3%;
}
#games .report_box .copy p {
	margin-bottom: 15px;
}
#games .btn_more {
    position: relative;
    margin: 2% auto -24px;
}

#gallery {
	position: relative;
	background: url(/top/bg_gallery.png);
	background-size: cover; 
	text-align: center;
	width: 100%;
}
#gallery .ttl_gallery {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 6.2% 0 0;
}
#gallery .ttl_gallery img {
	width: 25%;
}
#gallery .btn_more {
    position: relative;
    margin: 38.3% auto 0;
}

#sponcerd {
	text-align: center;
	width: 100%;
	background: #000;
}
#sponcerd .sponcerd_wrap {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	align-items: center;
}
#sponcerd .sponcerd_wrap .nike img {
}
#sponcerd .sponcerd_wrap img {
	width: 40%;
}

#footer {
	position: relative;
	padding: 0 20px 40px;
	display: flex;
}
#footer .sns {
	position: relative;
	width: 100%;
}
#footer .sns_box {
	display: flex;
	width: 25%;
}
#footer .sns_box li {
    list-style-type: none;
    background: #191919;
    margin: 0 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}
#footer .sns_box a {
	display: block;
    width: 100%;
    height: 100%;
	padding: 60px 17.5px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#footer .sns_box a:hover {
	background: #3c3c3c;
}
#footer .sns_box .btn_fb {
}
#footer .sns_box .btn_fb a {
	padding: 60px 22.5px 20px;
}
#footer .sns_box .btn_fb img {
	width: 12px;
}
#footer .sns_box .btn_ig {
}
#footer .sns_box .btn_ig img {
	width: 25px;
}
#footer .sns_box .btn_tw {
}
#footer .sns_box .btn_tw img {
	width: 25px;
}
#footer .copy {
	position: relative;
    color: #fff;
    text-align: right;
    width: 100%;
    padding: 80px 0 0;
    font-size: 0.7rem;
}



/* ------------------------------------ */
/* 共通ナビゲーション　　　　　　　　　　　　 */
/* ------------------------------------ */
#page_nav {
	color: #fff;
	align-items: center;
	background: #000;
	height: 100px;
}
#page_nav #nav_box {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	font-family:Lato, Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
}
#page_nav #nav_box .logo {
	margin-right: 10%;
    padding: 37.5px 0;
    width: 20%;
}
	#page_nav #nav_box .logo img {
		width: 230px;
	}
#page_nav #nav_box .nav {
    font-size: 11px;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}
	#page_nav #nav_box .nav a.active {
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	#page_nav #nav_box .nav a:hover {
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
#page_nav #nav_box .sns_nav {
	display: flex;
	justify-content: space-between;
	width: 68px;
	align-items: center;
    padding-bottom: 5px;
}
	#page_nav .sns_nav .btn_fb img {
		width: 8px;
	}
	#page_nav .sns_nav .btn_ig img {
		width: 18px;
	}
	#page_nav .sns_nav .btn_tw img {
		width: 18px;
	}



/* ------------------------------------ */
/* page_prof   　　　　　　　　　　　      */
/* ------------------------------------ */
#prof_page {
	background: #040404;
}

#prof_page #page_ttl {
	position: relative;
	background: url(/profile/img/pagettl_prof.png);
	background-size: cover;
	background-position: bottom;
	height: 340px;
}
	#prof_page #page_ttl h1 {
		position: relative;
		top: 40%;
		font-size: 1.67rem;
		text-align: center;
		font-family: Lato, Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
		letter-spacing: 3.2px;
	}
#prof_page #comp {
	display: flex;
	position: relative;
}
	#prof_page #comp .sideL {
		width: 34.8%;
	    background: #fff;
	}
	#prof_page #comp .sideL .cont {
		background: #e6e6e6;
		padding: 44px 50px;
		text-align: right;
		color: #000;
    }
	#prof_page #comp .sideL .cont .name {
	    font-size: 2.8rem;
	    letter-spacing: 1.9rem;
	    margin-right: -29px;
    }
	#prof_page #comp .sideL .cont .desc1 {
		font-size: 0.8rem;
		margin: 22px 0 0;
		line-height: 1.8;
		letter-spacing: 2.3px;
    }
	#prof_page #comp .sideL .cont .desc2 {	
		margin: 63px 0 0;
	    font-size: 0.7rem;
	    line-height: 2.3;
	}
	#prof_page #comp .sideR {
		width: 65.2%;
	}
	#prof_page #comp .sideR .cont {
		background: url(/profile/img/bg_comp.png);
		background-size: cover;
		background-position: top;
		height: 700px;
		padding: 79px 72px;
	}
	#prof_page #comp .sideR .cont .desc1 {
		font-size: 0.8rem;
    	line-height: 3.6;
	}
	#prof_page #comp .recwrap {
		position: absolute;
		bottom: 48px;
		width: 100%;
		text-align: center;
    }
	#prof_page #comp .record {
		display: flex;
	    width: 88%;
	    margin: 0 auto;
	}
	#prof_page #comp .record .sideL {
		color: #000;
	    font-size: 2rem;
	    letter-spacing: 7px;
	    padding: 34px 30px;
	    border-left: 1px solid #b2b2b2;
	    border-top: 1px solid #b2b2b2;
	    border-bottom: 1px solid #b2b2b2;
	    width: 25%;
	    margin-left: 7.7%;
	}
	#prof_page #comp .record .sideR {
		width: 61.4%;
		padding: 13px 62px;
		display: flex;
		align-items: center;
	    border-right: 1px solid #fff;
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	}
	#prof_page #comp .record .sideR .fig {
		font-size: 3.7rem;
	}
	#prof_page #comp .record .sideR .detail {
		font-size: 0.7rem;
	    text-align: left;
	    margin-left: 30px;
    }

#prof_page #per {
	background: url(/profile/img/bg_personal.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 756px;
	width: 100%;
	text-align: right;
}
	#prof_page #per .ttl_per {
		font-size: 1.9rem;
		font-style: oblique;
		position: relative;
		letter-spacing: 7.5px;
		width: 100%;
	    top: 30%;
	    right: 20%;
	}
	#prof_page #per .detail {
		font-size: 0.8rem;
		line-height: 3;
		position: relative;
		width: 100%;
		top: 45%;
	    right: 6%;
	    text-align: right;
	 }
#prof_page #history {
	background: #232323;
}
	#prof_page #history .row {
		margin: 0;
	}
	#prof_page #history .parLR img {
		width: 100%;
	}
	#prof_page #history .parRL img {
		width: 100%;
	}
	#prof_page #history .txt {
		padding: 40px 60px;
	    font-size: 0.8rem;
	    line-height: 2.4;
	}



/* ------------------------------------ */
/* page_information                     */
/* ------------------------------------ */
#info_page {
	background: #040404;
	color: #fff;
}
#info_page #wrapper {
}
#info_page #page_ttl {
	position: relative;
	background: url(/info/img/pagettl_info.jpg);
	background-size: cover;
	background-position: bottom;
	height: 340px;
}
	#info_page #page_ttl h1 {
		position: relative;
		top: 40%;
		font-size: 1.67rem;
		text-align: center;
		font-family: Lato, Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
		letter-spacing: 3.2px;
	}
	#info_page #info_list {
		background: #fff;
		padding: 30px 0;
	}
	#info_page .row {
		margin: 0;
		padding: 0;
		margin: 0 -15px;
	    line-height: 1.8;
	}
	#info_page .info_box {
	    position: relative;
	    text-align: center;
	    margin: 0 auto;
	    padding: 30px;
	}
	#info_page .article {
		padding: 0 15px;
	}
	#info .row {
		margin: 5% auto;
	}
	#info_page .img_info {
		margin-bottom: 25px;
	}
	#info_page .img_info img {
		width: 95%;
	}
	#info_page .img_info {
		position: relative;
		margin-bottom: 25px;
		line-height: 1.8;
	}
	#info_page .img_info img {
		width: 100%;
	}
	#info_page .cat_box {
	    position: absolute;
	    top: 35%;
	    left: 0;
	    right: 0;
	}
	#info_page .cat_box .cat {
	    font-size: 1.5rem;
	}
	#info_page .cat_box .date {
		font-size: 0.6rem;
	    letter-spacing: 1px;
	    position: relative;
	    top: -6px;
	}
	#info_page .ttl_atcl {
	    text-align: left;
	    margin-bottom: 30px;
	    color: #000;
	    height: 2.2em;
    }
	#info_page .ttl_atcl h3 {
		font-size: 16px;
		line-height: 1.3;
	}
	#info_page .article .copy {
		text-align: left;
		font-size: 11px;
		color: #000;
	}
	#info_page .btn_more {
		position: relative;
		margin: 0 auto;
	}
	#info_page #detail {
	    position: relative;
	    padding: 60px 60px 0;
	    background: #fff;
	    text-align: center;
    }
	#info_page #detail .detail_box {
		background: #e6e6e6;
	    width: 100%;
		position: relative;
	    height: 200px;
	    margin-bottom: 40px;
	    color: #000;
	}
	#info_page #detail .detail_box .cat_box {
		position: relative;
		padding: 0 5%;
		text-align: left;
	}
	#info_page #detail .detail_box .cat_box .cat {
	    font-size: 2.0rem;
	}
	#info_page #detail .detail_box .cat_box .date {
		font-size: 0.8rem;
	    letter-spacing: 1.6px;
	    position: relative;
	}
	#info_page #detail .ttl_atcl {
		text-align: left;
	    color: #000;
	    height: auto;
    }
	#info_page #detail .ttl_atcl h3 {
		font-size: 2rem;
	}
	#info_page #detail .main_img {
		width: 100%;
		margin-bottom: 40px;
	}
	#info_page #detail .main_img img {
		width: 100%;
		max-width: 640px;
	}
	#info_page #detail .copy {
		text-align: left;
		color: #000;
		font-size: 0.8rem;
		margin-bottom: 100px;
	}
	#info_page #detail .copy p {
		margin-bottom: 20px;
	}
	#info_page #detail .copy a {
		color: #03A9F4;
 	}
	#info_page #detail .copy a:hover {
		text-decoration: underline;
 	}

/* ------------------------------------ */
/* page_games                           */
/* ------------------------------------ */
#games_page {
	background: #040404;
	color: #fff;
}
#games_page #wrapper {
}
#games_page #page_ttl {
	position: relative;
	background: url(/games/img/pagettl_games.jpg);
	background-size: cover;
	background-position: bottom;
	height: 340px;
}
	#games_page #page_ttl h1 {
		position: relative;
		top: 40%;
		font-size: 1.67rem;
		text-align: center;
		font-family: Lato, Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
		letter-spacing: 3.2px;
	}
	#games_page #games .games_box {
	    width: 100%;
	    padding: 60px 0;
	    margin: 0;
	    color: #000;
	}
	#games_page #games .row.newer {
		margin: 0; 
		position: relative;
	}
	#games_page #games .newer_box {
		flex-wrap: nowrap;
	    width: 100%;
	    display: flex;
	    margin: 0 60px; 
	    background: #e6e6e6; 
	    position: relative;
	}
	#games_page #games .col-lg-6.sideL {
		width: 100%;
	}
	#games_page #games .col-lg-6.sideL img {
		width: 100%;
	}
	#games_page #games .col-lg-6.sideR {
		padding: 4%;
	    background: #e6e6e6; 
	}
	#games_page #games .newer_box .date {
		font-size: 1.4rem;
		color: #7e7e7e;
		letter-spacing: 0.03rem;
	}
	#games_page #games .newer_box .ttl_atcl {
		padding: 5% 0 0;
		position: relative;
	}
	#games_page #games .newer_box .ttl_atcl h3 {
		font-size: 1.66rem;
	}
	#games_page #games .newer_box .lead {
		font-size: 0.7rem;
	    padding: 10% 0 0;
	    line-height: 1.6;
	}
	#games_page #games .row.report_box {
	    margin: 4% 0 0;
	    flex-wrap: nowrap;
	    padding: 0 45px; 
	}
	#games_page #games .col-lg-4.article {
		width: 100%;
	}
	#games_page #games .img_games {
		width: 100%;
		padding: 0 15px;
	}
	#games_page #games .img_games img {
		width: 100%;
	}
	#games_page #games .contents {
	    padding: 20px;
	    margin: 0px 15px;
	    background: #e6e6e6;
	}
	#games_page #games .report_box .date {
		font-size: 0.8rem;
	    color: #7e7e7e;
	    letter-spacing: 0.03rem;
	}
	#games_page #games .report_box .ttl_atcl {
		position: relative;
		padding: 5% 0 0;
	}
	#games_page #games .report_box .ttl_atcl h3 {
		font-size: 1.04rem;
	}
	#games_page #games .report_box .copy {
	    font-size: 0.01rem;
	    margin: 8% 0 0;
	    line-height: 1.6;
	    position: relative;
	    padding-top: 3%;
	}
	#games_page #detail {
	    position: relative;
	    padding: 60px 60px 0;
	    background: #fff;
    }
	#games_page #detail .detail_box {
	    width: 100%;
	    background-size: cover;
	    background-position: center;
		position: relative;
	    height: 262px;
	    margin-bottom: 40px;
	}
		#games_page #detail .detail_box.bg1 {
		    background: url(/info/img/bg_dt_box1.png) no-repeat;
		}
	}
	#games_page #detail .detail_box .cat_box {
		position: relative;
		top: 40%;
		padding: 0 7%;
	}
	#games_page #detail .detail_box .cat_box .cat {
	    font-size: 2.0rem;
	}
	#games_page #detail .detail_box .cat_box .date {
		font-size: 0.8rem;
	    letter-spacing: 1.6px;
	    position: relative;
	}
	#info_page #detail .ttl_atcl {
		text-align: left;
	    color: #000;
	    height: auto;
    }
	#info_page #detail .ttl_atcl h3 {
		font-size: 2rem;
	}
	#games_page #detail .copy {
		text-align: left;
		color: #000;
		font-size: 0.8rem;
		margin-bottom: 100px;
	}



/* ------------------------------------ */
/* page_gallery                         */
/* ------------------------------------ */
#gallery_page {
	background: #040404;
	color: #fff;
}
#gallery_page #wrapper {
}
#gallery_page #page_ttl {
	position: relative;
	background: url(/gallery/img/pagettl_gallery.jpg);
	background-size: cover;
	background-position: bottom;
	height: 340px;
}
	#gallery_page #page_ttl h1 {
		position: relative;
		top: 40%;
		font-size: 1.67rem;
		text-align: center;
		font-family: Lato, Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, sans-serif;
		letter-spacing: 3.2px;
	}
	#gallery_page #gallery {
		background: #232323;
		text-align: center;
		position: relative;
		width: 100%;
	}
	#gallery_page #gallery .gallery_box {
		width: 100%;
    	padding: 4%;
	}
	#gallery_page #gallery .gallery_box .ph_set01 {
		display: flex;
	}
	#gallery_page #gallery .gallery_box .ph_set01 img.sideL {
	    width: 66.6%;
	    height: 100%;
	}
	#gallery_page #gallery .gallery_box .ph_set01 img.sideR {
	    width: 33.3%;
	    height: 100%;
	}
	#gallery_page #gallery .gallery_box .ph_set02 {
		display: flex;
	}
	#gallery_page #gallery .gallery_box .ph_set02 img {
	    width: 33.3%;
	    height: 100%;
	}
	#gallery_page #gallery .gallery_box .ph_set03 {
		display: flex;
	}
	#gallery_page #gallery .gallery_box .ph_set03 img.sideL {
	    width: 33.3%;
	    height: 100%;
	}
	#gallery_page #gallery .gallery_box .ph_set03 img.sideR {
	    height: 100%;
	    width: 66.6%;
	}



/* ------------------------------------ */
/* スマートフォン　　　　　　　　　　　      */
/* ------------------------------------ */
@media screen and (max-width: 991px) {
	#prof_page #history {
		width: 100%;
		padding-top: 60px;
	}
	#prof_page #history .parLR {
		width: 100%;
		text-align: center;
	}
	#prof_page #history .parLR img {
		width: 80%;
		margin: 0 auto;
	}
	#prof_page #history .txt {
		font-size: 0.8rem;
		text-align: left;
	}
	#prof_page #history .parRL {
		flex-direction: column-reverse;
		width: 100%;
		text-align: center;
	}
	#prof_page #history .parRL img {
		width: 80%;
		margin: 0 auto;
	}

	#info_page .img_info img {
		width: 100%;
	}
	#info_page .cat_box .cat {
		font-size: 1.2rem;
	}
	#info_page .cat_box .date {
		font-size: 0.6rem;
    }
}

@media screen and (max-width: 764px) {
	#container {
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#main {
		position: relative;
		height: 100vh;
		background: url(/top/sp/bg_sp_main.png) no-repeat;
		background-size: cover;
	}
	/*menu*/
	#page_nav #nav_box {
		padding: 0;
	}
	#page_nav #nav_box .logo {
	    width: 65%;
	    padding: 20px 30px;
	}
	#page_nav #nav_box .logo img {
		width: 200px;
	}
	#page_nav #nav_box .sns_nav {
		display: none;
	}

	.menu{
	    height: 20px;
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    width: 30px;
	    z-index: 99;
	}
	.menu__line{
	    background: #fff;
	    display: block;
	    height: 2px;
	    position: absolute;
	    transition:transform .3s;
	    width: 100%;
	}
	.menu__line--center{
	    top: 9px;
	}
	.menu__line--bottom{
	    bottom: 0;
	}
	.menu__line--top.active{
	    top: 8px;
	    transform: rotate(45deg);
	}
	.menu__line--center.active{
	    transform:scaleX(0);
	}
	.menu__line--bottom.active{
	    bottom: 10px;
	    transform: rotate(135deg);
	}
	/*gnav*/
	.gnav{
	    background: rgba(0,0,0,0.9);
	    display: none;
	    height: 100%;
	    position: fixed;
	    width: 100%;
	    z-index: 98;
	}
	.gnav__wrap{
	    height: 100%;
	    width: 100%;
	    padding: 40px;
	    font-size: 0.5rem;
	    text-align: center;
	}
	.gnav__menu {
	}
	.gnav__menu__item{
	    margin: 40px 0;
	}
	.gnav__menu__item a{
	    color: #fff;
	    font-size: 2em;
	    font-weight: bold;
	    padding: 40px;
	    text-decoration: none;
	    transition: .5s;
	}
	.gnav__menu__item a:hover{
	    color: #666;
	}
	#main .sp_main {
		position: absolute;
	}
	#main .ttl_site {
		position: absolute;
		top: 40%;
	}
	#main .ttl_site img {
		width: 90%;
	}
	#main .ttl_sub {
		margin-top: 3.6vh;
	}
	#main .ttl_sub img {
		width: 40%;
	}

	#prof .row {
	}
	#prof .row .sideL {
		display: none;
	}
	#prof .row .center {
	}
	#prof .row .ttl_prof {
		padding: 13% 0 0; 
		margin: 0;
	}
	#prof .ttl_prof h2 img {
		width: 70%;
	}
	#prof .name {
		margin: 17% auto 0;
	}
	#prof .btn_more {
		position: relative;
	    margin: 14% auto 0;
	}
	#prof .row .sideR {
		display: none;
	}

	#info .ttl_info {
		width: 100%;
		padding: 13% 0 0;
	}
	#info .ttl_info img {
		width: 70%;
	}
	#info .row {
		margin-top: 10%; 
	}
	#info .info_box {
		padding: 0;
	}
	#info .article {
		width: 90%;
    	margin: 0 auto 10%;
    }
    #info .ttl_atcl h3 {
    	font-size: 16px;
        line-height: 1.3;
	}
	#info .copy {
		font-size: 12px;
	}

	#games .ttl_games {
		width: 100%;
		padding: 13% 0 0;
	}
	#games .ttl_games img {
		width: 70%;
	}
	#games .row.newer {
		margin: 10% auto 10%;
	}
	#games .newer_box {
		display: block;
		margin: 0 30px;
	}
	#games .col-lg-6.sideR {
		padding: 5%;
	}
	#games .newer_box .date {
		font-size: 0.9rem;
	}
	#games .newer_box .ttl_atcl h3 {
		font-size: 1.1rem;
	}
	#games .row.report_box {
		flex-wrap: wrap;
		padding: 0;
	}
	#games .col-lg-4.article {
		width: 90%;
    	margin: 0 30px 10%;
    }
    #games .img_games {
    	padding: 0;
    }
    #games .contents {
    	margin: 0; 
    	padding: 5%;
    }
    #games .report_box .article {
    	padding: 0 30px;
	}
	#games .report_box .ttl_atcl {
		padding: 5% 0 0;
	}

	#gallery {
		background: url(/top/sp/bg_sp_gallery.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	#gallery .ttl_gallery {
		padding: 13% 0 0; 
	}
	#gallery .ttl_gallery img {
		width: 70%;
	}

	/* prof_page */
	#prof_page #page_ttl {
		background-position-x: 60%; 
	}
	#prof_page #page_ttl h1 {
		font-size: 1.47rem;
	}
	#prof_page #comp {
		display: block;
	}
	#prof_page #comp .sideL {
		width: 100%;
	}
	#prof_page #comp .sideR {
		width: 100%;
	}
	#prof_page #comp .sideR .cont .desc1 {
		font-size: 0.6rem;
	}
	#prof_page #comp .sideR .cont {
		padding: 79px 49px;
	}
	#prof_page #comp .recwrap {
		position: relative;
		bottom: 300px;
	}
	#prof_page #comp .record {
		display: block;
		padding-top: 50px;
		width: 75%;
	}
	#prof_page #comp .record .sideL {
		font-size: 0.7rem;
		text-align: center;
		padding: 6px;
		margin: 0 auto;
		width: 100%;
		border: none;
    }
    #prof_page #comp .record .sideR {
	    width: 100%;
	    padding: 13px;
	    display: block;
	    align-items: center;
	    border: 1px solid #fff;
    }
    #prof_page #comp .record .sideR .fig {
    	font-size: 36px;
    }
    #prof_page #comp .record .sideR .detail {
	    font-size: 10px;
	    text-align: center;
	    margin-left: 0;
    }
    #prof_page #per {
		padding: 30px 25px;
	    opacity: 1;
	    position: relative;
	    margin-top: -205px;
	    background-position-x: -415px;
    }
    #prof_page #per .ttl_per {
		font-size: 1.4rem;
	    font-style: oblique;
	    position: relative;
	    top: 30%;
	    left: 0;
	    letter-spacing: 7.5px;
	    width: 100%;
	    margin: 0 auto;
	    text-align: right;
	}
	#prof_page #per .detail {
		font-size: 0.6rem;
	    position: relative;
	    top: 45.2%;
	    left: 0;
	    width: 100%;
	    text-align: right;
	}

	/* information */
	#info_page #page_ttl {
		background-position: left;
	}
	#info_page #page_ttl h1 {
		font-size: 1.47rem;
	}
	#info_page .img_info .cat {
		top: 40%;
		font-size: 1.8rem;
	}
	#info_page .img_info .date {
		font-size: 0.85rem;
	}
	#info_page .article .copy {
		margin-bottom: 40px;
	}
	#info_page .info_box {
		padding-bottom: 0;
	}
	#info_page .img_info {
		margin-bottom: 20px;
	}
	#info_page .ttl_atcl {
		height: auto;
		margin: 0 40px 30px;
	}
	#info_page #detail {
		padding: 60px 0 0;
	}
	#info_page #detail .ttl_atcl h3 {
		font-size: 1.5rem;
	}
	#info_page #detail .copy {
		font-size: 0.8rem;
		padding: 0 40px ;
	}
	#info_page #detail .ttl_atcl {
		margin: 0 25px 30px;
	}
	#info_page #detail .copy {
		padding: 0 25px;
	}

	/* games */
	#games_page #page_ttl {
		background-position-x: 88%;
	}
	#games_page #page_ttl h1 {
		font-size: 1.47rem;
	}
	#games_page #games .ttl_games {
		width: 100%;
		padding: 13% 0 0;
	}
	#games_page #games .ttl_games img {
		width: 70%;
	}
	#games_page #games .row.newer {
		margin: 10% auto 10%;
	}
	#games_page #games .newer_box {
		display: block;
		margin: 0 30px;
	}
	#games_page #games .col-lg-6.sideR {
		padding: 5%;
	}
	#games_page #games .newer_box .date {
		font-size: 0.9rem;
	}
	#games_page #games .newer_box .ttl_atcl h3 {
		font-size: 1.1rem;
	}
	#games_page #games .row.report_box {
		flex-wrap: wrap;
		padding: 0;
	}
	#games_page #games .col-lg-4.article {
		width: 90%;
    	margin: 0 30px 10%;
    }
    #games_page #games .img_games {
    	padding: 0;
    }
    #games_page #games .contents {
    	margin: 0;
    	padding: 5%; 
    }
    #games_page #games .report_box .copy {
	}

	/* gallery_page */
	#gallery_page #page_ttl {
		background-position-x: 25%; 
	}
	#gallery_page #page_ttl h1 {
		font-size: 1.47rem;
	}
	#gallery_page #gallery .gallery_box {
		padding: 30px;
	}
	#gallery_page #gallery .gallery_box .ph_set01 {
		display: block;
	}	
	#gallery_page #gallery .gallery_box .ph_set02 {
		display: block;
	}	
	#gallery_page #gallery .gallery_box .ph_set03 {
		display: block;
	}	
	#gallery_page #gallery .gallery_box .ph_set01 img.sideL {
		width: 100%;
	}	
	#gallery_page #gallery .gallery_box .ph_set01 img.sideR {
		width: 100%;
	}	
	#gallery_page #gallery .gallery_box .ph_set02 img {
		width: 100%;
	}	
	#gallery_page #gallery .gallery_box .ph_set03 img.sideL {
		width: 100%;
	}	
	#gallery_page #gallery .gallery_box .ph_set03 img.sideR {
		width: 100%;
	}	

	#sponcerd {
		text-align: center;
		width: 100%;
		background: #000;
	}
	#sponcerd .sponcerd_wrap {
		display: block;
		padding: 50px 30px;
	}
	#sponcerd .sponcerd_wrap img.toyota {
		width: 45%;
	}
	#sponcerd .sponcerd_wrap img.nike {
		width: 20%;
		padding-top: 30px;
	}
	#sponcerd .sponcerd_wrap img.estilo {
		width: 44%;
		padding-top: 30px;
	}
	#sponcerd .sponcerd_wrap img.keisuke {
		width: 40%;
		padding-top: 35px;
	}

	#footer {
		display: block;
		text-align: center;
		padding: 0 20px 30px; 
	}
	#footer .sns_box {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	    padding: 0 20px 30px;
	}
	#footer .sns_box ul {
		padding-left: -40px; 
	}
	#footer .copy {
		text-align: center;
		padding: 10px 0 0; 
	}
}
