/*==========================
MV
==========================*/
.top_brand__mv--slider,
.top_brand__mv--slider_item {
  margin: 0 !important;
}
.top__mv .slick-slide{
  margin: 0!important;
}

/*==========================
Hot Items
==========================*/
.top__newarrival{
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top__newarrival{
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .header__contents--searchMenu {
    background-color: #F3F5F0;
  }
  .header__contents--search_byPurpose_blk_inner > ul > li > a > div {
    background-color: #fff;
  }
}
.top__theme {
  width: 100%;
  border: 0.5rem solid var(--color-brand-point-border);
  padding: 3rem 2.2rem;
}
@media screen and (min-width: 768px) {
  .top__theme {
    width: 75%;
    max-width: 1600px;
    padding: 4rem 2.2rem;
    margin: auto;
  }
}
.top__theme--itemlist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 27.5862069%);
  column-gap: 8.62068966%;
  row-gap: 1.5rem;
  margin: 3rem 0 3.5rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .top__theme--itemlist {
    width: 77rem;
    grid-template-columns: repeat(3, 32.46753247%);
    column-gap: 1.2987013%;
    row-gap: 2rem;
    padding: 0;
    margin: 4rem auto;
  }
}
.top__theme--item img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--color-brand-bg);
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  display: block;
}
.top__theme--item-text {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.3571;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__theme--item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top__theme--item img {
    width: 9rem;
    border-radius: 2rem 0 1.8rem 1.8rem;
  }
  .top__theme--item-text {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1.625;
    padding-left: 3rem;
    margin-top: 0;
  }
}
.top__theme .top__tab--wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  column-gap: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .top__theme .top__tab--wrapper {
    width: 70.4rem;
  }
}
.top__theme .top__tab--item {
  width: 33.3333%;
}
.top__theme .top__tab--item-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem 0;
  width: 100%;
  height: max-content;
  border: 0;
  background: none;
  border-bottom: 0.3rem solid var(--color-brand-bg);
  padding-bottom: 1.4rem;
  text-align: center;
}
.top__theme .top__tab--item-button:hover {
  opacity: 1;
}
.top__theme .top__tab--item-button.active {
  border-bottom-color: var(--color-brand-point-subTtl);
}
.top__theme .top__tab--item-button.active .text-ja {
  color: var(--color-brand-font);
}
.top__theme .top__tab--item-button.active .text-en {
  color: var(--color-brand-point-subTtl);
}
.top__theme .top__tab--item-button .text-en {
  color: #86A572;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.top__theme .top__tab--item-button:hover .text-en {
  color: var(--color-brand-point-subTtl);
  transition: all 0.3s;
}
.top__theme .top__tab--item-button .text-ja {
  color: #86A572;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.3125;
  /* margin-top: 0.5rem; */
}
.top__theme .top__tab--item-button:hover .text-ja {
  color: var(--color-brand-font);
  transition: all 0.3s;
}
.top__theme .button__list {
  width: 20rem;
  margin: auto;
  column-gap: 0;
}
.top__theme .button__list--primary {
  width: 20rem;
  font-family: var(--font-en);
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .top__theme .top__tab--item-button {
    padding-bottom: 1.8rem;
  }

  .top__theme .top__tab--item-button .text-en {
    font-size: 1.1rem;
  }
  .top__theme .top__tab--item-button .text-ja {
    font-size: 1.8rem;
  }
}

.top__news,
.top__guidelink {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .top__news,
  .top__guidelink {
    margin-top: 4rem;
  }
}

.top__guidelink {
  width: 92%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top__guidelink {
    width: 100%;
  }
}

.top__about {
  width: 100%;
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .top__about {
    margin: 7rem auto;
  }
}
.top__about--inner {
  width: 100%;
  display: grid;
  grid-template-columns: 88% 1fr;
  grid-template-rows: 3.5rem 13.5rem 5.7rem 42rem;
}
@media screen and (min-width: 768px) {
  .top__about--inner {
    grid-template-columns: 1fr 50rem 10rem 80rem 1fr;
    grid-template-rows: 4.8rem 30.5rem 10rem;
  }
}
.top__about--heading {
  color: #86A572;
  grid-area: 1/1/2/3;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2667;
  padding-right: 1.5rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .top__about--heading {
    font-size: 1.8rem;
    grid-area: 1/4/2/5;
    padding-right: 0;
  }
}
.top__about--usephoto {
  width: 33rem;
  height: max-content;
  grid-area: 2/1/3/2;
  position: relative;
  z-index: 2;
}
.top__about--usephoto .product__image {
  width: 14rem;
  position: absolute;
  bottom: -4.3rem;
  right: -2.2rem;
}
@media screen and (min-width: 768px) {
  .top__about--usephoto {
    width: 100%;
    grid-area: 1/2/3/4;
  }
  .top__about--usephoto .product__image {
    width: 22.6rem;
    bottom: -10.3rem;
    right: 24.8rem;
  }
}
.top__about--details {
  background-image: url(../Contents/ImagesPkg/top_pro/pro_brand_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  grid-area: 3/1/5/3;
  padding: 13rem 10% 7rem;
}
@media screen and (min-width: 768px) {
  .top__about--details {
    width: 100%;
    height: 100%;
    background-image: url(../Contents/ImagesPkg/top_pro/pro_brand_bg_pc.jpg);
    background-position: center center;
    background-size: cover;
    grid-area: 2/3/4/6;
    padding: 10rem 0 10rem 23rem;
  }
}
.top__about--title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .top__about--title {
    width: 50rem;
    font-size: 2.3rem;
    line-height: 1.6087;
  }
  .top__about--title .sponly {
    display: none;
  }
}
.top__about--text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5714;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top__about--text {
    width: 50rem;
    margin-top: 3.5rem;
  }
}
.top__about .button__list {
  width: 20rem;
  margin: 3rem auto 0;
}
.top__about .button__list--primary {
  font-family: var(--font-en);
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .top__about .button__list {
    margin: 3rem 0 0;
  }
}

.top__voice .heading__ttl{
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top__voice .heading__ttl{
    padding-bottom: 2rem;
  }
}
.top__voice--item {
  width: 34.5rem;
  height: auto;
  border: 0.4rem solid var(--color-brand-point-border);
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  box-sizing: border-box;
  padding: 3rem;
}
.top__voice--item-container {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .top__voice--item {
    width: 38rem;
    padding: 3rem 4rem;
  }
  .top__voice--item-container {
    width: 120rem;
    max-width: 1200px;
    padding: 0;
    margin: auto;
  }
}
.top__voice--controller {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  margin: 1.6rem 0 0;
}
@media screen and (min-width: 768px) {
  .top__voice--controller {
    width: 120rem;
    max-width: 1200px;
    justify-content: center;
    margin: 3rem auto 0;
    position: relative;
  }
}
.top__voice--arrow {
  width: 5rem;
  height: 5rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .top__voice--arrow {
    position: absolute;
    bottom: 16rem;
  }
}
.top__voice--prev {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .top__voice--prev {
    left: -8rem;
  }
}
.top__voice--next {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .top__voice--next {
    right: -8rem;
  }
}
.top__voice--pagination {
  width: max-content;
  max-width: calc(100% - 10rem);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.top__voice--pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-brand-sliderDots);
  border-radius: 50%;
  margin: 0 !important;
  opacity: 1;
}
.top__voice--pagination .swiper-pagination-bullet-active {
  background-color: var(--color-brand-path);
}
.top__voice .voice__item--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__voice .voice__item--info-user {
  width: 8rem;
}
.top__voice .voice__item--icon {
  width: 18rem;
  background-color: var(--color-brand-path);
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.6154;
  padding: 0.4rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__voice .voice__item--icon {
    width: 18.4rem;
  }
}
.top__voice .voice__item--name {
  color: #2D5F47;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.6154;
  margin-top: 0.4rem;
  text-align: center;
}
.top__voice .voice__item--details {
  width: 100%;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .top__voice .voice__item--details {
    margin: 2.5rem 0 0;
  }
}
.top__voice .voice__item--title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.top__voice .voice__item--text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 1.4rem;
}
.top__guidelink img {
  height: auto;
}

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