@charset "UTF-8";
html {
  font-size: 1rem;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 1.0625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f34 {
  font-size: 2.125rem;
}

.f35 {
  font-size: 2.1875rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.313rem;
}

.f38 {
  font-size: 2.38rem;
}

.f39 {
  font-size: 2.438rem;
}

.f40 {
  font-size: 2.5rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.688rem;
}

.f44 {
  font-size: 2.75rem;
}

.f45 {
  font-size: 2.8125rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f49 {
  font-size: 3.063rem;
}

.f50 {
  font-size: 3.125rem;
}

.f55 {
  font-size: 3.4375rem;
}

.f67 {
  font-size: 4.1875rem;
}

.f78 {
  font-size: 4.875rem;
}

.f80 {
  font-size: 5rem;
}

.f90 {
  font-size: 5.625rem;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 1000;
}
.header .menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 50px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header .menu-toggle .bar {
  width: 30px;
  height: 3px;
  background: #333333;
  transition: all 0.3s ease;
  transform-origin: center center;
}
.header .menu-toggle .label {
  font-size: 0.625rem;
  color: #333333;
  transition: opacity 0.3s;
}
.header .menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 9px);
}
.header .menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.header .menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -9px);
}
.header .menu-toggle.open .label {
  content: "閉じる";
}

.menu {
  position: fixed;
  top: 86px;
  left: 0;
  width: 100%;
  height: calc(100% - 86px);
  background: #f9f9f9;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}
.menu ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
}
.menu ul li {
  margin-bottom: 1rem;
}
.menu ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 1.1rem;
}
.menu.open {
  transform: translateY(0);
}

.mec__bar-1 {
  margin-top: 0.9375rem;
  width: 100%;
  height: 3px;
  background-color: #333333;
}
.mec__bar-2 {
  margin-top: 1px;
  width: 100%;
  height: 7px;
  background-color: #E60012;
}

#header__wrap {
  margin-top: 0.9375rem;
}
#header__sp {
  width: 100%;
}
#header__sp__row-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header__sp__row-1 img {
  width: 150px;
  height: auto;
}
#header__sp__row-1 ul {
  display: flex;
  align-items: flex-start;
}
#header__sp__row-1 ul li {
  font-size: 0.625rem;
}
#header__sp__row-1 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}
#header__sp__row-1 ul li a:link, #header__sp__row-1 ul li a:visited, #header__sp__row-1 ul li a:active, #header__sp__row-1 ul li a:hover {
  color: #333333;
}
#header__sp__row-1 ul li i {
  font-size: 1.875rem;
}
#header__sp__row-1 ul li img {
  width: 30px;
  height: auto;
}
#header__sp__row-1 ul li:nth-child(3) {
  position: relative;
}
#header__sp__row-2 form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.25rem;
}
#header__sp__row-2 form input {
  border: #CDD6DD solid 1px;
}
#header__sp__row-2 form input[type=text] {
  min-width: 0;
  flex: 8;
  height: 2.8125rem;
  text-align: left;
}
#header__sp__row-2 form input[type=text]:-moz-placeholder {
  text-align: center;
}
#header__sp__row-2 form input[type=text]:placeholder-shown {
  text-align: center;
}
#header__sp__row-2 form input[type=text]::-moz-placeholder {
  font-size: 0.875rem;
  color: #333333;
  opacity: 1;
}
#header__sp__row-2 form input[type=text]::placeholder {
  font-size: 0.875rem;
  color: #333333;
  opacity: 1;
}
#header__sp__row-2 form button {
  height: 2.8125rem;
  flex: 4;
}
#header__sp__row-2 button {
  background-color: #E60012;
  color: #fff;
}
#header__pc__row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header__pc__row-1 img {
  width: clamp(150px, 15.625vw, 300px);
  height: auto;
}
#header__pc__row-1 form {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1024px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  #header__pc__row-1 form {
    width: 60%;
  }
}
#header__pc__row-1 form input {
  border: #CDD6DD solid 1px;
}
#header__pc__row-1 form input[type=text] {
  min-width: 0;
  flex: 8;
  height: 2.8125rem;
  text-align: left;
}
#header__pc__row-1 form input[type=text]:-moz-placeholder {
  text-align: center;
}
#header__pc__row-1 form input[type=text]:placeholder-shown {
  text-align: center;
}
#header__pc__row-1 form input[type=text]::-moz-placeholder {
  font-size: 0.875rem;
  color: #333333;
  opacity: 1;
}
#header__pc__row-1 form input[type=text]::placeholder {
  font-size: 0.875rem;
  color: #333333;
  opacity: 1;
}
#header__pc__row-1 form button {
  height: 2.8125rem;
  flex: 2;
}
#header__pc__row-1 button {
  background-color: #E60012;
  color: #fff;
}
#header__pc__row-1 ul {
  display: flex;
}
#header__pc__row-1 ul li {
  list-style: none;
  margin-left: 1.25rem;
}
#header__pc__row-1 ul li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#header__pc__row-1 ul li a:link, #header__pc__row-1 ul li a:visited, #header__pc__row-1 ul li a:active, #header__pc__row-1 ul li a:hover {
  color: #333333;
}
#header__pc__row-1 ul li a i {
  font-size: 2.313rem;
}
#header__pc__row-1 ul li a .label {
  font-size: 0.75rem;
  border-bottom: 1px solid #333333;
}
#header__pc__row-1 ul li:nth-child(2) {
  position: relative;
}
#header__pc__row-2 {
  margin-top: 1.875rem;
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header__pc__row-2 ul {
  display: flex;
  justify-content: space-between;
}
#header__pc__row-2 ul li {
  list-style: none;
}
#header__pc__row-2 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#header__pc__row-2 ul li a:link, #header__pc__row-2 ul li a:visited, #header__pc__row-2 ul li a:active, #header__pc__row-2 ul li a:hover {
  color: #333333;
}
#header__pc__row-2 ul li a i {
  margin-right: 0.3rem;
}
#header__pc__row-2 ul li img {
  width: 1rem;
  height: auto;
  margin-right: 0.3rem;
}
#header__pc__row-2 ul li .label {
  border-bottom: 1px solid #333333;
}

#menu__sp-wrap {
  width: 90vw;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
#menu__sp h1 {
  margin-top: 2rem;
  text-align: left;
  font-size: 0.875rem;
}
#menu__sp-nav ul {
  padding: 0;
}
#menu__sp-nav ul li {
  padding: 10px 0;
  border: 1px solid #333333;
  text-align: center;
}
#menu__sp-nav ul li i {
  color: #95989A;
  margin-right: 2px;
}
#menu__sp-nav ul li:nth-child(2) {
  position: relative;
}

.cart-button__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #0f8e6d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 7px;
  line-height: 1;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
}

.menu__sp-accordion {
  margin-top: 2rem;
  /* summary スタイル */
  /* アイコン共通 */
  /* ===== 1層目 ===== */
  /* ネストの余白 */
}
.menu__sp-accordion h2 {
  font-size: 1.0625rem;
  font-weight: bold;
  padding-left: 0.5rem;
  border-left: #dc6700 5px solid;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.menu__sp-accordion__nav {
  margin-top: 0.5rem;
  width: 100%;
}
.menu__sp-accordion .menu__side, .menu__sp-accordion .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__sp-accordion .menu__side > li {
  border-top: 1px solid #CDD6DD;
}
.menu__sp-accordion .menu__side > li:last-child {
  border-bottom: 1px solid #CDD6DD;
}
.menu__sp-accordion .menu__side li {
  margin-bottom: 0;
}
.menu__sp-accordion .submenu li {
  margin-top: 5px;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  background-color: #F5F5F5;
}
.menu__sp-accordion .submenu li:last-child {
  margin-bottom: 5px;
}
.menu__sp-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.2rem 0.75rem;
  border-radius: 4px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 26px;
}
.menu__sp-accordion summary::-webkit-details-marker {
  display: none;
}
.menu__sp-accordion .icon {
  margin-left: auto;
  transition: transform 0.3s;
  font-size: 0.9rem;
}
.menu__sp-accordion .accordion--lv1:not([open]) > summary > .icon::before {
  content: "+"; /* fa-plus */
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}
.menu__sp-accordion .accordion--lv1[open] > summary > .icon::before {
  content: "\f068"; /* fa-minus */
}
.menu__sp-accordion .submenu {
  padding-left: 1rem;
  margin-top: 0.4rem;
}
.menu__sp-accordion a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333333;
  padding: 0.5rem;
  border-radius: 4px;
  transition: background 0.2s;
}
.menu__sp-accordion .icon-after {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  color: #333333;
}

.favorite-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 330px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.favorite-button:hover {
  background-color: #f7f7f7;
}
.favorite-button__icon, .favorite-button__arrow {
  flex-shrink: 0;
  color: #999;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.favorite-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 6px;
}
.favorite-button__text {
  color: #333;
  white-space: nowrap;
}

#menu__sp-a2 a {
  margin-bottom: 0.5rem;
}

.cart-button__badge.is-hidden {
  display: none !important;
}/*# sourceMappingURL=page-header.css.map */