@charset "UTF-8";
.fc202601 {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}
.fc202601-main {
  background: url(/resources/images/pc/fragrancecounseling-202601/kv_bg.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fc202601-main-title {
  width: 305px;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  opacity: 0;
}
.fc202601-main-imagearea {
  margin: auto;
  max-width: 1280px;
  min-height: 760px;
  width: 100%;
}
.fc202601-main-start {
  width: 240px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  bottom: 70px;
  background-image: linear-gradient(90deg, #9aa7c9, #a69ac5);
  border-radius: 30px;
  opacity: 0;
}
.fc202601-main-start a {
  height: 100%;
  width: 100%;
  display: flex;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 30px;
}
.fc202601-main-start a::before {
  content: "";
  background-image: linear-gradient(90deg, #83899a, #a0a6bc);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.fc202601-main-start a span {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
.fc202601-main-start a:hover {
  box-shadow: 0 0 15px rgba(131, 137, 154, 0.5);
}
.fc202601-main-start a:hover::before {
  opacity: 0;
}
.fc202601-body {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding: 60px 0;
}
.fc202601-body-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  opacity: 0;
}
.fc202601-body-subtxt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  opacity: 0;
}
.fc202601-progress {
  width: 640px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fc202601-progress > span {
  display: block;
}
.fc202601-progress-bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  margin-top: 5px;
  background-image: linear-gradient(90deg, #b9b9c9, #9f9fae);
}
.fc202601-progress-bar-value {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.fc202601-progress-bar-value.value25 {
  width: 25%;
}
.fc202601-progress-bar-value.value50 {
  width: 50%;
}
.fc202601-progress-bar-value.value75 {
  width: 75%;
}
.fc202601-progress-bar-value::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #000000;
  height: 100%;
}
.fc202601-box {
  background: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  width: 640px;
  margin: 0 auto 40px;
  opacity: 0;
}
.fc202601-box-list li {
  width: 330px;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 30px;
  transition: all 0.7s ease;
  opacity: 0;
  border: solid 1px #ffffff;
}
.fc202601-box-list li.wide {
  width: 420px;
}
.fc202601-box-list li:hover {
  box-shadow: 0 0 15px rgba(131, 137, 154, 0.5);
  background-position-y: -20px;
  background-position-x: -20px;
}
.fc202601-box-list li a {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.7s ease;
}
.fc202601-box-list-normal {
  background: #F1F1F8;
}
.fc202601-box-list-normal:hover {
  background: #6a707e;
}
.fc202601-box-list-normal:hover a {
  color: #ffffff;
}
.fc202601-box-list-yui {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_yui_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-yui:hover {
  border: solid 1px #dfc0c0;
}
.fc202601-box-list-urara {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_urara_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-urara:hover {
  border: solid 1px #dac3ba;
}
.fc202601-box-list-rin {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_rin_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-rin:hover {
  border: solid 1px #cacacc;
}
.fc202601-box-list-tsuya {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_tsuya_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-tsuya:hover {
  border: solid 1px #e2b9c8;
}
.fc202601-box-list-kihin {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_kihin_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-kihin:hover {
  border: solid 1px #d1c9b9;
}
.fc202601-box-list-mai {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_mai_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-mai:hover {
  border: solid 1px #c5c0d6;
}
.fc202601-box-list-hikari {
  background: url(/resources/images/pc/fragrancecounseling-202601/btn_hikari_bg.png) no-repeat left top;
  background-size: 360px;
}
.fc202601-box-list-hikari:hover {
  border: solid 1px #c9cddf;
}
.fc202601-box-back {
  margin-top: 40px;
  opacity: 0;
}
.fc202601-box-back a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
}
.fc202601-box-back a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  transform: rotate(-45deg);
}
.fc202601-box.boxwide {
  width: 800px;
}
.fc202601-box.boxwide .fc202601-box-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.fc202601-box.boxwide .fc202601-box-list li {
  margin: 0 15px 30px;
}
.fc202601-box.boxwide .fc202601-box-list li a {
  font-size: 16px;
}
.fc202601-reset {
  text-align: center;
  opacity: 0;
}
.fc202601-reset a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
}
.fc202601-reset a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/resources/images/pc/fragrancecounseling-202601/icon_reset.png) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
.fc202601-result {
  width: 800px;
  margin: 0 auto 40px;
  border-radius: 8px;
  display: flex;
  background: #ffffff;
  opacity: 0;
}
.fc202601-result-image {
  width: 50%;
  opacity: 0;
  border-radius: 8px 0 0 8px;
}
.fc202601-result-txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 8px 8px 0;
  text-align: center;
}
.fc202601-result-txt.bg-yui {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_yui.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt.bg-urara {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_urara.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt.bg-rin {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_rin.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt.bg-tsuya {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_tsuya.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt.bg-kihin {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_kihin.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt.bg-mai {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_mai.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt.bg-hikari {
  background: url(/resources/images/pc/fragrancecounseling-202601/bg_hikari.png) no-repeat center center;
  background-size: cover;
}
.fc202601-result-txt-en {
  font-size: 24px;
  margin-bottom: 20px;
  opacity: 0;
}
.fc202601-result-txt-txt {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0;
}
.fc202601-result-txt-name {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0;
}
.fc202601-result-txt-btn {
  opacity: 0;
}
.fc202601-result-txt-btn a {
  background: #000000;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 0.8s ease;
  text-decoration: none;
}
.fc202601-result-txt-btn a:hover {
  background: #6a707e;
  box-shadow: 0 0 15px rgba(131, 137, 154, 0.5);
}
.fc202601 .up-move {
  animation: up-move 0.8s;
  animation-fill-mode: forwards;
}
.fc202601 .left-move {
  animation: left-move 0.8s;
  animation-fill-mode: forwards;
}
.fc202601 .right-move {
  animation: right-move 0.8s;
  animation-fill-mode: forwards;
}
.fc202601 .move1 {
  animation-delay: 0;
}
.fc202601 .move2 {
  animation-delay: 0.8s;
}
.fc202601 .move3 {
  animation-delay: 1.3s;
}
.fc202601 .move4 {
  animation-delay: 1.6s;
}
.fc202601 .move5 {
  animation-delay: 1.9s;
}
.fc202601 .move6 {
  animation-delay: 2.2s;
}
.fc202601 .move7 {
  animation-delay: 2.5s;
}
.fc202601 .move8 {
  animation-delay: 2.8s;
}
.fc202601 .move9 {
  animation-delay: 3.1s;
}
.fc202601 .progress-bar-move::before {
  animation: progress-bar-move 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

@keyframes up-move {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes left-move {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-move {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes progress-bar-move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}