@charset "UTF-8";
/*  共通 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

p {
  letter-spacing: 0.12rem;
  margin-bottom: 0;
}
@media (max-width: 781px) {
  p {
    font-size: 16px;
  }
}

.l-content {
  margin-bottom: 0 !important;
}

.c-widget__title {
  display: none;
}

.p-spMenu__bottom a {
  width: 100%;
}

.section {
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 781px) {
  .section {
    padding: 0 16px;
  }
}

.mt-48 {
  margin-top: 48px !important;
}

/* インナー幅 */
.w-1200 {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
}

.w-980 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.w-780 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 781px) {
  .sec-title {
    margin-bottom: 42px;
  }
}
.sec-title h2 {
  font-size: 64px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 781px) {
  .sec-title h2 {
    font-size: 42px;
  }
}
.sec-title p {
  font-size: 16px;
}

/* サブタイトル */
.wp-block-group.sec-title p:first-child {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
}

/* メイン見出し */
.wp-block-group.sec-title .is-style-section_ttl {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-size: clamp(24px, 4.2vw, 32px);
}

.sec-title__center {
  text-align: center;
}
.sec-title__center p:first-child::after {
  margin: 0 auto;
}

/* ボタン */
/* ===== 共通 ===== */
.main-btn .wp-block-button__link {
  position: relative;
  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;
  width: 280px;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  background-color: #1A1A1A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 781px) {
  .main-btn .wp-block-button__link {
    font-size: 16px;
  }
}
.main-btn .wp-block-button__link:hover {
  opacity: 0.8;
}
.main-btn .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
}

/* スマホ追従ボタン */
.menu-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
}
.menu-btn__item .swell-block-box-menu__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px !important;
}
.menu-btn__item .swell-block-box-menu__figure {
  width: 20px;
  height: 40px;
  margin-right: 0 !important;
}

/* トップへ戻るボタン */
.p-fixBtnWrap {
  bottom: 4.5em;
}

/* 下層ページfv */
.c-pageTitle {
  text-align: center;
  font-size: 42px;
}
@media (max-width: 781px) {
  .c-pageTitle {
    font-size: 28px;
  }
}

.l-topTitleArea {
  min-height: 280px;
  padding-top: 6em;
}

/* 404ページ */
.error-contents {
  padding-bottom: 80px;
}

.top-btn {
  width: 32rem;
}
@media (max-width: 781px) {
  .top-btn {
    width: 100%;
  }
}

.error404 .p-breadcrumb {
  display: none;
}

.c-ttl404 {
  font-size: 24px;
  padding-top: 2em;
  text-align: center;
}
@media (max-width: 781px) {
  .c-ttl404 {
    font-size: 20px;
  }
}

/* ヘッダーメニューの並び・余白（PC） */
@media (min-width: 960px) {
  /* メニュー全体を横並びで整える */
  .l-header .c-gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px; /* メニュー間の余白 */
  }
  /* 通常のメニュー文字 */
  .l-header .c-gnav > li:hover > a {
    background: #e2e2e2;
  }
  .l-header .c-gnav > .menu-item > a .ttl {
    font-size: 16px;
  }
  /* 右端の「ボタン化」 */
  .c-gnav > .menu-item-467 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px;
  }
  .c-gnav > .menu-item-467 a {
    background: #111;
    color: #fff;
    padding: 20px 30px !important;
    border-radius: 50px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 58px;
  }
  .c-gnav > .menu-item-467:hover a {
    background: #1a1a1a !important;
    color: #fff;
    opacity: 0.8;
  }
  /* ボタンのホバー */
  .l-header .c-gnav__menu > li.gnav-btn > a:hover {
    opacity: 0.9;
  }
}
.l-header__customBtn,
.l-header__menuBtn {
  display: none;
}

@media not all and (min-width: 960px) {
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-fixHeader__logo {
  padding-top: 0;
  padding-bottom: 0;
}

.l-footer .w-footer__box {
  padding: 0;
}
.l-footer__foot {
  display: none;
}
.l-footer .l-footer__widgetArea {
  padding: 0;
}
.l-footer .l-footer__widgetArea .l-container {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.l-footer .c-footer__body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 40px;
  color: #fff;
}
@media (max-width: 781px) {
  .l-footer .c-footer__body {
    padding: 50px 16px 40px;
  }
}
.l-footer .c-footer__body h2 {
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .l-footer .c-footer__body h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 959px) {
  .l-footer .c-footer__body .c-footer__items-left {
    margin-bottom: 32px;
  }
}
@media (max-width: 781px) {
  .l-footer .c-footer__body .c-footer__items-left p {
    margin-bottom: 10px;
  }
}
.l-footer .c-footer__body .footer-sns {
  font-size: 32px;
  line-height: 1;
}
.l-footer .c-footer__body .swell-block-columns__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 959px) {
  .l-footer .c-footer__body .swell-block-columns__inner {
    row-gap: 12px;
  }
}
.l-footer .c-footer__items ul {
  gap: 20px;
}
@media (max-width: 959px) {
  .l-footer .c-footer__items ul {
    gap: 12px;
  }
}
.l-footer .c-footer__items .swell-block-linkList__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer .c-footer__items .swell-block-linkList__link:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* ボタンの外枠（中央寄せ） */
/* mvボタン */
.top #content {
  padding-top: 0;
}

/* News
-------------------------------------------------- */
.top-news {
  position: relative;
}
.top-news__contents {
  padding: 32px 40px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
}
.top-news__lists {
  width: 60%;
  max-width: 680px;
}

.top-image {
  height: 360px;
}

/* Menu
-------------------------------------------------- */
.top-menu {
  position: relative;
}
.top-menu__contents {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.top-menu__items {
  margin-top: 42px;
}
.top-menu__items h3 {
  margin-top: 16px;
  margin-bottom: 10px;
}

/* Drink
-------------------------------------------------- */
.top-drink {
  position: relative;
}
.top-drink__contents {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.top-drink__items {
  margin-top: 42px;
}
.top-drink__items h3 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.top-drink__items .swell-block-columns__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-drink .drink-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 781px) {
  .top-drink .drink-item-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 781px) {
  .top-drink .drink-item-right {
    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;
  }
}
.top-drink__item {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 320px;
}
@media (max-width: 781px) {
  .top-drink__item {
    max-width: 268px;
  }
}
.top-drink__item h3 {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: -8px;
  margin-top: 0;
  background: #fff;
  padding: 8px 16px;
}
.top-drink .top-drink__movie {
  margin-top: 24px;
}

/* Information
-------------------------------------------------- */
.top-info {
  position: relative;
}
.top-info__contents {
  margin-top: 42px;
}
.top-info__detail table th,
.top-info__detail table td {
  padding: 16px 0;
  vertical-align: top;
}
.top-info__map h4 {
  margin: 0;
  margin-top: 12px;
}
.top-info__map p {
  margin-top: 8px;
  letter-spacing: 0.08rem;
}
.top-info__map a {
  background: #fff;
}

/* faq
-------------------------------------------------- */
.top-faq .swell-block-faq__item {
  background: #fff;
  border: 0;
  color: #2A2A2A;
}
.top-faq .faq_q {
  border: 0;
}
.top-faq .faq_q::before {
  color: #2A2A2A;
}
.top-faq .faq_a {
  padding-top: 0;
}
.top-faq .faq_a::before {
  top: 0;
}
@media (max-width: 781px) {
  .top-faq {
    padding-bottom: 0;
  }
}

/* スライダー */
.loop-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 0; /* 画像間の余白を指定 */
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
  display: contents;
}

.loop-slider .swell-block-columns__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.loop-slider:hover .swell-block-columns__inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: pointer;
}

.loop-slider-left .swell-block-columns__inner {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both; /* アニメーションの時間を指定 */
}

.loop-slider-right .swell-block-columns__inner {
  -webkit-animation: infinity-scroll-right 30s infinite linear 0.5s both;
          animation: infinity-scroll-right 30s infinite linear 0.5s both; /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
  position: relative;
  width: 430px; /* 画像の横幅を指定（パソコン） */
}

.loop-slider .swell-block-column figure::before {
  padding-top: 65%; /* 画像の縦横比を指定 */
  display: block;
  content: "";
}

.loop-slider .swell-block-column figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 959px) {
  .loop-slider .swell-block-column figure {
    width: 200px; /* 画像の横幅を指定（スマホ） */
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.loopslide-box {
  margin-right: 30px;
}

.w-beforeFooter {
  margin: 0;
}

@media (max-width: 781px) {
  .cta .sec-title {
    text-align: center;
  }
}
@media (max-width: 781px) {
  .cta .sec-title h2 {
    text-align: center !important;
  }
}
.cta .wp-block-columns {
  position: relative;
}
.cta .wp-block-columns::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 136px;
  width: 1px;
  background: #1a1a1a;
}
@media (max-width: 781px) {
  .cta .wp-block-columns::after {
    width: 0;
    height: 0;
  }
}
.cta .swell-block-button {
  margin-bottom: 12px;
}
.cta__contents a {
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  font-size: 20px;
}
.cta .cta-tel a {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-family: 700;
  padding: 12px 32px;
}
.cta .cta-time {
  font-size: 14px;
  line-height: 1.5;
}

/* --------------------------------
contact
----------------------------------- */
.contact {
  position: relative;
}
.contact .contact-body .smf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.6rem;
  color: #1a1a1a;
  padding: 0 20px;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form {
    row-gap: 2rem;
  }
}
.contact .contact-body .smf-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.6rem;
  }
}
.contact .contact-body .smf-form .smf-item__col--label {
  font-weight: bold;
  width: 18rem;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  padding-left: 60px;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item__col--label {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    font-size: 16px;
  }
}
.contact .contact-body .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label__text {
  position: relative;
}
.contact .contact-body .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label__text::after {
  position: absolute;
  content: "必須";
  color: #fff;
  width: 60px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 1rem);
  display: grid;
  place-items: center;
  background: #DD3234;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label__text::after {
    width: 50px;
    height: 20px;
    font-size: 12px;
    right: calc(100% + 0.5rem);
  }
}
.contact .contact-body .smf-form .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item__col--controls {
    width: 100%;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls input[type=text],
.contact .contact-body .smf-form .smf-item__col--controls input[type=tel],
.contact .contact-body .smf-form .smf-item__col--controls input[type=email] {
  width: 100%;
  height: 42px;
  border: 0.1rem solid #F6F6F6;
  border-radius: 0.5rem;
}
.contact .contact-body .smf-form .smf-item__col--controls textarea {
  width: 100%;
  height: 20.3rem;
  border: 0.1rem solid #F6F6F6;
  border-radius: 0.5rem;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  height: 42px;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label {
  margin: 0;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input {
  display: none;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label {
  position: relative;
  padding-left: 2.8rem;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label {
    font-size: 16px;
    padding-left: 30px;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 0.1rem solid #F6F6F6;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::before {
    width: 20px;
    height: 20px;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1a1a1a;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input:checked + .smf-radio-button-control__label::after {
  opacity: 1;
}
.contact .contact-body .smf-action {
  margin-top: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-action {
    -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;
    row-gap: 2rem;
  }
}
.contact .contact-body .smf-action .smf-button-control__control {
  width: 320px;
  background: #fff;
  border-radius: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.8rem;
  font-size: 18px;
  line-height: 1;
  border: 2px solid #dcbf92;
  color: #1a1a1a;
  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;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
@media (max-width: 781px) {
  .contact .contact-body .smf-action .smf-button-control__control {
    padding-bottom: 1.4rem;
  }
}
.contact .contact-body .smf-action .smf-button-control__control:hover {
  background: #dcbf92;
}
.contact .contact-body .smf-error-messages {
  font-size: 14px;
}
.contact:has([data-screen=confirm]) .contact-form__text p.type-input {
  display: none;
}
.contact:has([data-screen=confirm]) .contact-form__text p.type-confirm {
  display: block;
}
.contact:has([data-screen=confirm]) .smf-placeholder[data-name=privacy] {
  display: none;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control__control::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: initial;
  left: 2rem;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control__control:hover {
  background: rgba(212, 175, 55, 0.3);
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control {
  background: #1a1a1a;
  color: #fff;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control::after {
  display: none;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control::before {
  background: #fff;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control:hover {
  background: #fff;
  color: #1a1a1a;
}
.contact:has([data-screen=complete]) .contact-form__text {
  display: none;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content {
  text-align: center;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content p {
  font-size: 18px;
  line-height: 1.625;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content .contact-form__link {
  margin-top: 32px;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content .contact-form__link .swell-block-button__link {
  display: block;
  margin: 0 auto;
  width: 280px;
  padding: 18px;
  background: #fff;
  border: solid 2px #1a1a1a;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content .contact-form__link .swell-block-button__link span {
  font-size: 18px;
  color: #1a1a1a;
}
.contact .dp-n {
  display: none;
}