@charset "UTF-8";

/* RESET */
#section-title p span {
  all: unset;
}

#event-contents-wrapper {
  overflow: auto;
  width: auto;
}

#handyfan * {
  padding: unset;
  margin: unset;
}

/* BASE */
#handyfan {
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#handyfan img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* MV */
#handyfan .mv-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}

#handyfan .mv-img {
  position: static;
}

#handyfan .mv-btm {
  padding-top: 71px;
  padding-bottom: 76px;
}

#handyfan .mv-btm-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}

#handyfan .mv-lead {
  color: #0073dd;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.074em;
  line-height: 1.067;
  text-align: center;
  margin-bottom: 20px;
}

#handyfan .mv-txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

#handyfan .mv-date {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.455;
  text-align: center;
  margin-top: 13px;
}

#handyfan .mv-note {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2px;
}

#handyfan .mv-asof {
  font-size: 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
  margin-top: 25px;
  margin-left: 80px;
}

#handyfan .mv-btn-wrap {
  margin-top: 58px;
}

#handyfan .mv-btn {
  background-color: #5db5d9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 460px;
  min-height: 70px;
  padding: 8px 30px 8px;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#handyfan .mv-btn:hover {
  opacity: 0.7;
}

#handyfan .mv-btn::after {
  content: "";
  background-image: url("/img/usr/event/feature-handyfan/2025/pc/icon-arrow-right.png");
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}

#handyfan .mv-btn-main {
  color: inherit;
  font-size: 20px;
  font-weight: bold;
}

#handyfan .mv-btn-sub {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}

#handyfan .mv-btn-btm-txt {
  font-size: 16px;
  margin-top: 11px;
  text-align: center;
}

/* アイテム紹介 */
#handyfan .sec-item-list {
  padding-bottom: 120px;
}

#handyfan .sec-item-list-inner {
  margin-inline: auto;
  max-width: 980px;
  width: 100%;
}

#handyfan .handyfan-item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6.12245% minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 77px 6.12245%;
}

#handyfan .ui-heading.-lineup+.handyfan-item-list {
  margin-top: 58px;
}

#handyfan .handyfan-item>*:last-child {
  margin-bottom: 0;
}

#handyfan .handyfan-item-img {
  margin-bottom: 20px;
}

#handyfan .handyfan-item-hdg {
  color: #5db5d9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-block: 20px 9px;
}

#handyfan .handyfan-item-hdg.-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-blue02);
  gap: 5px;
  margin-top: 28px;
}

#handyfan .handyfan-item-hdg.-scene>.mainTxt {
  font-size: 22px;
  color: var(--color-blue02);
  font-weight: bold;
}

#handyfan .handyfan-item-hdg.-scene>.subTxt {
  font-size: 18px;
  color: var(--color-blue02);
  font-weight: bold;
}

#handyfan .handyfan-item-txt {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 21px;
}

#handyfan .handyfan-item-txt sup {
  font-size: 0.6em;
  line-height: 1;
}

#handyfan .handyfan-item-note {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 14px;
}

#handyfan .handyfan-price-list {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.714;
  margin-bottom: 14px;
}

#handyfan .handyfan-price-list * {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

#handyfan .handyfan-price-list a:not(:hover) {
  text-decoration: underline;
}

#handyfan .handyfan-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

#handyfan .handyfan-item-icon.-blade-less img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-carabiner img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-compact img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-five-way img {
  width: 66px;
}

#handyfan .handyfan-item-icon.-ice-plate img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-mirror-light img {
  width: 59px;
}

#handyfan .handyfan-item-icon.-neck-strap img {
  width: 65px;
}

#handyfan .handyfan-item-icon.-pouch img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-power2-ice img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-power3 img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-power4-rhythm img {
  width: 56px;
}

#handyfan .handyfan-item-icon.-three-way img {
  width: 62px;
}

#handyfan .handyfan-item-icon.-usb-charge img {
  width: 56px;
}

/* Swiper調整 */
#handyfan .set-swiper-button-position {
  position: relative;
}

#handyfan .handyfan-item-swiper {
  overflow: hidden;
}

#handyfan .swiper-button-prev,
#handyfan .swiper-button-next {
  --image-height: 460;
  background-image: url("/img/usr/event/feature-handyfan/2026/next.png");
  background-size: 100%;
  margin-top: 0;
  height: 40px;
  width: 40px;
  top: calc(1px * var(--image-height) / 2);
  translate: 0 -50%;
}

#handyfan .swiper-button-prev {
  left: -20px;
  rotate: 180deg;
}

#handyfan .swiper-button-next {
  right: -20px;
}

/* アクセサリー */
#handyfan .sec-accessory {
  background-color: #e8f9fe;
  padding-block: 105px 94px;
}

#handyfan .sec-accessory-inner {
  margin-inline: auto;
  max-width: 980px;
  width: 100%;
}

#handyfan .sec-accessory-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  text-align: center;
  margin-bottom: 55px;
}

#handyfan .sec-accessory-title-sub {
  color: #7eb5e8;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* 比較表 */
#handyfan .sec-compare {
  padding-block: 120px 60px;
}

#handyfan .sec-compare-inner {
  margin-inline: auto;
  max-width: 960px;
  width: 100%;
}

#handyfan .acd-trigger {
  all: unset;
  outline: revert;
  background-color: #5eb9cc;
  background-image: url("/img/usr/event/feature-handyfan/2025/pc/plus.png");
  background-position: calc(100% - 24px) center;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 65px;
  height: 65px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

#handyfan .acd-trigger.is-open {
  background-image: url("/img/usr/event/feature-handyfan/2025/pc/minus.png");
}

#handyfan .acd-trigger:hover {
  opacity: 0.7;
}

#handyfan .acd-content {
  display: none;
  padding-top: 30px;
  text-align: center;
}

/* PICK UP */
#handyfan .sec-pickup {
  padding-block: 60px;
}

#handyfan .sec-pickup-inner {
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
}

#handyfan .sec-pickup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  margin-bottom: 34px;
}

#handyfan .sec-pickup-title-sub {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

#handyfan .pickup-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

#handyfan a.pickup {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#handyfan a.pickup:hover {
  opacity: 0.7;
}

/* TOPに戻る */
#handyfan .sec-totop {
  padding-block: 60px 140px;
}

#handyfan .sec-totop-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}

#handyfan .totop-btn {
  background-color: #5db5d9;
  border-radius: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.778;
  text-align: center;
  min-height: 50px;
  max-width: 550px;
  margin-inline: auto;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

#handyfan .totop-btn:hover {
  opacity: 0.7;
}

#handyfan .totop-btn::after {
  content: "";
  background-image: url("/img/usr/event/feature-handyfan/2025/pc/icon-arrow-right.png");
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}

/* LP下部注釈 */
#handyfan .price-note {
  font-size: 16px;
  text-align: center;
  margin-top: 117px;
}

/* アイテムはこちら */
#handyfan .btn_item_lp_ {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 20;
}

#handyfan .btn_item_lp_ a:hover img {
  opacity: 0.7;
}

#handyfan .btn_item_lp_ img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* フリースペース外側 関連商品用 */
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}

#handyfan .sec-item-list.-lineup {
  margin-top: 120px;
}

#handyfan .sec-item-list.-scene {
  padding-top: 110px;
  position: relative;
}

#handyfan .sec-item-list.-scene::before,
#handyfan .sec-item-list.-scene::after {
  content: "";
  width: 150vw;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--color-blue);
  left: 0;
}

#handyfan .sec-item-list.-scene::after {
  left: auto;
  right: 0;
}

#handyfan .sec-item-list.-scene .handyfan-item-list {
  margin-top: 58px;
}

#handyfan .sec-item-list.-scene .sec-item-list-inner {
  position: relative;
  z-index: 2;
}

#handyfan {
  --color-blue: #f2fafd;
  --color-blue02: #5db5d9;
  --diagnosis-modal-bg: #f2fafd;
  --diagnosis-main-bg-color: #f2fafd;
  --diagnosis-item-border-color: #5db5d9;
  --diagnosis-item-button-bg-color: #5db5d9;
  --diagnosis-text-color: #5db5d9;
  --base-width-sp: 750;
  --base-width-pc: 1920;
  width: 100%;
  overflow: hidden;
}

#handyfan .ui-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  margin: 0 auto 0;
}

#handyfan .ui-heading>.mainTxt {
  color: var(--color-blue02);
  font-weight: bold;
}

#handyfan .ui-heading>.subTxt {
  color: var(--color-blue02);
  letter-spacing: 0.05em;
  font-weight: bold;
}

#handyfan .ui-heading.-scene {
  gap: 10px;
}

#handyfan .ui-heading.-scene>.mainTxt {
  font-size: 42px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-heading.-scene>.mainTxt {
    font-size: 24px;
  }
}

#handyfan .ui-heading.-scene>.subTxt {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-heading.-scene>.subTxt {
    font-size: 16px;
  }
}

#handyfan .ui-heading.-lineup>.mainTxt {
  max-width: 240px;
}

#handyfan .ui-heading.-lineup>.subTxt {
  font-size: 20px;
}

#handyfan .ui-at-button {
  width: 100%;
  max-width: 1000px;
  min-height: 90px;
  border-radius: 10px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--color-blue02);
  background: var(--color-blue);
  color: var(--color-blue02);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-button {
    width: calc(100% - 40px);
    max-width: calc(100% - 20px);
    min-height: 60px;
  }
}

#handyfan .ui-at-button>.subTxt {
  color: var(--color-blue02);
  font-size: 16px;
  font-weight: bold;
}

#handyfan .ui-at-button>.mainTxt {
  color: var(--color-blue02);
  font-size: 24px;
  font-weight: bold;
}

#handyfan .ui-at-button::before {
  content: "";
  background: url(/img/usr/event/feature-handyfan/2026/icon_arrow_bottom.png) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  width: 14px;
  height: 13px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#handyfan .ui-img-txt-column {
  margin: 0 auto;
}

#handyfan .ui-img-txt-column>.inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#handyfan .ui-img-txt-column>.inner>.contentWrapper {
  padding: 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

#handyfan .ui-img-txt-column>.inner>.contentWrapper>.titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

#handyfan .ui-img-txt-column.-present {
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-img-txt-column.-present {
    max-width: calc(100% - 30px);
    margin: 60px auto 0;
  }
}

#handyfan .ui-img-txt-column.-present>.inner .titleArea {
  max-width: 274px;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-img-txt-column.-present>.inner .titleArea {
    max-width: 170px;
  }
}

#handyfan .ui-img-txt-column.-present>.inner>.contentWrapper {
  padding: 58px 60px 80px;
  background: var(--color-blue);
  position: relative;
  z-index: 2;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-img-txt-column.-present>.inner>.contentWrapper {
    padding: 40px 20px 40px;
    gap: 20px;
  }
}

#handyfan .ui-img-txt-column.-present .ui-column-card>.bodyText>.heading {
  color: var(--color-blue02);
}

#handyfan .ui-column-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-column-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

#handyfan .ui-column-card:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#handyfan .ui-column-card>.imageBox {
  /* width: calc(50% - 20px); */
  width: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-column-card>.imageBox {
    width: 100%;
  }
}

#handyfan .ui-column-card>.imageBox img {
  width: 100%;
  height: auto;
  display: block;
}

#handyfan .ui-column-card>.imageBox .swiper-button-prev,
#handyfan .ui-column-card>.imageBox .swiper-button-next {
  top: 50%;
}

#handyfan .ui-column-card>.bodyText {
  /* width: 50%; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#handyfan .ui-column-card>.bodyText>.heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

#handyfan .ui-column-card>.bodyText>.subTitle {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-blue02);
}

#handyfan .ui-column-card>.bodyText>.note+.subTitle,
#handyfan .ui-column-card>.bodyText>.paragraph+.subTitle {
  margin: 20px 0 0;
}

#handyfan .ui-column-card>.bodyText>.paragraph {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

#handyfan .ui-column-card>.bodyText>.detailText {
  margin: 8px 0 0;
  font-size: 14px;
}

#handyfan .ui-column-card>.bodyText>.note {
  margin: 5px 0 0;
  font-size: 12px;
}

#handyfan .ui-column-card>.bodyText>.linkButton {
  margin: 20px 0 0;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*診断*/
/* --- 診断コンテンツ全体 --- */
#handyfan .ui-linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: var(--diagnosis-item-border-color);
  background: var(--diagnosis-item-button-bg-color);
  color: var(--diagnosis-text-color);
}

#handyfan .ui-linkbtn>.subTxt {
  font-size: 16px;
}

#handyfan .ui-linkbtn>.mainTxt {
  font-size: 24px;
}

#handyfan .ui-at-diagnosis {
  width: 100%;
  max-width: 780px;
  margin: 120px auto 120px;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis {
    margin: 60px auto 60px;
  }
}

#handyfan .ui-at-diagnosis-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 40px;
  color: var(--diagnosis-text-color);
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-title {
    margin: 0 0 20px;
    gap: 15px;
  }
}

#handyfan .ui-at-diagnosis-title>span:first-child {
  font-size: 20px;
  color: inherit;
  font-weight: bold;
  line-height: 1;
  display: block;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-title>span:first-child {
    font-size: 13px;
  }
}

#handyfan .ui-at-diagnosis-title>span:first-child::before,
#handyfan .ui-at-diagnosis-title>span:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: var(--diagnosis-text-color);
}

@media screen and (max-width: 768px) {

  #handyfan .ui-at-diagnosis-title>span:first-child::before,
  #handyfan .ui-at-diagnosis-title>span:first-child::after {
    height: 20px;
  }
}

#handyfan .ui-at-diagnosis-title>span:first-child::before {
  -webkit-transform: translateY(-50%) rotate(-33deg);
  transform: translateY(-50%) rotate(-33deg);
  left: -25px;
}

#handyfan .ui-at-diagnosis-title>span:first-child::after {
  -webkit-transform: translateY(-50%) rotate(33deg);
  transform: translateY(-50%) rotate(33deg);
  right: -25px;
}

#handyfan .ui-at-diagnosis-title>span:last-child {
  position: relative;
  /* Before要素の起点 */
  margin: 23px 0 0 0;
  display: block;
  color: inherit;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-title>span:last-child {
    margin: 0 auto 0;
  }
}

#handyfan .ui-at-diagnosis-title>span:last-child span {
  position: relative;
  z-index: 2;
  font-size: 33px;
  color: inherit;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-title>span:last-child span {
    font-size: 21px;
  }
}

#handyfan .ui-at-diagnosis-title>span:last-child::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 280px;
  height: 11px;
  background: #ffddd4;
  bottom: -5px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

#handyfan {
  /* --- メインエリア --- */
}

#handyfan .ui-at-diagnosis-main {
  background: var(--diagnosis-main-bg-color);
  border-radius: 10px;
  padding: 0 90px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-main {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px 30px;
  }
}

#handyfan .ui-at-diagnosis-main h3 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 40px;
  border-bottom: 1px dotted var(--diagnosis-item-border-color);
  padding: 59px 0 23px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-main h3 {
    padding: 30px 0 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}

#handyfan .ui-at-diagnosis-step {
  display: none;
  /* 基本非表示 */
}

#handyfan .ui-at-diagnosis-step1 {
  display: block;
  /* 最初だけ表示 */
}

#handyfan {
  /* --- 選択肢リスト --- */
}

#handyfan .ui-at-diagnosis-list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 箇条書きポッチを消す */
}

#handyfan .ui-at-diagnosis-item {
  width: 600px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--diagnosis-item-border-color);
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue02);
  background: #FFF;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-item {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 30px;
    height: auto;
    line-height: 1;
  }
}

#handyfan {
  /* 各項目の枠線色（nth-childで継承） */
}

#handyfan .ui-at-diagnosis-item:last-child {
  margin-bottom: 0;
}

#handyfan .ui-at-diagnosis-item:hover {
  opacity: 0.8;
}

#handyfan {
  /* --- ナビゲーションボタン --- */
}

#handyfan .ui-at-diagnosis-nav {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

#handyfan .ui-at-diagnosis-nav button {
  background: var(--diagnosis-item-button-bg-color);
  border: var(--diagnosis-item-border-color) solid 2px;
  border-radius: 10px;
  font-size: 16px;
  color: #FFF;
  width: 295px;
  height: 50px;
  border-radius: 25px;
  font-weight: bold;
  margin: 40px 0 0 0;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-nav button {
    font-size: 12px;
  }
}

#handyfan .ui-at-diagnosis-nav button::before {
  content: "";
  background-image: url(/img/usr/event/feature-handyfan/2025/pc/icon-arrow-right.png);
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 14px;
  height: 13px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-nav button::before {
    left: 10px;
  }
}

#handyfan .ui-at-diagnosis-nav button:focus {
  outline: none;
}

#handyfan .ui-at-diagnosis-reset {
  margin-left: 10px;
}

#handyfan {
  /* --- モーダルウィンドウ --- */
}

#handyfan .ui-at-diagnosis-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 100%; */
  width: calc(100% - 40px);
  max-width: 780px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  /* min-height: 773px; */
  margin: auto;
  padding: 60px 160px 60px;
  display: none;
  background: var(--diagnosis-modal-bg);
  z-index: 100000;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-modal {
    padding: 30px 20px 30px;
  }
}

#handyfan .ui-at-diagnosis-modal h2 {
  text-align: center;
  margin: 60px 0 30px;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

#handyfan {
  /* オーバーレイ背景 */
}

#handyfan .ui-at-diagnosis-modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
}

#handyfan .ui-at-diagnosis-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #handyfan .ui-at-diagnosis-modal-close {
    top: 5px;
  }
}

#handyfan .ui-at-diagnosis-modal-close::before,
#handyfan .ui-at-diagnosis-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--diagnosis-item-button-bg-color);
}

#handyfan .ui-at-diagnosis-modal-close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#handyfan .ui-at-diagnosis-modal-close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#handyfan {
  /* Slick 矢印カスタマイズ */
}

#handyfan .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #245b5f;
  position: absolute;
  top: 160px;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  z-index: 2;
  cursor: pointer;
}

#handyfan .slick-prev {
  left: -20px;
  background: url(modalprev.png) center no-repeat;
}

#handyfan .slick-next {
  right: -20px;
  background: url(modalnext.png) center no-repeat;
}

#handyfan {
  /* もう一度診断するボタン */
}

#handyfan .ui-at-diagnosis-tryagain {
  background: var(--diagnosis-item-button-bg-color);
  border: var(--diagnosis-item-border-color) solid 2px;
  border-radius: 10px;
  font-size: 16px;
  color: #FFF;
  width: 295px;
  height: 50px;
  border-radius: 25px;
  font-weight: bold;
  margin: 40px auto 0;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#handyfan .ui-at-diagnosis-tryagain::before {
  content: "";
  background-image: url(/img/usr/event/feature-handyfan/2025/pc/icon-arrow-right.png);
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 14px;
  height: 13px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#handyfan .ui-at-diagnosis-tryagain:focus {
  outline: none;
}

#handyfan .ui-column-card>.bodyText>.subTitle {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-blue02);
}

#handyfan .ui-column-card>.bodyText>.paragraph {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.8;
}

#handyfan .ui-column-card>.bodyText>.paragraph span.a {
  font-weight: bold;
  color: var(--color-blue02);
}

#handyfan .ui-column-card>.bodyText>.paragraph span.b {
  background-color: var(--color-blue02);
  color: #fff;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 10px;
  border-radius: 16px;
}

@media screen and (min-width: 769px) {
  #handyfan .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #handyfan .hidden-sp {
    display: none !important;
  }
}