@charset "UTF-8";
/* NEWラベル */
.new-marker {
  position: absolute;
  top: 0;
  left: 0;
}

.new-marker::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #008cd0;
  position: absolute;
  z-index: 100;
}

.new-marker::after {
  content: "New";
  display: block;
  top: 10px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  z-index: 101;
  font-size: .625rem;
}

/* SPラベル */
.sp-marker {
  position: absolute;
  top: 0;
  left: 0;
}

.sp-marker::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #f0ff00;
  position: absolute;
  z-index: 100;
}

.sp-marker::after {
  content: "SP";
  display: block;
  top: 10px;
  left: 5px;
  transform: rotate(-45deg);
  color: #000;
  position: absolute;
  z-index: 101;
  font-size: .625rem;
}

/* RANKINGラベル */
.ranking-marker {
  position: absolute;
  top: 0;
  left: 0;
}

.ranking-marker::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #1c1c55;
  position: absolute;
  z-index: 100;
}

.ranking-marker::after {
  content: counter(rank);
  display: block;
  top: 10px;
  left: 7px;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  z-index: 101;
  font-size: .625rem;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.wrapper {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.content {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

.content-inner {
  display: flex;
  justify-content: space-between;
}

.main {
  flex: 1;
  max-width: 804px;
}

.sidebar {
  width: 336px;
  margin-left: 60px;
}

.sidebar-ad {
  margin-bottom: 40px;
}

.sidebar-search {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 36px;
  border-radius: 40px;
  border: 1px solid #ccc;
  font-size: 1.125rem;
}

.sidebar-search::before {
  position: absolute;
  top: 14px;
  left: 12px;
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #bfbfbf;
}

.sidebar-list {
  margin-bottom: 50px;
}

.sidebar-list h2.sidebar-list-title {
  position: relative;
  padding-bottom: .8em;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  color: #313131;
  font-size: 1rem;
}

.sidebar-list h2.sidebar-list-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 50%;
  height: 3px;
  background-color: #1c1c55;
}

.sidebar-list .sidebar-list-group .sidebar-list-box {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner {
  display: flex;
  align-items: center;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner .sidebar-list-box-thumb-wrapper {
  width: 90px;
  position: relative;
  background-color: #eee;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner .sidebar-list-box-thumb-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner .sidebar-list-box-thumb-wrapper .sidebar-list-box-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner .sidebar-list-box-text {
  flex: 1;
  margin-left: 16px;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner .sidebar-list-box-text .sidebar-list-box-title {
  font-size: .875rem;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  color: #313131;
}

.sidebar-list .sidebar-list-group .sidebar-list-box a .sidebar-list-box-inner .sidebar-list-box-text .sidebar-list-box-date {
  font-size: .6875rem;
  color: #bfbfbf;
}

.sidebar-banner {
  margin-bottom: 30px;
}

.sidebar-banner a {
  display: block;
}

.sidebar-banner a:nth-of-type(n+2) {
  margin-top: 10px;
}

.sidebar-banner a img {
  width: 100%;
  height: auto;
}

.bottom-adsense {
  margin: 60px;
  text-align: center;
}

header .header-logo {
  padding: 20px 0 16px 0;
  text-align: center;
}

header .header-logo h1 img {
  height: 36px;
  width: auto;
}

header .header-logo .header-copy {
  margin-top: 8px;
  font-size: .6875rem;
}

header .header-globalnav {
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e0e0e0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), color-stop(0.75, #e0e0e0), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  height: 64px;
}

header .header-globalnav ul {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  list-style: none;
}

header .header-globalnav ul li {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
}

header .header-globalnav ul li a {
  height: 100%;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9375rem;
  font-weight: bold;
  text-align: center;
  color: #313131;
  border-bottom: 4px solid transparent;
}

header .header-globalnav ul li a .header-globalnav-ja {
  display: block;
  font-size: .6875rem;
  color: #959595;
  padding-top: 8px;
}

header .header-globalnav ul li a:hover {
  color: #1c1c55;
  border-bottom: 4px solid #1c1c55;
}

header .header-globalnav ul li a:hover .header-globalnav-en {
  color: #008cd0;
}

header .header-globalnav ul li:last-of-type {
  margin-right: 0;
}

footer {
  background-color: #eee;
  padding: 40px 0;
}

footer .footer-globalnav ul {
  margin-bottom: 20px;
  text-align: center;
  font-size: .75rem;
}

footer .footer-globalnav ul li {
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #fff;
}

footer .footer-globalnav ul li:last-of-type {
  border-right: none;
}

footer .footer-globalnav ul li a {
  color: #7d7d7d;
}

footer .footer-sns {
  margin: 30px 0;
  text-align: center;
  font-size: 1.25rem;
}

footer .footer-sns a {
  margin: 0 10px;
}

footer .footer-sns a.footer-sns-x {
  color: #000;
}

footer .footer-sns a.footer-sns-twitter {
  color: #00aced;
}

footer .footer-sns a.footer-sns-instagram {
  color: #833ab4;
}

footer .footer-sns a.footer-sns-facebook {
  color: #3360ff;
}

footer .footer-sns a.footer-sns-youtube {
  color: #ff0000;
}

footer .footer-credit {
  display: block;
  text-align: center;
  color: #7d7d7d;
  font-size: .75rem;
}

/*----------------------------------------
トップページ
----------------------------------------*/
.top-subheader {
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
}

.top-keyword {
  padding: 20px 0;
  flex: 1;
}

.top-keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}

.top-keyword ul li {
  margin-right: 10px;
  margin-bottom: 4px;
}

.top-keyword ul li a {
  display: block;
  border: 1px solid #008cd0;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: .75rem;
  color: #008cd0;
}

.top-search {
  padding: 14px 0;
  position: relative;
}

.top-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 5px 4px 5px 36px;
  border-radius: 40px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.top-search::before {
  position: absolute;
  top: 22px;
  left: 12px;
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #bfbfbf;
}

.top-headline {
  display: flex;
  background-color: #000;
}

.top-headline .top-headline-box {
  flex: 1;
  position: relative;
}

.top-headline .top-headline-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 78.125%;
}

.top-headline .top-headline-box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.top-headline .top-headline-box a:hover .top-headline-thumb {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.top-headline .top-headline-box a .top-headline-thumb {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: #eee;
}

.top-headline .top-headline-box a .top-headline-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-headline .top-headline-box a .top-headline-inner .top-headline-title {
  position: absolute;
  bottom: 0;
  max-height: 103px;
  padding: 20px;
  font-size: .9375rem;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  opacity: 1;
}

.top-latest-wrapper {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

.top-latest-wrapper .top-latest-column {
  flex: 1;
  margin-right: 30px;
}

.top-latest-wrapper .top-latest-column:last-of-type {
  margin-right: 0;
}

.top-latest-wrapper .top-latest-column h2.top-latest-group-title {
  position: relative;
  padding: 1em 0;
  text-align: center;
  color: #313131;
  font-size: 1.125rem;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e0e0e0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), color-stop(0.75, #e0e0e0), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  /*
            &::after {
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 2;
                content: '';
                width: 35%;
                height: 3px;
                background-color: $keycolor;
            }
            */
}

.top-latest-wrapper .top-latest-column h2.top-latest-group-title .top-latest-group-title-en {
  padding-left: 1em;
  font-size: .75rem;
  color: #008cd0;
}

.top-latest-wrapper .top-latest-column .top-latest-box {
  counter-increment: rank;
  border-bottom: 1px solid #eee;
}

.top-latest-wrapper .top-latest-column .top-latest-box a {
  display: block;
  color: #313131;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-inner {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-inner .top-latest-thumb-wrapper {
  width: 35%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-inner .top-latest-thumb-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-inner .top-latest-thumb-wrapper .top-latest-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top-latest-wrapper .top-latest-column .top-latest-box a:hover .top-latest-thumb {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.top-latest-wrapper .top-latest-column .top-latest-box a:hover .top-latest-thumb-wrapper {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-text {
  width: calc( 65% - 30px);
  margin-left: 30px;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-text h3.top-latest-title {
  color: #313131;
  max-height: 5.4em;
  line-height: 1.8;
  margin-bottom: 16px;
  overflow: hidden;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-text .top-latest-misc .top-latest-cat {
  display: inline;
  font-size: .75rem;
  padding-right: 1em;
  font-weight: bold;
  color: #008cd0;
  line-height: 1.8;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-text .top-latest-misc .top-latest-cat-special {
  background-color: #f0ff00;
  color: #000;
  padding: 0 0.8em;
  margin-right: 0.5em;
}

.top-latest-wrapper .top-latest-column .top-latest-box a .top-latest-text .top-latest-misc .top-latest-time {
  font-size: .625rem;
  display: inline-block;
  color: #7d7d7d;
}

.top-latest-wrapper a.top-latest-more {
  display: block;
  width: 50%;
  margin: 10px auto;
  padding: 16px;
  text-align: center;
  color: #666;
  font-size: .9375rem;
  font-weight: bold;
  border: 1px solid #999;
}

.top-feature-wrapper {
  width: 1200px;
  margin: 20px auto 60px auto;
  border: 3px solid #eee;
  padding: 40px 0 30px 0;
}

.top-feature-wrapper img {
  width: 100%;
  height: auto;
}

.top-feature-h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #313131;
}

.top-feature-h2 .en {
  margin-left: 20px;
  color: #008cd0;
}

.top-feature-banner-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 40px auto 0 auto;
  justify-content: center;
}

.top-feature-banner-item:nth-of-type(n+2) {
  margin-left: 20px;
}

.top-feature-banner-item a {
  display: block;
}

.top-ftb-wrapper {
  width: 1200px;
  margin: 60px auto 0 auto;
}

.top-ftb-wrapper img {
  width: 100%;
  height: auto;
}

.top-ftb-banner-wrapper {
  width: 960px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.top-cat-group .top-cat-wrapper:nth-of-type(odd) {
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e0e0e0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), color-stop(0.75, #e0e0e0), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e0e0e0 25%, transparent 25%, transparent 50%, #e0e0e0 50%, #e0e0e0 75%, transparent 75%, transparent);
}

.top-cat-wrapper {
  padding: 40px;
}

.top-cat-wrapper .top-cat-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: .8em;
  border-bottom: 3px solid #1c1c55;
  margin-bottom: 30px;
}

.top-cat-wrapper .top-cat-header h2.top-cat-name {
  color: #313131;
  font-size: 1.125rem;
}

.top-cat-wrapper .top-cat-header h2.top-cat-name .top-cat-title-ja {
  color: #959595;
  font-size: .875rem;
  margin-left: .5em;
}

.top-cat-wrapper .top-cat-header .top-cat-archivelink {
  font-size: .875rem;
  color: #666;
}

.top-cat-wrapper .top-cat-group {
  display: flex;
}

.top-cat-wrapper .top-cat-group .top-cat-box {
  flex: 1;
  margin-right: 30px;
}

.top-cat-wrapper .top-cat-group .top-cat-box:last-of-type {
  margin-right: 0;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-thumb-wrapper {
  background-color: #eee;
  position: relative;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-thumb-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-thumb-wrapper .top-cat-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.top-cat-wrapper .top-cat-group .top-cat-box:hover .top-cat-thumb {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.top-cat-wrapper .top-cat-group .top-cat-box:hover .top-cat-thumb-wrapper {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text {
  margin-top: 20px;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text .top-cat-title {
  height: 4.5em;
  color: #313131;
  font-size: .9375rem;
  line-height: 1.5;
  overflow: hidden;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text .top-cat-date, .top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text .top-cat-credit {
  font-size: .625rem;
  color: #7d7d7d;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text-pr {
  margin-top: 0;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text-pr .top-cat-title {
  height: auto;
  margin-bottom: 0.5em;
}

.top-cat-wrapper .top-cat-group .top-cat-box .top-cat-text-pr .top-cat-date {
  display: block;
  margin-bottom: 0.5em;
}

.top-cat-wrapper-pr {
  border-bottom: 1px solid #eee;
}

.top-bottom {
  display: flex;
  padding: 60px 0 0 0;
  justify-content: space-between;
}

.top-bottom-banner-wrapper {
  flex: 1;
  margin-right: 40px;
}

.top-bottom-banner-wrapper .top-bottom-banner-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-bottom-banner-wrapper .top-bottom-banner-inner .top-bottom-banner {
  width: calc((100% - 10px)/2);
  height: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #eee;
}

.top-bottom-banner-wrapper .top-bottom-banner-inner .top-bottom-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  padding: 10px 20px;
  text-align: center;
}

.top-bottom-banner-wrapper .top-bottom-banner-inner .top-bottom-banner a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.top-bottom-banner-wrapper .top-bottom-banner-inner .top-bottom-banner:nth-of-type(2n) {
  margin-right: 0;
}

.top-bottom-spbanner-wrapper {
  padding-top: 60px;
}

.top-bottom-spbanner-wrapper .top-bottom-spbanner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-bottom-spbanner-wrapper .top-bottom-spbanner-inner .top-bottom-spbanner {
  margin-right: 30px;
}

.top-bottom-spbanner-wrapper .top-bottom-spbanner-inner .top-bottom-spbanner:last-of-type() {
  margin-right: 0;
}

.top-bottom-twitter, .sidebar-twitter {
  width: 336px;
  height: 380px;
  padding: 10px;
  border: 1px solid #eee;
  overflow-x: hidden;
  overflow-y: scroll;
}

.top-bottom-sns-banner {
  margin-bottom: 20px;
}

/*----------------------------------------
アーカイブ
----------------------------------------*/
.archive-title {
  padding: 40px 0;
  font-size: 1.5rem;
  color: #313131;
}

.archive-title-category {
  padding: 48px 0;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-image: url(../images/bg_category.jpg);
  background-size: cover;
  background-position: center center;
}

.archive-bigbox {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.archive-bigbox a .archive-bigbox-thumb-wrapper {
  position: relative;
}

.archive-bigbox a .archive-bigbox-thumb-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.841%;
}

.archive-bigbox a .archive-bigbox-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-color: #eee;
}

.archive-bigbox a .archive-bigbox-text {
  margin-top: 20px;
}

.archive-bigbox a .archive-bigbox-text h3.archive-bigbox-title {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.5;
  max-height: 3em;
  color: #313131;
}

.archive-bigbox a .archive-bigbox-text .archive-bigbox-date {
  font-size: .6875rem;
  color: #7d7d7d;
}

.archive-group > div {
  counter-increment: rank;
}

.archive-group .archive-box a {
  display: block;
  color: #313131;
}

.archive-group .archive-box a .archive-box-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.archive-group .archive-box a .archive-box-inner .archive-box-thumb-wrapper {
  width: 35%;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.archive-group .archive-box a .archive-box-inner .archive-box-thumb-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}

.archive-group .archive-box a .archive-box-inner .archive-box-thumb-wrapper .archive-box-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.archive-group .archive-box a .archive-box-inner .archive-box-text {
  width: calc(65% - 30px);
  margin-left: 30px;
}

.archive-group .archive-box a .archive-box-inner .archive-box-text .archive-box-title {
  font-size: 1.125rem;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  color: #313131;
}

.archive-group .archive-box a .archive-box-inner .archive-box-text .archive-box-date {
  font-size: .6875rem;
  color: #7d7d7d;
}

.archive-group .archive-box a:hover .archive-box-thumb {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.archive-group .archive-box a:hover .archive-box-thumb-wrapper {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.pagenation {
  text-align: center;
  margin-top: 40px;
}

.pagenation .page-numbers {
  margin: 0 .5em;
  color: #666;
}

/*----------------------------------------
記事ページ
----------------------------------------*/
.article-header {
  width: 890px;
  margin: 60px auto 80px auto;
  margin-bottom: 80px;
}

.article-header .article-title {
  font-size: 2.25rem;
  line-height: 1.4;
}

.article-header .article-misc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-header .article-misc time {
  color: #7d7d7d;
  margin-right: 1em;
}

.article-header .article-cat a {
  color: #008cd0;
  font-weight: bold;
  margin-right: 1em;
}

.article-header .article-share {
  display: inline-block;
  list-style: none;
}

.article-header .article-share li {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.25rem;
}

.article-header .article-share .article-share-x {
  color: #000;
}

.article-header .article-share .article-share-twitter {
  color: #00aced;
}

.article-header .article-share .article-share-facebook {
  color: #3b5998;
}

.article-header .article-share .article-share-line {
  color: #00c300;
}

.article-header .article-share .article-share-hatena img {
  line-height: 1;
  height: .9em;
  width: auto;
  margin-bottom: -1px;
}

.article-header h2 {
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 40px;
}

.article-header .article-introduction-image {
  text-align: center;
}

.article-header .article-introduction-image img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
}

.article-contents {
  line-height: 2.0;
  padding-bottom: 120px;
}

.article-contents a {
  color: #0081ff;
}

.article-contents a:visited {
  color: #a0a0a0;
}

.article-contents h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 14px;
  margin-bottom: 1em;
  border-bottom: 2px solid #bfbfbf;
}

.article-contents h3 {
  font-size: 1.25rem;
  margin-bottom: .5em;
}

.article-contents p {
  margin-bottom: 2em;
}

.article-contents img {
  max-width: 100%;
  max-height: 800px;
  width: auto;
  height: auto;
}

.article-contents .fullheight img {
  max-height: 100% !important;
}

.article-contents .article-pagecounts {
  text-align: center;
}

.article-contents .article-pagelinks {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.article-contents .article-pagelinks a {
  display: block;
  width: 8em;
  margin: 0 10px;
  padding: 4px;
  border: 2px solid #008cd0;
  text-align: center;
  font-size: .875rem;
  font-weight: bold;
  color: #008cd0;
}

.article-contents .article-related-link {
  margin-top: 1em;
  margin-bottom: 1em;
}

.article-contents .article-related-link ul {
  list-style: none;
}

.article-contents .article-tag {
  margin-top: 4em;
  font-size: .875rem;
}

.article-contents .article-tag a {
  margin-right: .5em;
  color: #008cd0;
}

.article-contents .article-tag a:before {
  content: '#';
}

.article-contents .alignleft {
  float: left;
  margin-right: 30px;
}

.article-contents .alignright {
  float: right;
  margin-left: 30px;
}

.article-contents ol {
  padding-left: 1.25em;
  margin-bottom: 2em;
}

.article-contents ul {
  padding-left: 1.25em;
  margin-bottom: 2em;
}

.article-contents ul.wp-block-gallery {
  padding-left: 0;
}

.article-contents .wp-block-image {
  line-height: 1.2;
}

.article-contents .wp-block-table {
  width: 100%;
  max-width: 100%;
  min-width: 240px;
  border-collapse: collapse;
  margin-bottom: 2em;
  word-break: break-all;
  word-wrap: break-all;
}

.article-contents .wp-block-table td, .article-contents .wp-block-table th {
  padding: 10px;
  border: 1px solid #ccc;
}

.article-contents .wp-block-quote {
  margin-bottom: 2em !important;
  background-color: #f7f7f7;
  padding: 30px !important;
}

.article-contents .wp-block-quote cite {
  font-size: .75rem;
  color: #666;
}

.article-contents .tadv-background-color {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F7FF78 60%) !important;
}

.article-related-post {
  margin-bottom: 30px;
}

.article-related-post .article-related-post-group-title {
  font-size: 1.125rem;
  padding-bottom: 8px;
  border-bottom: 3px solid #1c1c55;
  margin-bottom: 30px;
}

.article-related-post .article-related-post-group {
  display: flex;
  flex-wrap: wrap;
}

.article-related-post .article-related-post-group .article-related-post-box {
  width: calc((100% - 16px*3)/4);
  margin-right: 16px;
  margin-bottom: 30px;
}

.article-related-post .article-related-post-group .article-related-post-box:nth-of-type(4n) {
  margin-right: 0;
}

.article-related-post .article-related-post-group .article-related-post-box a .article-related-post-thumb-wrapper {
  width: inherit;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.article-related-post .article-related-post-group .article-related-post-box a .article-related-post-thumb-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}

.article-related-post .article-related-post-group .article-related-post-box a .article-related-post-thumb-wrapper .article-related-post-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.article-related-post .article-related-post-group .article-related-post-box a:hover .article-related-post-thumb {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.article-related-post .article-related-post-group .article-related-post-box a:hover .article-related-post-thumb-wrapper {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.article-related-post .article-related-post-group .article-related-post-box a .article-related-post-title {
  height: 5.6em;
  margin-top: 10px;
  font-size: .9375rem;
  line-height: 1.4;
  color: #313131;
  overflow: hidden;
}

.wp-block-image figcaption {
  text-align: left !important;
  color: #666;
  font-size: .8em;
}

.left figcaption {
  text-align: left !important;
}

.center figcaption {
  text-align: center !important;
}

.right figcaption {
  text-align: right !important;
}

.wpcf7-form input, .wpcf7-form button, .wpcf7-form textarea, .wpcf7-form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  border: 0;
  padding: 10px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  margin: 0 0 20px;
}

.wpcf7-form textarea {
  width: 80%;
}

.wpcf7-form input[type="submit"], .wpcf7-form button {
  padding: 15px 50px;
  margin: 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  background-color: #eee;
  cursor: pointer;
}

/*----------------------------------------
ブランド
----------------------------------------*/
.readmore {
  position: relative;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}

.readmore-label {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  padding: 40px 5px 5px 5px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore-label:before {
  content: '続きを表示';
}

.readmore-check {
  display: none;
}

.readmore-check:checked ~ .readmore-label {
  /*
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    padding-top: 5px;
    */
  display: none;
}

.readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
}

.readmore-check:checked ~ .readmore-content {
  height: auto;
}

.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

.brand-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.brand-box {
  width: 256px;
  margin-right: 15px;
  margin-bottom: 60px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.brand-box-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 124px;
  padding: 20px;
}

.brand-box-logo img {
  max-height: 60px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.brand-box-data {
  padding: 20px 10px 10px 10px;
  border-top: 1px solid #e5e5e5;
}

.brand-box-data-name {
  font-size: 1rem;
  font-weight: bold;
}

.brand-box-data-name a {
  color: #000;
}

.brand-box-data-company-name {
  font-size: .8125rem;
  margin-top: 10px;
}

.brand-box-data-info {
  height: 2.25rem;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
}

.brand-box-data-link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  list-style: none;
}

.brand-box-data-link li {
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: .75rem;
}

.brand-box-data-link li i {
  font-size: .875rem;
  margin-right: .2rem;
}

.brand-box-data-link li a {
  display: block;
  color: #008cd0;
}

.brand-page-header-logo {
  text-align: center;
}

.brand-page-header-logo img {
  max-height: 160px;
  max-width: 400px;
  height: auto;
  width: auto;
}

.brand-page-introduction {
  font-size: 0.875rem;
  line-height: 2.0;
}

.brand-page-info {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: .875rem;
  line-height: 1.5;
}

.brand-page-info th, .brand-page-info td {
  border: 1px solid #ccc;
  padding: 10px;
}

.brand-page-info th {
  width: 30%;
  background-color: #f7f7f7;
  text-align: center;
}

.brand-page-info td ul {
  list-style: none;
}

.brand-page-info a {
  color: #008cd0;
}

.brand-page-info-link i {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}

.brand-page-data-wrapper {
  margin-top: 40px;
}

.brand-page-pressrelease-button {
  display: block;
  margin: 20px auto;
  font-size: .9375rem;
}

.brand-page-archive-title {
  padding: 60px 0 30px 0;
}

.brand-page-archive-group {
  border-top: 1px solid #eee;
}

#ftbsearchform input[type="text"] {
  display: block;
  width: 500px;
  padding: 10px 10px 10px 36px;
  border-radius: 40px;
  border: 1px solid #ccc;
  font-size: 1.125rem;
}

.ftbsearchform-wrapper {
  position: relative;
}

.ftbsearchform-wrapper:before {
  position: absolute;
  top: 14px;
  left: 12px;
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #bfbfbf;
}

.brand-archive-h3 {
  margin-bottom: 20px;
}

.brand-archive-search-group {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.brand-archive-tags {
  list-style: none;
}

.brand-archive-tags li a {
  display: inline-block;
  border: 1px solid #008cd0;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: .75rem;
  color: #008cd0;
}

.brand-archive-initial-list {
  margin-bottom: -10px;
}

.brand-archive-initial-list a {
  display: inline-block;
  color: #008cd0;
  padding: 0 8px;
  margin-bottom: 10px;
  border-right: 1px solid #eee;
  font-size: .875rem;
}

.brand-archive-initial-list a:last-of-type {
  border-right: none;
}

.article-brand {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #e5e5e5;
  line-height: 1.6;
  margin-bottom: 30px;
}

.article-brand-image {
  width: 240px;
  margin-right: 30px;
}

.article-brand-image img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
}

.article-brand-data {
  flex: 1;
}

.article-brand-name {
  font-size: 1.125rem !important;
  margin-bottom: .25rem !important;
  font-weight: bold;
}

.article-brand-company-name {
  font-size: .8125rem;
  margin-bottom: 5px;
}

.article-brand-info {
  height: 3.2em;
  overflow: hidden;
  font-size: .75rem;
  color: #666;
}

.article-brand-link {
  list-style-type: none;
  font-size: .75rem;
  padding-left: 0 !important;
  margin-top: .5em;
  margin-bottom: .5em !important;
  display: flex;
  flex-wrap: wrap;
}

.article-brand-link li {
  margin-right: 10px;
}

.article-brand-link a {
  color: #008cd0 !important;
}

.article-brand-link i {
  margin-right: 5px;
}

.article-brand-page {
  font-size: .8125rem;
  font-weight: bold;
  color: #000 !important;
}

/* プレスリリース */
.pr-page-download-button {
  display: inline-block;
  padding: 0.8em 1.6em;
  margin-top: 30px;
  font-size: .875rem;
  text-align: center;
  background-color: #0081ff;
  color: #fff !important;
}

.pr-page-download-button:hover, .pr-page-download-button:visited {
  color: #fff;
}

.pr-page-info {
  width: 100%;
  margin: 60px 0;
  border-collapse: collapse;
  font-size: .875rem;
  line-height: 1.5;
}

.pr-page-info th,
.pr-page-info td {
  border: 1px solid #ccc;
  padding: 10px;
}

.pr-page-info th {
  width: 30%;
  background-color: #f7f7f7;
  text-align: center;
}

.pr-page-info td ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.pr-page-info a {
  color: #008cd0;
}

.pr-related-post-group .pr-related-post-box a {
  display: block;
  color: #313131;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.pr-related-post-group .pr-related-post-box a .pr-related-post-box-title {
  font-size: 1rem;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  color: #313131;
}

.pr-related-post-group .pr-related-post-box a .pr-related-post-box-date {
  font-size: .6875rem;
  color: #7d7d7d;
}

.pr-archive-group .pr-archive-box a {
  display: block;
  color: #313131;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.pr-archive-group .pr-archive-box a .pr-archive-box-title {
  font-size: 1.125rem;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  color: #313131;
}

.pr-archive-group .pr-archive-box a .pr-archive-box-date {
  font-size: .6875rem;
  color: #7d7d7d;
}

.pr-archive-group .pr-archive-box a .pr-archive-box-credit {
  font-size: .6875rem;
  color: #7d7d7d;
  padding-left: 1em;
}

/* 広告　*/
.common-adbanner-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
}

.common-adbanner-item:nth-of-type(n+2) {
  margin-left: 20px;
}

.common-adbanner-item a {
  display: block;
}

.top-adbanner-wrapper {
  margin: 80px auto;
}

.article-adbanner-wrapper {
  margin: -40px auto 40px auto;
}

/* 特集 */
.feature-thumbnail img {
  width: 100%;
  height: auto;
}

.feature-header {
  padding: 50px 0 30px 0;
}

.feature-h1 {
  font-size: 1.875rem;
  line-height: 1.5;
  color: #313131;
  text-align: center;
}

.feature-lead {
  padding-bottom: 50px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: bold;
  color: #313131;
}
