@media (max-width: 768px) {
body {
    margin: 0;
    padding: 0;
	background: #000;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 0;
}

.pankuz {
    display: block;
    position: relative;
    font-size: 0.8em;
    color: #fff;
}
.pankuz p {
    color: #fff;
}
.pankuz a {
    color: #fff;
}
.underline {
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    margin-top: 1vw;
}
.loop_wrap {
    display: flex;
    position: relative;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
    height: auto;
    overflow: hidden;
}
.loop_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
}
.loop_wrap li {
    display: inline-block;
    width: calc(100vw / 2);
    min-width: 400px;
    margin: 0;
    list-style: none;
    text-align: center;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
	-webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}
.head_block {
    display: block;
    position: relative;
    width: 100%;
}
.head_img {
    display: block;
    position: relative;
    width: 100%;
}
video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.head_ttl {
    display: block;
    position: absolute;
    top: 75vw;
    margin: auto;
}
.about_content {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 2vw;
    overflow: hidden;
}
h2.content_ttl {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.oligin_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20vw;
}
.oligin_ttl div {
    position: relative;
    text-align: center;
    line-height: 0;
}
.oligin_ttl div span {
    display: inline-block;
    margin: 5px;
    font-size: 9px;
	margin-top: 2vw;
}
.oligin_ttl div span::before {
    top: 50%;
    right: 78%;
}
.oligin_ttl div span::before, .oligin_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 45px;
}
.oligin_ttl div span::after {
	top: 50%;
    left: 78%;
}
p.content_subttl {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0.6em;
    color: #fff;
    letter-spacing: 3px;
}
.oligin_block {
    display: block;
    position: absolute;
    width: 100%;
	padding-top: 5vw;
}
.oligin_text {
    display: block;
    position: relative;
    background: rgba(0,0,0,0.8);
    width: 87%;
    padding: 5vw;
    margin: 0 auto;
    margin-top: 16.5vw;
    z-index: 1;
}
.oligin_text .textbox {
    color: #fff;
    font-size: 13px;
}
.history_block {
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 5vw;
}
.history_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 30vw;
}
.history_ttl div {
    position: relative;
    text-align: center;
    line-height: 0;
}
.history_ttl div span {
    display: inline-block;
    margin: 5px;
    font-size: 9px;
	margin-top: 2vw;
}
.history_ttl div span::before {
    top: 50%;
    right: 63%;
}
.history_ttl div span::before, .history_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 96px;
}
.history_ttl div span::after {
	top: 50%;
    left: 63%;
}
p.history_time {
    display: inline-block;
    position: relative;
    width: 40%;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
}
p.history_text {
    display: inline-block;
    position: relative;
    width: 55%;
    font-family: 'Noto Serif JP', serif;
    font-size: 0.8em;
    color: #fff;
}
.player_block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 15vw;
}
.player_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20vw;
}
.player_ttl div {
    position: relative;
    text-align: center;
    line-height: 0;
}
.player_ttl div span {
    display: inline-block;
    margin: 5px;
    font-size: 9px;
	margin-top: 2vw;
}
.player_ttl div span::before {
    top: 50%;
    right: 69%;
}
.player_ttl div span::before, .player_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 76px;
}
.player_ttl div span::after {
	top: 50%;
    left: 69%;
}
.player_textbox {
    display: block;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.player_detail {
    display: block;
    position: relative;
    width: 100%;
}
.player_list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
.player_right {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 2vw;
    text-align: right;
}
.player_left {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
}
h4.player_name {
font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    margin: 0;
}
p.player_post {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
    margin: 0;
}
p.status {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 0.6em;
    color: #fff;
    margin: 0;
    margin-top: 5vw;
}
.player_link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 40%;
    margin-top: 10vw;
    text-align: center;
}
a.button {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    border: solid 1px #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding: 1vw;
    font-size: 1.2em;
}
a.button:hover {
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
}
.scale_block {
    display: block;
    position: relative;
    width: 100%;
}
.scale_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20vw;	
}
.scale_ttl div {
    position: relative;
    text-align: center;
    line-height: 0;
}
.scale_ttl div span {
    display: inline-block;
    margin: 5px;
    font-size: 9px;
	margin-top: 2vw;
}
.scale_ttl div span::before {
	top: 50%;
    right: 70%;
}
.scale_ttl div span::before, .scale_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 74px;
}
.scale_ttl div span::after {
	top: 50%;
    left: 70%;
}
.scale_list {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 10vw;
}

.scale_right01 {
	display: inline-block;
    position: relative;
    width: 50%;
    text-align: right;
    padding-left: 2vw;
}
.scale_left01 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 1vw;
    padding-right: 2vw;
    line-height: 1.3;
}
.scale_left01 p {
	font-family: 'Noto Serif JP', serif;
    font-size: 0.6em;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: left;	
}
.scale_right02 {
display: inline-block;
    position: relative;
    width: 51%;
    padding-left: 2vw;
}
.scale_right02 p {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.6em;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: right;
}
.scale_left02 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 1vw;
    padding-right: 2vw;
}
.scale_right03 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 2vw;
}
.scale_left03 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 1vw;
    padding-right: 2vw;
}
.scale_left03 p {
	font-family: 'Noto Serif JP', serif;
    font-size: 0.6em;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: left;		
}
.scale_right04 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 2vw;
}
.scale_right04 p {
	font-family: 'Noto Serif JP', serif;
    font-size: 0.6em;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: right;	
}
.scale_left04 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 1vw;
    padding-right: 2vw;
}
.scale_movie {
    display: block;
    position: relative;
    width: 100%;
}
.scale_movie_img {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
.scale_movie_img video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.scale_movie_text p {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.6em;
    color: #fff;
}
.scale_movie_text {
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 1vw;
}
.camera_link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 40%;
    margin-top: 10vw;
    margin-bottom: 15vw;
    text-align: center;
}
.textbox {
    font-size: 0.6em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.ach_block {
    display: block;
    position: relative;
    width: 100%;
}
.ach_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20vw;
}
.ach_ttl div {
    position: relative;
    text-align: center;
    line-height: 0;
}
.ach_ttl div span {
    display: inline-block;
    margin: 5px;
    font-size: 9px;
	margin-top: 2vw;
}
.ach_ttl div span::before {
    top: 50%;
    right: 71%;
}
.ach_ttl div span::before, .ach_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 72px;
}
.ach_ttl div span::after {
	top: 50%;
    left: 71%;
}
.ach_textbox {
    display: block;
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 5vw;
}
.ach_detail {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5vw;
}
.ach_box {
    display: block;
    position: relative;
    width: 100%;
}
.ach_list {
	display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
.ach_left {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 2vw;
    text-align: right;
}
.ach_right {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 1vw;
    padding-right: 2vw;
    text-align: left;	
}

h4.font-design {
    font-size: 1em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.ach_text h4.font-design {
    width: 95%;
    margin: 0 auto;
}
.collabo_block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20vw;
    margin-bottom: 20vw;
}
.collabo_ttl {
    display: block;
    position: relative;
    text-align: center;
}
.collabo_ttl div {
    position: relative;
    text-align: center;
    line-height: 0;
}
.collabo_ttl div span {
    display: inline-block;
    margin: 5px;
    font-size: 9px;
	margin-top: 2vw;
}
.collabo_ttl div span::before {
    top: 50%;
    right: 74%;
}
.collabo_ttl div span::before, .collabo_ttl div span::after {
position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 64px;
}
.collabo_ttl div span::after {
	top: 50%;
    left: 74%;
}
.collabo_textbox {
    display: block;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.collabo_detail {
    display: block;
    position: relative;
    width: 100%;
}
.collabo_box {
    display: block;
    position: relative;
    width: 100%;
}
.collabo_list {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 5vw;
}
.collabo_left {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 2vw;
    text-align: right;
}
.collabo_right {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
    text-align: left;
}
p.font-design {
    font-size: 1em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.collabo_right h4.font-design {
    font-size: 1.2em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.collabo_left h4.font-design {
    font-size: 1.2em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
}
