<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********************************

	共通 style

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

.gutter {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

/* ====== h ====== */
h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.description {
  font-size: 0.9em;
  line-height: 1.35em;
  padding: 0px 8px;
  font-weight: 400;
  margin-bottom: 0; }

.tit-pickup {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 10px;
  padding: 10px 0 11px 12px;
  background-color: #1f245d;
  color: rgba(255, 255, 255, 0.8);
  position: relative; }

  .tit-lg-pickup {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 10px;
    padding: 10px 0 11px 12px;
    background-color: #1f245d;
    background-image: url(/img/pickup-title.svg);
    background-size: auto 59px;
    background-position: top center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.8);
    position: relative; }

.tit-lg {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 10px 0 10px;
  padding: 10px 0 11px 12px;
  background-color: #1f245d;
  color: rgba(255, 255, 255, 0.8);
  border-left: 50px solid #2868ad;
  position: relative; }
  .tit-lg i {
    position: absolute;
    left: -36px;
    top: -2px;
    bottom: 0;
    margin: auto;
    height: 15px; }

/* ====== 余白 ====== */
.p-10 {
  padding: 10px; }

/* ====== 背景 ====== */
.bg-white {
  background-color: #fff; }

/* ====== lazyload ====== */
.lazyload {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: all 0.5s; }

/********************************

	トップページ

********************************/
/* ====== 目的別メニュー ====== */
.purpose {
  font-size: 0;
  text-align: center; }
  .purpose.purpose-3 li {
    width: 33.333%; }
  .purpose.purpose-4 li {
    width: 25%; }
  .purpose li {
    display: inline-block;
    font-size: 11px; }
    .purpose li a {
      display: block;
      color: #fff;
      padding: 10px 0 2px;
      border: 1px solid #fff; }
      .purpose li a:hover {
        text-decoration: none;
        opacity: 0.6;
        transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out; }
    .purpose li i {
      display: block;
      opacity: 0.6;
      margin-bottom: 2px;
      font-size: 20px; }

.p-excellent a {
  background-color: #483470; }

.p-search a {
  background-color: #3071b7; }

.p-new a {
  background-color: #d6278c; }

.p-ranking a {
  background-color: #bea620; }

.p-magazine a {
  background-color: #5b9da3; }

#excellent.lnk {
  margin-top: -60px;
  padding-top: 60px; }

/* ======  description ====== */
.top .description {
  padding: 6px 10px 8px; }

/* ====== fv ====== */
.fv-item li span, .fv-item-nav li span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 50%;
  border: 1px solid rgba(190, 166, 32, 0.5);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8) inset; }

.fv-item-nav {
  margin: 5px 0 25px 0;
  text-align: center; }
  .fv-item-nav li:first-child {
    margin-right: 6px; }
  .fv-item-nav li:last-child {
    margin-left: 6px; }

/* ====== ランキング ====== */
.nav.btn-menu {
  display: block; }
  .nav.btn-menu li span:hover {
    opacity: 0.6;
    text-decoration: none; }
  .nav.btn-menu li span.active {
    color: #845D9E;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(0.5, rgba(255, 255, 255, 0.8)), color-stop(0.5, rgba(238, 238, 238, 0.5)), to(rgba(238, 238, 238, 0.5))); }

/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 15px auto 10px;
  pading: 5px;
  text-align: center;
  /*タブのスタイル*/ }
  .tabs .cont-subtit {
    text-align: left;
    margin-top: 15px; }
  .tabs .tab_item {
    display: inline-block;
    width: 23%;
    margin: 0 0.5%;
    transition: all 0.2s ease;
    padding: 2px 10px 2px 0px;
    border: 1px solid #aa8d0c;
    font-size: 13px;
    font-weight: 400;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 185, 49, 0.9)), color-stop(0.5, rgba(215, 185, 49, 0.9)), color-stop(0.5, #b4950d), to(#b4950d));
    color: #fff;
    position: relative;
    text-align: center; }
    .tabs .tab_item:hover {
      opacity: 0.75; }
    .tabs .tab_item::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      display: block;
      position: absolute;
      top: 0;
      right: 8px;
      bottom: 0;
      height: 23px;
      font-weight: 600;
      margin: auto;
      opacity: 0.5;
      font-size: 0.9em; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#daily:checked ~ #daily_content,
#weekly:checked ~ #weekly_content,
#monthly:checked ~ #monthly_content,
#total:checked ~ #total_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: -webkit-gradient(linear, left top, left bottom, from(#b4950d), color-stop(0.5, #b4950d), color-stop(0.5, rgba(215, 185, 49, 0.9)), to(rgba(215, 185, 49, 0.9))); }

.ranking .tit-lg {
  border-left-color: #c9ad2f; }
.ranking a.btn {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(246, 133, 50, 1.0)), color-stop(0.5, rgba(246, 133, 50, 1.0)), color-stop(0.5, #d55a00), to(#d55a00)); }
  border: none; }
.ranking .top-ranking-item {
  margin: 10px auto 15px;
  text-align: center; }
  .ranking .top-ranking-item li {
    position: relative;
    margin: 5px 5px 5px;
    background-color: white;
    font-size: 0.9em;
    line-height: 1.4em;
    display: inline-block;
    width: 45%; }
    .ranking .top-ranking-item li a {
      color: #707070; }
      .ranking .top-ranking-item li a:hover {
        text-decoration: none;
        opacity: 0.6; }
      .ranking .top-ranking-item li a .item-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 60%;
        display: block;
        position: relative;
        border: 1px solid #fff; }
      .ranking .top-ranking-item li a .item-number {
        top: 6px;
        left: -5px;
        position: absolute;
        font-family: "Cinzel", serif;
        color: #000;
        font-size: 1.3em;
        display: block;
        background-color: #edcf46;
        width: 85px;
        padding-left: 2px; }
        .ranking .top-ranking-item li a .item-number::before {
          border-style: solid;
          border-width: 0 5px 5px 0;
          border-color: transparent #a46d18 transparent transparent;
          content: '';
          left: 0;
          top: 20px;
          position: absolute; }
        .ranking .top-ranking-item li a .item-number::after {
          border-color: transparent transparent transparent #edcf46;
          border-style: solid;
          border-width: 10px 0px 9px 8px;
          content: '';
          position: absolute;
          left: 85px;
          top: 0; }
        .ranking .top-ranking-item li a .item-number small {
          margin: 0 4px 0 4px;
          font-size: 11px; }
      .ranking .top-ranking-item li a .item-cat {
        color: #fff;
        font-size: 0.9em;
        padding: 2px 5px; }
        .ranking .top-ranking-item li a .item-cat.cat01 {
          background-color: #17a2b8; }
        .ranking .top-ranking-item li a .item-cat.cat02 {
          background-color: #e83e8c; }
        .ranking .top-ranking-item li a .item-cat.cat03 {
          background-color: #dc3545; }
        .ranking .top-ranking-item li a .item-cat.cat04 {
          background-color: #6f42c1; }
        .ranking .top-ranking-item li a .item-cat.cat05 {
          background-color: #6610f2; }
        .ranking .top-ranking-item li a .item-cat.cat06 {
          background-color: #20c997; }
        .ranking .top-ranking-item li a .item-cat.cat07 {
          background-color: #28a745; }
        .ranking .top-ranking-item li a .item-cat.cat08 {
          background-color: #ffc107; }
        .ranking .top-ranking-item li a .item-cat.cat09 {
          background-color: #6610f2; }
        .ranking .top-ranking-item li a .item-cat.cat10 {
          background-color: #fd7e14; }
      .ranking .top-ranking-item li a .item-tit {
        background-color: #fff;
        padding-top: 5px;
        word-break: break-all; }
      .ranking .top-ranking-item li a .item-txt {
        background-color: #fff;
        color: #333;
        padding-bottom: 5px;
        word-break: break-all; }
.ranking .ranking-top {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 5px 0 10px;
  padding: 0 0 5px; }
  .ranking .ranking-top &gt; div {
    display: inline-block;
    width: 32%;
    position: relative;
    margin: 5px 5px 5px;
    padding-bottom: 5px;
    background-color: white;
    font-size: 0.9em;
    line-height: 1.4em;
    height: auto; }
    .ranking .ranking-top &gt; div a {
      color: #707070; }
      .ranking .ranking-top &gt; div a:hover {
        text-decoration: none;
        opacity: 0.6; }
      .ranking .ranking-top &gt; div a .item-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 50%;
        display: block;
        position: relative;
        border: 1px solid #fff; }
      .ranking .ranking-top &gt; div a .item-number {
        font-family: "Cinzel", serif;
        color: #fff;
        font-size: 1.3em;
        padding-left: 2px;
        position: absolute;
        left: 0px;
        top: 0px; }
        .ranking .ranking-top &gt; div a .item-number::before {
          border-style: solid;
          border-width: 0 0 35px 35px;
          border-color: transparent transparent transparent #471566;
          content: '';
          left: 0;
          top: 0;
          position: absolute; }
        .ranking .ranking-top &gt; div a .item-number span {
          position: absolute;
          left: 5px;
          top: 3px;
          width: 8px; }
      .ranking .ranking-top &gt; div a .item-cat {
        color: #fff;
        font-size: 0.9em;
        padding: 2px 5px;
        text-align: center;
        display: block; }
        .ranking .ranking-top &gt; div a .item-cat.cat01 {
          background-color: #17a2b8; }
        .ranking .ranking-top &gt; div a .item-cat.cat02 {
          background-color: #e83e8c; }
        .ranking .ranking-top &gt; div a .item-cat.cat03 {
          background-color: #dc3545; }
        .ranking .ranking-top &gt; div a .item-cat.cat04 {
          background-color: #6f42c1; }
        .ranking .ranking-top &gt; div a .item-cat.cat05 {
          background-color: #6610f2; }
        .ranking .ranking-top &gt; div a .item-cat.cat06 {
          background-color: #20c997;  }
        .ranking .ranking-top &gt; div a .item-cat.cat07 {
          background-color: #28a745; }
        .ranking .ranking-top &gt; div a .item-cat.cat08 {
          background-color: #ffc107; }
        .ranking .ranking-top &gt; div a .item-cat.cat09 {
          background-color: #6610f2; }
        .ranking .ranking-top &gt; div a .item-cat.cat10 {
          background-color: #fd7e14; }
      .ranking .ranking-top &gt; div a .item-tit {
        background-color: #fff;
        padding-top: 5px;
        text-align: center;
        display: block;
        word-wrap: break-word; }
      .ranking .ranking-top &gt; div a .item-txt {
        background-color: #fff;
        color: #333;
        padding-bottom: 5px;
        text-align: center;
        display: block; }

/* ======  area ====== */
.search-area-list {
  text-align: center;
  margin: 10px 2.5px; }

  .search-area-list a {
    color: #ffffff; }

  .search-area-list li {
    width: 31%;
    margin: 5px 2.5px 5px;
    display: inline-block;
    position: relative; }
    .search-area-list li a {
      display: block;
      padding: 10px 15px 10px 10px;
      position: relative;
      background-color: #2868ad;
      background: -webkit-gradient(linear, left top, left bottom, from(#388eeb), color-stop(0.5, #388eeb), color-stop(0.5, rgba(40, 104, 173, 0.9)), to(#2868ad));
      border: 2px solid #0067b1; }
      .search-area-list li a::after {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        display: block;
        position: absolute;
        top: 0;
        font-size: 0.95em;
        right: 8px;
        bottom: 0;
        height: 23px;
        font-weight: 600;
        margin: auto;
        opacity: 0.7; }
      .search-area-list li a:hover {
        opacity: 0.8; }

/* ======  条件検索 ====== */
.search .cont-subtit {
  cursor: pointer;
  position: relative;
  margin: 5px 0; }
  .search .cont-subtit span {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 28px;
    margin: auto;
    font-size: 1.4em; }
  .search .cont-subtit span i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all .3s; }
  .search .cont-subtit span.active i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: all .3s; }
.search .collapse {
  display: none; }

/* ======  menhos magazine ====== */
.magazine a:hover {
  opacity: 0.6; }
.magazine a .magazine-box {
  padding-top: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #fff;
  margin: 15px 10px;
  position: relative; }
  .magazine a .magazine-box .magazine-tit {
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    margin-bottom: 5px; }
    .magazine a .magazine-box .magazine-tit p {
      display: inline;
      line-height: 1.4em;
      background-color: rgba(0, 0, 0, 0.7); }
    .magazine a .magazine-box .magazine-tit span {
      font-size: 14px;
      font-weight: 500;
      padding: 5px 5px 5px; }
    .magazine a .magazine-box .magazine-tit small {
      padding: 0px 5px 0 0;
      letter-spacing: 1px; }
  .magazine a .magazine-box::after {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 24px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 5px;
    color: #bea620; }

/* ====== おすすめリンク ====== */
.link ul {
  margin-top: 10px;
  text-align: center;
  font-size: 0; }
  .link ul li {
    display: inline-block;
    width: 48%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    outline: 1px solid rgba(190, 166, 32, 0.5);
    background-color: #fff;
    margin: 0 0.5% 5px; }
    .link ul li a img {
      max-width: 100%;
      height: auto; }
    .link ul li a:hover {
      opacity: 0.5; }
</pre></body></html>