@charset "UTF-8";
.top-mv {
  padding-top: 4.375rem;
  z-index: 5;
}

@media (max-width: 768px) {
  .top-mv {
    padding-top: 5rem;
  }
}
.top-mv__lead {
  text-align: center;
  color: #fff;
  font-size: 2.875rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  letter-spacing: 0;
}
.top-mv__lead br {
  display: none;
}

@media (max-width: 1100px) {
  .top-mv__lead {
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .top-mv__lead {
    font-size: clamp(1.5rem, 8vw, 3.125rem);
  }
}
@media (max-width: 1100px) {
  .top-mv__lead br {
    display: block;
  }
}
.top-mv__text {
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
}
.top-mv__text br {
  display: block;
}

@media (max-width: 768px) {
  .top-mv__text {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 520px) {
  .top-mv__text br {
    display: none;
  }
}
.top-mv__form {
  width: min(95%, 1000px);
  margin: 0 auto 0.9375rem;
}

@media (max-width: 840px) {
  .top-mv__form {
    margin-bottom: 2.5rem;
  }
}
.top-mv__form-input {
  background: #fff;
  width: 100%;
  display: block;
  border: none;
  padding: 1.875rem 1.875rem 1.875rem 5rem;
  font-size: 1.25rem;
  font-family: "noto";
  font-weight: 700;
}
.top-mv__form-input::-moz-placeholder {
  font-weight: 700;
  font-weight: 700;
}
.top-mv__form-input::placeholder {
  font-weight: 700;
}

@media (max-width: 768px) {
  .top-mv__form-input {
    font-size: 1rem;
    padding: 1.5625rem 1.25rem 1.5625rem 3.75rem;
  }
}
.top-mv__form-btn {
  display: block;
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0) url("../img/common/btn_search.svg") no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 50;
}

@media (max-width: 768px) {
  .top-mv__form-btn {
    left: 0.625rem;
    background-size: 100% auto;
  }
}
@media (hover: hover) {
  .top-mv__form-btn:hover {
    cursor: pointer;
  }
}
.top-mv__keywords {
  margin-bottom: 3.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 840px) {
  .top-mv__keywords {
    display: none;
  }
}
.top-mv__keywords-label {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-right: 0.625rem;
}

.top-mv__keywords-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.4375rem;
}

.top-mv__keywords-item a {
  font-size: 0.8125rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.top-mv__news {
  width: min(100%, 1000px);
  margin: 0 auto;
  background: rgba(5, 5, 30, 0.8);
  text-align: center;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 3.75rem;
}
.top-mv__news .br-sp,
.top-mv__news .br-tab {
  display: none;
}

@media (max-width: 768px) {
  .top-mv__news {
    text-align: left;
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .top-mv__news .br-tab {
    display: block;
  }
}
@media (max-width: 520px) {
  .top-mv__news .br-sp {
    display: block;
  }
}
.top-mv__news-icon {
  margin-right: 0.625rem;
  font-weight: 700;
  color: #ffea00;
}

.top-mv__news-date {
  font-weight: 700;
  padding-right: 0.625rem;
}

.top-mv__news-text {
  padding-right: 0.625rem;
  font-size: 1.125rem;
}

.top-mv__news-icon-text a {
  text-decoration: underline;
  color: #fff;
}

.top-mv__news-after {
  font-weight: 500;
  padding-left: 0.625rem;
}
.top-mv__news-after a {
  text-decoration: underline;
  color: #fff;
}

.top-mv__info {
  background: rgba(0, 0, 0, 0.6);
  padding: 1.25rem;
}

.top-mv__info-text {
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
}

.top-mv__info-col {
  color: #ffea00;
}

.main {
  z-index: 1000;
  display: flex;
}
.main:has(.aside.is-active) {
  z-index: 1200;
}

.ads {
  margin-bottom: 1.25rem;
}

.top-main {
  padding: 2.5rem;
  width: calc(100% - 300px);
  margin-left: 300px;
}

@media (max-width: 768px) {
  .top-main {
    padding: 1.25rem;
    width: 100%;
    margin-left: 0;
  }
}
.top-main__first {
  background: #f4f4f4;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.top-main__first a {
  text-decoration: underline;
  color: var(--blue);
}

.top-main__set {
  padding-bottom: 1.25rem;
}

.top-main__set-news {
  margin-bottom: 1.875rem;
}

.top-main__title {
  font-size: clamp(1rem, 5vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #f4f4f4;
  padding: 0.3125rem 0;
}
.top-main__title strong {
  font-size: clamp(1.25rem, 8vw, 2.25rem);
}

@media (max-width: 768px) {
  .top-main__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .top-main__title strong {
    font-size: 1.75rem;
  }
}
.top-main__nav a {
  background: #1d262d;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  padding: 1.25rem 1.25rem;
  display: block;
  width: min(100%, 400px);
  font-weight: 700;
  margin-bottom: 1.875rem;
  border-radius: 6px;
}
.top-main__nav a::before {
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 0.5rem;
  height: 0.625rem;
  background: #fff;
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .top-main__nav a {
    max-width: 100%;
    margin: 0 auto 1.875rem;
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
  }
}
.detail {
  margin-bottom: 1.875rem;
}

@media (max-width: 1400px) {
  .detail {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .detail {
    padding-top: 0;
  }
}
.main-lower {
  padding-top: 4.375rem;
}

.lower-main {
  width: calc(100% - 320px);
  padding: 0 1.25rem 3.75rem 0;
  margin-left: 320px;
}

@media (max-width: 768px) {
  .lower-main {
    width: 100%;
    padding: 0 0.625rem;
    margin: 0;
  }
}
.lower-main__set {
  padding-bottom: 3.75rem;
}

.lower-main-detail {
  padding-top: 6.25rem;
}

@media (max-width: 768px) {
  .lower-main-detail {
    padding-top: 5.625rem;
  }
}
.lower-main__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .lower-main__title {
    font-size: 1.25rem;
  }
}
.lower-main-feature__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

@media (max-width: 768px) {
  .lower-main-feature__title {
    font-size: 1.25rem;
  }
}
.detail__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  gap: 1.25rem;
}

.detail-share {
  margin: 0 3.125rem 1.875rem;
}

@media (max-width: 768px) {
  .detail-share {
    margin: 0;
    display: block;
  }
}
@media (max-width: 1200px) {
  .detail-share__sns {
    display: none;
  }
}
@media (max-width: 768px) {
  .detail-share__sns {
    display: block;
  }
}
@media (max-width: 1400px) {
  .detail-share__input {
    display: none;
  }
}
@media (max-width: 768px) {
  .detail-share__input {
    display: block;
  }
}
.detail-share__input {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 0.3125rem;
  font-size: 1rem;
}

.detail-share__btn {
  margin-bottom: 0.625rem;
  border-radius: 4px;
}
.detail-share__btn a {
  display: block;
  text-align: center;
  padding: 0.625rem;
  color: #fff;
  font-weight: 700;
}

.detail-share__btn--x {
  background: #16181c;
}

.detail-share__btn--fb {
  background: #1877f2;
}

.detail-share__btn--line {
  background: #00b900;
}

.detail-description {
  background: #f9f7ee;
  padding: 0.9375rem;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
}

.detail-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.875rem;
}

@media (max-width: 1250px) {
  .detail-main {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .detail-main {
    padding: 0;
    gap: 1.25rem;
  }
}
.detail-left {
  max-width: 1300px;
  flex: 1;
  width: 100%;
}

.detail-left__text {
  font-size: 0.8125rem;
}
.detail-left__text a {
  color: #231815;
  text-decoration: underline;
}

.detail-image {
  margin-bottom: 1.25rem;
}

.detail-image__caption {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 700;
}

.detail-text {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.detail-text a {
  text-decoration: underline;
  color: var(--blue);
}

.detail-right {
  width: 400px;
}

@media (max-width: 1250px) {
  .detail-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .detail-right {
    margin-bottom: 1.875rem;
  }
}
.detail-right__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: clamp(1.625rem, 6vw, 2.5rem);
  color: #374957;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .detail-right__title {
    padding-top: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
.detail-right__lang {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .detail-right__lang .ch {
    display: none;
  }
}
.detail-right__sub {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.detail-right__url {
  font-size: 0.75rem;
}

.detail-right__info {
  line-height: 1.3;
  margin-top: 1.25rem;
  background: #f4f4f4;
  padding: 1.25rem;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .detail-right__info {
    margin-bottom: 1.25rem;
  }
}
.detail-right__info-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9375rem;
}

.detail-right__info-item {
  font-size: 0.6875rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  padding: 0.25rem 0.375rem;
}
.detail-right__info-item a {
  text-decoration: underline;
  padding: 0 0 1.875rem 0;
}
.detail-right__info-item br {
  display: none;
}

.detail-right__info-label {
  font-weight: 700;
}
.detail-right__info-label::after {
  content: ":";
  padding: 0 2px;
}

.detail-wrap {
  margin-bottom: 3.75rem;
}

.detail-download {
  margin-bottom: 1.25rem;
  background: #f2f5f3;
  padding: 1.25rem 0;
}

.detail-download__agree {
  font-size: 0.875rem;
  margin: 0.625rem 0;
  text-align: center;
}
.detail-download__agree a {
  text-decoration: underline;
  color: var(--blue);
}

.detail-download__size {
  font-size: 0.875rem;
  padding: 0.625rem 0.625rem;
}
.detail-download__size:last-child {
  margin-bottom: 0;
}
.detail-download__size:has(input:checked) {
  background: #e0f3e3;
  font-weight: 700;
}
.detail-download__size:has(input:checked) .detail-download__name,
.detail-download__size:has(input:checked) a {
  color: #1a7729;
}

.detail-download__thanks.is-active {
  opacity: 1;
  display: block;
}

.detail-download__label {
  padding-left: 1.875rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.detail-download__label::before,
.detail-download__label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
}
.detail-download__label::before {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
}
.detail-download__label::after {
  opacity: 0;
  width: 1rem;
  height: 1rem;
  left: 3px;
  background: #1a7729;
}

.detail-download__byte {
  background: #fff;
  width: 80px;
  text-align: center;
  padding: 0.125rem;
}

@media (max-width: 768px) {
  .detail-download__byte {
    width: 70px;
  }
}
.detail-download__type {
  width: 60px;
  background: #e8b323;
  padding: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0rem 5;
  border-radius: 4px;
  color: var(--black);
}

@media (max-width: 768px) {
  .detail-download__type {
    width: 50px;
  }
}
.detail-download__type--webp {
  background: #255e8e;
  color: #fff;
}

.detail-download__imgsize {
  font-size: 0.75rem;
  letter-spacing: 0.1px;
  font-weight: 500 !important;
  color: #111;
}

.detail-download__radio {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.detail-download__radio:checked + .detail-download__label::after {
  opacity: 1;
}

.detail-download__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
}
.detail-download__name a {
  pointer-events: none;
  width: 80px;
}

@media (max-width: 520px) {
  .detail-download__name {
    font-size: 0.8125rem;
    gap: 0.5rem;
  }
}
@media (max-width: 520px) {
  .detail-download__name a {
    width: 70px;
  }
}
.detail-download__btn {
  transition: 0.3s;
  margin-bottom: 1.875rem;
}
.detail-download__btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0) url("../img/lower/icon_download.svg") no-repeat left top;
  background-size: cover;
  z-index: 50;
}

@media (hover: hover) {
  .detail-download__btn:hover {
    opacity: 0.8;
  }
}
.detail-download__link {
  background: #1a9d6c;
  border-radius: 8px;
  color: #fff;
  padding: 1.25rem 0.625rem 1.25rem 1.875rem;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.125rem;
  box-shadow: 0 6px 0 #0e744e;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-family: "noto";
  cursor: pointer;
}
.detail-download__link .en {
  letter-spacing: 0;
}

@media (max-width: 400px) {
  .detail-download__link {
    font-size: 1rem;
  }
}
.detail-bottom {
  width: 90%;
}

.detail-tag {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.detail-tag__label {
  width: 1.25rem;
}

.detail-tag__list {
  display: flex;
  gap: 1.25rem 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}

.detail-tag__item a {
  font-size: 0.875rem;
  padding: 0.5rem 0.9375rem;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  background: #369e75;
}

.list__head {
  margin-bottom: 1.25rem;
  color: #374957;
  font-weight: 700;
  font-size: clamp(1.25rem, 4vw, 1.875rem);
  border-bottom: 2px solid #f4f4f4;
}

.list__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  overflow-x: hidden;
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
  gap: 1.25rem 1.875rem;
}

@media (max-width: 768px) {
  .list__wrap {
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (max-width: 520px) {
  .list__wrap {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
.list__wrap--all {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .list__wrap--all {
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1830px) {
  .list__wrap--detail .list__item:last-child {
    display: none;
  }
}
@media (max-width: 1455px) {
  .list__wrap--detail .list__item:last-child,
  .list__wrap--detail .list__item:nth-last-child(2) {
    display: none;
  }
}
.list__item {
  width: 100%;
  overflow: hidden;
  scroll-snap-align: start;
  max-width: 364px;
}

@media (max-width: 768px) {
  .list__item {
    flex: 0 0 45vw;
  }
}
.list__link {
  display: block;
  z-index: 52;
}

@media (hover: hover) {
  .list__link:hover {
    opacity: 1;
  }
  .list__link:hover .list__image::before {
    opacity: 1;
  }
  .list__link:hover img {
    filter: brightness(50%) sepia(10%);
    box-shadow: 2px 2px 4px inset;
  }
  .list__link:hover .list__title {
    color: #fff;
  }
  .list__link:hover .list__tags {
    bottom: 0;
  }
}
.list__image {
  aspect-ratio: 728/485;
  text-align: center;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list__image::before {
  content: "詳細を見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 3px solid #fff;
  padding: 0.625rem 3.125rem;
  display: block;
  width: 100px;
  z-index: 500;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.2);
}
.list__image img {
  transition: 0.3s all;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.list__title {
  font-size: 0.875rem;
  padding: 0.1875rem 0.625rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  transition: 0.3s all;
  display: inline-block;
  background: var(--black);
  color: #fff;
  border-radius: 10px 0 10px 0;
}
.list__title a {
  color: #fff;
}

@media (max-width: 768px) {
  .list__title {
    font-size: 0.6875rem;
    letter-spacing: 0;
    padding: 0.125rem 0.375rem;
  }
}
.list__tags {
  z-index: 54;
}

@media (max-width: 768px) {
  .list__tags {
    display: none;
  }
}
.list__tags-item {
  display: inline-block;
  margin: 0rem 0.125rem;
}
.list__tags-item a {
  font-size: 0.6875rem;
  z-index: 80;
  padding: 0.125rem 0.1875rem;
  background: #f4f4f4;
  border-radius: 4px;
}

.others-title {
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 0.3125rem;
}

.others-ite {
  margin-bottom: 0.625rem;
}

.list-top {
  width: 90%;
}

@media (max-width: 1100px) {
  .list-top {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .list-top {
    width: 100%;
  }
}
.list-top__head {
  height: 300px;
  margin-bottom: 0.625rem;
  width: 100vw;
}

@media (max-width: 1200px) {
  .list-top__head {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .list-top__head {
    height: 200px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 520px) {
  .list-top__head {
    margin-bottom: 2.5rem;
    height: 140px;
  }
}
.list-top__head-bg {
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media (max-width: 520px) {
  .list-top__head-bg {
    height: 100%;
  }
}
.list-top__head-text {
  position: absolute;
  left: -30px;
  top: 82%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  z-index: 10;
  background: var(--black);
  padding: 0.625rem 2.5rem;
}

@media (max-width: 1200px) {
  .list-top__head-text {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .list-top__head-text {
    font-size: 5vw;
    left: 0;
    top: 100%;
  }
}
@media (max-width: 428px) {
  .list-top__head-text {
    font-size: 6vw;
  }
}
.list-top__detail {
  margin-bottom: 1.25rem;
}

.list-top__text {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.list-top__text a {
  color: #231815;
  text-decoration: underline;
}

.list-top__result {
  margin-bottom: 1.25rem;
}

.list-top__result-num {
  font-weight: 700;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.wp-pagenavi a {
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
}
.wp-pagenavi span {
  background: var(--black);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
}
.wp-pagenavi span.extend {
  background: none;
  width: 1.25rem;
  color: var(--black);
}

.static {
  margin-bottom: 1.875rem;
}
.static .bold {
  font-weight: 700;
}
.static .strong {
  color: var(--red);
  font-weight: 700;
}

@media (max-width: 768px) {
  .static {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.static-title {
  font-size: 1.875rem;
  color: var(--black);
  margin-bottom: 0.625rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .static-title {
    font-size: 1.25rem;
  }
}
.static-text {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}
.static-text a {
  text-decoration: underline;
  color: var(--blue);
}

.static-head {
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .static-head {
    margin-bottom: 1.25rem;
  }
}
.static-date {
  color: #666;
}

.static-thum {
  max-width: 400px;
  border: 1px solid #f4f4f4;
}

.static-navigation {
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.static-navigation a {
  text-decoration: underline;
  background: #f4f4f4;
  padding: 0.625rem;
  display: block;
  text-align: center;
}

.static-desc {
  margin-bottom: 2.5rem;
}
.static-desc a,
.static-desc .fa-list a {
  text-decoration: underline;
  color: var(--blue);
}

.static-desc__wrap {
  display: flex;
  gap: 1.875rem;
  padding: 0.625rem 1.25rem;
}
.static-desc__wrap .static-desc__list {
  flex: 1;
  gap: 0;
}

@media (max-width: 1300px) {
  .static-desc__wrap {
    padding: 0.625rem 0;
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .static-desc__wrap {
    flex-direction: column;
  }
}
.static-desc__after {
  font-size: 0.875rem;
  color: #111;
  padding: 0 1.25rem;
}

.static-desc__imggroup {
  width: min(40%, 500px);
  display: flex;
  gap: 1.25rem;
}

@media (max-width: 1200px) {
  .static-desc__imggroup {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .static-desc__imggroup {
    flex-direction: row;
    width: 100%;
  }
}
.static-desc__thum--ok {
  background: #1d9a48;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.static-desc__thum figcaption {
  display: flex;
  padding-top: 5px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.static-desc__sub {
  margin-bottom: 1.125rem;
}

.static-desc__ttl {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #ccc;
}

.static-desc__image {
  margin-bottom: 1.25rem;
}

.static-desc__note {
  display: block;
  padding-left: 1.1875rem;
  text-indent: -1.1875rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.static-desc__note::before {
  content: "┗ ";
}

.static-desc__title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  background: #f4f4f4;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  transition: 0.3s all;
}

.static-desc__lead {
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 0.625rem;
  font-size: 1rem;
}

.static-desc__group {
  margin-bottom: 1.875rem;
}

.static-desc__text {
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
.static-desc__text:last-child {
  margin-bottom: 0;
}

.static-desc__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.static-desc__list--bg {
  background: #f4f3e4;
  padding: 0.9375rem;
  margin-bottom: 0.625rem;
}

.static-desc__list li {
  font-size: 1rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
.static-desc__list li::before {
  content: "・ ";
}
.static-desc__list li.static-desc__list--nodot::before {
  display: none;
}

.static-desc__example {
  background: #e4f0f4;
  display: block;
  padding: 0.625rem 1.875rem;
  margin: 0.625rem 0 1.25rem;
}

.static-desc__example2 {
  background: #f4e4ee;
  display: block;
  padding: 0.625rem;
}

.static-search {
  margin-bottom: 3.75rem;
}

.static-search__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: var(--red);
}

.static-search__list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  background: #f8f0dc;
  padding: 1.25rem;
  max-width: 1000px;
}

.static-search__item {
  font-size: 0.875rem;
  text-indent: -0.9375rem;
  padding-left: 0.9375rem;
}
.static-search__item::before {
  content: "-";
  padding-right: 10px;
}
.static-search__item a {
  text-decoration: underline;
  color: var(--blue);
}

.news p,
.blog p {
  margin-bottom: 1.875rem;
  line-height: 2.4;
}

.news p a,
.blog p a {
  text-decoration: underline;
}

.news-list,
.blog-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.news-list__link,
.blog-list__link {
  display: flex;
  gap: 1.25rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #f4f4f4;
}

.news-list__link::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: var(--black);
}

.blog-list__link {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.blog-list__link::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: var(--black);
}

@media (max-width: 768px) {
  .blog-list__link {
    flex-direction: column;
  }
}
.blog-list__title {
  font-weight: 700;
  font-size: 18px;
}

.blog-list__image {
  width: min(100%, 180px);
}

.blog-list__date {
  color: #666;
  display: block;
  font-size: 14px;
  padding-bottom: 0.625rem;
}

.news-list__date {
  color: #666;
}

.color-list {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.color-list__item {
  width: calc(14.2857142857% - 0.625rem);
  max-width: 150px;
}
.color-list__item a {
  width: 100%;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .color-list__item {
    width: calc(20% - 2.3vw);
  }
}
@media (max-width: 520px) {
  .color-list__item {
    width: calc(25% - 3.3vw);
  }
}
.color-list__btn-color-pink,
.color-list__btn-color-violet,
.color-list__btn-color-blue,
.color-list__btn-color-magenta,
.color-list__btn-color-gray,
.color-list__btn-color-black {
  color: #fff;
}

.color-list__btn-color-white {
  border: 1px solid #eee;
}

.fa {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fa-list dt {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  background: #f4f4f4;
  padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
  transition: 0.3s all;
  cursor: pointer;
}
.fa-list dt::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 40%, 0 0, 100% 0);
  clip-path: polygon(50% 40%, 0 0, 100% 0);
  width: 12px;
  height: 1rem 5;
  position: absolute;
  right: 1.25rem;
  top: 55%;
  transform: translateY(-50%);
  background: var(--black);
  transition: 0.3s all;
}
.fa-list dt.is-active::after {
  transform: translateY(-50%) rotate(180deg);
  top: 40%;
}
.fa-list dd {
  font-size: 1rem;
  display: none;
  padding-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .fa-list dt {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .fa-list dt:hover {
    opacity: 0.8;
  }
}
.category {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

@media (max-width: 768px) {
  .category {
    gap: 2.5rem;
  }
}
.category-set {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.category-root__link {
  display: block;
  height: 100%;
}

.category-root__image {
  aspect-ratio: 7/1.5;
  max-height: 200px;
  width: 100%;
}
.category-root__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .category-root__image {
    aspect-ratio: 7/2.5;
  }
}
.category-root__caption {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
}
.category-root__caption span {
  background: rgba(0, 0, 10, 0.8);
  padding: 0.625rem 1.875rem;
}

@media (max-width: 768px) {
  .category-root__caption {
    font-size: 1.0625rem;
  }
}
.category-children {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.9375rem;
  justify-items: start;
  align-items: start;
}

@media (max-width: 1000px) {
  .category-children {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 520px) {
  .category-children {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 0.625rem;
  }
}
.category-children-taxo {
  margin-bottom: 1.875rem;
}

.category-children__caption {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
}
.category-children__caption span {
  background: rgba(0, 0, 10, 0.8);
  padding: 0.5rem 1.25rem;
}

@media (max-width: 768px) {
  .category-children__caption {
    font-size: 1rem;
  }
}
.category a:hover {
  opacity: 1;
}
.category a:hover img {
  opacity: 0.8;
}
.category img {
  width: 100%;
  transition: 0.3s all;
}

@media (hover: hover) {
  .category img:hover {
    opacity: 1;
  }
}
.sort {
  margin-bottom: 1.875rem;
  display: flex;
  gap: 0.625rem;
}

.sort__btn {
  max-width: 200px;
  width: 48%;
}
.sort__btn a {
  width: 100%;
  display: block;
  border-radius: 1.875rem;
  border: 3px solid var(--black);
  text-align: center;
  padding: 0 0;
  font-size: 1rem;
}
.sort__btn.is-active a {
  background: var(--black);
  color: #fff;
}

@media (hover: hover) {
  .sort__btn a:hover {
    background: var(--black);
    color: #fff;
    opacity: 1;
  }
}
.table {
  width: 100%;
  margin-bottom: 1.875rem;
}
.table th {
  background: #f4f4f4;
  border: 1px solid #ccc;
  padding: 1.25rem;
  text-align: left;
  vertical-align: middle;
}
.table td {
  border: 1px solid #ccc;
  padding: 1.25rem;
}

.table__icon {
  color: var(--red);
  font-size: 1rem;
  padding-left: 0.625rem;
}

.input__text {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.625rem;
  font-size: 1rem;
}

.input__textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.625rem;
  font-size: 1rem;
  height: 200px;
}

.input__btn input {
  background: #1d262d;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.9375rem 0;
  display: block;
  border: none;
  margin: 0 auto;
  width: 200px;
  cursor: pointer;
  font-weight: 700;
}

@media (hover: hover) {
  .input__btn input:hover {
    opacity: 0.8;
  }
}
.input__btn--prev input {
  background: #f4f4f4;
  margin-bottom: 1.25rem;
  color: #000;
}

.static-btn a {
  background: #1d262d;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.9375rem 0;
  display: block;
  margin: 0 auto;
  width: 200px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 2.5rem;
}

@media (hover: hover) {
  .static-btn a:hover {
    opacity: 0.8;
  }
}
.aside {
  width: 300px;
  height: 100%;
  z-index: 500;
  background: #f9f9f9;
  position: absolute;
  top: 0px;
  left: 0;
}
.aside.is-fixed {
  position: fixed;
  top: 78px;
  left: 0;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .aside.is-fixed {
    width: 100%;
    top: 100px;
    padding: 9rem 0 0;
    background: var(--black);
  }
}
@media (max-width: 768px) {
  .aside.is-active {
    position: fixed;
    display: block;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5.625rem 0 0;
    background: var(--black);
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .aside {
    display: none;
    padding-bottom: 1.25rem;
  }
}
.aside-inner {
  overflow-y: scroll;
  position: static;
  height: 100%;
  padding-bottom: 6.25rem;
}

@media (max-width: 1180px) {
  .aside-inner {
    padding-bottom: 100px;
  }
}
.aside-search {
  padding: 2.5rem 0.625rem 0.625rem;
  margin-bottom: 1.875rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background: #f9f9f9;
}

@media (max-width: 768px) {
  .aside-search {
    display: none;
  }
}
.aside-search__input {
  background: #fff;
  width: 100%;
  display: block;
  border: none;
  padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
  font-size: 0.9375rem;
  border: 3px solid #efb71f;
  font-family: "noto";
  font-weight: 700;
}
.aside-search__input::-moz-placeholder {
  font-weight: 700;
}
.aside-search__input::-moz-placeholder,
.aside-search__input::placeholder {
  font-weight: 700;
}

.aside-search__btn {
  display: block;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0) url("../img/common/btn_search.svg") no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 50;
}

@media (hover: hover) {
  .aside-search__btn:hover {
    cursor: pointer;
  }
}
.aside-category,
.aside-category__item,
.aside-category-children,
.aside-category-children__block,
.aside-category__list {
  position: static;
}

.aside-category__item {
  border-bottom: 1px solid #eee;
}
.aside-category__item.is-active .aside-category__label {
  background: var(--black);
  color: #fff;
}
.aside-category__item.is-active .aside-category__label a::after {
  border-color: #fff;
}

@media (max-width: 768px) {
  .aside-category__item {
    border-bottom: 1px solid #aaa;
  }
}
.aside-category__label {
  padding: 1.25rem 1.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s all;
}

@media (max-width: 1180px) {
  .aside-category__label {
    font-size: 0.9375rem;
    padding: 0.9375rem 0.9375rem;
  }
}
@media (max-width: 767px) {
  .aside-category__label {
    color: #fff;
    padding: 0.625rem;
  }
}
@media (hover: hover) {
  .aside-category__label:hover {
    background: #eee;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .aside-category-children__block {
    display: flex;
    flex-wrap: wrap;
  }
}
.aside-category-children__set {
  position: static;
}

@media (max-width: 767px) {
  .aside-category-children__set {
    width: 50%;
  }
}
@media (hover: hover) {
  .aside-category-children__set:hover > .aside-category-children__inner {
    opacity: 1;
    pointer-events: all;
  }
}
.aside-category-children__label a {
  padding: 0.4375rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
}
.aside-category-children__label a::after {
  content: "";
  position: absolute;
  right: 2rem 5;
  top: 43%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .aside-category-children__label a {
    color: #fff;
    padding: 0.7rem 0.9375rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .aside-category-children__label a::after {
    border-color: #fff;
  }
}
@media (hover: hover) {
  .aside-category-children__label a:hover {
    background: #eee;
    opacity: 1;
  }
}
.aside-category-children__thum {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aside-category-children__inner {
  padding: 1.25rem 0.625rem;
  background: #fff;
  position: absolute;
  left: 270px;
  width: 400px;
  z-index: 500;
  padding: 1.25rem;
  border-radius: 6px;
  box-shadow: 0 0 10px #ccc;
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
  margin-top: -0.625rem;
}

@media (max-width: 1080px) {
  .aside-category-children__inner {
    display: none;
  }
}
.aside-category-children__list {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.aside-category-children__item a {
  font-size: 0.75rem;
  padding: 0.3125rem 0.5rem;
  border-radius: 4px;
  background: #f5f7f8;
  font-weight: 700;
}

.ads {
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .ads {
    margin-bottom: 1.25rem;
  }
}
#map {
  max-height: 1200px;
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #map {
    aspect-ratio: 4/5;
  }
}
.map-list {
  display: flex;
  flex-direction: column;
}

.map-list_pref {
  background: #f4f4f4;
  padding: 0.4375rem 0.875rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.map-list__child {
  margin-bottom: 1.25rem;
}

.map-list__child-item {
  display: inline-block;
  padding: 0 0.3125rem;
  font-size: 14px;
}
.map-list__child-item::after {
  content: " / ";
}
.map-list__child-item:last-child::after {
  content: "";
}

.map-wrap .zoom-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
}

.map-balloon {
  background: #f7f5f0;
  padding: 1rem 5;
  border-radius: 12px;
}
.map-balloon a {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

@media (max-width: 768px) {
  .map-balloon a {
    gap: 0.625rem;
  }
}
.map-balloon__image {
  width: 50%;
  max-width: 200px;
}
.map-balloon__image img {
  width: 100%;
}

@media (max-width: 768px) {
  .map-balloon__image {
    max-width: 80px;
  }
}
.map-balloon__title {
  font-weight: 700;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .map-balloon__title {
    font-size: 14px;
  }
}
.map-balloon__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (max-width: 768px) {
  .map-balloon__detail {
    gap: 4px;
  }
  .map-balloon__detail .map-balloon__desc {
    display: none;
  }
}
.map-balloon__num {
  padding-bottom: 0.625rem;
}

@media (max-width: 768px) {
  .map-balloon__num {
    font-size: 12px;
  }
}
.map-balloon__nav {
  margin: 0 0 0 auto;
}
.map-balloon__nav span {
  background: var(--blue);
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  color: #fff;
}
.map-balloon__nav span::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

@media (max-width: 768px) {
  .map-balloon__nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .map-balloon__nav span {
    font-size: 0.75rem;
  }
}
.others {
  display: flex;
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .others {
    flex-direction: column;
    gap: 30px;
  }
}
.others-item {
  width: 100%;
}

.zoom-controls {
  position: absolute;
  right: 0.625rem;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  display: flex;
  gap: 0.625rem;
}
.zoom-controls button {
  display: block;
  margin-bottom: 0.3125rem;
  width: 3rem 5;
  height: 3rem 5;
  font-weight: bold;
  text-align: center;
  border: none;
  background: var(--blue);
  border-radius: 0.3125rem;
  cursor: pointer;
}
.zoom-controls button:active {
  background: var(--blue);
}
.zoom-controls button::before {
  content: "";
  width: 1rem 5;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.zoom-controls button#zoom-in::after {
  content: "";
  height: 1rem 5;
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 0.9375rem;
}

@media (max-width: 768px) {
  .feature-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 520px) {
  .feature-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
.feature-list-top {
  max-width: 1500px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, calc(33% - 0.625rem)));
}

@media (max-width: 1400px) {
  .feature-list-top {
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 0.625rem)));
  }
}
@media (max-width: 1000px) {
  .feature-list-top {
    grid-template-columns: repeat(auto-fill, minmax(0, 100%));
  }
}
@media (max-width: 768px) {
  .feature-list-top {
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 0.625rem)));
  }
}
@media (max-width: 520px) {
  .feature-list-top {
    grid-template-columns: repeat(auto-fill, minmax(0, 100%));
  }
}
.feature-list__set {
  width: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background: #f4f4f4;
}

@media (max-width: 768px) {
  .feature-list__set {
    max-width: 100%;
  }
}
.feature-list__image {
  display: flex;
  flex-wrap: wrap;
}
.feature-list__image::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feature-list__image img {
  width: 50%;
}

.feature-list__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 0.3125rem;
  width: 100%;
  max-width: 80%;
  text-align: center;
  z-index: 2;
}

.feature-list__detail {
  padding: 0.625rem 1.25rem 1.25rem;
}

.feature-list__title {
  font-weight: 700;
  font-size: 1.0625rem;
}

.ranking-list-top {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.ranking-list-top__item {
  width: 100%;
  background: #f4f4f4;
  padding: 1.25rem;
  display: flex;
  gap: 1.875rem;
}

@media (max-width: 900px) {
  .ranking-list-top__item {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.ranking-list-top__head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.ranking-list-top__icon {
  width: 70px;
  z-index: 5;
}

.ranking-list-top__image {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.ranking-list-top__image img {
  width: 100%;
}

.ranking-list-top__title {
  font-weight: 700;
  font-size: 1.25rem;
}

.ranking-list-top__item a {
  width: min(50%, 400px);
}

@media (max-width: 900px) {
  .ranking-list-top__item a {
    width: 100%;
  }
}
.ranking-list-top__detail {
  flex: 1;
  padding: 1.25rem 0;
}

.ranking-list-top__text {
  margin: 0 0 2.5rem;
}

@media (max-width: 768px) {
  .ranking-list-top__text {
    margin: 0 0 1.875rem;
  }
}
.ranking-list-top__nav a {
  background: #48a089;
  color: #fff;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .ranking-list-top__nav {
    text-align: center;
  }
}
.ranking-list-second {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.875rem;
}

@media (max-width: 900px) {
  .ranking-list-second {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.ranking-list-second__item {
  background: #f4f4f4;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (max-width: 1000px) {
  .ranking-list-second__item {
    width: min(50% - 1.25rem, 400px);
  }
}
@media (max-width: 900px) {
  .ranking-list-second__item {
    width: 100%;
  }
}
.ranking-list-second__image img {
  border-radius: 10px;
  overflow: hidden;
}

.ranking-list-second__title {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.ranking-list-second__title img {
  width: 2.5rem;
}
.ranking-list-second__title span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}

.list-ranking01 {
  margin-bottom: 1.25rem;
}

.list-ranking02 {
  margin-bottom: 2.5rem;
}

.fixed-search {
  z-index: 1001;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.625rem;
  width: 100%;
  opacity: 0;
  display: none;
}
.fixed-search .top-mv__form-input {
  width: 82%;
  padding: 0.8125rem 0.625rem 0.8125rem 3.75rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .fixed-search {
    opacity: 1;
    display: block;
  }
}
.fixed-pagetop {
  position: fixed;
  right: 0.4375rem;
  bottom: 0.4375rem;
  z-index: 1002;
  opacity: 0;
  transition: 0.3s all;
}
.fixed-pagetop.is-fixed {
  opacity: 1;
}
.fixed-pagetop a {
  text-indent: -9999px;
  display: block;
  background: var(--black);
  width: 3.4375rem;
  height: 3.4375rem;
}
.fixed-pagetop a::before {
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 50%);
  clip-path: polygon(100% 100%, 0 100%, 50% 50%);
  background: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.footer {
  background: var(--black);
  padding: 2.5rem 0 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 1.875rem 0 0;
  }
}
.footer__inner {
  width: 100%;
  margin: 0 0 0 auto;
  padding-left: 22.5rem;
}

@media (max-width: 900px) {
  .footer__inner {
    padding-left: 20rem;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  border-bottom: 1px solid #374957;
  padding: 0 0 2.5rem;
}
.footer__top .footer-menu__label {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  font-weight: 700;
}
.footer__top .footer-menu__detail {
  padding: 0 0 0 0.625rem;
}
.footer__top .footer-menu__item {
  margin-bottom: 0.4375rem;
}
.footer__top .footer-menu__item a {
  color: #b6cbda;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__top > :nth-child(3) {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .footer__top .footer-menu__label {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  .footer__top .footer-menu__item {
    margin-bottom: 0.3125rem;
  }
}
.footer__bottom {
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
}
.footer__bottom .footer-logo {
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  min-width: 9.375rem;
}
.footer__bottom .footer-logo img {
  width: 9.375rem;
  margin: 0 0 0 1.25rem;
}
.footer__bottom .footer-logo-ja {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.footer__bottom .footer-copy {
  font-size: 0.6875rem;
  margin-left: 2.5rem;
  color: #b6cbda;
  letter-spacing: 0rem;
}

@media (max-width: 1030px) {
  .footer__bottom {
    padding: 0 0 1.875rem;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0 0 1.25rem;
  }
}
@media (max-width: 1030px) {
  .footer__bottom .footer-logo img {
    margin: 0;
    display: block;
  }
}
@media (max-width: 1030px) {
  .footer__bottom .footer-copy {
    padding-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .footer__bottom .footer-copy {
    margin: 0;
    padding: 0;
  }
}
.footer-last {
  background: rgba(55, 73, 87, 0.5);
  color: #b6cbda;
  padding: 1rem 0;
  padding-left: 22.5rem;
}

@media (max-width: 900px) {
  .footer-last {
    padding-left: 20rem;
  }
}
@media (max-width: 768px) {
  .footer-last {
    padding: 0 0 4.375rem;
  }
}
.footer-last__inner {
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-last__inner {
    width: 100%;
    display: block;
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem;
  }
}
.grecaptcha-badge {
  bottom: 6.25rem !important;
}

.adm_change {
  font-size: 0.6875rem;
  color: blue;
  text-decoration: underline;
}

.twitter-tweet {
  max-width: 350px !important;
}
/*# sourceMappingURL=layout.css.map */
