@charset "UTF-8";

/* ---------------------------------------------
  utility
--------------------------------------------- */

@media (min-width: 768px) {
  .is-hidden_pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden_sp {
    display: none !important;
  }
}


/* ---------------------------------------------
  パーツ
--------------------------------------------- */

a {
  color: inherit;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
  transition-duration: .5s;  
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ---------------------------------------------
  base 専用
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  background-color: #000;
}

main {
  display: block;
}

@media (max-width: 767px){
  body {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

.section-block{
  max-width: 750px;
  margin: auto;
  background-color: #281F00;
}

.section-block img{
  width: 100%;
}

.section-block .link-wrap{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 36%);
  margin: auto;
  padding: 45px 0 150px;
}

.section-block .link-wrap a{
  transition: .4s;
}

.section-block .link-wrap a:hover{
  opacity: .75;
}

.section-block .link-wrap a img{
  width: 100%;
  height: 5vw;
  max-height: 38px;
}

@media (max-width: 820px) {
  .section-block{
    width: 100%;
  }

  .section-block .link-wrap{
    padding: 27.5px 0 75px;
  }
}

.error_wrap{
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.error_wrap h1{
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 60px;
}
