@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
  .only-tab {
    display: inline-block !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
a:hover {
  opacity: 1;
}

main {
  overflow: hidden;
}

.is-hide {
  display: none !important;
}

.w-1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

.d-flx {
  display: flex;
}
@media screen and (max-width: 767px) {
  .d-flx {
    display: block;
  }
}

.t-bold {
  font-weight: 700;
}

/*左右のアニメーション*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(40px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

header {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  header {
    height: 0;
  }
}
header .headernav {
  position: absolute;
  width: 95%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 1.5%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.16);
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
header .headerspnav {
  position: fixed;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 6%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  box-shadow: 0 3px 6px rgba(80, 80, 80, 0.4);
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
header .headerspnav__wrap {
  display: flex;
  align-items: center;
}
header .headerspnav-ttl {
  width: 55%;
  max-width: 300px;
}
header .headerspnav-ttl a {
  line-height: 1;
}
header .headerspnav-ttl--nen {
  width: 40%;
  margin-bottom: 6px;
}
header h1 {
  width: 60px;
}
@media screen and (max-width: 1024px) {
  header h1 {
    width: 50px;
    top: 8px;
    left: 8px;
  }
}
header .headernav-ttl {
  width: 24%;
  margin-left: 2%;
}
header .headernav-ttl a {
  line-height: 1;
}
header .headernav-ttl--nen {
  width: 40%;
  margin-bottom: 6px;
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  header nav {
    display: block;
  }
}
header nav ul {
  width: 72%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  header nav ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
header nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 1.5%;
  text-align: center;
  line-height: 1.3;
  font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
  header nav ul li {
    display: block;
    height: auto;
    width: 44%;
    margin: 12px 0;
    padding: 0;
  }
}
header nav ul li span {
  font-size: 0.75em;
}
header nav ul li a:hover {
  opacity: 0.6;
}
header nav .navflx {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
header nav .navbtn {
  width: 16%;
  max-width: 200px;
  min-width: 160px;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header nav .navbtn {
    max-width: none;
  }
}
header nav .navbtn a {
  display: block;
  padding: 12px 0;
  background: #CC529F;
  border-radius: 10px;
  margin: 0 2%;
  text-align: center;
  color: #fff;
}
header nav .navbtn a:hover {
  opacity: 0.8;
}
header nav .navbtn a img {
  width: 15%;
  margin-right: 6px;
}
header nav .navbtn--catalog a {
  background: #238EC5;
}

.drawer__button {
  position: absolute;
  top: 30%;
  right: 20px;
  display: flex;
  height: 30px;
  width: 60px;
  justify-content: center;
  align-items: flex-end;
  z-index: 90;
  padding: 4px;
  border-radius: 8px;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  z-index: 999;
  /* メニューを開いている時もクリックできるよう設定 */
}
.drawer__button span {
  color: #000;
}
.drawer__button span.bar {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #000;
  position: absolute;
  top: 35%;
}
.drawer__button span.bar::before, .drawer__button span.bar::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  transition: all 0.3s;
}
.drawer__button span.bar::before {
  bottom: 10px;
}
.drawer__button span.bar::after {
  top: 10px;
}
.drawer__button.active span.bar {
  background-color: rgba(255, 255, 255, 0);
}
.drawer__button.active span.bar::before {
  bottom: 0;
  transform: rotate(45deg);
}
.drawer__button.active span.bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-content {
  position: fixed;
  width: 90%;
  max-width: 450px;
  height: 80vh;
  max-height: 520px;
  overflow-y: auto;
  top: 12%;
  z-index: 80;
  border-radius: 30px;
  padding: 1.5em 1.5em 1em;
  background-color: rgba(255, 255, 255, 0.9);
  left: 110%;
  right: 0;
  margin: 0 auto;
  z-index: 80;
  transition: all 0.8s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.menu-content.active {
  left: 0;
}
.menu-content .menu-content-ttl {
  margin-bottom: 16px;
}
.menu-content .menu-content-ttl--nen {
  width: 40%;
  margin-bottom: 8px;
}
.menu-content ul {
  display: block;
  text-align: left;
}
.menu-content ul li {
  text-align: left;
  width: 100%;
  margin: 8px 0;
}
.menu-content ul li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 10px 0;
  font-size: 1.1em;
}
.menu-content ul li a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  right: -1.5em;
  top: 30%;
}
.menu-content .navflx {
  display: block;
  margin-top: 30px;
}
.menu-content .navflx .navbtn {
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 16px;
}
.menu-content .navflx .navbtn a {
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
}
.menu-content .navflx .navbtn a img {
  width: 10%;
}

@keyframes stepanm {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes stepanm_rev {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.items-anm {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
}

.items-anm.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.breadlist {
  width: 95%;
  margin: 0 auto;
  max-width: 990px;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .breadlist {
    margin-top: 95px;
    max-width: 550px;
  }
}
.breadlist ol {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .breadlist ol {
    overflow-x: auto;
    padding-bottom: 0.5em;
  }
}
.breadlist ol li {
  font-size: 0.9em;
  flex-shrink: 0;
}
.breadlist ol li:nth-child(1) a {
  margin-right: 2em;
}
.breadlist ol li a {
  position: relative;
  display: block;
  color: #0F64C5;
}
.breadlist ol li a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  right: -1.5em;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .breadlist ol li a::after {
    right: -1.6em;
  }
}

.ranlist .imgarea {
  background: #fff;
  border-radius: 10px;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranlist .imgarea {
    padding: 1em;
  }
}
.ranlist .imgarea img {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .ranlist .imgarea img {
    max-height: 140px;
  }
}
.ranlist li {
  margin: 0 16px 50px;
}
.ranlist li .imgarea {
  margin-bottom: 8px;
}
.ranlist li .tag {
  font-size: 0.8em;
  margin-bottom: 8px;
}
.ranlist li .ttl {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .ranlist li .ttl {
    font-size: 1em;
  }
}
.ranlist li .price {
  text-align: right;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .ranlist li .price {
    font-size: 1em;
  }
}
.ranlist li .price span.tax {
  margin-left: 8px;
  font-size: 0.7em;
}
.ranlist li .try {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ranlist li .try {
    display: block;
  }
}
.ranlist li .try p {
  width: 20%;
  font-size: 0.85em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranlist li .try p {
    width: 100%;
    margin-bottom: 4px;
  }
}
.ranlist li .try .trybtn {
  width: 78%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ranlist li .try .trybtn {
    width: 100%;
    justify-content: space-between;
  }
}
.ranlist li .try .trybtn .item {
  width: 49%;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .ranlist li .try .trybtn .item {
    width: 48%;
    margin: 0;
  }
}
.ranlist li .try .trybtn .item a {
  display: block;
  padding: 2px 0;
  background: #FCF5EB;
  box-shadow: 0 3px 0 #8E8E8E;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .ranlist li .try .trybtn .item a {
    padding: 4px 0;
    font-size: 0.8em;
    box-shadow: 0 2px 0 #8E8E8E;
  }
}
.ranlist li .try .trybtn .item a:hover {
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .ranlist li .try .trybtn .item a:hover {
    transform: translateY(2px);
  }
}
.ranlist li .detailbtn {
  margin-top: 12px;
}
.ranlist li .detailbtn a {
  display: block;
  position: relative;
  padding: 8px 0;
  background: #FFD658;
  box-shadow: 0 3px 0 #CFA414;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranlist li .detailbtn a {
    font-size: 0.75em;
    box-shadow: 0 2px 0 #CFA414;
    border-radius: 8px;
  }
}
.ranlist li .detailbtn a::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  right: 5%;
  top: 35%;
}
@media screen and (max-width: 767px) {
  .ranlist li .detailbtn a::after {
    right: 3%;
    top: 40%;
  }
}
.ranlist li .detailbtn a:hover {
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .ranlist li .detailbtn a:hover {
    transform: translateY(2px);
  }
}
.ranlist li .youmeonline {
  margin-top: 12px;
}
.ranlist li .youmeonline a {
  display: block;
  position: relative;
  padding: 8px 0;
  background: #CC529F;
  box-shadow: 0 3px 0 #BB167E;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranlist li .youmeonline a {
    font-size: 0.75em;
    box-shadow: 0 2px 0 #BB167E;
    border-radius: 8px;
  }
}
.ranlist li .youmeonline a::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 5%;
  top: 35%;
}
@media screen and (max-width: 767px) {
  .ranlist li .youmeonline a::after {
    right: 3%;
    top: 40%;
  }
}
.ranlist li .youmeonline a:hover {
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .ranlist li .youmeonline a:hover {
    transform: translateY(2px);
  }
}

.youmeonlinefixbtn {
  position: fixed;
  bottom: 15%;
  right: 1em;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .youmeonlinefixbtn {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.youmeonlinefixbtn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background: #E21F99;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.4em;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .youmeonlinefixbtn a {
    width: 100%;
    height: auto;
    border-radius: 0 30px 0 0;
    font-size: 1em;
    padding: 8px 0;
  }
}
.youmeonlinefixbtn a:hover {
  box-shadow: none;
}
.youmeonlinefixbtn a p {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .youmeonlinefixbtn__wrap {
    display: flex;
    align-items: center;
  }
}
.youmeonlinefixbtn__img {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .youmeonlinefixbtn__img {
    width: 30px;
    margin-bottom: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
  .only-tab {
    display: inline-block !important;
  }
}
.fv {
  position: relative;
  margin-top: 20px;
  z-index: 2;
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background: #FFD5D5;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.fv--boy::after {
  background: #D2E1F8;
}
.fv__img {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv__img {
    width: 90%;
    max-width: 440px;
  }
}
.fv__img::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../img/search/dec-star.png) no-repeat;
  background-size: contain;
  top: 18%;
  left: 2%;
  z-index: 1;
  animation: rotateanm 4s steps(12, end) infinite;
}
@media screen and (max-width: 1024px) {
  .fv__img::before {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 26%;
  }
}
.fv__img--boy::before {
  background: url(../img/search/dec-zukei.png) no-repeat;
  background-size: contain;
}
.fv__subttl {
  position: absolute;
  top: 25%;
  left: 4%;
}
@media screen and (max-width: 1024px) {
  .fv__subttl {
    top: auto;
    bottom: 20%;
  }
}
.fv__subttl p {
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  text-align: center;
  padding: 15px 60px;
  color: #C14747;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 2em;
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  .fv__subttl p {
    font-size: 1.4em;
    padding: 10px 30px;
  }
}
.fv__subttl--boy p {
  color: #3863A2;
}
.fv__mainttl {
  position: absolute;
  top: 45%;
  left: 4%;
}
@media screen and (max-width: 1024px) {
  .fv__mainttl {
    top: auto;
    bottom: 5%;
  }
}
.fv__mainttl h2 {
  color: #fff;
  text-align: left;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: clamp(1.4rem, 0.429rem + 2.86vw, 2.75rem);
  letter-spacing: 4px;
}

@keyframes rotateanm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about {
  position: relative;
  padding: 40px 0;
  background: #FFD5D5;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 0;
  }
}
.about::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: #FFD5D5;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about::after {
    width: 120%;
    height: 100%;
    bottom: -80px;
    left: -10%;
  }
}
.about--boy {
  background: #D2E1F8;
}
.about--boy::after {
  background: #D2E1F8;
}
.about__ttl {
  position: relative;
  display: inline-block;
  font-size: 2em;
  color: #C14747;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  letter-spacing: 2px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.about__ttl::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 5px;
  left: -10%;
  right: 0;
  margin: 0 auto;
  border-bottom: 4px dotted #C14747;
  bottom: 0;
}
.about__ttl--boy {
  color: #3863A2;
}
.about__ttl--boy::before {
  border-bottom: 4px dotted #3863A2;
}
.about__txt {
  width: 95%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.8;
}
.about__dec {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
  margin-top: 30px;
}
.about__dec--item {
  width: 30%;
  max-width: 56px;
  margin: 0 8px;
}
.about__dec--item:nth-child(1) {
  animation: kaku 2.5s steps(2, end) infinite;
}
.about__dec--item:nth-child(2) {
  animation: kaku 2.5s 0.5s steps(2, end) infinite;
}
.about__dec--item:nth-child(3) {
  animation: kaku 2.5s 1s steps(2, end) infinite;
}

@keyframes kaku {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.select {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 160px;
  border-radius: 25px;
  border: 3px solid #C14747;
  padding: 60px 1em 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .select {
    padding: 60px 5px 40px;
  }
}
.select--boy {
  border: 3px solid #3863A2;
}
.select__ttl {
  position: absolute;
  text-align: center;
  width: 60%;
  max-width: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  padding: 12px 0;
  background: #C14747;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .select__ttl {
    width: 70%;
    padding: 8px 0;
    top: -20px;
  }
}
.select__ttl p {
  font-size: 1.4em;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .select__ttl p {
    font-size: 1.3em;
  }
}
.select__ttl--boy {
  background: #3863A2;
}
.select__main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .select__main {
    max-width: 500px;
  }
}
.select__main input {
  margin: 0;
  display: none;
}
.select__main label {
  width: 30%;
  max-width: 240px;
  margin: 0 4px 12px;
  padding: 12px 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.1em;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .select__main label {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .select__main label {
    width: 43%;
    padding: 8px 0;
    margin: 0 4px 12px;
    font-size: 0.7em;
    letter-spacing: 0;
  }
}
.select__main label.red {
  background: #C14747;
  color: #fff;
  border: 3px solid #C14747;
}
.select__main label.red:hover {
  background: #fff;
  color: #000;
}
.select__main label.pink {
  background: #E98EAD;
  border: 3px solid #E98EAD;
}
.select__main label.pink:hover {
  background: #fff;
}
.select__main label.lavender {
  background: #9B7C9A;
  color: #fff;
  border: 3px solid #9B7C9A;
}
.select__main label.lavender:hover {
  background: #fff;
  color: #000;
}
.select__main label.yellow {
  background: #E5D82F;
  border: 3px solid #E5D82F;
}
.select__main label.yellow:hover {
  background: #fff;
}
.select__main label.orange {
  background: #E28B35;
  border: 3px solid #E28B35;
}
.select__main label.orange:hover {
  background: #fff;
}
.select__main label.camel {
  background: #975F43;
  color: #fff;
  border: 3px solid #975F43;
}
.select__main label.camel:hover {
  background: #fff;
  color: #000;
}
.select__main label.blue {
  background: #4788C1;
  color: #fff;
  border: 3px solid #4788C1;
}
.select__main label.blue:hover {
  background: #fff;
  color: #000;
}
.select__main label.green {
  background: #678A5B;
  color: #fff;
  border: 3px solid #678A5B;
}
.select__main label.green:hover {
  background: #fff;
  color: #000;
}
.select__main label.white {
  background: #EBD5A9;
  border: 3px solid #EBD5A9;
}
.select__main label.white:hover {
  background: #fff;
}
.select__main label.mint {
  background: #88C4B1;
  border: 3px solid #88C4B1;
}
.select__main label.mint:hover {
  background: #fff;
}
.select__main label.gray {
  background: #BBBBBB;
  border: 3px solid #BBBBBB;
}
.select__main label.gray:hover {
  background: #fff;
}
.select__main label.black {
  background: #535353;
  color: #fff;
  border: 3px solid #535353;
}
.select__main label.black:hover {
  background: #fff;
  color: #000;
}
.select__main label.all {
  background: #FCF5EB;
  border: 2px solid #000;
}

.searchlist {
  position: relative;
  padding: 160px 0 80px 0;
  background: #FCF5EB;
  margin-top: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .searchlist {
    margin-top: 140px;
    padding-top: 120px;
  }
}
.searchlist::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 88px;
  background: url(../img/wave.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  left: 0;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .searchlist::before {
    background-size: cover;
  }
}
.searchlist__wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  border: 3px solid #C14747;
  border-radius: 25px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .searchlist__wrap {
    border-radius: 14px;
  }
}
.searchlist__wrap::before {
  content: "";
  position: absolute;
  width: 60%;
  max-width: 600px;
  height: 90px;
  border-radius: 24px 24px 0 0;
  border: 3px solid #C14747;
  border-bottom: 3px solid #FCF5EB;
  background: #FCF5EB;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -95px;
}
@media screen and (max-width: 767px) {
  .searchlist__wrap::before {
    width: 80%;
    height: 50px;
    top: -53px;
    border-radius: 14px 14px 0 0;
  }
}
.searchlist__wrap--boy {
  border: 3px solid #3863A2;
}
.searchlist__wrap--boy::before {
  border: 3px solid #3863A2;
  border-bottom: 3px solid #FCF5EB;
}
.searchlist__ttl {
  position: relative;
  text-align: center;
}
.searchlist__ttl::before {
  content: "";
  position: absolute;
  max-width: 100px;
  height: 80px;
  background: url(../img/search/rand1.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -90px;
  animation: kaku 2s steps(2, end) infinite;
}
@media screen and (max-width: 767px) {
  .searchlist__ttl::before {
    max-width: 80px;
    height: 60px;
    top: -70px;
  }
}
.searchlist__ttl p {
  font-size: 1.8em;
  color: #C14747;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .searchlist__ttl p {
    font-size: 1.2em;
  }
}
.searchlist__ttl--boy p {
  color: #3863A2;
}
.searchlist__searchitem {
  margin-top: 20px;
  text-align: center;
}
.searchlist__searchitem p {
  margin: 0 auto;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 999px;
  font-size: 1.1em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .searchlist__searchitem p {
    font-size: 1em;
  }
}
.searchlist__arnotice {
  width: 95%;
  margin: 10px auto;
  max-width: 900px;
  padding: 1em;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}
.searchlist__notice {
  width: 95%;
  margin: 40px auto;
  max-width: 900px;
  padding: 1em;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .searchlist__notice {
    margin-top: 20px;
  }
}
.searchlist__main {
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 40px;
}
.searchlist__main ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .searchlist__main ul {
    justify-content: space-between;
  }
}
.searchlist__main ul li {
  width: 20%;
  max-width: 280px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .searchlist__main ul li {
    width: 48%;
    margin: 0;
    margin-bottom: 50px;
    min-width: auto;
  }
}
.searchlist__main ul li .brandlogo {
  max-width: 80px;
}
.searchlist__main ul li .btnarea {
  margin-top: auto;
}

.searchnotice {
  width: 95%;
  margin: 80px auto;
  max-width: 1200px;
}
.searchnotice p {
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  #s_toPageTop {
    bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  footer#s_footer {
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=search.css.map */