/* CSS Reset for body and html */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

/* Additional reset for ul elements */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin-bottom: 8px;
}

/* ===== UTILITY CLASSES ===== */
/* 共通レイアウトクラス */
.container {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  box-sizing: border-box;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.full-width {
  width: 100%;
}

/* 共通フォントスタイル */
.text-white {
  color: #fff;
}

.text-bold {
  font-weight: 700;
}

/* 共通画像スタイル */
.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pc {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  background: url(./images/BG_PCver3.jpg) repeat top left;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.pc-vsac29kv-work-3x1-rgb-1-icon {
  width: 100%;
  max-width: 786px;
  height: auto;
  object-fit: cover;
  display: block;
  position: relative;
}
.logo-subtitle-2-icon {
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
.pc-exvs-playimage-3-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  margin-top: -200px;
  margin-bottom: -200px;
  z-index: 1;
}
.page,
.pc-header {
  display: flex;
  flex-direction: column;
}
.page {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  background-image: url(./images/EXVS_BG_PC.jpg);
  background-repeat: repeat;
  background-position: top left;
  align-items: center;
  box-sizing: border-box;
  min-width: 370px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 100px 4px #00C8FF;
}

/* ページ直下コンテナの最大幅制御 */
.page > * {
  width: 100%;
  max-width: 786px;
  box-sizing: border-box;
}

/* 画像の基本設定 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.header-child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  opacity: 0.8;  /* 透明度を追加 */
}
/* main-visual-section 横幅を.pageと揃える */
.main-visual-section {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}
.pc-header {
  align-self: stretch;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
}

/* 共通ヘッダー箇所のスタイル */
.common-header {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}

/* メインビジュアル箇所のスタイル */
.main-visual {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}
.frame-container,
.frame-section {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: visible;
}
.frame-container {
  flex-direction: column;
  gap: 36px;
}
.frame-section {
  box-sizing: border-box;
  text-align: left;
}
.frame-div,
.pc-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.frame-div {
  flex: 1;
  gap: 1px;
  max-width: 100%;
  width: 100%;
}
.pc-parent {
  align-self: stretch;
  gap: 20px;
}
.h2 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-size: 40px;
}
.h3 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-size: 30px;
}
.frame {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  padding: 0 7px;
  font-size: 24px;
}
.pc-div {
  position: relative;
}
.ms-container {
  display: flex;
  align-items: flex-start;
  padding: 0 130px;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 14px;
}
.pc-ms {
  position: relative;
  line-height: 17px;
}
.parent2,
.pc-section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.parent2 {
  height: 4527px;
  gap: 40px;
  max-width: 100%;
}
.pc-section {
  text-align: left;
  font-size: 40px;
  color: #fff;
}
.pc-exvs-title-caution-1-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.schedule-container {
  width: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.pc-exvs-schedule-01-1-parent {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pc-exvs-schedule-01-1-icon {
  width: 80px;
  height: 80px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.pc-b {
  align-self: stretch;
  position: relative;
  font-size: 32px;
}
.p20 {
  margin: 0;
  font-size: 40px;
}
.div11 {
  width: 100%;
  max-width: 786px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5px;
}
.pc-exvs-title-howto-1-icon {
  width: 100%;
  max-width: 786px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.search,
.method-container-one {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.search {
  padding: 0 60px;
  box-sizing: border-box;
}
.method-container-one {
  max-width: 666px;
  flex-direction: column;
  gap: 24px;
}
.exvs-tex-1-3-parent,
.section3 {
  align-self: stretch;
  display: flex;
  max-width: 100%;
}
.section3 {
  height: 269px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  font-size: 30px;
  color: #fff;
}
.exvs-tex-1-3-parent {
  align-items: center;
  row-gap: 20px;
}
.pc-exvs-tex-1-3-icon {
  width: 84px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

/* img.pc-exvs-tex-1-3-iconのmargin設定 */
img.pc-exvs-tex-1-3-icon {
  margin: 0;
}
.pc-styly {
  margin: 0;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
}
.logo-stylyapp-1-group {
  align-self: stretch;
  height: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.pc-logo-stylyapp-1-icon {
  width: 150px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.app-store-badges {
  height: 145px;
  width: 203px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pc-download-on-the-app-store-badg-icon {
  width: 162px;
  position: relative;
  max-height: 100%;
}
.pc-google-play-badge-jp-trim-1-icon {
  width: 203px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.exvs-tex-2-2-parent,
.section4 {
  align-self: stretch;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.section4 {
  flex-direction: column;
  gap: 4px;
  text-align: left;
  font-size: 30px;
  color: #fff;
}
.pc-exvs-tex-2-2-icon {
  width: 118px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

/* img.pc-exvs-tex-2-2-iconのmargin設定 */
img.pc-exvs-tex-2-2-icon
,img.pc-exvs-tex-3-1-icon
,img.pc-exvs-tex-4-1-icon {
  margin: 0px;
}
.ar6,
.pc-ar {
  position: relative;
  display: inline-block;
}
.pc-ar {
  margin: 0;
  width: 594px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  flex-shrink: 0;
  max-width: 100%;
}
.ar6 {
  width: 600px;
  font-size: 20px;
}
.group-icon,
.pc-exvs-tex-3-1-icon {
  width: 600px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.pc-exvs-tex-3-1-icon {
  width: 116px;
}
.pc-play-ar {
  margin: 0;
  width: 596px;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
}
.pc-exvs-tex-4-1-icon {
  width: 121px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.pc-h3 {
  width: 591px;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
}
.pc-blank-line,
.pc-h3 {
  margin: 0;
}

/* pc-blank-line配下のテキスト設定 */
.pc-blank-line {
  width: 100%;
  max-width: 100%;
  margin: 0px 8px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.div13 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* 注意事項セクション */
.caution-notes {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-left: 60px;
  margin-right: 60px;
  color: #fff;
}
.pc-ul {
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.section7 {
  width: 100%;
  max-width: 786px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 40px;
  padding: 0;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.pc-exvs-title-search-1-icon {
  width: 100%;
  max-width: 786px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.search-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
/* ===== SEARCH DESCRIPTION STYLES ===== */

/* 検索セクションの説明文 */
.search-description {
  position: relative;
  line-height: 32px;
  display: inline-block;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
}

.search-description p {
  font-size: 20px;
  margin: 0;
}

/* 検索セクション専用のブランクライン */
.search-blank-line {
  position: relative;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.parent3,
.pc-search-container {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  justify-content: center;
}
.pc-search-container {
  box-sizing: border-box;
  font-size: 26px;
  color: #989898;
  width: 100%;
}
.parent3 {
  width: 629px;
  flex-direction: column;
}
.frame-inner,
.rectangle-container {
  width: 521px;
  background-color: #fff;
  height: 58.5px;
}
.rectangle-container {
  display: flex;
  align-items: flex-start;
  padding: 15.1px 30px 12.4px;
  box-sizing: border-box;
  max-width: 100%;
}
.frame-inner {
  position: relative;
  display: none;
}
.h22 {
  margin: 0;
  width: 375px;
  position: relative;
  font-size: inherit;
  line-height: 31px;
  font-weight: 400;
  display: inline-block;
  z-index: 1;
  font-size: 26px;
}
.group-div,
.pc-frame-child {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 70px;
}
.group-div {
  background: linear-gradient(
    180deg,
    #fff 45.67%,
    #aabccb 54.81%,
    #81f2ff 92.79%
  );
  display: flex;
  align-items: flex-start;
  padding: 20px 25px 16px 30px;
  color: #000;
}
.pc-frame-child {
  position: relative;
  background: linear-gradient(
    180deg,
    #fff 45.67%,
    #aabdcc 54.81%,
    #81f2ff 92.79%
  );
  display: none;
}
.h23 {
  margin: 0;
  width: 52px;
  position: relative;
  font-size: inherit;
  line-height: 31px;
  font-weight: 700;
  display: inline-block;
  text-shadow: 1px 0 0#fff, 0 1px 0#fff, -1px 0 0#fff, 0-1px 0#fff;
  z-index: 1;
  font-size: 26px;
}
.button,
.child2 {
  width: 640px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 70px;
}
.button {
  cursor: pointer;
  padding: 0 0 0 209px;
  background-color: transparent;
  background: linear-gradient(
    180deg,
    #fff 45.67%,
    #aabccb 54.81%,
    #81f2ff 92.79%
  );
  display: flex;
  align-items: flex-start;
  gap: 141px;
}
.child2 {
  position: relative;
  background: linear-gradient(
    180deg,
    #fff 45.67%,
    #aabdcc 54.81%,
    #81f2ff 92.79%
  );
  display: none;
}
.pc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 21.4px 0 0;
}
.b6,
.pc-pulldown-icon {
  position: relative;
  z-index: 1;
}
.b6 {
  width: 208px;
  font-size: 26px;
  line-height: 31px;
  display: inline-block;
  color: #000;
  text-align: left;
  text-shadow: 1px 0 0#fff, 0 1px 0#fff, -1px 0 0#fff, 0-1px 0#fff;
}
.pc-pulldown-icon {
  width: 70px;
  max-height: 100%;
}
.faq-content,
.pc-faq {
  display: flex;
  align-items: flex-start;
}
.pc-faq {
  width: 100%;
  max-width: 786px;
  flex-direction: column;
  gap: 0.4px;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.faq-content {
  padding: 0 60px;
}
.pc-q-a-q-container{
  font-size: 20px;
}

/* 質問文のスタイル */
.question-text {
  width: 100%;
  max-width: 100%;
  margin: 0px 8px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}

/* 回答文のスタイル */
.answer-text {
  width: 100%;
  max-width: 100%;
  margin: 0px 8px;
  margin-bottom: 32px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
.vstgproject-masterdata-group {
  display: flex!important;
  width: 100%;
  max-width: 786px;
  margin: 40px auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.pc-vstgproject-masterdata-icon {
  width: 68px;
  height: 90px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.pc-mbs-bandai-namco-container {
  position: relative;
  font-size: 14px;
  margin-bottom: 40px;
}
.VSTGProject_MasterData{
  width: 136px;
  height: 180px;
}
.EXVS-15th-Mark-White{
  width: 160px;
  height: 160px;
}

/* クレジット表記のスタイル */
.credit {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.pc-icon {
  width: 157px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  display: none;
}

/* 検索フォームのスタイル */
.search-form-container {
  width: 100%;
  margin: 16px 0;
}

.search-input-group {
  display: flex;
  align-items: center;
  width: 100%;
}

/* 検索フォーム */
.search-input {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: 2px solid #ddd;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}

/* 検索ボタン カラーリンク */
.search-btn {
  padding: 12px 16px;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #FFFFFF, #AABDCC, #81F2FF);
  color: #000000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.search-results {
  width: 100%;
  margin-top: 8px;
  display: none;
}

.search-results-container {
  width: 100%;
  margin-top: 8px;
  display: block;
}

.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 16px;
  margin: 8px 0;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
  box-sizing: border-box;
}

.search-result-item:hover {
  background: #f8f8f8;
  border-color: #bbb;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.search-result-content {
  flex: 1;
  margin-right: 8px;
}

.search-result-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}

.search-result-address {
  font-size: 14px;
  color: #666;
}

.search-result-arrow {
  width: 24px;
  height: 24px;
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0.6;
}

.search-no-results {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
  background: #f8f9fa;
  border-radius: 6px;
  margin: 8px 0;
}

/* 都道府県から探すボタン */
#area-btn, #gps-btn {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  padding: 9px 20px;
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(180deg, #FFFFFF, #AABDCC, #81F2FF);
  color: #000000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
/* ===== AREA SELECT BUTTON STYLES ===== */
/* 基本の area-select-btn スタイル */
.area-select-btn {
  width: 100%;
  margin: 16px 0;
  padding: 9px 20px;
  font-weight: bold;
  font-size: 26px;
  background: linear-gradient(135deg, #FFFFFF, #AABDCC, #81F2FF);
  color: #000000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
   text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* 基本の area-select-btn テキストと画像 */
.area-select-btn .btn-text {
  flex: 1;
  text-align: center;
}

.area-select-btn img {
  width: 32px;
  height: 32px;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* region-btn (北海道・東北など地域ボタン) */
.area-select-btn.region-btn {
  font-size: 20px;
  justify-content: center;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 0px !important;
}

.area-select-btn.region-btn .btn-text {
  text-align: center;
  margin-right: 8px;
}

.area-select-btn.region-btn img {
  margin-left: auto;
  margin-right: 0;
}

/* region-btn open状態（アイコン回転とカラー変更） */
.area-select-btn.region-btn.open img,
.region-btn.open img {
  transform: rotate(180deg);
}


/* pref-btn (北海道など都道府県ボタン) */
.area-select-btn.pref-btn {
  font-size: 20px;
  font-weight: normal;  /* Boldなし */
  margin: 0;           /* margin 0px */
  justify-content: flex-start;
  text-align: left;
  border-radius: 0px;
}

.area-select-btn.pref-btn .btn-text {
  text-align: left;
  margin-right: 8px;
}

.area-select-btn.pref-btn img {
  display: none;  /* 都道府県ボタンは画像非表示 */
}

#gps-btn {
  background: linear-gradient(180deg, #FFFFFF, #AABDCC, #81F2FF);
  color: #000000;
  border: 1px solid #FFFFFF;
}

#area-btn .btn-text, #gps-btn .btn-text {
  flex: 1;
  text-align: center;
  margin-right: 8px;
}

#area-btn img, #gps-btn img {
  width: 32px;
  height: 32px;
  margin-left: auto;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

#area-btn.open img {
  transform: rotate(180deg);
}

.region-btn img,
.pref-btn img {
  width: 32px;
  height: 32px;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* ===== DYNAMIC REGION/PREF BUTTONS (JavaScript生成用) ===== */

/* 動的に生成される地域・都道府県ボタンの共通スタイル */
.region-btn, .pref-btn {
  width: 100%;
  margin: 8px 0;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 26px;
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

/* 動的ボタンのテキストスタイル */
.region-btn .btn-text {
  text-align: center;
  flex: 1;
  margin-right: 8px;
}

.pref-btn .btn-text {
  text-align: left;
  flex: 1;
  margin-right: 8px;
}

#area-dropdowns {
  width: 100%;
  margin: 0 auto;
  display: none;
}

/* ===== REGION DROPDOWN STATES ===== */

/* 都道府県選択エリアの表示/非表示制御 */
.region-prefs {
  display: none;
}

.region-prefs.open {
  display: block;
}





.store-list-title {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  padding: 12px;
  background: #e6f3ff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

.no-result {
  width: 100%;
  color: #666;
}

.store-item {
  margin: 2px 0;
  padding: 8px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.store-item:hover {
  background-color: #f8f8f8;
}


.store-address {
  color: #666;

}

.store-distance {
  color: #4CAF50;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 4px;
}

.nearby-store {
  border-left: 4px solid #4CAF50;
}

.loading {
  text-align: center;
  padding: 20px;
  font-size: 1.1em;
  color: #666;
}

.error {
  text-align: center;
  padding: 20px;
  font-size: 1.1em;
  color: #ff4444;
  background: #ffe6e6;
  border-radius: 4px;
  margin: 8px 0;
}

/* 実施店舗検索ページのスタイル */
.search-result-image {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
}

/* 検索結果 件数 */
.search-result-count {
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
  margin-top: 56px;
  margin-bottom: 16px;
}

.store-action {
  color: #ffffff;
  font-size: 0.9em;
  margin-top: 8px;
  font-weight: bold;
}

/* 店舗詳細ページのスタイル */
.store-detail-title {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  padding: 16px;
  background: #e6f3ff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

.play-ar-btn {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  padding: 16px;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.play-ar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
}

.store-info {
  width: 100%;
  max-width: 500px;
  margin: 8px 0;
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.store-info-address {
  margin-bottom: 12px;
  color: #666;
  font-size: 0.9em;
}

.store-location-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.location-pin {
  width: 16px;
  height: 16px;
  background-color: #ff4444;
  border-radius: 50%;
}

.ar-pin {
  width: 16px;
  height: 16px;
  background-color: #4444ff;
  border-radius: 50%;
}

.location-text {
  font-size: 0.9em;
}

.store-caution {
  margin-top: 12px;
  font-size: 0.8em;
  color: #666;
}

.map-container {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  overflow: hidden;
}

.map-iframe {
  width: 613px;
  max-width: 100%;
  height: 352.76px;
  border: none;
  border-radius: 4px;
}

.no-map-message {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 4px;
  text-align: center;
  color: #666;
}

.map-error {
  width: 100%;
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 4px;
  text-align: center;
  color: #856404;
}

.map-error p {
  margin: 8px 0;
  font-size: 14px;
}

.map-error a {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.map-error a:hover {
  background: #0056b3;
}

.play-ar-btn {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
  padding: 16px 0;
  font-weight: bold;
  font-size: 1.3em;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-ar-btn:hover {
  background: linear-gradient(135deg, #ff5252, #d63031);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}




/* レスポンシブ対応 - 786px基準 */
/* 786px以下では全体が縮小されて収まるように */
@media (max-width: 786px) {
  .pc {
    box-sizing: border-box;
  }

  .page {
    max-width: 100%;
    width: 100%;
    margin: 0;
    transform-origin: top center;
    overflow-x: hidden;
    background-image: url(./images/EXVS_BG_sp.png);
  }
  
  .page > * {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .main-visual-section {
    max-width: 100%;
    width: 100%;
  }

  .pc-exvs-title-howto-1-icon{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .frame-container,
  .frame-section {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .pc-vsac29kv-work-3x1-rgb-1-icon,
  .logo-subtitle-2-icon {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  /* 検索システムもレスポンシブ対応 */
  .pc-search-container {
    width: 100%;
    padding: 0;
  }
  
  .parent3 {
    width: 100%;
  }

  #area-btn,
  .area-select-btn {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 !important;
    font-size: 16px !important;
    padding: 9px 16px !important;
    border: 0.5px solid #ddd !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
  }
  

  /* 都道府県から探すボタン テキスト*/
_  #area-btn .btn-text {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-align: center !important;
    flex: 1 !important;
    margin-right: 8px !important;
  }
  
  #area-btn img {
    width: 24px !important;
    height: 24px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }
  
  /* ===== AREA SELECT BUTTON RESPONSIVE (786px以下) ===== */
  
  /* 基本の都道府県から探すボタン */
  .area-select-btn {
    font-size: 16px !important;
    padding: 9px 16px !important;
    margin: 8px 0 !important;
  }
  
  /* 地域ボタン（北海道・東北など） */
  .area-select-btn.region-btn {
    font-size: 13px !important;
  }
  
  /* 都道府県ボタン（北海道など） */
  .area-select-btn.pref-btn {
    font-size: 13px !important;
    font-weight: normal;
    margin: 0 !important;
  }
  
  /* すべてのarea-select-btnの画像サイズ */
  .area-select-btn img {
    width: 24px !important;
    height: 24px !important;
  }
  

  
  /* フォントサイズも調整 */
  .pc {
    font-size: 18px;
  }
  
  
  
  /* 検索フォームの786px版レスポンシブ */
  .search-form-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .search-input {
    flex: 1;
    padding: 10px 12px;
    font-size: 13px;
    border: 2px solid #ddd;
    box-sizing: border-box;
  }
  
  .search-btn {
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    box-sizing: border-box;
  }
  
  .search-results {
    width: 100%;
    margin-top: 8px;
  }
  
  .search-result-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
    font-size: 14px !important;
    padding: 8px 12px !important;
    margin: 6px 0 !important;
    width: 100% !important;
    background: #fff !important;
    border: 2px solid #ddd !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
    box-sizing: border-box !important;
  }
  
  .search-result-content {
    flex: 1 !important;
    margin-right: 8px !important;
  }
  
  .search-result-name {
    font-size: 14px !important;
    margin-bottom: 2px !important;
  }
  
  .search-result-address {
    font-size: 12px !important;
  }
  
  .search-result-arrow {
    width: 20px !important;
    height: 20px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  /* FAQ関連のレスポンシブ対応 */
 
  
  .pc-faq {
    width: 100%;
    max-width: 100%;
  }
  
  /* 検索タイトル画像のレスポンシブ対応 */
  .pc-exvs-title-search-1-icon {
    width: 100%;
    max-width: 100%;
  }

  
  img,
  .group-icon,
  .experience-image,
  .how-to-play img {
    max-width: 100%;
    height: auto;
  }

  /* 浮動検索ボタンのレスポンシブ */
  .floating-search-btn {
    left: 75% !important;
    transform: none !important;
  }

  /* テキストコンテンツセクションのレスポンシブ */
  .page {
    background-position: top 0px;
    background-attachment: scroll;
    background-size: 786px;
    background-position: center;
  }
  
  .pc-exvs-playimage-3-icon {
    margin-top: -100px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
  }
  
  .text-content-section {
    margin: -80px auto 0;
    margin-right: 32px !important;
    margin-left: 32px !important;
    position: relative;
    z-index: 2;
  }

  /* スケジュールセクションのレスポンシブ */
  .schedule-section {
    margin: 20px auto;
    --schedule-image-width: 80px;
    --schedule-item-gap: 16px;
    --schedule-item-indent: calc(var(--schedule-image-width) + var(--schedule-item-gap));
  }
  
  .schedule-grid {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .schedule-item {
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .schedule-image {
    height: 35px;
  }
  
  .schedule-text {
    font-size: 20px;
    gap: 8px;
  }
  
  .frame-div,
  .pc-parent {
    display: block;
  }
  
  .timing-label {
    font-size: 16px;
  }
  
  .timing-text {
    font-size: 20px;
  }

  /* How-to Methodsのレスポンシブ */

  .howto-description {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}
/* 500px以下ではさらに縮小 */
@media (max-width: 500px) {
  .pc {
    font-size: 16px;
  }
  .pc-exvs-playimage-3-icon {
  margin-top: clamp(-180px, -12vw, -100px);
  margin-bottom: clamp(-180px, -12vw, -80px);
  }
  .text-content-section {
    margin: 0 40px !important;
  }
  li {
  margin-bottom: 4px !important;
  }

  .text-content-main {
    font-size: 20px !important;
  }

  .text-content-sub {
    font-size: 15px !important;
    margin-bottom: 12px;
  }

  .text-content-note {
    font-size: 10px !important;
  }
  .hashtag-promo-tag {
    font-size: 28px !important;
  }

  .hashtag-promo-caption {
    font-size: 14px !important;
  }
  .how-to-methods{
    margin: 0 40px !important;
  }
  .search-description p{
    font-size: 13px !important;
    line-height: normal !important;

  }

  img,
  .pc-vsac29kv-work-3x1-rgb-1-icon,
  .logo-subtitle-2-icon,
  .pc-exvs-playimage-3-icon,
  .group-icon,
  .experience-image,
  .how-to-play img {
    max-width: 100%;
    height: auto;
  }

  .schedule-section {
    --schedule-image-width: 70px;
    --schedule-item-gap: 12px;
    --schedule-item-indent: calc(var(--schedule-image-width) + var(--schedule-item-gap));
    margin: 24px auto;
  }
  
  .schedule-status {
  font-size: 14px !important;
  }

  .schedule-text {
    font-size: 20px !important;
    gap: 8px;
  }
  .schedule-image {
    width: 80px !important;
    height: 35px !important;
  }
  .timing-note {
    font-size: 14px !important;
  }
  .timing-label{
    font-size: 16px !important;
  }
  .timing-text {
    font-size: 20px !important;
  }

  .event-ended-note {
    font-size: 18px !important;
    text-align: center;
  }

  .howto-step-title {
    font-size: 15px !important;
  }

  .howto-description {
    font-size: 13px !important;
  }
  .pc-mbs-bandai-namco-container{
    margin-bottom: 40px !important
  }
  .img.pc-exvs-tex-1-3-icon{
    width: 47px;
    height: 60px;
  }
  .pc-exvs-tex-1-3-icon
  ,.pc-exvs-tex-2-2-icon
  ,.pc-exvs-tex-3-1-icon
  ,.pc-exvs-tex-4-1-icon{
    width: 47px !important;
    height: 60px !important;
  }

.pc-mbs-bandai-namco-container{
  font-size: 10px !important;
}

  .pc-blank-line{
    font-size: 15px !important;
  }
  .pc-logo-stylyapp-1-icon {
    width: 97px !important;
    height: 97px !important;
  }
  .logo-stylyapp-1-group{
    align-items: center;
    justify-content: flex-start
  }
 .faq-content {
    padding: 0 40px !important;
  }
  .question-text{
    font-size: 13px !important;
  }
  .answer-text{
    font-size: 13px !important;
  }
  .VSTGProject_MasterData{
    width: 68px !important;
    height: 90px !important;
  }
  .EXVS-15th-Mark-White{
    width: 80px !important;
    height: 80px !important;
  }
  .pc-download-on-the-app-store-badg-icon {
    width: 135px !important;
    height: 50px !important;
  }
  .app-store-badges{
    justify-content: center;
  }
  .section3{
    height: auto !important;
  }

  .pc-google-play-badge-jp-trim-1-icon {
    width: 169px !important;
    height: 49.8px !important;
  }
  .caution-notes{
    margin: 0 40px !important;
    font-size: 13px !important;
  }

  .search-input {
    font-size: 14px;
    padding: 8px 12px;
  }
  .search{
    padding: 0 40px !important;
  }

  .search-btn {
    font-size: 14px;
    padding: 8px 14px;
    -webkit-text-stroke: none
  }

  .search-result-count,
  .store-name {
    font-size: 14px;
  }

  .search-result-count{
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .store-address {
    font-size: 12px;
  }

  .store-item {
    padding: 12px 16px;
  }

  .floating-search-btn {
    width: 79px !important;
    height: 65px !important;
    top: 10% !important;
    left: 78% !important;
  }

  .time-restriction-notice{
    font-size: 15px !important;
  }

}



/* 検索結果表示用のスタイル */
.search-result-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 20px auto;
}

.store-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color:#000000;
}

.store-address {
  font-size: 14px;
  color: #666;
}

.store-action {
  font-size: 14px;
  color: #2c5aa0;
  text-align: right;
}

.no-result {
  color: #fff;
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
}

.back-btn {
  margin-top: 30px;
  background-color: #2c5aa0;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.back-btn:hover {
  background-color: #1e3f73;
}



/* 店舗詳細ページ用のスタイル */
.store-detail-container {
  color: #000000;
  margin-top: 48px;
}

/* 店舗基本情報グループ */
.store-detail__info {
  padding: 8px;
  background-color: white;
}

.store-detail-name{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
}
.store-detail-address{
  font-size: 12px;
  color: #353535;
  margin-bottom: 16px;
}
.marker-item{
  display: flex;
  font-size: 13px;
  color: #353535;
}
.marker-icon{
  display: flex;
  font-size: 13px;
  color: #353535;
  width: 24px;
  height: 24px;
} 

.store-detail__info .store-detail-name {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
}

.store-detail__info .store-detail-address {
  font-size: 12px;
  color: #353535;
  margin-bottom: 16px;
}

.store-detail__info .marker-info {
  margin: 15px 0;
}

.store-detail__info .marker-item {
  display: flex;
  font-size: 13px;
  color: #353535;
  font-weight: bold;
  align-items: center;
}

.store-detail__info .marker-icon {
  display: flex;
  font-size: 13px;
  color: #353535;
}

.store-detail__info .ar-caution {
  font-size: 13px;
  color: #353535;
}

.store-detail__info .ar-caution p {
  margin: 5px 0;
}

.store-detail__info .store-detail-map {
  width: 613px;
  max-width: 100%;
  height: 352.76px;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}

.store-detail__info .store-detail-map .map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* AR体験アクショングループ */
.store-detail__actions {
  text-align: center;
  background-color: transparent;
}

.store-detail__actions .store-name-special {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 24px 8px 0 0 ;
}

.store-detail__actions .play-ar-button {
  background-color: transparent;
  display: block;
  text-align: center;
  margin: 6px 20px auto;
  text-decoration: none;
  pointer-events: auto;
}

.store-detail__actions .play-ar-img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  filter: none;
}

.store-detail__actions .play-ar-notice {
  display: none;
  margin-top: 12px;
  color: #FF0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* 時間制限による無効状態のスタイル */
.store-detail__actions .play-ar-button.disabled {
  pointer-events: none;
  cursor: default;
}

.store-detail__actions .play-ar-button.disabled .play-ar-img {
  opacity: 0.4;
  filter: grayscale(100%);
}

.store-detail__actions .time-restriction-notice {
  margin-top: 12px;
  padding: 12px;
  background-color: #000000;
  color: #00EEFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.store-detail-hashtag {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.store-detail-hashtag-tag,
.store-detail-hashtag-caption {
  margin: 0;
}

.store-detail-hashtag-tag {
  font-size: 18px;
}

.store-detail-hashtag-caption {
  font-size: 16px;
}

@media screen and (min-width: 787px) {
  .store-detail__actions .play-ar-button {
    pointer-events: none;
    cursor: default;
  }

  .store-detail__actions .play-ar-img {
    opacity: 40%; 
  }

  .store-detail__actions .play-ar-notice {
    display: block;
  }

  /* モバイル版での時間制限による無効状態のスタイル - コメントアウト
  .store-detail__actions .play-ar-button.disabled .play-ar-img {
    opacity: 0.4;
    filter: grayscale(100%);
  }

  .store-detail__actions .time-restriction-notice {
    font-size: 12px;
    margin-top: 8px;
    padding: 8px;
  }
  */
}

/* 既存のスタイル（後方互換性） */
.store-detail-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

/* ===== レスポンシブ対応 ===== */
/* 横幅786px以下のブレイクポイント */


/* 店舗詳細ページのマーカー情報を左寄せ */
.marker-info {
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-top: 20px !important;
}

/* 浮動検索ボタン */
.floating-search-btn {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(300px, -50%);
  width: 157px;
  height: 129px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-search-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* テキストコンテンツセクション */
.text-content-section {
  max-width: 786px;
  margin: 40px auto 0;
  margin-right: 60px;
  margin-left: 60px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}

.text-content-main {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}

.text-content-sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.text-content-note {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.hashtag-promo {
  margin-top: 14px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.hashtag-promo-tag,
.hashtag-promo-caption {
  margin: 0;
  font-weight: inherit;
  -webkit-text-stroke: 8px #003392;
  paint-order: stroke;
}

.hashtag-promo-tag {
  font-size: 48px;
}

.hashtag-promo-caption {
  font-size: 24px;
}

/* 実施スケジュールセクション */
.schedule-section {
  --schedule-image-width: 160px;
  --schedule-item-gap: 8px;
  --schedule-item-indent: calc(var(--schedule-image-width) + var(--schedule-item-gap));
  max-width: 786px;
  margin: 40px auto;
  color: #fff;
}

.pc-exvs-title-schedule-icon {
  width: 100%;
  height: auto;
  display: block;
}

.schedule-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.schedule-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: center;
}

.schedule-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--schedule-item-gap);
}

.schedule-image {
  width: var(--schedule-image-width);
  height: 70px;
  max-width: 150px;
  display: block;
}

.schedule-text {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  flex-wrap: wrap;
}

.schedule-date {
  color: inherit;
  white-space: nowrap;
}

.schedule-status {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
}

.schedule-item.schedule-ended .schedule-date,
.schedule-item.schedule-ended .schedule-status {
  color: #787878;
}

.schedule-timing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  align-self: stretch;
  width: 100%;
}

.timing-label {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.timing-text {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.timing-note {
  font-size: 24px;
  text-align: left;
}


.event-ended-note {
  font-size: 30pt;
  color: #00eeff;
  text-align: center;
  width: 100%;
  align-self: center;
}
.how-to-methods {
  margin: 0 60px;
}

/* ダウンロードバッジリンクのスタイル */
.app-store-badges a {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-store-badges a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* How-to Methods統一クラス */
/* 手順の見出し箇所 */
.howto-step-title {
  margin: 0;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  max-width: 100%;
  display: inline-block;
}

/* 説明テキスト箇所 */
.howto-description {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  max-width: 100%;
}

/* 380px以下 */
@media (max-width: 380px) {
  .text-content-section {
    margin: 0 24px !important;
  }
  .how-to-methods{
    margin: 0 24px !important;
  }
 .faq-content {
    padding: 0 24px !important;
  }
  .search{
    padding: 0 24px !important;
  }
  .floating-search-btn {
    width: 79px !important;
    height: 65px !important;
    top: 10% !important;
    left: 78% !important;
  }
}
