/* Top News: Home page news section */

.whats-new {
  margin-top: 150px;
}

h2,
h4,
p.top-news {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

img.main-top-img {
  height: 270px;
  border-radius: 5%;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Single-page Music */
button.button-to-album {
  background-color: #f9643d;
  border: none;
  border-radius: 0%;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

button.button-to-album:hover {
  background: #e02c26;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

img.music-creator-img {
  width: 150px;
  height: auto;
  border-radius: 50%;
  padding: 5px;
  /* filter: grayscale(50%); */
}

h2,
h4,
p.music {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.music-sample {
  padding: 5px;
  margin: 10px;
}

/* DL Link */
.storelink-icon {
  padding: 15px;
}

/* Logo resize */

.logo img {
  width: auto;
  height: 80px;
  margin: 20px;
}

/* Mobile menu */

.mobile-menu-logo img {
  height: 40px;
  width: auto;
}

.mobile-menu-logo {
  position: absolute;
  left: 15px;
  top: 4px;
}

@media (max-width: 767px) {
  .logo {
    left: 10px;
  }
  .header .logo img {
    height: 50px;
    width: auto;
  }
}

/* Adjust navbar margin */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 0.5rem;
  margin-top: 30px;
}

.menu-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
}

/* Dropdown item styling */
.menu-item a {
  text-decoration: none;
  color: #6f6f6f;
  font-size: 17px;
  -webkit-transition: color 1s;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6f6f6f;
}

/* Desktop menuの言語設定メニューはMobileでは表示しない
@media (max-width: 767px) {
  .select-language-desktop {
    display: none;
  }
}
 */

.hvr-shutter-out-vertical:before {
  background: none;
}

.nav-link {
  padding: 0;
}

/*--------------------------------
  Start shop
----------------------------------*/
/* --- Base --- */
.odc-shop-body{
  margin:0;
  padding:60px 0;
  font-family:"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  background:#ffffff;
  text-align:center;
}

/* --- Thumbnails --- */
.odc-shop-thumbs{
  display:flex;
  justify-content:center;
  gap:40px;                /* サムネイル間の余白 */
  flex-wrap:wrap;          /* 画面が狭いとき折り返す */
  margin-bottom:50px;
}
.odc-shop-thumb{
  width:240px;
  aspect-ratio:1/1;        /* 正方形 */
  background:#e0e0e0;
  border:1px solid #000;
  overflow:hidden;
}
.odc-shop-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* --- Button --- */
.odc-shop-btn{
  display:inline-block;
  background:#ffbe46;
  color:#fff;
  font-size:2rem;
  font-weight:bold;
  padding:14px 48px;
  border:none;
  border-radius:6px;
  text-decoration:none;
  cursor:pointer;
  transition:filter .2s;
}
.odc-shop-btn:hover{
  filter:brightness(1.05);
}
/*--------------------------------
  Start gamelist
----------------------------------*/

.gamelists {
  background: #fff;
  padding: 70px 0px;
}

.home-heading {
  position: relative;
}

.home-heading h1 {
  color: #6f6f6f;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 80px;
  position: relative;
}

.home-heading h4 {
  color: #6f6f6f;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  font-size: small;
  margin-bottom: 18px;
  letter-spacing: 4px;
}

.home-heading h1:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 5px;
  background: #6f6f6f;
}

.gamelist-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.gamelist-img {
  width: 160px;
  margin: auto;
  border-radius: 30%;
}

.gamelist-icon img {
  width: 100%;
  border-radius: 10%;
}

.gamelist-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.5px;
  font-size: 19px;
}

.need-gamelist {
  width: 100%;
  height: 250px;
  margin-top: 70px;
  background: #313131;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  text-align: center;
}

.need-gamelist:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.need-gamelist h1 {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-top: 70px;
  margin: 0;
  font-size: 40px;
  letter-spacing: 2px;
  z-index: 2;
}

.need-gamelist a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #313131;
  font-weight: bold;
  font-size: 17px;
  margin-top: 14px;
  display: inline-block;
  background: #fff;
  padding: 10px 19px;
  border-radius: 25px;
  transition: background 0.5s;
}

.need-gamelist a:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 17px;
}

/* Single Page Header (Game page)*/

/*--------------------------------
  Start Header
----------------------------------*/

/* ========= Header ======= */

/* .single-page-header {
  /* background: #313131;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 80%;
  min-height: 420px;
  margin-top: 30px;}
*/

.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: background 1s;
  transition: background 1s;
}

/* Adjust padding bottom */
.about-me {
  padding: 50px;
}

/*--------------------------------
  End Header
----------------------------------*/

/*=================================================================
  page top section
==================================================================*/
.top-area {
  margin-top: 30px;
  padding-bottom: 150px;
  position: relative;
  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;
  background: #1f2532;
}

@media (max-width: 480px) {
  .top-area {
    padding: 80px 0;
  }
  .top-area .block {
    padding: 0;
  }
  .pv .video-player iframe {
    height: auto;
    width: auto;
  }
}

.top-area .block {
  color: #fff;
  padding-left: 30px;
}

.top-area .block h2 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.top-area .block p {
  color: #707d8f;
  margin-bottom: 20px;
}

.top-area .block .list-inline {
  margin-top: 50px;
}

.top-area .block .btn-main,
.top-area .block .btn-main-sm {
  margin-right: 8px;
  /* ボタンの色を更新 */
  background-image: linear-gradient(100deg, #f9643d, #f9643d);
}

.top-area-video iframe {
  height: 450px;
  width: 800px;
}

.top-area-video {
  height: 100%;
  width: 100%;
  position: inherit !important;
  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;
}

.pv {
  background: #1f2532;
}

/***************************/
/* top-titles section      */
/***************************/
.top-titles .section-sm {
  margin-top: 60px;
}

.top-titles {
  display: block;
  /* margin:0 auto; */
  padding: 5px;
}

.top-titles {
  color: #e6e6e6;
}

h2,
h4,
p.top-titles {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

img.main-top-img {
  height: 270px;
  border-radius: 4%;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-badge {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
}

@media screen and (max-width: 992px) {
  img.main-top-img {
    height: 240px;
    border-radius: 5%;
  }
}

div#top-titles-title {
  padding-top: 100px;
}

.title .border {
  border: none !important;
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 90px;
  margin-bottom: 10px;
}

.title .border {
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

.title {
  padding-bottom: 50px;
  text-align: center;
}

.title h2 {
  font-size: 35px;
  color: #e6e6e6;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}

.title h4 {
  font-size: 10px;
  color: #e6e6e6;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .title p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .title p {
    width: 80%;
  }
}

/** Single Contents */
.single-contents-section {
  color: #fff;
  width: 100%;
  height: 500px;
  margin-top: 70px;
  background: #313131;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: none;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  position: relative;
  text-align: center;
}

.story p,
h4 {
  color: #fff;
}

.story {
  padding-bottom: 30px;
}

/** SinglePage Screenshot */
.screenshots-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.screenshots-img img {
  width: 160px;
  margin: auto;
}

.screenshots-icon img {
  width: 100%;
  border-radius: 10%;
}

.screenshots-comment {
  color: #fff;
}

/** SinglePage Characters */
.characters-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.characters-img img {
  width: 160px;
  margin: auto;
}

.characters-icon img {
  width: 100%;
  border-radius: 10%;
}

.characters-comment {
  color: #fff;
}

/* Individual Album Page */
img.album-jacket-img {
  width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2%;
}

@media (max-width: 767px) {
  img.album-jacket-img {
    width: 350px;
    height: 350px;
    border-radius: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}

h4.album-desc {
  font-size: small;
  letter-spacing: 1.5px;
}

.album-detail {
  margin: 15px;
}

.album-songlist {
  margin: 10px;
  color: white;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.album-songlist-item {
  margin: 3px;
  color: white;
}

.album-songlist hr {
  color: white;
  opacity: 70%;
}

#newsletter {
  text-align: center;
  background-size: contain;
  background-position: bottom 300px;
  background-repeat: no-repeat;
  max-width: 800px;
  margin: 0 auto;
}

#newsletter img {
    max-width: 100%;
    max-height: 100vh;
    height: auto;
}

#newsletter a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  margin-top: 14px;
  display: inline-block;
  background: rgb(85, 195, 238);
  padding: 10px 19px;
  border-radius: 25px;
  transition: background 0.5s;
}
/** Twitter Follow  Button*/
.need-service {
  color: #ffffff;
}

.need-service a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  margin-top: 14px;
  display: inline-block;
  background: rgb(85, 195, 238);
  padding: 10px 19px;
  border-radius: 25px;
  transition: background 0.5s;
}

.need-service input {
  position: relative;
  z-index: 3;
}

.need-service p {
  position: relative;
  z-index: 3;
}

.need-service label {
  position: relative;
  z-index: 3;
}

.need-service:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#mc-embedded-subscribe {
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  margin-top: 10px;
  display: inline-block;
  background: rgb(85, 195, 238);
  padding: 10px 19px;
  border-radius: 25px;
  transition: background 0.5s;
}

#mc-embedded-subscribe:hover {
  background: rgba(85, 195, 238, 0.5);
}

/* Store Icons */
img.store-icon {
  width: 150px;
  height: auto;
  margin: 2px;
  padding: 0;
}
