@charset "UTF-8";
html {
  margin-top: 7.25rem !important;
}
@media (max-width: 1100px) {
  html {
    margin-top: 6.5rem !important;
  }
}

body.is-stop {
  width: 100%;
  overflow: hidden;
  position: fixed;
}

#grongjpHeader {
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100vw;
  top: 0;
  left: 0;
}
@media (max-width: 1100px) {
  #grongjpHeader {
    flex-direction: column-reverse;
  }
}
#grongjpHeader.is-activeSp .header-main .header-spBtn .header-spBtn__text {
  opacity: 0;
}
#grongjpHeader.is-activeSp .header-main .header-spBtn .header-spBtn__cross {
  opacity: 1;
}
@media (max-width: 1100px) {
  #grongjpHeader.is-activeSp .header-menuSp {
    pointer-events: all;
    opacity: 1;
    transform: scale(1) translate(0, 100%);
    transition: opacity 0.3s;
  }
}
#grongjpHeader:has(.itemHover:hover:not(.headerOptionsSearch) .itemBlock:not(.is-cart))::after, #grongjpHeader:has(.itemHover .itemBlock.is-active:not(.is-cart))::after {
  pointer-events: all;
  opacity: 1;
}
#grongjpHeader::after {
  pointer-events: none;
  content: "";
  position: fixed;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(2px) brightness(80%);
  -webkit-backdrop-filter: blur(2px) brightness(80%);
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  #grongjpHeader::after {
    display: none;
  }
}
#grongjpHeader .searchForm {
  border-radius: 1.75rem;
  position: relative;
  display: flex;
  width: 100%;
  height: 2.5rem;
}
#grongjpHeader .searchForm:has(.searchWord:-moz-placeholder) .searchSubmit {
  cursor: default;
  opacity: 0.6;
}
#grongjpHeader .searchForm:has(.searchWord:placeholder-shown) .searchSubmit {
  cursor: default;
  opacity: 0.6;
}
#grongjpHeader .searchForm:has(.searchWord:-moz-placeholder) .searchClear {
  display: none !important;
}
#grongjpHeader .searchForm:has(.searchWord:placeholder-shown) .searchClear {
  display: none !important;
}
#grongjpHeader .searchForm .searchSubmit {
  position: absolute;
  border-radius: 1.75rem 0 0 1.75rem;
  background-image: url(../images/ico_search.png);
  background-size: 1.375rem 1.375rem;
  background-position: 0.75rem center;
  background-color: inherit;
  border-width: 0 !important;
  width: 2.5rem;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .searchForm .searchWord {
  cursor: auto;
  display: flex;
  align-items: center;
  border-radius: 1.75rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #B9B9BA;
  background: #5E5E5F;
  width: 100%;
  height: 100%;
  padding: 0.5rem 2.5rem;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
  /* 旧Edge対応 */
  /* IE対応 */
}
#grongjpHeader .searchForm .searchWord::-moz-placeholder {
  color: #A3A3A4;
}
#grongjpHeader .searchForm .searchWord::placeholder {
  color: #A3A3A4;
}
#grongjpHeader .searchForm .searchWord::-ms-input-placeholder {
  color: #A3A3A4;
}
#grongjpHeader .searchForm .searchWord:-ms-input-placeholder {
  color: #A3A3A4;
}
#grongjpHeader .searchForm .searchWord:-webkit-autofill {
  box-shadow: 0 0 0 1000px #5E5E5F inset !important;
  -webkit-text-fill-color: #fff !important;
}
#grongjpHeader .searchForm .searchWord:-webkit-autofill:focus {
  caret-color: #fff !important;
}
#grongjpHeader .searchForm .searchClear {
  opacity: 0.6;
  border-radius: 0 1.75rem 1.75rem 0;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: inherit;
  border-width: 0px !important;
  text-align: left;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1;
  width: 2.5rem;
  height: 100%;
  padding: 0 0 0 0.625rem;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1100px) {
  #grongjpHeader .searchForm .searchClear:hover {
    opacity: 1;
  }
}
#grongjpHeader .header-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#grongjpHeader .header-main {
  background-color: #303032;
  height: 5rem;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main {
    height: 4.25rem;
  }
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-inner {
    max-width: 100%;
    padding: 0;
    justify-content: center;
  }
}
#grongjpHeader .header-main .header-spBtn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 100%;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-spBtn {
    position: relative;
    display: flex;
  }
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__text {
  position: relative;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1rem;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__text .header-spBtn__line {
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  height: 0.125rem;
  width: calc(100% - 0.625rem);
  top: 0;
  left: 0;
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__text .header-spBtn__line::before, #grongjpHeader .header-main .header-spBtn .header-spBtn__text .header-spBtn__line::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  bottom: 0;
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__text .header-spBtn__line::before {
  width: calc(100% - 0.375rem);
  transform: translate(0, 300%);
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__text .header-spBtn__line::after {
  width: calc(100% - 0.875rem);
  transform: translate(0, 600%);
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__cross {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__cross::before, #grongjpHeader .header-main .header-spBtn .header-spBtn__cross::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  width: 0.875rem;
  height: 0.125rem;
  top: 50%;
  left: 50%;
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__cross::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#grongjpHeader .header-main .header-spBtn .header-spBtn__cross::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#grongjpHeader .header-main .header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  margin-right: 1rem;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-logo {
    position: absolute;
    width: 7.625rem;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#grongjpHeader .header-main .header-nav {
  flex-shrink: 0;
  display: flex;
  height: 100%;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-nav {
    display: none;
  }
}
#grongjpHeader .header-main .header-nav:has(.itemHover:hover) .header-nav__item .itemLink {
  color: rgba(255, 255, 255, 0.3);
}
#grongjpHeader .header-main .header-nav:has(.itemHover:hover) .header-nav__item.is_relative {
  position: relative;
}
#grongjpHeader .header-main .header-options {
  flex-shrink: 0;
  display: flex;
  height: 100%;
  margin-left: auto;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-options {
    align-items: center;
    margin-right: 1.25rem;
  }
}
#grongjpHeader .header-main .header-options .header-options__item {
  display: none;
  visibility: visible;
}
#grongjpHeader .header-main .header-options .header-options__item.active {
  display: block;
}
#grongjpHeader .header-main .header-options .header-options__item.default {
  visibility: hidden;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-options .header-options__item.headerOptionsSearch {
    display: none;
  }
}
#grongjpHeader .header-main .header-options .header-options__item.headerOptionsSearch:has(.itemBlock.is-active) .itemLink::after {
  opacity: 1;
}
#grongjpHeader .header-main .header-options .header-options__item.headerOptionsSearch:hover .itemBlock {
  opacity: 0;
  pointer-events: none;
}
#grongjpHeader .header-main .header-options .header-options__item.headerOptionsSearch .itemLink {
  cursor: pointer;
}
#grongjpHeader .header-main .header-options .header-options__item.headerOptionsSearch .itemLink * {
  cursor: pointer !important;
}
#grongjpHeader .header-main .header-options .header-options__item .itemLink {
  width: 3.5rem;
  padding: 0;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-options .header-options__item .itemLink {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#grongjpHeader .header-main .header-options .header-options__item .itemLink .itemLink-logo {
  position: relative;
}
#grongjpHeader .header-main .header-options .header-options__item .itemLink .itemLink-logo .itemLink-logo__caution {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #333333;
  background-color: #DC000C;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  width: 1.375rem;
  height: 1.375rem;
  top: -0.3125rem;
  right: -0.375rem;
}
#grongjpHeader .header-main .header-options .header-options__item .itemLink .itemLink-logo .itemLink-logo__caution.active {
  display: flex;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-main .header-options .header-options__item .itemLink .itemLink-text {
    display: none;
  }
}
#grongjpHeader .header-main .header-options .header-options__item .itemBlock {
  left: inherit;
  right: 1.5rem;
  transform: translate(0, 100%);
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemHover:hover .itemLink {
    color: #FFFFFF !important;
  }
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemHover:hover .itemLink::after {
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemHover:hover .itemBlock {
    pointer-events: all;
    opacity: 1;
  }
}
#grongjpHeader .header-main .itemHover .itemLink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  height: 100%;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}
#grongjpHeader .header-main .itemHover .itemLink:has(.itemLink-logo, .itemLink-text)::after {
  transform: translate(-50%, calc(100% + 1.375rem));
}
#grongjpHeader .header-main .itemHover .itemLink::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  background-color: #DC000C;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, calc(100% + 0.875rem));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-main .itemHover .itemLink .itemLink-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
#grongjpHeader .header-main .itemHover .itemLink .itemLink-text {
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
}
#grongjpHeader .header-main .itemBlock {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(48, 48, 50, 0.95);
  border-radius: 0.1875rem;
  padding: 1.5rem 3rem;
  bottom: -0.25rem;
  left: 50%;
  transform: translate(-50%, 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-main .itemBlock.is-active {
  pointer-events: all !important;
  opacity: 1 !important;
}
#grongjpHeader .header-main .itemBlock.is-btns {
  padding: 1.5rem 1rem;
}
#grongjpHeader .header-main .itemBlock.is-btns .itemBlock-btn {
  margin-top: 0.625rem;
}
#grongjpHeader .header-main .itemBlock.is-btns .itemBlock-btn:first-of-type {
  margin-top: 0 !important;
}
#grongjpHeader .header-main .itemBlock.is-search {
  padding: 1.25rem 1rem 1rem;
}
#grongjpHeader .header-main .itemBlock.is-mypage {
  padding: 1.25rem 1.625rem 1.75rem;
}
#grongjpHeader .header-main .itemBlock.is-mypage .itemBlock-list {
  padding: 0;
}
#grongjpHeader .header-main .itemBlock.is-mypage .itemBlock-list .itemBlock-list__group {
  min-width: 10rem;
}
#grongjpHeader .header-main .itemBlock.is-cart {
  width: 23.125rem;
  background-color: #FFFFFF;
  padding: 1.5rem 1.25rem 1.25rem 1.25rem;
  display: none;
}
#grongjpHeader .header-main .itemBlock.is-cart.active {
  display: flex;
}
#grongjpHeader .header-main .itemBlock.is-cart .itemBlock-btn {
  margin-top: 0 !important;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list {
  margin-top: 1.25rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product {
  display: flex;
  align-items: center;
  border-width: 0.0625rem 0 0 0;
  border-style: solid;
  border-color: #D1D1D1;
  padding: 0.25rem 0.5rem 0.25rem 0;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product:first-of-type {
  border-width: 0 !important;
  padding-top: 0 !important;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product:last-of-type {
  padding-bottom: 0 !important;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product .productImage {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 1.5rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product .productImage img {
  max-width: 2.5rem;
  width: 100%;
  max-height: 100%;
  height: auto;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product .productImage .productImage-num {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #8C8C8D;
  width: 1.375rem;
  height: 1.375rem;
  color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 1;
  top: 0;
  right: 0;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-list .headerCart-list__product .productText {
  text-decoration: underline;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 0.75rem 0;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  padding: 0 0.5rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total .headerCart-total__num {
  display: flex;
  align-items: baseline;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 0.25rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total .headerCart-total__num span {
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total .headerCart-total__price {
  display: flex;
  align-items: baseline;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: auto;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total .headerCart-total__price span {
  color: #DC000C;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total .headerCart-total__price span.font-jost {
  font-size: 1.125rem;
  line-height: 1;
  padding-left: 0.0625rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-total .headerCart-total__price span.unit {
  font-size: 0.75rem;
  line-height: 1;
  padding-right: 0.125rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-point {
  display: flex;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0 0.5rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-point .headerCart-point__text {
  display: flex;
  align-items: baseline;
  border-radius: 0.1875rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #B9B9BA;
  background-color: #FFFFFF;
  color: #757576;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: auto;
  padding: 0.25rem 0.5rem;
}
#grongjpHeader .header-main .itemBlock.is-cart .headerCart-point .headerCart-point__text span {
  color: #757576;
  font-size: 0.75rem;
  line-height: 1;
}
#grongjpHeader .header-main .itemBlock::before {
  content: "";
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 0.25rem;
  top: -0.25rem;
  left: 0;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list {
  display: flex;
  align-items: flex-start;
  padding: 0 0.625rem;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group {
  margin-right: 2rem;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group:has(.groupLabel) {
  margin-right: 3rem;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group:last-of-type {
  margin-right: 0 !important;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group .groupLabel {
  display: inline-block;
  white-space: nowrap;
  color: #D1D1D1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.875rem;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group .groupList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group .groupList .groupList-link {
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group .groupList .groupList-link:hover {
  opacity: 0.6;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group .groupList .groupList-link:first-of-type {
  margin-top: 0 !important;
}
#grongjpHeader .header-main .itemBlock .itemBlock-list .itemBlock-list__group .groupList .groupList-link.is-min {
  color: #B9B9BA;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.625rem;
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #303032;
  width: 100%;
  min-width: 15.25rem;
  height: 3.25rem;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemBlock .itemBlock-btn:hover {
    background-color: #1A1A1C;
  }
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-other {
  border-color: #757576;
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemBlock .itemBlock-btn.is-other:hover {
    border-color: #FFFFFF;
  }
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-white {
  background-color: #FFFFFF;
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemBlock .itemBlock-btn.is-white:hover {
    background-color: #EFEFEF;
  }
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-white span {
  color: #1A1A1C;
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-green {
  border-color: #06C755;
  background-color: #06C755;
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemBlock .itemBlock-btn.is-green:hover {
    border-color: #069E43;
    background-color: #069E43;
  }
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-red {
  border-color: #DC000C;
  background-color: #DC000C;
}
@media (min-width: 1100px) {
  #grongjpHeader .header-main .itemBlock .itemBlock-btn.is-red:hover {
    border-color: #AF060F;
    background-color: #AF060F;
  }
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-line {
  position: relative;
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn.is-line::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/sns_line.png);
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
  top: 50%;
  left: 0.875rem;
  transform: translate(0, -50%);
}
#grongjpHeader .header-main .itemBlock .itemBlock-btn span {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
#grongjpHeader .header-main .itemBlock .itemBlock-link {
  position: relative;
  margin-top: 1rem;
  padding-right: 0.75rem;
  color: #E7E7E7;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-main .itemBlock .itemBlock-link:hover {
  opacity: 0.6;
}
#grongjpHeader .header-main .itemBlock .itemBlock-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #DC000C;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
}
#grongjpHeader .header-main .itemBlock .itemBlock-search {
  width: 23.375rem;
}
#grongjpHeader .header-banner {
  position: relative;
  z-index: -2;
  background-color: #F0D4A1;
  width: 100%;
}
#grongjpHeader .header-banner .header-inner {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#grongjpHeader .header-menuSp {
  position: absolute;
  display: none;
  flex-direction: column;
  background-color: #303032;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(100dvh - 100%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0) translate(0, 100%);
  transition: transform 0.2s 0.2s, opacity 0.2s;
}
@media (max-width: 1100px) {
  #grongjpHeader .header-menuSp {
    display: flex;
  }
}
#grongjpHeader .header-menuSp::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
  background-color: #303032;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  transform: translate(0, -50%);
}
#grongjpHeader .header-menuSp .menuList {
  padding: 0;
}
#grongjpHeader .header-menuSp .menuList .menuList {
  display: none;
  pointer-events: none;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group:first-of-type {
  border-width: 0;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group:last-of-type {
  border-width: 0.0625rem 0 0.0625rem 0;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList {
  background-color: #474749;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group {
  border-width: 0.0625rem 0 0 0;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group > .menuSpList-group__link {
  padding-left: 2.5rem;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group > .menuList {
  background-color: #5E5E5F;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group > .menuList > .menuSpList-group {
  border-width: 0.0625rem 0 0 0;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group > .menuList > .menuSpList-group:last-of-type {
  border-width: 0.0625rem 0 0.0625rem 0;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group > .menuList > .menuSpList-group > .menuSpList-group__link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  padding-left: 3.5rem;
}
#grongjpHeader .header-menuSp .menuList.header-menuSp__list > .menuSpList-group > .menuList > .menuSpList-group.is-active + .menuSpList-group {
  border-width: 0 0 0 0;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group {
  position: relative;
  border-width: 0.0625rem 0 0 0;
  border-style: solid;
  border-color: #757576;
  transition: background-color 0.3s ease-in-out;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group.is-active > .menuList {
  pointer-events: all;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group.is-active > .menuSpList-group__link.is-toggle span::before {
  opacity: 0;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group.is-active > .menuSpList-group__link.is-toggle span::after {
  opacity: 1;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group .menuSpList-group__link {
  position: relative;
  z-index: 1;
  display: block;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  width: calc(100% - 3.75rem);
  padding: 1.25rem 0 1.25rem 1.5rem;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group .menuSpList-group__link.is-toggle span {
  cursor: pointer;
  z-index: 2;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group .menuSpList-group__link.is-toggle span::before {
  background-image: url(../images/ico_plus.png);
  width: 1.25rem;
  height: 1.25rem;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group .menuSpList-group__link.is-toggle span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  background-image: url(../images/ico_minus.png);
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group .menuSpList-group__link span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3.75rem;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
#grongjpHeader .header-menuSp .menuList .menuSpList-group .menuSpList-group__link span::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/ico_arrow.png);
  background-size: contain;
  width: 0.75rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
}
#grongjpHeader .header-menuSp .header-menuSp__search {
  padding: 0.625rem 1.5rem 1rem;
}
#grongjpHeader .header-menuSp .header-menuSp__search .searchForm {
  width: 100%;
  height: 3.5rem;
}
#grongjpHeader .header-menuSp .header-menuSp__search .searchWord {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#grongjpHeader .header-menuSp .header-menuSp__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem 3.375rem;
}
#grongjpHeader .header-menuSp .header-menuSp__copy span {
  color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 1.5;
}