@charset "UTF-8";
/* Contents幅 *-START-* ----------------------------------------------------------------------------------*/
/* カラー *-START-* ----------------------------------------------------------------------------------*/
/* ブレイクボイント定義  ----------------------------------------------------------------------------------*/
/* 未満 ------------------------------------------------*/
/* 以上 -------------------------------------------------*/
.header-pc {
  max-width: 1420px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px;
  margin: 0 auto; }
  .header-pc__item {
    padding: 0;
    margin: 0; }
  .header-pc__logo {
    width: 200px; }
    @media (max-width: 913px) {
      .header-pc__logo {
        width: 160px; } }
  .header-pc__menu {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .header-pc__menu i {
      margin-right: 4px; }
      @media (max-width: 913px) {
        .header-pc__menu i {
          margin-right: 2px; } }
    .header-pc__menu--item {
      padding: 0 16px; }
      @media (max-width: 913px) {
        .header-pc__menu--item {
          padding: 0 4px; } }
    .header-pc__menu--link {
      font-size: 14px;
      color: #0c1921;
      font-weight: bold; }
      @media (max-width: 913px) {
        .header-pc__menu--link {
          font-size: 12px; } }
      .header-pc__menu--link:hover {
        color: #5CD0A3; }
    .header-pc__menu--text {
      font-size: 10px; }
      @media (max-width: 913px) {
        .header-pc__menu--text {
          display: none; } }
  .header-pc .search__box {
    font-size: 10px;
    padding: 4px 4px; }
  .header-pc .search__btn i {
    font-size: 12px; }
.header-sp {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin: 0; }
  .header-sp__item {
    display: flex; }
  .header-sp__logo {
    width: 200px; }
    @media (max-width: 381px) {
      .header-sp__logo {
        width: 180px; } }
    @media (max-width: 321px) {
      .header-sp__logo {
        width: 160px; } }
  .header-sp__icon {
    width: 24px;
    height: 24px;
    background-color: #0c1921;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 16px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px; }
    .header-sp__icon:hover {
      opacity: 0.8; }
    @media (max-width: 321px) {
      .header-sp__icon {
        padding: 12px;
        font-size: 14px; } }
  .header-sp__nav--list {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px 8px;
    margin: 0 0 0 0;
    border-bottom: 2px solid #F4F4F4;
    background-color: #ffffff; }
  .header-sp__nav--item {
    display: flex;
    justify-content: center; }
  .header-sp__nav--link {
    color: #0c1921;
    font-size: 14px;
    font-weight: bold; }
    .header-sp__nav--link i {
      margin-right: 2px; }
    .header-sp__nav--link:hover {
      color: #5CD0A3; }
    @media (max-width: 321px) {
      .header-sp__nav--link {
        font-size: 12px; } }
  .header-sp__search {
    display: none;
    padding: 16px 8px;
    margin: 0 0 32px 0; }
  .header-sp__menu {
    display: none;
    padding: 16px 8px;
    margin: 0 0 32px 0;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .header-sp__menu--item {
      width: 100%;
      box-sizing: border-box;
      display: block; }
    .header-sp__menu--link {
      padding: 8px;
      font-weight: bold;
      font-size: 16px;
      color: #5CD0A3;
      margin: 0;
      border-bottom: 2px solid #F4F4F4;
      display: block; }
      .header-sp__menu--link i {
        margin-right: 8px;
        color: #8B8B8B; }
      .header-sp__menu--link:hover {
        color: #5CD0A3; }
    .header-sp__menu--text {
      font-size: 12px;
      font-weight: normal;
      color: #0c1921; }

.footer__list {
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box; }
.footer__link {
  padding: 8px 8px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box; }
  .footer__link i {
    margin-right: 4px; }
.footer__text {
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 56px; }

.search {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: end; }
  .search__box {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #0c1921;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 8px;
    background-color: #ffffff;
    width: 90%; }
    @media (max-width: 913px) {
      .search__box {
        padding: 8px 8px;
        font-size: 16px; } }
  .search__btn {
    color: #0c1921;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 10%;
    box-sizing: border-box; }
    .search__btn i {
      font-size: 16px; }
      @media (max-width: 913px) {
        .search__btn i {
          font-size: 20px; } }
    .search__btn:hover {
      background-color: #5CD0A3; }
    @media (max-width: 913px) {
      .search__btn {
        padding: 8px 8px;
        font-size: 16px; } }
  .search__heading {
    padding: 4px 16px;
    display: inline-block;
    margin: 40px 0 16px 0;
    border-radius: 24px;
    background-color: #0c1921;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px; }
    .search__heading i {
      margin-right: 4px; }
  .search__word {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .search__word--item {
      padding: 0 4px 12px 4px;
      margin: 0; }
    .search__word--text {
      font-size: 14px;
      font-weight: bold;
      color: #0c1921; }
      .search__word--text i {
        margin-right: 2px;
        color: #8B8B8B; }
      .search__word--text:hover {
        color: #5CD0A3; }
  .search__text {
    font-size: 14px;
    color: #8B8B8B;
    font-weight: normal; }

.background__green {
  background-color: #5CD0A3 !important; }

.btn__lg {
  max-width: 320px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 32px;
  padding: 16px 0;
  margin: 8px auto 32px auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn__lg i {
    margin-right: 4px; }
.btn__double {
  max-width: 800px;
  margin: 8px auto;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box; }
  .btn__double--item {
    width: 50%;
    padding: 0 4px 0 4px;
    box-sizing: border-box; }
  .btn__double--previous {
    background-color: #8B8B8B;
    width: 100%;
    box-sizing: border-box;
    border-radius: 32px;
    padding: 16px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold; }
    .btn__double--previous i {
      margin-right: 4px; }
  .btn__double--next {
    background-color: #5CD0A3;
    width: 100%;
    box-sizing: border-box;
    border-radius: 32px;
    padding: 16px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold; }
    .btn__double--next i {
      margin-left: 4px; }
.btn__select {
  color: #ffffff;
  border: none;
  background-color: #5CD0A3;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 321px) {
    .btn__select {
      padding: 8px 16px; } }

.content__top {
  max-width: 1100px;
  margin: 16px auto 40px auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 601px) {
    .content__top {
      flex-wrap: wrap;
      margin: 16px auto 8px auto; } }
  .content__top--right {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    order: 2; }
    @media (max-width: 913px) {
      .content__top--right {
        width: 60%;
        padding: 0 8px; } }
    @media (max-width: 760px) {
      .content__top--right {
        width: 50%; } }
    @media (max-width: 601px) {
      .content__top--right {
        width: 100%;
        order: 1;
        padding: 0; } }
  .content__top--left {
    width: 50%;
    box-sizing: border-box;
    order: 1; }
    @media (max-width: 913px) {
      .content__top--left {
        width: 40%;
        padding: 0 8px; } }
    @media (max-width: 760px) {
      .content__top--left {
        width: 50%; } }
    @media (max-width: 601px) {
      .content__top--left {
        width: 100%;
        order: 2;
        padding: 0; } }
  .content__top--text {
    color: #8B8B8B;
    font-weight: bold;
    font-size: 16px;
    margin: 4px 0;
    padding: 0; }
    @media (max-width: 760px) {
      .content__top--text {
        font-size: 14px; } }
    .content__top--textarea {
      margin: 32px 0;
      padding: 0 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 913px) {
        .content__top--textarea {
          margin: 16px 0; } }

.heading__top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 32px 0;
  width: 100%;
  box-sizing: border-box; }
  .heading__top--lg {
    font-size: 48px;
    font-weight: bold;
    color: #0c1921; }
    @media (max-width: 913px) {
      .heading__top--lg {
        font-size: 40px; } }
    @media (max-width: 541px) {
      .heading__top--lg {
        font-size: 32px; } }
  .heading__top--sm {
    font-size: 20px;
    font-weight: bold;
    color: #8B8B8B; }
    @media (max-width: 913px) {
      .heading__top--sm {
        font-size: 14px; } }
    .heading__top--sm i {
      margin-right: 4px; }
.heading__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 32px 0;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 913px) {
    .heading__main {
      margin: 16px 0;
      padding: 40px 0 16px 0; } }
  .heading__main--lg {
    font-size: 32px;
    font-weight: bold;
    color: #0c1921; }
    @media (max-width: 913px) {
      .heading__main--lg {
        font-size: 32px; } }
    @media (max-width: 541px) {
      .heading__main--lg {
        font-size: 24px; } }
  .heading__main--sm {
    font-size: 16px;
    font-weight: bold;
    color: #8B8B8B; }
    @media (max-width: 913px) {
      .heading__main--sm {
        font-size: 13px; } }
    .heading__main--sm i {
      margin-right: 4px; }
.heading__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 32px 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  color: #0c1921;
  font-size: 28px; }
  @media (max-width: 913px) {
    .heading__sub {
      margin: 16px 0;
      font-size: 20px; } }
.heading__flex {
  max-width: 1320px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 8px;
  margin: 32px auto 8px auto; }
  @media (max-width: 913px) {
    .heading__flex {
      flex-wrap: wrap; } }
  .heading__flex--md {
    font-size: 40px;
    font-weight: bold;
    color: #0c1921;
    text-align: center !important; }
    @media (max-width: 913px) {
      .heading__flex--md {
        font-size: 32px; } }
    @media (max-width: 541px) {
      .heading__flex--md {
        font-size: 20px; } }
  .heading__flex--lg {
    font-size: 48px;
    font-weight: bold;
    color: #0c1921; }
    @media (max-width: 913px) {
      .heading__flex--lg {
        font-size: 40px; } }
    @media (max-width: 541px) {
      .heading__flex--lg {
        font-size: 26px; } }
  .heading__flex--sm {
    font-size: 13px;
    font-weight: bold;
    color: #8B8B8B; }

.rank__group {
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0 16px 0;
  padding: 0;
  display: grid;
  grid-template-rows: 260px 160px;
  grid-template-columns: 60% 1fr; }
  @media (max-width: 913px) {
    .rank__group {
      grid-template-rows: 180px 140px; } }
  @media (max-width: 601px) {
    .rank__group {
      grid-template-rows: 250px 160px; } }
  @media (max-width: 541px) {
    .rank__group {
      grid-template-rows: 200px 140px; } }
  .rank__group #itemA {
    grid-row: 1 / 3;
    grid-column: 1 / 2; }
  .rank__group #itemB {
    grid-row: 1 / 2;
    grid-column: 2 / 3; }
  .rank__group #itemC {
    grid-row: 2 / 3;
    grid-column: 2 / 3; }
  .rank__group--item {
    box-sizing: border-box;
    position: relative;
    object-position: center;
    object-fit: cover;
    overflow: hidden; }
  .rank__group--link {
    width: 100%;
    height: 100%;
    display: block; }
  .rank__group--thumb {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .rank__group--label {
    position: absolute;
    z-index: 2;
    right: 2px;
    bottom: 2px;
    font-size: 20px;
    background-color: #0c1921;
    width: 32px;
    height: 32px;
    padding: 4px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    @media (max-width: 913px) {
      .rank__group--label {
        width: 24px;
        height: 24px;
        font-size: 16px; } }
    .rank__group--label:hover {
      color: #FD6360; }
  .rank__group--no1 {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ffcb48;
    padding: 4px 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 24px; }
  .rank__group--no2 {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #9d9d9d;
    padding: 4px 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 24px; }
  .rank__group--no3 {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d1733f;
    padding: 4px 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 24px; }

.switch__period {
  margin: 16px auto 8px auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
.switch__rank {
  margin: 4px auto 32px auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  max-width: 800px; }
  @media (max-width: 541px) {
    .switch__rank {
      font-size: 16px; } }
  .switch__rank--link {
    font-weight: bold;
    width: 30%;
    padding: 12px 0;
    text-align: center;
    color: #5CD0A3; }
    .switch__rank--link i {
      margin-right: 4px; }
  .switch__rank--active {
    background-color: #0c1921 !important;
    color: #ffffff !important;
    border-radius: 32px; }
    .switch__rank--active i {
      display: none; }
.switch__link {
  font-weight: bold;
  font-size: 13px;
  color: #5CD0A3;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 16px;
  text-align: center; }
  .switch__link:hover {
    background-color: #5CD0A3 !important;
    color: #ffffff !important;
    border-radius: 20px; }
.switch__active {
  background-color: #5CD0A3 !important;
  color: #ffffff !important;
  border-radius: 20px; }
.switch__caption {
  font-size: 14px;
  color: #0c1921;
  font-weight: bold;
  padding: 0 8px;
  margin: 0; }

.bc {
  /** ranking用 **/ }
  .bc__black {
    background-color: #0c1921; }
  .bc__green {
    background-color: #5CD0A3; }
  .bc__lightgray {
    background-color: #F4F4F4; }
  .bc__blue {
    background-color: #414961; }
  .bc__no1 {
    background-color: #ffcb48; }
  .bc__no2 {
    background-color: #9d9d9d; }
  .bc__no3 {
    background-color: #d1733f; }

.color__red {
  color: #FD6360 !important; }
.color__gray {
  color: #8B8B8B !important; }

.post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto 40px auto;
  background-color: #ffffff; }
  .post__contents {
    padding: 32px 0; }
    @media (max-width: 913px) {
      .post__contents {
        padding: 0 0 8px 0;
        margin: 24px auto 0 auto; } }
  .post__item {
    width: 16.6666666667%;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    padding: 8px; }
    @media (max-width: 1281px) {
      .post__item {
        width: 20%; } }
    @media (max-width: 913px) {
      .post__item {
        width: 25%;
        padding: 0; } }
    @media (max-width: 541px) {
      .post__item {
        width: 33.3333333333%; } }
    .post__item:hover {
      opacity: 0.7; }
  .post__link {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .post__link:hover {
      opacity: 0.8; }
  .post__figure {
    height: 300px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    @media (max-width: 780px) {
      .post__figure {
        height: 260px; } }
    @media (max-width: 601px) {
      .post__figure {
        height: 210px; } }
    @media (max-width: 541px) {
      .post__figure {
        height: 230px; } }
    @media (max-width: 415px) {
      .post__figure {
        height: 200px; } }
    @media (max-width: 381px) {
      .post__figure {
        height: 180px; } }
    @media (max-width: 321px) {
      .post__figure {
        height: 150px; } }
  .post__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    border-radius: 16px; }
    @media (max-width: 913px) {
      .post__thumb {
        border-radius: 0; } }
  .post__data {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #414961;
    padding: 4px 8px;
    border-radius: 16px;
    position: absolute;
    top: -8px;
    left: 2px; }
    .post__data i {
      margin-right: 2px; }
  .post__caption {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #5CD0A3;
    padding: 2px 8px;
    border-radius: 16px;
    position: absolute;
    bottom: -8px;
    left: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 70%;
    line-height: 2; }
    .post__caption i {
      margin-right: 2px; }
    @media (max-width: 760px) {
      .post__caption {
        width: 60%; } }
    @media (max-width: 601px) {
      .post__caption {
        line-height: 1.5;
        padding: 2px 0 2px 8px;
        width: 65%; } }
  .post__fav {
    z-index: 3;
    font-size: 16px;
    color: #ffffff;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c1921;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    right: 2px;
    width: 24px;
    height: 24px; }
    @media (max-width: 415px) {
      .post__fav {
        padding: 2px;
        width: 20px;
        height: 20px;
        font-size: 14px; } }
    @media (max-width: 321px) {
      .post__fav {
        padding: 4px;
        width: 14px;
        height: 14px;
        font-size: 13px; } }
    .post__fav:hover {
      color: #FD6360; }
  .post__title {
    font-size: 12px;
    color: #0c1921;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 8px;
    margin: 12px 0 40px 0;
    background-color: #ffffff; }

#ranking .post__item {
  counter-increment: rank; }
  #ranking .post__item::before {
    content: "No." counter(rank);
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #414961;
    padding: 4px 8px;
    border-radius: 16px;
    position: absolute;
    top: -8px;
    left: 2px;
    z-index: 3; }
    #ranking .post__item::before i {
      margin-right: 2px; }
  #ranking .post__item:nth-child(1)::before {
    background-color: #ffcb48 !important; }
  #ranking .post__item:nth-child(2)::before {
    background-color: #9d9d9d !important; }
  #ranking .post__item:nth-child(3)::before {
    background-color: #d1733f !important; }

.banner {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .banner__item {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 250px; }
    @media (max-width: 1281px) {
      .banner__item {
        height: 160px; } }
    @media (max-width: 913px) {
      .banner__item {
        height: 220px; } }
    .banner__item:nth-child(1) {
      width: 35%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(1) {
          width: 65%;
          height: 300px; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(1) {
          width: 70%;
          height: 280px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(1) {
          width: 100%;
          height: 250px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(1) {
          height: 200px; } }
    .banner__item:nth-child(2) {
      width: 20%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(2) {
          width: 35%;
          height: 300px; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(2) {
          width: 30%;
          height: 280px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(2) {
          width: 40%;
          height: 220px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(2) {
          height: 170px; } }
    .banner__item:nth-child(3) {
      width: 15%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(3) {
          width: 33.3333333333%; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(3) {
          width: 50%; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(3) {
          width: 60%;
          height: 220px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(3) {
          height: 170px; } }
    .banner__item:nth-child(4) {
      width: 15%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(4) {
          width: 33.3333333333%; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(4) {
          width: 50%; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(4) {
          width: 33.3333333333%;
          height: 180px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(4) {
          height: 140px; } }
    .banner__item:nth-child(5) {
      width: 15%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(5) {
          width: 33.3333333333%; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(5) {
          width: 30%;
          height: 200px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(5) {
          width: 33.3333333333%;
          height: 180px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(5) {
          height: 140px; } }
    .banner__item:nth-child(6) {
      width: 15%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(6) {
          width: 40%;
          height: 300px; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(6) {
          width: 20%;
          height: 200px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(6) {
          width: 33.3333333333%;
          height: 180px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(6) {
          height: 140px; } }
    .banner__item:nth-child(7) {
      width: 15%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(7) {
          width: 60%;
          height: 300px; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(7) {
          width: 20%;
          height: 200px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(7) {
          width: 60%;
          height: 220px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(7) {
          height: 170px; } }
    .banner__item:nth-child(8) {
      width: 15%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(8) {
          width: 33.3333333333%; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(8) {
          width: 30%;
          height: 200px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(8) {
          width: 40%;
          height: 220px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(8) {
          height: 170px; } }
    .banner__item:nth-child(9) {
      width: 20%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(9) {
          width: 33.3333333333%; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(9) {
          width: 40%;
          height: 200px; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(9) {
          width: 50%;
          height: 200px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(9) {
          height: 155px; } }
    .banner__item:nth-child(10) {
      width: 35%; }
      @media (max-width: 913px) {
        .banner__item:nth-child(10) {
          width: 33.3333333333%; } }
      @media (max-width: 780px) {
        .banner__item:nth-child(10) {
          width: 60%; } }
      @media (max-width: 601px) {
        .banner__item:nth-child(10) {
          width: 50%;
          height: 200px; } }
      @media (max-width: 415px) {
        .banner__item:nth-child(10) {
          height: 155px; } }
  .banner__link {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
  .banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom; }
  .banner__text {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #0c1921;
    padding: 4px 12px;
    background-color: #ffffff;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0; }
    .banner__text i {
      margin-right: 2px; }

.card {
  border-radius: 32px;
  box-sizing: border-box;
  width: 45%;
  padding: 32px;
  border: 4px solid #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (max-width: 913px) {
    .card {
      width: 100% !important;
      border: none;
      margin-bottom: 40px; } }
  @media (max-width: 541px) {
    .card {
      padding: 16px 8px; } }
  .card__area {
    width: 100%;
    padding: 16px !important;
    margin: 32px auto 32px auto !important;
    display: flex !important;
    justify-content: space-around;
    align-items: flex-start; }
    @media (max-width: 760px) {
      .card__area {
        flex-wrap: wrap; } }
  .card__item {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .card__item--child1 {
      width: 100%;
      box-sizing: border-box;
      padding: 8px; }
    .card__item--child3 {
      width: 33%;
      box-sizing: border-box;
      padding: 8px; }
      @media (max-width: 913px) {
        .card__item--child3 {
          width: 100%; } }
      .card__item--child3 .search__heading {
        display: inline-block;
        margin: 40px auto 16px auto; }
        @media (max-width: 913px) {
          .card__item--child3 .search__heading {
            margin: 40px 0 16px 0; } }
  .card__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%; }
    .card__list--item {
      width: 50%;
      box-sizing: border-box; }
      @media (max-width: 1281px) {
        .card__list--item {
          width: 100%; }
          .card__list--item:first-child {
            border-top: 2px solid #F4F4F4; } }
    .card__list--link {
      width: 100%;
      padding: 12px 8px;
      border-bottom: 2px solid #F4F4F4;
      display: flex;
      justify-content: space-around;
      align-items: center;
      box-sizing: border-box; }
    .card__list--favicon {
      width: 10%;
      box-sizing: border-box;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .card__list--favicon i {
        margin: 0;
        padding: 0;
        display: block;
        font-size: 32px;
        box-sizing: border-box; }
    .card__list--text {
      width: 80%;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      padding: 0 8px; }
    .card__list--title {
      color: #0c1921;
      font-size: 14px;
      font-weight: bold;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      line-height: 1; }
      .card__list--title:hover {
        color: #5CD0A3; }
    .card__list--url {
      color: #8B8B8B;
      font-size: 13px;
      font-weight: bold; }
    .card__list--icon {
      width: 10%;
      padding: 0 8px;
      box-sizing: border-box;
      color: #8B8B8B; }
  .card__text {
    font-size: 14px;
    font-weight: bold;
    color: #8B8B8B;
    text-align: center;
    margin: 16px;
    padding: 0 8px; }

.breadcrumb {
  margin: 0 0 8px 0;
  padding: 16px 8px;
  display: block;
  border-bottom: 3px solid #F4F4F4; }
  @media (max-width: 601px) {
    .breadcrumb {
      background-color: #ffffff;
      padding: 4px 8px;
      border-bottom: none !important; } }
  .breadcrumb__list {
    max-width: 1320px;
    margin: 8px auto 8px auto;
    padding: 0 8px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap; }
    @media (max-width: 780px) {
      .breadcrumb__list {
        margin: 8px auto 8px auto;
        padding: 0; } }
  .breadcrumb__item {
    color: #0c1921;
    font-size: 13px;
    font-weight: bold; }
    .breadcrumb__item a {
      color: #0c1921; }
    .breadcrumb__item::after {
      margin: 0 8px;
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      content: "\f105";
      color: #8B8B8B; }
    .breadcrumb__item:last-child {
      color: #8B8B8B; }
    .breadcrumb__item:first-child {
      font-size: 14px; }
    .breadcrumb__item:last-child::after {
      display: none; }

.view {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0; }
  .view__top {
    margin: 16px 0;
    padding: 0 8px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    box-sizing: border-box; }
    .view__top--unit {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      width: 100%;
      box-sizing: border-box;
      margin: 8px 0;
      padding: 0; }
  .view__page {
    font-size: 13px;
    font-weight: bold;
    color: #8B8B8B; }
    .view__page i {
      margin-right: 4px; }
  .view__fav--add {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FD6360;
    padding: 4px 8px;
    margin: 0;
    border-radius: 24px; }
  .view__fav--remove {
    font-size: 12px;
    font-weight: bold;
    color: #0c1921;
    background-color: #F4F4F4;
    padding: 4px 8px;
    margin: 0;
    border-radius: 24px; }
  .view__heading {
    font-size: 32px;
    font-weight: bold;
    color: #0c1921;
    line-height: 1.5;
    width: 100%; }
    @media (max-width: 913px) {
      .view__heading {
        font-size: 28px; } }
    @media (max-width: 601px) {
      .view__heading {
        font-size: 24px; } }
  .view__left {
    width: 45%;
    box-sizing: border-box;
    margin: 0;
    padding: 8px; }
    @media (max-width: 601px) {
      .view__left {
        width: 100%;
        padding: 0; } }
  .view__right {
    width: 55%;
    box-sizing: border-box;
    margin: 0;
    padding: 8px; }
    @media (max-width: 601px) {
      .view__right {
        width: 100%; } }
  .view__thumb {
    position: relative;
    margin: 0;
    padding: 0; }
    .view__thumb--img {
      width: 100%; }
    .view__thumb--icon {
      position: relative; }
      .view__thumb--icon::after {
        font-size: 48px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f0a9";
        color: #5CD0A3;
        opacity: 1;
        position: absolute;
        top: 50%;
        right: 2px;
        background-color: #ffffff;
        border-radius: 50%; }
    .view__thumb--previous {
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0; }
    .view__thumb--next {
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      z-index: 2;
      right: 0;
      top: 0; }
  .view__note--top {
    font-size: 13px;
    color: #8B8B8B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 4px 0; }
    @media (max-width: 601px) {
      .view__note--top {
        margin: 4px 0 4px 0; } }
  .view__note--bottom {
    font-size: 13px;
    color: #8B8B8B;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 8px 0; }
  .view__btn {
    padding: 64px 0; }
    .view__btn .btn__lg {
      max-width: none !important; }

.read {
  max-width: 800px;
  box-sizing: border-box;
  margin: 40px auto; }
  .read__list {
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .read__item {
    padding: 8px 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box; }
  .read__img {
    width: 100%; }

.flex__box {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  padding: 8px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 1320px; }
  .flex__box--heading {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 8px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 1320px; }
    .flex__box--heading .heading__flex {
      margin: 0; }
  .flex__box .switch__period {
    margin: 0; }
.flex__center {
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination {
  padding: 0 8px;
  margin: 32px 0; }
  .pagination__list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    max-width: 700px;
    margin: 0 auto; }
  .pagination__link {
    font-size: 14px;
    font-weight: bold;
    color: #0c1921;
    padding: 8px; }
    .pagination__link:hover {
      color: #5CD0A3; }
  .pagination__active {
    color: #ffffff !important;
    background-color: #5CD0A3;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px; }
    .pagination__active:hover {
      color: #ffffff !important; }

.pull {
  width: 150px;
  height: 40px;
  cursor: pointer;
  background-color: #5CD0A3;
  border-radius: 32px;
  position: relative; }
  .pull__area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 56px auto; }
  .pull__expand {
    width: 0;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0; }
    .pull__expand::after {
      font-family: "Font Awesome 6 Free";
      content: '\003E';
      position: absolute;
      font-size: 12px;
      color: #ffffff;
      top: 50%;
      right: 16px;
      transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
      pointer-events: none;
      z-index: 2;
      transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
      opacity: .8; }
    .pull__expand:hover::after {
      opacity: 1; }
    .pull__expand:checked::after {
      transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75); }
  .pull__expandLabel {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  .pull__close {
    display: none; }
  .pull__closeLabel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none; }
  .pull__items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    padding-top: 40px;
    z-index: 100 !important; }
  .pull__input {
    display: none; }
  .pull__label {
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    display: block;
    height: 0;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    color: #3e3e3e;
    background-color: #fff;
    cursor: pointer;
    padding-left: 24px;
    font-weight: bold;
    z-index: 100; }
    .pull__label--placeholder {
      height: 40px;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      background-color: transparent;
      font-size: 12px;
      color: #ffffff;
      font-weight: bold; }
  .pull__expand:checked + .pull__closeLabel {
    display: block; }
    .pull__expand:checked + .pull__closeLabel + .pull__options {
      background-color: #ffffff !important;
      position: relative;
      z-index: 100;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
      top: 32px;
      border-radius: 32px;
      overflow: hidden;
      padding: 16px 0 16px 0; }
      .pull__expand:checked + .pull__closeLabel + .pull__options .pull__label {
        height: 40px;
        display: block;
        position: relative; }
        .pull__expand:checked + .pull__closeLabel + .pull__options .pull__label:hover {
          background-color: #f7f7f7; }
      .pull__expand:checked + .pull__closeLabel + .pull__options + .pull__expandLabel {
        display: none; }
  .pull__input:checked + .pull__label {
    height: 40px;
    margin-top: -40px;
    background-color: #5CD0A3;
    border-radius: 32px;
    color: #ffffff; }

.category__list {
  max-width: 1100px;
  margin: 0 auto 64px auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box; }
.category__item {
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 541px) {
    .category__item {
      width: 100%; } }
.category__link {
  padding: 16px 8px;
  margin: 0;
  font-weight: bold;
  color: #0c1921;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .category__link:hover {
    color: #5CD0A3 !important; }
.category__icon {
  width: 7%;
  box-sizing: border-box;
  color: #8B8B8B; }
.category__text {
  width: 75%;
  box-sizing: border-box;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; }
.category__number {
  width: 18%;
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  color: #8B8B8B; }

html {
  font-family: 'Lato','游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #0c1921;
  background-color: #ffffff; }

body {
  margin: 0;
  padding: 0;
  width: 100%; }

a {
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

#header {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  @media (max-width: 913px) {
    #header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: #ffffff;
      vertical-align: top; } }

#main {
  padding: 0;
  margin: 0 auto;
  display: block;
  box-sizing: border-box; }

#footer {
  background-color: #414961;
  padding: 120px 0 120px 0; }

.wrap {
  display: block;
  padding: 0;
  margin: 16px auto 100px auto;
  box-sizing: border-box;
  width: 100%; }
  @media (max-width: 913px) {
    .wrap {
      margin: 16px 0 60px 0; } }
  .wrap__content {
    max-width: 1320px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 8px; }

@media (max-width: 601px) {
  .sp-none {
    display: none !important; } }

@media (min-width: 600px) {
  .pc-none {
    display: none !important; } }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.flex {
  display: flex !important; }

.width__100 {
  width: 100%; }

span.heading__flex--md {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
