@charset "utf-8";
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #333; /* 黒 */
  color: #fff;
}
header {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
header .banner img {
  max-width: 100%;
  height: auto;
}
nav {
  margin-top: 10px;
}
.home-button {
  width: 60px; /* アイコンの幅 */
  height: auto; /* 高さを自動で */
  display: inline-block;
  padding: 10px 10px;
  background-color: #333;
  margin-top: 30px;
}
.home-button:hover {
  background-color: #555;
}
.responsivle_category {
  display: none;
}
.main-container {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
}
.right-sidebar {
  max-width: 200px;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #333;
  color: #fff;
  margin-top: 65px;
}
.categories, .archives {
  background-color: #444;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.categories ul, .archives ul {
  list-style-type: none;
  padding-left: 0;
}
.categories_title {
  text-align: center;
}
.sub_title {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}
.content {
  width: 60%;
  padding: 10px;
  background-color: #333;
  color: #fff;
}
.content_post {
  width: 60%;
  padding: 10px;
  background-color: #333;
  color: #fff;
  margin-top: 45px;
}
.post, .post_article {
  display: block;
  background: #444;
  margin: 20px 0;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.post a:hover {
  background-color: #555; /* リンク部分のみにホバー効果 */
}
.post a {
  display: block;
  color: inherit; /* 色の継承 */
  text-decoration: none;
}
.post h2, .post_article h2 {
  margin-bottom: 40px;
  padding-top: 20PX;
  color: #fff;
  text-align: center;
}
.post_article h3 {
  margin: 30px 0;
}
.post_article h3:hover, .post_article p:hover, .post_article img {
  background-color: initial;
}
.post_article p {
  margin: 20px;
}
.post-thumbnail {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
.post p {
  color: #ccc;
  padding-bottom: 20px;
}
.site_link {
  text-align: center;
  padding-bottom: 20px;
  text-decoration: underline;
  color: aqua;
}
.site_link a:hover {
  color: yellow;
}
.categories_title {
  text-align: center;
}
.categories h2 {
  font-size: 24px;
  padding-bottom: 10px;
}
.categories li {
  padding: 5px 0;
}
.archives {
  max-width: 180Px;
}
.archives h2 {
  font-size: 24px;
  padding-bottom: 10px;
}
.archives li {
  padding: 5px 0;
}
iframe {
  width: 100%;
  margin: 0, auto;
  height: 200px;
}
.pagination {
  width: 100%;
  margin: 0 auto;
}
.pagination a {
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #555;
  margin: 0 4px;
  display: inline-block;
  text-align: center;
}
.pagination a:hover {
  background-color: #555;
}
#archives-container {
  overflow: hidden;
}
.middle_list li {
  color: #ccc;
}
footer {
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
}
footer p {
  cursor: pointer;
}
/* リンクの色を調整 */
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ddd;
}
.right-sidebar a {
  color: #fff;
}
.right-sidebar a:hover {
  color: #ddd;
}
.query_container {
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  background: #333;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
button:hover {
  background-color: #45a049;
}
.privacy_container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background: #333;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.privacy_title {
  text-align: center;
  margin-bottom: 40px;
}
.privacy_container h2 {
  margin-bottom: 20px;
}
.privacy_container p {
  margin-bottom: 40px;
}
.privacy_container a {
  color: #0073e6; /* リンクのテキストを水色に */
  text-decoration: none;
}
.privacy_container a:hover {
  color: #FFD700; /* ホバー時に黄色に変更 */
}
.query_container h4 {
  text-align: center;
  margin-bottom: 40px
}
.contact_link h3 {
  text-align: center;
  margin: 100px;
  text-decoration: underline;
}
.site_maneger_container {
  border: 2px solid #bbb; /* 白い枠線 */
  border-radius: 10px; /* 角を丸くする */
  padding: 10px; /* 内側の余白を追加 */
  background-color: transparent; /* 背景は透明 */
  margin: 40px 0;
}
.site_manager {
  width: 100px;
  height: auto;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.aside_contents {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.aside_contents li {
  margin-bottom: 20px;
}
.aside_contents img {
  width: 200px;
  height: 120px;
  padding-right: 30px;
}
h5 {
  margin-top: 20px;
  text-align: center;
}
.sale_gamename {
  display: block;
  color: black;
  text-align: center;
  background-color: beige;
  pointer-events: none;
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.h3_headline {
  display: block;
  color: black;
  text-align: center;
  background-color: beige;
  pointer-events: none;
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.shoplink_containner {
  text-align: center; /* 親要素を中央配置に */
  display: flex;
  justify-content: center;
}
.shop_link {
  text-align: center;
  margin-bottom: 40px;
  color: aqua !important;
  display: inline; /* テキストの幅に要素を制限 */
  width: fit-content; /* 内容のサイズに要素を収める */
  padding: 0; /* 余白を除去してクリック範囲を縮小 */
}
.shop_link:hover {
  color: yellow !important;
  background-color: transparent !important; /* 背景色の変更を防ぐ */
  text-align: center;
}
.responsive-iframe-container {
  margin-top: 50px;
}
.contents_title_wraper {
  color: black;
  text-align: center;
  background-color: beige;
  pointer-events: none;
  padding: 10px;
  border-radius: 10px;
}
.comment-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; /* アイコンを右に配置 */
  overflow-wrap: break-word;
}
.icon {
  width: 80px; /* アイコンのサイズ */
  height: 80px;
  border-radius: 50%; /* 丸いアイコンにする */
  margin-left: 10px; /* 左に余白を追加 */
  margin-bottom: 60px;
  margin-top: 20px;
}
.speech-bubble {
  position: relative;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 0;
  max-width: 400px;
  height: 72px;
  margin-bottom: 60px;
  margin-top: 20px;
  margin-right: 20px;
}
.speech-bubble p {
  color: black
}
.speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* 吹き出しの矢印を右に移動 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f0f0f0;
  transform: translateY(-50%);
}
.sns_link_wrapper {
  display: flex;
  justify-content: center;
}
.sns-links01 {
  margin-right: 20px;
}
.sns-links01 img {
  width: 80px;
  height: auto;
}
.sns-links02 {
  margin-left: 20px;
}
.sns-links02 img {
  width: 15px
}
.site_function_wrapper {
  display: flex;
  justify-content: center;
}
.privacy_policy {
  margin-right: 20px;
}
.contact_link {
  margin: 0 20px;
}
.site_map {
  margin-left: 20px;
}
.site_map_title {
  text-align: center;
  margin: 50px;
}
.site_map_container h3 {
  text-align: center;
  margin: 30px 0;
}
.site_map_container ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.site_map_container ul li {
  width: 550px; /* 固定幅で均等に */
  word-break: break-word;
}
@media (max-width: 768px) {
  .right-sidebar {
    display: none;
  }
  .main-container {
    width: 100%;
    margin: 0;
    display: block;
    padding: 10px 0;
  }
  .content {
    width: 100%;
    padding: 0;
  }
  .content_post {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .post, .post_article {
    width: 100%;
  }
  nav .home-button {
    display: none;
  }
  .responsivle_category {
    display: inline-block;
    padding: 0 10px 0;
  }
  .responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 */
  }
  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .pagination {
    width: 100%;
    text-align: center;
  }
  .pagination a {
    display: inline-block;
    margin: 5px 2px;
  }
  .comment-box {
    font-size: 3vw;
  }
  .site_map_container ul li {
    width: 100%;
    text-align: center;
    white-space: normal; /* 折り返しを許可 */
    list-style-position: inside;
  }
}