@charset "utf-8";

#brand {
  color: #000;
}

#brand *,
#brand *:before,
#brand *:after {
  box-sizing: border-box;
}

#brand .mrb0 {
  margin-bottom: 0 !important;
}

#brand .w100 {
  width: 100%;
}

#brand .textCenter {
  text-align: center;
}

#brand .textLeft {
  text-align: left;
}

#brand .textRight {
  text-align: right;
}

#brand a:hover {
  text-decoration: none;
}

#brand .block {
  display: block;
}

#brand .clearboth {
  clear: both;
}

#brand .bold {
  font-weight: bold;
}

#brand .brTb {
  display: none;
}

#brand .brTbNone {
  display: block;
}

#brand .brXs {
  display: none;
}

#brand .nml05em {
  margin-left: -.5em;
}

#brand .strong {
  font-weight: bold;
}

#brand .letterSpace {
  letter-spacing: -.3em;
}

#brand .pcInlineBlock {
  display: none;
}

@media screen and (min-width: 1100px) {
  #brand .pcInlineBlock {
    display: inline-block;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #brand .brTb {
    display: block;
  }
  #brand .tbNone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #brand .brTb {
    display: none;
  }
  #brand .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 374px) {
  #brand .brXs {
    display: block;
  }
}

#brand .listSquare ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#brand .listSquare ul li {
  width: calc((100% - (13px * 3)) / 4);
}

#brand .listSquare ul li:nth-last-child(n + 5) {
  margin-bottom: 13px;
}

#brand .listSquare ul li:not(:nth-child(4n)) {
  margin-right: 13px;
}

#brand .listSquare ul li a {
  padding: 0 20px 0 10px;
}

#brand .listSquare ul li a {
  align-items: center;
  border: 1px solid #999;
  display: flex;
  min-height: 50px;
  color: #000;
  font-size: 14px;
  line-height: 1.43;
  justify-content: center;
  padding: px 19px;
  position: relative;
  width: 100%;
}

#brand .listSquare ul li a::after {
  background-image: url(/d_images/brand/common/img/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11.418px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5.017px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #brand .listSquare ul li a {
    padding: 0 19px 0 10px;
  }
}

@media screen and (max-width: 834px) and (min-width: 821px) {
  #brand .listSquare ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #brand .listSquare ul li {
    width: calc((100% - (13px * 2)) / 3);
  }
  #brand .listSquare ul li:nth-last-child(n + 5) {
    margin-bottom: 0;
  }
  #brand .listSquare ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #brand .listSquare ul li:nth-last-child(n + 4) {
    margin-bottom: 13px;
  }
  #brand .listSquare ul li:not(:nth-child(3n)) {
    margin-right: 13px;
  }
  #brand .listSquare ul li a .pcNone {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  #brand .listSquare ul {
    justify-content: flex-start;
  }
  #brand .listSquare ul li {
    width: calc((100% - (10px * 1)) / 2);
  }
  #brand .listSquare ul li:nth-last-child(n + 5) {
    margin-bottom: 0;
  }
  #brand .listSquare ul li:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
  #brand .listSquare ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #brand .listSquare ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  #brand .listSquare ul li a {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  #brand .listSquare ul li a {
    line-height: 1.4;
    padding: 0 19px;
  }
}

@media screen and (max-width: 320px) {
  #brand .listSquare ul {
    justify-content: flex-start;
  }
  #brand .listSquare ul li a {
    font-size: 13px;
  }
}

#brand .topPageCategory {
  display: flex;
  flex-direction: row-reverse;
}

#brand .topPageCategory .categoryLink a,
#brand .topPageCategory .topBtn a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
}

#brand .topPageCategory .categoryLink {
  width: 50%;
}

#brand .topPageCategory .categoryLink a {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  max-width: 415px;
}

#brand .topPageCategory .topBtn {
  margin-right: 20px;
  width: calc(50% - 20px);
}

#brand .topPageCategory .topBtn a {
  border: 1px solid #7a7778;
  color: #7a7778;
  font-size: 20px;
  height: 70px;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  #brand .topPageCategory {
    flex-wrap: wrap;
  }
  #brand .topPageCategory .categoryLink,
  #brand .topPageCategory .topBtn {
    width: 100%;
  }
  #brand .topPageCategory .categoryLink a,
  #brand .topPageCategory .topBtn a {
    margin: 0 auto;
  }
  #brand .topPageCategory .categoryLink {
    margin-bottom: 20px;
  }
  #brand .topPageCategory .categoryLink a {
    max-width: 480px;
    width: 95%;
  }
  #brand .topPageCategory .topBtn {
    margin-right: 0;
  }
  #brand .topPageCategory .topBtn a {
    font-size: 16px;
    height: 50px;
    max-width: 360px;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #brand .topPageCategory .categoryLink a {
    font-size: 19px;
  }
}

#brand .viewAllItem {
  padding: 0 40px;
}

#brand .viewAll {
  position: relative;
}

#brand .viewAll a {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 5px;
}

#brand .viewAll .twoByteSpace {
  display: inline;
}

@media screen and (max-width: 834px) {
  #brand .viewAllItem {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #brand .viewAllItem {
    padding: 0 15px;
  }
  #brand .viewAllItem .viewAll {
    padding: 0;
  }
  #brand .viewAll {
    padding: 0 20px;
  }
  #brand .viewAll a {
    max-width: none;
  }
  #brand .viewAll .twoByteSpace {
    display: none;
  }
}

#brand .sectionTitle {
  margin: 0 auto 45px;
  text-align: center;
}

#brand .sectionTitle .h3 {
  font-size: 25px;
  letter-spacing: .05em;
}

#brand .sectionTitle .h3 span {
  position: relative;
}

#brand .sectionTitle .h3 span::before {
  background-color: #944e89;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}

@media screen and (max-width: 767px) {
  #brand .sectionTitle {
    margin: 0 auto 40px;
  }
  #brand .sectionTitle .h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 374px) {
  #brand .sectionTitle .h3 {
    line-height: 1.4;
  }
}

#brand .section:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #brand .section:not(:last-child) {
    margin-bottom: 40px;
  }
}

#brand .swiperContent {
  color: #322618;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}

#brand .swiper-container {
  width: 100%;
}

#brand .goodsList {
  margin-bottom: 0;
}

#brand .goods {
  cursor: pointer;
}

#brand .goods .goodsImg {
  margin-bottom: 18px;
}

#brand .goods .goodsImg a,
#brand .goods .goodsImg img {
  width: 100%;
}

#brand .goods .goodsName {
  font-size: 17px;
  margin-bottom: 5px;
}

#brand .goods .goodsPrice {
  font-size: 14px;
  margin-bottom: 5px;
}

#brand .goods .saleColor {
  color: #c54647;
}

#brand .swiper-button-next,
#brand .swiper-button-prev {
  position: absolute;
  top: 50%;
}

#brand .swiper-button-next {
  right: -2.4em;
  transform: translateY(-50%) scale(-1, 1);
}

#brand .swiper-button-prev {
  left: -2.4em;
  transform: translateY(-50%);
}

#brand .ranking .goods {
  padding-top: 50px;
}

#brand .ranking .goods::before {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

#brand .ranking .goods:nth-child(1)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking01.svg);
}

#brand .ranking .goods:nth-child(2)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking02.svg);
}

#brand .ranking .goods:nth-child(3)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking03.svg);
}

#brand .ranking .goods:nth-child(4)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking04.svg);
}

#brand .ranking .goods:nth-child(5)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking05.svg);
}

#brand .ranking .goods:nth-child(6)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking06.svg);
}

#brand .ranking .goods:nth-child(7)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking07.svg);
}

#brand .ranking .goods:nth-child(8)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking08.svg);
}

#brand .ranking .goods:nth-child(9)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking09.svg);
}

#brand .ranking .goods:nth-child(10)::before {
  background-image: url(/d_images/brand/common/img/icon_ranking10.svg);
}

#brand .top .swipergoodsList,
#brand .top .swiper-container {
  max-width: 1100px;
  width: 100%;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  #brand .swiperContent {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }

  #brand .swiper-button-next {
    right: -20px;
  }


  #brand .swiper-button-prev {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  #brand .swiperContent {
    margin-bottom: 20px;
  }
  #brand .swiper-container {
    width: 100%;
  }
  #brand .goods .goodsName {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  #brand .goods .goodsPrice {
    font-size: 13px;
    line-height: 1.8;
  }
  #brand .goods .goodsImg {
    margin-bottom: 10px;
  }
  #brand .ranking .goods {
    padding-top: 30px;
  }
  #brand .ranking .goods::before {
    height: 25px;
    width: 25px;
  }
  #brand .swiper-button-next,
  #brand .swiper-button-prev {
    display: none;
  }
}

#brand .goods .itemCondition span {
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  line-height: 1.8;
}

#brand .goods .itemCondition .disable {
  background-color: #aaa;
  color: #fff;
}

#brand .goods .itemCondition .deliveryReceiveOnly,
#brand .goods .itemCondition .storeReceiveOnly {
  border: none;
}

#brand .goods .itemCondition .deliveryReceiveOnly {
  background-color: #BCDAE8;
  color: #38536a;
}

#brand .goods .itemCondition .storeReceiveOnly {
  background-color: #f9dad4;
  color: #af4c4c;
}

#brand .goods .itemCondition span:not(:last-child) {
  margin-bottom: 5px;
}

#brand .swiperItemList .goods .itemCondition {
  color: #3d3d3d;
}

#brand .goods .goodsIcon {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

#brand .goods .goodsIcon span:nth-child(2n-1) {
  margin-right: 5px;
}

#brand .goods .goodsIcon span {
  margin-bottom: 5px;
  width: calc((99.9999% - 5px) / 2);
}

#brand .goods .goodsIcon span img {
  width: 100%;
}

#brand .goods .goodsIcon span:nth-last-child(n + 3) {
  margin-bottom: 5px;
}

#brand .goods .goodsIcon span:nth-child(2n-1) {
  width: calc((100% - 5px) / 2);
}

#brand .goods .emphasisIcons {
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#brand .ranking .goods .emphasisIcons {
  top: 50px;
}

#brand .goods .emphasisIcon {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 25px;
  justify-content: center;
  letter-spacing: 3px;
  width: calc(33.333%);
}

#brand .goods .emphasisIconNew {
  background-color: #587ebb;
}

#brand .goods .emphasisIconSale {
  background-color: #c54647;
}

#brand .bodyOpen .goods .emphasisIcons {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #brand .goods .itemCondition span {
    font-size: 11px;
  }
  #brand .goods .emphasisIcon {
    font-size: 10px;
    height: 16px;
    line-height: 1.8;
  }
  #brand .ranking .goods .emphasisIcons {
    top: 30px;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  #brand .goods .goodsIcon span .spNone {
    display: block;
  }
  #brand .goods .goodsIcon span .pcNone {
    display: none;
  }
}

#brand .flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

#brand .phoneNumber {
  margin-top: 3px;
}

#brand .phoneNumber ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#brand .phoneNumber ul li::before {
  content: "■";
}

#brand .mainvisual {
  margin-bottom: 50px;
}

#brand .mainvisual .brandName {
  background-color: #424242;
  min-height: 70px;
  padding: 14px;
}

#brand .mainvisual .brandName h2 {
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1.4;
}

#brand .mainvisual img {
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  #brand .mainvisual {
    margin-bottom: 20px;
  }
  #brand .mainvisual .brandName {
    min-height: 50px;
    padding: 10px;
  }
  #brand .mainvisual .brandName h2 {
    font-size: 22px;
  }
  #brand .phoneNumber {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: -10px;
  }
}

#brand .brandConcept {
  background-color: #efefef;
  padding: 40px;
}

#brand .brandConcept .flex {
  margin-bottom: 30px;
}

#brand .brandConcept .viewAllItem {
  padding: 0;
}

#brand .brandConcept .brandConceptImage {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  min-height: 240px;
  width: 240px;
}

#brand .brandConcept .brandConceptText {
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: left;
  width: calc(100% - (240px + 30px));
}

#brand .brandConcept .brandConceptTextCenter {
  text-align: center;
}

@media screen and (max-width: 834px) {
  #brand .brandConcept {
    padding: 30px;
  }
  #brand .brandConcept .flex {
    display: block;
    margin-bottom: 15px;
  }
  #brand .brandConcept .brandConceptImage {
    margin-bottom: 15px;
    margin-right: 0;
    min-height: auto;
    width: 100%;
  }
  #brand .brandConcept .brandConceptImage img {
    height: auto;
    width: 180px;
  }
  #brand .brandConcept .brandConceptText {
    font-size: 14px;
    width: 100%;
  }
  #brand .brandConcept .viewAll {
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #brand .brandConcept {
    padding: 15px;
  }
}

#brand .counseling {
  margin-bottom: 45px;
  text-align: center;
}

#brand .counseling + .counseling {
  margin-top: -15px;
}

#brand .counseling a img {
  margin: 0 auto;
  transition: opacity .3s ease-in-out;
}

#brand .counseling a img:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #brand .counseling {
    margin-bottom: 25px;
  }

  #brand .counseling + .counseling {
    margin-top: -10px;
  }
}

#brand .main {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
}

#brand .contentsTitleWrap {
  padding-top: 0;
}

#brand .main .sideMenu {
  margin-bottom: 5em;
  margin-right: 20px;
}

#brand .itemOutput {
  margin-bottom: 5em;
  max-width: 852px;
  width: calc(100% - 270px);
}

@media screen and (max-width: 767px) {
  #brand .main {
    display: block;
  }

  #brand .main .sideMenu,
  #brand .main .itemOutput {
    width: 100%;
  }

  #brand .main .itemOutput {
    margin-bottom: 50px;
  }

  #brand .main .sideMenu {
    margin-right: 0;
  }
}

#brand .swiper-container {
  display: none;
}

#brand .swiper-container.swiper-container-initialized {
  display: block;
}