@charset "UTF-8";
/* =======================================================================
  Date: 2021-2-3
  CSS Document ： タロット占い 共通スタイル（SP）
  1.
  ======================================================================= */
/* -----------------------------------------------------------------------
## リセット ##################################################
----------------------------------------------------------------------- */
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) body, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) h1, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) h2, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) h3, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) h4, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) h5, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) h6,
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) div, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) p, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) pre, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) ul, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) ol, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) dl, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) dt, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) dd,
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) address, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) form, :where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) blockquote {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1em;
  display: block;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) table {
  margin: 0;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) table thead th {
  text-align: center;
  vertical-align: middle;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) table tbody th,
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) table tbody td {
  padding: 0px;
  margin: 0px;
  text-align: left;
  vertical-align: top;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) hr {
  display: none;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) img {
  border: none;
  vertical-align: bottom;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) li {
  list-style: none;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) option {
  padding-right: 10px;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) a {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) a img {
  border: 0px;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) object {
  /*Objectタグをクリッカブルにする*/
  pointer-events: none;
}
:where(.contents_fc, #sp-foot-cts, #ff-foot-cts, .sns.sp_ff) select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* -----------------------------------------------------------------------
## ヘッダー・フッターなど調整 ##################################################
----------------------------------------------------------------------- */
body.is-fixed_fc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.cmn-sp_show_fc {
  display: inline;
}

.cmn-pc_show_fc {
  display: none;
}

.cmn-marker_fc {
  padding: 2px 0;
  background: #fff793;
}

[data-device=pc] {
  display: none !important;
}

/* ################# パンくず ################# */
.plist_wrap {
  line-height: 1;
  margin: 0 auto;
  padding: 0 0.625rem;
}

#plist {
  max-width: 1170px;
  margin: auto;
  padding: 10px 0;
  line-height: 1.4;
  vertical-align: middle;
}
#plist li {
  float: left;
  font-size: 0.75rem;
}
#plist a {
  color: #444;
  text-decoration: none;
}
#plist a:hover {
  text-decoration: underline;
}

/* ################# コンテンツベース ################# */
.contents_fc {
  background: #fff;
  text-align: left;
  color: #222;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
}

/* ################# ボタン ################# */
.cmn-buttons_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-button_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1000px;
  background: #000;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: bold;
}
.cmn-button_fc:link, .cmn-button_fc:visited {
  color: #fff;
}
.cmn-button_fc:hover {
  text-decoration: none;
}
.cmn-button_fc.is-finger_fc {
  padding-right: 35px;
  background: #000 url("../images_sp/ico_arrow_white.png") no-repeat right 30px center;
  background-size: 32px auto;
}
.cmn-button_fc.is-repeat_fc:focus {
  outline: none;
}
.cmn-button_fc.is-repeat_fc span {
  color: #fff;
}
.cmn-button_fc.is-repeat_fc span::after {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-left: 8px;
  background: #000 url("../images_sp/ico_repeat_white.png") no-repeat 0 0;
  background-size: 15px auto;
  content: "";
}
.cmn-button_fc.is-start_fc, .cmn-button_fc.is-stop_fc {
  width: 200px;
  line-height: 1;
  padding-right: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: normal;
}
.cmn-button_fc.is-start_fc:focus, .cmn-button_fc.is-stop_fc:focus {
  outline: none;
}
.cmn-button_fc.is-start_fc span, .cmn-button_fc.is-stop_fc span {
  position: relative;
}
.cmn-button_fc.is-start_fc span::after, .cmn-button_fc.is-stop_fc span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 32px;
  height: 14px;
  margin: auto;
  background: url("../images_sp/ico_arrow_white.png") no-repeat 0 center;
  background-size: 32px auto;
  content: "";
}

.cmn-whiteButton_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1000px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #222;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: bold;
}
.cmn-whiteButton_fc:hover {
  text-decoration: none;
}
.cmn-whiteButton_fc.is-finger_fc {
  padding-right: 35px;
  background: #fff url("../images_sp/ico_arrow_black.png") no-repeat right 30px center;
  background-size: 32px auto;
}
.cmn-whiteButton_fc.is-more_fc {
  width: 300px;
  border: 1px solid #000;
  overflow-anchor: none;
}
.cmn-whiteButton_fc.is-more_fc span::after {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 5px;
  background: url("../images_sp/ico_arrow_down.png") no-repeat 0 0;
  background-size: 14px auto;
  content: "";
}
.cmn-whiteButton_fc.is-more_fc.is-show_fc span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ################# テーマ一覧タブ ################# */
.tabs-categories_fc {
  position: relative;
}
.tabs-categories_fc::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000 url("../images_sp/themes/bg_tab_line.png") repeat;
  background-size: auto 100%;
  content: "";
}

.tabs-category_fc {
  position: relative;
  top: 1px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
}

.tabs-category_tab_fc {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
  height: 38px;
  margin: 0 2px;
  padding: 1px 1px 0 1px;
  border-bottom: 1px solid #000;
  background: #000 url("../images_sp/bg_line.png");
  border-radius: 3px 3px 0 0;
  -webkit-transition: height 0.2s 0s ease;
  transition: height 0.2s 0s ease;
}
.tabs-category_tab_fc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #222;
  background: #fff;
  border-radius: 2px 2px 0 0;
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
}
.tabs-category_tab_fc.is-active_fc {
  height: 44px;
  -webkit-transition: height 0s 0s ease;
  transition: height 0s 0s ease;
}
.tabs-category_tab_fc.is-active_fc a {
  background: #000;
  color: #fff;
  pointer-events: none;
}

/* -----------------------------------------------------------------------
## PICKUP ###############################################
----------------------------------------------------------------------- */
#sp-foot-cts {
  display: block;
}

#ff-foot-cts {
  display: none;
}

/* ▼ SNS ▼ */
div.sns {
  display: block;
  background: url(../images_sp/pickup/foot_sns_bg.jpg) repeat-x 0 0;
  background-size: cover;
}

div.sns ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

div.sns ul li {
  width: 28%;
  overflow: hidden;
  float: left;
  margin: 0 4% 0 0;
}

div.sns ul li img {
  width: 100%;
  height: auto;
}

div.sns ul li:first-child {
  margin: 0 4%;
}

div.sns ul li:last-child {
  margin: 0;
}

#sp-foot-cts, #sp-foot-inner {
  width: 100%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

#sp-foot-picup img {
  width: 100%;
  height: auto;
}

#sp-foot-picup ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sp-foot-picup ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

#sp-foot-picup ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

#sp-foot-picup ul li a {
  color: #3e3a39;
}

#sp-foot-picup ul li p {
  color: #3e3a39;
  font-size: 0.75rem;
  margin: 0.4em 1em 1.1em;
  line-height: 1.5;
}

#sp-foot-picup p.sp-foot-midashi {
  text-align: center;
  margin: 0 auto 1.8em;
}

#sp-foot-picup p.ff-foot-more {
  text-align: right;
  margin: 0.5em 3% 2.5em;
}

#sp-foot-picup p.ff-foot-more img {
  width: 45%;
}

#sp-foot-cts .sp-foot-guide {
  text-align: center;
  width: 100%;
  display: block;
  margin: 2em 0;
}

#sp-foot-cts .sp-foot-guide img {
  width: 95%;
  height: auto;
  display: inline-block;
}

#sp-foot-cts .sp-foot-top {
  display: block;
  margin: 1em 0 3em;
}

#sp-foot-cts .sp-foot-top img {
  width: 100%;
  height: auto;
}