@-webkit-keyframes noticeAnimation {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}

@keyframes noticeAnimation {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.99;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0.99;
  }

  100% {
    opacity: 0;
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

#yjsmhWrapper #yjsmhHeader {
    position: relative;
    z-index: 5000000;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 44px;
    background: #fff;
  }

#yjsmhWrapper #yjsmhLogo {
    max-width: 200px;
    background-color: #fff;
    border-bottom: none;
  }

#yjsmhWrapper #yjsmhLogo a {
      display: block;
      height: 44px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

#yjsmhWrapper #yjsmhHeaderMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 0 auto;
  }

#yjsmhWrapper .yjsmhHeaderIcon {
    position: relative;
    display: block;
    width: 40px;
    height: 44px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: none;
  }

#yjsmhWrapper #yjsmhMenuSearch,
  #yjsmhWrapper #yjsmhNotice,
  #yjsmhWrapper #yjsmhYlogo,
  #yjsmhWrapper #yjsmhOpenBtnWrap {
    padding: 0;
  }

#yjsmhWrapper #yjsmhMenuLyp {
    background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/lyp_badge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
  }

#yjsmhWrapper #yjsmhMenuSearch {
    background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/icn_search_a.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
  }

#yjsmhWrapper #yjsmhNotice {
    background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhIconUtility.png");
    background-repeat: no-repeat;
    background-position: 10px 12px;
    background-size: 47px auto;
  }

#yjsmhWrapper #yjsmhNoticeNum,
  #yjsmhWrapper #yjsmhNoticeNumI {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 5000001;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 8px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
  }

#yjsmhWrapper #yjsmhNoticeNum {
    display: none;
    background-color: #eb3f3f;
    -webkit-animation: noticeAnimation 0.6s cubic-bezier(0, 0.28, 0.7, 1) forwards;
            animation: noticeAnimation 0.6s cubic-bezier(0, 0.28, 0.7, 1) forwards;
  }

#yjsmhWrapper #yjsmhNoticeNumI {
    overflow: hidden;
    font-weight: bold;
    line-height: 44px;
    background-color: #4678f7;
    background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhIconUtility.png");
    background-repeat: no-repeat;
    background-position: 0 -283px;
    background-size: 47px auto;
  }

#yjsmhWrapper #yjsmhYlogo {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/y56.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
  }

#yjsmhWrapper #yjsmhOpenBtn,
  #yjsmhWrapper #yjsmhOpenBtn::before,
  #yjsmhWrapper #yjsmhOpenBtn::after {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    margin: auto;
    content: '';
    background-color: #444;
    border-radius: 2px;
  }

#yjsmhWrapper #yjsmhOpenBtn::before {
    margin-top: -7px;
  }

#yjsmhWrapper #yjsmhOpenBtn::after {
    margin-top: 7px;
  }

#yjsmhWrapper #yjsmhPremHeader {
    background: #f1f4f6;
  }

#yjsmhWrapper #yjsmhBanner {
    box-sizing: border-box;
    height: 36px;
    border-top: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
  }

#yjsmhWrapper .yjsmhHeaderArrow {
    position: relative;
    font-weight: bold;
  }

#yjsmhWrapper .yjsmhHeaderArrow #yjsmhBannerLink,
    #yjsmhWrapper .yjsmhHeaderArrow .yjsmhPremLink {
      padding-right: 28px;
    }

#yjsmhWrapper .yjsmhHeaderArrow .yjsmhLW {
      font-weight: 500;
    }

#yjsmhWrapper .yjsmhHeaderArrow::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 9px;
    height: 13px;
    margin-top: -6px;
    content: '';
    background-image: url("https://s.yimg.jp/images/templa/mhd/v3/images/gray_arrow.png");
    background-repeat: no-repeat;
    background-size: 9px 13px;
  }

#yjsmhWrapper .yjsmhPremTool,
  #yjsmhWrapper .yjsmhPremToolLink {
    font-size: 12px;
    text-align: left;
  }

#yjsmhWrapper .yjsmhPremTool {
    line-height: 16px;
    color: #828284;
  }

#yjsmhWrapper .yjsmhPremSubTool {
    margin: 0 0 0 auto;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
  }

#yjsmhWrapper #yjsmhBannerLink,
  #yjsmhWrapper .yjsmhPremLink {
    display: block;
    padding: 10px;
  }

#yjsmhWrapper #yjsmhBannerInner,
  #yjsmhWrapper #yjsmhPremHeaderInner {
    position: relative;
    display: none;
    line-height: 16px;
  }

#yjsmhWrapper #yjsmhBannerInner.yjsmhShow, #yjsmhWrapper #yjsmhPremHeaderInner.yjsmhShow {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
    }

#yjsmhWrapper .yjsmhSigning {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    font-size: 14px;
    text-align: center;
  }

#yjsmhWrapper .yjsmhSigning a {
      display: block;
      padding: 10px 0;
    }

#yjsmhWrapper .yjsmhSigning:first-child::after {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 1px;
    height: 18px;
    content: '';
    background: #d9dde3;
  }

#yjsmhWrapper .yjsmhIcon {
    position: relative;
    height: 16px;
  }

#yjsmhWrapper .yjsmhIcon::before {
    display: inline-block;
    margin-right: 1px;
    vertical-align: top;
    content: '';
    background: transparent url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhMenuImg_2x.png") 0 0 no-repeat;
    background-size: cover;
  }

/* 急上昇ワード */

#yjsmhWrapper #yjsmhPickupWordWrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    height: 36px;
    padding: 6px 10px;
    font-weight: bold;
    background-color: #fff;
    border-top: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
  }

#yjsmhWrapper #yjsmhPickupWordWrapper .yjsmhPickupWord {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
    }

#yjsmhWrapper #yjsmhPickupWordWrapper .yjsmhPickupWordTag {
      padding: 2px 4px;
      margin-right: 5px;
      font-size: 10px;
      color: #765712;
      background-color: #ffd066;
      border-radius: 10px;
    }

#yjsmhWrapper #yjsmhPickupWordWrapper .yjsmhPickupWordTitle {   
      max-width: calc(100vw - 142px); /* 画面幅 - (38px + 30px + 74px<急上昇 + 余白 + もっとみる>) = 文字数エリア */
      margin-right: 5px;
      overflow: hidden;
      font-size: 14px;
      color: #03c;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

#yjsmhWrapper #yjsmhPickupWordWrapper .yjsmhMore {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      font-size: 11px;
      color: #333;
    }

#yjsmhWrapper #yjsmhPickupWordWrapper .yjsmhMore::after {
      display: inline-block;
      width: 7px;
      height: 22px;
      margin-right: 3px;
      margin-left: 9px;
      content: "";
      background: url('https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhRightArrow.svg');
      background-repeat: no-repeat;
      background-position: center;
    }

/* ショッピング */

#yjsmhWrapper .yjsmhPremIcon::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 2px;
    vertical-align: top;
    content: "";
    background: transparent url("https://s.yimg.jp/c/icon/s/bsc/2.0/premium40.png") 0 0 no-repeat;
    background-size: cover;
  }

#yjsmhWrapper .yjsmhShpIcon::before {
    width: 18px;
    height: 16px;
    background-position: 0 -255px;
  }

/* 基金 */

#yjsmhWrapper .yjsmhDonateIcon {
    color: #006ccc;
  }

#yjsmhWrapper .yjsmhDonateIcon::before {
    width: 20px;
    height: 16px;
    background-position: 0 -869px;
  }

/* Tポイント */

#yjsmhWrapper .yjsmhTpointIcon::before {
    width: 20px;
    height: 16px;
    background-position: 0 -670px;
  }

/* オークション */

#yjsmhWrapper .yjsmhAucIcon::before {
    width: 20px;
    height: 16px;
    background-position: 0 -139px;
  }

/* トラベル */

#yjsmhWrapper .yjsmhTravelIcon::before {
    width: 20px;
    height: 16px;
    background-position: 0 -1219px;
  }

/* ダイニング */

#yjsmhWrapper .yjsmhDiningIcon::before {
    width: 20px;
    height: 16px;
    background-position: 0 -1246px;
  }

/* paypay */

#yjsmhWrapper .yjsmhPay2Icon::before {
    width: 20px;
    height: 16px;
    background-position: 0 -1454px;
  }

#yjsmhWrapper .yjsmhPremCarrier,
  #yjsmhWrapper .yjsmhPremTextIcon {
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    padding: 0 2px;
    margin-left: 3px;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: #999;
    background-color: #f4f6f7;
    border: 1px solid #c7c9ca;
    border-radius: 3px;
  }

#yjsmhWrapper .yjsmhPremCarrier-sb {
    padding: 2px 4px 2px 3px;
  }

#yjsmhWrapper .yjsmhPremCarrier-ym {
    padding: 2px 4px;
    letter-spacing: 0.02em;
  }

#yjsmhMenuWrap {
  visibility: hidden;
}

#yjsmhMenuWrap.yjsmhShow {
    visibility: visible;
  }

#yjsmhMenuWrap.yjsmhShow #yjsmhMenu {
      box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    }

#yjsmhMenuWrap.yjsmhShow #yjsmhMenuBg {
      pointer-events: auto;
      opacity: 1;
    }

#yjsmhMenu {
  position: fixed;
  top: 0;
  right: -270px;
  z-index: 5000002;
  display: block;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

#yjsmhMenu.fadeIn {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate(-270px);
            transform: translate(-270px);
  }

#yjsmhMenu.fadeOut {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate(0);
            transform: translate(0);
  }

#yjsmhMenu a:active {
    background-color: #e0e6eb;
  }

#yjsmhMenuBg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000001;
  pointer-events: none;
  background-color: rgb(0 0 0 / 60%);
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

#yjsmhMenuBg.fadeIn {
    -webkit-transition: opacity 0.2s ease-out 0.1s;
    transition: opacity 0.2s ease-out 0.1s;
  }

#yjsmhMenuBg.fadeOut {
    -webkit-transition: opacity 0.2s ease-out 0.1s;
    transition: opacity 0.2s ease-out 0.1s;
  }

#yjsmhMenuBg > button {
  position: absolute;
  top: 13px;
  right: 289px;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  background: none;
  background-color: transparent;
  border: none;
  outline: none;
}

#yjsmhMenuBg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#yjsmhMenuClose,
#yjsmhMenuClose::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 25px;
  height: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

#yjsmhMenuClose::after {
  top: 0;
  right: 0;
  content: '';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#yjsmhPersonal li:not(:last-child) {
    border-bottom: 1px solid #eff2f5;
  }

#yjsmhPersonal #yjsmhSideSigning {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: none;
}

#yjsmhHamPremLink {
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 18px;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}

#yjsmhHamPremLink span {
    line-height: 18px;
  }

#yjsmhHamPremLink .yjsmhIcon {
    color: #666;
  }

#yjsmhHamPremLink .yjsmhPremSubTool {
    margin: 0 0 0 auto;
    font-size: 13px;
  }

/* lyp対応のcss */

/* lyp移行前のプレミアム会員スタイル */

.yjsmhUserInfoNameLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 10px;
}

#yjsmhProfileImg {
  display: block;
  border-radius: 50%;
}

#yjsmhSideUserInfo.yjsmhUserLypInfo .yjsmhUserPremIcon {
  display: inline-block;
  width: 51px;
  height: 16px;
  background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/lyp_label.svg");
  background-size: 51px 16px;
}

/* PayPay表示 */

#yjsmhPersonal #smhPointWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 8px;
}

#yjsmhPersonal #smhPointWrapper.is-column { 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -webkit-flex-direction: column; 
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

#smhPointWrapper #smhPaypayRegisterTxt,
#smhPointWrapper #smhPaypayFullPriceShowTxt {
  display: none;
}

#smhPointWrapper #smhPaypayBalanceTxt,
#yjsmhPersonal #smhPointWrapper #smhPaypayRegisterTxt.is-show,
#yjsmhPersonal #smhPointWrapper #smhPaypayFullPriceShowTxt.is-show {
  display: inline;
}

#yjsmhPersonal #smhPointWrapper #smhPaypayFullPriceShowTxt.is-show {
  font-size: 12px;
}

#yjsmhPersonal #smhPointWrapper.is-over #smhPaypayRegisterTxt.is-show,
#yjsmhPersonal #smhPointWrapper.is-over #smhPaypayFullPriceShowTxt.is-show {
  display: block;
  margin-left: 24px;
}

#smhPointWrapper #smhPaypayBalanceLink,
#smhPointWrapper #smhPaypayRegisterLink,
#smhPointWrapper #smhPaypayFullPriceShowLink {
  color: #03C;
}

#smhPaypayLastUpdatedDateTxt {
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  text-align: right;
}

#yjsmhPersonal #smhPointWrapper #smhPaypayLastUpdatedDateTxt.is-show {
  display: inline;
}

#smhPaypayBalanceLink {
  padding-left: 19px;
  font-size: 14px;
  color: #03C;
  cursor: pointer;
  background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/paypay28.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#smhPaypayRegisterTxt,
#smhPaypayRegisterLink{
  font-size: 14px;
}

/* lyp 通知 */

#yjsmhNotificationUserInfoWrap {
  background-color: #fff;
}

#yjsmhWrapper #yjsmhRatelimit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-left: 10px;
  font-size: 14px;
}

#yjsmhName {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  max-width: 212px;
  margin-left: 10px;
}

#yjsmhDispName,
#yjsmhLoginId {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#yjsmhDispName {
  font-size: 15px;
  line-height: 1.4;
}

#yjsmhLoginId {
  font-size: 12px;
  line-height: 1.3;
  color: #999;
}

#yjsmhSidebarLogin,
#yjsmhSidebarReg {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

#yjsmhSidebarLogin::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background: #eff2f5;
}

#yjsmhSearch {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
}

#yjsmhSearch .yjsmhSearch {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 7px;
  background-color: #fff;
}

#yjsmhSearch .yjsmhSearchFrame {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
  height: 44px;
  font-family: sans-serif;
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
}

#yjsmhSearch .yjsmhSearchInput {
  position: relative;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
  height: 44px;
  padding: 0 36px 0 6px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #577fff;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

#yjsmhSearch .yjsmhSearchInput::-webkit-search-decoration,
#yjsmhSearch .yjsmhSearchInput::-webkit-search-cancel-button,
#yjsmhSearch .yjsmhSearchInput::-webkit-search-results-button,
#yjsmhSearch .yjsmhSearchInput::-webkit-search-results-decoration {
  display: none;
}

#yjsmhSearch .yjsmhSearchClear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

#yjsmhSearch .yjsmhSearchClear.yjsmhDisplayNone {
  display: none !important;
}

#yjsmhSearch .yjsmhSearchClear::before,
#yjsmhSearch .yjsmhSearchClear::after {
  position: absolute;
  top: 22px;
  right: 9px;
  width: 18px;
  height: 2px;
  content: '';
  background-color: #ccc;
  border-radius: 30px;
}

#yjsmhSearch .yjsmhSearchClear::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#yjsmhSearch .yjsmhSearchClear::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#yjsmhSearch .yjsmhSearchSubmit {
  z-index: 1;
  box-sizing: border-box;
  display: block;
  width: 48px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-appearance: none;
          appearance: none;
  background-color: #4374fb;
  background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhIconUtility.png");
  background-repeat: no-repeat;
  background-position: 14px -239px;
  background-size: 47px auto;
  border: 2px solid #3864f6;
  border-left: 1px solid #4a6cd9;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 0 0 rgb(255 255 255 / 15%) inset;
}

#yjsmhPrArea a {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 15px;
  line-height: 26px;
  background: #fffff0;
  border-top: 1px solid #eff2f5;
}

#yjsmhInfo a {
  box-sizing: border-box;
  display: block;
  padding-left: 20px;
  overflow: hidden;
  line-height: 42px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #eff2f5;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

#yjsmhInfo {
  font-size: 14px;
}

#yjsmhInfo .yjsmhSection {
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    line-height: 32px;
    color: #033;
    text-align: left;
    text-decoration: none;
    background-color: #f1f4f6;
    border-top: 1px solid #d9dde3;
  }

#yjsmhInfo .yjsmhSectionFirst a {
    border-top: none;
  }

#yjsmhInfo .yjsmhSectionMid {
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    line-height: 34px;
    color: #033;
    text-align: left;
    text-decoration: none;
    background-color: #f1f4f6;
  }

#yjsmhInfo .yjsmhSection_title {
    margin: 0;
    font-weight: inherit;
    line-height: 32px;
  }

#yjsmhInfo .yjsmhSectionLast a {
    border-bottom: none;
  }

.yjsmhListType_new::after,
.yjsmhListType_recom::after,
.yjsmhListType_limited::after {
  display: inline-block;
  width: 38px;
  height: 15px;
  vertical-align: middle;
  content: '';
  background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhIconUtility.png");
  background-repeat: no-repeat;
  background-position: 10px -132px;
  background-size: 47px auto;
}

.yjsmhListType_recom::after {
  width: 57px;
  background-position: 10px -158px;
}

.yjsmhListType_limited {
  color: #333;
}

.yjsmhListType_limited::after {
  width: 35px;
  background-position: 4px -308px;
}

/* footer */

#yjsmhInfo li:last-child::after {
  display: block;
  height: 20px;
  content: '';
  border-top: 1px solid #d9dde3;
}

#yjsmhInfo li.yjsmhFooter:last-child::after {
  display: none;
}

#yjsmhInfo li.yjsmhFooter:last-child {
  padding: 10px 0 30px;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  text-align: center;
  border-top: 1px solid #d9dde3;
  border-bottom: none;
}

.yjsmhColumnTwo,
.yjsmhColumnThree {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.yjsmhColumnTwo a, .yjsmhColumnThree a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }

.yjsmhColumnTwo a:not(:last-child), .yjsmhColumnThree a:not(:last-child) {
    border-right: 1px solid #eff2f5;
  }

#yjsmhWrapper #yjsmhNotification {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000001;
    width: 100%;
    height: 100%;
    background-color: #f1f4f6;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

#yjsmhWrapper #yjsmhNotificationHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5000002;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #d9dde3;
  }

#yjsmhWrapper #yjsmhNotificationHeader::after {
      content: none;
    }

#yjsmhWrapper #yjsmhNotificationHeaderTitle {
    font-size: 16px;
    font-weight: 700;
  }

#yjsmhWrapper #yjsmhSetUpBtn,
  #yjsmhWrapper .yjsmhNotifBtn {
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    -webkit-tap-highlight-color: rgb(0 0 0 / 6%);
  }

#yjsmhWrapper .yjsmhNotifBtn {
    padding: 0;
    text-indent: 100%;
  }

#yjsmhWrapper #yjsmhCloseBtn {
    display: block;
    width: 60px;
    height: 44px;
  }

#yjsmhWrapper #yjsmhSetUpBtn {
    display: block;
    width: 60px;
    height: 44px;
    line-height: 44px;
    text-align: center;
  }

#yjsmhWrapper .yjsmhCloseIcon,
  #yjsmhWrapper .yjsmhCloseIcon::after {
    position: absolute;
    display: block;
    width: 23px;
    height: 3px;
    content: '';
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #444;
    border-radius: 3px;
  }

#yjsmhWrapper .yjsmhCloseIcon {
    top: 20px;
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

#yjsmhWrapper .yjsmhCloseIcon::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

#yjsmhWrapper .yjsmhSetUpIcon {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhIconUtility.png");
    background-repeat: no-repeat;
    background-position: 0 -102px;
    background-size: 47px auto;
  }

#yjsmhWrapper #yjsmhNotificationArticle {
    position: relative;
    box-sizing: border-box;
    height: calc(100% - 45px);
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

#yjsmhWrapper #yjsmhNotificationUserInfoWrap {
    margin-top: 10px;
  }

#yjsmhWrapper #yjsmhNotificationUserInfoWrap #yjsmhNotificationUserProfileImg {
        display: block;
        border-radius: 50%;
    }

#yjsmhWrapper #yjsmhNotificationUserInfoWrap #yjsmhNotificationUserName {
        margin-left: 10px;
    }

#yjsmhWrapper #yjsmhNotificationUserInfoWrap #yjsmhNotificationUserPremIcon {
        display: inline-block;
        width: 51px;
        height: 16px;
        background-image: url("https://s.yimg.jp/images/templa/mhd/v2/images/lyp_label.svg");
        background-size: 51px 16px;
    }

#yjsmhWrapper #yjsmhNotificationUserInfoWrap #yjsmhNotificationUserDispName {
        display: block;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.4;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#yjsmhWrapper #yjsmhNotificationWrapper {
    padding: 10px;
  }

#yjsmhWrapper #yjsmhNotificationWrapper.bgWhite {
      background: #fff;
    }

#yjsmhWrapper #yjsmhNotificationSetting li {
      position: relative;
    }

#yjsmhWrapper #yjsmhNotificationSetting li:first-child {
        border-top: 1px solid #eff2f5;
      }

#yjsmhWrapper .yjsmhNotificationSettingTxt {
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

#yjsmhWrapper .yjsmhSettingChk dl {
    margin: 0;
  }

#yjsmhWrapper #yjsmhNotification .yjsmhSrv_title {
    font-weight: bold;
  }

#yjsmhWrapper #yjsmhNotification section,
  #yjsmhWrapper #yjsmhNotification form {
    background-color: #fff;
  }

#yjsmhWrapper #yjsmhNotificationBanner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 60px;
    padding: 9px 10px;
    background: #fff;
  }

#yjsmhWrapper #yjsmhNotificationBanner img {
    box-sizing: border-box;
    display: block;
    width: 42px;
    padding: 3px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ccc;
  }

#yjsmhWrapper .yjsmhNotificationBannerTxt {
    display: block;
    margin-right: 4px;
    font-size: 12px;
    line-height: 1.6;
    color: #1a75ff;
  }

#yjsmhWrapper .yjsmhNotificationBannerBtn {
    display: block;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #1a75ff;
    white-space: nowrap;
    border: 1px solid #1a75ff;
    border-radius: 4px;
  }

#yjsmhWrapper .yjsmhNotificationLabel {
    padding: 2%;
    margin-right: 1%;
    color: #fff;
    background: #0079ff;
  }

#yjsmhWrapper #yjsmhNotificationItems article {
      margin: 0 0 15px;
    }

#yjsmhWrapper #yjsmhNotificationItems section {
      position: relative;
      padding-top: 7px;
      border: 1px solid #d9dde3;
      border-bottom: none;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
    }

#yjsmhWrapper #yjsmhNotificationItems section:first-of-type {
        padding-top: 10px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
      }

#yjsmhWrapper #yjsmhNotificationItems section:first-of-type .yjsmhCloseItemBtn {
          top: 4px;
        }

#yjsmhWrapper #yjsmhNotificationItems section:last-child {
        border-bottom: 1px solid #d9dde3;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
      }

#yjsmhWrapper #yjsmhNotificationItems section .yjsmhSrv_title {
        position: relative;
        padding: 0 0 4px 35px;
        margin: 0;
        font-size: 13px;
        line-height: 26px;
        border-bottom: 1px solid #eff2f5;
      }

#yjsmhWrapper #yjsmhNotificationItems section:first-of-type::before {
      position: absolute;
      top: 0;
      width: 100%;
      content: '';
      border-top: 3px solid #b2b2b2;
    }

#yjsmhWrapper #yjsmhNotificationItems article.yjsmhArtc_alert section:first-of-type::before {
      border-color: #fde690;
    }

#yjsmhWrapper .yjsmhCloseItemBtn {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: content-box;
    width: 21px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-appearance: none;
            appearance: none;
    background: #bfc6cf;
    border: 7px solid #fff;
    border-radius: 50%;
  }

#yjsmhWrapper .yjsmhCloseItemBtn::before,
    #yjsmhWrapper .yjsmhCloseItemBtn::after {
      position: absolute;
      top: 9px;
      right: 5px;
      display: block;
      width: 11px;
      height: 2px;
      content: '';
      background-color: #fff;
      border-radius: 3px;
      -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
    }

#yjsmhWrapper .yjsmhCloseItemBtn::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }

#yjsmhWrapper .yjsmhCloseItemBtn::after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }

#yjsmhWrapper #yjsmhRecommendmsg {
    margin: 20px 0 10px 10px;
    font-size: 16px;
    color: #666;
  }

#yjsmhWrapper .yjsmhNoticeLink {
    position: relative;
    display: block;
    padding: 5px 10px 5px 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #999;
    word-wrap: break-word;
  }

#yjsmhWrapper .yjsmhNoticeNew a, #yjsmhWrapper .yjsmhNoticeUnRead a {
      color: #085fc9;
    }

#yjsmhWrapper .yjsmhNoticeNew::before,
  #yjsmhWrapper .yjsmhNoticeUnRead::before {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    content: '';
    background: #bfc6cf;
    border-radius: 50%;
  }

#yjsmhWrapper .yjsmhNoticeNew::before {
    background: #eb3f3e;
  }

#yjsmhWrapper [name='yjsmhNoticeItem'] {
      position: relative;
    }

#yjsmhWrapper [name='yjsmhNoticeItem'] time {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999;
  }

#yjsmhWrapper [name='yjsmhNoticeItem']::after {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 0 10px 0 100%;
    content: '';
    border-bottom: 1px solid #eff2f5;
  }

#yjsmhWrapper [name='yjsmhNoticeItem']:last-child::after {
    border-bottom: none;
  }

#yjsmhWrapper .yjsmhNoticeApproach {
    bottom: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 10px 11px;
  }

#yjsmhWrapper .yjsmhNoticeApproachBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #085fc9;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 3px;
  }

#yjsmhWrapper .yjsmhNoticeLypIcon {
    width: 51px;
    height: 16px;
    margin-right: 7px;
  }

#yjsmhWrapper .yjsmhNoticePicWrap {
    min-height: 55px;
    padding-right: 64px;
  }

#yjsmhWrapper .yjsmhNoticePic {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 54px 54px;
  }

#yjsmhWrapper #yjsmhEmptymsg {
    margin-top: 72px;
    font-size: 16px;
    text-align: center;
  }

#yjsmhWrapper .yjsmhSrv_weather .yjsmhNoticePic {
    background-size: 54px auto;
  }

#yjsmhWrapper .yjsmhSrv_weather .yjsmhNoticePic::before {
      position: absolute;
      width: 106px;
      height: 106px;
      content: '';
      background-size: 54px auto;
      border: 1px solid #cbcbcb;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transform-origin: top left;
              transform-origin: top left;
    }

#yjsmhWrapper .yjsmhSettingChk {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 8px;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #eff2f5;
  }

#yjsmhWrapper .yjsmhSettingChk::before {
      position: absolute;
      top: 11px;
      left: 8px;
      z-index: 1;
      box-sizing: content-box;
      width: 16px;
      height: 16px;
      content: '';
      background-color: #29c027;
      border: 2px solid #29c027;
      border-radius: 30px;
    }

#yjsmhWrapper .yjsmhSettingChk::after {
      position: absolute;
      top: 23px;
      left: 15px;
      z-index: 1;
      box-sizing: content-box;
      display: block;
      width: 4px;
      height: 8px;
      margin-top: -8px;
      content: '';
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      border-radius: 1px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }

#yjsmhWrapper .yjsmhSettingChk em {
      z-index: -1;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      color: #333;
    }

#yjsmhWrapper .yjsmhSettingChk dt {
      display: block;
      padding-left: 58px;
      margin: 13px 0 8px;
      line-height: 1;
    }

#yjsmhWrapper .yjsmhSettingChk dd {
      display: block;
      padding-left: 32px;
      margin: 0 0 11px;
      font-size: 12px;
      line-height: 1.4;
      color: #999;
      word-break: break-all;
    }

#yjsmhWrapper .yjsmhSettingChk input[type='checkbox'] {
      position: absolute;
      top: 11px;
      left: 8px;
      z-index: 2;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      margin: 0;
      -webkit-appearance: none;
              appearance: none;
      background-color: #fff;
      border: 2px solid #e5e5e5;
      border-radius: 30px;
      outline: none;
    }

#yjsmhWrapper .yjsmhSettingChk input[type='checkbox']:checked {
        background: transparent;
        border: 1px solid #29c027;
      }

#yjsmhWrapper #yjsmhNotificationPromo {
    margin-top: 12px;
  }

#yjsmhWrapper .yjsmhPromotion {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

#yjsmhWrapper #yjsmhPromoImg {
    display: block;
    width: 320px;
    height: 324px;
    margin: 0 auto;
    background: url("https://s.yimg.jp/images/templa/mhd/v2/sp/img/yjsmhPromoImg.png") no-repeat;
    background-size: 320px 324px;
  }

#yjsmhWrapper .yjsmhSubmit {
    color: #fff;
  }

/* 消せるのか…？ */

#yjsmhNotification section .userName {
  padding: 5px 10px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f7f7f7;
}

/* Welcome custom */

#yjsmhNotification section.yjsmhSrv_welcome div ul li time {
  display: none;
}

#yjsmhNotification section.yjsmhSrv_welcome div ul li a {
  color: #555;
  pointer-events: none;
}

#yjsmhNotification section.yjsmhSrv_welcome div ul li a:active {
  background-color: transparent;
}

#yjsmhNotificationSetting ul li p {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 38px;
}

#yjsmhNotificationSetting ul li a {
  font-size: 14px;
  line-height: 38px;
  text-align: right;
}

#yjsmhNotificationSetting ul li a + a {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #999;
}

#yjsmhNotification section .yjsmhSrv_title::before,
#yjsmhNotification form .yjsmhSrv_title::before {
  position: absolute;
  top: 3px;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  background: transparent url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhMenuImg_2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.yjsmhSettingChk em::before {
  position: absolute;
  top: 10px;
  left: 38px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  background: transparent url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhMenuImg_2x.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

#yjsmhNotification .yjsmhSrv_::before,
  #yjsmhNotification .yjsmhSrv_idmail .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_idmail_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_idmail::before,
  #yjsmhNotification .yjsmhSrv_welcome .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_welcome::before {
    background-position: 0 7px;
  }

#yjsmhNotification .yjsmhSrv_linesales_sbm .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_linesales_sbm_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_linesales_sbm::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/keitaishop40.png");
  }

#yjsmhNotification .yjsmhSrv_news_personal .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_news_personal::before,
  #yjsmhNotification .yjsmhSrv_news_extra .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_news_extra_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_news_extra::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/news40.png");
  }

#yjsmhNotification .yjsmhSrv_ks .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ks_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ks::before {
    background-position: 0 -106px;
  }

#yjsmhNotification .yjsmhSrv_auc .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_auc_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_auc::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.1/a/auctions40.png");
  }

#yjsmhNotification .yjsmhSrv_netallica .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_netallica_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_netallica::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/netallica40.png");
  }

#yjsmhNotification .yjsmhSrv_travel::before,
  #yjsmhNotification .yjsmhSrv_travel_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_travel .yjsmhSrv_title::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/travel40.png");
  }

#yjsmhNotification .yjsmhSrv_sportssnavi::before,
  #yjsmhNotification .yjsmhSrv_sportsnavi .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_sportsnavi_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_sports::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/sports40.png");
  }

#yjsmhNotification .yjsmhSrv_transit .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_transit_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_transit::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/transit40.png");
  }

#yjsmhNotification .yjsmhSrv_ymail .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ymail_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ymail::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/mail40.png");
  }

#yjsmhNotification .yjsmhSrv_ymail::before {
    top: 11px;
  }

#yjsmhNotification .yjsmhSrv_headlines .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_headlines_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_headlines::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/headlines40.png");
  }

#yjsmhNotification .yjsmhSrv_r25 .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_r25_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_r25::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/r2540.png");
  }

#yjsmhNotification .yjsmhSrv_fortune .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_fortune_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_fortune::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/fortune40.png");
  }

#yjsmhNotification .yjsmhSrv_smartguide .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_smartguide_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_smartguide::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/smartguide40.png");
  }

#yjsmhNotification .yjsmhSrv_tv .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_tv_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_tv::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/tv40.png");
  }

#yjsmhNotification .yjsmhSrv_loco .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_loco_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_loco::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.1/p/paypaygourmet40.png");
  }

#yjsmhNotification .yjsmhSrv_mb .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_mb_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_mb::before {
    background-position: 0 -693px;
  }

#yjsmhNotification .yjsmhSrv_movies .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_movies_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_movies::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/movies40.png");
  }

#yjsmhNotification .yjsmhSrv_wallet .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_wallet_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_wallet::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/wallet40.png");
  }

#yjsmhNotification .yjsmhSrv_donation .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_donation_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_donation::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/donation40.png");
  }

#yjsmhNotification .yjsmhSrv_kisekae .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_kisekae_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_kisekae::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/kisekae40.png");
  }

#yjsmhNotification .yjsmhSrv_kaumae .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_kaumae_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_kaumae::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/kaumae40.png");
  }

#yjsmhNotification .yjsmhSrv_koukin .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_koukin_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_koukin_alert .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_koukin::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/koukin40.png");
  }

#yjsmhNotification .yjsmhSrv_geocities .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_geocities::before {
    background-image: url("http://i.yimg.jp/c/icon/s/bsc/2.0/geocities40.png");
  }

#yjsmhNotification .yjsmhSrv_ymobile .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ymobile_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ymobile::before {
    background-image: url("https://s.yimg.jp/images/templa/mhd/v3/images/ymobile.png");
  }

#yjsmhNotification .yjsmhSrv_yj .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_yj_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_yj::before {
    background-image: url("https://s.yimg.jp/images/templa/mhd/v3/images/ymobile.png");
  }

#yjsmhNotification .yjsmhSrv_attention .yjsmhSrv_title::before {
    background: transparent url("https://s.yimg.jp/images/templa/mhd/v2/images/yjsmhIconAttention.png") 2px 5px no-repeat;
    background-size: 18px 16px;
  }

#yjsmhNotification .yjsmhSrv_ymols .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ymols_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_ymols::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/smartapp40.png");
  }

#yjsmhNotification .yjsmhSrv_paypaygw .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_paypaygw_recommend .yjsmhSrv_title::before,
  #yjsmhNotification .yjsmhSrv_paypaygw::before {
    background-image: url("https://s.yimg.jp/c/icon/s/bsc/2.0/paypay40.png");
  }

/*
  reset する内容
  ・marginとpaddingを0にする。
  ・list-styleはnoneにする。

  以下のreset cssを参考に作成した。
  https://github.com/nicolas-cusan/destyle.css/blob/master/destyle.css
*/

/* Lists (enumeration) */

#yjsmhWrapper ul,
  #yjsmhWrapper ol {
    padding: 0;
    margin: 0;
    list-style: none;
  }

#yjsmhWrapper li {
    height: unset;
  }

/* Forms */

#yjsmhWrapper optgroup,
  #yjsmhWrapper select,
  #yjsmhWrapper button,
  #yjsmhWrapper input,
  #yjsmhWrapper textarea {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
  }

#yjsmhWrapper optgroup,
  #yjsmhWrapper select {
    outline: none;
  }

/* Tables */

#yjsmhWrapper td,
  #yjsmhWrapper th {
    padding: 0;
  }

/* Vertical rhythm */

#yjsmhWrapper p,
  #yjsmhWrapper table,
  #yjsmhWrapper blockquote,
  #yjsmhWrapper address,
  #yjsmhWrapper pre,
  #yjsmhWrapper iframe,
  #yjsmhWrapper form,
  #yjsmhWrapper figure,
  #yjsmhWrapper dl {
    margin: 0;
  }

/* Headings */

#yjsmhWrapper h1,
  #yjsmhWrapper h2,
  #yjsmhWrapper h3,
  #yjsmhWrapper h4,
  #yjsmhWrapper h5,
  #yjsmhWrapper h6 {
    margin: 0;
  }

#yjsmhWrapper a {
    color: inherit;
    text-decoration: inherit;
  }

/* Lists (definition) */

#yjsmhWrapper dd {
    margin-left: 0;
  }

/* Grouping content */

#yjsmhWrapper hr {
    margin: 0;
  }

html {
  height: 100vh;
}

body.yjsmhShow {
    position: fixed;
    z-index: 5000000;
    width: 100%;
    height: 100%;
  }

.yjsmhDisplayNone {
  display: none !important;
}

.yjsmhInvisible {
  pointer-events: none;
  visibility: hidden;
}

.yjsmhBtnArea {
  padding: 16px 0 8px;
  text-align: center;
}

.yjsmhBtnSubmit {
  display: inline-block;
  width: 280px;
  margin: 10px auto 0;
  background: #4374fb;
  border: 1px solid #4374fb;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
}

.yjsmhSubmit {
  display: block;
  height: auto;
  padding: 12px 3px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-top: 1px solid #5f89fb;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
}

.yjsmhSubmit:hover,
  .yjsmhSubmit:active {
    color: #b0bff5;
    background-color: #3f6deb;
    border-top: 1px solid #3f6deb;
  }

#yjsmhWrapper {
  width: 100%;
  color: #333;
  -webkit-tap-highlight-color: rgb(0 48 96 / 6%);
}

#yjsmhWrapper a {
    text-decoration: none;
  }

#yjsmhWrapper a:visited {
    color: #639;
  }

#yjsmhWrapper dd,
  #yjsmhWrapper ul,
  #yjsmhWrapper li,
  #yjsmhWrapper h2,
  #yjsmhWrapper form,
  #yjsmhWrapper p {
    padding: 0;
    margin: 0;
    outline: none;
  }

#yjsmhHeader .yjsmhLoginArea {
  border-bottom: none;
}
