@charset "UTF-8";

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

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

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

h1 {
  font-size: 28px;
  padding-top: 70px;
  text-align: center;
  font-weight: 800;
  padding-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;
  }
}

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;
}

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

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

.mvbox {
  height: 808px;
  overflow: hidden;
  position: relative;
}

.mvimg {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 808px;
}

.mv .mvbg {
  background-size: cover;
  background-position: center;
  background-image: url("../img/WebsiteBanner.jpg");
  height: 808px;
  filter: blur(10px);
}

@media (max-width: 840px) {

  .mv .mvbg,
  .mvimg,
  .mvbox {
    height: 546px;
  }
}

@media (max-width: 540px) {

  .mv .mvbg,
  .mvimg,
  .mvbox {
    height: 527px;
  }
}

.mv .dl {
  position: absolute;
  top: 720px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  text-align: center;
  height: auto;
  width: 622px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  padding: 0 0 30px 0;
}

@media (max-width: 840px) {
  .mv .dl {
    width: 514px;
    top: 500px;
    padding: 0 0 20px 0;
  }
}

@media (max-width: 540px) {
  .mv .dl {
    width: 265px;
    top: 495px;
  }
}

.mv .dl .container {
  width: 490px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 540px) {
  .mv .dl .container {
    width: 265px;
    gap: 10px;
  }
}

.mv .dl .dl1 {
  font-weight: 800;
  color: #333;
  font-size: 28px;
  margin-top: 57px;
  line-height: 1.5;
}

.mv .dl .dlsm {
  font-size: 27px;
}

@media (max-width: 840px) {
  .mv .dl .dl1 {
    font-size: 24px;
  }
}

@media (max-width: 540px) {
  .mv .dl .dl1 {
    font-size: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 540px) {
  .mv .dl .dlsm {
    font-size: 13px;
    margin-top: 25px;
  }
}

.mv .dl .dl2 {
  font-weight: 800;
  color: #f68300;
  font-size: 28px;
  margin-top: 18px;
  line-height: 1;
}

@media (max-width: 840px) {
  .mv .dl .dl2 {
    font-size: 28px;
  }
}

@media (max-width: 540px) {
  .mv .dl .dl2 {
    font-size: 14px;
  }
}


/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */
.mv .dl img {
  /* margin: 45px 0; */
}

@media (max-width: 840px) {
  .mv .dl img {
    width: 409px;
    /* margin: 38px 0; */
  }
}

@media (max-width: 540px) {
  .mv .dl img {
    width: 223px;
    /* margin: 20px 0; */
  }
}

.blank {
  height: 610px;
}

@media (max-width: 540px) {
  .blank {
    height: 410px;
  }
}

.ebtn {
  background-color: #ff7f00;
  padding: 30px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgb(0 0 0 / 20%);
  box-shadow: 3px 3px rgb(0 0 0 / 20%);
  width: 100%;
  /* margin: 10px 0 10px !important; */
}

.xbbtn {
  background-color: #DDD;
  padding: 30px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgb(0 0 0 / 20%);
  box-shadow: 3px 3px rgb(0 0 0 / 20%);
  width: 100%;
  /* margin: 10px 0 10px !important; */
}

.steambtn {
  background-color: #222;
  padding: 28px 130px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgb(0 0 0 / 20%);
  box-shadow: 3px 3px rgb(0 0 0 / 20%);
  /* margin: 45px 0 10px !important; */
  width: 100%;
}

@media (max-width: 540px) {
  .ebtn {
    padding: 20px;
    border-radius: 8px;
    /* margin: 5px 0 20px !important; */
  }

  .steambtn {
    padding: 20px;
    border-radius: 8px;
    /* margin: 20px 0 5px !important; */
  }
}

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

.contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.contents .youtubediv {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.contents .youtubediv:before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
}

.contents .youtubediv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents .textarea {
  margin: 0 auto;
  max-width: 630px;
}

@media (max-width: 540px) {
  .contents .textarea {
    width: 90%;
  }
}

.devmsg {
  padding: 10px;
}

.devmsg .textarea {
  font-style: italic;
  margin: 0 auto;
  max-width: 760px;
}

developermsg .zoom {
  display: block;
  margin: 0 auto;
  width: 90%;
  margin-top: 40px;
  overflow: hidden;
  height: auto;
}

@media (max-width: 540px) {
  .zoom {
    width: 100%;
  }
}

.zoom img {
  transition: 1s all;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.zoom img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}

.flex {
  display: flex;
  align-items: flex-start;
}

.flex img {
  width: auto;
  height: 100%;
  margin-top: 0;
  padding: 10px;
}

.flex .zoom img {
  width: 100%;
  padding: 0;
}

.flex .zoom:nth-child(1) img {
  padding-right: 5px;
}

.flex .zoom:nth-child(2) img {
  padding-left: 5px;
}

figcaption {
  font-size: 14px;
  padding-top: 5px;
  color: #333;
}

.figure img {
  width: 100%;
  object-fit: cover;
}

.new {
  background-color: #eee;
  overflow: hidden;
  margin: 70px 0 0;
  padding-bottom: 70px;
}

@media (max-width: 540px) {
  .new {
    padding-bottom: 0;
  }
}

.swiper-slide p {
  font-size: 18px;
  color: white;
  text-shadow: 0 0 20px black;
  line-height: 1.5;
  margin-top: 11px;
}

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

.stext {
  padding: 70px;
  width: 60%;
}

@media (max-width: 540px) {
  .stext {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
  }
}

.fil {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}

.s1 {
  height: 100%;
  background-image: url("../img/s1.png");
  background-size: cover;
  background-position: center;
}

.s2 {
  height: 100%;
  background-image: url("../img/s2.png");
  background-size: cover;
  background-position: center;
}

.s3 {
  height: 100%;
  background-image: url("../img/s3.png");
  background-size: cover;
  background-position: center;
}

.s4 {
  height: 100%;
  background-image: url("../img/s4.png");
  background-size: cover;
  background-position: center;
}

.s5 {
  height: 100%;
  background-image: url("../img/s5.png");
  background-size: cover;
  background-position: center;
}

.s6 {
  height: 100%;
  background-image: url("../img/s6.png");
  background-size: cover;
  background-position: center;
}

.s7 {
  height: 100%;
  background-image: url("../img/s7.png");
  background-size: cover;
  background-position: center;
}

.s8 {
  height: 100%;
  background-image: url("../img/s8.png");
  background-size: cover;
  background-position: center;
}

footer {
  background: #333;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  height: auto;
  margin: 0;
  margin-top: 70px;
  overflow: hidden;
}

@media (max-width: 540px) {
  footer {
    height: 708px;
  }
}

.spec {
  border: solid 3px white;
  outline: solid 3px white;
  outline-offset: 4px;
  margin: 86px auto 40px;
  width: 607px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
}

@media (max-width: 540px) {
  .spec {
    width: 90%;
    margin: 60px auto 60px;
  }
}

.spec table {
  margin: 0 auto;
}

.spec th {
  color: white;
  text-align: right;
  padding-right: 10px;
  width: 190px;
}

@media (max-width: 540px) {
  .spec th {
    font-size: 12px;
  }
}

.spec td {
  width: 190px;
  color: white;
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 540px) {
  .spec td {
    font-size: 12px;
  }
}

.spec .speclink {
  display: block;
}

.spec a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #5ff;
  font-weight: 800;
  margin: 10px auto;
  text-decoration: underline;
}

@media (max-width: 540px) {
  .spec a {
    margin-top: 10px;
  }
}

h3 {
  color: white;
  margin-bottom: 24px;
  font-size: 20px;
}

.tori {
  margin-top: 35px;
  width: 40px;
}

.odencat {
  width: 120px;
}

/* ↓🍔ココカラ↓ */
input[type="checkbox"] {
  position: absolute;
  right: -50vw;
  z-index: 10;
  display: none;
}

.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;
}

/* ↑🍔ココマデ↑ */
.sns {
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
  height: 30px;
}

.sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.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;
}

/*# sourceMappingURL=style.css.map */

.contents ul {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}

.contents li {
  margin-left: 1.5em;
  padding: 3px;
}

@media (max-width: 540px) {
  .contents ul {
    font-size: 14px;
  }

  .contents li {
    padding: 5px;
  }
}

.textarea a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(37, 201, 201);
  font-weight: 800;
  text-decoration: underline;
}

.contents .summary {
  margin-bottom: 60px;
}

.dark {
  /* background-color: #333; */
  overflow: hidden;
}

strong {
  color: #f68300;
}

.border {
  border: solid 3px #333;
  /* outline: solid 3px white;
  outline-offset: 4px; */
  margin: 40px auto;
  width: 100%;
  /* text-align: center; */
  overflow: hidden;
  padding: 40px;
  word-wrap: break-word;
}

.textarea .end {
  margin-top: 50px;
  margin-bottom: 60px;
}

.contents .daigo {
  margin-bottom: 70px;
}

.contents h4 {
  font-size: 24px;
  margin-top: 70px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}

.decowrapper {
  position: relative;
}

.deco {
  position: absolute;
  width: 80px;
  z-index: -100;
}

.dtop {
  top: -30px;
  left: -10px;
}

.dbottom {
  bottom: -20px;
  right: -10px;
}

.comingsoon {
  position: relative;
}

.comingsoon img {
  filter: brightness(60%);
}

.comingsoon::before {
  content: "Coming Soon...";
  color: white;
  filter: drop-shadow(0px 0px 2px rgb(56, 14, 14));
  font-size: 24px;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
}

@media (max-width: 840px) {
  .comingsoon::before {
    font-size: 24px;
    left: -400px;
    top: 90px;
  }
}

@media (max-width: 540px) {
  .comingsoon::before {
    font-size: 17px;
    left: -220px;
    top: 60px;
  }
}

.comingsoon2 {
  position: relative;
}

.comingsoon2 img {
  filter: brightness(60%);
}

.comingsoon2::before {
  content: "Coming Soon...";
  color: white;
  filter: drop-shadow(0px 0px 2px rgb(56, 14, 14));
  font-size: 24px;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
}

@media (max-width: 840px) {
  .comingsoon2::before {
    font-size: 24px;
    left: -400px;
    top: 75px;
  }
}

@media (max-width: 540px) {
  .comingsoon2::before {
    font-size: 17px;
    left: -220px;
    top: 55px;
  }
}

a.nolink {
  text-decoration: none;
  pointer-events: none;
  color: gray;
}

.btn_primary {
  width: 100%;
  background-color: green;
  /* margin: 0 auto; */
  height: 60px;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
  position: relative;
  transition: all 0.5s;
}

.btn_primary::before {
  display: block;
  content: "";
  width: 10px;
  height: 12px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 40px;
  transition: all 0.5s;
}
.btn_primary::after {
  display: block;
  content: "";
  width: 10px;
  height: 12px;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 23px;
  right: 40px;
  transition: all 0.5s;
}
.btn_primary:hover::before {
  right: 20px;
}
.btn_primary:hover::after {
  right: 20px;
}

.btn_primary a {
  display: block;
  width: auto;
  text-decoration: none;
  color: white;
}

.btn_primary:hover {
  background-color: orangered;
}


.banner_sec {
  display: flex;
  justify-content: space-between;
  width: min(100% - 4rem, 1600px);
  margin-inline: auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.banner {
  width: calc(calc(100%/3) - 20px);
}
.banner img {
  width: 100%;
  height: auto;
}
.banner:hover img {
  opacity: 0.8;
}
@media (max-width: 840px) {
  .banner_sec {
    gap: 10px;
  }
  .banner {
  width: calc(calc(100%/2) - 10px);
}
}
