@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
	font-size: 62.5%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}

pre {
  font-family: monospace, monospace; 
  font-size: 1em; 
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}

button,
input { 
  overflow: visible;
}

button,
select { 
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; /* 3 */
  white-space: normal; 
}

progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}

details {
  display: block;
}
summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
    height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    overflow-y: scroll;
	font-family:  "Noto Sans Japanese",'メイリオ',Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

a:hover {
    text-decoration: none;
}



#page {
    position: relative;
    overflow: hidden;
    visibility: visible;
}

#index-kv {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	min-height: 400px;
	background-color: #000;
}

.index-contents{
    background-color: #000;
}
.index-kv-inner {
	position: relative;
	z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	max-width:  600px;
	height:  100%;
	margin: 0 auto;
}

.index-kv-inner .leadWp{
	width:  100%;
	max-width:  600px;
	 -webkit-transform: scale(.9);
    transform: scale(.9);
	opacity: 0;
}


.act .index-kv-inner .leadWp{
	 -webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    
}

.index-kv-inner .leadWp img {
	width:  100%;
}

.index-preloader{
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

.index-preloader .index-preloader_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
}

.index-preloader .index-preloader_bg {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.is-hidden .index-preloader_bg{
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)
}

.index-preloader.is-hidden{
	pointer-events: none;
}

.index-preloader_logo{
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 280px;
    -webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

.index-preloader.is-hidden .index-preloader_logo{
	opacity: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);	
}

.index-preloader_bar{
    height: 1px;
    z-index: 1;
	margin-top:  10px;
}

.index-preloader_bar .index-preloader_scroll{
    animation-name: scl_pnr;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    -webkit-animation-name: scl_pnr;
    -webkit-animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
	background-color:  #04bec0;
    height: 1px;
	position: absolute;
	left: 0;
	right: auto;
}

@keyframes scl_pnr {
    0% {
        width: 0%;
		left: 0;
		right: auto;
    }
	
	25% {
        width: 100%;
		left: 0;
		right: auto;
    }

    26% {
        width: 100%;
		right: 0;
		left: auto;
    }
	50% {
        width: 0;
		right: 0;
		left: auto;
    }
	51% {
        width: 0;
		left: 0;
		right: auto;
    }
	100% {
        width: 0;
		left: 0;
		right: auto;
    }
}


/*
.index-preloader_logo{
	position: relative;
	z-index: 10;
	min-width: 600px;
    -webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

.index-preloader.is-hidden .index-preloader_logo{
	opacity: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);	
}
*/

/* #tpl-pagetop-box
----------------------------------------------------------- */

#tpl-header .inner-wrap {
    position: relative;
    z-index: 10000;
}



#tpl-header .inner-wrap .btn-wrap {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
	height: 140px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

#tpl-header.is-fixed .inner-wrap .btn-wrap,#tpl-header.act .inner-wrap .btn-wrap{
    -webkit-transform: translate3d(0,-66px,0);
    transform: translate3d(0,-66px,0);
	background-color: #000;
}

#tpl-header.act .inner-wrap .btn-wrap{
	background:none;
}

.gnav.list,.snav.list{
	margin: 0 0 0 20%;
	padding: 0;


}
.contentsWp{
	background-color: #e1e1e1;
}

.gnav-content-col-wp{
	margin: 0;
	padding: 0;
	text-align: left;
	width: 50%;
}

.gnav.list li{
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	position: relative;
}

.snav.list li{
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	position: relative;
}

.gnav-content-col-wp li:before {
    width: 22px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    background-color: #04bec0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.gnav-content-col-wp li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
.logoY img {width:100%;}
.contentsWp #tpl-header .inner-wrap .btn-wrap .logoY {
    opacity: 0;
	display:block;
    position: absolute;
    z-index: 10000;
    width: 250px;
	margin:0;
	top:83px;
	left: 7.5%;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	-webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.contentsWp.act #tpl-header .inner-wrap .btn-wrap .logoY {
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.contentsWp #tpl-header .inner-wrap .btn-wrap .btn-menu {
    top: 82px;
    right: 7.5%;
    cursor: pointer;
    padding-top: 11px;
    box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
.contentsWp.act #tpl-header .inner-wrap .btn-wrap .btn-menu {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    
	opacity: 1;
	pointer-events:auto;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.contentsWp #tpl-header .inner-wrap .btn-wrap .btn-menu.active {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    
	opacity: 1;
	pointer-events:auto;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#tpl-header.is-fixed .inner-wrap .btn-wrap .logoY,#tpl-header.act .inner-wrap .btn-wrap .logoY {
	left: 20px;
}

#tpl-header.is-fixed .inner-wrap .btn-wrap .btn-menu,#tpl-header.act .inner-wrap .btn-wrap .btn-menu {
    right: 20px;
    padding-top: 11px;
}

#tpl-header .inner-wrap .btn-wrap .head-item {
    position: absolute;
    z-index: 10000;
    width: 44px;
    height: 44px;
	margin:0;
}

#tpl-header .btn-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
    margin: 0 auto;
    transition: .5s;
}

#tpl-header .btn-wrap .btn-menu span + span {
    margin-top: 7px;
}

#tpl-header .btn-wrap .mutual-link {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 10000;
}

#tpl-header .gnav-wrap {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.index-kv-left{

    position: absolute;
    top: 0;
    z-index: 10;
	width: 5%;
    left: 6%;
	height:  100%;
	display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
	-webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
	opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.act .index-kv-left{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    
	opacity: 1;
}

.index-kv-left .team_name{
	text-align: center;
    min-width: 300px;
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	color: #FFF;
	letter-spacing: .65em;
	font-size: 1.1rem;
	display: none;


}

.index-kv-left .team_name.active{
	display: block;

}

.list .delay-fade{
	position:relative;
    display: block;
	width: 100%;
	transform: translateY(105%);
	transition-delay: 0s;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform, -webkit-transform;
	opacity: 0;
}

.list .delay-fade.active {
	transform: translateX(0px);
	opacity: 1;
}

#tpl-header .btn-wrap .btn-menu.active span:nth-child(1) {
    -webkit-transform: translate(0px, 10px) rotate(-405deg);
    transform: translate(0px, 10px) rotate(-405deg);
}

#tpl-header .btn-wrap .btn-menu.active span:nth-child(2) {
    opacity: 0;
}

#tpl-header .btn-wrap .btn-menu.active span:nth-child(3) {
    -webkit-transform: translate(0px, -8px) rotate(405deg);
    transform: translate(0px, -8px) rotate(405deg);
}

#tpl-header .gnav-wrap .inner-wrap {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

#tpl-header .gnav-wrap .inner-wrap .gnav-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#tpl-header .gnav-wrap .inner-wrap .gnav-content .gnav-content-col {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.gnav-content-col-wp{
pointer-events: auto;
}

.gnav-content-photo {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 10;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0,.56,.44,1);
    transition-timing-function: cubic-bezier(0,.56,.44,1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

.gnav-content-photo.is-current {
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.photo-base {
    background-image: url("https://dyg.jp/img/aim004.jpg");
}

.photo-home {
    background-image: url("https://dyg.jp/img/aim004.jpg");
}

.photo-eight {
    background-image: url("https://dyg.jp/img/aim004.jpg");
}

.photo-pick{
    background-image: url("https://dyg.jp/img/aim004.jpg");

}

.photo-history{
    background-image: url("https://dyg.jp/img/aim004.jpg");

}

.logos img {
    width: 100%;
    max-width: 250px;
	padding-bottom:10px;
}

#tpl-header .gnav-wrap .gnav li a{
	display:block;
	padding: 20px 0;
}

#tpl-header .gnav-wrap .snav li a{
	display:block;
	padding: 20px 0;
}

#tpl-header .gnav-wrap .gnav a {
	color:#FFF;
	font-weight: bold;
	display:inline-block;
    letter-spacing: 0.2em;
	text-indent:0.2em;
	line-height:1.1;
}

#tpl-header .gnav-wrap .snav a {
	color:#FFF;
	font-weight: bold;
	display:inline-block;
    letter-spacing: 0.2em;
	text-indent:0.2em;
	line-height:1.1;
}

.delay-fade .typ {
    display: inline-block;
}

.gnav .delay-fade a:hover .typ{
color:#28aaab;
}

.delay-fade a:hover .typ{
	-webkit-animation-name:mouseonButtonStr;
	animation-name:mouseonButtonStr;
	-webkit-animation-duration:.4s;
	animation-duration:.4s;
	-webkit-animation-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1);
	animation-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.delay-fade a:hover .typ:nth-of-type(1){-webkit-animation-delay:0s;
animation-delay:0s}
.delay-fade a:hover .typ:nth-of-type(2){-webkit-animation-delay:30ms;
animation-delay:30ms}
.delay-fade a:hover .typ:nth-of-type(3){-webkit-animation-delay:60ms;
animation-delay:60ms}
.delay-fade a:hover .typ:nth-of-type(4){-webkit-animation-delay:90ms;
animation-delay:90ms}
.delay-fade a:hover .typ:nth-of-type(5){-webkit-animation-delay:.12s;
animation-delay:.12s}
.delay-fade a:hover .typ:nth-of-type(6){-webkit-animation-delay:.15s;
animation-delay:.15s}
.delay-fade a:hover .typ:nth-of-type(7){-webkit-animation-delay:.18s;
animation-delay:.18s}
.delay-fade a:hover .typ:nth-of-type(8){-webkit-animation-delay:.21s;
animation-delay:.21s}
.delay-fade a:hover .typ:nth-of-type(9){-webkit-animation-delay:.24s;
animation-delay:.24s}
.delay-fade a:hover .typ:nth-of-type(10){-webkit-animation-delay:.27s;
animation-delay:.27s}
.delay-fade a:hover .typ:nth-of-type(11){-webkit-animation-delay:.3s;
animation-delay:.3s}
.delay-fade a:hover .typ:nth-of-type(12){-webkit-animation-delay:.33s;
animation-delay:.33s}
.delay-fade a:hover .typ:nth-of-type(13){-webkit-animation-delay:.36s;
animation-delay:.36s}
.delay-fade a:hover .typ:nth-of-type(14){-webkit-animation-delay:.39s;
animation-delay:.39s}
.delay-fade a:hover .typ:nth-of-type(15){-webkit-animation-delay:.42s;
animation-delay:.42s}
.delay-fade a:hover .typ:nth-of-type(16){-webkit-animation-delay:.45s;
animation-delay:.45s}
.delay-fade a:hover .typ:nth-of-type(17){-webkit-animation-delay:.48s;
animation-delay:.48s}
.delay-fade a:hover .typ:nth-of-type(18){-webkit-animation-delay:.51s;
animation-delay:.51s}
.delay-fade a:hover .typ:nth-of-type(19){-webkit-animation-delay:.54s;
animation-delay:.54s}
.delay-fade a:hover .typ:nth-of-type(20){-webkit-animation-delay:.57s;
animation-delay:.57s}
.delay-fade a:hover .typ:nth-of-type(21){-webkit-animation-delay:.6s;
animation-delay:.6s}
.delay-fade a:hover .typ:nth-of-type(22){-webkit-animation-delay:.63s;
animation-delay:.63s}
.delay-fade a:hover .typ:nth-of-type(23){-webkit-animation-delay:.66s;
animation-delay:.66s}
.delay-fade a:hover .typ:nth-of-type(24){-webkit-animation-delay:.69s;
animation-delay:.69s}
.delay-fade a:hover .typ:nth-of-type(25){-webkit-animation-delay:.72s;
animation-delay:.72s}
.delay-fade a:hover .typ:nth-of-type(26){-webkit-animation-delay:.75s;
animation-delay:.75s}
.delay-fade a:hover .typ:nth-of-type(27){-webkit-animation-delay:.78s;
animation-delay:.78s}
.delay-fade a:hover .typ:nth-of-type(28){-webkit-animation-delay:.81s;
animation-delay:.81s}
.delay-fade a:hover .typ:nth-of-type(29){-webkit-animation-delay:.84s;
animation-delay:.84s}
.delay-fade a:hover .typ:nth-of-type(30){-webkit-animation-delay:.87s;
animation-delay:.87s}

@-webkit-keyframes mouseonButtonStr{0%{opacity:1;
-webkit-transform:scale(1);
transform:scale(1)}
49.9%{opacity:0;
-webkit-transform:translateX(5px) scale(.5);
transform:translateX(5px) scale(.5)}
50%{opacity:0;
-webkit-transform:translateX(-5px) scale(1.6);
transform:translateX(-5px) scale(1.6)}
100%{opacity:1;
-webkit-transform:scale(1);
transform:scale(1)}
}




#tpl-header .gnav-wrap .gnav a:hover,#tpl-header .gnav-wrap .snav :hover{
    text-decoration: none;
}

.zs-enabled {
    position: relative;
}

.zs-slideshow{
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.act .zs-slideshow {
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}


.zs-enabled .zs-slideshow,.zs-enabled .zs-slides,.zs-enabled .zs-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-bullets {
	position: absolute;
    top: 0;
    z-index: 10;
    width: 5%;
    right: 6.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 11px 0;
	opacity: 0;
	-webkit-transform: translate3d(100.1%,0,0);
    transform: translate3d(100.1%,0,0);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.act .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:after{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
	
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
	width: 4px;
    height: 4px;
    z-index: 10;
    margin-top: -2px;
    margin-left: -2px;
    background-color: #FFF;
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet .zs-bulletlabel{
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
    opacity: 0;
	font-size: 1.2em;
	line-height: 1.6;
	letter-spacing: .3em;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active .zs-bulletlabel{
	opacity: 1;
	right: 35px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);	
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active:after {
    background-color: rgba(4,190,192,.6);
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition-timing-function: cubic-bezier(.3,1.81,.57,.83);
    transition-timing-function: cubic-bezier(.3,1.81,.57,.83);
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0
}

/*

zs-enabled.overlay-plain .zs-slideshow:after {
    background-image: url("../images/plain.png")
}

.zs-enabled.overlay-dots .zs-slideshow:after {
    background-image: url("../images/dots.png")
}
*/

.index-main-bg {
    width: 0%;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	
}

.contentsWp.act .index-main-bg{
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #141414;
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}


.contentsWp.act .scnd .index-main-bg{
    width: 80%;
}

.contentsWp.act .scnd2 .index-main-bg{
    width: 100%;
}

.index-main {
    position: relative;
	background-color: #000;
}

.act .index-main {
}



.index-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
    z-index: 20;
	margin-top: -160px;
    margin-bottom: 80px;
}

.index-wrap-image{
	width: 45%;
    margin-left: 7.5%;
    margin-bottom: 80px;
	z-index: 10;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
}

.act .index-wrap.act .index-wrap-image{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.index-wrap-image img {
    width: 100%;
}

.act .index-wrap.act .index-cnt1{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-cnt1{
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
	color:  #FFF;
	width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 80px;
    margin-left: -7.5%;
    margin-right: 7.5%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 7.5%;
    padding-left: 15%;
    background-color: #252525;
    background-image: url("../images/wsTxt.png");
    background-repeat: no-repeat;
    background-size: 105% auto;
    background-position: left 0 bottom -10%;
}

.index-cnt1 h2{
	font-size: 3.4rem;
    line-height: 1.2em;
	padding: 0 0 50px 0;
	margin: 0;
}

.index-cnt1 h3,.index-cnt4 h3,.index-cnt5 h3{
	font-size: 2.1rem;
    line-height: 1.6em;
	padding: 0 0 35px 0;
	margin: 0;
}

.index-cnt1 p{
	font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .04em;
	padding: 0 0 35px 0;
	margin: 0;
}

.align-center{
	text-align:  center;
	padding:  40px 0;
	margin: 0;
}
.align-center .icon-arrow-left {
	position: relative;
}
.align-center  .icon-arrow-left:after {
    content: url("../images/aw5.svg");
    position: absolute;
    top: 2px;
    right: -30px;
    vertical-align: text-top;
    letter-spacing: normal;
    width: 6px;
    z-index: 1;
	-webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}



.m-button {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   padding: 13px 20%;
    border: none;
    color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
    letter-spacing: .04em;
}

a {
    text-decoration: none;
}

.m-button.m-button-skew:before {
    background: #04bec0;
}

.m-button.m-button-skew:before, .m-button.m-button-skew:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    z-index: 1;
}

.m-button.m-button-skew:after {
    width: 0;
    background: #019fa1;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 2px 0;
    box-shadow: rgba(0,0,0,0.2) 0 2px 2px 0;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.m-button.m-button-skew:hover:after {
    width: 100%;
}


.m-button.m-button-skew>span {
    display: block;
    position: relative;
    left: 0;
    z-index: 2;
}

.index-cnt2{
	position: relative;
    z-index: 20;
	padding-bottom: 80px;
	overflow: hidden;
}

.act .index-cnt2.act .index-cnt2-image{
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-cnt2-image{
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.index-cnt2 .index-cnt2-image{
	position: relative;
    margin-right: 7.5%;
    margin-left: 7.5%;
}

.index-cnt2 .index-cnt2-image img{
	width: 100%;
}

.rdrBxWp .atn{
	padding: 40px 0 0 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
    color: #B1B1B1;
}

.act .index-cnt2.act  .index-cnt2-content-wrap{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-cnt2 .index-cnt2-content-wrap{
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
	position: relative;
    z-index: 10;
    background-color: #333;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
    margin-right: 15%;;
    margin-left: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-cnt2 .index-cnt2-content-wrap p{
	margin: 0;
    padding: 40px 7.5%;
	font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .04em;
	z-index: 3;color:#fff;
}

.index-cnt2-more{
	display: block;
	position: relative;
	padding-right: 7.5%;

}

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding:  13px 0;
	width: 200px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin: auto;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #04bec0;
  border: 2px solid #04bec0;
  color: #FFF;
  overflow: hidden;
}
.button:hover {
  color: #04bec0;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #FFF;
}

.index-cnt2-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 650px;
	
}

.act .index-cnt2.act .index-cnt2-title-inr{
	width: 100%;
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-cnt2-title-inr{
	width: 100%;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
}


.index-wrap3,.index-wrap4,.index-wrap5{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
    z-index: 20;
	margin-top: 0px;
    padding-bottom: 80px;
}

.index-wrap7,.index-wrap9{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
    z-index: 20;
	margin-top: 0px;
    padding: 0 7.5% 80px 7.5%;
}

.index-wrap9{
	flex-wrap: wrap;
	justify-content: space-between;
}



.contentsWp.act  .act.index-wrap8{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-wrap8{
	-webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
    z-index: 20;
	margin-top: 0px;
    padding: 0 7.5% 160px 7.5%;
}



.btn-back {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #04bec0;
	margin: 0 auto;
}


.index-wrap7 .memberWp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 50%;
}

.arw span{
	position: relative;
	border-top: 1px solid #FFF;
	display: block;
	padding:  20px 0;
}

.arw span::before {
  position: absolute;
  left: 0px;
  top: -7px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-135deg);
}

.arw span::after {
  position: absolute;
  right: 0px;
  top: -7px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}



.index-wrap7 .tmName{
	position: relative;
	display: block;
	padding: 15px 5px;
	font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
	background-color:  #222222;
	text-align: center;
	color: #FFF;
}

.index-wrap9 .icon-arrow-left{
	position: absolute;
	right: 15px;
    top: -15px;
	width: 30px;
	height: 30px;
	background-color: #333;
}

.index-wrap9 .icon-arrow-left:after {
content: url("../images/aw5.svg");
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 6px;
    z-index: 1;
}

.index-wrap9 a:hover .icon-arrow-left{
	background-color: #04bec0;
}

.index-wrap7 .icon-arrow-left{
	position: absolute;
	right: 10px;
    top: -20px;
	width: 30px;
	height: 30px;
	background-color: #333;
}

.index-wrap7 .icon-arrow-left:after {
content: url("../images/aw5.svg");
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 6px;
    z-index: 1;
}

.index-wrap7 a:hover .icon-arrow-left{
	background-color: #04bec0;
}

.index-wrap9 .memberMin .pic,.index-wrap7 .pic{
	overflow: hidden;
	
}

.index-wrap9 a:hover .memberMin img,.index-wrap7 a:hover .index-cnt-image img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index-wrap9 .memberMin img,.index-wrap7 .index-cnt-image img{
	-webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.index-wrap9 .tmName.cnt{
	text-align: left;
	
}

.index-wrap9 .tmName.cnt .name{
	padding:  0 10%;
}

.index-wrap9 .tmName.cnt .home{
	padding-left:10%;
	padding-right:10%;
	
}

.index-wrap9 .tmName{
    position: relative;
    display: block;
    font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
    background-color: #FFF;
    text-align: center;
    color: #333;
    width: 85%;
    z-index: 99999;
    padding: 5% 0;
    margin: -20px auto 0;
}

.index-wrap9 .tmName .name{
    position: relative;
    display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.index-wrap9 .tmName .home{
    position: relative;
    display: block;
}


.index-wrap7 .memberMin .tmName{
	font-size: 1.5rem;
}

.index-wrap7 p{
	margin:  0 15%;
	padding: 0;
	font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: .04em;
	
}

.index-wrap7 .member{
	width: 45%;
	padding: 3% 0;
	
}

.index-wrap7 .member-part{
	width: 55%;
	color: #FFF;
	
}

.index-wrap7 .index-content{
	width: 35%;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0;
	
}

.index-wrap7 .index-content-main{
	width: 30%;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0;
}

.contentsWp.act .index-wrap7 .act.index-content{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.contentsWp.act .index-wrap7 .act.index-content-main{
opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-wrap9 .index-content-main{
	width: 24%;
	padding-bottom: 7.5%;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0;
}

.index-wrap9 .index-content-main.vs{
	width: 49%;
}

.contentsWp.act .index-wrap9 .index-content-main.act {
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-wrap9 .index-content-main{
	width: 24%;
	padding-bottom: 80px;
	
}

.index-wrap7 .index-cnt-image img,.index-wrap9 .index-cnt-image img{
	width: 100%;
	
}

.contentsWp.act .act.index-wrap6{
	opacity: 1;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.contentsWp.act .act.index-wrap6.gameCt{
    background-image: url("../images/wsTxt.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0% bottom -30%;
}

.index-wrap6{
	opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
    z-index: 20;
	margin-top: 0px;
    padding: 0 7.5% 80px 7.5%;
}


.index-wrap6 .index-content{
	width: 33.3%;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0;
}

.contentsWp.act .index-wrap6 .index-content.act{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	
}

.index-wrap6 .index-content img{
	width: 100%;
	
}

.rdrBxWp{
	width: 100%;
	
}

.rdrBx{
	position: relative;
	max-width: 320px;
	margin: 0 auto ;
	padding-top: 7.5%;
	
}

.rdrBx .score{
position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 20px;
    left: 20px;
    background-color: #131313;
	border: 1px solid #555656;
}

.rdrBx .score .rT0{
display: block;
    padding: 5px 20px;
    margin: 0;
    color: #FFF;
    background-color: #04bec0;
    font-size: 1.2em;
}

.rdrBx .score .num{
	display: block;
    padding: 5px 0;
    margin: 0;
    color: #04bec0;
    font-size: 4em;
    text-align: center;
    font-weight: 700;
}

.rdrBx span{
    position: absolute;
	display: block;
	color: #FFF;
	font-size: 1.2em;
}

.rdrBx .rT1{
    top:0px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.rdrBx .rT1:after{
	content: "打　力";
}

.rdrBx .rT2:after{
	content: "走　力";
}

.rdrBx .rT3:after{
	content: "守備力";
}

.rdrBx .rT4:after{
	content: "投手力";
}

.rdrBx .rT5:after{
	content: "采　配";
}


.rdrBx .rT2{
    top: 50%;
    right: -20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.rdrBx .rT3{
    bottom: -10px;
    right: 10px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.rdrBx .rT4{
    top: 50%;
    left: -20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.rdrBx .rT5{
    bottom: -10px;
    left: 10px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}


.index-wrap6 .index-content dl{
	padding: 0 7.5% 0 0;
	margin: 0;
	
}

.index-wrap6 .index-content dl dt{
	padding: 0 ;
	margin: 0;
	font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
	color: #B1B1B1;
}

.index-wrap6 .index-content dl dd{
	padding: 10px 0 40px 0;
	margin: 0;
	font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: .04em;
	color: #FFF;
	text-align:initial;
	
}

.index-wrap6.gameCt .index-content dl{
	padding: 0 7.5%;
    margin: 0;
}

.index-wrap6.gameCt .index-content dl dd{
	padding: 10px 0 40px 0;
	margin: 0;
	font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .04em;
	color: #FFF;
	text-align:initial;
	
}

.contentsWp.act.act .index-wrap3.act .index-wrap-image3,.contentsWp.act.act .index-wrap4.act .index-wrap-image4,.contentsWp.act.act .index-wrap5.act .index-wrap-image5{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.index-wrap-image3,.index-wrap-image5{
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
	width: 60%;
    margin-bottom: 80px;
	z-index: 10;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

.index-wrap-image4{
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
	width: 60%;
    margin-bottom: 80px;
	z-index: 10;
}

.index-wrap-image3 img,.index-wrap-image4 img,.index-wrap-image5 img {
    width: 100%;
}

.contentsWp.act .index-wrap3.act .index-cnt3,.contentsWp.act .index-wrap4.act .index-cnt4,.contentsWp.act .index-wrap5.act .index-cnt5{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}

.contentsWp.act .index-wrap3.act .index-cnt3,.contentsWp.act .index-wrap4.act .index-cnt4,.contentsWp.act .index-wrap5.act .index-cnt5{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}

.index-cnt3{
    color: #FFF;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 7.5%;
    margin-top: 80px;
    margin-right: -7.5%;
    background-color: #252525;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    z-index: 10;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.index-cnt4{
    color: #FFF;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: -7.5%;
    margin-top: 80px;
    margin-right: 7.5%;
    background-color: rgba(37,37,37,0.95);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    z-index: 10;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.index-cnt5{
    color: #FFF;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 7.5%;
    margin-top: 80px;
    margin-right: -7.5%;
    background-color: rgba(37,37,37,0.95);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    z-index: 10;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.index-cnt3 h2,.index-cnt4 h2,.index-cnt5 h2{
	font-size: 3rem;
    line-height: 1.2em;
	padding: 0 0 50px 0;
	margin: 0;
}

.index-cnt3 h3,.index-cnt3 h4,.index-cnt3 h5{
	font-size: 2.1rem;
    line-height: 1.6em;
	padding: 0 0 35px 0;
	margin: 0;
}

.index-cnt3 .txt,.index-cnt4 .txt,.index-cnt5 .txt{
	font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .04em;
	padding: 0 0 35px 0;
	margin: 0;
}

.contentsWp.act .act.l-page__footer {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    background: #000;
}

.l-page__footer {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    position: relative;
    padding: 50px;
    background: #000;
}


.l-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.l-page__footer__pagetop {
    position: absolute;
    z-index: 100;
    top: -120px;
    right: 7.5%;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
}

.act .l-page__footer.act .l-page__footer__pagetop {
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.l-page__footer__pagetop a{
	display: block;
	width: 60px;
    height: 60px;
}

.c-pagetop {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
	background: #141414;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}

.c-pagetop:hover{
	border-radius: 50%;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	background: #04bec0;
	will-change: transform;
}



.c-pagetop span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.l-footer__nav{
	text-align: center;
	opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}

.act .l-page__footer.act .l-footer__nav{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.l-footer__nav .list li {
    display: inline-block;
    letter-spacing: 0;
	margin: 0 9px;
    width: 40px;
}

.l-footer__nav .list li  a {
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #f0f0ee;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    -webkit-appearance: none;
}

.l-footer__nav .list li  a:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #f0f0ee;
    will-change: transform;
}

.l-footer__nav .list li  a span {
    position: relative;
    width: 1em;
    height: 1em;
    letter-spacing: -1em;
    line-height: 0;
}

.l-footer__nav .list li  a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.l-footer__nav .list li  a span:before, .l-footer__nav .list li  a span:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-top;
    letter-spacing: normal;
}

.l-footer__nav .list li  .twIc span:before {
    content: url("../images/icon_twitter.svg");
}

.l-footer__nav .list li  .twIc span:after {
    content: url("../images/icon_twitter_white.svg");
}

.l-footer__nav .list li  .fbIc span:before {
    content: url("../images/icon_facebook.svg");
}

.l-footer__nav .list li  .fbIc span:after {
    content: url("../images/icon_facebook_white.svg");
}

.l-footer__nav .list li  a span:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}

.l-footer__nav .list li  .twIc:hover{
    background-color: #55acee;
}

.l-footer__nav .list li  .fbIc:hover{
    background-color: #3b5998;
}


.l-footer__nav .list li  a:hover:before {
	-webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	opacity: 0;
}

.l-footer__nav .list{
	padding: 0;
	margin: 0;
	text-align: center;
}

.l-footer__nav .list li  a:hover span:before{
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.l-footer__nav .list li  a:hover span:after{
	opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}

.l-footer__nav .copy{
	text-align: center;
	font-size: 1.4rem;
    letter-spacing: .3em;
	color:  #b9b8b8;
	margin: 0;
	padding: 0;
}

.l-footer_logo{
	margin: 20px auto;
	padding: 0;
	width: 181px;
}
.l-footer_logo img{
	width: 100%;
}

.l-page__footer__pagetop span{
	width: 30px;
	height: 30px;

}

.l-page__footer__pagetop span:before, .l-page__footer__pagetop span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.l-page__footer__pagetop span:before {
 	content: url("../images/arw2Ic.svg");
    display: inline-block;
	width: 30px;
	height: 30px;
}

.links a{
	color: #FFF;
    padding-bottom: 13px;
    overflow: hidden;
    position: relative;
    font-size: 1.4rem;
	font-weight: 500;
    letter-spacing: .1em;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.links{
	margin: 0;
	
}

.links a:before {
    width: 32px;
    height: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #04bec0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: width;
    transition-property: width;
}

.links a:hover:before {
    width: 100%;
}

/*
.links a:after {
    content: url("../images/aw4.svg");
    position: absolute;
    top: 4px;
    right: -17px;
    vertical-align: text-top;
    letter-spacing: normal;
    width: 7px;
    z-index: 1;
	-webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.links a:hover {
    color: #04bec0;
}
.links a:hover:after {
	right: -40px;
}
*/


.leadTxt{
	text-align: center;
    color: #FFF;
    letter-spacing: .65em;
    font-size: 1.2rem;
    font-weight: 300;
	margin: 40px 0 0 0;
	padding: 0;
    overflow: hidden;

}

.leadTxt .ty2{
	position: relative;
    padding: 0 30px;

}

.leadTxt .ty2:before {
    width: 100%;
    height: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    background-color: #FFF;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: width;
    transition-property: width;
}

.leadTxt .ty2:after {
    width: 100%;
    height: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
    background-color: #FFF;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: width;
    transition-property: width;
}

.kv {
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.contentsWp.act .kv{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.kv2 {
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0;
}

.contentsWp.act .act.kv2{
	opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.kv2 img{
	width: 100%;
	margin-bottom: 80px;
}

.kv_in_content2{
	position: relative;
    z-index: 10;
	margin: 0 auto;
    display: block;
	max-width: 1200px;
	text-align: left;

}

.kv_in_content2 .txtR:before{
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top:110px;
    right: 0;
	text-align: center;
	font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
    color: #B1B1B1;
}

.kv_in_content2 .txtL:before{
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top:110px;
    left: 0;
	text-align: center;
	font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
    color: #B1B1B1;
}

.kv_in_content2 .txtL.tem1:before,.kv_in_content2 .txtR.tem1:before{content: '小池マサノブ(23)';}
.kv_in_content2 .txtL.tem2:before,.kv_in_content2 .txtR.tem2:before{content: '稲葉(14)';}
.kv_in_content2 .txtL.tem3:before,.kv_in_content2 .txtR.tem3:before{content: '渡辺(7)';}
.kv_in_content2 .txtL.tem4:before,.kv_in_content2 .txtR.tem4:before{content: '山崎貴浩(99)';}
.kv_in_content2 .txtL.tem5:before,.kv_in_content2 .txtR.tem5:before{content: 'GAKU(24)';}
.kv_in_content2 .txtL.tem6:before,.kv_in_content2 .txtR.tem6:before{content: 'しょう(51)';}
.kv_in_content2 .txtL.tem7:before,.kv_in_content2 .txtR.tem7:before{content: 'あきら(1)';}
.kv_in_content2 .txtL.tem7a:before,.kv_in_content2 .txtR.tem7a:before{content: 'バンビ(村井佳祐)(10)';}
.kv_in_content2 .txtL.tem8:before,.kv_in_content2 .txtR.tem8:before{content: '土井 亮太(12)';}
.kv_in_content2 .txtL.tem9:before,.kv_in_content2 .txtR.tem9:before{content: '森口(1)';}
.kv_in_content2 .txtL.tem10:before,.kv_in_content2 .txtR.tem10:before{content: 'KIKU(14)';}
.kv_in_content2 .txtL.tem11:before,.kv_in_content2 .txtR.tem11:before{content: '浮田(11)';}
.kv_in_content2 .txtL.tem12:before,.kv_in_content2 .txtR.tem12:before{content: '稲中増田(10)';}

.kv_in_content2 .tem1:after{background-image:url("./././team/bbjunkies/profile/234.jpg");}
.kv_in_content2 .tem2:after{background-image:url("./././team/lfd/profile/1497.jpg");}
.kv_in_content2 .tem3:after{background-image:url("./././team/boadbc/profile/362.jpg");}
.kv_in_content2 .tem4:after{background-image:url("./././team/tama/profile/613.jpg");}
.kv_in_content2 .tem5:after{background-image:url("./././team/pe_angels/profile/871.jpg");}
.kv_in_content2 .tem6:after{background-image:url("./././team/slammers/profile/2664.jpg");}
.kv_in_content2 .tem7:after{background-image:url("./././team/redeye/profile/4110.jpg");}
.kv_in_content2 .tem7a:after{background-image:url("./././team/redeye/profile/4123.jpg");}
.kv_in_content2 .tem8:after{background-image:url("./././team/radiants/profile/3212.jpg");}
.kv_in_content2 .tem9:after{background-image:url("./././team/g_giants/profile/2044.jpg");}
.kv_in_content2 .tem10:after{background-image:url("./././team/muddywaters/profile/300.jpg");}
.kv_in_content2 .tem11:after{background-image:url("./././team/babi/profile/769.jpg");}
.kv_in_content2 .tem12:after{background-image:url("./././team/dimoers/profile/612.jpg");}

.kv_in_content2 p{
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .04em;
    z-index: 3;
	color: #FFF;
	position: relative;
}

.contentsWp.act .kv_in_content2 .act.txtL {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 1;
}


.kv_in_content2 .txtL {
    margin: 0 7.5% 80px 7.5%;
	padding: 0 0 0 130px;
	-webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 0;
}

.kv_in_content2 .txtL span{
	position: relative;
	display: block;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFF;
	color: #333;
}

.kv_in_content2 .txtL span:before{
	content: "";
	position: absolute;
	top: 50px;
	left: -24px;
  	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #FFF;
 	z-index: 0;
}


.kv_in_content2 .txtL:after{
    width: 100px;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: 0;
	border-radius: 50%;
    background-color: #04bec0;
    background-size: cover;
    overflow: hidden;
	background-position: center top;
}


.contentsWp.act .kv_in_content2 .act.txt {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 1;
}


.kv_in_content2 .Bld{
	font-weight: 700;
}

.kv_in_content2 .txt {
    margin: 0 7.5% 80px 7.5%;
	padding: 0;
	-webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 0;
}

.contentsWp.act .kv_in_content2 .act.txtR {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 1;
}

.kv_in_content2 .txtR {
    margin: 0 7.5% 80px 7.5%;
	padding: 0 130px 0 0;
	-webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 0;
}

.kv_in_content2 .txtR span{
	position: relative;
	display: block;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFF;
	color: #333;
}

.kv_in_content2 .txtR span:before{
	content: "";
	position: absolute;
	top: 50px;
	right: -24px;
  	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #FFF;
 	z-index: 0;
}


.kv_in_content2 .txtR:after{
    width: 100px;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    top:0;
    right: 0;
	border-radius: 50%;
    background-color: #04bec0;
    background-size: cover;
    overflow: hidden;
	background-position: center top;
}

.kv .title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	margin: auto;
	font-size: 7.0rem;
	letter-spacing: .15em;
	font-weight: 700;
	line-height: 0;
	color: #FFF;
	padding-bottom: 80px;
}
.index-content.od3 .atn{
	display: none;
	font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: .04em;
    color: #B1B1B1;
	padding: 0 0 40px 0;
	margin: 0;

}

.act .kv .title .tlWp{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
	-webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.act .kv .title .tlWp2{
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
}


.act .kv .title .tlWp2 .tl{
	width: 100%;
	font-size: 1.4rem;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.4em;
}

.act .kv .title .tlWp2 .tl span{
	padding: 10px 0;
	letter-spacing: 0;
	display: block;
	
}

.kv .title .tlWp2 .tlwp.gameC_H1:before{background-color: rgba(219,29,38,1)}
.kv .title .tlWp2 .tlwp.gameC_A1:after{background-color: rgba(21,84,215,1)}
.kv .title .tlWp2 .tlwp.gameC_H2:before{background-color: rgba(214,219,236,1)}
.kv .title .tlWp2 .tlwp.gameC_A2:after{background-color: rgba(200,34,34,1)}
.kv .title .tlWp2 .tlwp.gameC_H3:before{background-color: rgba(189,41,42,1)}
.kv .title .tlWp2 .tlwp.gameC_A3:after{background-color: rgba(60,25,146,1)}
.kv .title .tlWp2 .tlwp.gameC_H4:before{background-color: rgba(53,142,251,1)}
.kv .title .tlWp2 .tlwp.gameC_A4:after{background-color: rgba(218,50,41,1)}
.kv .title .tlWp2 .tlwp.gameC_H5:before{background-color: rgba(30,100,216,1)}
.kv .title .tlWp2 .tlwp.gameC_A5:after{background-color: rgba(218,50,41,1)}
.kv .title .tlWp2 .tlwp.gameC_H6:before{background-color: rgba(189,41,42,1)}
.kv .title .tlWp2 .tlwp.gameC_A6:after{background-color: rgba(60,25,146,1)}
.kv .title .tlWp2 .tlwp.gameC_H7:before{background-color: rgba(30,100,216,1)}
.kv .title .tlWp2 .tlwp.gameC_A7:after{background-color: rgba(218,50,41,1)}
.kv .title .tlWp2 .tlwp.gameC_H8:before{background-color: rgba(218,50,41,1)}
.kv .title .tlWp2 .tlwp.gameC_A8:after{background-color: rgba(30,100,216,1)}
.kv .title .tlWp2 .tlwp.gameC_H10:before{background-color: rgba(189,41,42,1)}
.kv .title .tlWp2 .tlwp.gameC_A10:after{background-color: rgba(30,100,216,1)}


.kv .title .tlWp2 .tlwp:after{
    width: 100%;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: 100%;
	-webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
	opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)
}


.kv .title .tlWp2 .tlwp:before{
    width: 0%;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: -10%;
	-webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
	opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)
}

.contentsWp.act .act .kv .title .tlWp2 .tlwp.n0:before{width: 10%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n1:before{width: 20%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n2:before{width: 30%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n3:before{width: 40%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n4:before{width: 50%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n5:before{width: 60%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n6:before{width: 70%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n7:before{width: 80%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n8:before{width: 90%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n9:before{width: 100%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n10:before{width: 110%;opacity: 1;}
.contentsWp.act .act .kv .title .tlWp2 .tlwp.n0:after{left: 0%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n1:after{left: 10%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n2:after{left: 20%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n3:after{left: 30%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n4:after{left: 40%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n5:after{left: 50%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n6:after{left: 60%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n7:after{left: 70%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n8:after{left: 80%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n9:after{left: 90%;opacity: 1;}
.contentsWp.act.act .kv .title .tlWp2 .tlwp.n10:after{left: 100%;opacity: 1;}




.act .kv .title .tlWp2 .tlwp{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	font-size: 2rem;
	line-height: 1.4em;
	padding:  10px 0;
	overflow: hidden;
}

.act .kv .title .tlWp2 .tlwpVs{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.act .kv .title .tlWp2 .tlwps1 {
    position: relative;
    width: 35%;
    z-index: 10;
	font-size: 12.0rem;
    letter-spacing: .15em;
    font-weight: 700;
    color: #FFF;
}

.act .kv .title .tlWp2 .tlwps2 {
    position: relative;
    width: 30%;
    z-index: 10;
	font-size: 2rem;
	line-height: 1.4em;
}

.act .kv .title .tlWp2 .tlwps1.win:after{
    content: url("../images/crIcon.svg");
    position: absolute;
	top: -110px;
    left: 35px;
    vertical-align: text-top;
    letter-spacing: normal;
    width: 17px;
	height: 17px;
    z-index: 1;
    display: inline-block;
}



.act .kv .title .tlWp2 .tlwps{
	position: relative;
	width: 50%;
	z-index: 10;
}

.act .kv .title .tlWp2 .tlwps:after{
    width: 100%;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top:-10px;
    left: 0;
	opacity: 1;
    background-color: rgba(255,255,255,0.2);
}

.tlwps.tem1{background-color: rgba(255,255,255,0.3);}

.kv .title .tlWp{
	width: 85%;
	margin: 0 auto;
    text-align: center;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	line-height: 1.4em;
}



.kv_in_history {
    padding-top: 45%;
    background-image: url("https://dyg.jp/img/aim004.jpg");
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.kv_in_putting {
    padding-top: 45%;
    background-image: url("https://dyg.jp/img/pt002.jpg");
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.kv_in_history.kv_history_g {
    background-image: url("../images/kv_history_g.jpg");
}

.kv_in_team {
    padding-top: 45%;
    background-image: url("https://dyg.jp/img/dyg_studio_gaikan.jpg");
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.kv_in_profile {
    padding-top: 45%;
    background-image: url("https://dyg.jp/img/pr001.jpg");
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.kv_in_history.team1 {background-image: url("../images/mainImg1.jpg");}
.kv_in_history.team2 {background-image: url("../images/mainImg2.jpg");}
.kv_in_history.team3 {background-image: url("../images/mainImg3.jpg");}
.kv_in_history.team4 {background-image: url("../images/mainImg4.jpg");}
.kv_in_history.team5 {background-image: url("../images/mainImg5.jpg");}
.kv_in_history.team6 {background-image: url("../images/mainImg6.jpg");}
.kv_in_history.team7 {background-image: url("../images/mainImg7.jpg");}
.kv_in_history.team8 {background-image: url("../images/mainImg8.jpg");}
.kv_in_history.team9 {background-image: url("../images/mainImg9.jpg");}
.kv_in_history.team10 {background-image: url("../images/mainImg10.jpg");}
.kv_in_history.team11 {background-image: url("../images/mainImg11.jpg");}
.kv_in_history.team12 {background-image: url("../images/mainImg12.jpg");}
.kv_in_history.team13 {background-image: url("https://ts-league.com/ws/common/images/mainImg13.jpg");}
.kv_in_history.team14 {background-image: url("https://ts-league.com/ws/common/images/mainImg14.jpg");}

.kv_in_kv_game1 {
    padding-top: 45%;
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}
.kv_in_kv_game_team1{background-image: url("../images/kv_game1.jpg");}
.kv_in_kv_game_team2{background-image: url("../images/kv_game2.jpg");}
.kv_in_kv_game_team3{background-image: url("../images/kv_game3.jpg");}
.kv_in_kv_game_team4{background-image: url("../images/kv_game4.jpg");}
.kv_in_kv_game_team5{background-image: url("../images/kv_game5.jpg");}
.kv_in_kv_game_team6{background-image: url("../images/kv_game6.jpg");}
.kv_in_kv_game_team7{background-image: url("../images/kv_game7.jpg");}
.kv_in_kv_game_team8{background-image: url("../images/kv_game8.jpg");}
.kv_in_kv_game_team9{background-image: url("../images/kv_game9.jpg");}
.kv_in_kv_game_team10{background-image: url("../images/kv_game10.jpg");}
.kv_in_kv_game_team11{background-image: url("../images/kv_game11.jpg");}
.kv_in_kv_game_team12{background-image: url("../images/kv_game12.jpg");}
.kv_in_kv_game_team13{background-image: url("../images/kv_game13.jpg");}
.kv_in_kv_game_team14{background-image: url("https://ts-league.com/ws/common/images/kv_game14.jpg");}
.kv_in_kv_game_team15{background-image: url("../images/kv_game15.jpg");}
.kv_in_kv_game_team16{background-image: url("../images/kv_game16.jpg");}
.kv_in_kv_game_team17{background-image: url("../images/kv_game17.jpg");}
.kv_in_kv_game_team18{background-image: url("https://ts-league.com/ws/common/images/kv_game18.jpg");}



.kv_in_history2 {
    padding-top: 30%;
    background-image: url("../images/kv_history.jpg");
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.contentsWp.act .act .kv_in_content{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
	opacity: 1;
}

.kv_in_content{
	position: relative;
    z-index: 10;
    background-color: #fff;
    display: block;
    margin-top: -80px;
    margin-right: 7.5%;
    margin-left: 7.5%;
	margin-bottom:  80px;
	text-align: left;
	-webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 0;
	text-shadow:none;

}



.kv_in_content h1 {
    font-size: 2.1rem;
    line-height: 1.6em;
    margin: 0;
    padding: 40px 7.5% 0;
}

.kv_in_content p {
    margin: 0;
    padding: 25px 7.5% 40px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .04em;
    z-index: 3;
}

.kv_in_content .txt3 {
    padding: 25px 7.5% 0;
	font-weight: 700;
}

.index-historyWp{
	position: relative;
	overflow:  hidden;
	z-index: 1;
	
}
.contentsWp.act .act.index-year{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
	opacity: 1;
}

.index-year{
	padding: 0 0 80px;
	z-index: 2;
	color: #FFF;
	font-size: 6.0rem;
    letter-spacing: .15em;
    font-weight: 700;
	text-align: center;
	position: relative;
	-webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	opacity: 0;
}

.index-year:after{
    width: 1px;
    height: 40px;
	z-index: 1;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #FFF;
}

.contentsWp.act .act.nextYou{
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}


.nextYou{
	padding: 80px 0 160px;
	z-index: 2;
	color: #FFF;
	font-size: 3.8rem;
    letter-spacing: .15em;
    font-weight: 700;
	text-align: center;
	position: relative;
	-webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
}

.index-kv-left-g{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 5%;
    left: 6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-kv-right-g{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 5%;
    right: 6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-kv-right-g .team_name.active,.index-kv-left-g .team_name.active {
	display:  block;

}

.index-kv-right-g .team_name {
    text-align: center;
    min-width: 300px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #FFF;
    letter-spacing: .65em;
    font-size: 1.1rem;
	display:  none;
}

.index-kv-left-g .team_name {
    text-align: center;
    min-width: 300px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #FFF;
    letter-spacing: .65em;
    font-size: 1.1rem;
	display:  none;
}
.wrap5{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7.5%;
}

.kv_in_content .wrap5 .txt3,.kv_in_content .wrap5 p{
	padding-left: 0;
	
}

.wrap5 .wrap5sub{
	width: 80%;

}

.wrap5 .wrap5sub2{
	width: 80%;
	
}

.kv_in_content .wrap5 .wrap5sub2{
	width: 20%;
	
}

.wrap5 .wrap5sub2 .index-cnt2-more {
	padding-right: 0;
}

.wrap5 .wrap5sub2 .button {
    width: 100%;
}

.od2{
	order: 1;
}



@media screen and (max-width: 1500px) {
	.kv_in_kv_game1 {
		padding-top: 65%;
	}
}

@media screen and (max-width: 1025px) {
	.kv_in_history,.kv_in_team {
		height: 650px;
		padding: 0;
	}
	.kv_in_kv_game1 {
		height: 750px;
		padding: 0;
	}
	.act .kv .title .tlWp2 {
		max-width: 35%;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 979px) {

	.kv_in_kv_game1 {
		height: 700px;
		padding: 0;
	}
	
	#tpl-header .inner-wrap .btn-wrap, #tpl-header .inner-wrap .btn-wrap {
		-webkit-transform: translate3d(0,-66px,0);
		transform: translate3d(0,-66px,0);
	}
	#tpl-header.is-fixed .inner-wrap .btn-wrap .logoY, #tpl-header.act .inner-wrap .btn-wrap .logoY {
		left: 7.5%;
	}
	#tpl-header.is-fixed .inner-wrap .btn-wrap .btn-menu, #tpl-header.act .inner-wrap .btn-wrap .btn-menu {
		right: 7.5%;
	}
	.index-kv-inner .leadWp {
		text-align: center;
		width: auto;
	}
	
	.index-wrap9 .tmName {
		width: 100%;

	}
	
	.index-wrap9 .index-content-main {
		padding-bottom: 40px;
	}
	
	.index-kv-left{

		position: absolute;
		top: auto;
		bottom: 7.5%;
		z-index: 10;
		width: 100%;
		left: 6.5%;
		height:  auto;
		display: flex;
		flex-direction: column; 
		justify-content: center;
		align-items: normal; 
	}

	.index-kv-left .team_name{
		text-align: left;
		min-width: 300px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		display: none;

	}
	

	.index-wrap-image{
		width: auto;
		margin: 0 7.5% 7.5% 0;
	}
	.index-wrap-image img{
		margin: -7.5% 0 0 0;
	}
	.contentsWp.act .index-main-bg {
    	width: 100%;
	}
	
	.contentsWp.act .scnd .index-main-bg{
    	width: 100%;
	}

	.index-kv-inner .leadWp img{
		width: 85%;
	}
	
	.kv .title {
		padding-bottom: 0px;
	}
	
	.index-cnt1 {
		width: auto;
		display: block;
		justify-content: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin :0;
		padding:0 7.5% 7.5% 7.5%;
		background-color:inherit;
		background-image: none;
	}
	
	.index-wrap {
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #252525;
	}
	.index-cnt1 h2,.index-cnt3 h2,.index-cnt4 h2,.index-cnt5 h2 {
		padding: 0 0 15px 0;
	}
	.index-cnt1 h3,.index-cnt3 h3,.index-cnt4 h3,.index-cnt5 h3 {
		padding: 0 0 15px 0;
	}
	.index-cnt1 p,.index-cnt3 .txt,.index-cnt4 .txt,.index-cnt5 .txt{
		padding: 0 0 15px 0;
		margin: 0;
	}
	.index-cnt1 p:last-child,.index-cnt3 p:last-child,.index-cnt4 p:last-child,.index-cnt5 p:last-child{
		padding: 0 0 0 0;
	}
	.index-cnt2 {
		padding-bottom: 7.5%;
	}
	
	.index-cnt2 .index-cnt2-image {
		position: relative;
		margin:0;
	}

	.index-cnt2 .index-cnt2-content-wrap {
		display: block;
		margin: 0 7.5%;
	}
	.index-cnt2-title-inr {
		width: auto;
		padding: 0 7.5%;
		text-align: center;
	}.index-cnt2 .index-cnt2-image .index-cnt2-title-inr img{
		width: 85%;
	}
	.index-cnt2 .index-cnt2-content-wrap p {
		margin: -7.5% 0 0 0;
		padding: 7.5% 7.5% 0;
		z-index: 3;
	}
	.index-wrap3,.index-wrap4,.index-wrap5 {
		display: block;
		padding: 0px;
		margin: 0;
	}
	.contentsWp.act .index-wrap3,.contentsWp.act .index-wrap4,.contentsWp.act .index-wrap5 {
		background-color: rgba(37,37,37,0.95);
	}
	.index-cnt3{
		width: auto;
		display: block;
		justify-content: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin :0;
		padding:7.5%;
		background-color:inherit;
		background-image: none;
	}
	
	.index-cnt4,.index-cnt5{
		width: auto;
		display: block;
		justify-content: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin :0;
		padding:7.5% 7.5% 0 7.5%;
		background-color:inherit;
		background-image: none;
	}
	.index-wrap-image3 {
		width: auto;
		margin: 7.5% 0 0 7.5%;
		z-index: 10;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.index-wrap-image4 {
		width: auto;
		margin: 0 7.5% 0 0;
		z-index: 10;
	}
	
	.index-wrap-image5 {
		width: auto;
		margin: 0 0 0 7.5%;
		z-index: 10;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.index-cnt3 .wp,.index-cnt4 .wp,.index-cnt5 .wp{
		padding-bottom: 7.5%;
	}
	
	.index-wrap-image3 img,.index-wrap-image4 img ,.index-wrap-image5 img  {
		margin:-7.5% 0 0 0;
	}
	
	.links {
		margin:  5% 0;
	}
	.l-page__footer__pagetop {
		top: -15%;
		right: 7.5%;
	}
	.contentsWp.act .act.l-page__footer {
		position: relative;
		padding: 10% 0;
		background: #000;
	}
	
	.l-footer_logo {
		margin: 10% auto;
	}
	
	.index-cnt2-more {
		display: block;
		position: relative;
		padding: 20px 7.5% 7.5%;
		text-align: center;
		
	}
	.button {
		width: 100%;
    	max-width: 300px;
	}
	.c-pagetop:hover {
		border-radius:0;
		background: #141414;
	}
	
	#tpl-header .inner-wrap .btn-wrap .logoY {
		width: 200px;
		top: 95px;
	}
	.leadTxt .ty2 {
		padding: 0;
		display: block;
	}
	.leadTxt {
		margin: 7.5% 0 0 0;
	}
	.align-center {
		text-align: center;
		padding: 7.5% 7.5% 0 7.5%;
	}
	.zs-enabled .zs-slideshow .zs-bullets {
		top: auto;
		bottom: 7.5%;
		height: auto;
	}
	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
		margin: 7.5% 0;
	}
	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active .zs-bulletlabel {
		right: 25px;
	}
	.gnav-content-col-wp {
		width: 100%;
	}
	.gnav.list, .snav.list {
		margin: 0 12%;
	}
	
	.gnav-content-photo-wrap{
		width: 100%;
		height: 100%;
	}
	
	#tpl-header .gnav-wrap .gnav li a {
		padding: 20px 0;
	}
	
	#tpl-header .gnav-wrap .inner-wrap .gnav-content .gnav-content-col:first-child{
		display:  none;
	}
	#tpl-header .gnav-wrap .inner-wrap .gnav-content .gnav-content-col:last-child{
		background-color: rgba(0,0,0,1);
		width: 100%;
		z-index: 10;
	}
	.kv .title{
		    font-size: 5.6rem;
		
	}
	.index-year{
		    font-size: 4.5rem;
		
	}
	.kv_in_content h1{
		    padding: 7.5% 7.5% 15px 7.5%;
		
	}
	
	.kv_in_content p {
		padding: 0 7.5% 7.5% 7.5%;
    	margin: 0;
	}
	
	.index-year{
		padding: 7.5% 0 7.5% 0;
		margin: 0 0 7.5% 0;
		
	}
	
	.act .kv_in_content{
		margin-top: -40px;
		margin-bottom: 0px;
	}
	
	.index-year:after {
		height: 15%;
	}
	
	.nextYou{
		padding: 0 0 15% 0 ;
	}
	
	
	.index-wrap6 {
		display: block;
		position: relative;
		z-index: 20;
		margin-top: 0px;
		padding:40px 7.5%;
	}	
	.index-wrap6 .index-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;	
		width: 100%;
	}
	.index-wrap6 .index-content dl {
		padding: 0 7.5% 0 0;
		margin: 0;
		width: 33%;
	}
	.index-wrap6 .index-content dl dd {
		padding: 5px 0 20px 0;
	}
	.index-wrap6.gameCt .index-content {
		display:block;
		width: 100%;
		padding:  20px 0 0 0;
	}
	
	.index-wrap6.gameCt .index-content dl{
		padding: 0;
		width:  100%;
		
	}
	
	.index-wrap8 {
		padding: 0 7.5% 15% 7.5%;
	}
	.index-wrap7 {
		display: block;
		padding:7.5%;
	}
	.index-wrap7 .index-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.index-wrap7 .memberWp {
		display: block;
		height: auto;
		padding: 0 1%;
	}
	.index-wrap7 .member {
		width: 100%;
		padding: 0;
	}
	.index-wrap7 .member-part {
		width: 90%;
	    padding: 20px 0;
	}
	.index-wrap7 p {
		margin: 0;
	}
	.arw span {
		position: relative;
		border-top: none;
		border-right: 1px solid #FFF;
		display: block;
		padding: 0 20px 0 0;
	}
	
	.arw span::after {
		right: -7px;
		top: 0px;
		transform: rotate(-45deg);
	}
	.arw span::before {
		position: absolute;
		left:auto;
		right: -7px;
		top: auto;
		bottom: 0px;
		transform: rotate(135deg);
	}
	.index-wrap7 .index-content-main {
		width: 100%;
	}
	.index-wrap9 {
		padding: 40px 7.5% 0;
	}
	.index-wrap9 .index-content-main {
		width: 47%;
	}
	.index-wrap9 .index-content-main.vs{
		width: 100%;
		
	}
	.index-wrap9 .icon-arrow-left {
		right: 5px;
		top: -25px;
	}
	
	.wrap5{
		display: block;
    	padding: 0 7.5%;
	}
	
	.wrap5 .wrap5sub {
    	width: 100%;
	}
	.kv_in_content .txt3 {
		padding: 0 0 20px 0;
	}
	
	.wrap5 .txt {
		padding: 0;
	}
	
	.wrap5 .wrap5sub2 .index-cnt2-more {
		padding: 7.5% 0;
	}
	.rdrBx {
		padding: 7.5% 5%;
	}
	.kv_in_content .wrap5 .wrap5sub2 {
		width: 100%;
	}
	.wrap5 .wrap5sub2 {
		width: 100%;
	}
	.od2{
		order: inherit;
	}
	
	.index-wrap6.gameCt {
		margin-top: 0px;
		padding: 0 7.5% 20px 7.5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	
	.index-wrap6.gameCt .index-content.od1,.index-wrap6.gameCt .index-content.od2{
		width: 50%;
	}
	
	.rdrBx .rT1{
		top:-20px;
	}
	
	.rdrBx .rT4{
		left: 10px;
	}
	
	.rdrBx .rT2{
		right: 10px;
	}
	
	.rdrBx .rT5{
		bottom: 10px;
		left: 20px;
	}
	.rdrBx .rT3{
		bottom: 10px;
		right: 20px;
	}
	.gameCt .rdrBxWp .atn{
		display: none;
	}

	.index-content.od3 .atn{
		display: block;

	}
}


@media screen and (max-width: 767px) {

	.kv_in_kv_game_team1{background-image: url("../images/kv_game1_sp.jpg");}
	.kv_in_kv_game_team2{background-image: url("../images/kv_game2_sp.jpg");}
	.kv_in_kv_game_team3{background-image: url("../images/kv_game3_sp.jpg");}
	.kv_in_kv_game1 {
		height: 520px;
	}
	.act .kv .title .tlWp2{
		    max-width: 40%;
	}
	
	.act .kv .title .tlWp2 .tl{
		margin: 0 0 0 0;
	}
	
	.act .kv .title .tlWp2 .tl span {
		padding: 0 0 5px 0;
	}
	
	.act .kv .title .tlWp2 .tlwp {
		padding: 5px 0 0 0;
	}
	
	.kv .title .tlWp2 .tlwp:before,.kv .title .tlWp2 .tlwp:after,.act .kv .title .tlWp2 .tlwps:after {
		height: 3px;
	}
	
	.kv .title{
		font-size: 3.8rem;
		
	}
	.index-year{
		font-size: 3.0rem;
		
	}
	.nextYou{
		font-size: 2.6rem;
		
	}
	.index-wrap9 .index-content-main {
		padding-bottom: 7.5%;
	}
	
	.contentsWp.act .kv_in_content2 .act.txt{
		margin: 0 7.5% 7.5% 7.5%;
	}
	
	.kv_in_content2 .txtL {
    	margin: 0 7.5% 7.5% 7.5%;
		padding: 0 0 0 65px;
	}
	
	.kv_in_content2 .txtR {
    	margin: 0 7.5% 7.5% 7.5%;
		padding: 0 65px 0 0;
	}
	
	.kv_in_content2 .txtL span,.kv_in_content2 .txtR span {
		padding: 20px;
	}
	
	.kv_in_content2 .txtL:after,.kv_in_content2 .txtR:after {
    	width: 50px;
		height: 50px;
	}
	.kv_in_content2 .txtL:before,.kv_in_content2 .txtR:before {
    	width: 50px;
		height: auto;
		top: 50px;
	}
	.kv_in_content2 .txtL span:before {
    	top: 25px;
		left: -22px;
	}
	.kv_in_content2 .txtR span:before {
    	top: 25px;
		right: -22px;
	}
	.kv2 img {
    margin-bottom: 7.5%;
	}
	

	
	.index-wrap6.gameCt .index-content dl dd {
		padding: 10px 0 20px 0;
		margin: 0;
	}


}
@media screen and (max-width: 479px) {
	.index-content.od3 .atn{
		display: block;
		padding-bottom:20px;
		color:#FFF;

	}
	.act .kv .title .tlWp2 .tlwp {
		font-size: 3.2vw;
		line-height: 1.8em;
		letter-spacing: .04em;
	}
	
	.act .kv .title .tlWp2 .tl,.index-content.od3 .atn {
	    font-size: 2.6666vw;
		line-height: 1.4em;
		letter-spacing: .04em;
	}
	
	.kv .title,.index-year{
		font-size: 7.34vw;
		
	}
	
	.nextYou{
		font-size: 5.34vw;
		
	}
	.kv_in_team {
		height: 350px;
		
	}
	.kv_in_history{
		height: 350px;
		
	}
	
	
	.index-cnt1 h2,.index-cnt3 h2,.index-cnt4 h2,.index-cnt5 h2 {
		font-size: 5.6vw;
	}
	.index-cnt1 h3,.index-cnt3 h3,.index-cnt4 h3,.index-cnt5 h3 {
		font-size: 4vw;
	}
	
	.kv_in_content h1 {
		font-size: 4vw;
	}
	.index-cnt1 p,.index-cnt3 .txt,.index-cnt4 .txt,.index-cnt5 .txt,.kv_in_content p{
		font-size: 3.2vw;
		line-height: 1.8em;
		letter-spacing: .04em;
	}
	.index-cnt2 .index-cnt2-content-wrap p {
		font-size: 3.2vw;
		line-height: 1.8em;
		letter-spacing: .04em;
	}
	
	.links a {
		font-size: 3.47vw;
	}
	.l-footer__nav .copy {
		font-size: 2.6666vw;
	}
	
	.leadTxt{
		font-size: 2.6666vw;
		letter-spacing: .3em;
		font-weight: 200;
	}
	.index-kv-left .team_name{
		font-size: 2.6666vw;
		letter-spacing: .3em;
		font-weight: 200;
	}
	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet .zs-bulletlabel{
		font-size: 2.6666vw;
		letter-spacing: .3em;
	}
	.m-button {
		font-size: 3.2vw;
	}
	.gnav.list li {
		font-size: 3.7333vw;
	}
	.snav.list li {
		font-size: 3.2vw;
	}
	.index-cnt2-more {
		padding: 7.5%;
		
	}
	#tpl-header .gnav-wrap .gnav li a {
		padding: 7.5% 0;
	}
	
	.index-wrap6 .index-content dl dd {
		font-size: 3.2vw;
		line-height: 1.4em;
		letter-spacing: .04em;
	}
	
	.index-wrap6 .index-content dl dt{
		font-size: 2.6666vw;
	}
	
	.index-wrap7 .memberMin .tmName,.index-wrap7 p,.rdrBx span,.rdrBx .score .rT0 {
		font-size: 3.2vw;
		line-height: 1.8em;
		letter-spacing: .04em;
	}

	.index-wrap7 .tmName{
		font-size: 2.6666vw;
		line-height: 1.8em;
		letter-spacing: .04em;
	}
	
	.rdrBx .score .num{
		font-size: 8vw;
	}
	
	.kv_in_content2 .txtL:before {
	    font-size: 2.6666vw;
		line-height: 1.4em;
		letter-spacing: .04em;
	}
	
	.kv_in_content2 p{
		font-size: 3.2vw;
		line-height: 1.8em;
		letter-spacing: .04em;
		
	}
	
	.index-wrap9 .tmName .name {
	    font-size: 2.6666vw;
		line-height: 1.4em;
		letter-spacing: .04em;
	}
	
	.index-wrap9 .tmName .home {
	    font-size: 2.6666vw;
		line-height: 1.4em;
		letter-spacing: .04em;
		padding-top: 5px;
	}
	
	.index-wrap6.gameCt .index-content dl dd{
		font-size: 3.2vw;
		line-height: 1.8em;
		letter-spacing: .04em;
		
	}
	
	.rdrBxWp .atn{
	    font-size: 2.6666vw;
		line-height: 1.4em;
		letter-spacing: .04em;
    color: #B1B1B1;
	}
	
	.rdrBx .rT1:after{    content: "打";}
	.rdrBx .rT2:after{    content: "走";}
	.rdrBx .rT3:after{    content: "守";}
	.rdrBx .rT4:after{    content: "投";}
	.rdrBx .rT5:after{    content: "采";}



}

 