@charset "UTF-8";
/*-----------------------------------------
Color
------------------------------------------*/
/* ランキング */
.side_rank_ttl {
  padding: 0 0 0 27px;
  font-size: 1.5rem;
  background: url(/assets/_common/pc/img/side/i_rank.png) no-repeat 0 50%;
}

.rank_list li:not(:last-child) {
  margin-bottom: 20px;
}

.rank_list li a {
  display: block;
}

.rank_list .heading {
  font-size: 1.3rem;
}

/* ランキングリボン */
.rank_num > li {
  counter-increment: section;
}

.rank_num .archive__thumb {
  position: relative;
  width: 100px;
}
.rank_num .archive__contents {
  width: calc(100% - 116px);
}

.rank_num .archive__thumb::after {
  position: absolute;
  top: -3px;
  left: 10px;
  width: 20px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  content: counter(section);
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.rank_num .archive__thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  height: 1px;
  border-style: solid;
  border-width: 10px;
}

.rank_num li:nth-child(-n+3) .archive__thumb::after {
  background-color: #f5be00;
}

.rank_num li:nth-child(-n+3) .archive__thumb::before {
  border-color: #f5be00;
  border-bottom-color: transparent;
}

.rank_num li:nth-child(n+4) .archive__thumb::after {
  background-color: #3bb2c6;
}

.rank_num li:nth-child(n+4) .archive__thumb::before {
  border-color: #3bb2c6;
  border-bottom-color: transparent;
}

.archive__item, .archive__item--rank, .archive__item--recomend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 990px) {
  .archive__item, .archive__item--rank, .archive__item--recomend {
    padding: 20px 0;
  }
}
.archive__item--rank {
  padding: 10px 0 0;
}
@media screen and (min-width: 990px) {
  .archive__item--rank {
    padding: 0;
  }
}
.archive__thumb {
  width: 120px;
}
@media screen and (min-width: 990px) {
  .archive__thumb {
    width: 174px;
  }
}
.archive__contents {
  width: calc(100% - 140px);
}
@media screen and (min-width: 990px) {
  .archive__contents {
    width: calc(100% - 204px);
  }
}
.archive__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 990px) {
  .archive__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.archive__text {
  font-size: 1.2rem;
  display: none;
}
@media screen and (min-width: 990px) {
  .archive__text {
    font-size: 1.4rem;
    display: block;
  }
}
.archive__item--recomend .archive__thumb {
  width: 100px;
}
.archive__item--recomend .archive__contents {
  width: calc(100% - 120px);
}
.archive__list--rank {
  margin-top: -10px;
}

.guide__category-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guide__category-link > li {
  width: calc((100% - 40px) / 5);
}
.guide__category-link-item {
  background: #3bb2c6;
  color: #fff;
  padding: 5px 5px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide__category-link-item::before {
  content: "\f107";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 990px) {
  .guide__category-link-item {
    padding-bottom: 25px;
  }
}
.guide__category-header {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  width: 100%;
  background: #3bb2c6;
  color: #fff;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide__category-header > h3, .guide__category-header h1 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.6rem;
}
.guide__category-header > h3 > span, .guide__category-header h1 > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  opacity: 0.75;
}
.guide__category-header > p {
  font-size: 1.1rem;
}
.guide__category-heading {
  display: block;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  width: 1em;
  margin: auto;
  line-height: 1.1;
  text-align: center;
  font-size: 2.2rem;
}
.guide__category-heading > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-block;
  padding-right: 0.2em;
  font-weight: 700;
  opacity: 0.75;
}
.guide__category-thumb {
  height: 120px;
  overflow: hidden;
}
.guide__category-thumb picture {
  margin-top: -50px;
}
.guide__category-text {
  padding: 10px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #3bb2c6;
}
.guide__category-text br {
  display: none;
}
.guide__category-list-item {
  width: 100%;
  margin-bottom: 1.5rem;
}
.guide__category-list-item-wrap {
  width: 100%;
  border: 1px solid #3bb2c6;
  padding: 0 0 30px;
  position: relative;
}
.guide__category-list-item-thumb {
  height: 120px;
  overflow: hidden;
}
.guide__category-list-item-thumb > picture {
  margin-top: -50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.guide__category-list-item-pickup {
  padding: 0 10px 10px;
}
.guide__category-list-item-pickup a {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.guide__category-list-item-more {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 10px 20px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff !important;
  background-color: #2e8fa0;
}
.guide__category-list-item-more i {
  margin-right: 0.5em;
}
.guide__category-list-item-return {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 0 10px;
  text-align: right;
  font-size: 2em;
  color: #fff !important;
  background-color: #2e8fa0;
}
@media screen and (min-width: 990px) {
  .guide__category-list-item-return {
    display: none;
  }
}
.guide__category-list-item-nav {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 5px 5px 30px 5px;
  background-color: #3bb2c6;
}
.guide__category-list-item-nav::before {
  content: "この記事を読む";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0.2em 30px;
  text-align: right;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  background-color: #2e8fa0;
}
.guide__category-list-item-nav::after {
  content: "\f101";
  position: absolute;
  bottom: 1px;
  right: 5px;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 990px) {
  .guide__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 220px;
  }
  .guide__category-list-item {
    margin-bottom: 20px;
  }
  .guide__category-list-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 30px;
  }
  .guide__category-list-item-thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 230px;
    height: unset;
    overflow: auto;
  }
  .guide__category-list-item-thumb > picture {
    margin-top: 0;
  }
  .guide__category-list-item-pickup {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% - 240px);
    padding: 0;
  }
  .guide__category-list-item-pickup a {
    font-size: 1.8rem;
  }
  .guide__category-list-item-more {
    font-size: 1.6rem;
    background: #3bb2c6;
  }
  .guide__category-list-item-nav {
    padding: 5px 50px 5px 10px;
  }
  .guide__category-list-item-nav > .guide__category-header {
    padding: 0;
  }
  .guide__category-list-item-nav:hover::after {
    right: 5px;
  }
  .guide__category-list-item-nav::before {
    display: none;
  }
  .guide__category-list-item-nav::after {
    content: "\f101";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 50px;
    font-size: 1.8em;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: rgba(255, 255, 255, 0.75);
  }
  .guide__category-sentence {
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    line-height: 2;
    font-size: 1.4rem;
  }
  .guide__category-heading {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
  }
  .guide__category-heading em {
    font-size: 2.2rem;
  }
  .guide__category-heading span {
    font-size: 2.4rem;
  }
  .guide__category-header {
    font-size: 1.5rem;
  }
  .guide__category-header h3, .guide__category-header h1 {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .guide__category-header h3 span, .guide__category-header h1 span {
    font-size: 3.2rem;
  }
  .guide__category-header > p {
    font-size: 1.4rem;
  }
  .guide__category-text {
    width: 456px;
    padding: 15px 20px;
    background-color: #3bb2c6;
    color: #fff;
  }
  .guide__category-text br {
    display: block;
  }
  .guide__category-thumb {
    width: 254px;
    height: 220px;
  }
  .guide__category-thumb picture {
    height: 100%;
    width: auto;
    max-width: initial;
    margin: 0 0 0 -50px;
  }
  .guide__category-thumb picture img {
    height: 100%;
    width: auto;
    max-width: initial;
  }
}
.guide__category .guide__category-header {
  padding: 0;
}

@media screen and (min-width: 990px) {
  .archive__list--rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
  }
  .archive__list--rank li {
    width: calc((100% - 40px) / 3);
  }
  .archive__item--rank {
    display: block;
    border: none;
  }
  .archive__item--rank .archive__thumb, .archive__item--rank .archive__contents {
    width: 100%;
  }
}
@media screen and (max-width: 989px) {
  .category.title__doubleLine .pc {
    display: none;
  }
}
/* サイドバー */
.labo_page.detail #sidebar {
  position: sticky;
  top: 20px;
}