@charset "UTF-8";
.pc-none {
  display: none;
}
@media screen and (max-width: 480px) {
  .pc-none {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .tab-more-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-less-none {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}
#tglBtn {
  padding: 0;
  background: #fff;
  border: none;
}

.slider {
  width: 95%;
  max-width: 120rem;
  margin: auto;
}

.slick-slide img {
  width: 100%;
  height: 50vw;
  max-height: 505px;
  object-fit: cover;
}

.slick-dots li {
  width: 50px;
  height: 3px;
  margin: 0 5px;
}

.slick-dots li button {
  width: 50px;
  height: 3px;
}

.slick-dots li button:before {
  width: 50px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 50px;
}

.slickBtnArea {
  position: absolute;
  right: 0;
  bottom: -4.5rem;
  text-align: right;
}

.slick-dots {
  right: 2.5rem;
  bottom: -3.5rem;
  width: auto;
}

.slick-prev, .slick-next {
  top: 23vw;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

@media screen and (min-width: 1024px) {
  .slick-prev, .slick-next {
    top: 24vw;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }

  .slickBtnArea {
    bottom: -4.7rem;
  }

  .slick-dots {
    bottom: -4rem;
  }

  .slick-dots li {
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .slick-prev, .slick-next {
    top: 40%;
  }

  .slick-prev {
    left: -55px;
  }

  .slick-next {
    right: -55px;
  }
}
.slick-prev:before {
  content: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/slider-arrow01.png);
}

.slick-next:before {
  content: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/slider-arrow02.png);
}

.slider-title {
  margin-top: 1.5rem;
  font-size: 2.4rem;
}

.slider-text {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .slider-title {
    margin-top: 2rem;
  }

  .slider-text {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .slider-title {
    margin-top: 2rem;
    font-size: 2.9rem;
  }

  .slider-text {
    margin-top: 1rem;
  }
}
.concept {
  margin-top: 6rem;
  padding: 10.1rem 0;
  background: #f5f5f5;
}
.concept__inner {
  width: 95%;
  max-width: 726px;
  margin: auto;
}
.concept__text {
  font-weight: bold;
  line-height: 2;
}
.concept__span {
  color: #9966cc;
}
@media screen and (min-width: 768px) {
  .concept {
    padding: 9rem 0;
  }
  .concept__text {
    text-align: center;
    line-height: 1.95;
  }
}

.item {
  padding: 11rem 0;
}
.item__block {
  width: 95%;
  max-width: 120rem;
  margin: 6rem auto 0;
  padding-top: 3rem;
}
.item__ttl {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 3.25px;
}
.item__ttl-en {
  display: block;
  margin-bottom: 1.5rem;
  color: #9966cc;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.7px;
}
.item__img {
  display: flex;
  align-items: center;
  height: 10rem;
  border: solid 1px #A4A4A4;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #a4a4a4;
  overflow: hidden;
}
.item__img-item {
  object-fit: cover;
}
.item__inner-ttl {
  margin-bottom: 3rem;
  padding: 0 1.5rem 2rem;
  font-size: 2.2rem;
  border-bottom: solid 1px #A4A4A4;
}
.item__inner-ttl-sub {
  display: block;
  margin-top: 1rem;
  color: #9966cc7F;
  font-size: 1.4rem;
  font-weight: normal;
}
.item__list {
  display: flex;
  padding-left: 0;
  flex-flow: row wrap;
  gap: 2%;
}
.item__list-child {
  position: relative;
  flex: 0 0 49%;
  margin-bottom: 3rem;
  z-index: 10;
  list-style: none;
}
.item__name {
  display: flex;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.item__name::before {
  display: block;
  top: 0;
  content: attr(name);
  color: #dedede;
  font-size: 3rem;
  margin-right: 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .item__block {
    margin: 15rem auto 0;
  }
  .item__list {
    position: relative;
  }
  /* .item__list::before {
    content: '';
    position: absolute;
    top: -12rem;
    right: 0;
    width: 45%;
    max-width: 75rem;
    height: 23vw;
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
  } */
  .item__list::after {
    content: "";
    position: absolute;
    top: -12rem;
    right: 0;
    width: 45%;
    max-width: 75rem;
    height: 23vw;
  }
  .item__list--wear::after {
    background: url(../../../../uploads/2022/06/bg-item.jpg) center/cover no-repeat;
  }
  .item__list--accesary::after {
    background: url(../../../../uploads/2022/06/bg-acce.jpg) center/cover no-repeat;
  }
  .item__list--interior::after {
    background: url(../../../../uploads/2022/06/bg-interior.jpg) center/cover no-repeat;
  }
  .item__list--japanese::after {
    background: url(../../../../uploads/2022/06/bg-japanese.jpg) center/cover no-repeat;
  }
  .item__list--catlery::after {
    background: url(../../../../uploads/2022/06/bg-cutlery.jpg) center/cover no-repeat;
  }
  .item__list--bedding::after {
    background: url(../../../../uploads/2022/06/bg-bedding.jpg) center/cover no-repeat;
  }
  .item__list {
    gap: 2%;
  }
  .item__list-child {
    flex: 0 0 32%;
  }
  .item__img {
    height: 13rem;
  }
  .item__inner-ttl {
    margin-top: -5rem;
    padding: 5rem 0 2rem 3rem;
  }
  .item__inner-ttl-sub {
    display: inline-block;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .item {
    padding: 11rem 0;
  }
  .item__block {
    margin: 20rem auto 0;
  }
  .item__inner-ttl {
    margin-bottom: 6rem;
    padding: 0 0 2.5rem 5rem;
  }
  .item__img {
    height: 13rem;
  }
  .item__list {
    gap: 1.3333333333%;
  }
  .item__list::before {
    top: -19rem;
    width: 55%;
    height: 23vw;
  }
  .item__list::after {
    top: -19rem;
    width: 55%;
    height: 23vw;
  }
  .item__list-link .item__img-item {
    transition: all 0.2s ease-in;
  }
  .item__list-link:hover .item__img-item {
    transform: scale(1.2);
  }
  .item__list-child {
    position: relative;
    flex: 0 0 24%;
  }
  .item__name {
    margin-top: 0;
    align-items: center;
  }
  .item__name::before {
    margin-right: 1.5rem;
    font-size: 6rem;
    font-family: "Noto Sans", sans-serif;
  }
}
@media screen and (min-width: 1200px) {
  .item__block {
    margin: 20rem auto 0;
  }
  .item__block--wear {
    margin: 20rem auto 0;
    padding-top: 5rem;
  }
  .item__img {
    height: 15.5rem;
  }
  .item__list::before {
    top: -20rem;
    width: 65%;
    height: 17vw;
  }
  .item__list::after {
    top: -20rem;
    width: 65%;
    height: 17vw;
  }
}

.catalog {
  width: 95%;
  max-width: 70rem;
  margin: auto;
}
.catalog-link {
  transition: all 0.2s ease-in;
}
.catalog-link:hover {
  transform: translate(-1px, -1px);
  box-shadow: 2px 2px 8px 2px #ccc;
}
.catalog-bnr {
  display: block;
}

@media screen and (min-width: 768px) {
  body.single-item main {
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-item main {
    padding: 10rem 0 0;
  }
}
.single-heading {
  width: 95%;
  max-width: 102rem;
  margin: auto;
}
.single-heading__title {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}
.single-heading__title-sub {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.single-heading__title::before {
  content: attr(name);
  color: transparent;
  -webkit-text-stroke: 1px #a4a4a4;
  font-size: 7.2rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.2;
}
.single-heading__image {
  width: 100%;
  /* height: 65vw;
  max-height: 505px; */
  max-width: 640px;
  margin: auto;
}
.single-heading__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-heading__title {
    position: relative;
    padding-left: 14rem;
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
  .single-heading__title-sub {
    display: block;
    font-size: 1.8rem;
  }
  .single-heading__title::before {
    position: absolute;
    bottom: -1rem;
    left: 0;
    font-size: 10.8rem;
    line-height: 1;
  }
  /* .single-heading__image {
    height: 50vw;
  } */
}

::marker {
  margin-right: 0;
}

.single-content {
  width: 95%;
  max-width: 1020px;
  margin: 8rem auto;
}
.single-content__feature {
  padding: 3rem 1rem 2rem 1rem;
  border: solid 1px #a4a4a4;
  border-radius: 1rem;
  list-style: none;
}
.single-content__feature li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.single-content__feature-ttl {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  letter-spacing: 2.86px;
}
.single-content__feature-list {
  padding-left: 0;
}
.single-content__feature-list ::before {
  content: "・";
}
.single-content .wp-block-image {
  overflow: hidden;
}
.single-content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-content .wp-block-image img::after {
  content: "";
  clear: both;
  display: block;
}
.single-content .wp-block-image .alignleft::after {
  content: "";
  clear: both;
  display: block;
}
.single-content .wp-block-columns {
  gap: 5rem !important;
}
@media screen and (min-width: 768px) {
  .single-content__feature {
    padding: 3rem 3rem 3rem 4rem;
  }
  .single-content__feature-ttl {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-content__feature {
    padding: 4rem 6rem 6rem 6rem;
  }
}

.download {
  padding: 6.9rem 0;
  background: #f5f5f5;
}
.download__btn {
  width: 95%;
  max-width: 438px;
  margin: auto;
}
.download__link {
  display: block;
  padding: 1.4rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border: solid 1px #a4a4a4;
  border-radius: 1rem;
  background: #fff;
}
.download__icon {
  vertical-align: middle;
}

.single-category {
  padding: 5rem 0 13rem;
}
.single-category__inner {
  width: 95%;
  max-width: 1020px;
  margin: auto;
}
.single-category__title-wrap {
  display: flex;
  height: 8.1rem;
  border-bottom: solid 1px #a4a4a4;
}
.single-category__title {
  padding: 2rem 0;
  font-size: 2.2rem;
}
.single-category__item-title, .single-category__img {
  width: 45%;
}
.single-category__list {
  padding-left: 0;
}
.single-category__item {
  border: solid 1px #a4a4a4;
  border-radius: 0.5rem;
  list-style: none;
}
.single-category__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55%;
}
.single-category__item + .single-category__item {
  margin-top: 2rem;
}
.single-category__img {
  height: 100%;
}
.single-category__img--wear {
  background: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/bg-item.jpg) center/cover no-repeat;
}
.single-category__img--accesary {
  background: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/bg-acce.jpg) center/cover no-repeat;
}
.single-category__img--interior {
  background: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/bg-interior.jpg) center/cover no-repeat;
}
.single-category__img--japanese {
  background: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/bg-japanese.jpg) center/cover no-repeat;
}
.single-category__img--cutlery {
  background: url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/bg-cutlery.jpg) center/cover no-repeat;
}
.single-category__img--bedding {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(https://hattori.axis-demo.com/sales/wp-content/uploads/2022/06/Screenshot_5.png) center/cover no-repeat;
}
.single-category__item-list {
  padding: 3rem 0 3rem 4rem;
  list-style: none;
}
.single-category__list-item ::before {
  content: attr(name);
  color: #9966cc80;
  font-weight: bold;
  margin-right: 2rem;
  list-style: none;
}
.single-category__list-item + .single-category__list-item {
  margin-top: 1.5rem;
}
.single-category__list-item a {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .single-category__list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    gap: 3%;
  }
  .single-category__item {
    flex: 0 0 48%;
    margin-bottom: 2rem;
  }
  .single-category .single-category__item + .single-category__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-category__list {
    gap: 2rem;
    justify-content: space-between;
  }
  .single-category__item {
    flex: 0 0 23%;
  }
  .single-category__item-list {
    padding: 3rem 1rem;
    list-style: none;
  }
  .single-category__list-item ::before {
    margin-right: .5rem;
  }
  
}

/*# sourceMappingURL=style.css.map */
