@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
body {
  overflow-x: clip;
  width: 100%;
}

#ss26-fathersday {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#ss26-fathersday .pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .pc-only {
    display: none !important;
  }
}
#ss26-fathersday .sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .sp-only {
    display: block !important;
  }
}
#ss26-fathersday {
  /* --------------------------------------------------
   fade
  -------------------------------------------------- */
}
#ss26-fathersday .fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
#ss26-fathersday .fadeIn.active {
  opacity: 1;
}
#ss26-fathersday .fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
#ss26-fathersday .fadeUp.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#ss26-fathersday .fadeDown {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
#ss26-fathersday .fadeDown.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#ss26-fathersday .fadeRight {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
#ss26-fathersday .fadeRight.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#ss26-fathersday .fadeLeft {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
#ss26-fathersday .fadeLeft.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#ss26-fathersday {
  /* SVG全体の枠をはみ出して描画できるようにする（重要） */
}
#ss26-fathersday .wave-svg {
  overflow: visible;
}
#ss26-fathersday {
  /* 各文字のアニメーション設定 */
}
#ss26-fathersday .wave-letter {
  /* 1回のループを1.5秒で永遠に繰り返す */
  -webkit-animation: waveBounce 3s infinite ease-in-out;
          animation: waveBounce 3s infinite ease-in-out;
  /* 回転や移動の軸を文字の下部に設定 */
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#ss26-fathersday {
  /* 跳ねる動きのキーフレーム定義 */
}
@-webkit-keyframes waveBounce {
  0% {
    /* 最初、中間以降、最後は元の位置 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    /* 15%のタイミングで上（マイナス方向）へ14px移動 */
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  30% {
    /* 最初、中間以降、最後は元の位置 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    /* 最初、中間以降、最後は元の位置 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes waveBounce {
  0% {
    /* 最初、中間以降、最後は元の位置 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    /* 15%のタイミングで上（マイナス方向）へ14px移動 */
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  30% {
    /* 最初、中間以降、最後は元の位置 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    /* 最初、中間以降、最後は元の位置 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#ss26-fathersday .blue_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
}
#ss26-fathersday .blue_link .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  font-size: 12px;
  letter-spacing: 0.07em;
  width: 100%;
  z-index: 3;
  white-space: nowrap;
}
#ss26-fathersday .blue_link .btn_link {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#ss26-fathersday .blue_link .btn_link_border {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}
#ss26-fathersday .blue_link::after {
  content: url(/ex/img/free/ss26-fathersday/btn_arrow_black.svg);
  position: absolute;
  top: 43%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#ss26-fathersday .blue_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  height: 1px;
  width: 13px;
  display: block;
  background-color: #fff;
  -webkit-transform: translateY(-219%) scaleX(0);
          transform: translateY(-219%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  z-index: 4;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday .blue_link:hover .btn_link {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  #ss26-fathersday .blue_link:hover::after {
    content: url(/ex/img/free/ss26-fathersday/btn_arrow_white.svg);
  }
  #ss26-fathersday .blue_link:hover::before {
    -webkit-transform: translateY(-219%) scaleX(1);
            transform: translateY(-219%) scaleX(1);
    opacity: 1;
  }
  #ss26-fathersday .blue_link:hover .btn_link_border {
    -webkit-animation: btn_link_border 0.6s;
            animation: btn_link_border 0.6s;
  }
  #ss26-fathersday .blue_link:hover .txt {
    color: #fff;
  }
}
@-webkit-keyframes btn_link_border {
  0% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}
@keyframes btn_link_border {
  0% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .blue_link.osusume.pc-only {
    display: none !important;
  }
}
#ss26-fathersday .blue_link.osusume .txt {
  font-size: 16px;
}
#ss26-fathersday .blue_link.osusume .btn_link_border {
  -webkit-transform: translate(-5px, -3px);
          transform: translate(-5px, -3px);
}
#ss26-fathersday .blue_link.osusume .btn_link {
  scale: 0.99 1;
}
#ss26-fathersday .blue_link.osusume::after {
  content: url(/ex/img/free/ss26-fathersday/btn_arrow_black.svg);
  -webkit-transform: translate(10px, -50%) rotate(90deg);
          transform: translate(10px, -50%) rotate(90deg);
  -webkit-animation: arrow 1.6s ease-in-out infinite;
          animation: arrow 1.6s ease-in-out infinite;
}
#ss26-fathersday .blue_link.osusume::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday .blue_link.osusume:hover {
    opacity: 1;
  }
  #ss26-fathersday .blue_link.osusume:hover .btn_link_border {
    -webkit-animation: none;
            animation: none;
  }
  #ss26-fathersday .blue_link.osusume:hover .btn_link {
    -webkit-filter: unset;
            filter: unset;
  }
  #ss26-fathersday .blue_link.osusume:hover::after {
    content: url(/ex/img/free/ss26-fathersday/btn_arrow_black.svg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
  #ss26-fathersday .blue_link.osusume:hover .txt {
    color: inherit;
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, -100%) rotate(90deg);
            transform: translate(0, -100%) rotate(90deg);
  }
  20% {
    -webkit-transform: translate(0, -100%) rotate(90deg);
            transform: translate(0, -100%) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0, -40%) rotate(90deg);
            transform: translate(0, -40%) rotate(90deg);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, -100%) rotate(90deg);
            transform: translate(0, -100%) rotate(90deg);
  }
  20% {
    -webkit-transform: translate(0, -100%) rotate(90deg);
            transform: translate(0, -100%) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0, -40%) rotate(90deg);
            transform: translate(0, -40%) rotate(90deg);
  }
}
@-webkit-keyframes btn_link_border3 {
  0% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
  }
}
@keyframes btn_link_border3 {
  0% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
  }
}
#ss26-fathersday .float_link {
  position: fixed;
  bottom: 90px;
  right: 14%;
  width: 80px;
  height: 80px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .float_link {
    right: 18px;
    width: 60px;
    height: 60px;
  }
}
#ss26-fathersday .float_link.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  #ss26-fathersday .float_link.up {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }
}
#ss26-fathersday .float_link .float_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .float_link .float_arrow {
    width: 25px;
  }
}
#ss26-fathersday .float_link .float_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .float_link .float_circle {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .float_link {
    position: absolute;
    top: -177px;
    right: 60px;
    bottom: unset;
    opacity: 1;
    visibility: visible;
  }
}
#ss26-fathersday #mv {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: -75px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv {
    margin-bottom: 180px;
  }
}
#ss26-fathersday #mv video {
  width: 100%;
  max-width: 1400px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: inset(4px);
          clip-path: inset(4px);
}
#ss26-fathersday #mv video.video1 {
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv video.video2 {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    inset: 0;
  }
}
#ss26-fathersday #mv .mv_inner {
  max-width: 1100px;
  width: 100%;
  height: 880px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #mv .mv_inner {
    margin-top: min(0px, 100vh - 840px);
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner {
    height: calc(100svh - 60px) !important;
  }
}
#ss26-fathersday #mv .mv_inner .main_ttl {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .main_ttl {
    top: 32px;
    width: 270px;
  }
}
#ss26-fathersday #mv .mv_inner {
  /* ==========================================================
  各要素へのアニメーション適用
  ========================================================== */
}
#ss26-fathersday #mv .mv_inner .mv_lead {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31%;
  opacity: 0;
  -webkit-animation: fadeInAnim 1s 1s forwards;
          animation: fadeInAnim 1s 1s forwards;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .mv_lead {
    width: 81%;
    bottom: 35px;
  }
}
#ss26-fathersday #mv .mv_inner .mv_logo {
  position: absolute;
  top: 20%;
  left: 38%;
  width: 14%;
  opacity: 0;
  -webkit-animation: fadeInAnim 1s 3s forwards;
          animation: fadeInAnim 1s 3s forwards;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .mv_logo {
    top: 80px;
    left: 35%;
    width: 102px;
    z-index: 9;
  }
}
#ss26-fathersday #mv .mv_inner .active_man {
  position: absolute;
  top: 16%;
  right: 11%;
  width: 16%;
  opacity: 0;
  scale: 0.001;
  will-change: scale, transform, opacity;
  -webkit-animation: manBounceInAnim 1.2s 1.9s forwards, manRotateLoopAnim3 2s 4s step-end infinite;
          animation: manBounceInAnim 1.2s 1.9s forwards, manRotateLoopAnim3 2s 4s step-end infinite;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .active_man {
    top: 7px;
    right: 17%;
    width: 23.46%;
  }
}
#ss26-fathersday #mv .mv_inner .basic_man {
  position: absolute;
  right: 16%;
  bottom: 23%;
  width: 21.3%;
  opacity: 0;
  scale: 0.001;
  will-change: scale, transform, opacity;
  -webkit-animation: manBounceInAnim 1.2s 2s forwards, manRotateLoopAnim2 2s 4s step-end infinite;
          animation: manBounceInAnim 1.2s 2s forwards, manRotateLoopAnim2 2s 4s step-end infinite;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .basic_man {
    right: 0%;
    bottom: unset;
    top: 185px;
    width: 27%;
    width: 30.13333333%;
    z-index: 11;
  }
}
#ss26-fathersday #mv .mv_inner .refined_man {
  position: absolute;
  left: 19%;
  top: 12%;
  width: 17.5%;
  opacity: 0;
  scale: 0.001;
  will-change: scale, transform, opacity;
  -webkit-animation: manBounceInAnim 1.2s 2.1s forwards, manRotateLoopAnim 2s 4s step-end infinite;
          animation: manBounceInAnim 1.2s 2.1s forwards, manRotateLoopAnim 2s 4s step-end infinite;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .refined_man {
    left: 20%;
    top: -6px;
    width: 24.53333333%;
  }
}
#ss26-fathersday #mv .mv_inner .relaxed_man {
  position: absolute;
  left: 9%;
  bottom: 24%;
  width: 24.5%;
  opacity: 0;
  scale: 0.001;
  will-change: scale, transform, opacity;
  z-index: 1;
  -webkit-animation: manBounceInAnim 1.2s 1.8s forwards, manRotateLoopAnim 2s 4s step-end infinite;
          animation: manBounceInAnim 1.2s 1.8s forwards, manRotateLoopAnim 2s 4s step-end infinite;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .relaxed_man {
    left: 4%;
    bottom: unset;
    top: 225px;
    width: 34.93333333%;
    z-index: 11;
  }
}
#ss26-fathersday #mv .mv_inner .authentic_man {
  position: absolute;
  left: 5%;
  top: 19%;
  width: 20.5%;
  opacity: 0;
  scale: 0.001;
  will-change: scale, transform, opacity;
  -webkit-animation: manBounceInAnim 1.2s 2.2s forwards, manRotateLoopAnim4 2s 4s step-end infinite;
          animation: manBounceInAnim 1.2s 2.2s forwards, manRotateLoopAnim4 2s 4s step-end infinite;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #mv .mv_inner .authentic_man {
    left: 0%;
    top: 44px;
    width: 28.53333333%;
  }
}
@-webkit-keyframes fadeInAnim {
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnim {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes manBounceInAnim {
  0% {
    opacity: 0;
    scale: 0.001;
  }
  80% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes manBounceInAnim {
  0% {
    opacity: 0;
    scale: 0.001;
  }
  80% {
    opacity: 1;
    scale: 1.05;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes manRotateLoopAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes manRotateLoopAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes manRotateLoopAnim2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes manRotateLoopAnim2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes manRotateLoopAnim3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes manRotateLoopAnim3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes manRotateLoopAnim4 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes manRotateLoopAnim4 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes manRotateLoopAnim3 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes manRotateLoopAnim3 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @-webkit-keyframes manRotateLoopAnim4 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes manRotateLoopAnim4 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
}
#ss26-fathersday #mv .mv_inner {
  /* ==========================================================
  アニメーションの連結設定
  - intro-xxx: 1回だけ実行（forwardsで最終状態を維持）
  - loop-xxx: 遅延してスタートし、以降6秒周期で無限ループ
  ========================================================== */
}
#ss26-fathersday #mv .mv_inner .r1-0 {
  -webkit-animation: intro-1-0 5s step-end forwards, loop-1-0 6s step-end 8s infinite;
          animation: intro-1-0 5s step-end forwards, loop-1-0 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r1-1 {
  -webkit-animation: intro-1-1 5s step-end forwards, loop-1-1 6s step-end 8s infinite;
          animation: intro-1-1 5s step-end forwards, loop-1-1 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r1-2 {
  -webkit-animation: intro-1-2 5s step-end forwards, loop-1-2 6s step-end 8s infinite;
          animation: intro-1-2 5s step-end forwards, loop-1-2 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r1-3 {
  -webkit-animation: intro-1-3 5s step-end forwards, loop-1-3 6s step-end 8s infinite;
          animation: intro-1-3 5s step-end forwards, loop-1-3 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r1-4 {
  -webkit-animation: intro-1-4 5s step-end forwards, loop-1-4 6s step-end 8s infinite;
          animation: intro-1-4 5s step-end forwards, loop-1-4 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-0 {
  -webkit-animation: intro-2-0 5s step-end forwards, loop-2-0 6s step-end 8s infinite;
          animation: intro-2-0 5s step-end forwards, loop-2-0 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-1 {
  -webkit-animation: intro-2-1 5s step-end forwards, loop-2-1 6s step-end 8s infinite;
          animation: intro-2-1 5s step-end forwards, loop-2-1 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-2 {
  -webkit-animation: intro-2-2 5s step-end forwards, loop-2-2 6s step-end 8s infinite;
          animation: intro-2-2 5s step-end forwards, loop-2-2 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-3 {
  -webkit-animation: intro-2-3 5s step-end forwards, loop-2-3 6s step-end 8s infinite;
          animation: intro-2-3 5s step-end forwards, loop-2-3 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-4 {
  -webkit-animation: intro-2-4 5s step-end forwards, loop-2-4 6s step-end 8s infinite;
          animation: intro-2-4 5s step-end forwards, loop-2-4 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-5 {
  -webkit-animation: intro-2-5 5s step-end forwards, loop-2-5 6s step-end 8s infinite;
          animation: intro-2-5 5s step-end forwards, loop-2-5 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r2-6 {
  -webkit-animation: intro-2-6 5s step-end forwards, loop-2-6 6s step-end 8s infinite;
          animation: intro-2-6 5s step-end forwards, loop-2-6 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r3-0 {
  -webkit-animation: intro-3-0 5s step-end forwards, loop-3-0 6s step-end 8s infinite;
          animation: intro-3-0 5s step-end forwards, loop-3-0 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r3-1 {
  -webkit-animation: intro-3-1 5s step-end forwards, loop-3-1 6s step-end 8s infinite;
          animation: intro-3-1 5s step-end forwards, loop-3-1 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r3-2 {
  -webkit-animation: intro-3-2 5s step-end forwards, loop-3-2 6s step-end 8s infinite;
          animation: intro-3-2 5s step-end forwards, loop-3-2 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r4-0 {
  -webkit-animation: intro-4-0 5s step-end forwards, loop-4-0 6s step-end 8s infinite;
          animation: intro-4-0 5s step-end forwards, loop-4-0 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r4-1 {
  -webkit-animation: intro-4-1 5s step-end forwards, loop-4-1 6s step-end 8s infinite;
          animation: intro-4-1 5s step-end forwards, loop-4-1 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r4-2 {
  -webkit-animation: intro-4-2 5s step-end forwards, loop-4-2 6s step-end 8s infinite;
          animation: intro-4-2 5s step-end forwards, loop-4-2 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner .r4-3 {
  -webkit-animation: intro-4-3 5s step-end forwards, loop-4-3 6s step-end 8s infinite;
          animation: intro-4-3 5s step-end forwards, loop-4-3 6s step-end 8s infinite;
}
#ss26-fathersday #mv .mv_inner {
  /* ==========================================================
  行1: HAPPY (目標: H)
  ========================================================== */
}
@-webkit-keyframes intro-1-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  70% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes intro-1-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  70% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes intro-1-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-1-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-1-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-1-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-1-3 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-1-3 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-1-4 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  70% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-1-4 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  70% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-1-0 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  20% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes loop-1-0 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  20% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes loop-1-1 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-1-1 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-1-2 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-1-2 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-1-3 {
  0% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-1-3 {
  0% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-1-4 {
  0% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  20% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-1-4 {
  0% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  20% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
#ss26-fathersday #mv .mv_inner {
  /* ==========================================================
  行2: FATHER'S (目標: E)
  ========================================================== */
}
@-webkit-keyframes intro-2-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  74% {
    fill: #87bcdb;
    stroke: black;
  }
  76% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-2-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  74% {
    fill: #87bcdb;
    stroke: black;
  }
  76% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-2-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  76% {
    fill: #87bcdb;
    stroke: black;
  }
  78% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-2-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  76% {
    fill: #87bcdb;
    stroke: black;
  }
  78% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-2-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  78% {
    fill: #87bcdb;
    stroke: black;
  }
  80% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-2-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  78% {
    fill: #87bcdb;
    stroke: black;
  }
  80% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-2-3 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  80% {
    fill: #87bcdb;
    stroke: black;
  }
  82% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-2-3 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  80% {
    fill: #87bcdb;
    stroke: black;
  }
  82% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-2-4 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  70% {
    fill: white;
    stroke: black;
  }
  82% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes intro-2-4 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  70% {
    fill: white;
    stroke: black;
  }
  82% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes intro-2-5 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  70% {
    fill: #87bcdb;
    stroke: black;
  }
  72% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-2-5 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  70% {
    fill: #87bcdb;
    stroke: black;
  }
  72% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-2-6 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  72% {
    fill: #87bcdb;
    stroke: black;
  }
  74% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-2-6 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  72% {
    fill: #87bcdb;
    stroke: black;
  }
  74% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-4 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  28% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes loop-2-4 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  28% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-5 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-2-5 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-6 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  20% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-2-6 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  20% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-0 {
  0% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  20% {
    fill: #87bcdb;
    stroke: black;
  }
  22% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-2-0 {
  0% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  20% {
    fill: #87bcdb;
    stroke: black;
  }
  22% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-1 {
  0% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  22% {
    fill: #87bcdb;
    stroke: black;
  }
  24% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-2-1 {
  0% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  22% {
    fill: #87bcdb;
    stroke: black;
  }
  24% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-2 {
  0% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  24% {
    fill: #87bcdb;
    stroke: black;
  }
  26% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-2-2 {
  0% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  24% {
    fill: #87bcdb;
    stroke: black;
  }
  26% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-2-3 {
  0% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  26% {
    fill: #87bcdb;
    stroke: black;
  }
  28% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-2-3 {
  0% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  26% {
    fill: #87bcdb;
    stroke: black;
  }
  28% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
#ss26-fathersday #mv .mv_inner {
  /* ==========================================================
  行3: DAY (目標: A)
  ========================================================== */
}
@-webkit-keyframes intro-3-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-3-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-3-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes intro-3-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes intro-3-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-3-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-3-1 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes loop-3-1 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes loop-3-2 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-3-2 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-3-0 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-3-0 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
#ss26-fathersday #mv .mv_inner {
  /* ==========================================================
  行4: 2026 (目標: 2つ目の2)
  ========================================================== */
}
@-webkit-keyframes intro-4-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  70% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-4-0 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  60% {
    fill: #87bcdb;
    stroke: black;
  }
  62% {
    fill: white;
    stroke: black;
  }
  68% {
    fill: #87bcdb;
    stroke: black;
  }
  70% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-4-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  70% {
    fill: #87bcdb;
    stroke: black;
  }
  72% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-4-1 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  62% {
    fill: #87bcdb;
    stroke: black;
  }
  64% {
    fill: white;
    stroke: black;
  }
  70% {
    fill: #87bcdb;
    stroke: black;
  }
  72% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes intro-4-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  72% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes intro-4-2 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  64% {
    fill: #87bcdb;
    stroke: black;
  }
  66% {
    fill: white;
    stroke: black;
  }
  72% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes intro-4-3 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes intro-4-3 {
  0% {
    fill: transparent;
    stroke: transparent;
  }
  66% {
    fill: #87bcdb;
    stroke: black;
  }
  68% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-4-2 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  24% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@keyframes loop-4-2 {
  0% {
    fill: #87bcdb;
    stroke: black;
  }
  2% {
    fill: white;
    stroke: black;
  }
  8% {
    fill: #87bcdb;
    stroke: black;
  }
  10% {
    fill: white;
    stroke: black;
  }
  16% {
    fill: #87bcdb;
    stroke: black;
  }
  18% {
    fill: white;
    stroke: black;
  }
  24% {
    fill: #87bcdb;
    stroke: black;
  }
  100% {
    fill: #87bcdb;
    stroke: black;
  }
}
@-webkit-keyframes loop-4-3 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  20% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-4-3 {
  0% {
    fill: white;
    stroke: black;
  }
  2% {
    fill: #87bcdb;
    stroke: black;
  }
  4% {
    fill: white;
    stroke: black;
  }
  10% {
    fill: #87bcdb;
    stroke: black;
  }
  12% {
    fill: white;
    stroke: black;
  }
  18% {
    fill: #87bcdb;
    stroke: black;
  }
  20% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-4-0 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  20% {
    fill: #87bcdb;
    stroke: black;
  }
  22% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-4-0 {
  0% {
    fill: white;
    stroke: black;
  }
  4% {
    fill: #87bcdb;
    stroke: black;
  }
  6% {
    fill: white;
    stroke: black;
  }
  12% {
    fill: #87bcdb;
    stroke: black;
  }
  14% {
    fill: white;
    stroke: black;
  }
  20% {
    fill: #87bcdb;
    stroke: black;
  }
  22% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@-webkit-keyframes loop-4-1 {
  0% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  22% {
    fill: #87bcdb;
    stroke: black;
  }
  24% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
@keyframes loop-4-1 {
  0% {
    fill: white;
    stroke: black;
  }
  6% {
    fill: #87bcdb;
    stroke: black;
  }
  8% {
    fill: white;
    stroke: black;
  }
  14% {
    fill: #87bcdb;
    stroke: black;
  }
  16% {
    fill: white;
    stroke: black;
  }
  22% {
    fill: #87bcdb;
    stroke: black;
  }
  24% {
    fill: white;
    stroke: black;
  }
  100% {
    fill: white;
    stroke: black;
  }
}
#ss26-fathersday #five_question {
  padding: 0 20px;
  margin-bottom: 115px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question {
    position: relative;
    z-index: 101;
    margin-bottom: 50px;
  }
}
#ss26-fathersday #five_question .section__inner {
  max-width: 700px;
  margin: auto;
}
#ss26-fathersday #five_question .section__inner .question_wrap {
  position: relative;
}
#ss26-fathersday #five_question .section__inner .question_wrap .concierge_wrap .concierge_box {
  display: none;
}
#ss26-fathersday #five_question .section__inner .question_wrap .concierge_wrap .concierge_box.active {
  display: block;
}
#ss26-fathersday #five_question .section__inner .question_wrap .question_person {
  position: absolute;
  left: 46%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .question_person {
    top: unset;
    bottom: 137vw;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .question_person img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1s;
  transition: 1s;
  width: 160px;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .question_person img {
    width: 30vw;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .question_board {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .question_board {
    width: 100%;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 {
  position: absolute;
  top: 30px;
  left: 285px;
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 .fukidashi1 {
  position: absolute;
  right: 0;
  bottom: -41px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 .fukidashi1 {
    bottom: 5px;
    right: -5px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 .fukidashi2 {
  position: absolute;
  right: 4px;
  bottom: -28px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 .fukidashi2 {
    bottom: 17px;
    right: 0px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 .fukidashi3 {
  position: absolute;
  right: -20px;
  bottom: -15px;
  scale: 0;
  -webkit-transition: scale 0.7s;
  transition: scale 0.7s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box1 .fukidashi3 {
    right: -30px;
    width: 150px;
    bottom: 30px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 {
  position: absolute;
  top: 31px;
  right: 290px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 {
    top: 51px;
    right: 120px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 .fukidashi1 {
  position: absolute;
  left: 0;
  bottom: -66px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 .fukidashi1 {
    bottom: -33px;
    left: 16px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 .fukidashi2 {
  position: absolute;
  left: 4px;
  bottom: -53px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 .fukidashi2 {
    bottom: -21px;
    left: 22px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 .fukidashi3 {
  position: absolute;
  left: -10px;
  bottom: -40px;
  scale: 0;
  -webkit-transition: scale 0.7s;
  transition: scale 0.7s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .fukidashi_box2 .fukidashi3 {
    bottom: -8px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board3_concierge .fukidashi_box1 .fukidashi3 {
    scale: 0.8;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap {
  position: absolute;
  width: 670px;
  height: 500px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap {
    width: 90%;
    height: 115vw;
    bottom: 30px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board {
    padding: 10px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn {
  border: none;
  background-color: transparent;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn:hover, #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.is-hover-locked {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn {
    max-width: unset;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back {
    max-width: 80%;
    margin-top: 60px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: block;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  padding: 0;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  font-size: 12px;
  letter-spacing: 0.07em;
  width: 100%;
  z-index: 3;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back .btn_link {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back .btn_link_border {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back::after {
  content: url(/ex/img/free/ss26-fathersday/btn_arrow_black.svg);
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  height: 1px;
  width: 13px;
  display: block;
  background-color: #fff;
  -webkit-transform: translateY(-219%) scaleX(0);
          transform: translateY(-219%) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  z-index: 4;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back:hover .btn_link {
    -webkit-filter: brightness(0.776);
            filter: brightness(0.776);
  }
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back:hover::after {
    content: url(/ex/img/free/ss26-fathersday/btn_arrow_white.svg);
  }
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back:hover::before {
    -webkit-transform: translateY(-219%) scaleX(1);
            transform: translateY(-219%) scaleX(1);
    opacity: 1;
  }
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back:hover .btn_link_border {
    -webkit-animation: btn_link_border2 0.6s;
            animation: btn_link_border2 0.6s;
  }
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back:hover .txt {
    color: #fff !important;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back.is-hover-locked .btn_link {
  -webkit-filter: brightness(0.776);
          filter: brightness(0.776);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back.is-hover-locked::after {
  content: url(/ex/img/free/ss26-fathersday/btn_arrow_white.svg);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back.is-hover-locked::before {
  -webkit-transform: translateY(-219%) scaleX(1);
          transform: translateY(-219%) scaleX(1);
  opacity: 1;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back.is-hover-locked .btn_link_border {
  -webkit-animation: btn_link_border2 0.6s;
          animation: btn_link_border2 0.6s;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.back.is-hover-locked .txt {
  color: #fff !important;
}
@-webkit-keyframes btn_link_border2 {
  0% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}
@keyframes btn_link_border2 {
  0% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn:focus {
  outline: none !important;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset {
  color: #87bcdb;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
  margin: auto;
  position: relative;
  padding: 0;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset::after {
  content: "";
  width: 85%;
  height: 2px;
  bottom: 5px;
  right: 0%;
  background-color: #87bcdb;
  display: block;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset {
    font-size: 14px;
    margin: 6px auto;
  }
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset::after {
    width: 82%;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset:hover::after, #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset.is-hover-locked::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.reset img {
  position: relative;
  top: 1px;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue {
  position: relative;
  padding: 0;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue .blue {
  -webkit-transition: scale 0.3s, -webkit-filter 0.3s;
  transition: scale 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, scale 0.3s;
  transition: filter 0.3s, scale 0.3s, -webkit-filter 0.3s;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-transition: scale 0.3s, -webkit-transform 0.3s;
  transition: scale 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, scale 0.3s;
  transition: transform 0.3s, scale 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue:hover .blue, #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue.is-hover-locked .blue {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    scale: 1.1;
  }
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue:hover .circle, #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue.is-hover-locked .circle {
    scale: 1.1;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue.is-clicked .blue {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn.btn_blue.is-clicked .circle {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .end_txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .end_txt {
    font-size: 2.9vw;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .q_ttl_wrap {
  overflow: hidden;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .q_ttl_wrap .q_ttl {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .q_ttl {
    width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .q_ttl.result_ttl {
    aspect-ratio: unset;
    margin-top: 0;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .q_ttl {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .q_ttl {
    width: auto;
    aspect-ratio: unset;
    margin-top: 10px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .lead_txt {
  margin: 20px 40px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .lead_txt {
    font-size: 18px;
    margin: 20px auto;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .change_btn {
  -webkit-animation: pulseAnim 1.5s ease-in-out infinite alternate;
          animation: pulseAnim 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .change_btn {
    width: 138px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .change_btn img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.board1 .change_btn:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@-webkit-keyframes pulseAnim {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulseAnim {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn {
  position: relative;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 5px), calc(-50% - 5px));
          transform: translate(calc(-50% - 5px), calc(-50% - 5px));
  font-size: 16px;
  white-space: nowrap;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn span {
    font-size: 14px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .change_btn:focus {
  outline: none !important;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 40px;
  margin: 45px auto 55px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .btn_flex {
    gap: 10px;
    margin: 30px auto 40px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .btn_flex > button {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .btn_flex > button {
    width: 50%;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .btn_flex > button img {
  width: 100%;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 0px;
  margin-bottom: 10px;
  height: 270px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex {
    gap: 10px;
    position: relative;
    height: auto;
    margin: 18vw auto 27vw;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .left {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .left .img_ttl svg {
    height: 40px;
    width: auto;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right {
  width: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img {
    width: auto !important;
    height: 54vw;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img.person1_active {
    width: 147px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img.person1_relaxed {
    width: 215px;
    position: relative;
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img.person1_relaxed {
    height: 46vw;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img.person1_basic {
    width: 187px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img.person1_authentic {
    width: 178px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .result_flex .right img.person1_refined {
    width: 152px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .osusume.sp-only {
    width: 46vw;
    margin: 0 auto 4px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .osusume.sp-only img {
    width: 100%;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .img_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .img_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .img_ttl svg {
    width: auto;
    height: 30px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .img_ttl .for {
  position: relative;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .img_ttl .for {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .img_ttl .for {
    position: relative;
    left: 20px;
    top: -3px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .jp_ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin: 12px auto 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .jp_ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 5px;
  left: 50%;
  background-color: #87bcdb;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board .jp_ttl {
    margin: -10px auto 0;
    font-size: 18px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap .board_wrap .board.active .jp_ttl::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .board_wrap .board .q_ttl_wrap .q_ttl {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .question_person img {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box1 {
  position: absolute;
  top: 30px;
  left: 285px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box1 {
    left: 125px;
    top: -40px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box1 .fukidashi1 {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box1 .fukidashi2 {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box1 .fukidashi3 {
  scale: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box2 {
  position: absolute;
  top: 31px;
  right: 290px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box2 {
    top: -39px;
    right: 140px;
  }
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box2 .fukidashi1 {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box2 .fukidashi2 {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#ss26-fathersday #five_question .section__inner .question_wrap.active .fukidashi_box2 .fukidashi3 {
  scale: 1;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#ss26-fathersday #for_type {
  padding: 0 20px;
  text-align: center;
}
#ss26-fathersday #for_type .section__inner {
  max-width: 1000px;
  margin: auto;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap {
  margin: 0px auto 335px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap {
    margin: 0px auto 120px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap:last-child {
  margin-bottom: 125px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
  overflow: hidden;
  padding-top: 30px;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: -30px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl svg {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl svg {
    width: auto;
    height: 33px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl svg.svg2 {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl .for {
    position: absolute;
    left: 10%;
    top: 10px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl svg,
#ss26-fathersday #for_type .section__inner .for_type_wrap .img_ttl .for {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .jp_ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .jp_ttl::after {
  content: "";
  width: 110%;
  height: 2px;
  bottom: 5px;
  left: 50%;
  background-color: #87bcdb;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .jp_ttl {
  margin: 12px auto 21px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .txt1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.07em;
  color: #77a6c4;
  margin: 13px auto 15px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .txt2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.07em;
  color: #000000;
  margin-bottom: 40px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .txt3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.07em;
  color: #77a6c4;
  margin: 36px auto 2px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .product_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.07em;
  color: #000000;
  margin-bottom: 7px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .product_detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000000;
  margin: 0px auto 34px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .product_detail a {
  text-decoration: underline;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box {
    margin: 0 auto -7px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .main_img {
  max-width: 100%;
  scale: 0.9;
  -webkit-transition: scale 0.8s;
  transition: scale 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1 {
  position: absolute;
  top: -230px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1 {
    position: relative;
    inset: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.active {
    width: 169px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.authentic {
    width: 204px;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.relaxed {
    width: 247px;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.relaxed {
    width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.basic {
    width: 215px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.basic {
  right: -100px;
  top: -160px;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.refined {
    width: 175px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person1.refined {
  top: -234px;
  right: -60px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi {
  position: absolute;
  top: 82px;
  left: -105px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 初期状態ははみ出しを隠す */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi {
    top: 212px;
    left: 0px;
    position: relative;
    inset: 0 !important;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi.refined {
  top: unset;
  bottom: -100px;
  left: -65px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi_person_wrap {
  will-change: rotate;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi_person {
  position: relative;
  translate: 0 120%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: translate, rotate;
  width: 161px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi_person {
    z-index: 1;
    width: 125px;
    margin-top: 35px;
    position: relative;
    bottom: 23px;
    margin-left: 20px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi1 {
  position: absolute;
  top: 20px;
  left: 33%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi1 {
    top: 74px;
    left: unset;
    right: -10px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi2 {
  position: absolute;
  top: 7px;
  left: 23%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi2 {
    top: 61px;
    left: unset;
    right: -30px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi3 {
  position: absolute;
  top: -22%;
  left: -16%;
  scale: 0;
  -webkit-transition: scale 0.7s;
  transition: scale 0.7s;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi .fukidashi3 {
    top: -10px;
    left: unset;
    right: -52vw;
    z-index: 0;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi.is-animated {
  /* 0.5秒遅延させて枠の制限を解除し、その状態を保持(forwards)する */
  -webkit-animation: unlockOverflow 0s forwards 0.5s;
          animation: unlockOverflow 0s forwards 0.5s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi.is-animated .fukidashi_person {
  translate: 0 0;
  -webkit-animation: fukidashiSwing 2.5s ease-in-out infinite 0.5s;
          animation: fukidashiSwing 2.5s ease-in-out infinite 0.5s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi.is-animated .fukidashi1 {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi.is-animated .fukidashi2 {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box .person_fukidashi.is-animated .fukidashi3 {
  scale: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person1 {
  top: -150px;
  left: -100px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person1.authentic {
  top: -199px;
  left: -36px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person1 {
    inset: 0;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi {
  top: unset;
  bottom: -130px;
  left: unset;
  right: 18px;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi.authentic {
  bottom: -80px;
  top: unset;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi {
    inset: 0 !important;
    position: relative;
    margin: 0 50px 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi_person {
    margin-left: 0;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi1 {
  top: 8px;
  left: 78%;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi1 {
    top: 74px;
    right: unset;
    left: 8px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi2 {
  top: -4px;
  left: 81%;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi2 {
    top: 61px;
    right: unset;
    left: -10px;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi3 {
  top: -28%;
  left: 4%;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #for_type .section__inner .for_type_wrap .main_img_box.type2 .person_fukidashi .fukidashi3 {
    top: -10px;
    right: unset;
    left: -45vw;
    z-index: 0;
  }
}
@-webkit-keyframes unlockOverflow {
  to {
    overflow: visible;
  }
}
@keyframes unlockOverflow {
  to {
    overflow: visible;
  }
}
@-webkit-keyframes fukidashiSwing {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: -5deg;
  }
  20% {
    rotate: 5deg;
  }
  30% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes fukidashiSwing {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: -5deg;
  }
  20% {
    rotate: 5deg;
  }
  30% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
#ss26-fathersday #for_type .section__inner .for_type_wrap .down_wrap {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ss26-fathersday #for_type .section__inner .for_type_wrap.active .jp_ttl::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
#ss26-fathersday #for_type .section__inner .for_type_wrap.active .img_ttl svg,
#ss26-fathersday #for_type .section__inner .for_type_wrap.active .img_ttl .for {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#ss26-fathersday #for_type .section__inner .for_type_wrap.active .down_wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#ss26-fathersday #for_type .section__inner .for_type_wrap.active .main_img_box .main_img {
  scale: 1;
}
#ss26-fathersday #movie {
  padding: 0 20px;
  text-align: center;
}
#ss26-fathersday #movie .section__inner {
  max-width: 915px;
  margin: auto;
}
#ss26-fathersday #movie .section__inner .movie_ttl {
  display: block;
  margin-bottom: 50px;
  margin: 0 auto 40px;
}
#ss26-fathersday #movie .section__inner .movie_box {
  position: relative;
  z-index: 100;
}
#ss26-fathersday #movie .section__inner .movie_box video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #movie .section__inner .movie_box video {
    border: 1px solid;
  }
}
#ss26-fathersday #movie .section__inner .movie_box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #movie .section__inner .movie_box .play_btn {
    width: 40px;
    height: 40px;
  }
}
#ss26-fathersday #movie .section__inner .movie_box .play_btn:hover {
  cursor: pointer;
}
#ss26-fathersday #gift {
  padding: 0 20px;
  text-align: center;
  margin: 126px auto;
}
#ss26-fathersday #gift .section__inner {
  max-width: 680px;
  margin: auto;
}
#ss26-fathersday #gift .section__inner .gift_ttl {
  display: block;
  margin-bottom: 50px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #gift .section__inner .gift_ttl {
    width: 70%;
  }
}
#ss26-fathersday #gift .section__inner .lead {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
#ss26-fathersday #gift .section__inner .gift_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #gift .section__inner .gift_flex {
    gap: 20px;
  }
}
#ss26-fathersday #gift .section__inner .gift_flex .item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #gift .section__inner .gift_flex .item {
    width: calc((100% - 20px) / 2);
  }
}
#ss26-fathersday #gift .section__inner .gift_flex .item .gift_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#ss26-fathersday #gift .section__inner .gift_flex .item .jp {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.31;
  text-align: center;
  letter-spacing: 0.07em;
  margin: 15px auto 4px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday #gift .section__inner .gift_flex .item .jp {
    margin: 5px auto 0px;
  }
}
#ss26-fathersday #gift .section__inner .gift_flex .item .en {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.31;
  text-align: center;
  letter-spacing: 0.07em;
}
#ss26-fathersday #gift .section__inner .blue_link {
  margin-bottom: 18px;
}
#ss26-fathersday .bottom_nav {
  width: 100%;
  max-width: 600px;
  position: fixed;
  z-index: 110;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  overflow: hidden;
}
#ss26-fathersday .bottom_nav .box {
  width: 19%;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .bottom_nav .box {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .bottom_nav .box.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
#ss26-fathersday .bottom_nav .box.active svg path {
  fill: #87bcdb;
}
#ss26-fathersday .bottom_nav .box .jp {
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  margin: auto;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .bottom_nav .box .jp {
    display: none;
  }
}
#ss26-fathersday .bottom_nav .box .nav_ttl {
  display: block;
  margin: 10px auto;
}
#ss26-fathersday .bottom_nav .box svg {
  display: block;
  margin: auto;
}
#ss26-fathersday .bottom_nav .box .person_img_wrap {
  height: 105px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #ss26-fathersday .bottom_nav .box .person_img_wrap {
    height: 97px;
    margin-top: 4px;
  }
}
#ss26-fathersday .bottom_nav .box .person_img_wrap .person_img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #ss26-fathersday .bottom_nav .box .person_img_wrap.relaxed .person_img {
    height: 88px;
    position: relative;
    left: -14px;
  }
}