#top {
  margin: 0;
  padding: 0;
}
#top .hero {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  padding: 0;
  /*height:calc(100vh - 240px);*/
}
@media print, screen and (max-width: 767px) {
  #top .hero {
    overflow: visible;
    margin: 0;
  }
}
@media print {
  #top .hero {
    width: 100%;
    height: 500px;
    background-image: url(https://img21.shop-pro.jp/PA01505/970/etc_base64/aGVyb18wMDE.jpg?cmsp_timestamp=20240212011251);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#top .hero .hero_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media print, screen and (max-width: 1023px) {
  #top .hero .hero_title {
    width: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_title {
    width: 100px;
  }
}
#top .hero .hero_title h1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#top .hero .hero_title h1 img {
  width: 30px;
  height: auto;
}
@media print, screen and (max-width: 1200px) {
  #top .hero .hero_title h1 img {
    width: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_title h1 img {
    width: 20px;
  }
}
#top .hero .hero_title h1 span {
  display: block;
  padding: 50px 0 0;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 14px;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1200px) {
  #top .hero .hero_title h1 span {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_title h1 span {
    padding: 24px 0 0;
    font-size: 12px;
  }
}
#top .hero .hero_slider {
  background-color: #000000;
}
@media print {
  #top .hero .hero_slider {
    display: none;
  }
}
#top .hero .hero_slider .swiper-wrapper .swiper-slide {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  /*height:calc(100vh - 240px);*/
  line-height: 0;
}
#top .hero .hero_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
#top .hero .hero_slider .swiper-wrapper .swiper-slide img.pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_slider .swiper-wrapper .swiper-slide img.pc {
    display: none;
  }
}
#top .hero .hero_slider .swiper-wrapper .swiper-slide img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_slider .swiper-wrapper .swiper-slide img.sp {
    display: block;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .hero .hero_slider .swiper-wrapper .swiper-slide img {
    max-width: inherit;
    width: 130%;
  }
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_slider .swiper-wrapper .swiper-slide img {
    max-width: inherit;
    width: 100%;
  }
}
#top .hero .hero_slider .swiper-pagination {
  bottom: 20px;
  left: 10px;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_slider .swiper-pagination {
    bottom: -30px;
    left: 0;
    text-align: center;
  }
}
#top .hero .hero_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #ffffff;
  opacity: 0.3;
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_slider .swiper-pagination .swiper-pagination-bullet {
    background: #494949;
  }
}
#top .hero .hero_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  #top .hero .hero_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #494949;
  }
}
#top .calendar_bannar {
  padding: 80px 0 0;
  margin: 0 auto;
  max-width: 1440px;
}
#top .calendar_bannar a {
  display: block;
  margin: 0 80px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  #top .calendar_bannar a {
    margin: 0 50px;
  }
}
@media print, screen and (max-width: 940px) {
  #top .calendar_bannar a {
    margin: 0 20px;
  }
}
#top .calendar_bannar a img {
  width: 100%;
  height: auto;
  border: #d9d9d9 solid 1px;
}
#top .calendar_bannar a img.pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  #top .calendar_bannar a img.pc {
    display: none;
  }
}
#top .calendar_bannar a img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #top .calendar_bannar a img.sp {
    display: block;
  }
}
#top .category_list {
  margin: 0;
  padding: 80px 0 0;
}
#top .category_list h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 1280px) {
  #top .category_list h2 {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .category_list h2 {
    padding: 0 30px;
  }
}
#top .category_list h2 span.en {
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 80px;
}
@media print, screen and (max-width: 1180px) {
  #top .category_list h2 span.en {
    font-size: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .category_list h2 span.en {
    padding: 0 10px 0 0;
    font-size: 40px;
  }
}
#top .category_list h2 span.ja {
  padding: 10px 0 0;
}
#top .category_list .category_list__group {
  margin: -12px 0 0;
  padding: 0;
  border-top: #d9d9d9 solid 1px;
}
@media print, screen and (max-width: 1180px) {
  #top .category_list .category_list__group {
    margin: -9px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__group {
    margin: -7px 0 0;
  }
}
#top .category_list .category_list__group .category_slider {
  display: none;
  border-bottom: #d9d9d9 solid 1px;
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__group .category_slider {
    display: block;
  }
}
#top .category_list .category_list__group .category_slider .swiper-slide a {
  display: block;
  padding: 30px;
}
#top .category_list .category_list__group .category_slider .swiper-slide a .category_info {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
}
#top .category_list .category_list__group .category_slider .swiper-slide a .category_info .category_name {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 18px;
}
#top .category_list .category_list__group .category_slider .swiper-slide a .category_info p {
  font-size: 14px;
  line-height: 2em;
}
#top .category_list .category_list__group .category_slider .swiper-slide a .category_img {
  margin: 0 -20px 0 25%;
  padding: 10px 0 0;
  width: auto;
}
#top .category_list .category_list__group .category_slider .swiper-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: #d9d9d9 solid 1px;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-left: #d9d9d9 solid 1px;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-next::after {
  display: none;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-next i {
  position: relative;
  width: 10px;
  height: 20px;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-next i::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #c2c1c1;
  content: "";
  transform: rotate(45deg);
  transform-origin: bottom right;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-next i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #c2c1c1;
  content: "";
  transform: rotate(-45deg);
  transform-origin: top right;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-prev {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-left: #d9d9d9 solid 1px;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-prev::after {
  display: none;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-prev i {
  position: relative;
  width: 10px;
  height: 20px;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-prev i::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #c2c1c1;
  content: "";
  transform: rotate(45deg);
  transform-origin: bottom left;
}
#top .category_list .category_list__group .category_slider .swiper-button .swiper-button-prev i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #c2c1c1;
  content: "";
  transform: rotate(-45deg);
  transform-origin: top left;
}
#top .category_list .category_list__group ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__group ul {
    display: none;
  }
}
#top .category_list .category_list__group ul li {
  box-sizing: border-box;
  width: 50%;
  border-right: #d9d9d9 solid 1px;
  border-bottom: #d9d9d9 solid 1px;
}
#top .category_list .category_list__group ul li:nth-child(2n) {
  border-right: none;
}
#top .category_list .category_list__group ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 70px 28px 42px 80px;
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__group ul li a {
    display: block;
    padding: 70px 50px 42px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__group ul li a {
    padding: 50px 50px 42px 50px;
  }
}
#top .category_list .category_list__group ul li a .category_info {
  width: 240px;
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__group ul li a .category_info {
    width: auto;
  }
}
#top .category_list .category_list__group ul li a .category_info .category_name {
  margin: 0 0 47px;
  padding: 0;
  font-weight: 600;
  font-size: 1.44vw;
}
@media print, screen and (min-width: 1980px) {
  #top .category_list .category_list__group ul li a .category_info .category_name {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 1365px) {
  #top .category_list .category_list__group ul li a .category_info .category_name {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__group ul li a .category_info .category_name {
    margin: 0 0 26px;
  }
}
#top .category_list .category_list__group ul li a .category_info p {
  max-width: 240px;
  text-align: justify;
  font-weight: 600;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__group ul li a .category_info p {
    max-width: inherit;
  }
}
#top .category_list .category_list__group ul li a .category_img {
  padding: 14px 0 0 50px;
  width: calc(100% - 310px);
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__group ul li a .category_img {
    margin: 25px 0 0 auto;
    padding: 0;
    width: 58%;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__group ul li a .category_img {
    margin: 25px -30px 0 auto;
    width: 70%;
  }
}
#top .category_list .category_list__group ul li a .category_img img {
  width: 100%;
  height: auto;
}
#top .category_list .category_list__category {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__category {
    flex-direction: column;
  }
}
#top .category_list .category_list__category .category_list__all {
  box-sizing: border-box;
  margin: 0;
  padding: 55px 0 0 80px;
  width: 392px;
  border-bottom: #d9d9d9 solid 1px;
}
@media print, screen and (max-width: 1560px) {
  #top .category_list .category_list__category .category_list__all {
    width: 312px;
  }
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__category .category_list__all {
    padding: 55px 0 0 50px;
    width: 25%;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__category .category_list__all {
    position: relative;
    padding: 50px;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__category .category_list__all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    height: 50px;
  }
}
#top .category_list .category_list__category .category_list__all h2 {
  display: block;
  margin: 0 0 45px;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__category .category_list__all h2 {
    margin: 0;
  }
}
#top .category_list .category_list__category .category_list__all h2 span {
  display: inline-block;
  padding: 13px 0 0;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__category .category_list__all h2 span {
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__category .category_list__all h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
  }
  #top .category_list .category_list__category .category_list__all h2 br {
    display: none;
  }
}
#top .category_list .category_list__category .category_list__all a {
  font-weight: 600;
  font-size: 14px;
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__category .category_list__all a {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -10px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__category .category_list__all a {
    display: none;
  }
}
#top .category_list .category_list__category .category_list__list {
  margin: 0;
  padding: 0;
  width: calc(100% - 392px);
}
@media print, screen and (max-width: 1560px) {
  #top .category_list .category_list__category .category_list__list {
    width: calc(100% - 312px);
  }
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__category .category_list__list {
    width: 75%;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__category .category_list__list {
    width: 100%;
  }
}
#top .category_list .category_list__category .category_list__list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#top .category_list .category_list__category .category_list__list ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 25%;
  border-bottom: #d9d9d9 solid 1px;
  border-left: #d9d9d9 solid 1px;
}
@media print, screen and (max-width: 1280px) {
  #top .category_list .category_list__category .category_list__list ul li {
    width: 33.3333%;
  }
}
@media print, screen and (max-width: 639px) {
  #top .category_list .category_list__category .category_list__list ul li {
    width: 50%;
  }
}
#top .category_list .category_list__category .category_list__list ul li a {
  display: block;
  padding: 55px 0 30px 42px;
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__category .category_list__list ul li a {
    padding: 36px 0 30px 20px;
  }
}
#top .category_list .category_list__category .category_list__list ul li a .category_name {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
@media print, screen and (max-width: 767px) {
  #top .category_list .category_list__category .category_list__list ul li a .category_name {
    font-size: 13px;
  }
  #top .category_list .category_list__category .category_list__list ul li a .category_name.ar {
    padding: 0 0 0 12px;
  }
}
#top .category_list .category_list__category .category_list__list ul li a .category_img {
  margin: 0;
  padding: 70px 0 0 30%;
  line-height: 0;
}
#top .category_list .category_list__category .category_list__list ul li a .category_img img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  #top .category_list .category_list__category .category_list__list ul li:nth-child(3n-2) {
    border-left: none;
  }
}
@media print, screen and (max-width: 639px) {
  #top .category_list .category_list__category .category_list__list ul li:nth-child(3n-2) {
    border-left: #d9d9d9 solid 1px;
  }
}
@media print, screen and (max-width: 639px) {
  #top .category_list .category_list__category .category_list__list ul li:nth-child(2n-1) {
    border-left: none;
  }
}
#top .message {
  margin: 0;
  padding: 50px 80px;
  border-bottom: #d9d9d9 solid 1px;
  background-image: url(https://img21.shop-pro.jp/PA01505/970/etc_base64/Zl9iZw.png);
  background-repeat: repeat;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  #top .message {
    padding: 60px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .message {
    padding: 50px 20px;
  }
}
#top .message p {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
@media print, screen and (max-width: 1023px) {
  #top .message p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .message p {
    letter-spacing: normal;
    font-size: 13px;
    line-height: 2em;
  }
}
@media print, screen and (max-width: 374px) {
  #top .message p br.sp {
    display: none !important;
  }
}
#top .message .tel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#top .message .tel span {
  font-weight: 700;
  font-size: 12px;
}
#top .message .tel a {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 40px;
}
@media print, screen and (max-width: 1023px) {
  #top .message .tel a {
    font-size: 34px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .message .tel a {
    position: relative;
    padding: 50px 0 10px;
    font-size: 30px;
  }
}
#top .message .tel a span {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
}
#top .message .tel a i {
  margin: 0;
  padding: 0 14px 0 0;
  width: 30px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #top .message .tel a i {
    position: absolute;
    top: 10px;
    left: 50%;
    padding: 0;
    width: 26px;
    transform: translate(-50%, 0);
  }
  #top .message .tel a i svg {
    width: 26px;
    height: auto;
  }
}
#top .new_items {
  margin: 0;
  padding: 0;
}
#top .new_items h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 50px 80px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 1280px) {
  #top .new_items h2 {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items h2 {
    flex-direction: column;
    padding: 50px 30px;
    text-align: center;
  }
}
#top .new_items h2 span.en {
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 30px;
}
@media print, screen and (max-width: 767px) {
  #top .new_items h2 span.en {
    margin: 0;
    padding: 0 0 14px;
    font-size: 26px;
  }
}
#top .new_items ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: #d9d9d9 solid 1px;
}
#top .new_items ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 20%;
  border-right: #d9d9d9 solid 1px;
  border-bottom: #d9d9d9 solid 1px;
}
#top .new_items ul li:last-child {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  #top .new_items ul li:last-child {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li:last-child {
    display: none;
  }
}
@media print, screen and (max-width: 1180px) {
  #top .new_items ul li {
    width: 25%;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .new_items ul li {
    width: 33.33333%;
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li {
    width: 50%;
  }
}
#top .new_items ul li:nth-child(5n) {
  border-right: none;
}
@media print, screen and (max-width: 1180px) {
  #top .new_items ul li:nth-child(5n) {
    border-right: #d9d9d9 solid 1px;
  }
}
@media print, screen and (max-width: 1180px) {
  #top .new_items ul li:nth-child(4n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .new_items ul li:nth-child(4n) {
    border-right: #d9d9d9 solid 1px;
  }
}
@media print, screen and (max-width: 1023px) {
  #top .new_items ul li:nth-child(3n) {
    border-right: none;
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li:nth-child(3n) {
    border-right: #d9d9d9 solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li:nth-child(2n) {
    border-right: none;
  }
}
#top .new_items ul li a {
  display: block;
  margin: 0;
  padding: 45px 18%;
  font-weight: 600;
}
@media print, screen and (max-width: 1180px) {
  #top .new_items ul li a {
    padding: 45px 12%;
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li a {
    padding: 40px 30px;
  }
}
#top .new_items ul li a .photo {
  margin: 0 0 40px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li a .photo {
    margin: 0 0 30px;
  }
}
#top .new_items ul li a .photo img {
  width: 100%;
  height: auto;
}
#top .new_items ul li a .item_name {
  margin: 0 0 10px;
  font-size: 15px;
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li a .item_name {
    margin: 0 0 3px;
    font-size: 13px;
  }
}
#top .new_items ul li a p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li a p {
    font-size: 12px;
  }
}
#top .new_items ul li a p span {
  font-size: 13px;
}
#top .new_items ul li a p span::after {
  content: " / ";
}
#top .new_items ul li a p.price {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #top .new_items ul li a p.price {
    font-size: 11px;
  }
}
#top .new_items .new_items__more {
  border-bottom: #d9d9d9 solid 1px;
}
#top .new_items .new_items__more a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 35px;
  width: calc(40% + 1px);
  border-left: #d9d9d9 solid 1px;
  line-height: 1;
}
@media print, screen and (max-width: 1280px) {
  #top .new_items .new_items__more a {
    width: calc(37.5% + 1px);
  }
}
@media print, screen and (max-width: 1023px) {
  #top .new_items .new_items__more a {
    width: calc(33.3333% + 1px);
  }
}
@media print, screen and (max-width: 767px) {
  #top .new_items .new_items__more a {
    width: 100%;
    border-left: none;
  }
}
#top .new_items .new_items__more a span {
  position: relative;
  display: block;
  max-width: 186px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #top .new_items .new_items__more a span {
    max-width: inherit;
    text-align: center;
  }
}
#top .new_items .new_items__more a span i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
}
#top .new_items .new_items__more a span i::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  content: "";
  transform: rotate(45deg);
  transform-origin: bottom right;
}
#top .new_items .new_items__more a span i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  content: "";
  transform: rotate(-45deg);
  transform-origin: top right;
}
/*# sourceMappingURL=top.css.map */