@charset "UTF-8";
/* =======================================================================
  Date: 2021-2-3
  CSS Document ： タロット占い 占いコンテンツ（SP）
  1.
  ======================================================================= */
/* -----------------------------------------------------------------------
## 占いコンテンツ ##################################################
----------------------------------------------------------------------- */
.fortune_fc {
  padding: 60px 0 0;
  background: #f9f2e1 url("../images_sp/bg01.png") repeat;
}

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

.fortune-title_fc {
  text-align: center;
  padding: 17px 0;
  background: url("../images_sp/top/line.png") no-repeat center center;
  background-size: auto 100%;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  font-family: "A1明朝", "A1 Mincho", serif;
}

.fortune-step_caption_fc {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  font-weight: bold;
}
.fortune-step_image_fc {
  position: relative;
}

.fortune-step_fc .cmn-buttons_fc {
  position: relative;
  margin-top: 2px;
}
.fortune-step_fc .cmn-buttons_fc .cmn-button_fc.is-start_fc {
  position: relative;
  z-index: 2;
}
.fortune-step_fc .cmn-buttons_fc .cmn-button_fc.is-stop_fc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

.fortune-select_caption_fc {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  font-weight: bold;
  opacity: 0;
}

.fortune-start_image_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;
  min-height: 197px;
  margin-top: 25px;
  padding: 0 8px;
  opacity: 1;
}
.fortune-start_image_fc img {
  width: 100%;
  max-width: 335px;
  height: auto;
  opacity: 1;
}

.fortune-shuffle_image_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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.fortune-shuffle_image_fc img {
  width: 100%;
  max-width: 335px;
}

.fortune-cards_fc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 335px;
  height: 100%;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fortune-cards_fc a {
  pointer-events: none;
}
.fortune-cards_fc.unlock_fc a {
  pointer-events: auto;
}

.fortune-card_fc {
  position: absolute;
  display: block;
}
.fortune-card_fc img {
  width: 33px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.fortune-card_fc:nth-child(1) {
  top: 5px;
  left: 34px;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.fortune-card_fc:nth-child(2) {
  top: 5px;
  left: 74px;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
}
.fortune-card_fc:nth-child(3) {
  top: 5px;
  left: 114px;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.fortune-card_fc:nth-child(4) {
  top: 5px;
  left: 154px;
  -webkit-transform: translate(-120px, 0);
          transform: translate(-120px, 0);
}
.fortune-card_fc:nth-child(5) {
  top: 5px;
  left: 194px;
  -webkit-transform: translate(-160px, 0);
          transform: translate(-160px, 0);
}
.fortune-card_fc:nth-child(6) {
  top: 5px;
  left: 234px;
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}
.fortune-card_fc:nth-child(7) {
  top: 5px;
  left: 274px;
  -webkit-transform: translate(-240px, 0);
          transform: translate(-240px, 0);
}
.fortune-card_fc:nth-child(8) {
  top: 70px;
  left: 15px;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.fortune-card_fc:nth-child(9) {
  top: 70px;
  left: 55px;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
}
.fortune-card_fc:nth-child(10) {
  top: 70px;
  left: 95px;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.fortune-card_fc:nth-child(11) {
  top: 70px;
  left: 135px;
  -webkit-transform: translate(-120px, 0);
          transform: translate(-120px, 0);
}
.fortune-card_fc:nth-child(12) {
  top: 70px;
  left: 175px;
  -webkit-transform: translate(-160px, 0);
          transform: translate(-160px, 0);
}
.fortune-card_fc:nth-child(13) {
  top: 70px;
  left: 215px;
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}
.fortune-card_fc:nth-child(14) {
  top: 70px;
  left: 255px;
  -webkit-transform: translate(-240px, 0);
          transform: translate(-240px, 0);
}
.fortune-card_fc:nth-child(15) {
  top: 70px;
  left: 295px;
  -webkit-transform: translate(-280px, 0);
          transform: translate(-280px, 0);
}
.fortune-card_fc:nth-child(16) {
  top: 135px;
  left: 34px;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.fortune-card_fc:nth-child(17) {
  top: 135px;
  left: 74px;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
}
.fortune-card_fc:nth-child(18) {
  top: 135px;
  left: 114px;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.fortune-card_fc:nth-child(19) {
  top: 135px;
  left: 154px;
  -webkit-transform: translate(-120px, 0);
          transform: translate(-120px, 0);
}
.fortune-card_fc:nth-child(20) {
  top: 135px;
  left: 194px;
  -webkit-transform: translate(-160px, 0);
          transform: translate(-160px, 0);
}
.fortune-card_fc:nth-child(21) {
  top: 135px;
  left: 234px;
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}
.fortune-card_fc:nth-child(22) {
  top: 135px;
  left: 274px;
  -webkit-transform: translate(-240px, 0);
          transform: translate(-240px, 0);
}

.appArea_fc.shuffleCards_fc .fortune-start_image_fc {
  opacity: 0;
  -webkit-transition: opacity 1s 0s ease;
  transition: opacity 1s 0s ease;
}
.appArea_fc.shuffleCards_fc .cmn-button_fc.is-start_fc {
  opacity: 0;
  -webkit-transition: opacity 1s 0s ease;
  transition: opacity 1s 0s ease;
  pointer-events: none;
}
.appArea_fc.shuffleCards_fc .fortune-shuffle_image_fc {
  opacity: 1;
  -webkit-transition: opacity 2s 1s ease;
  transition: opacity 2s 1s ease;
}
.appArea_fc.shuffleCards_fc .cmn-button_fc.is-stop_fc {
  opacity: 1;
  -webkit-transition: opacity 2s 1s ease;
  transition: opacity 2s 1s ease;
}

.appArea_fc.shuffleEnd_fc .fortune-shuffle_image_fc {
  opacity: 0;
  -webkit-transition: opacity 1s 0s ease;
  transition: opacity 1s 0s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-cards_fc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 1s ease;
  transition: all 1s 1s ease;
  pointer-events: auto;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(3) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(4) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(5) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(6) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(7) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(8) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(9) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(10) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(11) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(12) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(13) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(14) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(15) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.1s ease;
  transition: all 1s 2.1s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(16) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(17) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(18) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(19) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(20) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(21) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-card_fc:nth-child(22) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
}
.appArea_fc.shuffleEnd_fc .fortune-select_caption_fc {
  opacity: 1;
  -webkit-transition: all 1s 3s ease;
  transition: all 1s 3s ease;
}

.appArea_fc.yourFortune_fc .fortune-cards_fc {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.appArea_fc.yourFortune_fc .fortune-step_caption_fc, .appArea_fc.yourFortune_fc .fortune-select_caption_fc {
  opacity: 0;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .fortune-results_card_fc img {
  width: 50%;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 2s 0s ease;
  transition: all 2s 0s ease;
}
.appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .fortune-results_card_fc figcaption {
  opacity: 1;
  -webkit-transition: all 2s 1.5s ease;
  transition: all 2s 1.5s ease;
}
.appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .fortune-results_title_fc, .appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .fortune-results_text_fc {
  opacity: 1;
  -webkit-transition: all 2s 1.75s ease;
  transition: all 2s 1.75s ease;
}
.appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .fortune-advice_fc {
  opacity: 1;
  -webkit-transition: all 2s 2s ease;
  transition: all 2s 2s ease;
}
.appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .fortune-trivia_fc {
  opacity: 1;
  -webkit-transition: all 2s 2.25s ease;
  transition: all 2s 2.25s ease;
}
.appArea_fc.yourFortune_fc .fortune-results_fc.is-show_fc .recommend_fc {
  opacity: 1;
  -webkit-transition: all 2s 2.5s ease;
  transition: all 2s 2.5s ease;
}

.showFortune_fc .fortune-contents_fc {
  display: none;
}
.showFortune_fc .fortune-results_fc {
  display: block;
}
.showFortune_fc .fortune-results_card_fc img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.showFortune_fc .fortune-results_card_fc figcaption {
  opacity: 1;
}
.showFortune_fc .fortune-results_title_fc, .showFortune_fc .fortune-results_text_fc {
  opacity: 1;
}
.showFortune_fc .fortune-advice_fc {
  opacity: 1;
}
.showFortune_fc .fortune-trivia_fc {
  opacity: 1;
}
.showFortune_fc .recommend_fc {
  opacity: 1;
}

.fortune-results_fc {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto 0;
  padding-bottom: 50px;
}

.fortune-results_inner_fc {
  padding: 0 20px;
}
.fortune-results_card_fc {
  text-align: center;
}
.fortune-results_card_fc img {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.fortune-results_card_fc figcaption {
  margin-top: 34px;
  letter-spacing: 0.1em;
  opacity: 0;
  font-size: 1rem;
  font-weight: bold;
}
.fortune-results_title_fc {
  line-height: 1.5;
  margin-top: 47px;
  text-align: center;
  font-size: 1.25rem;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  opacity: 0;
}
.fortune-results_text_fc {
  line-height: 1.7142857143;
  margin-top: 29px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  opacity: 0;
}

.fortune-advice_fc {
  margin-top: 39px;
  opacity: 0;
}

.fortune-advice_title_fc {
  padding-top: 70px;
  background: url("../images_sp/ico_advice.png") no-repeat center 0;
  background-size: 64px auto;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1rem;
  font-weight: bold;
}
.fortune-advice_text_fc {
  line-height: 1.7142857143;
  margin-top: 34px;
  letter-spacing: normal;
  font-size: 0.875rem;
}

.fortune-trivia_fc {
  width: 76vw;
  margin: 35px auto 0;
  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;
  opacity: 0;
}

.fortune-trivia_inner_fc {
  padding: 14px 5px 19px;
}
.fortune-trivia_contents_fc {
  padding-top: 14px;
}
.fortune-trivia_title_fc img {
  width: 100%;
  height: auto;
}
.fortune-trivia_text_fc h4 {
  line-height: 1.625;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
}
.fortune-trivia_text_fc p {
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.fortune-trivia_image_fc {
  margin-top: 35px;
  text-align: center;
}
.fortune-trivia_image_fc img {
  width: 79px;
  height: auto;
}
.fortune-trivia_name_fc {
  line-height: 1.4285714286;
  margin-top: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

/* -----------------------------------------------------------------------
## おすすめアイテム ##################################################
----------------------------------------------------------------------- */
.recommend_fc {
  margin: 55px 0 -50px;
  padding: 55px 0 60px;
  background: #fff;
  opacity: 0;
}
.recommend_fc .cmn-buttons_fc {
  margin-top: 50px;
}
.recommend_fc .cmn-button_fc {
  width: 290px;
}

.recommend-title_main_fc {
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: bold;
}
.recommend-title_sub_fc {
  margin-top: 9px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Times New Roman", serif;
}

.recommend-inner_fc {
  margin: 35px auto 0;
  padding: 0 43px;
}

.recommend-image_fc img {
  width: 100%;
  height: auto;
}
.recommend-image_fc a {
  display: block;
  text-decoration: underline;
}
.recommend-image_fc a:hover {
  text-decoration: none;
}

.recommend-info_fc {
  margin-top: 8px;
}

.recommend-info_inner_fc > a {
  color: #222;
  text-decoration: underline;
}
.recommend-info_inner_fc > a:hover {
  text-decoration: none;
}

.recommend-itemName_fc {
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.recommend-price_fc {
  margin-top: 15px;
}

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

.recommend-share_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;
  margin-top: 33px;
  padding: 21px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.recommend-share_title_fc {
  margin-right: 23px;
  margin-left: 20px;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-family: "Times New Roman", serif;
}
.recommend-share_item_fc {
  margin: 0 20px;
}
.recommend-share_item_fc img {
  width: 30px;
  height: auto;
}