@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.unkernav {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
.unkernav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .unkernav ul {
    justify-content: center;
  }
}
.unkernav ul li {
  width: 46%;
  max-width: 440px;
  min-width: 360px;
  margin: 10px 8px;
}
@media screen and (max-width: 767px) {
  .unkernav ul li {
    width: 100%;
    min-width: auto;
    margin: 10px 0;
  }
}
.unkernav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 4px 2em;
  background: #006cb6;
  box-shadow: 0 6px 0 #a1e2ff;
}
@media screen and (max-width: 767px) {
  .unkernav ul li a {
    padding: 2px 1em 6px;
  }
}
.unkernav ul li a img {
  width: 80%;
}
.unkernav ul li a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 12px;
  background: url(../img/1003/arrow-white.svg) no-repeat;
  background-size: contain;
  right: 4%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .unkernav ul li a::after {
    width: 20px;
    height: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 12%;
  }
}
.unkernav ul li a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(6px);
}
.unkernav ul li.regular a {
  background: #c70079;
  box-shadow: 0 6px 0 #ffb6e9;
}
.unkernav ul li.regular a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(6px);
}
.unkernav__logo {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .unkernav__logo {
    width: 28%;
  }
}
.unkernav__txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .unkernav__txt {
    width: 70%;
  }
}

.item {
  position: relative;
  width: calc(25% - 12px);
  margin: 10px 6px;
  padding-top: 0.5em;
  background: #fff;
  border: 1px solid #006cb6;
  box-shadow: 5px 5px 0 #a1e2ff;
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .item {
    width: calc(50% - 12px);
    min-width: auto;
  }
}
.item__logo {
  position: absolute;
  width: 20%;
  top: 0.5em;
  left: 0.5em;
}
@media screen and (max-width: 767px) {
  .item__logo {
    width: 24%;
  }
}
.item__img {
  margin-bottom: 4px;
}
.item__ttl {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 0 0.5em;
}
.item__comment {
  padding: 0 0.5em;
  margin-bottom: 10px;
}
.item__price {
  margin-top: auto;
  padding: 4px 0;
  background: #006cb6;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.2em;
  }
}
.item__price span.small {
  font-size: 0.7em;
}
.item__price span.tax {
  font-size: 0.7em;
}

.list {
  position: relative;
  margin-top: 180px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .list {
    margin-top: 60px;
    margin-bottom: 120px;
  }
}
.list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ecf4fa;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list::after {
    top: 50px;
  }
}
.list--regular .item {
  border: 1px solid #c70079;
  box-shadow: 5px 5px 0 #ffb6e9;
}
.list--regular .item__price {
  background: #c70079;
}
.list--regular::after {
  background: #faeaf4;
}
.list__ttl {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 52%;
  border-radius: 0 24px 24px 0;
  background: #006cb6;
  box-shadow: 7px 7px 0 #a1e2ff;
  padding: 10px 40px 10px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list__ttl {
    width: 80%;
    border-radius: 0 10px 10px 0;
    padding: 0 30px 0 0;
    max-width: 450px;
  }
}
.list__ttl--regular {
  background: #c70079;
  box-shadow: 7px 7px 0 #ffb6e9;
}
.list__ttl img {
  width: 100%;
}
.list__ttl-logo {
  width: 30%;
  margin-right: 20px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .list__ttl-logo {
    width: 40%;
    margin-right: 10px;
  }
}
.list__ttl-txt {
  width: 30%;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .list__ttl-txt {
    width: 40%;
  }
}
.list__main {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .list__main {
    justify-content: center;
  }
}

.mainnotice {
  width: 95%;
  margin: 40px auto;
  max-width: 1200px;
}
.mainnotice p {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}