@charset "UTF-8";
.product_list:nth-child(n+13) {
  display: none;
}

/*読み込み時に縦並びを防止。slick-initializedが付与されたら表示*/
.top_slider_list {
  display: none;
}

.top_slider_list.slick-initialized {
  display: block;
}

/*読み込み時に縦並びを防止。slick-initializedが付与されたら表示End*/
.top_slider_list {
  position: relative;
}
.top_slider_list .prev-arrow {
  position: absolute;
  top: 46%;
  width: 25px;
}
.top_slider_list .next-arrow {
  position: absolute;
  top: 46%;
  width: 25px;
}

.item_name {
  height: 50px;
}

.slick-slide {
  height: auto;
}

@media (max-width: 767px) {
  .top_slider_list .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
  .top_slider_list .prev-arrow {
    left: 10px;
  }
  .top_slider_list .next-arrow {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .top_slider_list .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
  .top_slider_list .prev-arrow {
    left: 25px;
  }
  .top_slider_list .next-arrow {
    right: 25px;
  }
}
#top_fullimage_area {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1; /* 必要に応じて値を調整 */
}

.scroll_ui {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 2;
}
.scroll_ui .scroll_ui_inner {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.scroll_ui .scroll_ui_inner img {
  width: 100%;
  opacity: 0.8;
}

#home_wrapper #whiteback_wrapper {
  background: #ffffff;
}
#home_wrapper h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
}
#home_wrapper .btn_area {
  text-align: center;
  margin-top: 25px;
}
#home_wrapper .btn_area .more_btn {
  display: inline-block;
  background-color: #000;
  min-width: 250px;
  border-radius: 5px;
  border: 3px solid #000;
}
#home_wrapper .btn_area .more_btn a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 2px;
}
#home_wrapper .btn_area .more_btn a:hover {
  color: #000000;
  background-color: #fff;
}
#home_wrapper #home_news_area ul li {
  border-bottom: 1px #cccccc solid;
}
#home_wrapper #home_news_area ul li a p .news_day {
  color: #999999;
  display: inline-block;
}
#home_wrapper #home_news_area ul li a p .brandname {
  color: #000;
  font-size: 1rem;
  margin-right: 5px;
  font-weight: 600;
}
#home_wrapper #home_news_area ul li a p .news_category {
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-right: 5px;
}
#home_wrapper #home_news_area ul li a p .news_category.new_arrivals {
  background-color: #cc0000;
}
#home_wrapper #home_news_area ul li a p .news_category.re_arrivals {
  background-color: #19448e;
}
#home_wrapper #home_news_area ul li a p .news_category.guidance {
  background-color: #228b22;
}
#home_wrapper #home_news_area ul li a p .news_title {
  display: inline-block;
  color: #333333;
}
#home_wrapper #home_search_area {
  background-color: #f6f6f6;
}
#home_wrapper #home_brand_area ul.brand_list li a {
  display: block;
  margin: 0 auto;
}
#home_wrapper #home_brand_area ul.brand_list li a img {
  width: 100%;
}
#home_wrapper #home_beorma_leather_area li {
  position: relative;
}
#home_wrapper #home_beorma_leather_area li .caption_button {
  width: 80px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#home_wrapper #home_beorma_leather_area li .caption_button p {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 15px;
  text-align: center;
  line-height: 1;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image img {
  width: 100%;
  transition: 0.3s all;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image img:hover {
  filter: saturate(30%);
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.6); /* マスクは半透明 */
  transition: all 0.2s ease;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image .mask .mask_img {
  opacity: 0.1;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image .mask .beorma_leather_cont h3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image .mask .beorma_leather_cont h3 img {
  width: 100%;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image .mask .beorma_leather_cont p {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
#home_wrapper #home_beorma_leather_area li .row-eq-height .beorma_leather_image:hover .mask {
  opacity: 1; /* マスクを表示する */
}
#home_wrapper #home_beorma_item_area li {
  position: relative;
}
#home_wrapper #home_beorma_item_area li .caption_button {
  width: 80px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#home_wrapper #home_beorma_item_area li .caption_button p {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 15px;
  text-align: center;
  line-height: 1;
}
#home_wrapper #home_beorma_item_area li .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image img {
  width: 100%;
  transition: 0.3s all;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image img:hover {
  filter: saturate(30%);
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.6); /* マスクは半透明 */
  transition: all 0.2s ease;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image .mask .mask_img {
  opacity: 0.1;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image .mask .beorma_item_cont {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: auto;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image .mask .beorma_item_cont h3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image .mask .beorma_item_cont h3 img {
  width: 100%;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image .mask .beorma_item_cont p {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
#home_wrapper #home_beorma_item_area li .row-eq-height .beorma_item_image:hover .mask {
  opacity: 1; /* マスクを表示する */
}
#home_wrapper .slick-dots li button {
  text-indent: -9999px;
}
#home_wrapper .prev-arrow {
  position: absolute;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
}
#home_wrapper .next-arrow {
  position: absolute;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
}
#home_wrapper .home_content_slide_area .home_feature_slide,
#home_wrapper .home_content_slide_area .home_style_slide,
#home_wrapper .home_content_slide_area .home_journal_slide,
#home_wrapper .home_content_slide_area .home_beorma_leather_slide,
#home_wrapper .home_content_slide_area .home_beorma_item_slide {
  opacity: 0;
}
#home_wrapper .home_content_slide_area .home_feature_slide li a,
#home_wrapper .home_content_slide_area .home_style_slide li a,
#home_wrapper .home_content_slide_area .home_journal_slide li a,
#home_wrapper .home_content_slide_area .home_beorma_leather_slide li a,
#home_wrapper .home_content_slide_area .home_beorma_item_slide li a {
  display: block;
  width: 98%;
  margin: 0 auto;
}
#home_wrapper .home_content_slide_area .home_feature_slide li a figure figcaption,
#home_wrapper .home_content_slide_area .home_style_slide li a figure figcaption,
#home_wrapper .home_content_slide_area .home_journal_slide li a figure figcaption,
#home_wrapper .home_content_slide_area .home_beorma_leather_slide li a figure figcaption,
#home_wrapper .home_content_slide_area .home_beorma_item_slide li a figure figcaption {
  text-align: left;
}
#home_wrapper .home_content_slide_area .home_feature_slide li a figure figcaption .day,
#home_wrapper .home_content_slide_area .home_style_slide li a figure figcaption .day,
#home_wrapper .home_content_slide_area .home_journal_slide li a figure figcaption .day,
#home_wrapper .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .day,
#home_wrapper .home_content_slide_area .home_beorma_item_slide li a figure figcaption .day {
  font-weight: 600;
  display: block;
}
#home_wrapper .home_content_slide_area .home_feature_slide li a figure figcaption .brandname,
#home_wrapper .home_content_slide_area .home_style_slide li a figure figcaption .brandname,
#home_wrapper .home_content_slide_area .home_journal_slide li a figure figcaption .brandname,
#home_wrapper .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .brandname,
#home_wrapper .home_content_slide_area .home_beorma_item_slide li a figure figcaption .brandname {
  display: inline-block;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
#home_wrapper .home_content_slide_area .home_feature_slide li a figure figcaption p,
#home_wrapper .home_content_slide_area .home_style_slide li a figure figcaption p,
#home_wrapper .home_content_slide_area .home_journal_slide li a figure figcaption p,
#home_wrapper .home_content_slide_area .home_beorma_leather_slide li a figure figcaption p,
#home_wrapper .home_content_slide_area .home_beorma_item_slide li a figure figcaption p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#home_wrapper .home_content_slide_area .slick-initialized {
  opacity: 1;
}

.brand_tabs,
.cont_tabs {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}

.brand_tabs li,
.brand_tabs label,
.cont_tabs li,
.cont_tabs label {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.brand_tabs li ruby rt,
.brand_tabs label ruby rt,
.cont_tabs li ruby rt,
.cont_tabs label ruby rt {
  font-weight: 400;
}

.brand_tabs li:not(:first-child),
.brand_tabs label:not(:first-of-type),
.cont_tabs li:not(:first-child),
.cont_tabs label:not(:first-of-type) {
  border-left: none;
}

.brand_tabs li.active,
.brand_tabs :checked + label,
.cont_tabs li.active,
.cont_tabs :checked + label {
  background-color: #000;
  border-color: #000;
  border-radius: 5px;
  color: #fff;
  cursor: auto;
}

.brand_tab_contents li.brand_tab_contents_list,
.cont_tab_contents li.cont_tab_contents_list {
  width: 100%;
}

.brand_tab_contents li.brand_tab_contents_list,
.cont_tab_contents li.cont_tab_contents_list {
  display: none;
}

.brand_tab_contents li.brand_tab_contents_list.active,
.cont_tab_contents li.cont_tab_contents_list.active {
  display: block;
}

#filterbox #filter_toggle_area .filter_name_box .filter_name {
  background-color: #fff !important;
}
#filterbox #filter_toggle_area .filter_submit {
  background-color: #fff !important;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    padding: 15px 0;
    margin: 0;
  }
  .btn_area .more_btn {
    min-width: 160px;
  }
  .btn_area .more_btn a {
    padding: 10px 10px;
  }
  section {
    padding-bottom: 50px;
  }
  .prev-arrow {
    left: 15px;
    top: 45%;
    width: 30px;
  }
  .next-arrow {
    position: absolute;
    right: 15px;
    top: 45%;
    width: 30px;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
  }
  #home_news_area ul {
    margin-bottom: 50px;
  }
  #home_news_area ul li {
    padding: 5px 0;
  }
  #home_news_area ul li a p .news_day {
    width: 70px;
    letter-spacing: 0;
    text-align: left;
    font-size: 1rem;
    padding-left: 10px;
  }
  #home_news_area ul li a p .brandname {
    padding: 2px 2px;
    font-size: 1rem;
    margin: 3px 0 0 0;
  }
  #home_news_area ul li a p .news_title {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 1.3rem;
    display: block !important;
    margin-top: 15px;
  }
  #home_search_area {
    padding: 0 0 20px;
  }
  #home_brand_area ul.brand_list li a {
    width: 80px;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont {
    position: absolute;
    width: 96%;
    height: 350px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont h3 {
    font-size: 1.8rem;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont p {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont {
    position: absolute;
    width: 96%;
    height: 350px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont h3 {
    padding: 10px 0 0;
    font-size: 1.8rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont p {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .day,
  .home_content_slide_area .home_style_slide li a figure figcaption .day,
  .home_content_slide_area .home_journal_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .day {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_style_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_journal_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .brandname {
    padding: 2px 5px;
    font-size: 10px;
    margin: 3px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption p,
  .home_content_slide_area .home_style_slide li a figure figcaption p,
  .home_content_slide_area .home_journal_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 5px 10px 0;
  }
  .brand_tabs li,
  .brand_tabs label,
  .cont_tabs li,
  .cont_tabs label {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    padding: 15px 0;
    margin: 0;
  }
  section {
    padding-bottom: 50px;
  }
  .prev-arrow {
    left: 25px;
    top: 40%;
    width: 50px;
  }
  .next-arrow {
    right: 25px;
    top: 40%;
    width: 50px;
  }
  #home_news_area ul {
    margin-bottom: 50px;
  }
  #home_news_area ul li {
    padding: 10px 0;
  }
  #home_news_area ul li a p .news_day {
    width: 100px;
    letter-spacing: 1px;
  }
  #home_news_area ul li a p .news_title {
    letter-spacing: 1px;
  }
  #home_search_area {
    padding: 0 0 30px;
  }
  #home_brand_area ul.brand_list li {
    margin-bottom: 50px;
  }
  #home_brand_area ul.brand_list li a {
    width: 120px;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont {
    position: absolute;
    width: 90%;
    height: 450px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont h3 {
    font-size: 1.6rem;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont p {
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont {
    position: absolute;
    width: 90%;
    height: 450px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont h3 {
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont p {
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .day,
  .home_content_slide_area .home_style_slide li a figure figcaption .day,
  .home_content_slide_area .home_journal_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .day {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_style_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_journal_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .brandname {
    padding: 2px 5px;
    font-size: 10px;
    margin: 3px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption p,
  .home_content_slide_area .home_style_slide li a figure figcaption p,
  .home_content_slide_area .home_journal_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 5px 10px 0;
  }
  .brand_tabs li,
  .brand_tabs label,
  .cont_tabs li,
  .cont_tabs label {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    padding: 15px 0;
    margin: 0;
  }
  section {
    padding-bottom: 50px;
  }
  .prev-arrow {
    left: 25px;
    top: 40%;
    width: 50px;
  }
  .next-arrow {
    right: 25px;
    top: 40%;
    width: 50px;
  }
  #home_news_area ul {
    margin-bottom: 50px;
  }
  #home_news_area ul li {
    padding: 10px 0;
  }
  #home_news_area ul li a p .news_day {
    width: 100px;
    letter-spacing: 1px;
  }
  #home_news_area ul li a p .news_title {
    letter-spacing: 1px;
  }
  #home_search_area {
    padding: 0 0 50px;
  }
  #home_brand_area ul.brand_list li {
    margin-bottom: 50px;
  }
  #home_brand_area ul.brand_list li a {
    width: 120px;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont {
    position: absolute;
    width: 90%;
    height: 350px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont h3 {
    font-size: 1.6rem;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont p {
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont {
    position: absolute;
    width: 90%;
    height: 350px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont h3 {
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont p {
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .day,
  .home_content_slide_area .home_style_slide li a figure figcaption .day,
  .home_content_slide_area .home_journal_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .day {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_style_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_journal_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .brandname {
    padding: 2px 5px;
    font-size: 10px;
    margin: 3px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption p,
  .home_content_slide_area .home_style_slide li a figure figcaption p,
  .home_content_slide_area .home_journal_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 5px 10px 0;
  }
  .brand_tabs li,
  .brand_tabs label,
  .cont_tabs li,
  .cont_tabs label {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4.6rem;
    letter-spacing: 0.1rem;
    padding: 15px 0;
    margin: 0;
  }
  section {
    padding-bottom: 100px;
  }
  .prev-arrow {
    left: 25px;
    top: 40%;
    width: 50px;
  }
  .next-arrow {
    right: 25px;
    top: 40%;
    width: 50px;
  }
  #home_news_area ul {
    margin-bottom: 50px;
  }
  #home_news_area ul li {
    padding: 10px 0;
  }
  #home_news_area ul li a p .news_day {
    width: 100px;
    letter-spacing: 1px;
  }
  #home_news_area ul li a p .news_title {
    letter-spacing: 1px;
  }
  #home_search_area {
    padding: 0 0 50px;
  }
  #home_brand_area ul.brand_list li {
    margin-bottom: 50px;
  }
  #home_brand_area ul.brand_list li a {
    width: 120px;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont {
    position: absolute;
    width: 96%;
    height: 300px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont h3 {
    font-size: 1.6rem;
  }
  #home_beorma_leather_area .row-eq-height .beorma_leather_image .mask .beorma_leather_cont p {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont {
    position: absolute;
    width: 96%;
    height: 300px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont h3 {
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #home_beorma_item_area .row-eq-height .beorma_item_image .mask .beorma_item_cont p {
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .day,
  .home_content_slide_area .home_style_slide li a figure figcaption .day,
  .home_content_slide_area .home_journal_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .day,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .day {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_style_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_journal_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption .brandname,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption .brandname {
    padding: 2px 5px;
    font-size: 10px;
    margin: 3px 0 0 0;
  }
  .home_content_slide_area .home_feature_slide li a figure figcaption p,
  .home_content_slide_area .home_style_slide li a figure figcaption p,
  .home_content_slide_area .home_journal_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_leather_slide li a figure figcaption p,
  .home_content_slide_area .home_beorma_item_slide li a figure figcaption p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 5px 10px 0;
  }
  .brand_tabs li,
  .brand_tabs label,
  .cont_tabs li,
  .cont_tabs label {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}/*# sourceMappingURL=top.css.map */