@charset "UTF-8";
/* =======================================================================
  Date: 2021-2-3
  CSS Document ： タロット占い 共通エリアのスタイル（SP）
  1.
  ======================================================================= */
/* -----------------------------------------------------------------------
## KV ##################################################
----------------------------------------------------------------------- */
/* ################# 全体占い ################# */
.kv_fc img {
  width: 100%;
  height: auto;
}

.kv-fortuneteller_fc {
  display: none;
}

/* 導入 ################# */
.intro_fc {
  padding: 30px 0 60px;
}
.intro_fc .cmn-whiteButton_fc {
  margin-top: 45px;
  border: 1px solid #000;
}
.intro_fc .pageTitle_sub_fc {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.9375rem;
  font-family: "A1明朝", "A1 Mincho", serif;
}
.intro_fc .pageTitle_sub_fc b {
  font-size: 1.25rem;
}
.intro_fc .pageTitle_main_fc {
  line-height: 1.3928571429;
  margin-top: 12px;
  text-align: center;
  font-size: 1.75rem;
  font-family: "A1明朝", "A1 Mincho", serif;
}

.intro_lede_fc {
  line-height: 1.7142857143;
  margin-top: 13px;
  padding: 0 20px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.intro_lede_fc::before {
  display: block;
  width: 94px;
  height: 35px;
  margin: 0 auto 34px;
  background: url("../images_sp/logo_tarot.png") no-repeat center 0;
  background-size: 100% auto;
  content: "";
}

/* ################# テーマ別占い 一覧 ################# */
.themesTop_fc .kv_fc img {
  width: 100%;
  height: auto;
}
.themesTop_fc .kv-overview_fc {
  margin-top: 40px;
}
.themesTop_fc .kv-overview_lede_fc {
  line-height: 1.7142857143;
  padding: 0 20px 52px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

/* ################# テーマ別占い 占いページ ################# */
.themesDetail_fc .kv_fc img {
  width: 100%;
  height: auto;
}
.themesDetail_fc .kv-overview_fc {
  margin-top: 40px;
}
.themesDetail_fc .kv-overview_lede_fc {
  line-height: 1.7142857143;
  padding: 0 20px 52px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

/* -----------------------------------------------------------------------
## 「テーマ別（総合）占いはこちら」エリア #######################################
----------------------------------------------------------------------- */
.themes_fc {
  padding: 48px 0 51px;
  background: #132f74 url("../images_sp/bg02.png") repeat;
  text-align: center;
}
.themes_fc .cmn-buttons_fc {
  margin-top: 25px;
  margin-bottom: 40px;
}

.themes-title_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;
  min-height: 51px;
}
.themes-title_fc span {
  position: relative;
  display: inline-block;
  line-height: 1.6666666667;
  padding: 0 35px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
}
.themes-title_fc span::before, .themes-title_fc span::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 43px;
  margin: auto;
  content: "";
}
.themes-title_fc span::before {
  left: 0;
  background: url("../images_sp/title_line_left_wh.png") no-repeat left center;
}
.themes-title_fc span::after {
  right: 0;
  background: url("../images_sp/title_line_right_wh.png") no-repeat right center;
}

.themes-link_fc {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.themes-link_fc a {
  color: #fff;
  text-decoration: underline;
}
.themes-link_fc a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------------
## 「その他の占い」エリア ##################################################
----------------------------------------------------------------------- */
.others_fc {
  padding: 60px 0;
  background: #f9f2e1 url("../images_sp/bg01.png") repeat;
}

.others-inner_fc {
  padding: 0 20px;
}

.others-contents_fc {
  padding: 15px 0 35px;
  background: #fff;
  border: 25px solid;
  border-image-source: url("../images_sp/border.png");
  border-image-slice: 50;
  border-image-width: 25px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat repeat;
}

.others-title_fc {
  margin: 0 15px;
  padding: 0 0 19px;
  border-bottom: 1px solid;
  border-image-source: url("../images_sp/bg_line.png");
  border-image-slice: 2;
  border-image-width: 0 0 1px 0;
  border-image-outset: 0;
  border-image-repeat: repeat;
}

.others-title_main_fc {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: bold;
}
.others-title_sub_fc {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Times New Roman", serif;
}

.others-relations_fc {
  margin: 45px auto 0;
  padding: 0 15px;
}

.others-relations_group_fc:nth-child(n+2) {
  margin-top: 48px;
}
.others-relations_title_fc {
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.others-relations_title_fc span {
  display: inline-block;
  padding: 0 20px;
  background-image: url("../images_sp/title_line_left_bk02.png"), url("../images_sp/title_line_right_bk02.png");
  background-repeat: no-repeat;
  background-position: 0 center, right center;
}
.others-relations_body_fc {
  margin-top: 15px;
}
.others-relations_body_fc a {
  color: #222;
  text-decoration: underline;
}
.others-relations_body_fc a:hover {
  text-decoration: none;
}
.others-relations_image_fc img {
  width: 100%;
  height: auto;
}
.others-relations_name_fc {
  line-height: 1.7142857143;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.others-price_fc {
  margin-top: 13px;
}

.others-price_prefix_fc {
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.others-price_yen_fc {
  letter-spacing: 0.2em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.others-price_yen_fc::before {
  font-size: 0.9375rem;
  content: " ¥";
}
.others-price_tax_fc {
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
}

/* -----------------------------------------------------------------------
## 「今週の星模様」バナーエリア ###############################################
----------------------------------------------------------------------- */
.weekly_fc {
  padding: 55px 0 75px;
}

.weekly-banner_fc {
  width: 260px;
  margin: 0 auto 0;
}
.weekly-banner_fc a {
  color: #222;
  text-decoration: underline;
}
.weekly-banner_fc a:hover {
  text-decoration: none;
}
.weekly-banner_fc img {
  width: 100%;
}
.weekly-banner_fc:nth-child(n+2) {
  margin-top: 2em;
}

.weekly-banner_caption_fc {
  line-height: 1.7142857143;
  margin-top: 15px;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

/* -----------------------------------------------------------------------
## テーマ別 記事一覧 ##################################################
----------------------------------------------------------------------- */
.themeList-articles_fc {
  padding: 48px 0 60px;
  background: #f9f2e1 url("../images_sp/bg01.png") repeat;
}
.themeList-articles_fc .cmn-whiteButton_fc {
  margin-top: 30px;
}

.themeList-article_fc {
  padding: 0 20px;
  margin-bottom: 20px;
}
.themeList-article_fc.is-moreArticles_fc {
  display: none;
}

.themeList-articles_inner_fc:nth-child(n+2) {
  display: none;
}

.themeList-article_item_fc {
  position: relative;
}
.themeList-article_item_fc a {
  position: relative;
  display: block;
  padding: 21px 30px 67px 30px;
  background: #fff url("../images_sp/ico_article_arrow.png") no-repeat right 30px bottom 26px;
  background-size: 40px auto;
  color: #222;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.themeList-article_item_fc.is-new_fc a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 40px;
  background: url("../images_sp/ico_new.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.themeList-article_item_fc:nth-child(n+2) {
  margin-top: 20px;
}
.themeList-article_title_fc {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  font-family: serif;
}
.themeList-article_description_fc {
  line-height: 1.7142857143;
  margin-top: 10px;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
  font-weight: normal;
}

/* -----------------------------------------------------------------------
## タロットカードレッスンとは？ ###############################################
----------------------------------------------------------------------- */
.about_fc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-overlay_fc {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 20px;
  overflow: auto;
  background: #132f74 url("../images_sp/bg02.png") repeat;
}

.about-contents_fc {
  position: relative;
  padding: 10px 5px 25px;
  background: #fff;
  border: 25px solid;
  border-image-source: url("../images_sp/border.png");
  border-image-slice: 50;
  border-image-width: 25px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat repeat;
}
.about-contents_fc .cmn-buttons_fc {
  margin: 16px -8px 0;
}
.about-contents_fc .cmn-button_fc {
  width: 290px;
  background-position: right 20px center;
}

.about-title_fc {
  padding-bottom: 18px;
  background: url("../images_sp/bg_line.png") no-repeat center bottom;
}

.about-title_main_fc {
  line-height: 1.4761904762;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.3125rem;
  font-weight: bold;
}
.about-title_sub_fc {
  margin-top: 7px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Times new roman", serif;
}

.about-section_fc {
  padding: 25px 0 0;
}

.about-section_title_fc {
  line-height: 1.625;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: bold;
}
.about-section_text_fc {
  line-height: 1.7142857143;
  margin-top: 19px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.about-point_fc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 34px 0 0;
  padding: 22px 0 25px;
  border: 50px solid;
  border-image-source: url("../images_sp/bg_point_line.png");
  border-image-slice: 100;
  border-image-width: 50px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat repeat;
  background: #ebdfca url("../images_sp/bg_point.png") no-repeat 0 0;
}

.about-point_inner_fc {
  margin: -28px -15px -20px;
}
.about-point_title_fc {
  margin-bottom: 8px;
  text-align: center;
}
.about-point_title_fc span {
  display: block;
  line-height: 1.1904761905;
  padding: 0 15px;
  background-image: url("../images_sp/title_line_left_bk02.png"), url("../images_sp/title_line_right_bk02.png");
  background-repeat: no-repeat;
  background-position: 0 center, right center;
  background-size: 19px auto, 19px auto;
  font-family: serif;
  font-weight: normal;
  font-size: 0.875rem;
}
.about-point_title_fc b {
  font-size: 1.3125rem;
}
.about-point_text_fc {
  position: relative;
  line-height: 1.5;
  padding: 16px 0 7px 28px;
  background: url("../images_sp/bg_message_line.png") no-repeat center bottom;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.about-point_text_fc::before {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 20px;
  height: 32px;
  content: "";
}
.about-point_text_fc.about-point01_fc::before {
  background: url("../images_sp/ico_01.png") no-repeat center center;
  background-size: 13px auto;
}
.about-point_text_fc.about-point02_fc::before {
  background: url("../images_sp/ico_02.png") no-repeat center center;
  background-size: 20px auto;
}
.about-point_text_fc.about-point03_fc::before {
  background: url("../images_sp/ico_03.png") no-repeat center center;
  background-size: 18px auto;
}

.about-message_fc {
  margin-top: 39px;
}

.about-message_title_fc img {
  width: 100%;
}

.about-messageBox_fc {
  padding: 13px 0 20px;
}

.about-messageBox_text_fc {
  line-height: 1.7142857143;
  letter-spacing: 0.07em;
  margin-top: 12px;
  font-size: 0.875rem;
}

.about-author_fc {
  padding-top: 33px;
  text-align: center;
}
.about-author_fc img {
  width: 79px;
}

.about-author_name_fc {
  line-height: 1.4285714286;
  margin-top: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 0.875rem;
}

.about-close_fc[data-position=top] {
  position: absolute;
  top: -38px;
  right: -38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 1000px;
  background: transparent url("../images_sp/btn_close_top.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -999em;
  cursor: pointer;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.about-close_fc[data-position=top]:focus {
  outline: none;
}

.about-close_fc[data-position=bottom] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  width: 79px;
  height: 23px;
  margin: 30px auto 0;
  border: 0;
  background: transparent url("../images_sp/btn_close_bottom.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -999em;
  pointer-events: none;
}

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

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

#sp-foot-cts, #sp-foot-inner {
  width: 100%;
}

#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.6875rem;
  margin: 0.4em 1em 1.1em;
  line-height: 1.5;
}

#sp-foot-picup p.sp-foot-midashi {
  text-align: center;
  margin: 3em 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;
}