@charset "utf-8";

/*
theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
version： 2.0.0
*/
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  background-color: #2c2c2c;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
}

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

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.flex_width {
  width: 90%;
}

.container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container:after {
  display: block;
  clear: both;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}

.contents {
  padding: 5%;
  width: 70%;
  margin-left: 15%;
  margin-top: 10%;
}

.contents_home {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.sidebar {
  width: 30%;
  padding: 5%;
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.hamburger {
  display: none;
}

.current a {
  background: #b40505;
  color: #fff;
  padding: 2% 0% 2% 5%;
}

.site-title-wrap {
  text-align: left;
}

/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
  display: inline-block;
  width: auto;
  height: 115px;
}

/*タイトルを文字列にする場合*/
/* .site-title a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #000;
} */

.header-inner {
  position: relative;
}

.navbutton {
  display: none;
}

.header-nav-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 230px;
  /*タイトル分の余白をあけておく*/
  transform: translateY(-50%);
}

.header-nav {
  font-size: 0;
}

.header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
}

.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #000;
}

.header-nav li a:hover {
  opacity: 0.6;
}

.top_underline {
  background-color: #23282d;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 1.5% 0%;
}

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer-background {
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #b4b4b4 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #b4b4b4 calc(100% - 1px)
    );
  background-size: 100px 100px;
  background-repeat: repeat;
  background-position: center center;
  padding: 5% 2%;
}

.footer {
  background-color: #fff;
  position: relative;
  z-index: 997;
}

.copyright {
  background-color: #000;
}

.copyright p {
  font-size: 12px;
  color: #fff;
  padding: 1% 0%;
  text-align: center;
  letter-spacing: 2px;
}

.footer-img img {
  width: 30%;
  margin-left: 33%;
  margin-top: 6%;
  margin-bottom: 1%;
}

.footer-detail p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5%;
}

.footer-label {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 7%;
}

.footer-label img {
  transition: transform 0.4s ease;
}

.footer-label img:hover {
  transform: scale(1.1); /* ぬるっと大きくなる */
}

/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.search-field {
  width: 80%;
}

.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-wrapper img {
  width: 100%;
}

.sidebar-wrapper input {
  height: 30px;
}

.sidebar-title {
  font-size: 1.1rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 0.5rem;
  color: #000;
  text-align: center;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: 0.5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: 0.6;
}

/*カテゴリウィジェット*/
.widget_categories ul {
  flex-wrap: wrap;
  gap: 30px;
}

.widget_categories li {
  display: block;
  margin-bottom: 0.5rem;
}

.widget_categories li a {
  font-size: 0.95rem;
  position: relative;
  display: block;
  padding: 0.9rem 0.6rem 0.9rem 2rem;
  color: #fff;
  background-color: #333;
  text-align: center;
}

.widget_categories li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "\f02b";
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: 0.5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: 0.9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: 0.6rem;
  content: "∟";
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "▼";
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: 0.95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "▼";
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: 0.9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f105";
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: "\f303";
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: 0.3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: 0.8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: 0.3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: 0.7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

.sidekiji ul {
  padding: 0;
  list-style: none;
}

.sidekiji li {
  position: relative;
  margin-top: 10px;
  padding: 0 5px 10px;
  border-bottom: dotted 1px #ddd;
}

.sidekiji a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.sidekiji a:hover {
  background-color: #eee;
}

.sidekiji a:after {
  display: block;
  clear: both;
  content: "";
}

.rank-count {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 1px 10px;
  color: #fff;
  background: rgba(66, 66, 66, 0.85);
}

.r-count1 {
  background: rgba(189, 161, 82, 0.9);
}

.r-count2 {
  background: rgba(152, 153, 173, 0.9);
}

.r-count3 {
  background: rgba(156, 85, 34, 0.9);
}

.sidekiji img {
  float: left;
  width: 70px;
  height: 70px;
}

.sidekiji-text {
  font-size: 0.9em;
  margin-left: 80px;
}

.cat-data {
  color: #f5f8fa;
  padding: 2% 6%;
  font-size: 10px;
}
/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.archive-top {
  margin-top: 15%;
}

.archive-top h1 {
  font-size: 2rem;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  letter-spacing: 4px;
}

.archive-top p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 31%;
}

.meta-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; /* 上下を中央揃え */
  gap: 10px; /* カテゴリーと日付の間のスペース */
  padding: 3% 0%;
}

.article-date {
  font-size: 12px;
  color: #666;
}

.article-category .cat-item {
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list a:after {
  display: block;
  clear: both;
  content: "";
}

.article-list .img-wrap {
  position: relative;
  line-height: 1;
}

.article-list .img-wrap img {
  width: 350px;
  height: 200px;
  object-fit: cover;
}

.article-list .img-wrap .cat-data {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #b40505;
}

.article-list .text {
}

.article-list .text h2 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: #fff;
  letter-spacing: 4px;
  font-weight: normal;
}

.article-list .text .article-date,
.article-list .text .article-author {
  color: #888;
}

.article-list .text .article-author i {
  margin-right: 0.3rem;
}

.article-list .text p {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-left: 0%;
  color: #000;
}

/*ページネーション*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: 0.6;
}

.pagination .current {
  color: #fff;
  background-color: #000;
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.relatedkiji {
  padding: 0% 5%;
}

.column_block {
}

.relatedkiji h4 {
  font-size: 1.25em;
  padding: 3px 5px;
  border-bottom: solid 1px #999;
}

.relatedkiji ul {
  font-size: 0;
  margin: 10px 0;
  padding: 0;
}

.relatedkiji li {
  margin-bottom: 1%;
  width: 100%;
  padding: 4% 5%;
  list-style: none;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}

/* 最初のliだけにborder-topをつける */
.relatedkiji li:first-child {
  border-top: 1px solid #fff;
}

.relatedkiji li a {
  text-decoration: none;
  color: #fff;
}

.relatedkiji li:hover {
}

.relatedkiji img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.relatedkiji .text {
  font-size: 0.8vw;
}

.topics-btn {
  width: 50%;
  margin-left: 78%;
}

.text h2 {
  font-size: 1.2vw;
}

.text_excerpt {
  margin-top: 0.5%;
}

.article-date {
  font-size: 14px;
  display: inline-block;
  color: #868686;
  letter-spacing: 2px;
}

.article-author {
  font-size: 0.75rem;
  display: inline-block;
  color: #888;
}

.article-category {
  font-size: 16px;
}

.cat-label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
}

/* ▼スラッグ名が 'baseball' の場合 → 野球 */
.cat-baseball {
  background-color: #e90eb6;
}

/* ▼スラッグ名が 'event' の場合 → イベント */
.cat-event {
  background-color: #1bc4fb;
}

/* ▼スラッグ名が 'event' の場合 → イベント */
.cat-softball {
  background-color: #8e58d1;
}

.my-cat-list,
.my-cat-list li {
  list-style-type: none !important; /* ドットを消す */
  margin: 0 !important; /* 不要な余白を消す */
}

.topics {
  font-size: 20px;
  letter-spacing: 2px;
  padding-top: 5%;
}

@media (max-width: 599px) {
  .relatedkiji ul {
    margin: 0;
  }
  .relatedkiji li {
    display: block;
    width: 100%;
  }
  .relatedkiji li a:after {
    display: block;
    clear: both;
    content: "";
  }
  .relatedkiji img {
    width: 100%;
    height: auto;
  }
  .relatedkiji .text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.article-content {
  margin-bottom: 2rem;
}

.article-content .article-info {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.article-content .cat-data a {
  font-size: 0.8rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  text-decoration: none;
  color: #fff;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: 0.8rem;
  display: inline-block;
  margin-left: 0.5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: 0.3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1.2vw;
  line-height: 2;
  letter-spacing: 3px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
  color: #fff;
}

.article-content h1 {
  font-size: 1.9rem;
  margin: 1rem 0 1rem;
  letter-spacing: 4px;
  font-weight: normal;
  color: #fff;
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: 0.4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #b40505;
}

.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #415671;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 0.3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 0.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: 0.6;
}

/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 250px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }

  .home-top .article-top .text {
    margin-left: 440px;
  }
}

@media (max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }

  .contents {
    margin-bottom: 1.5rem;
  }

  .article-content p,
  .article-content b,
  .article-content table,
  .article-content ul,
  .article-content ol {
    font-size: 3.5vw;
    line-height: 1.7;
    letter-spacing: 1px;
  }

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a img {
    height: 40px;
  }

  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    color: #fff;
  }

  .navbutton:focus {
    outline: 0;
  }

  .header-nav-wrap {
    z-index: 999;
    top: 86px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: rgba(5, 5, 5, 0.9);
  }

  .header-nav li {
    display: block;
    margin-right: 0;
  }

  .header-nav li a {
    position: relative;
    padding: 0.8rem 1.25rem;
    color: #fff;
    border-bottom: 1px solid #888;
  }

  .header-nav li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    content: "\f105";
    transform: translateY(-50%);
  }

  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .footer {
    padding: 0% 0%;
  }

  .footer-nav {
    margin-bottom: 1.5rem;
  }

  .footer-nav ul {
    text-align: left;
  }

  .footer-nav li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2.5vw;
  }

  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }

  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
  .home-top .article-top .img-wrap {
    float: none;
  }

  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }

  .home-top .article-top .text {
    margin-left: 0;
  }

  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 15px;
  }

  .header-inner,
  .container,
  .footer-inner {
  }

  .contents {
    margin-bottom: 1rem;
  }

  .site-title-wrap {
    text-align: left;
    background-color: #23282d;
  }

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a {
    font-size: 2rem;
  }

  .site-title a img {
    height: 70px;
    width: 30%;
  }

  .navbutton {
    right: 0.8rem;
    display: none;
  }

  .header-nav-wrap {
    top: 62px;
  }

  .header-nav li a {
    padding: 2rem;
  }

  .header-nav li a:after {
    right: 0.8rem;
  }

  .pagination ul li {
    font-size: 2.5vw;
    display: inline-block;
    margin-right: 0.5rem;
  }

  .widget_categories li a {
    font-size: 2.5vw;
    position: relative;
    display: block;
    padding: 0.9rem 0.6rem 0.9rem 2rem;
    color: #fff;
  }

  .widget_categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .widget_categories li {
    width: calc((100% - 8px * 2) / 2);
    display: block;
    margin-bottom: 0.5rem;
  }

  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background: #333;
    color: #fff;
  }

  .archive-top p {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }

  .article-list {
    padding: 10% 0%;
  }

  .article-list .img-wrap img {
    width: 100%;
    height: auto;
  }

  .article-list .img-wrap .cat-data {
    font-size: 0.6rem;
  }

  .article-list .text {
    margin-left: 0px;
    padding: 0;
  }

  .article-list .text h2 {
    font-size: 3.5vw;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: block;
    font-size: 2.5vw;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: 2.5vw;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: 0.2rem;
  }

  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
  .article-content h1 {
    font-size: 1.6rem;
  }

  .article-content h2 {
    font-size: 1.4rem;
  }

  .article-content h3 {
    font-size: 1.3rem;
  }

  .article-content h4 {
    font-size: 1.2rem;
  }
}
/*-------------------------------------------------------------
  ページ内リンク　
 ------------------------------------------------------------*/
.blogcard {
  line-height: 1;
  background-color: #eee;
  border: 1px solid #333;
  word-wrap: break-word;
  margin: 40px;
  box-shadow: 0 0 5px #333;
}
.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard a:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  float: left;
  padding: 20px;
}
.blogcard_thumbnail img {
  margin-bottom: -5%;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}
@media screen and (max-width: 768px) {
  .blogcard {
    margin: 40px 0;
  }
  .blogcard_title {
    font-size: 0.95em;
    padding-bottom: 17px;
  }
  .blogcard_excerpt {
    display: none;
  }
}
/*-------------------------------------------------------------
  wrapper
 ------------------------------------------------------------*/
#wrapper {
  min-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 0.5px),
      #000 calc(100% - 0.5px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 0.5px),
      #000 calc(100% - 0.5px)
    );
  background-size: 250px 250px;
  background-repeat: repeat;
  background-position: center center;
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

/*-------------------------------------------------------------
  top_line
------------------------------------------------------------*/
.top_line {
  padding: 5% 0%;
}

.top_line a {
  text-align: center;
}

/*-------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------*/
@media (max-width: 590px) {
  #wrapper {
    min-width: 0px;
  }

  .top_image {
    display: none;
  }

  .res_top_image {
    display: block;
  }
  .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    background: rgba(27, 37, 56, 0.1);
    font-size: 2.5vw;
  }

  .copyright p {
    font-size: 2.5vw;
    color: #fff;
    padding: 2% 10%;
    line-height: 1.8;
  }

  .footer_image img {
    width: 20%;
    margin-left: 40%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

/*=====================================================

ブログカード

=======================================================*/
/*-------------------------
  ブログカード
-------------------------*/
a.tmt-blog-card {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px #ddd;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
a.tmt-blog-card::before {
  background-color: #505050;
  border: solid 1px #939393;
  color: #fff;
  content: "合わせて読みたい";
  font-size: 12px;
  display: block;
  padding: 4px 20px;
  position: absolute;
  top: -15px;
  left: 25px;
}
a.tmt-blog-card::after {
  border: solid 1px #939393;
  color: #939393;
  content: "続きを読む";
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
a.tmt-blog-card:hover {
  box-shadow: none;
  opacity: 0.8;
}
.tmt-blog-card-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tmt-blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #428bca;
  padding-bottom: 5px;
}
.tmt-blog-card-thumbnail {
  flex: 1;
  margin-right: 15px;
  padding-top: 5px;
}
.tmt-blog-card-thumbnail img {
  width: 100%;
}
.tmt-blog-card-content {
  flex: 2.5;
}
.tmt-blog-card-excerpt {
  border-bottom: dashed 1px #a4a4a4;
  color: #a4a4a4;
  font-size: 13px;
  padding-bottom: 15px;
}
.tmt-blog-card-site {
  color: #b2b2b2;
  font-size: 11px;
  padding-left: 5px;
}
.tmt-blog-card-site img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
@media (max-width: 980px) {
  .tmt-blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 640px) {
  a.tmt-blog-card {
    padding: 10px 10px 20px 10px;
  }
  a.tmt-blog-card::before {
    font-size: 11px;
    padding: 2.5px 8px;
    top: -15px;
    left: 10px;
  }
  a.tmt-blog-card::after {
    font-size: 12px;
    padding: 2px 13px;
    right: 10px;
  }
  .tmt-blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .tmt-blog-card-title {
    font-size: 14px;
  }
  .tmt-blog-card-excerpt {
    display: none;
  }
}
/*==================================================

font

====================================================*/
.jp {
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.us {
  color: #fff;
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*==================================================

navi

====================================================*/
.uneCircle {
  background-color: #000;
  animation: uneune 5s linear infinite; /* 5秒アニメーションをループ */
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  border-radius: 5px;
}

@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }

  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
  }

  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
  }

  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%;
  }

  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 37px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 38px;
}

.openbtn1 span:nth-of-type(2) {
  top: 52px;
}

.openbtn1 span:nth-of-type(3) {
  top: 67px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
  top: 45px;
  left: 45px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 57px;
  left: 45px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*==================================================

original_

====================================================*/
/*==================================================

#header
====================================================*/
#header {
  position: fixed;
  z-index: 999;
}

.header-mein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  padding: 20px;
}

.header-block {
  width: 70%;
}

.header-block img {
  width: 20%;
  padding-top: 25px;
}

/*==================================================

#menu

====================================================*/
#menu {
  width: 30%;
  position: relative;
  z-index: 1;
}
.mainView {
  width: 100vw;
  height: 100vh;
  background-color: #ccc;
}
/*ハンバーガーボタン*/
.el_humburger {
  position: absolute;
  z-index: 999;
  top: 0%;
  right: 45px;
  margin-top: -5%;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5% 3%;
  transition: background-color 0.8s;
}

.el_humburger.is_clear {
  background-color: transparent;
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: -15px;
    padding-top: 15px;
    width: 50px;
    height: 50px;
  }
  #factory .el_humburger {
    display: none;
  }
}

.el_humburger_wrapper {
  width: 42px;
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
  }
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}

@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000;
  }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0%;
  top: 5%;
  bottom: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 500px;
  z-index: 997;
  padding: 10% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform: translateZ(0) translateX(100%);
  overflow: hidden; /* ← スクロール禁止 */
}
.js_humburgerOpen .navi {
  right: 3%;
  transform: translateZ(0) translateX(0);
}
@media screen and (max-width: 840px) {
  .navi {
    padding: 100px 5% 0;
  }
  .js_humburgerOpen .navi {
    width: 100%;
  }
}

.navi_item {
  padding: 8% 0%;
  text-align: center;
  font-size: 35px;
  white-space: nowrap;
  border-bottom: 1px solid #333;
}
.navi_item.op_innerLink {
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .navi_item {
    margin-left: 0;
    font-size: 18px;
  }
}
.navi-logo {
  border-bottom: 1px solid #333;
}

.navi-logo img {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 5%;
}

.navi_item a {
  display: block; /* blockで横幅を持たせる */
  position: relative;
  padding-right: 60px; /* 矢印の分の余白 */
  text-decoration: none;
  color: #000;
}

.navi_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px; /* ← 右端からの距離を調整 */
  transform: translateY(-50%) skew(45deg);
  width: 40px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transition: width 0.3s ease;
}

.navi_item a:hover::after {
  width: 60px;
}

.menu-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  padding: 3% 20%;
}

.menu-sns-block {
  padding: 5% 15%;
}

.menu-sns-block img {
  background: #000;
  border-radius: 10%;
  padding: 10%;
}

/*==================================================

#top

====================================================*/
.top-block {
  position: relative;
  z-index: 2;
  padding: 12% 0%;
}
.top-left {
  width: 60%;
  margin-left: 5%;
  position: relative;
}

.top-right {
  width: 60%;
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0%;
}

.topics-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 9vw;
  font-weight: 700;
  text-transform: uppercase;
}

.topics a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.text1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 9vw;
  font-weight: 700;
  text-transform: uppercase;
}

.text1.is-active {
  --x: 0;
}

.char {
  overflow: hidden;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 9vw;
  font-weight: 700;
  text-transform: uppercase;
}

.text2.is-active2 {
  --x: 0;
}

.char2 {
  overflow: hidden;
}

.char-text2 {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -2%;
}

.text3.is-active3 {
  --x: 0;
}

.char3 {
  overflow: hidden;
}

.char-text3 {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/* 初期CSS */
.container {
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.top-label {
  position: absolute;
  top: 35%;
  left: 55%;
}

.top-label p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 0.8s ease-out;
}

.top-label.is-active3 p {
  left: 0;
  opacity: 1;
}
/*==================================================

#about-us

====================================================*/
.business-img-res {
  display: none;
}

.block-title {
  position: relative;
  font-size: 100px;
  padding: 5% 10%;
  z-index: 1;
  letter-spacing: 4px;
}

.title-img {
  position: absolute;
  top: 10%;
  left: 2%;
  width: 15%;
  z-index: -1;
}

.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
}

.about-left {
  width: 40%;
  margin-left: 5%;
}

.about-right {
  width: 40%;
  margin-left: 15%;
}

.about-left h3 {
  font-size: 25px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 4px;
}

.about-left p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 4px;
  margin-top: 5%;
}

/* ドットの位置とレイアウト */
ul.slick-dots {
  display: flex !important;
  align-items: center;
  gap: 12%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 各ドットの外側 */
ul.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
}

/* デフォルトの黒点（before）を完全に透明にする */
ul.slick-dots li button:before {
  opacity: 0 !important;
  content: "" !important;
}

/* 独自デザインのドット */
ul.slick-dots li button {
  width: 80px !important;
  height: 7px !important;
  background-color: #999 !important;
  border: none !important;
  padding: 0 !important;
  font-size: 0 !important;
  border: 0.5px solid #fff !important; /* ← 白枠を追加 */
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 0.1;
}

/* アクティブなドット */
ul.slick-dots li.slick-active button {
  background-color: #e90eb6 !important;
  width: 80px !important;
  height: 7px !important;
  border: 0.5px solid #fff !important; /* ← 白枠を追加 */
  opacity: 1;
}

.about-btn {
  border: 1px solid #fff;
  width: 35%;
  border-radius: 40px;
  text-align: center;
  margin-top: 5%;
  overflow: hidden; /* はみ出たアニメーションを隠す */
  position: relative;
}

.about-btn a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 10% 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  overflow: hidden;
}

/* 擬似要素にグラデーション背景 */
.about-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 最初は左の外に隠しておく */
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(to right, #1bc4fb, #8e58d1, #e90eb6);
  transition: left 0.8s ease;
  z-index: -1;
}

.about-btn a:hover::before {
  left: 0; /* ホバー時にスライドイン（左→0%） */
}

/*==================================================

#topics

====================================================*/
#topics {
  margin-top: 5%;
}

.article-button-wrap {
  font-size: 20px;
}

.button2 {
  display: inline-block;
  width: 100px;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.button2::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}

/* liホバー時にアニメーション発動（矢印が伸びる） */
li:hover .button2::after {
  right: 0px;
  width: 30px;
}

.management-block:hover .button2::after {
  right: 0px;
  width: 30px;
}

/*==================================================

#management

====================================================*/

.management-title {
  margin-top: 5%;
}

.management-mein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  padding: 0% 5%;
}

.management-block {
  width: 25%;
}

.management-name p {
  font-size: 40px;
  padding-bottom: 3%;
}

.management-btn {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.footer-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: transparent; /* 必要なら背景色 */
  margin-top: 5%;
  margin-bottom: -2%;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 40s linear infinite;
}

.footer-title p {
  display: inline-block;
  font-size: 200px;
  color: #fff;
  margin: 0;
  padding: 0;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*==================================================

#company

====================================================*/
#business {
}

.detail-mein-title {
  padding: 10% 10% 5% 10%;
}

.detail-mein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.detail-block {
  position: relative;
  z-index: 1;
  padding: 0% 5% 0% 0%;
}

.detail-img {
  position: absolute;
  top: -10%;
  left: -17%;
  z-index: -1;
}

.detail-img img {
  width: 30%;
}

.detail-title h2 {
  font-size: 100px;
  font-weight: bolder;
  color: #fff;
  letter-spacing: 5px;
}

.sab-res {
  display: none;
}

.sab-detail-title {
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 1%;
}

.detail-title p {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.detail-block2 {
  width: 55%;
  margin-left: 5%;
}

.detail-block2 p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 4px;
}

.business-our {
  padding: 5% 10%;
}

.our-title {
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
}

.our-mein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  padding: 3% 0%;
  border-bottom: 1px solid #fff;
}

.our-content {
  width: 20%;
}

.our-content2 {
  width: 70%;
}

.our-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}

.our-content2 p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.our-content2 span {
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}

#company {
  padding: 5% 20%;
}

.company-mein {
  margin-top: 5%;
}

.company-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 7%;
  border-bottom: 1px solid #fff;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.8;
  font-size: 16px;
}

.company-content {
  width: 25%;
}

.cpmpany-content2 {
  width: 70%;
}

/*==================================================

#player

====================================================*/

/* 左右いっぱいに伸びた横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  font-size: 20px;
}
.heading::after {
  background-color: #fff; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.heading::before {
  margin-right: 15px; /* 文字との余白 */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

.player-mein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  padding: 10% 10% 5% 10%;
}

.player-content-title {
  position: relative;
  z-index: 0;
}

.player-detail-img {
  position: absolute;
  top: -25%;
  left: -8%;
  width: 15%;
  z-index: -1;
}

.player-detail-title {
  font-size: 40px;
  letter-spacing: 2px;
}

.player-block {
  width: 50%;
}

.player-block2 {
  width: 40%;
  margin-left: 10%;
}

.player-name {
  margin-top: 5%;
}

.player-name h2 {
  font-size: 90px;
  letter-spacing: 4px;
}

.player-name p {
  font-size: 20px;
  letter-spacing: 5px;
  color: #fff;
}

.player-block-detail {
  padding: 5% 0%;
}

.player-res {
  display: none;
}

.player-block-pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1% 0%;
}

.player-block-left {
  width: 25%;
}

.player-block-left p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
}

.player-block-right {
  width: 70%;
}

.player-block-right p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
}

.player-sns {
  width: 5%;
  margin-bottom: 10%;
}

.other {
  padding: 10% 10% 0% 10%;
}

.other-mein {
  width: 50%;
}

.player-career {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  padding: 3%;
}
/*==================================================

#topicks

====================================================*/

.topicks-tag {
  padding: 0% 25% 4% 25%;
}

.topicks-tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}

.topicks-tag ul li {
  padding: 3% 0%;
  width: 40%;
  text-align: center;
  border-left: 1px solid #fff;
}

.topicks-tag ul li:last-child {
  border-right: 1px solid #ccc;
}

.topicks-tag ul li a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
}

.topicks-tag ul li {
  position: relative; /* 擬似要素を相対配置 */
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-decoration: none;
  display: inline-block; /* 擬似要素を正しく表示するため */
}

/* 擬似要素でアンダーラインを作る */
.topicks-tag ul li::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 2px; /* 下線の太さ */
  background: linear-gradient(90deg, #e90eb6, #8e58d1, #1bc4fb);
  transform: scaleX(0); /* 初期は幅ゼロ */
  transform-origin: left; /* 左から伸びる */
  transition: transform 0.3s ease;
}

/* ホバーで下線が伸びる */
.topicks-tag ul li:hover::after {
  transform: scaleX(1);
}

/*==================================================

#contact

====================================================*/
.contact {
  padding: 0% 20%;
}

.contact-form {
  background-color: #fff;
  padding: 5% 3%;
  color: #000;
}

.form-row {
  display: flex;
  margin-bottom: 20px;
}

.form-row label {
  width: 200px; /* ラベル幅を固定 */
  font-weight: normal;
  color: #000;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%; /* ✅ 全入力欄を100%幅に */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

/* ✅ 添付ファイルだけ border 無効化 */
#file-661 {
  border: none !important;
  background: none;
  padding: 0;
  font-size: 14px;
}

/* 必須バッジ */
.badge {
  display: inline-block;
  min-width: 40px;
  margin-right: 10px;
  padding: 4px 6px;
  font-size: 12px;
  text-align: center;
  background: #ff00aa; /* ピンク系 */
  color: #fff;
  border-radius: 3px;
}

.badge.optional {
  background: transparent;
  color: transparent;
}

/* 補足説明 */
.note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* チェックボックス行 */
.checkbox-row {
  align-items: flex-start;
}
.checkbox-row label {
  width: auto;
  font-weight: normal;
}

.form-inp {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.7em !important;
  margin-top: 0.5%;
  font-weight: normal;
  display: block;
}

/* CF7 送信ボタン用 */
input.about-btn-us {
  border: 1px solid #fff;
  width: 35%;
  border-radius: 40px;
  text-align: center;
  margin-top: 5%;
  overflow: hidden;
  position: relative;
  background: transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 3% 0;
  cursor: pointer;
  margin-left: 30%;
}

/* 擬似要素でグラデーション背景 */
input.about-btn-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(to right, #1bc4fb, #8e58d1, #e90eb6);
  transition: left 0.8s ease;
  z-index: -1;
}

/* ホバーアニメーション */
input.about-btn-us:hover::before {
  left: 0;
}
