
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@charset "UTF-8";
/*------------------------------------*  引数
\*------------------------------------*/
/*　メインカラー　*/
/*　サブカラー　*/
/*　アクセントカラー　*/
/*　文字カラー　*/
/*　リンクカラー　*/
/*　border　*/
/*　文字白抜きグレー背景　*/
/*　カテゴリーカラー　*/
/*------------------------------------*  container　基本構造
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: url(../img/common/bg-item-01.png) top 100px left 20px no-repeat, url(../img/common/bg-item-02.png) top 200px right -50px no-repeat, url(../img/common/bg-item-03.png) top 800px left 30px no-repeat, url(../img/common/bg-item-04.png) bottom 600px right 20px no-repeat, url(../img/common/bg-container.png) 0 0;
  /* 机背景 */
  background-size: 200px auto,
 180px auto,
 200px auto,
 180px auto,
 180px auto;
  color: #333;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: 'Open Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body:after {
  position: absolute;
  bottom: -94px;
  height: 94px;
  background: url(../img/common/bg-container-bottom.png);
  /* ページ下部の机 */
  width: 100%;
  content: "";
}

ol, ul {
  margin: 0;
  list-style: none;
}

/*　コンテンツ全体　*/

.container-wrapper {
  position: relative;
  margin: 10px auto 0;
  padding: 0 0 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.container-wrapper:before {
  position: absolute;
  top: 0;
  right: -95px;
  content: url(../img/common/bg-item-05.png);
  /* ノート */
  z-index: -100;
}

.container {
  padding: 0;
}

/*　1360px以下背景の小物なし、机背景のみ　*/

/*　メインコンテンツ　カルーセル以下の部分　*/
.main-contents {
  padding: 0 15px;
}

/*　右カラムサイズ　*/

/* bootstrap の プリント指定を解除*/

/*------------------------------------*  common
\*------------------------------------*/
.body--modal-open {
  overflow: hidden;
}

/*　パンくず　*/
.breadcrumb {
  margin: 0 15px 10px 18px;
  padding: 0 0 3px;
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

/*　ページトップへ戻る　*/
.btn-pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.btn-pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #000;
}

.btn-pagetop a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
}

.btn-pagetop a:before {
  right: 50%;
  margin: -5px -5px 0 0;
}

/*　ページネーション　*/
.pagination {
  width: 100%;
  text-align: center;
}

.pagination a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 3px 5px;
  color: #fff;
  background: #CECECE;
  border-radius: 3px;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  vertical-align: top;
}

.pagination a:hover {
  background-color: #29abe2;
  transition: 0.2s;
}

.pagination .active a {
  background: #29abe2;
}

.pagination .previous-inactive a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.pagination .previous-inactive a:before {
  left: 50%;
  margin: -5px 0 0 -3px;
}

.pagination .next a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.pagination .next a:before {
  right: 50%;
  margin: -5px -3px 0 0;
}

/*　エラー文　*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #CC120E;
  background-color: #FFE0E0;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.alert strong {
  font-weight: bold;
}

/*　メンテナンスメッセージ　*/
.maitenance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px 15px;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  color: #444;
  border: 2px solid #039BE5;
  font-weight: bold;
  background: #E1F5FE !important;
}

.maitenance p {
  margin-right: 10px;
  margin-right: 1rem;
}

.maitenance a {
  color: #111;
}

/*　検索結果画面　*/
.gsc-input-box {
  height: auto !important;
}

.gsc-selected-option-container {
  min-width: 100px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
.cse .gsc-search-button input.gsc-search-button,
input.gsc-search-button-v2 {
  width: 35px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 0 !important;
  cursor: pointer;
}

.cse .gsc-search-button input.gsc-search-button:focus,
.cse .gsc-search-button input.gsc-search-button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
  vertical-align: top;
}

.gsc-branding {
  display: none !important;
}

/*------------------------------------*  ヘッダー　PC、タブレット
\*------------------------------------*/

/* @include media(pc) */
/*------------------------------------*  ヘッダー スマホ
\*------------------------------------*/

/* @media only screen and (max-width: 991px) */
/*------------------------------------*  グローバルナビ　PC、タブレット
\*------------------------------------*/

/* @media only screen and (min-width: 768px) */
/*------------------------------------*  グローバルナビ　スマホ
\*------------------------------------*/

/* @include media(sp) */
/*------------------------------------*  フッター
\*------------------------------------*/
footer {
  padding: 20px 0;
  text-align: center;
}

footer .fotter-wrap {
  padding: 0 10px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

footer .common-link-list-item {
  display: inline-block;
}

footer .common-link-list-item a {
  padding: 0 10px;
  color: #333;
}

footer .common-link-list-item:after {
  border-right: 1px solid #333;
  content: "";
}

footer .common-link-list-item:last-child:after {
  border: none;
}

footer .copyright {
  margin: 10px 0 20px;
}

/*------------------------------------*  右カラム
\*------------------------------------*/
.container-right {
  /* ログインモジュール */
  /* 一覧ボタン */
}

.container-right .login {
  padding: 2em;
  border: 10px solid #E6E6E6;
  border-radius: 4px;
}

.container-right .login .user {
  padding: 0 0 10px;
}

.container-right .login .user .user-info {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.container-right .login .user .user-info .user-icon {
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  margin-right: 0.5em;
}

.container-right .login .user .user-info .user-icon img {
  object-fit: cover;
  max-width: 100%;
  border-radius: 50%;
}

.container-right .login .user .user-info .user-name {
  -ms-flex: 1;
      flex: 1;
  max-width: 230px;
}

.container-right .login .user .user-info .user-name p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-right .login .user .user-action {
  -ms-flex: 1;
      flex: 1;
  border-bottom: 1px solid #ccc;
}

.container-right .login .user .user-action .user-info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0;
  font-size: 0.9em;
}

.container-right .login .user .user-action .user-info-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.container-right .login .user .user-action .user-info-item .num {
  padding: 0 4px;
  font-size: 1.25em;
  font-weight: bold;
}

.container-right .login .desc {
  margin: 10px 0;
}

.container-right .login .btns-wrapp {
  padding: 10px 0;
}

.container-right .login .btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  transition: .2s;
}

.container-right .login .btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: none;
}

.container-right .login .btn:active {
  text-decoration: none;
}

.container-right .login .login-btn {
  background: #29abe2;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

.container-right .login .mypage-btn {
  padding: 8px 0;
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  background: #e1e2e4;
}

.container-right .login .mypage-btn-trivia {
  color: #FFF;
  background: #0071BC;
}

.container-right .login .mypage-btn-personality {
  color: #FFF;
  background: #39B54A;
}

.container-right .login .mypage-btn-poll {
  color: #FFF;
  background: #1CBEBE;
}

.container-right .btn-more a {
  display: block;
  padding: 8px 0;
  border: 1px solid #E6E6E6;
  color: #333;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.container-right .btn-more a:hover {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
  background-color: #F2F2F2;
  transition: 0.2s;
}

.container-right .contact .btn-more a,
.container-right .about .btn-more a {
  padding: 12px 0;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

.contents {
  margin: 0 0 30px;
}

/* title 共通 */
.chumokujoho .title,
.ranking .title,
.author-ranking .title,
.answerer-ranking .title {
  margin: 0 0 10px;
  background-color: #D0F6EB;
  border-radius: 20px;
  font-weight: bold;
}

.chumokujoho .title .title-text,
.ranking .title .title-text,
.author-ranking .title .title-text,
.answerer-ranking .title .title-text {
  display: inline-block;
  min-width: 200px;
  padding: 0 20px;
  background-color: #29D2AA;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 35px;
}

.chumokujoho .title .title-icon,
.ranking .title .title-icon,
.author-ranking .title .title-icon,
.answerer-ranking .title .title-icon {
  display: inline-block;
  float: right;
  padding: 0 15px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
}

.chumokujoho .title .title-text,
.ranking .title .title-text,
.author-ranking .title .title-text,
.answerer-ranking .title .title-text {
  display: inline-block;
  min-width: 150px;
  padding: 0 16px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.chumokujoho .title .title-icon,
.ranking .title .title-icon,
.author-ranking .title .title-icon,
.answerer-ranking .title .title-icon {
  padding: 0 10px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ランキング */
.ranking {
  /*　タブ分けしてたが分離させたので削除
  .title{
    .nav-tabs{
      display: inline-block;
      float: right;
      border:none;
      >li a{
        margin: 0;
        padding: 0 15px;
        border:none;
        background-color: #F2F2F2;
        color: #999999;
        @include fontsize(14);
        line-height: 35px;
        @include media(tab){
          padding: 0 10px;
        }
      }
      .active a{
        background-color: #29D2AA;
        color: #fff;
      }
      .tab-trivia a{
        border-radius: 20px 0 0 20px;
      }
      .tab-personality a{
        border-radius: 0 20px 20px 0;
      }
    }
  }
  .tab-content{
    border: 1px solid $border-col;
  }*/
}

.ranking .entry-item {
  position: relative;
  padding: 10px;
  overflow: hidden;
  /* 画像 */
  /* タイトル回り */
}

.ranking .entry-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.ranking .entry-item:hover {
  background-color: #F2F2F2;
  transition: 0.2s;
}

.ranking .entry-item:before {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 60px;
  height: 70px;
  background: url(../img/common/icon-verygood.svg) 0 0 no-repeat;
  background-size: auto 60px;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  content: "";
}

.ranking .entry-item .entry-photo {
  position: relative;
  float: left;
  width: 120px;
  overflow: hidden;
}

.ranking .entry-item .entry-photo .img {
  width: 100%;
  height: 100%;
}

.ranking .entry-item .entry-photo .icon-ranking-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #DDB40A;
  color: #000;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

.ranking .entry-item .entry-text-wrap {
  margin-left: 130px;
}

.ranking .entry-item .entry-title {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.ranking .entry-item .entry-title:hover a {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
}

.ranking .entry-item .entry-subinfo {
  /* common.cssに記述 */
}

.ranking .entry-item .entry-subinfo .entry-user {
  max-width: 30%;
}

/* ユーザーランキング */
.author-ranking-list {
  /* ユーザーアイコン枠色 
  .no-1 .user-icon{
    border:3px solid #DDB40A;
  }
  .no-2 .user-icon{
    border:3px solid #AFAA9A;
  }
  .no-3 .user-icon{
    border:3px solid #CE8767;
  }*/
}

.author-ranking-list .entry-item {
  position: relative;
  padding: 5px 10px 5px 55px;
  background: url(../img/common/icon-verygood.svg) 0 8px no-repeat;
  background-size: auto 50px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}

.author-ranking-list .entry-item a {
  color: #333;
  text-decoration: none;
}

.author-ranking-list .entry-item .user-icon {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 3px solid #DDB40A;
  overflow: hidden;
  box-sizing: content-box;
}

.author-ranking-list .entry-item .user-name {
  margin: 0 0 5px;
}

.author-ranking-list .entry-item .user-name span {
  padding-right: 5px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.author-ranking-list .entry-item .user-name span:hover {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
}

.author-ranking-list .entry-item .subinfo {
  color: #666666;
}

.author-ranking-list .entry-item .subinfo span {
  font-weight: bold;
}

/* author-ranking-list */
.author-ranking .btn-more {
  margin: 10px 0 0;
}

/* お知らせ */
.info {
  background-color: #00340C;
  border: 12px solid #7A5501;
  background-image: linear-gradient(transparent 95%, rgba(247, 247, 247, 0.05) 95%, rgba(247, 247, 247, 0.05) 100%, transparent 100%), linear-gradient(90deg, transparent 95%, rgba(247, 247, 247, 0.05) 95%, rgba(247, 247, 247, 0.05) 100%, transparent 100%);
  background-size: 20px 20px;
}

.info .title {
  text-align: center;
  padding: 10px 0 15px 0;
  margin: 0;
}

.info .title object {
  width: 85%;
  max-width: 300px;
  vertical-align: bottom;
}

.info .info-list {
  padding: 0 20px 10px;
}

.info .entry-item {
  margin: 0 0 15px;
  color: #fff;
}

.info .entry-item a {
  color: #fff;
  font-weight: bold;
}

.info .entry-item a:hover {
  color: #ede21e;
  transition: 0.2s;
  text-decoration: none;
}

.info .info-bottom {
  max-width: 190px;
  margin-left: 20px;
}

.info .info-bottom object {
  width: 100%;
  max-width: 190px;
  vertical-align: bottom;
}

/* info */
/*------------------------------------*  entry-item 記事共通
\*------------------------------------*/
/*  タグ、日付、ユーザー
    @extend .entry-subinfo;
*/
.entry-subinfo, .carousel .carousel-body .entry-subinfo {
  line-height: 1.2;
}

.entry-subinfo > div, .carousel .carousel-body .entry-subinfo > div {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.entry-subinfo > div:after, .carousel .carousel-body .entry-subinfo > div:after {
  content: "｜";
  padding: 0 0 0 3px;
}

.entry-subinfo > div:last-child:after, .carousel .carousel-body .entry-subinfo > div:last-child:after {
  content: none !important;
}

.entry-subinfo .entry-user, .carousel .carousel-body .entry-subinfo .entry-user {
  max-width: 50%;
  padding-left: 13px;
  overflow: hidden;
}

.entry-subinfo .entry-user:before, .carousel .carousel-body .entry-subinfo .entry-user:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/common/icon-entry-user.svg) center no-repeat;
  content: "";
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.entry-subinfo .entry-user a, .carousel .carousel-body .entry-subinfo .entry-user a, .entry-subinfo .entry-user span, .carousel .carousel-body .entry-subinfo .entry-user span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #337ab7 !important;
}

.entry-subinfo .entry-user a:hover, .entry-subinfo .entry-user span:hover {
  text-decoration: underline;
}

/*------------------------------------*  entry-item　カテゴリ色設定
\*------------------------------------*/
.category-trivia .entry-category {
  background-color: #0071BC;
}

.category-personality .entry-category {
  background-color: #39B54A;
}

.category-poll .entry-category {
  background-color: #1CBEBE;
}

/*------------------------------------*  タイル型
  @extend .contents-tile;
\*------------------------------------*/
.contents-tile-inner {
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -ms-justify-content: space-around;
  /*--- IE10用 ---*/
  /* Safari */
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}

.contents-tile {
  /* entry-item */
}

.contents-tile .entry-item {
  float: left;
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  border: 1px solid #E6E6E6;
  /* 画像 */
  /* 画像hover */
  /* カテゴリ、回答者数 */
  /* タイトル回り */
  /* sns */
  /*.entry-sns-btn{
      position: absolute;
      bottom: 5px;
      left: 10px;
      > div{
      display: inline-block;
      margin-right: 5px;
      vertical-align: top;
      }
    }*/
}

.contents-tile .entry-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.contents-tile .entry-item:hover,
.contents-tile .entry-item:hover .entry-title {
  background-color: #F2F2F2;
  transition: 0.2s;
}

.contents-tile .entry-item .entry-photo-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #E6E6E6;
  border-bottom: none;
  overflow: hidden;
}

.contents-tile .entry-item .entry-photo {
  position: relative;
  padding-top: 50%;
}

.contents-tile .entry-item .entry-photo img {
  position: absolute;
  top: 0;
  width: 100%;
}

.contents-tile .entry-item .entry-photo-mask, .contents-tile .entry-item .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item .entry-photo-mask-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: .25s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.contents-tile .entry-item .entry-photo-mask:hover, .contents-tile .entry-item .entry-photo-mask .entry-photo-mask-hover:hover, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item .entry-photo-mask-hover:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contents-tile .entry-item .entry-photo-mask:hover .entry-photo-mask-hover, .contents-tile .entry-item .entry-photo-mask .entry-photo-mask-hover:hover .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item .entry-photo-mask-hover:hover .entry-photo-mask-hover {
  top: 0 !important;
  left: 0;
  transition: .35s;
  -webkit-transition: .35s;
}

.contents-tile .entry-item .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item .entry-photo-mask-hover .entry-photo-mask-hover {
  top: 15px;
  left: 0;
  background: url(../img/common/mask-hover.svg) center no-repeat;
  background-size: 60%;
}

.contents-tile .entry-item.checked .entry-photo-mask, .contents-tile .entry-item.checked .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item.checked .entry-photo-mask-hover {
  background: transparent;
  transition: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contents-tile .entry-item.checked .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item.checked .entry-photo-mask-hover .entry-photo-mask-hover {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.contents-tile .entry-item.checked .entry-photo-mask .entry-photo-mask-hover:before, .carousel .carousel-body .entry-photo-mask .contents-tile .entry-item.checked .entry-photo-mask-hover .entry-photo-mask-hover:before {
  content: "解答済み";
  display: block;
  text-align: center;
  padding: 50px 0;
  color: #fff006;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.contents-tile .entry-item .entry-category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 90px;
  height: 25px;
  padding: 0 20px;
  border-radius: 0 0 5px 0;
  color: #fff;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

.contents-tile .entry-item .entry-answer {
  display: block;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 2;
  min-width: 65px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.contents-tile .entry-item .entry-answer-title {
  display: block;
  padding: 5px 0;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  color: #2E3192;
}

.contents-tile .entry-item .entry-answer-number {
  display: block;
  margin-top: -1px;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  color: #333;
}

.contents-tile .entry-item .entry-budge {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8px;
  margin: 0;
  padding: 4px 0;
  z-index: 2;
  width: 24px;
  text-align: center;
  font-size: 10px;
  color: white;
  background: #F5C950;
}

.contents-tile .entry-item .entry-budge:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 12px solid #F5C950;
  border-right: 12px solid #F5C950;
  border-bottom: 8px solid transparent;
}

.contents-tile .entry-item .entry-budge--gold {
  background: #F5C950;
}

.contents-tile .entry-item .entry-budge--gold:after {
  border-left: 12px solid #F5C950;
  border-right: 12px solid #F5C950;
}

.contents-tile .entry-item .entry-budge--silver {
  background: #9AA2AD;
}

.contents-tile .entry-item .entry-budge--silver:after {
  border-left: 12px solid #9AA2AD;
  border-right: 12px solid #9AA2AD;
}

.contents-tile .entry-item .entry-budge--bronze {
  background: #833511;
}

.contents-tile .entry-item .entry-budge--bronze:after {
  border-left: 12px solid #833511;
  border-right: 12px solid #833511;
}

.contents-tile .entry-item .entry-budge--red {
  background: #E62727;
}

.contents-tile .entry-item .entry-budge--red:after {
  border-left: 12px solid #E62727;
  border-right: 12px solid #E62727;
}

.contents-tile .entry-item .entry-budge--blue {
  background: #4357C9;
}

.contents-tile .entry-item .entry-budge--blue:after {
  border-left: 12px solid #4357C9;
  border-right: 12px solid #4357C9;
}

.contents-tile .entry-item .entry-budge + .entry-budge {
  right: 36px;
}

.contents-tile .entry-item .entry-budge + .entry-budge + .entry-budge {
  right: 64px;
}

.contents-tile .entry-item .entry-text-wrap {
  padding: 10px;
}

.contents-tile .entry-item .entry-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.contents-tile .entry-item .entry-title a:hover {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
}

.contents-tile .entry-item .entry-subinfo {
  /* @extend .entry-subinfo */
}

/* contents-tile */
/* width調整 */
.contents-tile_l .entry-item {
  width: 48%;
}

.contents-tile_m .entry-item {
  width: 32%;
}

.contents-tile .entry-item:not(:target) {
  min-height: 220px\9;
  margin: 0 4px 15px\9;
  /* IE9,10 */
}

/*------------------------------------*    リスト型記事レイアウト
    @extend .contents-list;
\*------------------------------------*/
.contents-list .entry-item {
  position: relative;
  padding: 10px;
  border-bottom: 1px dotted #E6E6E6;
  /* 画像 */
  /* 画像hover */
  /* タイトル回り */
  /* カテゴリ、回答者数 */
}

.contents-list .entry-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.contents-list .entry-item:hover {
  background-color: #F2F2F2;
  transition: 0.2s;
}

.contents-list .entry-item:after {
  content: "";
  display: block;
  clear: both;
}

.contents-list .entry-item .entry-photo {
  position: relative;
  padding-top: 50%;
}

.contents-list .entry-item .entry-photo img {
  position: absolute;
  top: 0;
}

.contents-list .entry-item .entry-photo-wrap {
  position: relative;
  z-index: 1;
  float: left;
  width: 210px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8px;
  margin: 0;
  padding: 4px 0;
  z-index: 2;
  width: 24px;
  text-align: center;
  font-size: 10px;
  color: white;
  background: #F5C950;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 12px solid #F5C950;
  border-right: 12px solid #F5C950;
  border-bottom: 8px solid transparent;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--gold {
  background: #F5C950;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--gold:after {
  border-left: 12px solid #F5C950;
  border-right: 12px solid #F5C950;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--silver {
  background: #9AA2AD;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--silver:after {
  border-left: 12px solid #9AA2AD;
  border-right: 12px solid #9AA2AD;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--bronze {
  background: #833511;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--bronze:after {
  border-left: 12px solid #833511;
  border-right: 12px solid #833511;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--red {
  background: #E62727;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--red:after {
  border-left: 12px solid #E62727;
  border-right: 12px solid #E62727;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--blue {
  background: #4357C9;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge--blue:after {
  border-left: 12px solid #4357C9;
  border-right: 12px solid #4357C9;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge + .entry-budge {
  right: 36px;
}

.contents-list .entry-item .entry-photo-wrap .entry-budge + .entry-budge + .entry-budge {
  right: 64px;
}

.contents-list .entry-item .entry-photo-wrap:hover .entry-photo-mask, .contents-list .entry-item .entry-photo-wrap:hover .entry-photo-mask .entry-photo-mask-hover, .contents-list .entry-item .entry-photo-mask .entry-photo-wrap:hover .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-list .entry-item .entry-photo-wrap:hover .entry-photo-mask-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contents-list .entry-item .entry-photo-wrap:hover .entry-photo-mask-hover {
  top: -5px !important;
  left: 0;
  transition: .35s;
  -webkit-transition: .35s;
}

.contents-list .entry-item .entry-photo-mask, .contents-list .entry-item .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-list .entry-item .entry-photo-mask-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: .25s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.contents-list .entry-item .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .contents-list .entry-item .entry-photo-mask-hover .entry-photo-mask-hover {
  top: 0;
  left: 0;
  background: url(../img/common/mask-hover.svg) center no-repeat;
  background-size: 70%;
}

.contents-list .entry-item .entry-text-wrap,
.contents-list .entry-item .btns-wrapp {
  padding-left: 220px;
}

.contents-list .entry-item .entry-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.contents-list .entry-item .entry-title:hover a {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
}

.contents-list .entry-item .entry-subinfo {
  /* @extend .entry-subinfo */
}

.contents-list .entry-item .entry-info {
  margin-bottom: 5px;
  /* sns */
  /*.entry-sns-btn{
        display: inline-block;
        > div{
          display: inline-block;
          margin-right: 5px;
          vertical-align: top;
        }
      }*/
}

.contents-list .entry-item .entry-info > div {
  vertical-align: middle;
}

.contents-list .entry-item .entry-info .entry-category {
  display: inline-block;
  margin-right: 3px;
  padding: 3px 8px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.contents-list .entry-item .entry-info .entry-answer {
  display: inline-block;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

/* .contents-list */
/*------------------------------------*    ログインモーダル
\*------------------------------------*/
.login-modal {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.loguin-modal-contents {
  position: fixed;
  top: 40px;
  left: 2vw;
  bottom: auto;
  right: auto;
  width: 96vw;
  margin: auto;
  border-radius: 4px;
  background: #fff;
  z-index: 3;
}

.loguin-modal-contents .head {
  border-bottom: 2px solid #463f2d;
}

.loguin-modal-contents .head .head-title {
  text-align: center;
  padding: 18px 0 16px;
  color: #463f2d;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.loguin-modal-contents .head .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}

.loguin-modal-contents .head .btn-close:hover {
  color: #666;
}

.loguin-modal-contents .desc {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.loguin-modal-contents .desc p {
  text-align: center;
}

.loguin-modal-contents .desc p span {
  font-size: 0.8em;
}

.loguin-modal-contents .foot {
  padding: 0 20px 20px;
}

.loguin-modal-contents .foot p {
  font-size: 0.9em;
  color: #555;
}

.login-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 20px 12px;
}

.login-btns .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #eee;
  margin-bottom: 8px;
  padding: 10px 20px;
  color: #463f2d;
}

.login-btns .btn:hover {
  text-decoration: none;
  background: #ddd;
}

.login-btns .btn .icon {
  font-size: 1.5em;
}

.login-btns .btn .btn-text {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  font-weight: bold;
}

.login-btns .btn-facebook {
  background: #3b5998;
}

.login-btns .btn-facebook:hover {
  background: #2E4A86;
}

.login-btns .btn-facebook .icon {
  color: #fff;
}

.login-btns .btn-facebook .btn-text {
  color: #fff;
}

.login-btns .btn-yahoo {
  padding: 4px 20px;
}

.login-btns .btn-yahoo .icon svg {
  width: 1em;
  height: 1em;
  fill: #C61D1D;
}

.login-btns .btn-mail .icon {
  color: #0071BC;
}

.login-btns .mail-login {
  margin-bottom: 32px;
  padding: 8px 0 0;
  text-align: center;
  color: #0071BC;
}

.login-btns .sign-up {
  padding: 16px 0;
  border-top: 1px solid #463f2d;
  text-align: center;
  color: #0071BC;
}

/*-------------------
**運営からのアンケート**
--------------------*/
.our-poll {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #FFF;
}

.our-poll__head, .our-poll__head--large {
  position: relative;
  background: #1CBEBE;
  padding: 16px;
}

.our-poll__head:after, .our-poll__head--large:after {
  position: absolute;
  top: calc(50% - 25px);
  right: 16px;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/common/figure-poll.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.our-poll__head__title {
  padding-right: 60px;
  font-size: 1.75em;
  font-weight: bold;
  color: #FFF;
}

.our-poll__head--large:after {
  top: 0;
  right: 16px;
  width: 120px;
  height: 120px;
}

.our-poll__body {
  padding: 16px;
  border-radius: 0 0 8px 8px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.our-poll__body__desc {
  margin: 0 0 12px;
  padding: 0 0 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 1px solid #78909c;
}

.our-poll__foot {
  padding: 16px;
}

.our-poll__foot .our-poll__btn {
  display: block;
  max-width: 400px;
  margin: auto;
  position: relative;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #1CBEBE;
  border-radius: 4px;
  transition: .3s all;
}

.our-poll__foot .our-poll__btn:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  font-family: FontAwesome;
  content: "\f054";
}

.our-poll__foot .our-poll__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.label, .label--attention {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 20px;
  line-height: 1;
}

.label--attention {
  background: #ff4b33;
  color: #fff;
}

.modal-bootstrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  z-index: 1072;
}

.modal-open .modal-bootstrap {
  overflow-x: hidden;
  overflow-y: auto;
}

/*------------------------------------*  右カラム
\*------------------------------------*/
/* レクタングル */
.ad-rectangle-bnr {
  /* padding: 10px 0 0; */
  text-align: center;
}

.ad-rectangle-bnr img {
  width: 100%;
  max-width: 300px;
}

/* 注目情報 */
.chumokujoho .RCChumokuJohoArticle {
  position: relative;
  min-height: 100px;
  padding: 10px;
  /* 画像 */
  /* タイトル回り */
}

.chumokujoho .RCChumokuJohoArticle a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.chumokujoho .RCChumokuJohoArticle:hover {
  background-color: #F2F2F2;
  transition: 0.2s;
}

.chumokujoho .RCChumokuJohoArticle img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
}

.chumokujoho .RCChumokuJohoArticle .title-h3 {
  margin: 0 0 5px 90px;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.chumokujoho .RCChumokuJohoArticle .title-h3:hover a {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
}

.chumokujoho .RCChumokuJohoArticle p {
  margin: 0 0 0 90px;
  color: #666666;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* dfp adunit */
.adunit {
  padding: 20px 0;
}

.adunit-left {
  display: inline-block;
  padding-right: 5px;
  padding-left: calc((100% - 630px) / 2);
}

.adunit-right {
  display: inline-block;
  padding-left: 5px;
  padding-right: calc((100% - 630px) / 2);
}

.adunit-overlay {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 0;
  z-index: 1;
}

/*------------------------------------*  carousel element index
\*------------------------------------*/
.carousel {
  margin: 0 0 20px;
  overflow: hidden;
}

.carousel .carousel-item-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.carousel .carousel-item {
  display: inline-block;
  position: relative;
  width: 580px;
  height: 290px;
  padding: 0;
  outline: none;
  overflow: hidden;
  background: #000;
}

.carousel .carousel-item a {
  position: relative;
  display: block;
  width: 580px;
  height: 290px;
  margin: 0 auto;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
  cursor: default;
  transition: .3s;
}

.carousel .carousel-item a:hover .entry-photo-mask, .carousel .carousel-item a:hover .contents-tile .entry-item .entry-photo-mask .entry-photo-mask-hover, .contents-tile .entry-item .entry-photo-mask .carousel .carousel-item a:hover .entry-photo-mask-hover, .carousel .carousel-item a:hover .contents-list .entry-item .entry-photo-mask .entry-photo-mask-hover, .contents-list .entry-item .entry-photo-mask .carousel .carousel-item a:hover .entry-photo-mask-hover, .carousel .carousel-item a:hover .carousel-body .entry-photo-mask .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .carousel-item a:hover .entry-photo-mask-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel .carousel-item a:hover .entry-photo-mask-hover {
  top: -5px;
  left: 0;
  transition: .35s;
  -webkit-transition: .35s;
}

.carousel .carousel-body {
  position: relative;
  top: 0;
  /* 画像 */
  /* 画像hover */
  /* カテゴリ、回答者数 */
  /* タイトル回り */
}

.carousel .carousel-body img {
  width: 100%;
}

.carousel .carousel-body .entry-photo-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.carousel .carousel-body .entry-photo-mask, .contents-tile .entry-item .entry-photo-mask .carousel .carousel-body .entry-photo-mask-hover, .contents-list .entry-item .entry-photo-mask .carousel .carousel-body .entry-photo-mask-hover, .carousel .carousel-body .entry-photo-mask .entry-photo-mask-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: .25s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel .carousel-body .entry-photo-mask .entry-photo-mask-hover, .contents-tile .entry-item .entry-photo-mask .carousel .carousel-body .entry-photo-mask-hover .entry-photo-mask-hover, .contents-list .entry-item .entry-photo-mask .carousel .carousel-body .entry-photo-mask-hover .entry-photo-mask-hover {
  top: 0;
  left: 0;
  background: url(../img/common/mask-hover.svg) center no-repeat;
  background-size: 40%;
}

.carousel .carousel-body .entry-category {
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 90px;
  height: 25px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  border-radius: 0 0 5px 0;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel .carousel-body .entry-answer {
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 65px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  top: 30px;
  left: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel .carousel-body .entry-answer-title {
  display: block;
  padding: 5px 0;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  color: #2E3192;
}

.carousel .carousel-body .entry-answer-number {
  display: block;
  margin-top: -1px;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  color: #333;
}

.carousel .carousel-body .entry-text-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(174, 225, 225, 0.85);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel .carousel-body .entry-title {
  margin-bottom: 5px;
  color: #333;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.carousel .carousel-body .entry-title:hover a {
  color: #0093DC;
  transition: 0.2s;
  text-decoration: none;
}

.carousel .carousel-body .entry-subinfo > div {
  color: #333;
}

.carousel .carousel-body .entry-subinfo .entry-user {
  /*span{
          display: block;
          color:$font-col-black !important;
          text-decoration: none;
        }*/
}

.carousel .carousel-body .entry-subinfo .entry-user:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-current.carousel-item a,
.slick-current.carousel-item .entry-category,
.slick-current.carousel-item .entry-answer,
.slick-current.carousel-item .entry-text-wrap {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: .3s;
}

.slick-current.carousel-item:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* カルーセル　サムネイル */
.slick-dots {
  display: block;
  position: absolute;
  margin: 0 !important;
  padding: 0;
  top: 20px;
  right: 20px;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 10px;
  content: '';
  text-align: center;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  content: '';
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #fb1a05;
}

/* slick ナビゲーション */
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  margin-top: -40px;
  z-index: 900;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: .6s;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: .6s;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.slick-prev:before {
  width: 25px;
  height: 25px;
}

.slick-next {
  right: 15px;
}

.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.slick-next:before {
  width: 25px;
  height: 25px;
}

.slick-next:before {
  content: '';
}

.slick-prev:before {
  content: '';
}

/*------------------------------------*  title 見出し
\*------------------------------------*/
.popular-toi .title,
.recent-toi .title,
.contest-toi .title {
  margin: 0 0 10px;
  background-color: #AEE1FF;
  border-radius: 20px;
  font-weight: bold;
}

.popular-toi .title .title-text,
.recent-toi .title .title-text,
.contest-toi .title .title-text {
  display: inline-block;
  min-width: 200px;
  padding: 0 20px;
  background-color: #29ABE2;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 35px;
}

.popular-toi .title .title-icon,
.recent-toi .title .title-icon,
.contest-toi .title .title-icon {
  display: inline-block;
  float: right;
  padding: 0 15px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
}

.recent-toi > p {
  margin: 10px 0;
}
.contest-toi .title {
  background-color: #ffbeae;
}

.contest-toi .title .title-text {
  background-color: #e24429;
}

/*------------------------------------*  コンテスト応募一覧
\*------------------------------------*/
.contest-toi .btn-create {
  display: block;
  max-width: 400px;
  margin: auto;
  position: relative;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #e24429;
  border-radius: 4px;
  transition: .3s all;
}

.contest-toi .btn-create:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: none;
}

.contest-toi .btn-create:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  font-family: FontAwesome;
  content: "\f054";
}

/*------------------------------------*  タイル型　entry-item　common.scssに記入
\*------------------------------------*/
.recent-toi .btn-more a {
  display: block;
  width: 350px;
  height: 50px;
  margin: 10px auto 0;
  background: #29abe2;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s linear;
}

.recent-toi .btn-more a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*------------------------------------*  トイを作ってみよう
\*------------------------------------*/
.how-to {
  padding: 15px 25px;
  border: 4px solid #0071BC;
  border-radius: 20px;
  overflow: hidden;
}

.how-to .how-to-guide {
  height: 60px;
  background: url(../img/index/how-to-guide.png) left center no-repeat;
  text-indent: -9999px;
}

.how-to .how-to-img {
  float: right;
  margin: 15px;
}

.how-to .how-to-text .how-to-title {
  margin: 0 0 10px;
  color: #2E3192;
  font-size: 28px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.how-to .how-to-text p {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.how-to .how-to-text .how-to-btn .btn-item {
  display: inline-block;
  position: relative;
  width: 45%;
  max-width: 200px;
  margin: 0 10px 0 0;
  z-index: 1;
  text-indent: -9999px;
}

.how-to .how-to-text .how-to-btn .btn-item a {
  display: block;
  width: 100%;
  height: 70px;
}

.how-to .how-to-text .how-to-btn .btn-item a:hover .btn-item-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.how-to .how-to-text .how-to-btn .btn-item .btn-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background: url(../img/index/how-to-btn_hover.png) center no-repeat;
  background-size: auto 70px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: .2s;
}

.how-to .how-to-text .how-to-btn .btn-create a {
  background: url(../img/index/how-to-btn_01.png) center no-repeat;
  background-size: contain;
}

.how-to .how-to-text .how-to-btn .btn-how-to a {
  background: url(../img/index/how-to-btn_02.png) center no-repeat;
  background-size: contain;
}

/*------------------------------------*  もっと見る
\*------------------------------------*/
/*手のボタン
.recent-toi{
  .btn-more a{
    display: block;
    width: 336px;
    height: 55px;
    margin: 10px auto 0;
    background:url(../img/common/btn-more_off.svg)center no-repeat;
    text-indent: -9999px;
    &:hover{
      background:url(../img/common/btn-more_on.svg)center no-repeat;
      -webkit-transition: .2s;
      transition:.2s;
    }

    @include media(sp) {
      width: 275px;
      height: 43px;
      margin: 0 auto;
      background-size: 275px auto;

      &:hover{
        background-size: 275px auto;
      }
    }
  }
}
*/
/*------------------------------------*  ポイントサイトの注意文
\*------------------------------------*/
.point-attention {
  border: 2px solid #29abe2;
  padding: 20px;
}

.point-attention .point-attention-header {
  border-left: 5px solid #29abe2;
  padding: 0 0 0 10px;
}

.point-attention .point-attention-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0 10px 15px;
}

.point-attention .point-attention-body {
  padding: 0 0 0 15px;
}

/*  t aaa*/

@media screen and (min-width: 768px){
  .container-wrapper{
    width: 750px;
  }
}

@media screen and (min-width: 992px){
  .container-wrapper{
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .container-wrapper{
    width: 1170px;
    min-height: 1300px;
  }
}

@media only screen and (max-width: 767px){
  .container-wrapper{
    margin: 5px 0 0;
  }
  .breadcrumb{
    margin: 0 0 10px;
  }
  .btn-pagetop{
    bottom: 60px;
    right: 10px;
  }
  .maitenance{
    margin: 10px;
  }
  header{
    position: relative;
    margin: 0 0 20px;
    /* 検索 */
    /* ロゴ */
    /* めやす */
    /* ユーザー */
    /* user */
    /* フォローボタン */
  }

  header .logo{
    position: relative;
    width: 185px;
    z-index: 2;
  }
  header .logo a{
    display: block;
    width: 200px;
    height: 50px;
    background: url(../img/common/logo.svg) top 8px left 10px no-repeat;
    background-size: auto 40px;
  }
  header .logo span{
    display: none;
  }
  header .catch{
    display: none;
    /*
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    max-width: 365px;
    height: 10px;
    background: url("../img/common/header-catch.svg") top 0 left 5px no-repeat;
    background-size: contain;
    span{
      display: none;
    }
    */
  }
  header .user{
    position: relative;
    top: 3px;
    left: 0;
    height: 45px;
    margin: 0 10px;
    padding: 0 10px 0 30px;
    border: 3px solid #29abe2;
    border-radius: 50px;
    /*
    .caret{
      border-top: 7px solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      color: #999;
    }
    */
    /*
    &:after{
      display: inline-block;
      position: absolute;
      top: 0;
      right: -10px;
      width: 60px;
      height: 45px;
      background: url(../img/common/header-100ten_s.svg) 0 0 no-repeat;
      background-size: auto 45px;
      content: "";
    }
    */
  }
  header .user .user-btn-wrap{
    display: none;
    float: right;
  }
  header .user .user-btn-wrap a, header .user .user-btn-wrap span{
    margin: 0 2px;
    color: #999999;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
  }
  header .user .user-btn-wrap a:hover, header .user .user-btn-wrap span:hover{
    color: #0093DC;
    transition: 0.2s;
    text-decoration: none;
    text-decoration: underline !important;
  }
  header .user .user-name-wrapp{
    padding: 5px 0;
  }
  header .user .user-name-wrapp a{
    text-decoration: none;
  }
  header .user .user-name-wrapp .user-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
  }
  header .user .user-name-wrapp .user-icon img{
    width: 100%;
    height: 100%;
  }
  header .user .user-name-wrapp .user-name{
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    /* ユーザー名表示幅 */
  }
  header .user .user-name-wrapp .user-name:hover{
    color: #0093DC;
    transition: 0.2s;
    text-decoration: none;
  }
  header .user .user-name-wrapp .user-name p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  header .user .dropdown{
    display: inline-block;
  }
  header .user .dropdown .dropdown-menu{
    border: 2px solid #29abe2;
  }
  header .user .dropdown .dropdown-menu a{
    padding: 5px 15px;
  }
  header .user:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 39px;
    border-radius: 50px 0 0 50px;
    background: #AFECFF url(../img/common/header-user-title.svg) center left 5px no-repeat;
    background-size: auto 45px;
    content: "";
  }
  header .sp-user-btns{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px;
  }
  header .sp-user-btns .sp-user-btn--mypage, header .sp-user-btns .sp-user-btn--login, header .sp-user-btns .sp-user-btn--signin, header .sp-user-btns .sp-user-btn--logout{
    display: block;
    width: 48%;
    padding: 8px 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
  }
  header .sp-user-btns .sp-user-btn--mypage{
    background: #fff;
    border: 2px solid #666;
    color: #666;
  }
  header .sp-user-btns .sp-user-btn--login{
    background: #29abe2;
    color: #fff;
  }
  header .sp-user-btns .sp-user-btn--logout, header .sp-user-btns .sp-user-btn--signin{
    background: #fff;
    color: #aab;
  }
  header .sns-btn{
    display: none;
    /*
    position: absolute;
    top: 10px;
    right: 48px;
    z-index: 1;
    .sns-btn-item{
      display: inline-block;
      a{
        display: block;
        width: 32px;
        height:32px;
        border-radius: 50px;
        text-indent: -9999px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      }
    }
    .btn-facebook a{
      background: #2E4C85 url(../img/common/icon-facebook.svg) center no-repeat;
      background-size: auto 16px;
      margin-right:2px;
    }
    .btn-twitter a{
      background: #60A7DB url(../img/common/icon-twitter.svg) center no-repeat;
      background-size: auto 14px;
    }
    */
  }
  header.point-site{
    margin: 10px 0 0;
  }
  header.point-site .logo{
    width: 100%;
  }
  header.point-site .logo a{
    display: block;
    width: auto;
    height: auto;
    background: none;
    background-size: auto;
  }
  header.point-site .logo a.logo-inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.point-site .logo a.logo-inner .logo-item img{
    height: 40px;
    padding: 0 5px;
  }
  /* header */
  .navbar{
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
  }
  .navbar .navbar-toggle{
    width: 35px;
    height: 35px;
    margin: 9px 10px 0 0;
    padding: 0;
    border: none;
    background: #fff;
  }
  .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus{
    background: #f2f2f2;
  }
  .navbar .navbar-toggle .icon-bar{
    width: 22px;
    height: 3px;
    margin: 0 auto;
    background-color: #333;
  }
  .navbar .navbar-toggle .icon-bar + .icon-bar{
    margin-top: 4px;
  }
  /* navbar */
  .nav-wrapp{
    position: relative;
    top: 8px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #E6E6E6;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }
  .nav-wrapp .nav-list{
    margin: 0;
    padding: 0;
  }
  .nav-wrapp .nav-list .nav-item{
    margin: 0;
  }
  .nav-wrapp .nav-list .nav-item > a{
    display: block;
    width: 100%;
    padding: 13px 10px;
    color: #333;
    background: #fff !important;
    border-bottom: 1px solid #E6E6E6;
    border-left: 5px solid;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .nav-wrapp .nav-create{
    margin: 10px 0;
  }
  .nav-wrapp .nav-create .btn-create a{
    display: block;
    height: 53px;
    padding: 0;
    background: url(../img/common/btn-create.svg) center no-repeat;
    text-indent: -9999px;
  }
  .nav-wrapp .nav-create .btn-create:hover{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .2s;
  }
  /* nav-wrapp */
  /* ドロップダウン　矢印 */
  .nav-list .dropdown .caret_ori{
    display: block;
  }
  .nav-list .dropdown .caret_ori:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  .nav-list .dropdown .caret_ori:before{
    transition: .3s;
  }
  .nav-list .dropdown.open .caret_ori:before{
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -4px;
  }
  /* ドロップダウンメニュー */
  .open .dropdown-menu-list{
    padding: 0;
  }
  .open .dropdown-menu-list .dropdown-menu-item > a{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 5px !important;
    color: #333 !important;
    border-bottom: 1px solid #E6E6E6;
    border-left: 5px solid;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .open .dropdown-menu-list .dropdown-menu-item > a:before{
    padding: 0 5px;
    border-left: 5px solid;
    content: " ";
  }
  /* ナビカテゴリ色 */
  .nav-list .trivia a{
    border-left-color: #0071BC !important;
  }
  .nav-list .personality a{
    border-left-color: #39B54A !important;
  }
  .nav-list .poll a{
    border-left-color: #1CBEBE !important;
  }
  .nav-list .tag a{
    border-left-color: #869094 !important;
  }
  .nav-list .tag .dropdown-menu-item > a:before{
    border-left-color: #afb5b8;
  }
  .nav-list .ranking a{
    border-left-color: #DDB40A !important;
  }
  .nav-list .ranking .dropdown-menu-item > a:before{
    border-left-color: #fae386;
  }
  .nav-list .legend a{
    border-left-color: #DDB40A !important;
  }
  .chumokujoho .title .title-text,
  .ranking .title .title-text,
  .author-ranking .title .title-text,
  .answerer-ranking .title .title-text{
    width: 100%;
    text-align: left;
  }
  .entry-subinfo > div, .carousel .carousel-body .entry-subinfo > div{
    font-size: 11px;
    font-size: 1.1rem;
  }
  .contents-list .entry-item{
    padding: 10px 0;
  }
  .contents-list .entry-item .entry-title{
    margin-bottom: 2px;
    line-height: 1.2;
  }
  .contents-list .entry-item .entry-info .entry-category{
    font-size: 10px;
    font-size: 1rem;
  }
  .contents-list .entry-item .entry-info .entry-answer{
    font-size: 11px;
    font-size: 1.1rem;
  }
  .our-poll__head--large:after{
    top: calc(50% - 25px);
    right: 16px;
    width: 50px;
    height: 50px;
  }
  .carousel .carousel-item{
    width: 100%;
    height: auto;
  }
  .carousel .carousel-item a{
    width: 100%;
    height: auto;
  }
  .carousel .carousel-body .entry-text-wrap{
    padding: 5px 10px;
  }
  .carousel .carousel-body .entry-title{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .popular-toi .title .title-text,
  .recent-toi .title .title-text,
  .contest-toi .title .title-text{
    width: 100%;
    text-align: left;
  }
  .recent-toi .btn-more a{
    width: 80%;
    margin: 0 auto;
  }
  .how-to{
    padding: 10px 15px;
  }
  .how-to .how-to-img img{
    width: 70px;
  }
  .how-to .how-to-text .how-to-title{
    font-size: 20px;
    font-size: 2rem;
  }
  .how-to .how-to-text .how-to-btn{
    text-align: center;
    clear: both;
  }
}

@media screen and (max-width: 1360px){
  body{
    background: url(../img/common/bg-container.png);
  }
  .container-wrapper:before{
    content: none !important;
  }
}

@media only screen and (max-width: 991px){
  .main-contents{
    padding: 0 10px;
  }
  .main-contents .row{
    margin: 0;
  }
  .main-contents .container-left,
  .main-contents .container-right{
    padding: 0 8px;
  }
  .contents-tile .entry-item .entry-category{
    min-width: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contents-tile .entry-item .entry-title{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents-tile_m .entry-item{
    width: 48%;
  }
  .contents-list .entry-item .entry-title{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px){
  .container-right{
    min-width: 320px;
    border-left: 1px solid #E6E6E6;
  }
  .loguin-modal-contents{
    top: calc(50vh - 200px);
    left: calc(50vw - 200px);
    width: 400px;
  }
}

@media print{
  a[href]:after{
    content: " ";
  }
  abbr[title]:after{
    content: " ";
  }
  .container-wrapper:before{
    content: " ";
  }
}

@media only screen and (min-width: 768px){
  header{
    position: relative;
    /* めやす */
    /* 検索窓 */
    /* ヘッダー */
    /* ロゴ */
    /* ユーザー */
    /* user */
    /* フォローボタン */
    /* 100点　飾り 
    .img-100ten-wrapp{
      width: 1%;
      min-width: 120px;
      position: relative;
      border-left: 4px solid $header-border-col;
      .img-100ten{
        position: absolute;
        top:-10px;
        left:5px;
      }
    }
    */
  }
  header .catch{
    height: 35px;
    background: url("../img/common/header-catch.svg") 20px 12px no-repeat;
    background-size: auto 17px;
  }
  header .catch span{
    display: none;
  }
  header .search{
    position: absolute;
    top: 5px;
    right: 30px;
    width: 190px;
    /*border-bottom: 2px solid #ccc;*/
    /*.gsc-control-cse{
        height: 27px;
        padding: 0;
      }
      .gsib_a{
        padding: 0;
      }*/
  }
  header .search *{
    font-size: 12px !important;
    vertical-align: middle;
  }
  header .search input.gsc-search-button{
    /*background: #fff url("../img/common/icon-search.svg") center no-repeat;
        background-size: auto 15px;*/
  }
  header .pc-inner{
    display: table;
    position: relative;
    width: 98%;
    height: 70px;
    margin: 0 auto;
    border: 4px solid #29abe2;
    border-radius: 50px;
  }
  header .pc-inner .logo,
  header .pc-inner > div{
    display: table-cell;
    vertical-align: middle;
  }
  header .logo{
    width: 20%;
  }
  header .logo a{
    display: block;
    min-width: 275px;
    height: 69px;
    background: url(../img/common/logo.svg) center no-repeat;
  }
  header .logo span{
    display: none;
  }
  header .user{
    width: 30%;
    padding: 0 5px 0 40px;
    border-left: 4px solid #29abe2;
    background: url(../img/common/header-user-title.svg) center left no-repeat;
    /*
      .dropdown{
        display: inline-block;
        .dropdown-menu{
          border: 2px solid $main-col;
          a{
            padding: 5px 15px; 
          }
        }
      }
      */
  }
  header .user .user-btn-wrap{
    height: 19px;
    text-align: right;
  }
  header .user .user-btn-wrap a, header .user .user-btn-wrap span{
    margin: 0 5px;
    padding: 5px 0;
    color: #999999;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
  }
  header .user .user-btn-wrap a:hover, header .user .user-btn-wrap span:hover{
    color: #0093DC;
    transition: 0.2s;
    text-decoration: none;
    text-decoration: underline !important;
  }
  header .user .user-name-wrapp{
    height: 50px;
  }
  header .user .user-name-wrapp .user-icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
  }
  header .user .user-name-wrapp .user-icon img{
    width: 100%;
    height: 100%;
  }
  header .user .user-name-wrapp .user-name{
    display: inline-block;
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    /* ユーザー名表示幅 */
  }
  header .user .user-name-wrapp .user-name p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  header .sp-user-btns{
    display: none !important;
  }
  header .sns-btn{
    width: 10%;
    min-width: 142px;
    padding: 0 10px 0 30px;
    border-left: 4px solid #29abe2;
    background: url(../img/common/header-sns-title.svg) center left no-repeat;
    text-align: center;
  }
  header .sns-btn .sns-btn-item{
    display: inline-block;
  }
  header .sns-btn .sns-btn-item a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-indent: -9999px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  }
  header .sns-btn .sns-btn-item a:hover{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .2s;
  }
  header .sns-btn .btn-facebook a{
    background: #2E4C85 url(../img/common/icon-facebook.svg) center no-repeat;
    background-size: auto 20px;
    margin-right: 10px;
  }
  header .sns-btn .btn-twitter a{
    background: #60A7DB url(../img/common/icon-twitter.svg) center no-repeat;
    background-size: auto 18px;
  }
  header.point-site .pc-inner{
    display: table;
    position: relative;
    width: 98%;
    margin: 10px auto;
    border: none;
    border-radius: 0;
  }
  header.point-site .logo{
    width: 100%;
  }
  header.point-site .logo a{
    display: block;
    min-width: auto;
    height: auto;
    background: none;
  }
  header.point-site .logo a.logo-inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.point-site .logo a.logo-inner .logo-item img{
    height: 50px;
    padding: 0 5px;
  }
  /* header */
  .navbar{
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
  }
  .nav-wrapp{
    padding: 0 15px;
    /* nav-list */
  }
  .nav-wrapp .nav-list{
    padding: 10px 0;
    vertical-align: middle;
  }
  .nav-wrapp .nav-list .nav-item{
    margin-right: 15px;
  }
  .nav-wrapp .nav-list .nav-item > a{
    width: 120px;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  }
  .nav-wrapp .nav-list .nav-item > a:hover, .nav-wrapp .nav-list .nav-item > a:focus{
    color: #fff;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .2s;
  }
  .nav-wrapp .nav-list .ranking a.dropdown-toggle{
    width: 140px;
    padding-left: 0;
  }
  .nav-wrapp .nav-create{
    margin-right: 5px;
  }
  .nav-wrapp .nav-create .btn-create{
    vertical-align: middle;
  }
  .nav-wrapp .nav-create .btn-create a{
    display: block;
    width: 203px;
    height: 53px;
    padding: 0;
    background: url(../img/common/btn-create.svg) center no-repeat;
    text-indent: -9999px;
  }
  .nav-wrapp .nav-create .btn-create:hover{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .2s;
  }
  /* nav-wrapp */
  /* ドロップダウン　矢印 */
  .nav-list .dropdown .caret_ori{
    display: block;
  }
  .nav-list .dropdown .caret_ori:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  .nav-list .dropdown .caret_ori:before{
    transition: .3s;
  }
  .nav-list .dropdown.open > a{
    border-radius: 5px 5px 0 0;
  }
  .nav-list .dropdown.open .caret_ori:before{
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -4px;
  }
  /* ドロップダウンメニュー */
  .dropdown-menu-list{
    padding: 0;
    border: 2px solid;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }
  .dropdown-menu-list .dropdown-menu-item > a{
    padding: 10px;
    background-color: #fff;
    color: #333;
    transition: .1s;
  }
  /* ナビカテゴリ色 */
  .nav-list .trivia a,
  .nav-list .trivia a:hover{
    background: #0071BC !important;
  }
  .nav-list .personality a,
  .nav-list .personality a:hover{
    background: #39B54A !important;
  }
  .nav-list .poll a,
  .nav-list .poll a:hover{
    background: #1CBEBE !important;
  }
  .nav-list .tag > a,
  .nav-list .tag > a:hover,
  .nav-list .tag > a:focus{
    background: #869094 !important;
  }
  .nav-list .tag .dropdown-menu-list{
    border-color: #869094;
  }
  .nav-list .tag .dropdown-menu-list .dropdown-menu-item a:hover{
    background-color: #f2f3f4;
  }
  .nav-list .ranking > a,
  .nav-list .ranking > a:hover,
  .nav-list .ranking > a:focus{
    background: #DDB40A !important;
  }
  .nav-list .ranking .dropdown-menu-list{
    border-color: #DDB40A;
  }
  .nav-list .ranking .dropdown-menu-list .dropdown-menu-item a:hover{
    background-color: #fceeb7;
  }
  .nav-list .legend a,
  .nav-list .legend a:hover{
    background: #DDB40A !important;
  }
}

@media only screen and (min-width: 768px) and (min-width: 767px) and (max-width: 991px){
  header .catch{
    background-size: auto 16px;
  }
  header .logo a{
    min-width: 180px;
    background-size: auto 45px;
  }
  header .user .user-name-wrapp .user-name{
    max-width: 250px;
  }
  header .sns-btn{
    min-width: 120px;
  }
  .navbar{
    margin: 5px 0;
  }
  .nav-wrapp .nav-list .nav-item{
    margin-right: 10px;
  }
  .nav-wrapp .nav-list .nav-item > a{
    width: 100px;
  }
  .nav-wrapp .nav-create .btn-create a{
    width: 150px;
    background-size: auto 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px){
  header .user .user-name-wrapp .user-name{
    max-width: 380px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px){
  header .user .user-name-wrapp .user-name{
    max-width: 550px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) and (max-width: 768px) and (min-width: 480px){
  header .user .user-name-wrapp .user-name{
    max-width: 260px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 479px) and (min-width: 375px){
  header .user .user-name-wrapp .user-name{
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px){
  header .user .user-name-wrapp .user-name{
    max-width: 100px;
  }
}

@media only screen and (max-width: 480px){
  .contents-tile_l .entry-item{
    width: 100%;
  }
  .contents-tile_m .entry-item{
    width: 100%;
  }
  .contents-list .entry-item .entry-photo-wrap{
    width: 120px;
  }
  .contents-list .entry-item .entry-text-wrap,
  .contents-list .entry-item .btns-wrapp{
    padding-left: 130px;
  }
}

@media all and (-ms-high-contrast: none){
  .contents-tile .entry-item:not(:target){
    min-height: 100%;
    margin: 0 0 15px;
    /* IE10以上 */
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px){
  .loguin-modal-contents{
    top: calc(50vh - 200px);
    left: calc(50vw - 200px);
    width: 400px;
  }
  .carousel .carousel-body .entry-category{
    min-width: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1199px){
  .how-to .how-to-guide{
    background-size: 558px auto;
  }
  .how-to .how-to-text{
    padding: 0px;
  }
}

