<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe{
  width: 100%;
}
.header-menu {
  background-color: #6bcd9c;
  color: white;
  font-weight: bold;
  min-height: 20px;
  padding: 10px;
}
.header-menu ul {
  display: flex;
  float: right;
}
.header-menu li {
  position: relative;
  padding-left: 10px;
}
.header-menu li::before {
  position: absolute;
  top: 0.35em;
  left: 0px;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  content: "";
}
.header-menu a {
  color: white;
  text-decoration: none;
  padding-right: 20px;
}

.header-logo,
.header-search {
  width: 60%;
  margin: 30px auto;
  align-items: center;
}
.prizes {
  width: 100%;
  justify-content: end;
  margin-top: 13px;
}
.prize {
  text-align: right;
  margin: 5px;
}
.logo img {
  width: 100%;
}
.prize img {
  width: 100%;
  max-width: 150px;
}

.search-box {
  width: 100%;
}
.search-box form {
  overflow: hidden;
  border: 2px solid #6bcd9c;
}
.search-box form input {
  width: 100%;
  height: 30px;
  border: none;
  box-sizing: border-box;
  outline: none;
  color: #767d83;
}
.search-box form .search-btn {
  width: 35px;
  height: 30px;
  border: none;
  background-color: #6bcd9c;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .header-menu {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header-logo {
    width: 60%;
  }
  .header-search {
    width: 90%;
  }
  .prizes {
    display: none;
  }
  .prizes-sp {
    display: flex;
    margin-top: 50px;
  }
  .shipping-note {
    text-align: center;
    font-weight: bold;
    font-size: large;
  }

  /*繧ｹ繝槭�逕ｨ繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ*/
  .navbar {
    position: relative;
    display: block;
    width: 10%;
    min-width: 55px;
    z-index: 200;
  }
  .navToggle {
    display: block;
    /*position: absolute;*/
    right: 2px;
    width: 45px;
    height: 43px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    width: 40px;
    border-bottom: solid 3px #000;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 0px;
  }
  .navToggle span:nth-child(2) {
    top: 16px;
  }
  .navToggle span:nth-child(3) {
    top: 31px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    top: 40px;
  }
  .navToggle.active span:nth-child(1) {
    top: 14px;
    right: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2逡ｪ逶ｮ縺ｨ3逡ｪ逶ｮ縺ｮspan繧�45蠎ｦ縺ｫ */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
</pre></body></html>