/*@include layout-SP {
}
*/
@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/font/RobotoCondensed-Regular.woff2") format("woff2"), url("/font/RobotoCondensed-Regular.woff") format("woff");
}
canvas {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

body {
  margin: 0;
  padding: 0;
  font-family: matt-b, sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.start_btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 39px;
  background-color: rgba(255, 120, 0, 0.5);
  display: block;
  text-decoration: none;
  padding: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background-color: #FFF;
  border: solid 7px #000;
}

.ttl {
  font-size: 60px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 8vw;
    letter-spacing: -0.4vw;
    margin-top: 6.6666666667vw;
  }
}

.list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 70px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .list {
    flex-wrap: wrap;
    margin-top: 6.6666666667vw;
  }
}

.item {
  width: 27%;
  display: block;
  font-size: 1.8666666667vw;
  text-decoration: none;
  border: solid 3px #121;
  padding: 1.3333333333vw;
  line-height: 1;
  color: #121;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 40px;
  align-self: center;
  background: transparent;
  outline: none;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.item.is-disable {
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .item:hover {
    background-color: #FEE;
  }
}
.item.lined.thick {
  border: solid 7px #41403E;
}
.item.dotted.thick {
  border: dotted 5px #41403E;
}
.item.dashed.thick {
  border: dashed 5px #41403E;
}
.item.lined.thin {
  border: solid 2px #41403E;
}
.item.dotted.thin {
  border: dotted 2px #41403E;
}
.item.dashed.thin {
  border: dashed 2px #41403E;
}
@media screen and (min-width: 769px) {
  .item {
    transition: all 250ms 0s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.3333333333vw;
    border: solid 0.4vw #121;
    padding: 1.6vw;
    margin-bottom: 5.3333333333vw;
  }
}

.contact {
  font-size: 0.9333333333vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact a {
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact {
    font-size: 2.1333333333vw;
  }
  .contact a {
    margin-left: 1.3333333333vw;
  }
}