@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image:url(../img/komaba.jpg?202201);
  background-size: cover;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
}

a:link, a:visited, a:hover, a:active {
 color: #333;
}

div.title_box {
  height:450px;
  text-align: center;
  background-image: none;
}

img.title_img {
  width: 313px;
}

header {
  margin: 0;
  padding: 0;
  background-color: #333;
}

div.header-inner {
  width: 1230px;
  margin: 0 auto;
  color: #fff;
}

div.main_visual-inner_pc {
  display: block;
}

div.main_visual-inner_sp {
  display: none;
}

img.title_img2 {
  height: 50px;
}

div.main_visual {
  width: 100%; 
  text-align: center;
}

div.main_visual-inner {
  width: 1230px;
  margin: 0 auto;
}

div.contents {
  width: 1230px;
  margin: 0 auto;
}

img.thanks {
  width: 250px;
}

div.taikai {
  width: 400px;
  height: 400px;
  float: left;
  margin: 5px;
  background-color: #333;
}

.text-list li {
  list-style-type: none;
  font-weight: bold;
  font-size: 1.3rem;
}

.doc-list li {
  list-style-type: none;
  font-size: 1.2rem;
}

.shin-ei {
  background-image: url(../img/purple.png);
}

.tara-unzen {
  background-image: url(../img/green.png);
}

.lions {
  background-image: url(../img/red.png);
}

div.name {
  float: left;
  width: 75px;
  height: 400px;
  padding: 0px 20px 0 20px;
}

div.info-outer {
  float: left;
  width: 250px;
}

div.info-inner {
  background-color: rgba(255, 255, 255,.5);
}
.info-inner ul {

}


@media screen and (max-width: 480px) {

body {
  background-color: #000;
  background-image:none;
}

div.title_box {
  height:220px;
  background-image: url(../img/komaba2.jpg);
  background-size: cover;
}


img.title_img {
  width: 150px;
}


div.main_visual-inner_pc {
  display: none;
}

div.main_visual-inner_sp {
  display: block;
}

div.main_visual-inner_sp img {
  width: 100%;
}

div.contents {
  width: 100%;
  margin: 0;
}

div.taikai {
  width: 100%;
  float: none;
}

div.info-outer {
  float: none;
  width: 100%;
}

}