@charset "utf-8";
/* CSS Document */
#logo-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1006;
  transition: opacity 3s ease;
  pointer-events: none; /* 必要に応じてクリックなどを透過 */
}
.fade-out {
  opacity: 0;
}
.game{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.game img{
	width: 400px;
	height: auto;
}
.news{
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 100px;
}
.news-item a{
	display: flex;
	color: #000000;
    gap: 10px;
	padding-left: 20px;
	align-items: center;
}
.news-item:hover .news-time,
.news-item:hover .news-text {
  color: #FF0004;
}

.section{
	margin: 0 auto 20px;
	width: 300px;
}
.news-list{
	width: 100%;
	flex-direction: column;
	margin: auto;
	border-top: 2px solid #000000;
	font-size: 20px;
	
}
.news-item{
    width: 100%;
    height: auto;
    border-bottom: 2px solid #000000;
    display: block;
    padding: 40px 0;
    align-items: center;
    column-gap: 10px;
    background-image: url(../img/note.png);
    background-size: auto 100%;
}
.news-time{
	color: #000000; 
	font-size: 30px;
}
.news-text{
    color: #000000;
	font-size: 24px;
}
.more{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	font-size: 30px;
	color: #316DFF;
	font-family: "Adamina", serif;
    font-style: normal;
}
.more a{
	color: #316DFF;
}
.more a:hover{
	color: #000000;
	cursor: pointer;
}
#video-container {
    position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #FF63E9;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      display: none;
    }
iframe {
  position: relative;
  width: 80vw;              /* ビューポート幅の80% */
  max-width: 960px;
  aspect-ratio: 16 / 9;     /* 16:9比を保つ */
    }
.video{
	position: absolute;
  top: 45px;
  right: 35px;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
.video-line1{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-line2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.movie{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.item1{
	position: relative;
    width: 100%;
}
.pv-movie{
    transition: 0.2s;
    position: relative;
    margin: auto;
    width: 80%;
    height: 100%;
}
.button:hover{
	cursor: pointer;
	width: 100px;
	transition: transform 4s ease;
}
.movie-item{
	width: 750px;
	height: auto;
	margin: auto;
}
.base{
	width: 100%;
	display: block;
}
.button{
  position: absolute;
    width: 10%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.32;
    opacity: 0.6;
}
@media (max-width:900px){
.news-time{
	color: #000000; 
	font-size: 24px;
}
.news-text{
    color: #000000;
	font-size: 20px;
}
}
@media (max-width:768px){
#logo-animation{
	display: none;
}
.game{
	margin-top: 50px;
}
.game img{
	width: 250px;	
	height: auto;
}
.news{
	margin-top: 30px;
	width: 100%;
}
.news-item{
	padding: 20px 0px;	
}
.news-item a {
    padding-left: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.section{
	width: 200px;
	margin: 0 auto 10px;
}
.more{
	padding-right: 20px;	
}
.news-time{
	color: #000000; 
	font-size: 20px;
}
.news-text{
    color: #000000;
	font-size: 14px;
}
.more{
	margin-top: 10px;
	font-size: 16px;
}
.movie{
	margin-top: 30px;
}
.movie-item{
	width: 330px;
	height: auto;
}
.video{
	top: 145px;
}
	.button{
		width: 60px;
	}
}
