@charset "UTF-8";

body {
  width: 640px;
  padding: 0;
  margin: 0;
  color: #333333;
  font-family: Arial, Geneva, SunSans-Regular, sans-serif;
  overflow-x: hidden;
  background: #FFF;
}

* {
  font-size: 22px;
  line-height: 130%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  word-break: break-all;
  white-space: normal;
}

.csfont {
  font-family: 'Oswald', sans-serif;
}

/* HEADER TOP */
#header {
  width: 100%;
  height: 237px;
  overflow: hidden;
}

#header-top {
  width: 640px;
  margin: 0 auto;
  height: 72px;
  display: flex;
  justify-content: space-between;
}

#header-top h1 img {
  width: auto;
  height: 77px;
  padding: 13px 16px;
}

#header-top h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 360px;
}

#sns {
  padding: 19px 14px 0 26px;
}

#sns a {
  display: inline-flex;
  margin: 0 18px;
}

#sns a img {
  height: 46px;
}

/* HEADER BOTTOM */
#header-bottom {
  width: 100%;
  padding: 3px 3px;
  background: #000000;
  display: flex;
}

/* SEARCH */
#search-box {
  width: 82%;
}

#search-box table.gsc-search-box {
  margin: 0;
}

div form .gsc-input-box {
  border-radius: 0 !important;
  padding: 0 0 0 16px;
}

div form .gsc-input {
  font-size: 28px;
}

div form.gsc-search-box {
  margin-bottom: 0;
}

div form .gsc-search-button-v2 {
  margin-left: -45px;
  border: none;
  background: none;
}

div form .gsc-search-button-v2 svg {
  fill: #000000;
  width: 26px;
}

.gsc-search-box-tools .gsc-clear-button {
  display: none;
}

div form .gsst_b {
  position: absolute;
  left: 4px;
  margin-top: -12px;
}

#searchresults {
  height: 0;
  z-index: 15;
  position: relative;
}

#searchresults .gsc-control-cse {
  padding: 0 15px;
  border: 0;
}

#searchresults .gsc-resultsbox-visible {
  margin: 15px 0;
}

#searchresults .gs-webResult.gs-result {
  display: flex;
  flex-wrap: wrap;
}

#searchresults .gsc-thumbnail-inside a,
#searchresults .gsc-thumbnail-inside b {
  font-size: 30px;
  color: #5fab9f;
  text-decoration: underline;
}

.gs-webResult div.gs-visibleUrl span:first-child {
  font-size: 0;
}

#searchresults .gs-promotion-image-box img.gs-promotion-image,
#searchresults .gs-web-image-box-portrait img.gs-image,
#searchresults .gs-web-image-box-landscape img.gs-image {
  width: 140px !important;
  height: 140px !important;
  max-width: 140px !important;
  max-height: 140px !important;
}

#searchresults .gsc-control-cse .gsc-table-result {
  display: flex;
  flex-wrap: nowrap;
  vertical-align: top;
}

#searchresults img.gs-image {
  display: inline;
}

#searchresults .gs-snippet {
  padding: 6px 0 0;
}

#searchresults .gsc-cursor-container-previous,
#searchresults .gsc-cursor-container-next {
  padding: 24px;
}

/* MENU */
#topmenu {
  width: 18%;
  padding: 4px 0 0;
  height: 48px;
  position: relative;
}

#menu-toggle {
  opacity: 0;
  position: absolute;
}

#menu-toggle:checked+.menu-btn>.arrow {
  transform: rotate(90deg);
}

#menu-toggle:checked~.side-menu-area {
  left: 0 !important;
}

.menu-btn {
  position: absolute;
  top: 50%;
  left: 0.5em;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 28px;
  margin-top: -0.5em;
  line-height: 110%;
}

.menu-btn>.arrow {
  display: block;
  position: relative;
  width: 15px;
  height: 13px;
  background-color: #ffffff;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  transition: transform 0.25s;
  margin: 0 0.2em 0 0;
}

.side-menu-area {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 8px 2px 6px rgba(0, 0, 0, .10);
  transition-duration: .25s;
  z-index: 100;
}

.side-menu-area li a {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.side-menu-area li a:hover {}

/* SLIDER */

/* STYLE */
a.Japanese,
span.Japanese,
span.Japanese a {
  color: #E5336E;
  font-family: 'Oswald', sans-serif;
}

a.Overseas,
span.Overseas,
span.Overseas a {
  color: #00ae95;
  font-family: 'Oswald', sans-serif;
}

h3.Japanese {
  border-bottom: solid 2px #E5336E;
}

h3.Overseas {
  border-bottom: solid 2px #00AE95;
}

#genlelink {
  padding: 0;
  float: right;
  padding: 0 12px 0 0;
}

#genlelink .Japanese {
  border: none !important;
  border-bottom: 2px solid #E5336E !important;
  padding: 0 1px 6px;
  margin: 0 1px;
}

#genlelink .Overseas {
  padding: 0 1px 6px;
  border: none !important;
  border-bottom: 2px solid #00AE95 !important;
  margin: 0 1px;
}

h2.bkline,
h3.bkline,
div.bkline {
  padding: 5px 7px 6px;
  margin: 16px 0 10px;
  color: #FFFFFF;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  overflow: hidden;
}

.bkline {
  background: #1B1B1B;
}

a,
a:link,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
}

.bkline a {
  color: #FFFFFF;
  font-size: 21px;
}

.pagenate {
  text-align: center;
  margin: 18px auto 0;
  padding: 30px 0 0;
  clear: both;
  width: 100%;
}

.pagenate ul li {
  list-style: none;
  padding: 0;
  margin: 0 9px;
  clear: none;
  display: inline;
  text-align: center;
}

.pagenate ul li span {
  display: inline-block;
  min-width: 2em;
  padding: 14px 8px 9px;
  background: #00AE95;
  color: #FFF;
  font-size: 21px;
}

.pagenate ul li a {
  display: inline-block;
  min-width: 2em;
  padding: 13px 7px 9px;
  background: #1B1B1B;
  border: solid 1px #ddd;
  text-align: center;
  color: #FFF;
  font-size: 21px;
  line-height: 110%;
}

.amazon {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  position: relative;
  top: 0;
  padding: 0 1px 0 3px !important;
  border-bottom: solid 3px #FBEB66;
  font-size: 22px;
  height: 23px;
  letter-spacing: 1px;
  margin-right: 0.6rem;
}

.tower {
  font-family: 'Oswald', sans-serif;
  background: #FFDB38;
  display: inline-block;
  top: 1px;
  padding: 1px 6px 0px !important;
  color: #F35353 !important;
  font-size: 18px;
  line-height: 23px;
  height: 26px;
  letter-spacing: 0;
  vertical-align: baseline;
  margin-right: 0.6rem;
}

.hmv {
  font-family: 'Oswald', sans-serif;
  background: #000;
  display: inline-block;
  position: relative;
  top: 1px;
  padding: 1px 4px 0 8px !important;
  color: #F467AC !important;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  letter-spacing: 2px;
  vertical-align: baseline;
  margin-right: 0.6rem;
}

/* LAYOUT */
.sp1 {
  width: 100%;
  padding: 0 2%;
}

.sp1 dl {
  display: flex;
  width: 100%;
  padding: 0 0 0.5em;
}

.sp1 dl dt {
  width: 30%;
  padding: 0;
  max-height: 7.4em;
  overflow: hidden;
}

.sp1 dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sp1 dl dd {
  width: 70%;
  padding-left: 2%;
}

.sp1 dl dd h3 {
  padding: 0 0 3px;
  line-height: 115%;
}

.sp1 dl dd h3 a {
  line-height: 115%;
}

.sp1 dl dd p {
  padding: 4px 0 0;
  line-height: 115%;
}

.sp1 dl dd p a {
  line-height: 115%;
}

.spslide {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 2% 0 0;
}

.spslide dl {
  width: 224px;
  flex: 0 0 auto;
  margin: 0 0 0 2%;
  padding: 0 0 0.6em;
}

.spslide dl dd h3 {
  height: 3.2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow-y: hidden;
  padding-bottom: 0.25em;
}

.spslide dl dd h3 a {
  line-height: 105%;
  max-height: 3.1em;
}

.spslide dl dd p a {
  height: 3.2em;
  line-height: 100%;
  overflow: hidden;
  display: inline-block;
  padding: 0.2rem;
}

.spslide dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spslide dl dd ul li {
  display: inline-block;
  padding: 3px 0 0;
}

.spslide dl dt a {
  display: inline-block;
  overflow: hidden;
}

.spslide dl dt .ytimg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: -21px;
  margin-bottom: -21px;
}

h2.whline,
h3.whline,
p.whline {
  padding: 0px 0px 5px;
  margin: 0px 0 5px 28px;
  color: #1A1A1A;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

h3.categoryopen:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: relative;
  top: 24px;
  left: -15px;
}

.categoryopen .open {
  display: inline-block !important;
  padding: 0 0 0 28px;
  font-size: 90%;
  color: #00AE95;
}

#indexlink a {
  display: inline-block;
  background: #DDD;
  padding: 22px 0 0;
  width: 77px;
  height: 77px;
  text-align: center;
  margin: 6px 3px;
  font-size: 32px;
  font-weight: normal;
}

.hiddenlist {
  display: none;
  padding: 0 0 1rem 11px;
}

#discreview p span {
  font-size: 25px;
  padding: 0 0 3px 1%;
  display: inline-block;
}

#discreview .spslide dl {
  width: 170px;
  margin: 0 1vw;
}

#discreview .spslide dl dt {
  height: 170px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#discreview .spslide dl dt a img {
  height: 170px;
}

#discreview .spslide dl dd h3,
#discreview .spslide dl dd h4 {
  padding: 0.3rem;
  margin: 0;
  line-height: 100%;
  text-align: left;
}

#discreview .spslide dl dd h4 {
  font-weight: normal;
}

#discreview .spslide dl dd p {
  display: none;
}


/* PATTERN */
.no-sp {
  display: none;
}

p.news-meta {
  color: #7f7e7e;
}

.showmore {
  display: inline-block;
  position: relative;
  padding: 6px 15px;
  background-color: #dbdada;
  height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  float: right;
  right: 22px;
  margin: 8px auto 4px;
}

.showmore a {
  z-index: 2;
}

.showmore::before {
  content: '';
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #dbdada;
  z-index: 1;
}

.showmore:hover {
  background-color: #ddd;
}

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

/* RIGHT */
#twitter-right {
  display: none;
}

#magazine,
#right-release {
  width: 49%;
  display: inline-block;
  padding: 0 1%;
  vertical-align: top;
}

.vscroll {
  height: 480px;
  overflow-y: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: rgb(0 174 149) transparent;
  /* Firefox */
}

/* For WebKit browsers like Chrome and Safari */
.vscroll::-webkit-scrollbar {
  width: 8px;
}

.vscroll::-webkit-scrollbar-track {
  background: transparent;
}

.vscroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.vscroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
}

.vscroll:hover::-webkit-scrollbar {
  display: block;
}

.vscroll::-webkit-scrollbar {
  display: none;
}

.vscroll dl.date {
  padding: 0 1% 1.2em;
}

.vscroll dl.date dt {}

.vscroll dl.date dd {}

.vscroll dl.date dd .Japanese h3 a {
  color: #e5336e;
}

.vscroll dl.date dd .Overseas h3 a {
  color: #00ae95;
}

.vscroll dl.date dd div h3 {}

.vscroll dl.date dd div h3 a {
  font-weight: normal;
  line-height: 100%;
}

#magazine {}

#magazine dl {
  /* display: flex; */
}

#magazine dl dt.img1 {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#magazine dl dt.img1 a {
  display: inline-block;
}

#magazine dl dt.img2 {}

#magazine dl dt.img3 {}

#magazine dl dd {
  padding: 0.8em 0 0em 0.2em;
}

#magazine dl dd h4 {
  margin: 0 0 0.1em;
  font-weight: normal;
}

#magazine dl dd h3 {
  margin: 0 0 0.6em;
}

#magazine dl dd h3 a {
  font-size: 133%;
}

#magazine dl dd p {
  padding-bottom: 0.7em;
}

#column-right {}

#column-right dl {
  display: inline-block;
  width: 46.6%;
  margin: 0 0 8px 2%;
}

#column-right dl dt img {
  width: 100%;
}

#column-right dl dd {
  display: none;
}

#rankingmenu {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
}

#rankingmenu li {
  list-style: none;
  margin: 0;
}

ul.rankingtab {
  height: 44px;
  width: 100%;
  display: block;
}

ul.rankingtab a {
  height: 38px;
  text-align: center;
  display: block;
  text-decoration: none;
  background: #ECECEC;
  padding: 0px 0 0;
  font-size: 24px;
  width: 100%;
  margin: 0;
}

.Japaneseposition {
  background: #E5336E;
}

.Overseasposition {
  background: #00AE95;
}

ul.rankingtab a.Japanese {
  color: #E5336E;
}

ul.rankingtab a.Overseas {
  color: #00AE95;
}

ul.rankingtab a:hover {}

ul.rankingtab a.active {
  color: #FFFFFF;
}

ul.rankingtab a.active.Japanese {
  background: #E5336E;
}

ul.rankingtab a.active.Overseas {
  background: #00AE95;
}

ul.rankingtab li {
  display: inline-block;
  padding: 0 42px 0 0;
  width: 50%;
  margin: 0;
  float: left;
}

ul.rankingtab li:first-child {
  padding: 0 0 0 42px;
}

.tabcontents {
  background: #FFF;
  padding: 6px 4px 0 12px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  min-height: 400px;
}

.tabcontents li {
  margin: 6px 0;
  border-bottom: 1px dotted #dddddd;
  padding: 4px 0 4px 38px;
  list-style: none;
  display: inline-block;
}

.tabcontents li a {
  display: inline-block;
  word-break: break-all;
}

.tabcontents li span {
  display: inline-block;
  padding: 1px 3px 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -2px 0 0 -38px;
  color: #FFF;
  border-radius: 15px;
}

/* Footer */
#footer-data {
  padding: 24px 0;
  width: 100%;
  border-bottom: 8px solid #808080;
}

#footer-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}

#footer-data ul li {
  display: inline-block;
  width: 30%;
  margin: 0 0 0 2%;
  padding: 0;
  text-align: center;
  font-size: 21px;
}

#footer {
  width: 100%;
  clear: both;
  margin: 0 auto;
  background: #202020;
  color: #FFF;
  padding: 8px 0 0;
}

#footer-menu1 {
  width: 640px;
  margin: 0 auto;
}

#footer-menu1 li {
  margin: 9px 15px 12px 0;
  list-style: none;
  display: inline-block;
}

#footer a {
  color: #FFF;
}

#footer-menu2 {
  width: 620px;
  margin: 0 auto;
}

#footer-menu2 li {
  font-size: 12px;
  list-style: none;
  margin: 0 34px 0 0;
  float: left;
  clear: none;
  padding: 0;
}

#footer-menu2 li a {
  font-weight: bold;
}

#footer p {
  color: #C7C7C7;
  font-size: 80%;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 10px 0 0;
}

#common-footer {
  padding: 0;
  clear: both;
  background: #E6E6E6;
}

#common-footer #groupmedia {
  list-style: none;
  padding: 0 0 24px 8px;
  margin: 0;
  /* width: 624px; */
  font-size: 0;
}

#common-footer #groupmedia li {
  width: 194px;
  display: inline-block;
  margin: 0px 7px;
  padding: 0;
  vertical-align: top;
}

#common-footer dl {
  margin: 0;
  padding: 0;
}

#common-footer dt {
  margin: 0;
  padding: 0;
}

#common-footer dd {
  display: none;
  font-size: 14px;
  padding: 8px 0 0 12px;
  margin: 0;
  color: #000000;
}

#common-footer h3 {
  font-size: 0;
  height: 108px;
  padding: 8px 4% 0;
}

#common-footer h3 a {
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 103px;
}

#common-footer h3.gekirock a {
  background: url(../img/footer/gekirock.webp) no-repeat center center/contain;
}

#common-footer h3.skream a {
  background: url(../img/footer/skream.webp) no-repeat center center/contain;
}

#common-footer h3.clothing a {
  background: url(../img/footer/gekirock_clothing.webp) no-repeat center center/contain;
}

#common-footer h3.rockaholic a {
  background: url(../img/footer/rockaholic.webp) no-repeat center center/contain;
}

#common-footer h3.liveholic a {
  background: url(../img/footer/liveholic.webp) no-repeat center center/contain;
}

#common-footer h3.rockhairfactory a {
  background: url(../img/footer/69hf.webp) no-repeat center center/contain;
}

#common-footer h3.gekirock {
  border-bottom: solid 3px #E5336E;
}

#common-footer h3.skream {
  border-bottom: solid 3px #00AE95;
}

#common-footer h3.clothing {
  border-bottom: solid 3px #3FBDE0;
}

#common-footer h3.rockaholic {
  border-bottom: solid 3px #CB1212;
}

#common-footer h3.liveholic {
  border-bottom: solid 3px #5AD21B;
}

#common-footer h3.rockhairfactory {
  border-bottom: solid 3px #149dcc;
}

#common-footer #groupmedia li a {
  color: #000;
}

#company {
  background: #000000;
  margin: 0;
  padding: 24px 0 40px;
  text-align: center;
}

#company li {
  display: inline-block;
  margin: 0 24px 22px;
}

#company #company-logo {
  text-align: center;
  width: 100%;
  margin: 0;
}

#company #company-logo h3 {
  height: 105px;
}

#company #company-logo h3 a {
  display: inline-block;
  width: 300px;
  height: 73px;
  background: url(../img/footer/company-logo.webp) center center no-repeat;
  background-size: contain;
  font-size: 0;
}

#company li a {
  font-size: 21px;
}

#entryimage {
  position: relative;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #333;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#entryimage img {
  display: none;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

#mainmovie iframe {
  max-width: 640px;
}

#yt-channel {
  display: flex;
  align-items: center;
  /* 縦方向の中央揃え */
  justify-content: flex-start;
  /* 横方向はデフォルトの並び順で揃える */
  gap: 10px;
  /* テキストとボタンの間の隙間 */
  font-family: Arial, sans-serif;
  /* フォントを適用（必要に応じて変更） */
  margin-top: 0.4em;
}

#yt-channel div {
  display: flex !important;
  align-items: center;
  /* iframeの縦位置を中央に揃える */
}

dl.items {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 1%;
}

dl.items dt {}

dl.items dd {}

.date .kanto:before {
  content: "関東";
  background: #D20000;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .kinki:before {
  content: "近畿";
  background: #D400C2;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .chubu:before {
  content: "中部";
  background: #8502D4;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .tohoku:before {
  content: "東北";
  background: #00C8CA;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .hokkaido:before {
  content: "北海道";
  background: #B3A600;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .chugoku:before {
  content: "中国";
  background: #00A049;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .shikoku:before {
  content: "四国";
  background: #C1641F;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .Shikoku:before {
  content: "四国";
  background: #C03;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .kyusyu:before {
  content: "九州";
  background: #0106CC;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

.date .okinawa:before {
  content: "沖縄";
  background: #C03;
  color: #FFF;
  width: 48px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  margin: 0 3px 2px 0px;
  display: inline-block;
  padding: 1px 1px 0;
  text-align: center;
}

h2.bkline,
h3.bkline,
p.bkline {
  /* height: 26px; */
  padding: 5px 7px 6px;
  margin: 16px 0 10px;
  color: #FFFFFF;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  overflow: hidden;
}

.x-share-button {
  display: inline-block;
  background-color: #000000;
  /* 黒背景 */
  color: #ffffff !important;
  /* 白文字 */
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 3px 8px;
  border-radius: 4px;
  /* 角の丸み（お好みで調整） */
  transition: background-color 0.2s ease;
  font-size: 12px;
  line-height: 1;
}

.x-share-button:hover {
  background-color: #333333;
  /* ホバー時に少し明るく */
  text-decoration: none;
}