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

.fortune-inner_fc {
  width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}

.fortune-contents_fc {
  position: relative;
  padding-bottom: 100px;
}

.fortune-title_fc {
  text-align: center;
  margin-bottom: 26px;
  padding: 23px 0;
  background: url("../images/top/line.png") no-repeat center center;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  font-family: "A1明朝", "A1 Mincho", serif;
}

.fortune-step_caption_fc {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: bold;
}
.fortune-step_image_fc {
  position: relative;
}

.fortune-step_fc .cmn-buttons_fc {
  position: relative;
  margin-top: 4px;
}
.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;
  opacity: 0;
}

.fortune-select_caption_fc {
  margin-top: 40px;
  padding-bottom: 9px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  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;
  height: 540px;
  margin-top: 34px;
  opacity: 1;
}

.fortune-shuffle_image_fc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.fortune-cards_fc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.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 {
  opacity: 1;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.fortune-card_fc:hover img {
  opacity: 0.7;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}
.fortune-card_fc:nth-child(1) {
  top: 22px;
  left: 109px;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.fortune-card_fc:nth-child(2) {
  top: 22px;
  left: 212px;
  -webkit-transform: translate(-103px, 0);
          transform: translate(-103px, 0);
}
.fortune-card_fc:nth-child(3) {
  top: 22px;
  left: 315px;
  -webkit-transform: translate(-206px, 0);
          transform: translate(-206px, 0);
}
.fortune-card_fc:nth-child(4) {
  top: 22px;
  left: 418px;
  -webkit-transform: translate(-309px, 0);
          transform: translate(-309px, 0);
}
.fortune-card_fc:nth-child(5) {
  top: 22px;
  left: 521px;
  -webkit-transform: translate(-412px, 0);
          transform: translate(-412px, 0);
}
.fortune-card_fc:nth-child(6) {
  top: 22px;
  left: 624px;
  -webkit-transform: translate(-515px, 0);
          transform: translate(-515px, 0);
}
.fortune-card_fc:nth-child(7) {
  top: 22px;
  left: 727px;
  -webkit-transform: translate(-618px, 0);
          transform: translate(-618px, 0);
}
.fortune-card_fc:nth-child(8) {
  top: 195px;
  left: 59px;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.fortune-card_fc:nth-child(9) {
  top: 195px;
  left: 162px;
  -webkit-transform: translate(-103px, 0);
          transform: translate(-103px, 0);
}
.fortune-card_fc:nth-child(10) {
  top: 195px;
  left: 265px;
  -webkit-transform: translate(-206px, 0);
          transform: translate(-206px, 0);
}
.fortune-card_fc:nth-child(11) {
  top: 195px;
  left: 368px;
  -webkit-transform: translate(-309px, 0);
          transform: translate(-309px, 0);
}
.fortune-card_fc:nth-child(12) {
  top: 195px;
  left: 471px;
  -webkit-transform: translate(-412px, 0);
          transform: translate(-412px, 0);
}
.fortune-card_fc:nth-child(13) {
  top: 195px;
  left: 574px;
  -webkit-transform: translate(-515px, 0);
          transform: translate(-515px, 0);
}
.fortune-card_fc:nth-child(14) {
  top: 195px;
  left: 677px;
  -webkit-transform: translate(-618px, 0);
          transform: translate(-618px, 0);
}
.fortune-card_fc:nth-child(15) {
  top: 195px;
  left: 780px;
  -webkit-transform: translate(-721px, 0);
          transform: translate(-721px, 0);
}
.fortune-card_fc:nth-child(16) {
  top: 365px;
  left: 109px;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.fortune-card_fc:nth-child(17) {
  top: 365px;
  left: 212px;
  -webkit-transform: translate(-103px, 0);
          transform: translate(-103px, 0);
}
.fortune-card_fc:nth-child(18) {
  top: 365px;
  left: 315px;
  -webkit-transform: translate(-206px, 0);
          transform: translate(-206px, 0);
}
.fortune-card_fc:nth-child(19) {
  top: 365px;
  left: 418px;
  -webkit-transform: translate(-309px, 0);
          transform: translate(-309px, 0);
}
.fortune-card_fc:nth-child(20) {
  top: 365px;
  left: 521px;
  -webkit-transform: translate(-412px, 0);
          transform: translate(-412px, 0);
}
.fortune-card_fc:nth-child(21) {
  top: 365px;
  left: 624px;
  -webkit-transform: translate(-515px, 0);
          transform: translate(-515px, 0);
}
.fortune-card_fc:nth-child(22) {
  top: 365px;
  left: 727px;
  -webkit-transform: translate(-618px, 0);
          transform: translate(-618px, 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 {
  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;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

.fortune-results_inner_fc {
  width: 840px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.fortune-results_card_fc {
  text-align: center;
}
.fortune-results_card_fc img {
  width: 230px;
  height: auto;
  opacity: 0;
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
}
.fortune-results_card_fc figcaption {
  margin-top: 16px;
  letter-spacing: 0.05em;
  opacity: 0;
  font-size: 1rem;
  font-weight: bold;
}
.fortune-results_title_fc {
  line-height: 1.3888888889;
  margin-top: 36px;
  text-align: center;
  font-size: 2.25rem;
  font-family: "A1明朝", "A1 Mincho", serif;
  opacity: 0;
}
.fortune-results_text_fc {
  line-height: 2;
  margin-top: 42px;
  letter-spacing: 0.063em;
  font-size: 1rem;
  opacity: 0;
}

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

.fortune-advice_title_fc {
  padding-top: 81px;
  background: url("../images/ico_advice.png") no-repeat center 0;
  background-size: 70px auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: bold;
}
.fortune-advice_text_fc {
  line-height: 2;
  margin-top: 14px;
  letter-spacing: 0.063em;
  font-size: 1rem;
}

.fortune-trivia_fc {
  width: 920px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 83px auto 0;
  background: #fff;
  border: 50px solid;
  border-image-source: url("../images/border.png");
  border-image-slice: 50;
  border-image-width: 50px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat repeat;
  opacity: 0;
}

.fortune-trivia_inner_fc {
  padding: 29px 10px 26px;
}
.fortune-trivia_contents_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.fortune-trivia_text_fc {
  -ms-flex-preferred-size: 560px;
      flex-basis: 560px;
  max-width: 560px;
}
.fortune-trivia_text_fc h4 {
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: bold;
}
.fortune-trivia_text_fc p {
  line-height: 2;
  letter-spacing: 0.066em;
  font-size: 1rem;
}
.fortune-trivia_image_fc {
  -ms-flex-preferred-size: 202px;
      flex-basis: 202px;
  max-width: 202px;
  margin-left: 38px;
  text-align: center;
}
.fortune-trivia_image_fc img {
  width: 93px;
  height: auto;
}
.fortune-trivia_name_fc {
  line-height: 1.5;
  margin-top: 25px;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: bold;
}

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

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

.recommend-inner_fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 55px auto 0;
  padding: 0 20px;
}

.recommend-image_fc {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  min-width: 400px;
  height: 400px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
}

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

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

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

.recommend-price_yen_fc {
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
.recommend-price_yen_fc::before {
  letter-spacing: 0.2em;
  font-size: 1rem;
  content: "¥";
}
.recommend-price_tax_fc {
  font-size: 0.875rem;
}

.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: 36px;
  padding: 20px 0 18px;
  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;
}