#gs_tti50 {
  background: none !important;
}

/* Google Custom Search Engine の修正 2026-02-16 */
.ec-layoutRole .gsc-input-box,
.ec-drawerRole .gsc-input-box {
  display: block !important;
  background-color: #f3f3f3 !important;
  width: 100% !important;
  height: 34px !important;
  padding: 0 !important;
  border: 2px solid #523f6d !important;
  border-radius: 0 !important;
}

.ec-layoutRole .gsc-input-box input,
.ec-drawerRole .gsc-input-box input {
  background: #f3f3f3 !important;
}

.ec-layoutRole .gsc-input,
.ec-drawerRole .gsc-input {
  width: 100% !important;
  padding-right: 6px !important;
}

.ec-layoutRole .gsc-input-box-hover,
.ec-layoutRole .gsc-input-box-focus,
.ec-drawerRole .gsc-input-box-hover,
.ec-drawerRole .gsc-input-box-focus {
  border-color: #000 !important;
}

.ec-layoutRole .gsc-search-box-tools .gsc-search-box .gsc-input,
.ec-drawerRole .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
}

.ec-layoutRole .gsib_a,
.ec-drawerRole .gsib_a {
  padding: 0 !important;
}

.ec-layoutRole .gsc-input-box table,
.ec-drawerRole .gsc-input-box table {
  border-collapse: collapse !important;
}

.ec-layoutRole .gsib_b,
.ec-drawerRole .gsib_b {
  display: none !important;
}

.ec-layoutRole .gsc-search-button-v2,
.ec-drawerRole .gsc-search-button-v2 {
  width: 40px !important;
  height: 34px !important;
  padding: 0 0 2px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #523f6d !important;
  line-height: 32px !important;
  cursor: pointer !important;
}

.ec-layoutRole .gsc-search-button-v2:hover,
.ec-layoutRole .gsc-search-button-v2:active,
.ec-layoutRole .gsc-search-button-v2:focus,
.ec-drawerRole .gsc-search-button-v2:hover,
.ec-drawerRole .gsc-search-button-v2:active,
.ec-drawerRole .gsc-search-button-v2:focus {
  background: #523f6d !important;
}

.ec-layoutRole .gsc-search-button-v2 svg,
.ec-drawerRole .gsc-search-button-v2 svg {
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle !important;
}

/* Google翻訳ウィジェットの調整 */
.ps-header-info__translate #google_translate_element .goog-te-gadget {
  font-family: inherit !important;
  font-size: 10px !important;
  color: inherit !important;
}

.ps-header-info__translate #google_translate_element .goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 10px !important;
}

.ps-header-info__translate #google_translate_element .goog-te-menu-value {
  color: #333 !important;
}

/* 検索ボックスのz-index調整 */
.ps-search-gs {
  position: relative !important;
  z-index: 1 !important;
}

/* カスタマイズ用CSS */
.cart_item_label {
  padding: 4px;
  background: #000;
  color: #fff;
  font-size: 11px;
  margin-right: 5px;
  vertical-align: text-top;
}
.cart_item_label-express {
  color: khaki;
  background: rgb(67, 81, 163);
}

/* youtube */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* 003 */
.button003 a {
background: #eee;
border-radius: 50px;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 260px;
padding: 10px 25px;
color: #313131;
transition: 0.3s ease-in-out;
font-weight: 500;
}
.button003 a:hover {
background: #313131;
color: #FFF;
}
.button003 a:after {
content: '';
width: 5px;
height: 5px;
border-top: 3px solid #313131;
border-right: 3px solid #313131;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
border-color: #FFF;
}

/*商品一覧 FAQ*/
.answer_box__text h2 {

  font-size: 17px;
  font-weight: 400;
  color: rgb(80, 80, 80);
  margin: 48px 0px 24px;
  padding: 12px 16px;
  text-transform: uppercase;
  border: 1px solid rgb(200, 200, 200);
  background-color: rgba(34, 34, 34, 0.01);
}

.answer_box__text h3 {
  font-size: 17px;
  font-weight: normal;
  color: black;
  margin: 36px 0px 18px;
  padding: 0;
  text-transform: none;
  background-color: transparent;
  border: none;
}
