@media (min-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;
}
video {
    display: block;
    position: relative;
    width: 100%;
    height: 40vw;
    z-index: 0;
    object-fit: cover;
}
.pankuz {
    display: block;
    position: relative;
    font-size: 1em;
    color: #fff;
    margin-top: 1vw;
}
.pankuz p {
    color: #fff;
}
.pankuz a {
    color: #fff;
}
.underline {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-top: 1vw;
}
.head_block {
    display: block;
    position: relative;
    width: 100%;
}
.head_img {
    display: block;
    position: relative;
    width: 100%;
}
.head_ttl {
    display: block;
    position: absolute;
    top: 22vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.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;
}

.about_content {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
p.content_subttl {
	display: block;
    position: relative;
    width: 100%;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 3px;
}
h2.content_ttl {
	display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.4em;
    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: 10vw;
}
.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: 70%;
    right: 65%;
}
.oligin_ttl div span::before, .oligin_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 100px;
}
.oligin_ttl div span::after {
	top: 70%;
    left: 65%;
}
.oligin_block {
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 2vw;
}
.oligin_text {
	display: block;
    position: relative;
    background: rgba(0,0,0,0.8);
    width: 30%;
    padding: 3vw;
    margin: 0 auto;
    margin-top: 3.8vw;
    z-index: 1;
}
.oligin_text .textbox {
    color: #fff;
    font-size: 1em;
    font-family: 'Noto Serif JP', serif;
}
.history_block {
	display: block;
    position: relative;
    width: 60%;
    margin: 0 auto;
    margin-top: 5vw;
    line-height: 2;
}
.history_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 13vw;
}
.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: 70%;
    right: 57%;
}
.history_ttl div span::before, .history_ttl div span::after {
	position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 220px;
}
.history_ttl div span::after {
	top: 70%;
    left: 57%;
}
p.history_time {
	display: inline-block;
    position: relative;
    width: 19%;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    padding-left: 10vw;
}
p.history_text {
    display: inline-block;
    position: relative;
    width: 35%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    color: #fff;
    padding-left: 15vw;
}
.oligin_block {
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 2vw;
}
.player_block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
.player_ttl {
    display: block;
    position: relative;
    text-align: center;
}
.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: 70%;
    right: 60%;
}
.player_ttl div span::before, .player_ttl div span::after {
	position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 180px;
}
.player_ttl div span::after {
	top: 70%;
    left: 60%;
}
.player_textbox {
    display: block;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw;
}
.player_detail {
    display: block;
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.player_list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 5vw;
}
.player_right {
	display: inline-block;
    position: relative;
    width: 30%;
    padding-left: 2vw;
    text-align: right;
}
.player_left {
	display: inline-block;
    position: relative;
    text-align: left;
    width: 30%;
    padding-left: 2vw;
    padding-right: 2vw;
}
h4.player_name {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    margin: 0;
}
p.player_post {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    margin: 0;
}
p.status {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    margin: 0;
    margin-top: 5vw;
}

.player_link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 30%;
    margin-top: 5vw;
    text-align: center;
}
.scale_block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
.scale_ttl {
    display: block;
    position: relative;
    text-align: center;
}
.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: 70%;
    right: 60%;
}
.scale_ttl div span::before, .scale_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 180px;
}
.scale_ttl div span::after {
	top: 70%;
    left: 60%;
}
.scale_list {
    display: flex;
    position: relative;
    width: 60%;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5vw;
}
.scale_right01 {
    display: inline-block;
    position: relative;
    width: 40%;
    text-align: right;
    padding-left: 2vw;
}
.scale_left01 {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 1vw;
    padding-right: 2vw;
    line-height: 1.3;
}
.scale_left01 p {
	font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
}
.scale_right02 {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 2vw;
}
.scale_right02 p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: right;
}
.scale_left02 {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 1vw;
    padding-right: 2vw;
}
.scale_right03 {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 2vw;
}
.scale_left03 {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 1vw;
    padding-right: 2vw;
}
.scale_left03 p {
	font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;		
}
.scale_right04 {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 2vw;
}
.scale_right04 p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: right;
}
.scale_left04 {
    display: inline-block;
    position: relative;
    width: 40%;
    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: 5vw;
}
.scale_movie_text p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
}
.scale_movie_text {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 1vw;
}
.camera_link {
	display: block;
    position: relative;
    width: 30%;
    margin: 0 auto;
    margin-top: 5vw;
}
.textbox {
    font-size: 1em;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
.ach_block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
.ach_ttl {
    display: block;
    position: relative;
    text-align: center;
}
.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: 70%;
    right: 61%;
}
.ach_ttl div span::before, .ach_ttl div span::after {
	position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 170px;
}
.ach_ttl div span::after {
	top: 70%;
    left: 61%;
}
.ach_textbox {
    display: block;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw;
}

.ach_detail {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5vw;
}
.ach_box {
    display: block;
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.ach_list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 5vw;
}
.ach_left {
	display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 2vw;
    text-align: right;
}
.ach_right {
	display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 1vw;
    padding-right: 2vw;
    text-align: left;
}

h4.font-design {
    font-size: 2em;
    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: 10vw;
    margin-bottom: 10vw;
}
.collabo_ttl {
    display: block;
    position: relative;
    text-align: center;
}
.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: 70%;
    right: 63%;
}
.collabo_ttl div span::before, .collabo_ttl div span::after {
    position: absolute;
    content: '';
    height: 0.5px;
    background: #fff;
    width: 140px;
}
.collabo_ttl div span::after {
	top: 70%;
    left: 63%;
}
.collabo_textbox {
    display: block;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw;
}
.collabo_detail {
    display: block;
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.collabo_box {
    display: block;
    position: relative;
    width: 100%;
}
.collabo_list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 5vw;
}
.collabo_left {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 2vw;
    text-align: right;
}
.collabo_right {
    display: inline-block;
    position: relative;
    width: 40%;
    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: 2em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.collabo_left h4.font-design {
    font-size: 2em;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
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: 1em;
}
a.button:hover {
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
}
}
