@charset "UTF-8";/* CSS Document */@media screen and (max-width: 767px){body{  background-color: #000;  font-size: 30px;  color: #FFF;  max-width: 1920px;  margin: 0 auto;  padding: 0;  font-family: "Noto Sans JP", sans-serif;}a{  color: #FFF;  text-decoration: none;  transition: all 0.2s ease;}a:visited{  color: #FFF;}p{margin: 0;}ul{  padding: 0;  margin: 0;  list-style: none;}h1,h2,h3{margin: 0;}/* --- 現在地メニューのスタイル --- */.menuboard li.current a {    color: #808080; /* 文字をグレーにする */    cursor: default; /* マウスカーソルを通常表示にする */    pointer-events: none; /* クリックイベントを無効にする */}/*header*/header{  max-width: 1920px;  width: 100%;  height: 60px;  background: #000;  position: fixed;  z-index: 980;  transition: 0.4s;}header.invert{  box-shadow: 0px 1px 6px 0px #2E2E2E;  transition: 0.4s;}#headerInner{  margin: 0 auto;  max-width: 1920px;  width: 95%;  height: 60px;  display: flex;  align-items: center;}.menuInner{display: none;}.logoInner{width: 100px;margin: 0 auto 0 0;}.logo_pc{display: none;}.logo_mb a{  display: flex;  justify-content: center;  align-items: center;  height: 60px;}.logo_mb img{width: 100%;}#headermenu{display: none;}#menuInner{  display: flex;  justify-content: center;}.englishsite{  display: flex;  justify-content: center;  align-items: center;}.tagInner{justify-content: center;align-items: center;}.c-tag{  display: flex;  justify-content: center;  align-items: center;  padding: 0 10px 0 10px;  background-color: #fff;}.c-tag span{  font-size: 14px;  font-weight: 300;  line-height: 1.8;  text-align: center;  color: #000;}.openbtn{position: relative;width: 50px;height: 50px;}.openbtn .openbtn-area{transition: all .4s;}.openbtn span{display: inline-block;transition: all .4s;position: absolute;left: 14px;height: 3px;background: #fff;width: 45%;}.openbtn span:nth-of-type(1){top:15px;}.openbtn span:nth-of-type(2){top:23px;}.openbtn span:nth-of-type(3){top:31px;}.openbtn.active .openbtn-area{transform: rotateY(-360deg);}.openbtn.active span:nth-of-type(1){top: 18px;left: 12.5px;transform: translateY(6px) rotate(-135deg);width: 50%;}.openbtn.active span:nth-of-type(2){opacity: 0;}.openbtn.active span:nth-of-type(3){top: 30px;left: 12.5px;transform: translateY(-6px) rotate(135deg);width: 50%;}body.no-scroll {  overflow: hidden;}.menuboard{  position: fixed;  width: 100%;  right: 0;  height: calc(100vh - 60px);  background: rgba(000,000,000,0.9);  visibility: hidden;  transition: opacity 0.2s, visibility 0.2s;  opacity: 0;  z-index: 999;}.menuboard ul{  text-align: left;  margin: 0;  padding-left: 8%;}.menuboard.active{  opacity: 1;  visibility: visible;}.menuboard li{  font-size: 14pt;  margin: 3% 0 3% 0;}.menuboard li a{  position: relative;}/*main*/main{padding-top: 60px;}#mainphoto{  width: 100%;  height: calc(30vh - 60px);  position: relative;}.mainslide{  width: 100%;  height: calc(30vh - 60px);  position: absolute;  top: 0;  left: 0;}.title{  position: absolute;  display:flex;  width: 100%;  height: calc(30vh - 60px);  background: rgba(000,000,000,0.7);  justify-content: center;  align-items: center;  z-index: 500;}.title h1{  font-size: clamp(20px,2.6vw,50px);  font-weight: 600;  line-height: 2;  color: #FFF;  text-align: left;}/*information*/.firstcaption{  max-width: 1920px;  width: 60%;  margin: auto;}.firstcaption h2{  text-align: center;  font-size: 1.2rem;  font-weight: 600;}.info-area{    width: 90%;    margin: 15px auto 0;    border-bottom: none;}.info-area li{    border-bottom: 1px solid #FFF;}.info-area li a{    display: block;    align-items: center;    padding: 20px 0 10px;}.info-area li.new .newstext::after{    display: inline-block;    content: "NEW";    background: #BC3535;    width: 3em;    padding: 2px 5px;    text-align: center;    font-weight: bold;    font-size: 8px;    margin-left: 8px;}.date{  font-size: clamp(14px,1.3vw,18px);  font-weight: 600;  margin-right: 15px;}.newstext {  position: relative;  font-size: clamp(14px,1.3vw,18px);  font-weight: normal;  transition: all .5s ease;}.accordion-area{    width: 90%;    margin: 20px auto 0;    background-color: #2E2E2E;    border-bottom: 2px solid #000;}.list {    position: relative;    cursor: pointer;    font-size: clamp(14px,1.3vw,18px);    font-weight: normal;    padding: 3%;    margin: 0;    transition: all .5s ease;}.list::before,.list::after{    position: absolute;    content:'';    width: 15px;    height: 2px;    background-color: #FFF;    transition: 0.2s;}.list::before{    top:50%;    left: 80%;    transform: rotate(0deg);}.list::after{        top:50%;    left: 80%;    transform: rotate(90deg);}.list.close::before{  transform: rotate(-45deg);}.list.close::after{  transform: rotate(45deg);}.acordionbox {    display: none;    background: #f3f3f3;    margin:0 3% 3% 3%;    padding: 3%;    font-size: clamp(14px,1.3vw,18px);    color: #000;}.otherlive{  width: 90%;  margin: 20px auto 0;  display: flex;  align-items: center;  justify-content: center;}.otherlive li img{  width: 100%;}.otherlive li{margin:0 15px;}/*footer*/#page-top{   position: fixed;    right: 10px;    z-index: 2;    cursor: pointer;    opacity: 0;    background: rgba(000,000,000,0.7);    transform: translateY(100px);}#page-top a{    position: relative;    display: flex;    justify-content: center;    align-items: center;    width: 30px;    height: 30px;    border: 1px solid #FFF;    transition: all 0.3s;}#page-top a span{  position: absolute;  top: 12px;  left: 8px;  width: 12px;  height: 12px;  border-top: 1px solid #FFF;  border-right: 1px solid #FFF;  transform: rotate(-45deg);}#page-top.DownMove{    animation: DownAnime 0.5s forwards;}#page-top.UpMove{    animation: UpAnime 0.5s forwards;    animation-delay: 0s;}footer{  margin-top: 120px;}#footerInner{  max-width: 1920px;  width: 95%;  margin: auto;  border-top: 1px solid #FFF;  padding: 20px 0;}#footerInner ul{  font-size: 0.6rem;  line-height: 1.5;  padding-bottom: 15px;}#footerInner li a{color: #FF0000;}#footerInner li a:visited{color: #FF0000;}#footerInner .footerlogo_pc{  display: none;}#footerInner .footerlogo_mb a{  padding-bottom: 15px;}#copyright{  width: 100%;  height: 30px;  background: #2E2E2E;  display: flex;  align-items: center;  justify-content: center;}#copyright p{text-align: center;font-size: 0.6rem;}}/*@media screen and (min-width: 1080px)*/@keyframes pathmove{0%{height: 0;top: 0;opacity: 0;}30%{height: 30px;opacity: 1;}100%{height: 0;top: 60px;opacity: 0;}}@keyframes displayAnime{from{  opacity: 0;}to{  opacity: 1;}}@keyframes slideAnime{	0%{opacity: 0;}	10%{opacity: 1;}	30%{opacity: 1;}	40%{opacity: 0;}	100%{opacity: 0;}}@keyframes DownAnime{0%{opacity: 1;transform: translateY(0);}100%{opacity: 1;transform: translateY(100px);}}@keyframes UpAnime{0%{opacity: 0;transform: translateY(100px);}100%{opacity: 1;transform: translateY(0);}}