/***** 共通 *****/
#sale_uhd_bnr {
  display: none !important;
}

#univhd.hdr_wrap.is-fixed {
  position: relative !important;
}

body {
  overflow: unset;
}

body a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.new_contents-area {
  width: 1190px;
  margin: 0 auto 0 !important;
}

#instafeed div:nth-child(6),
#instafeed div:nth-child(12),
#instafeed02 div:nth-child(6),
#instafeed02 div:nth-child(12) {
  margin-right: 0px !important;
}

.top_page {
  margin-top: 0px;
}

.search-condition-facet {
  z-index: 1;
}

/***** header *****/
.header {
  height: auto;
  width: 100%;
  /*z-index: 2; 商品詳細ページ画像が上に行ってしまうため修正*/
  z-index: 100;
  background: #fff;
  left: 0;
  top: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  position: relative;
  opacity: 1;
  background: #fff;
}

.header.is-fixed .header-inner {
  height: auto;
  width: 100%;
  /*z-index: 2; 商品詳細ページ画像が上に行ってしまうため修正*/
  z-index: 100;
  left: 0;
  top: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

.header-width {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1190px;
  padding: 1em 0;
  margin: auto;
}

.header ul,
.header-list {
  display: flex;
  align-items: center;
  align-items: center;
  position: relative;
  z-index: 15;
}

.header ul li {
  margin: 0 10px;
  list-style: none;
}

.header ul li:last-child {
  /* margin: 0; */
  list-style: none;
  position: relative;
  z-index: 50;
  margin-left: 15px;
}

.header .btn_search {
  width: 16px;
  display: block;
}

.sns {
  margin: 0;
}

.sns li {
  margin: 0 18px !important;
}

.sns img {
  width: 22px;
}

.header-logo {
  /* padding-left: 15px; */
  z-index: 999;
  display: block;
  width: 133px;
}

.header-logo img {
  width: 100%;
}

.header-list {
  width: 88%;
  font-size: 15px;
  font-weight: 500;
}

#univhd {
  display: block;
}

.news_ti {
  margin-top: 0px !important;
}

/***** header_menu *****/

.global_menu {
  width: 100%;
  position: relative;
  text-align: center;
  left: 1rem;
  font-size: 14px;
}

.global_menu li:last-child {
  margin: 0;
}

.global_menu a {
  display: block;
}

.menu ul {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 20%;
}

.child_menu>li>a {
  font-size: 0.8em;
}

.child_menu>li>a:hover {
  background: ;
}

.child_menu {
  width: 100%;
  min-width: 1190px;
  position: absolute;
  top: 17px;
  left: 450px;
  transform: translateX(-50%);
  visibility: hidden;
  background-color: #fff;
  font-size: 13px;
  padding: 25px;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.child_menu.search {
  width: 1142px;
  position: absolute;
  top: 1.2rem;
  left: -200px;
  visibility: hidden;
  background-color: #fff;
  font-size: 13px;
  padding: 25px;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.child_menu li {
  line-height: 3;
}

.menu .child_menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu .child_menu li:first-child {
  font-size: 14px;
  font-weight: bold;
}

.menu:hover .child_menu {
  visibility: visible;
  opacity: 1;
}

.brand_menu ul {
  display: flex;
  padding: 7rem 0;
  /* width: 100%; */
  justify-content: center;
  align-items: baseline;
  gap: 70px;
}

.brand_menu ul li {
  width: 100%;
  margin: auto;
}

.brand_menu img {
  width: 200px;
  /* text-align: center; */
  display: block;
  margin: auto;
}

.is-fixed .child_menu {
  opacity: 1;
}

.child_menu a:hover {
  opacity: .9;
}

.insta_coco,
.insta_onkitsch {
  position: relative;
  margin: 0 17px !important;
}

.insta_coco::after {
  content: "COCOSHNIK";
  color: #000;
  position: absolute;
  /* font-family: 'Lato', sans-serif; */
  font-size: 9px;
  top: 25px;
  left: -20px;
  /* width: 150px; */
  text-align: center;
}

.insta_onkitsch::after {
  content: "ONKITSCH";
  color: #000;
  position: absolute;
  /* font-family: 'Lato', sans-serif; */
  font-size: 9px;
  top: 25px;
  left: -13px;
  /* width: 9px; */
  text-align: center;
}


/***** 検索窓 *****/

#area_search {
  overflow: hidden;
  width: 195px;
  height: 27px;
  border-bottom: solid 1px #000;
  z-index: 1;
  margin-right: 10px;
  font-size: 10px;
}

#area_search #searchform {
  position: relative;
}

#area_search .btn_search {
  position: absolute;
  top: -7px;
  left: 0;
  outline: none;
  width: 15px;
}

#area_search .txt_search {
  position: absolute;
  top: -6px;
  left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 17px;
  width: 95px;
  outline: none;
  font-size: 12px;
}


/**main**/
.main {
  margin-top: 10px;
}

.top_page {
  display: flex;
}

.top_page img {
  width: 100%;
}

#Sidebar {
  display: flex;
  flex-flow: column wrap;
  width: 36%;
}

#main-content {
  width: 73.9%;
}

#Sidebar div {
  width: 100%;
  flex: 1;
}

.category h2 {
  font-size: 23px;
  letter-spacing: .05em;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '●';
  text-align: center;
  opacity: .6;
  color: #dcdcdc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #b6b6b6;
}

/**fade**/
.fadeIn {
  opacity: 0;
  transition: opacity 1s ease;
}

.fadeIn.is-show {
  opacity: 1;
  transition: 2s;
}


.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right_2 {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 2s;
}

.fadeIn_right_2.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left_2 {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left_2.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/**BANNER-AREA**/

.banner-area {
  width: 100%;
}

.banner-area img {
  width: 100%;
}


/**CATEGORY-AREA**/

.category-main {
  background: #e6e6e6;
  margin-top: 50px;
}

.category {
  padding: 3em 0 6em;
}

.head-border {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  padding: 90px 0 25px 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #827667;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

h2 {
  margin: 0;
}

#ig-area h2 {
  font-size: 23px;
  letter-spacing: .05em;
}

/** catalog_area **/
#catalog img {
  width: 90%;
  margin: auto;
}

#catalog .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: 0;
}

#catalog p {
  font-size: 16px;
  width: 90%;
  margin: 10px auto;
}

/** newin_ranking_blog **/

.container .top_ttl {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 3px;
  position: relative;
  padding: 50px 0 25px;
}

.newin_area .list_search-result .block_item,
.ranking_area .ranking-blk .block_item {
  text-align: center;
  width: 280px;
  height: auto;
  margin-bottom: 40px;
  padding: 0 9px;
  position: relative;
}

.newin_area .list_search-result .block_item .search-result__item--photo img,
.ranking_area .ranking-blk .block_item img {
  width: 260px;
  height: auto;
  margin: auto;
}

.txt_brand-name {
  margin-top: 8px;
}

.list_search-result .block_item .wrap_icon {
  height: 18px;
  margin: 0;
  overflow: hidden;
  color: #fff;
}

.list_search-result .block_item .wrap_icon {
  text-align: left;
  width: auto;
  margin-bottom: 5px;
  margin-left: 10px;
}

.list_search-result .block_item .icon--new {
  background: #06c;
  font-size: 10px;
  padding: 1px 5px;
}

.prev-arrow02 {
  left: 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateX(-50%) rotate(-135deg);
  z-index: 1;
}

.next-arrow02 {
  right: 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}

.ranking-blk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(20% - 10px), 1fr));
  gap: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}

.newin_area div.list_search-result .block_item {}

.ranking_area div.ranking-blk .block_item {
  padding: 0;
}

.newin_area div.list_search-result .block_item .search-result__item--photo img {}

.ranking_area div.ranking-blk .block_item {
  width: auto;
}

.ranking_area div.ranking-blk .block_item img {
  width: 100%;
}

div.coco-ranking .block_item .ranking_icon {
  top: 8px;
  left: 10px;
}

div.coco-ranking .block_item:nth-of-type(5) .ranking_icon {
  background: transparent url(/res/p/ranking/img/ico/rank_05.png) no-repeat scroll left top/36px 36px;
}

.container .btn_viewmore {
  width: 100%;
  position: relative;
  clear: left;
  text-align: right;
  margin-top: 1rem;
}

.container .btn_viewmore>a {
  font-size: 16px;
  color: #000 !important;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

#blog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 1190px; */
  grid-gap: 23px;
  gap: 23px;
  margin-bottom: 35px;
}

#blog .block_coord {
  margin: 0;
  width: 280px;
  min-width: 280px;
}

#blog .block_coord img {
  width: 100%;
}

#blog .block_coord p.txt_model-photo,
#blog .block_coord p.txt_model-name {
  display: none;
}

.block_coord .txt_comment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px 0px 4px;
  line-height: 1.8em;
  vertical-align: top;
}

/***ranking area**/
.rank-cate {
  /* display: flex;
  gap: 40px; */
  font-size: 18px;
  /* align-items: center;
  justify-content: center; */
  padding-bottom: 25px;
}

.rank-cate .slick-list {
  overflow: unset;
}

.rank-cate .slick-slide {
  width: auto !important;
}

.rank-cate .slick-track {
  display: flex;
  justify-content: space-evenly;
}

.rank-cate__item {
  cursor: pointer;
}

.rank-cate__item {
  position: relative;
}


/*ranking アイテムカテゴリリスト部分*/
.rank-cate__item::after,
.rank-cate__item::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #202020;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}


/*現在地とhoverの設定*/
.rank-cate__item:hover::after,
.slick-current .rank-cate__item::after {
  transform: scale(1, 1);
}


.t-rank {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.t-rank.active {
  height: auto;
  opacity: 1;
}


.coco-ranking .block_item .ranking_icon {
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 5px;
  left: 25px;
  z-index: 10;
}

/*slick用ランキングアイコン*/
.coco-ranking .slick .block_item:nth-of-type(1) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_01.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(2) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_02.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(3) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_03.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(4) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_04.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(1) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_01.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(2) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_02.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(3) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_03.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(4) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_04.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(5) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_01.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(6) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_02.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(7) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_03.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(8) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_04.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(9) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_05.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(10) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_06.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(11) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_07.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(12) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_08.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(13) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_01.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(14) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_02.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(15) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_03.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}

.coco-ranking .block_item:nth-of-type(16) .ranking_icon {
  background: transparent url("/res/p/ranking/img/ico/rank_04.png") no-repeat scroll left top/36px 36px;
  z-index: 1;
}


/** list_area **/

.list_area {
  padding-bottom: 5em;
  background: #dcd6d2;
  margin: 6em 0 4em;
}

.list_area .list {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 2;
  width: 65%;
  margin: auto;
}

.list_area .list ul {
  min-width: 170px;
}

.list_area .list__ttl {
  margin-bottom: 10px;
  font-weight: bold;
}


/**slider**/

.category-main .slick-slide {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.slider img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.prev-arrow {
  left: 90px;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateX(-50%) rotate(-135deg);
  z-index: 1;
}

.next-arrow {
  right: 70px;
  content: "";
  position: absolute;
  top: 50%;
  /* left: 50%; */
  width: 30px;
  height: 30px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}

.new_contents_area {
  display: flex;
  flex-wrap: wrap;
}

.new_contents_area div {
  width: 50%;
}

.new_contents_area img {
  width: 100%;
}

/** news_area **/
.news_area {
  width: 1190px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.news_area>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_area>ul>li {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  min-width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.news_area>ul>li:nth-child(2n) {
  padding-left: 15px;
}

.news_area>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_area>ul>li .news_img_area {
  position: relative;
  border: 1px solid #e2e2e2;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  min-width: 120px;
}

.news_area>ul>li .news_img_area>img {
  width: 100%;
  height: auto;
}

.news_area>ul>li .news_detail_area {
  margin: 10px 0 0 20px;
}

.news_area>ul>li .news_detail_area p.news_day {
  font-size: 12px;
  text-align: left;
  color: #aeaeae;
  margin-bottom: 10px;
  line-height: 1;
}

.news_area>ul>li .news_detail_area .news_headline {
  font-size: 16px;
  line-height: 1.65;
  display: block;
  font-weight: normal !important;
}

.news_detail_area .news_detail {
  display: none;
}


/** Instagram **/

.right {
  width: 100% !important;
}

#instafeed,
#instafeed02 {
  width: 1190px;
  margin: auto;
  padding-top: 2em;
}

#instafeed div,
#instafeed02 div {
  width: 183px !important;
  margin: 0 18px 18px 0 !important;
}

#instafeed div img,
#instafeed02 div img {
  width: 170px !important;
  margin: auto;
  text-align: center;
}

#instafeed div a,
#instafeed02 div a {
  width: 180px !important;
  height: 180px !important;
  text-align: center;
}

.view {
  margin: 1em 0em 3em;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  text-align: right;
}

#l_stage.rank_05 {
  background: #9ea3c2;
}

#l_stage.rank_04 {
  background: #9ea3c2;
}

#l_stage.rank_03 {
  background: #caad49;
}

#l_stage.rank_02 {
  background: #b8b8b8;
}

#l_stage.rank_01 {
  background: #fff;
  border: #c1ab0a 2px solid;
}

#l_stage.rank_01 a {
  background: url(/res/p/common/img/icon/ico_stage2.png) left center no-repeat;
  background-size: 37px 37px;
  color: #202020 !important;
}

#l_stage {
  border-radius: 8px;
  padding: 10px 7px 10px 15px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 16rem !important;
  width: 100%;
  background: #fff;
}

#l_stage a {
  background: url(/res/p/common/img/icon/ico_stage.png) left center no-repeat;
  background-size: 37px 37px;
  display: block;
  padding-left: 48px;
  line-height: 1.4;
}

#l_stage a div div {
  margin: 0 0 7px 0;
  display: block;
  font-weight: bold;
}

#l_stage a em {
  font-size: 11px;
  display: block;
}

#l_stage.not_login {
  border: #c1ab0a 2px solid;
}

#l_stage.not_login a {
  background: url(/res/p/common/img/icon/ico_stage2.png) left center no-repeat;
  background-size: 37px 37px;
}

#l_stage.not_login a div div {
  margin: 0 0 7px 0;
  display: block;
  font-weight: bold;
}

#l_stage.not_login a b {
  margin: 3px 0 0 0;
  display: block;
  font-size: 14px;
}

/** brand_area **/
.brand_area {
  margin-bottom: 100px;
}

.brand_area__inner {
  display: flex;
  gap: 90px;
  justify-content: center;
  align-items: start;
  text-align: left;
}

.brand_area__inner img {
  width: 100%;
}

.brand_area__inner div {
  width: 35%;
}

.brand_area__inner h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.brand_area__inner p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}


/*****************
footer
*****************/

#brand-foot {
  min-height: auto !important;
  max-height: auto !important;
  height: 100% !important;
  padding-bottom: 3em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 14px;
}

.footer {
  background-repeat: repeat-x;
  width: 100%;
  background: #dcd6d2;
  padding-bottom: 50px;
}

.footer-list {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 1190px;
  margin: auto;
  position: relative;
}

.footer-list ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.footer-list ul li {
  font-size: 13px;
  line-height: 2.3em;
  /* font-weight: bold; */
}

.footer-list .footer__menu {
  margin-top: 5.5em;
  font-weight: bold;
}

.footer-list .footer__category {
  margin-top: 5em;
  font-weight: bold;
}

.footer__rank {
  position: absolute;
  bottom: -55%;
  left: 0;
  width: 20%;
}