/* ======================================================
	fv
========================================================= */
.contents_inner {
  max-width: 1280px;
  margin: 0px auto;
}

#fv .contents_inner {
  max-width: 100%;
}

.fv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .fv_slide {
    padding: 0px 5px;
  }
}
@media screen and (min-width: 768px) {
  .fv_slide {
    width: 50vw;
    height: calc(50vw - 20px);
    padding: 0px 10px;
  }
}
@media screen and (min-width: 1080px) {
  .fv_slide {
    width: 40vw;
    height: calc(40vw - 20px);
    padding: 0px 10px;
  }
}
@media screen and (min-width: 1380px) {
  .fv_slide {
    width: 512px;
    height: 492px;
    padding: 0px 10px;
  }
}

.fv_slide_bunner {
  line-height: 1em;
}
.fv_slide_bunner > a {
  display: inline-block;
  position: relative;
}
.fv_slide_bunner > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fv_slide_bunner .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fv_slide_post > a {
  position: relative;
  display: block;
}
.fv_slide_post .img img {
  width: 100%;
  height: auto;
}
.fv_slide_post .fv_slide_post_bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 15px 15px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .fv_slide_post .fv_slide_post_bottom {
    padding: 25px 25px;
  }
}
.fv_slide_post .fv_slide_post_bottom:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(17, 17, 17, 0.5) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.fv_slide_post .fv_slide_post_bottom .info, .fv_slide_post .fv_slide_post_bottom .title {
  position: relative;
  z-index: 11;
}
.fv_slide_post .fv_slide_post_bottom .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1080px) {
  .fv_slide_post .fv_slide_post_bottom .info {
    margin-bottom: 10px;
  }
}
.fv_slide_post .fv_slide_post_bottom .category {
  line-height: 1em;
}
.fv_slide_post .fv_slide_post_bottom .category span {
  display: inline-block;
  background-color: #fff;
  border-radius: 40px;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 0.3em 10px;
  color: #EA5532;
  font-weight: 600;
}
.fv_slide_post .fv_slide_post_bottom .type {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
}
.fv_slide_post .fv_slide_post_bottom .title {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .fv_slide_post .fv_slide_post_bottom .title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .fv_slide_post .fv_slide_post_bottom .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1380px) {
  .fv_slide_post .fv_slide_post_bottom .title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  #fv .slick-prev, #fv .slick-next {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1080px) {
  #fv .slick-prev, #fv .slick-next {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  #fv .slick-prev {
    left: 18vw;
  }
}
@media screen and (min-width: 1080px) {
  #fv .slick-prev {
    left: 25vw;
  }
}
@media screen and (min-width: 1380px) {
  #fv .slick-prev {
    left: 50%;
    margin-left: -306px;
  }
}
@media screen and (min-width: 768px) {
  #fv .slick-next {
    right: 18vw;
  }
}
@media screen and (min-width: 1080px) {
  #fv .slick-next {
    right: 25vw;
  }
}
@media screen and (min-width: 1380px) {
  #fv .slick-next {
    right: 50%;
    margin-right: -306px;
  }
}
@media screen and (min-width: 1080px) {
  #fv .slick-next:before {
    margin-top: -1px;
  }
}

/* =============================================
- search_link
================================================ */
@media screen and (max-width: 767px) {
  .search_link_list {
    border-top: 1px solid #111111;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    padding-inline: 5vw;
  }
}

.search_link_item {
  line-height: 1em;
  vertical-align: top;
}
.search_link_item a {
  position: relative;
  display: inline-block;
  color: #111111;
  line-height: 1em;
  width: 100%;
  padding: 30px 10vw;
  overflow: hidden;
  text-align: left;
  border-radius: 10px;
}
.search_link_item a .text {
  position: relative;
  z-index: 11;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 45px;
}
.search_link_item a .text .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 26px;
  margin-top: -13px;
}
.search_link_item a .text .icon:before, .search_link_item a .text .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search_link_item a .text .icon:after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.search_link_item a .text .icon._ranking:before {
  background-image: url(../img/icon/black/ranking.svg);
}
.search_link_item a .text .icon._ranking:after {
  background-image: url(../img/icon/white/ranking.svg);
}
.search_link_item a .text .icon._shop:before {
  background-image: url(../img/icon/black/shop.svg);
}
.search_link_item a .text .icon._shop:after {
  background-image: url(../img/icon/white/shop.svg);
}
.search_link_item a .text .icon._genre:before {
  background-image: url(../img/icon/black/genre.svg);
}
.search_link_item a .text .icon._genre:after {
  background-image: url(../img/icon/white/genre.svg);
}
.search_link_item a .text .icon._star:before {
  background-image: url(../img/icon/black/star.svg);
}
.search_link_item a .text .icon._star:after {
  background-image: url(../img/icon/white/star.svg);
}
.search_link_item a .text .icon._cart:before {
  background-image: url(../img/icon/black/cart.svg);
}
.search_link_item a .text .icon._cart:after {
  background-image: url(../img/icon/white/cart.svg);
}
.search_link_item a .text .icon._login:before {
  background-image: url(../img/icon/black/login.svg);
}
.search_link_item a .text .icon._login:after {
  background-image: url(../img/icon/white/login.svg);
}
.search_link_item a .text .icon._yen:before {
  background-image: url(../img/icon/black/yen.svg);
}
.search_link_item a .text .icon._yen:after {
  background-image: url(../img/icon/white/yen.svg);
}
.search_link_item a .arrow {
  position: absolute;
  right: 5vw;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  z-index: 11;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 1080px) {
  .search_link_item a .arrow {
    right: 20px;
  }
}
.search_link_item a .arrow:before, .search_link_item a .arrow:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  border-color: #111111;
  border-width: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 1080px) {
  .search_link_item a .arrow:before {
    border-color: #fff;
    opacity: 0;
  }
}
.search_link_item a:before, .search_link_item a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.search_link_item a:after {
  background-color: #FFD200;
}
.search_link_item a:before {
  background-color: #111111;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  z-index: 11;
}

.search_link_item a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_link_item a:before, .search_link_item a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_link_item a .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_link_item a .arrow:before, .search_link_item a .arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_link_item a .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_link_item a .text .icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_link_item a .text .icon:before, .search_link_item a .text .icon:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .search_link_item a:hover {
    border-color: #111111 !important;
  }
  .search_link_item a:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .search_link_item a:hover .text {
    color: #fff;
  }
  .search_link_item a:hover .arrow:before {
    opacity: 1;
  }
  .search_link_item a:hover .arrow:after {
    opacity: 0;
  }
  .search_link_item a:hover .icon:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .search_link_item a:hover .icon:after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* ======================================================
	top_search
========================================================= */
@media screen and (min-width: 768px) {
  #top_search {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #top_search {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#top_search .search_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-inline: 5vw;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  #top_search .search_link_list {
    padding-inline: 0;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    gap: 10px;
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_list {
    gap: 0;
  }
}
#top_search .search_link_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top_search .search_link_item {
    width: calc(50cqi - 5px);
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_item {
    width: calc(20cqi - 10px);
  }
}
#top_search .search_link_item a {
  border-radius: 10px;
  border: none;
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  #top_search .search_link_item a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_item a {
    padding-inline: 20px;
  }
}
#top_search .search_link_item a::after, #top_search .search_link_item a::before {
  border-radius: 10px;
}
@media screen and (max-width: 1079px) {
  #top_search .search_link_item a::before {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_item a .arrow {
    margin-top: -1px;
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_item a .text {
    padding-left: 25px;
    font-size: min(1.1111111111vw, 1.5rem);
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_item a .text .icon {
    width: 22px;
    height: 18px;
    margin-top: -9px;
  }
}
@media screen and (min-width: 1080px) {
  #top_search .search_link_item a .text .icon:before, #top_search .search_link_item a .text .icon:after {
    background-size: cover;
  }
}
/*# sourceMappingURL=firstview.css.map */