@charset "UTF-8";
/* CSS Document */
.sp {
  display: none;
}
.pc {
  display: block;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
a{
	color: #2196F3 !important;
}
a:hover {
  text-decoration: underline;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
  padding-top: 3rem;
}
.overlay img {
  width: 600px;
  height: auto;
}
.tit-img {
  max-width: 400px;
  position: relative;
  width: 100% !important;
}
span.marker {
    background: linear-gradient(to right, #a6d2ed 0%, #b9f9cc 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 40%;
}
.gradient-text {
  font-weight: bold;
  color: #fff;
  /*text-shadow: 3px 3px 10px rgba(6, 171, 208, 0.8);*/
  font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
}
.gradient-text p {
  font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
.gradient-text-bg {
  position: relative;
  width: 100%;
  padding: 1.5em;
  /*background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255 255 255 / 60%), rgba(0, 0, 0, 0));*/
  color: #292929;
}
.skinadd-topmv-scroll {
  display: block;
  color: #292929;
  font-size: 12px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 0;
  z-index: 1;
}
.skinadd-topmv-scroll::before {
  display: inline-block;
  content: "";
  border: solid #292929;
  border-width: 0px 0px 1px 1px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  rotate: -45deg;
  z-index: 1;
  animation: topmv_scroll 2.5s infinite;
}
.skinadd-topmv-scroll__txt {
  font-size: 1.2em;
}
@keyframes topmv_scroll {
  from {
    translate: 0px -50px;
  }
  80% {
    translate: 0px 0px;
  }
  from, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.line-btn {
  padding: 1rem 2rem !important;
  color: #FFF !important;
}
a.line-btn:hover {
  text-decoration: none;
}
.video-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 750px;
  width: auto;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 20%;
}
h2 {
  font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
}
p {
  font-family: 'Noto Sans', sans-serif;
}
.text-blue-sigure{
	color: rgb(65 101 106) !important;
}
.bg-sigure-color{
	background: linear-gradient(to left, #34D399, #1c75a2);
}
.with-bar {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
.with-bar::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 2px;
  background: linear-gradient(to left, #34D399, #4B5563);
}
section {
  padding: 3rem 0;
}
.bg-line {
    position: relative;
    background-image: linear-gradient(#ffffff, rgb(207 240 255 / 60%)), url(../img/line-bg.png);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: 90%;
    background-color: white;
}

.bg-sigure {
  position: relative;
  background-image: linear-gradient(rgb(175 239 255 / 30%), rgb(255 255 255 / 70%)), url(../img/sigure-bg.jpg);
  background-size: cover;
  background-position: center;
}
.bg-features {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.bg-music {
    position: relative;
    background-image: linear-gradient(rgb(255 255 255 / 95%), rgb(255 255 255)), url(../img/music-bg.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
}
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem 0;
  box-sizing: border-box;
  color: #292929;
  background: rgb(255 255 255 / 60%);
}
.bg-item {
  position: relative;
  background-image: linear-gradient(rgb(166 212 213 / 60%), rgb(232 242 240 / 90%)), url(../img/item-bg.png);
  background-size: cover;
  background-position: center;
}
.sponsor-img {
  width: 100%;
}
.video-wrapper {
  position: relative;
}
.iframe-wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px rgba(52, 211, 153, 0.7), 0 0 20px rgba(75, 85, 99, 0.7);
  z-index: 1;
  pointer-events: none;
}
.video-wrapper video {
  position: relative;
  z-index: 2;
}
.video-wrapper2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, #b5fdffd4, #bbfdff);
  opacity: .9;
  z-index: 0;
}
.bg-sigure ul {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}
.bg-features .container {
  max-width: 1500px !important;
}
.flex {
  display: flex;
  align-items: flex-start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-left .md:w-3/10 {
  flex: 1;
  padding: 0 1rem;
}
.flex-left .md:w-7/10 {
  flex: 1;
  padding: 0 1rem;
}
.flex-left img {
  max-width: 100%;
  height: auto;
}
.bg-features .text-2xl {
  font-weight: bold;
  font-size: 1rem;
  background: linear-gradient(to left, #34D399, #4B5563);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-features .text-xl {
  font-size: 40px;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.bg_box {
  position: relative;
  background: rgba(255, 255, 255, .9);
  left: 50px;
  top: 30px;
  padding: 1rem 1rem;
}
.flex-left .bg_box {
  position: relative;
  background: rgba(255, 255, 255, .9);
  left: -50px;
  padding: 1rem 1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.w-full {
  width: 100%;
}
.md\:w-1\/2 {
  width: 50%;
}
.md\:w-3\/10 {
  width: 30%;
}
.md\:w-7\/10 {
  width: 70%;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.h-auto {
  height: auto;
}
.table-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.jpop {
  margin-bottom: 3rem;
}
.responsive-table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.responsive-table.jpop thead th {
  background: #36D1DC;
  background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
  background: linear-gradient(to right, #5B86E5, #36D1DC);
}
.responsive-table thead th {
  font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
  font-feature-settings: "palt";
  background: #a73737;
  background: -webkit-linear-gradient(to right, #7a2828, #a73737);
  background: linear-gradient(to right, #7a2828, #a73737);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.5em;
}
.responsive-table tbody td {
  padding: 10px;
  border: 1px solid #efefef;
  text-align: center;
  width: 50%;
}
.responsive-table.jpop tbody td {
  width: 33%;
}
.responsive-table tbody tr {
  background-color: #fff;
}
.responsive-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.responsive-table tbody tr.one {
  background-color: #fbfbfb;
}
.link-container {
  text-align: right;
  margin-top: 10px;
}
.latest-songs-link {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}
.latest-songs-link:hover {
  text-decoration: underline;
}
.footer {
  background-color: #111827;
  color: #fff;
  text-align: center;
  padding: 20px;
  bottom: 0;
  width: 100%;
  font-size: .8rem;
position: relative;
}
.footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .jasrac-area{
	width: 250px;
	position: absolute;
	right: 2rem;
	top: 25px;
}
.small-text {
  font-size: 12px;
  margin-top: 15px;
}
.comment_1 {
  margin-top: -3rem;
}
.vr-game-container {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  padding: 1vw;
  position: relative;
  margin-top: 2rem;
}
.vr-game-pattern {
  border-style: solid;
  border-width: 12px;
  -o-border-image: url(../img/vr-game-pattern1.png) 12 stretch;
  border-image: url(../img/vr-game-pattern1.png) 12 stretch;
}
.vr-game-inner {
  padding: 0 1vw;
}
.vr-game-title {
  color: #2cadbc;
  background: linear-gradient(160deg, #2ebcb7, #3163a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.vr-game-title-ruby {
  font-size: .5em;
}
.vr-game-text {
  font-size: 1rem;
  margin-bottom: 1vw;
  color: #292929;
}
.vr-game-text ul {
  list-style: none;
  padding-left: 0;
}
.vr-game-text li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  background: url('../img/checkmark.png') no-repeat left center;
  background-size: 1em;
  line-height: 1.5;
}
.vr-game-text .text {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4), 1px -1px 6px rgba(0, 0, 0, 0.4), -1px 1px 6px rgba(0, 0, 0, 0.4), -1px -1px 6px rgba(0, 0, 0, 0.4);
}

.from-gray {
  --tw-gradient-from: #485965 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-green {
  --tw-gradient-to: #3cd399 var(--tw-gradient-to-position);
}

@media screen and (max-width: 1200px) {
  .flex-left .md:w-3/10 {
    flex: 1;
    max-width: 30%;
    padding: 0 1rem;
  }
  .flex-left .md:w-7/10 {
    flex: 1;
    max-width: 70%; 
    padding: 0 1rem;
  }
  .flex-left img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tit-img {
    max-width: 360px;
    top: 0;
  }
  .footer .jasrac-area{
	position: relative;
    right: 0px;
    top: 5px;
    margin: 20px auto;
}  
  h2 {
    font-size: 1.8rem !important;
  }
  h2 .text-7xl {
    font-size: 10vw;
  }
  .flex-left .bg_box {
    padding: 1rem 1rem;
    left: 55%;
    transform: translateX(-50%);
  }
  .bg_box {
    top: 0;
    left: 45%;
    transform: translateX(-50%);
  }
  .md\:w-3\/10 {
    width: 90% !important;
  }
  .flex-wrap {
    flex-direction: column-reverse;
  }
  .md\:w-7\/10, .md\:w-3\/10 {
    width: 100%;
  }
  .md\:w-7\/10 {
    margin-bottom: 20px;
  }
  .vr-game-title {
    text-align: center;
  }
  .bg-music {
    background-size: contain;
  }
  .responsive-table tbody, .responsive-table th, .responsive-table tr, .responsive-table td {
    display: block;
  }
  .responsive-table.jpop tbody td, .responsive-table tbody td {
    width: 100%;
  }
  .responsive-table tr {
    display: grid;
  }
  .responsive-table td {
    text-align: left;
    padding-left: 10px;
    position: relative;
  }
  .responsive-table td:nth-child(even) {
    background-color: #fff;
  }
  .responsive-table td:nth-child(odd) {
    background-color: #fbfbfb;
  }
  .responsive-table.jpop .one td:nth-child(odd) {
    background-color: #fff !important;
  }
  .responsive-table.jpop .one td:nth-child(even) {
    background-color: #fbfbfb !important;
  }
  .responsive-table tbody td {
    border: none;
  }
  .bg-features .content .py-12 {
    padding-top: 0;
  }
  .bg-features .content .py-12:last-child {
    padding-bottom: 0;
  }
  .bg-sigure {
    background-position: 25% 75%;
  }
  .vr-game-container {
    padding: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .video-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .video-container video {
    height: 600px;
  }
  .responsive-table tbody tr {
    width: 100%;
  }
}