/* --------------------------------------------------------------------------------
  font
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
/* --------------------------------------------------------------------------------
  header
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  body.is-menuOpen {
    overflow: hidden;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 40px 42px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}

.header-logo {
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    width: 177px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 33.0666666667vw;
  }
}
.header-logo__link {
  display: block;
}

@media only screen and (min-width: 768px) {
  .header-contMenu {
    position: fixed;
    z-index: 999;
    top: 40px;
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-contMenu__icon {
    height: 14px;
  }
  .header-contMenu__icon .border {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    height: 1px;
    transition: transform 0.4s ease;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .header-contMenu__icon .border:nth-child(1) {
    top: 0;
    transform-origin: center;
  }
  .header-contMenu__icon .border:nth-child(2) {
    top: 6px;
    transform-origin: center;
  }
  .header-contMenu__icon .border:nth-child(3) {
    bottom: 0;
    transform-origin: center;
  }
}
@media only screen and (min-width: 768px) {
  .header-contMenu__btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-contMenu__btn {
    position: fixed;
    right: 5.3333333333vw;
    top: 8.9333333333vw;
    width: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 999;
  }
}
.header-contMenu__btn.is-active .header-contMenu__icon .border {
  width: 24px;
}
.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(1) {
  transform: translateY(6px) rotate(30deg);
}
.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(2) {
  transform: scale(0, 1);
}
.header-contMenu__btn.is-active .header-contMenu__icon .border:nth-child(3) {
  transform: translateY(-6px) rotate(-30deg);
}

@media only screen and (max-width: 767px) {
  .contentMenu {
    height: 100dvh;
    background-color: #1d1c1c;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0px;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.6s ease 0.4s;
    width: 100vw;
    z-index: 99;
  }
  .contentMenu::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contentMenu.is-active {
    transform: scale(1, 1);
    transition-delay: 0s;
  }
  .contentMenu.is-active .contentMenu__list {
    opacity: 1;
    transition-delay: 0.6s;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__inner {
    padding: 25.6vw 5.3333333333vw 26.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .contentMenu__list {
    line-height: calc(2.25);
  }
  .contentMenu__list:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.25) * 0.5em);
  }
  .contentMenu__list:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__list {
    position: relative;
    z-index: 1;
  }
  .contentMenu__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform 0.6s ease-in-out;
    transform-origin: right top;
    background-color: rgba(235, 231, 234, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .contentMenu__item {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .contentMenu__item--spOnly {
    display: none;
  }
}
.contentMenu__link {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .contentMenu__link {
    letter-spacing: 0.16em;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__link {
    letter-spacing: 0.24em;
    line-height: 1;
    display: block;
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.contentMenu__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.6s ease-in-out;
  transform-origin: right top;
}
@media only screen and (min-width: 768px) {
  .contentMenu__link:after {
    background: linear-gradient(20deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
    transform: scale(0, 1);
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__link:after {
    background-color: rgba(235, 231, 234, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .contentMenu__link:hover {
    background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .contentMenu__link:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contentMenu__link:hover {
    background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .contentMenu__link:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.contentMenu__link--disable {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .contentMenu__subList {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__subList {
    margin-top: 9.3333333333vw;
    line-height: 2.2666666667;
  }
}
.contentMenu__subLink {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 4vw;
}
.contentMenu__subLink--myPage {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contentMenu__icon {
  display: block;
  aspect-ratio: 1/1;
  width: 5.3333333333vw;
}
.contentMenu__icon path {
  fill: #8c8c8c;
}
@media only screen and (min-width: 768px) {
  .contentMenu__cvArea {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__cvArea {
    margin-top: 9.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentMenu__cvArea .cvBtn:not(:first-child) {
    margin-top: 5.6vw;
  }
}

.cvBtn {
  border: 1px solid #fefef3;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: rgba(17, 17, 17, 0.6);
}
@media only screen and (min-width: 768px) {
  .cvBtn {
    border-radius: 44px;
    width: 320px;
    height: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn {
    border-radius: 10vw;
  }
}
.cvBtn:before {
  display: none;
}
.cvBtn__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cvBtn__inner {
    padding: 24px 24px 24px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn__inner {
    padding: 4.8vw 5.3333333333vw 4.8vw 9.3333333333vw;
  }
}
.cvBtn__ttl .en {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 768px) {
  .cvBtn__ttl .en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn__ttl .en {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 768px) {
  .cvBtn__ttl .en + .jp {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn__ttl .en + .jp {
    margin-top: 2.4vw;
  }
}
.cvBtn__ttl .jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
  letter-spacing: 0.16em;
  line-height: calc(1.1538461538);
}
.cvBtn__ttl .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.1538461538) * 0.5em);
}
.cvBtn__ttl .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.1538461538) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .cvBtn__ttl .jp {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn__ttl .jp {
    font-size: 3.4666666667vw;
  }
}
.cvBtn__arrow {
  border-radius: 50%;
  background: linear-gradient(20deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cvBtn__arrow {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn__arrow {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.cvBtn__arrow:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: block;
  border-radius: 50%;
  transition: transform ease-in-out 0.8s, background-color ease-in-out 0.8s;
}
@media only screen and (min-width: 768px) {
  .cvBtn__arrow:before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cvBtn__arrow:before {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.cvBtn__arrow:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  transform-origin: left center;
  background-color: #fff;
  height: 1px;
  width: 60px;
  transform: scaleX(0);
  transition: transform ease-in-out 0.8s;
}
@media only screen and (min-width: 768px) {
  .cvBtn:hover .cvBtn__arrow:before {
    transform: translate(-50%, -50%) scale(4);
    background-color: rgba(255, 255, 255, 0.6);
  }
  .cvBtn:hover .cvBtn__arrow:after {
    transform: scaleX(1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover .cvBtn__arrow:before {
    transform: translate(-50%, -50%) scale(4);
    background-color: rgba(255, 255, 255, 0.6);
  }
  .cvBtn:hover .cvBtn__arrow:after {
    transform: scaleX(1);
  }
}

.infoCenter {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .infoCenter {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .infoCenter {
    margin: 10.6666666667vw auto 0;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.infoCenter__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 3.4666666667vw;
}
.infoCenter__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2.6666666667vw;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 5.3333333333vw;
}
.infoCenter__tel img {
  width: 9.3333333333vw;
  height: auto;
}
.infoCenter__txt {
  margin-top: 4vw;
  line-height: calc(1.5);
  font-family: "Noto Serif JP", serif;
  font-size: 2.6666666667vw;
  text-align: left;
}
.infoCenter__txt:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.infoCenter__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.contentsListArea {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .contentsListArea {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contentsListArea {
    padding: 24vw 0;
  }
}
.contentsListArea__inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .contentsListArea__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentsListArea__inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentsListArea__inner {
    overflow-x: hidden;
  }
}
.contentsListArea__ttl {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .contentsListArea__ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsListArea__ttl {
    font-size: 6.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .contentsListArea__head + .contentsListArea__cont {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsListArea__head + .contentsListArea__cont {
    margin-top: 15.7333333333vw;
  }
}

/* --------------------------------------------------------------------------------
  ALL CONTENTS
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .contentsList__item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList__item {
    margin: 0 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList.slick-slider {
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 768px) {
  .contentsList .slick-arrow {
    width: 12px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList .slick-arrow {
    top: auto;
    transform: translate(0, 0);
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList .slick-prev {
    left: 18vw;
  }
}
.contentsList .slick-prev:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .contentsList .slick-prev:before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList .slick-prev:before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList .slick-next {
    right: 18vw;
  }
}
.contentsList .slick-next:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .contentsList .slick-next:before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsList .slick-next:before {
    width: 10px;
    height: 10px;
  }
}
.contentsList .slideCounter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: "Cormorant Infant", serif;
  display: flex;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 4.2666666667vw;
}
.contentsList .slideCounter .current,
.contentsList .slideCounter .total {
  font-size: 5.3333333333vw;
  display: inline-block;
}
.contentsList .slideCounter .slash {
  display: inline-block;
  margin: 0 0.5em;
}

.contentCard {
  position: relative;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contentCard {
    width: 280px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentCard {
    width: 19.4444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentCard {
    width: 64vw;
  }
}
.contentCard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 73, 73, 0.8);
  mix-blend-mode: multiply;
  z-index: 2;
  transition: opacity 0.8s ease-in-out;
}
.contentCard__ttl {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  left: 50%;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 3;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .contentCard__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contentCard__ttl {
    font-size: 6.4vw;
  }
}
.contentCard__bg {
  overflow: hidden;
}
.contentCard__bg img {
  filter: grayscale(100%);
  transition: transform 0.8s ease-in-out, filter 0.8s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .contentCard:hover:before {
    opacity: 0;
  }
  .contentCard:hover .contentCard__bg img {
    transform: scale(1.08);
    filter: grayscale(0%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .contentCard:hover:before {
    opacity: 0;
  }
  .contentCard:hover .contentCard__bg img {
    transform: scale(1.08);
    filter: grayscale(0%);
  }
}
.contentCard--disable {
  pointer-events: none;
}
.contentCard--disable .contentCard__ttl:after {
  content: "(coming soon)";
  display: inline-block;
  white-space: nowrap;
  margin-top: 1em;
  text-transform: lowercase;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 768px) {
  .contentCard--disable .contentCard__ttl:after {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contentCard--disable .contentCard__ttl:after {
    font-size: 4vw;
  }
}

/* --------------------------------------------------------------------------------
  custom footer
-------------------------------------------------------------------------------- */
.msn-footerInfoCenter__note {
  color: #fff;
}
.msn-footerInfoCenter__telNumber:before {
  background: url("/res/msn/img/icon-free-call-white.svg") no-repeat;
}

.msn-bottomCvArea {
  position: sticky;
  left: 0;
  bottom: 0;
  background: rgba(38, 38, 38, 0.9);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  z-index: 9500;
}
@media only screen and (min-width: 768px) {
  .msn-bottomCvArea {
    padding: 10px 12px;
    width: 438px;
  }
}
@media only screen and (max-width: 767px) {
  .msn-bottomCvArea {
    width: 100%;
    font-size: 3.2vw;
  }
}

.no-csspositionsticky .msn-bottomCvArea {
  position: fixed;
}

@media (max-width: 767px) {
  .is-menu-active .msn-bottomCvArea {
    position: fixed;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .msn-bottomCvArea {
    margin-left: auto;
    margin-right: auto;
  }
  .no-csspositionsticky .msn-bottomCvArea {
    left: calc(50% - 195px);
  }
}
@media (min-width: 1000px) {
  .msn-bottomCvArea {
    margin-left: auto;
    margin-right: calc((100vw - 1000px) / 2);
  }
  .no-csspositionsticky .msn-bottomCvArea {
    margin-right: 0;
    right: calc((100vw - 1000px) / 2);
  }
}
.msn-bottomCvArea__inner {
  display: flex;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.msn-bottomCvArea .msn-bottomCvArea__item {
  flex: 1 0 auto;
  min-width: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .msn-bottomCvArea .msn-bottomCvArea__item {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 768px) {
  .msn-bottomCvArea .msn-bottomCvArea__item:not(:last-child) {
    margin-right: 1px;
  }
}

.msn-bottomCvArea .msn-bottomCvArea__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  padding: 0 7px;
  background: #735d48;
  color: inherit;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .msn-bottomCvArea .msn-bottomCvArea__item a {
    height: 45px;
  }
}

.msn-bottomCvArea .msn-bottomCvArea__item a:hover {
  opacity: 0.8;
}

.msn-bottomCvArea .msn-bottomCvArea__item--request a {
  background-color: #978777;
}

.msn-bottomCvArea .msn-bottomCvArea__item--reserve a {
  background-color: #735d48;
}

.msn-bottomCvArea .msn-bottomCvArea__item--30min a {
  background-color: #3c3c3c;
}

.msds-1tap-balloon {
  position: relative;
  z-index: 1;
}
.msds-1tap-balloon:before {
  content: "";
  background: url("../img/fukidashi-1tap.png") 0 0/cover no-repeat;
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .msds-1tap-balloon:before {
    top: -10px;
  }
}