@charset "UTF-8";
html.is-navigation-menu-mode {
  position: relative;
}

body {
  margin: 0;
}

/* footer, header, nav {
  display: block;
} */

.header a,
.header-categories a,
.navigation-menu-content a,
.search-suggest-result a,
.footer a {
  background-color: transparent;
  text-decoration: none;
}

.navigation-menu-content a{
  color: #ccc!important;
}

.header a:active,
.header-categories a:active,
.navigation-menu-content a:active,
.search-suggest-result a:active,
.footer a:active,
.header a:hover {
  outline: 0;
}

.header button,
.navigation-menu-content button,
.search-suggest-container button {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

.header button::-moz-focus-inner,
.navigation-menu-content button::-moz-focus-inner,
.search-suggest-container button::-moz-focus-inner,
.search-suggest-controls input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.search-suggest-controls input {
  line-height: normal;
}

.search-suggest-controls input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

.search-suggest-controls input[type="search"]::-webkit-search-cancel-button,
.search-suggest-controls input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-suggest-controls input,
.header button,
.navigation-menu-content button,
.search-suggest-container button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-suggest-controls input::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  font-weight: normal;
  color: #555;
}

:-ms-input-placeholder {
  font-weight: normal;
  color: #555;
}

::-ms-input-placeholder {
  font-weight: normal;
  color: #555;
}

::placeholder {
  font-weight: normal;
  color: #555;
}

/* /header */

#sh {
  background: #000;
}

.navigation-menu-group-title>h4 {
  font-size: 14px;
  font-weight: bold;
}

.header {
  background-color: black;
  width: 100%;
  font-family: "Helvetica Neue", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, MS PGothic, sans-serif;
}

.header .header-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
}

@media (min-width: 768px) {
  .header .header-global {
    height: 64px;
  }
}

.header .header-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .header .header-left-container {
    left: 20px;
    height: 64px;
  }
}

@media (min-width: 1024px) {
  .header .header-left-container {
    left: 50px;
  }
}

.header .header-right-container {
  position: absolute;
  right: 0;
  line-height: 56px;
  white-space: nowrap;
  font-size: 0;
}

@media (min-width: 768px) {
  .header .header-right-container {
    right: 20px;
    line-height: 64px;
  }
}

@media (min-width: 1024px) {
  .header .header-right-container {
    right: 50px;
  }
}

.header .header-button {
  font-size: 14px;
  display: inline-block;
  background: none;
  color: white;
  padding: 0 10px;
  border: none;
  vertical-align: middle;
}

.header .header-button-image {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.header .header-button-image>.image-lazy {
  background: transparent;
}

.header .header-button-text {
  display: inline-block;
  vertical-align: middle;
}

.header .header-button-text-small {
  font-size: 12px;
  display: inline-block;
  color: #aaa;
  vertical-align: middle;
}

.header .header-button-text-small:hover {
  color: white;
}

.header .header-button-separator {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #555;
  height: 24px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .header .header-button-separator {
    display: inline-block;
  }
}

.header .header-logo-gyao {
  display: inline-block;
  background: url(https://s.yimg.jp/images/gyao/common/images/header_footer/gyao-logo.svg) no-repeat center;
  margin: 0 10px;
  width: 80px;
  height: 48px;
  vertical-align: top;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .header .header-logo-gyao {
    width: 100px;
    height: 64px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.header .header-logo-gyao-store {
  display: inline-block;
  background: url("/store/images/gyao-store-logo.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 10px;
  width: 138px;
  height: 48px;
  vertical-align: top;
  flex-shrink: 0
}

.header .header-search-button {
  display: none;
}

@media (min-width: 768px) {
  .header .header-logo-gyao-store {
    width: 168.75px;
    height: 64px;
  }
}

.header .header-yj-link-button .header-yj-link-button-image {
  margin-right: 0;
}

@media (min-width: 768px) {
  .header .header-yj-link-button .header-yj-link-button-image {
    display: none;
    margin-right: 8px;
  }
}

.header .header-yj-link-button .header-yj-link-button-text {
  display: none;
}

@media (min-width: 768px) {
  .header .header-yj-link-button .header-yj-link-button-text {
    display: inline-block;
  }
}

.header .header-gy-link-button {
  display: none;
}

@media (min-width: 768px) {
  .header .header-gy-link-button {
    display: inline-block;
  }
}

.header .header-login-button {
  display: none;
}

@media (min-width: 768px) {
  .header .header-login-button {
    display: inline-block;
  }
}

.header .header-login-button-image {
  margin-right: 8px;
}

.header .header-user-button {
  display: none;
}

@media (min-width: 768px) {
  .header .header-user-button {
    display: inline-block;
  }
}

.header .header-user-button-image {
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.header .header-user-button-text {
  overflow: hidden;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

@media (min-width: 1024px) {
  .header .header-user-button-text {
    max-width: 100px;
  }
}

.header .header-menu-button {
  line-height: inherit;
}

.header .header-menu-button .header-menu-button-text {
  font-size: 14px;
  display: none;
  font-weight: bold;
}

@media (min-width: 768px) {
  .header .header-menu-button .header-menu-button-text {
    display: inline;
  }
}

.header .header-menu-button .header-menu-button-image {
  margin-right: 0;
}

@media (min-width: 768px) {
  .header .header-menu-button .header-menu-button-image {
    margin-right: 8px;
  }
}

.header .header-search {
  display: none;
  padding-right: 20px;
  margin-left: 10px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header .header-search {
    display: block;
  }
}

.header .header-search-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  color: white;
  padding: 0px 14px;
  border: none;
  border: 1px solid transparent;
  border-radius: 3px 0 0 3px;
  outline: none;
  width: 70px;
  height: 38px;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  vertical-align: top;
  will-change: width;
}

.header .header-search-input:focus {
  border-color: #666;
  width: 100%;
}

.header .header-search-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #666;
}

.header .header-search-input:-ms-input-placeholder {
  font-size: 14px;
  color: #666;
}

.header .header-search-input::-ms-input-placeholder {
  font-size: 14px;
  color: #666;
}

.header .header-search-input::placeholder {
  font-size: 14px;
  color: #666;
}

@media screen and (min-width: 800px) {
  .header .header-search-input {
    width: 110px;
  }
}

@media (min-width: 1024px) {
  .header .header-search-input {
    width: 100%;
  }
}

.header .header-search-search-button {
  font-size: 14px;
  display: inline-block;
  background-color: #222;
  color: #aaa;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 0 3px 3px 0;
  height: 38px;
  vertical-align: top;
}

.image-lazy {
  background-color: #f7f7f7;
  overflow: hidden;
}

.image-lazy .image-lazy-source {
  display: block;
}

.image-lazy.is-responsive {
  position: relative;
  width: 100%;
}

.image-lazy.is-responsive>.image-lazy-source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-categories {
  overflow: auto;
  overflow: -moz-hidden-unscrollable;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  display: none;
  background-color: #222;
  height: 48px;
}

.header-categories::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .header-categories {
    display: block;
  }
}

.header-categories .header-category-container {
  position: relative;
}

@media (min-width: 768px) {
  .header-categories .header-category-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .header-categories .header-category-container {
    margin-left: 44px;
    margin-right: 44px;
  }
}

.header-categories .header-category-lists {
  overflow-x: auto;
  overflow-x: -moz-scrollbars-none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.header-categories .header-category-lists::-webkit-scrollbar {
  display: none;
}

.header-categories .header-category-list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.header-categories .header-category-lists::-webkit-scrollbar {
  display: none;
}

.header-categories .header-category-list-item {
  display: inline-block;
  vertical-align: top;
}

.header-categories .header-category-list-item-separator {
  display: inline-block;
  background-color: #666;
  margin: 12px 6px 12px;
  border-left: 1px solid #666;
  height: 24px;
  vertical-align: top;
}

.header-categories .header-category-link {
  font-size: 13px;
  display: block;
  color: #aaa;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .header-categories .header-category-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header-categories .header-category-link:hover .header-category-link-text {
  color: white;
}

.header-categories .header-category-link.is-active .header-category-link-text {
  color: white;
  border-bottom-color: #f0f0f0;
}

.header-categories .header-category-link-text {
  display: block;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  height: 48px;
  box-sizing: border-box;
}
.header-categories .header-category-control-button {
  display: none;
  position: absolute;
  top: 0;
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  border: none;
  width: 40px;
  height: 48px;
  z-index: 1;
}

.header-categories .header-category-control-button.is-active {
  display: block;
  -webkit-box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2);
}

.header-categories .header-category-control-next {
  right: 0;
  background-image: url("https://s.yimg.jp/images/gyao/common/images/header_footer/arrow-bold.svg");
}

.header-categories .header-category-control-prev {
  left: 0;
  background-image: url("https://s.yimg.jp/images/gyao/common/images/header_footer/arrow-bold.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-information {
  background-color: #333;
  padding: 8px 10px;
}

@media (min-width: 768px) {
  .header-information {
    padding: 8px 30px;
  }
}

@media (min-width: 1024px) {
  .header-information {
    padding: 8px 60px;
  }
}

.header-information .header-information-link {
  font-size: 13px;
  font-weight: bold;
  color: #aaa;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}

.header-information .header-information-link:hover {
  color: #f0f0f0;
}

@media (min-width: 1024px) {
  .header-information .header-information-link {
    font-size: 15px;
  }
}

.header-information .header-information-icon {
  display: inline-block;
  margin-right: 8px;
  line-height: 0;
  vertical-align: top;
}

.header-information .image-lazy {
  background-color: #333;
}

.navigation-menu {
  position: fixed;
  top: -120px;
  bottom: -120px;
  left: 0;
  right: 0;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  visibility: hidden;
  z-index: 110;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica Neue", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, MS PGothic, sans-serif;
}

.navigation-menu.is-opened {
  visibility: visible;
}

.navigation-menu.is-opened .navigation-menu-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navigation-menu.is-opened .navigation-menu-bg {
  display: block;
}

.navigation-menu .navigation-menu-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.navigation-menu .navigation-item-image>.image-lazy {
  background: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}

.navigation-menu .navigation-menu-content {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  background: #222;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  overflow-y: auto;
  width: 300px;
  height: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  box-sizing: border-box;/* PC用style */
}

.navigation-menu .navigation-menu-content::-webkit-scrollbar {
  width: 10px;
}

.navigation-menu .navigation-menu-content::-webkit-scrollbar-thumb {
  background-color: #555;
}

.navigation-menu .navigation-menu-content::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    .navigation-menu .navigation-menu-content { transition: none !important; }
}

.navigation-menu .navigation-menu-main-header {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #666;
  height: 56px;
  line-height: 56px;
  text-align: right;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .navigation-menu .navigation-menu-main-header {
    line-height: 64px;
    height: 64px;
  }
}

.navigation-menu .navigation-menu-close-button {
  display: inline-block;
  background: none;
  padding: 0 10px;
  border: none;
  height: 100%; /* PC用style */
  vertical-align: middle;
}

.navigation-menu .navigation-menu-close-button-image>.image-lazy {
  background: transparent;
}

.navigation-menu .navigation-menu-group {
  color: white;
  padding: 8px 0;
  border-bottom: 1px solid #666;
}

.navigation-menu .navigation-menu-group-title {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 44px;
}

.navigation-menu .navigation-menu-group-title>h4, .navigation-menu table .navigation-menu-group-title>caption, table .navigation-menu .navigation-menu-group-title>caption {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}

.navigation-menu .navigation-menu-list-item {
  line-height: 44px;
}

.navigation-menu .navigation-menu-list-item-link {
  font-size: 14px;
  display: block;
  color: #ccc;
  padding-left: 30px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation-menu .navigation-menu-list-item-link:hover {
  background: #333;
}

.navigation-menu .navigation-menu-dropdown.is-open .navigation-menu-dropdown-list {
  display: block;
}

.navigation-menu .navigation-menu-dropdown.is-open .navigation-menu-dropdown-toggle-button {
  background: #333;
}

.navigation-menu .navigation-menu-dropdown.is-open .navigation-menu-dropdown-toggle-button::after {
  top: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navigation-menu .navigation-menu-dropdown-toggle-button {
  font-size: 14px;
  display: block;
  position: relative;
  background: none;
  color: #ccc;
  padding: 0 30px;
  border: none;
  line-height: 44px;
  text-align: left;
  width: 100%;
}

.navigation-menu .navigation-menu-dropdown-toggle-button:hover {
  background: #333;
}

.navigation-menu .navigation-menu-dropdown-toggle-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(https://s.yimg.jp/images/gyao/common/images/header_footer/arrow-bold.svg) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin-left: 10px;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-menu .navigation-menu-dropdown-list {
  display: none;
}

.navigation-menu .navigation-menu-dropdown-list .navigation-menu-list-item-link {
  padding-left: 63px;
}

/* /header */

/* footer */

div.tracked_mods {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

div.tracked_mods a {
  tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.footer .footer-container {
  padding: 20px 0px;
  text-align: center;
  width: 100%;
}

.footer .footer-list {
  margin: 0 auto;
  text-align: center;
}

.footer .footer-container {
  background-color: #333;
}

.footer .footer-main-list-item {
  font-size: 14px;
  display: inline-block;
}

@media (min-width: 768px) {
  .footer .footer-main-list-item {
    position: relative;
  }
  .footer .footer-main-list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    border-right: 1px solid #666;
    height: 16px;
  }
}

.footer .footer-main-list-item-link {
  display: block;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .footer .footer-main-list-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer .footer-aside {
  background-color: #222;
}

.footer .footer-aside-list {
  margin-bottom: 20px;
}

.footer .footer-aside-list-item {
  font-size: 12px;
  display: inline-block;
}

.footer .footer-aside-list-item-link {
  display: block;
  color: #aaa;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}

.footer .footer-aside-documents {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.footer .footer-text {
  font-size: 11px;
  color: #666;
  margin: 0 auto;
  line-height: 1.4;
}

.footer .footer-copyright:not(:last-child) {
  margin-right: 10px;
}

.footer .footer-social-link {
  display: inline-block;
  padding: 8px;
  opacity: 0.8;
}

.footer .image-lazy {
  background-color: transparent;
}

/* / footer */

/* search-suggest */

.header .search-suggest {
  display: none;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0;
  margin-left: 10px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header .search-suggest {
    display: block;
  }
}

.header .search-suggest .search-suggest-form {
  display: block;
}

.header .search-suggest .search-suggest-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  background-color: #333;
  color: white;
  padding-left: 20px;
  padding-right: 0;
  border: none;
  outline: none;
  width: 72px;
  height: 44px;
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  vertical-align: top;
  will-change: width, background-color;
}

.header .search-suggest .search-suggest-input::-webkit-input-placeholder {
  color: #aaa;
}

.header .search-suggest .search-suggest-input:-ms-input-placeholder {
  color: #aaa;
}

.header .search-suggest .search-suggest-input::-ms-input-placeholder {
  color: #aaa;
}

.header .search-suggest .search-suggest-input::placeholder {
  color: #aaa;
}

@media screen and (min-width: 900px) {
  .header .search-suggest .search-suggest-input {
    width: 140px;
  }
}

@media (min-width: 1024px) {
  .header .search-suggest .search-suggest-input {
    width: 240px;
  }
}

.header .search-suggest .search-suggest-search-button {
  font-size: 14px;
  display: inline-block;
  background-color: #333;
  color: #aaa;
  height: 44px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  vertical-align: top;
}

html.is-search-suggest-inline .header .header-right-container {
  opacity: 0.4;
  pointer-events: none;
}
html.is-search-suggest-inline .header .search-suggest-input {
  font-weight: bold;
  background-color: white;
  color: black;
  width: 280px;
}
html.is-search-suggest-inline .header .search-suggest-input + .search-suggest-search-button {
  background-color: white; }
html.is-search-suggest-inline .header .search-suggest-input::-webkit-input-placeholder {
  color: #aaa; }
html.is-search-suggest-inline .header .search-suggest-input:-ms-input-placeholder {
  color: #aaa; }
html.is-search-suggest-inline .header .search-suggest-input::-ms-input-placeholder {
  color: #aaa; }
html.is-search-suggest-inline .header .search-suggest-input::placeholder {
  color: #aaa; }

.search-suggest.search-suggest-core {
  display: none;
  margin-bottom: 0;
}

.search-suggest.search-suggest-core .search-suggest-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  z-index: 102;
}

@media (min-width: 768px) {
  .search-suggest.search-suggest-core .search-suggest-container {
    padding: 40px 0;
  }
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .search-suggest.search-suggest-core .search-suggest-container {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.search-suggest.search-suggest-core .search-suggest-controls {
  padding: 10px;
  box-sizing: border-box; /* PC用style */
}

@media (min-width: 768px) {
  .search-suggest.search-suggest-core .search-suggest-controls {
    padding: 0 0 10px 0;
  }
}

.search-suggest.search-suggest-core .search-suggest-close-button {
  font-size: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  background: none;
  padding-left: 10px;
  padding-right: 0;
  border: none;
  white-space: nowrap;
}

.search-suggest.search-suggest-core .search-suggest-result {
  position: relative;
  background-color: white;
  margin: 0 auto;
  border-radius: 0 2px 2px 2px;
  width: 100%;
  max-width: 720px;
}

.search-suggest.search-suggest-core .search-suggest-result-list {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04), 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  padding: 10px;
}

.search-suggest.search-suggest-core .search-suggest-result-item {
  border-bottom: 1px solid #f0f0f0;
}

.search-suggest.search-suggest-core .search-suggest-result-item:last-child {
  border-bottom: 0;
}

.search-suggest.search-suggest-core .search-suggest-result-item.is-selected {
  background-color: #eee;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-suggest.search-suggest-core .search-suggest-result-item:hover {
    background-color: #eee;
  }
}

.search-suggest.search-suggest-core .search-suggest-result-item-link {
  display: block;
  position: relative;
  padding: 10px;
  line-height: 1.3;
}

.search-suggest.search-suggest-core .search-suggest-result-item-link>.label-gyao-store {
  margin-left: 5px;
  vertical-align: -2px;
}

.search-suggest.search-suggest-core .search-suggest-result-item-title {
  font-size: 14px;
  color: #333;
  white-space: normal;
  word-break: break-all;
}

.search-suggest.search-suggest-core .search-suggest-result-item-title>b {
  font-weight: bold;
  color: #333;
}

.search-suggest.search-suggest-core .search-suggest-result-item-category {
  font-size: 9px;
  display: inline-block;
  font-weight: normal;
  background-color: white;
  color: #aaa;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  vertical-align: 1px;
}

.search-suggest.search-suggest-core .search-suggest-result-nomatch {
  position: absolute;
  top: 5px;
  right: 10px;
}

.search-suggest.search-suggest-core .search-suggest-result-nomatch-message {
  font-size: 12px;
  position: relative;
  display: inline-block;
  -webkit-animation: fade-in 0.3s ease 0s 1;
  animation: fade-in 0.3s ease 0s 1;
  background-color: rgba(34, 34, 34, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
}

.search-suggest.search-suggest-core .search-suggest-result-nomatch-message:after {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  top: 0;
  left: 50%;
  border-bottom-color: rgba(34, 34, 34, 0.8);
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

.search-suggest.search-suggest-core .search-suggest-result-nomatch-message::after {
  left: inherit;
  right: 75px;
}

.search-suggest.search-suggest-core .search-suggest-result-placeholder {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  vertical-align: top;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item:first-child {
  margin-left: 10px;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item:last-child {
  margin-right: 10px;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item>.label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item>.image-lazy {
  margin-bottom: 2px;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item-details {
  overflow: hidden;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item-title {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  height: 38px;
  white-space: pre-wrap;
  word-break: break-all;
}

.search-suggest.search-suggest-core .search-suggest-ranking-carousel-item-ranking {
  font-weight: bold;
  padding-right: 4px;
}

html.is-search-suggest-modal {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

html.is-search-suggest-modal>body {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

html.is-search-suggest-modal .search-suggest-core {
  display: block;
}

html.is-search-suggest-inline .search-suggest.search-suggest-core {
  display: block;
  font-family: "Helvetica Neue", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, MS PGothic, sans-serif;
}

html.is-search-suggest-inline .search-suggest.search-suggest-core .search-suggest-container {
  position: absolute;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.is-search-suggest-inline .search-suggest.search-suggest-core .search-suggest-result {
  margin-left: 0;
  margin-right: 0;
}

html.is-search-suggest-inline .search-suggest.search-suggest-core .search-suggest-controls, html.is-search-suggest-inline .search-suggest.search-suggest-core .search-suggest-result-nomatch {
  display: none;
}

.label-gyao-store {
  display: inline-block;
  background: url("https://s.yimg.jp/images/gyao/common/images/header_footer/gyao-store-label.svg") no-repeat;
  width: 45px;
  height: 15px;
  background-size: 45px 15px;
  vertical-align: top;
}

/* search-suggest */

.search-suggest {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.search-suggest .search-suggest-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}

.search-suggest .search-suggest-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  position: relative;
}

.search-suggest .search-suggest-search-button {
  font-size: 14px;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #222;
  color: #aaa;
  padding: 0;
  margin: 0 auto;
  border: none;
  border-radius: 0 2px 2px 0;
  width: 56px;
  vertical-align: top;
}

.search-suggest .search-suggest-search-button-image .image-lazy {
  background-color: transparent;
}

.search-suggest .search-suggest-search-button-image .image-lazy-source {
  margin: 0 auto;
}

.search-suggest .search-suggest-clear-button {
  position: absolute;
  right: 70px;
  background: url("/store/images/close-gray.svg") center/12px 12px no-repeat;
  border: none;
  width: 30px;
  height: 100%;
}

.search-suggest .search-suggest-input {
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  padding: 10px 40px 10px 14px;
  border: 1px solid #222;
  border-radius: 2px 0 0 2px;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-suggest .search-suggest-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
}

.search-suggest .search-suggest-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
}

.search-suggest .search-suggest-input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
}

.search-suggest .search-suggest-input::placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
}

.search-suggest .search-suggest-input:invalid+.search-suggest-clear-button {
  display: none;
}

/* promo-logo-change */
.header-logo-change{
  background: url(https://s.yimg.jp/images/gyao/common/images/web-logo_king-of-doga-gyao.png) no-repeat center/contain!important;
}
