@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "MS Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  font-size: inherit;
  line-height: inherit;
  background-image: linear-gradient(to top, #e29e4f 0%, #fcddb9 30%, #F4F5F7 80%);
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  box-sizing: inherit;
}

/*====================================================
ヒーロー
====================================================*/
.hero_area .hero {
  text-align: center;
  padding: 120px 24px 60px;
}
@media screen and (max-width: 992px) {
  .hero_area .hero {
    padding: 100px 0 40px;
  }
}
.hero_area .hero .hero_logo img {
  width: 600px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .hero_area .hero .hero_logo img {
    width: 500px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hero_area .hero .hero_logo img {
    width: 400px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 530px) {
  .hero_area .hero .hero_logo img {
    width: 80%;
  }
}
.hero_area .hero .hero_title {
  font-size: 3rem;
  font-weight: bold;
  color: #413F3A;
}
@media screen and (max-width: 768px) {
  .hero_area .hero .hero_title {
    font-size: 2.5rem;
  }
}
.hero_area .hero .under {
  width: 500px;
  border-bottom: 3px solid #E98A1B;
  padding-bottom: 10px;
}

/*====================================================
コンテンツ
====================================================*/
.contents_area {
  max-width: 1600px;
  margin: auto;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  .contents_area {
    padding: 50px 36px;
  }
}
@media screen and (max-width: 992px) {
  .contents_area {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 768px) {
  .contents_area {
    padding: 50px 48px;
  }
}
@media screen and (max-width: 530px) {
  .contents_area {
    padding: 50px 16px;
  }
}

.game_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 60px 36px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .game_list {
    gap: 48px 24px;
  }
}
@media screen and (max-width: 768px) {
  .game_list {
    gap: 24px 0;
  }
}

.game {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 24px);
  border-radius: 20px;
  background-color: #F8F8F8;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .game {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .game {
    width: 100%;
    border-radius: 10px;
  }
}
.game .game_img {
  margin: 0;
}
.game .game_img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .game .game_img img {
    border-radius: 10px 10px 0 0;
  }
}
.game .game_contents {
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: space-between;
  margin: 36px 24px;
}
@media screen and (max-width: 530px) {
  .game .game_contents {
    margin: 36px 12px;
  }
}
.game .game_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  color: #413F3A;
}
.game .platform {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
@media screen and (max-width: 768px) {
  .game .platform {
    gap: 4px 8px;
  }
}
.game .platform > li {
  width: calc(33.3333333333% - 8px);
  height: auto;
  transition: 0.08s ease-in-out;
}
@media screen and (max-width: 768px) {
  .game .platform > li {
    width: calc(25% - 6px);
  }
}
@media screen and (max-width: 530px) {
  .game .platform > li {
    width: calc(33.3333333333% - 5.4px);
  }
}
.game .platform > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.game .platform > li:hover {
  transform: translate3d(0.06rem, 0.06rem, 0);
  opacity: 0.7;
  transition: all 0.1s;
}
.game .web_video {
  display: flex;
  gap: 0 24px;
  width: 100%;
  height: auto;
  margin: 24px 0 0;
}
@media screen and (max-width: 530px) {
  .game .web_video {
    gap: 0 12px;
  }
}
.game .web {
  width: calc(50% - 12px);
  height: 100%;
  background-color: #fff;
  border: 2px solid #E98A1B;
  box-shadow: 2px 2px 0px 0px #E98A1B;
  border-radius: 4px;
  margin: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 530px) {
  .game .web {
    width: calc(50% - 6px);
    box-shadow: 1px 1px 0px 0px #E98A1B;
  }
}
.game .web:hover {
  transform: translate3d(0.06rem, 0.06rem, 0);
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.game .web p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E98A1B;
  position: absolute;
  text-align: center;
  top: 50%;
  left: calc(50% - 5px);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 530px) {
  .game .web p {
    font-size: 1.2rem;
  }
}
.game .web i {
  position: absolute;
  color: #E98A1B;
  font-size: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 530px) {
  .game .web i {
    font-size: 16px;
  }
}
.game .video {
  position: relative;
  width: calc(50% - 12px);
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 0px 0px #E98A1B;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 530px) {
  .game .video {
    width: calc(50% - 6px);
    box-shadow: 1px 1px 0px 0px #E98A1B;
  }
}
.game .video:hover {
  transform: translate3d(0.06rem, 0.06rem, 0);
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.game .v_img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E98A1B;
}
.game .video_btn {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 4px 0;
  border-radius: 50vh;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #E98A1B;
  background-color: #fff;
  border: 1px solid #E98A1B;
  box-shadow: 2px 2px 0px 0px #E98A1B;
}
@media screen and (max-width: 530px) {
  .game .video_btn {
    font-size: 1.2rem;
    box-shadow: 1px 1px 0px 0px #E98A1B;
  }
}

_::-webkit-full-page-media, _:future, :root .fas {
  margin-top: 30%;
}

/*====================================================
フッター
====================================================*/
#footer {
  position: relative;
  background: transparent;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 60px;
  }
}
#footer .footer_inner {
  text-align: center;
}
#footer .footer_inner img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner img {
    width: 150px;
  }
}
#footer .footer_inner .copyright {
  font-size: 1.2rem;
  color: #413F3A;
  letter-spacing: 0.01em;
  margin: 36px 24px 0;
}
@media screen and (max-width: 530px) {
  #footer .footer_inner .copyright {
    text-align: left;
  }
}
#footer .footer_inner .copyright li {
  margin-bottom: 8px;
}
#footer .footer_inner .copyright .playstation_logo {
  width: auto;
  height: 1.2rem;
}/*# sourceMappingURL=style.css.map */