@charset "UTF-8";
"utf-8"
.tab_menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.noto_san {
  font-family: 'Noto Sans JP', sans-serif;
  }

.tab_menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 1;
}

.label1{
  height: 200px;
  font-size: 100px;
  display: block;
  position: relative;
  margin: 2px 0 2px 0;
  padding: 12px;
  line-height: 1;
  color:rgba(0, 0, 0, 0);
  background: url("img/banner/fg.JPG") 50% 50% / 100% no-repeat border-box;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.label1::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

@media (max-width: 640px) {
  .label1 {
    height: 100px;
    font-size: 100px;
    background-position: 50% 50%;
    background-size: 100%;
    text-align: center;
  }
}


.label1:hover{
  color: rgba(0, 0, 0, 0.90);
}

.label1:active{
  color: rgba(0, 0, 0, 0.90);
}

.label1:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.label1:active::after {
  background-color: rgba(0, 0, 0, 0);
}

.label2{
  height: 200px;
  font-size: 100px;
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color:rgba(255, 255, 0, 0);
  background: url("img/banner/msg.JPG") 25% 50% / 100% no-repeat border-box;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.label2::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

@media (max-width: 640px) {
  .label2 {
    height: 100px;
    font-size: 100px;
    background-position: 25% 50%;
    background-size: 200%;
    text-align: center;
  }
}

.label2:hover{
  color: rgba(255, 255, 0, 0.90);
}

.label2:active{
  color: rgba(255, 255, 0, 0.90);
}

.label2:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.label2:active::after {
  background-color: rgba(0, 0, 0, 0);
}

.label3{
  height: 200px;
  font-size: 100px;
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color:rgba(0, 0, 0, 0);
  background: url("img/banner/bg.JPG") 0% 0% / 100% no-repeat border-box;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.label3::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

@media (max-width: 640px) {
  .label3 {
    height: 100px;
    font-size: 100px;
    background-position: 50% 0%;
    background-size: 100%;
    text-align: center;
  }
}

.label3:hover{
  color: rgba(0, 0, 0, 0.90);
}

.label3:active{
  color: rgba(0, 0, 0, 0.90);
}

.label3:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.label3:active::after {
  background-color: rgba(0, 0, 0, 0);
}

.label4{
  height: 200px;
  font-size: 100px;
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color:rgba(255, 255, 0, 0);
  background: url("img/banner/feeg.JPG") 50% 35% / 100% no-repeat border-box;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.label4::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

@media (max-width: 640px) {
  .label4 {
    height: 100px;
    font-size: 100px;
    background-position: 50% 40%;
    background-size: 150%;
    text-align: center;
  }
}

.label4:hover{
  color: rgba(255, 255, 0, 0.90);
}

.label4:active{
  color: rgba(255, 255, 0, 0.90);
}

.label4:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.label4:active::after {
  background-color: rgba(0, 0, 0, 0);
}

.label5{
  height: 200px;
  font-size: 100px;
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color:rgba(0, 0, 0, 0);
  background: url("img/banner/command.JPG") 50% 70% / 100% no-repeat border-box;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.label5::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

@media (max-width: 640px) {
  .label5 {
    height: 100px;
    font-size: 100px;
    background-position: 50% 70%;
    background-size: 100%;
    text-align: center;
  }
}

.label5:hover{
  color: rgba(0, 0, 0, 0.90);
}

.label5:active{
  color: rgba(0, 0, 0, 0.90);
}

.label5:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.label5:active::after {
  background-color: rgba(0, 0, 0, 0);
}

.tab_menu label::before {
  position: absolute;
  content:'';
  color: rgb(255, 255, 255);
  right: 0.5em;
  top: 25%;
}

.tab_menu input {
  display: none;
}

.tab_menu ul {
  margin: 0;
  padding: 0;
  background: rgba(133, 133, 133, 0.2);
  list-style: none;
}

.tab_menu li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.tab_menu p {
  height: 25px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.directtab {
  height: 35px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.tab-title {
  font-family: 'Black Ops One', cursive;
  }

@media (max-width: 640px) {
  .tab_menu p {
    height: 100px;
  }
}

@media (max-width: 640px) {
  .directtab {
    height: 100px;
  }
}


#tab_menu_bar1:checked ~ #link1 li,
#tab_menu_bar2:checked ~ #link2 li,
#tab_menu_bar3:checked ~ #link3 li,
#tab_menu_bar4:checked ~ #link4 li,
#tab_menu_bar5:checked ~ #link5 li {
  max-height: 100px;
  opacity: 1;
}