@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);

.steambtn {
  display: block;          /* makes the link a block element           */
  margin: 0 auto;          /* centers it horizontally                   */
  width: 300px;            /* keep your original size                   */
  background: #222;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 480px) {
  .steambtn {
    width: 150px;
  }
}
.steambtn img { width: 100%; height: auto; } /* icon fills the button */

* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans SCJ JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #BBB;
  color: #000;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-size: 28px;
  margin-top: 70px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}

@media (max-width: 540px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  color: white;
  text-shadow: 0 0 20px black;
}

@media (max-width: 540px) {
  h2 {
    font-size: 20px;
  }
}

.content {
  color: #444;
  margin-top: 45px;
  text-align: center;
}

p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 540px) {
  p {
    font-size: 16px;
  }
}

.btn {
  text-align: center;
  vertical-align: middle;
  background: white;
  border-radius: 5px;
  display: inline-block;
  width: 115px;
  color: #646464;
  padding: 13px 0 7px;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (max-width: 540px) {
  .btn {
    width: 60px;
    height: 26px;
    font-size: 12px;
    line-height: 29px;
    padding: 0;
  }
}

.hover:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


/* ↓🍔ココカラ↓ */
.open {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: white;
  padding: 24px 21px 23px;
  cursor: pointer;
}

.hicon span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.open:hover span {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hicon {
  position: relative;
  width: 38px;
  height: 33px;
}

.hicon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #606060;
  border-radius: 3px;
}

.hicon span:nth-of-type(1) {
  top: 0;
}

.hicon span:nth-of-type(2) {
  top: 13px;
}

.hicon span:nth-of-type(3) {
  bottom: 0;
}

.close {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  width: 80%;
  text-align: center;
  color: #606060;
  cursor: pointer;
}

@media (max-width: 540px) {
  .close {
    margin-top: 10px;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 80%;
  }
}

.close:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type="checkbox"]:checked~aside {
  right: 0;
  top: 0;
  display: block;
}

.hmenu {
  position: relative;
}

input[type="checkbox"]:checked~.back {
  position: absolute;
  width: 100%;
  height: 4000px;
  background: rgba(247, 242, 242, 0.8) !important;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

aside {
  position: absolute;
  right: -100vw;
  top: 0;
  height: 4000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: white;
  width: 30%;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  text-align: center;
}

aside.show {
  display: block;
  -webkit-animation: show 1s linear 0s;
  animation: show 1s linear 0s;
  overflow: hidden;
}

aside ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

aside li {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0 13px;
  margin: 5px 0 10px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 15px;
}

@media (max-width: 540px) {
  aside li {
    margin: 5px 0 5px;
    margin-left: auto;
    margin-right: auto;
  }
}

.link:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.limg {
  background: none;
  padding-top: 10px;
}

aside li img {
  margin-left: auto;
  margin-right: auto;
  height: 110px;
}

aside a {
  display: block;
}

.navp {
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  color: #646464;
}

.menuli a {
  display: block;
  height: 53px;
  line-height: 55px;
  color: white;
}

@media (max-width: 540px) {
  .menuli a {
    height: 40px;
    line-height: 45px;
    color: white;
  }
}

.menuli li {
  background-color: #333;
  padding: 0;
}

.current li {
  background-color: #eee;
}

.current a {
  color: #646464;
  pointer-events: none;
}

a[target="_blank"] {
  /* padding-right: 20px; */
  background: url(../img/link.svg) right center/18px auto no-repeat;
}

a[target="_blank2"] {
  padding-right: 10px;
  background: url(../img/link2.svg) right center/18px auto no-repeat;
}

/* ↑🍔ココマデ↑ */

header {
  z-index: 100;
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
}

footer {
    background-color: white;
    text-align: center;
    padding: 20px;
}
.sns-wrap {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0; /* Add some margin below the buttons */
}

.sns-wrap li {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.sns-wrap li.twitter {
  width: 90px;
  line-height: 0;
}

.sns-wrap li.fb {
  line-height: 1;
}

.odencat {
    display: block;
    margin: 0 auto; /* Center the logo */
    width: 150px; /* Adjust the size of the logo as needed */
}

.mv {
  position: relative;
  width: 100%;
}

.center-div {
    display: flex;
    justify-content: center;
}
