@charset "utf-8";
/*____________________________________________________________________________

SITE TITLE: orobianco
TITLE: PC トップページ
____________________________________________________________________________*/

/*----------------------------------------------------------------------------
 共通設定
----------------------------------------------------------------------------*/
*{
  box-sizing:border-box;
}
*:focus {
  outline: none;
}
.lc-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.lc-section .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.section-heading {
  font-size: 44px;
  margin-bottom: 40px;
}
.section-heading .sub-heading {
  margin-top: 6px;
}
.more-link {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  border-bottom: 1px solid #000;
  padding: 1em 0;
}
:is(
  .catalog-link,
  .feature-slider a,
  .news-item a,
  .top-instatgram a,
  .slidenav,
  .uk-subnav a,
  .more-link
) {
  transition: opacity .3s;
}
:is(
  .catalog-link,
  .feature-slider a,
  .news-item a,
  .top-instatgram a,
  .slidenav,
  .uk-subnav a,
  .more-link
):hover {
  opacity: .5;
}

/*----------------------------------------------------------------------------
 トップHeader
----------------------------------------------------------------------------*/
#header_top{
  padding: 0;
  margin: 0;
}
#nav_container_common {
  transition: background .3s;
}
#header_top #header_ver5 .uk-sticky-placeholder {
  height: 0!important;
}
#nav_container_common:not(.uk-sticky-fixed.uk-active) {
  position: absolute;
  z-index: 100;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px rgba(229, 229, 229, 0.004), 0px 5px 5px 0px rgba(20, 20, 20, 0.06);
}
#nav_container_common:not(.uk-sticky-fixed.uk-active):not(:hover) {
  background: transparent;
  box-shadow: none;
}
#nav_container_common:not(.uk-sticky-fixed.uk-active):not(:hover) :is(.gNav_upper, .gNav_main) {
  color: #fff;
}
#nav_container_common:not(.uk-sticky-fixed.uk-active):not(:hover) .header-nav {
  -webkit-font-smoothing: auto;
}
#header_top #header_ver5 #nav_container_common:not(.uk-sticky-fixed.uk-active):not(:hover) h1 a {
  background-image: url(//media.aws.locondo.jp/orobiancostatic/common/img/common/logo_orobianco_w.png);
}

/*----------------------------------------------------------------------------
.main-banner
----------------------------------------------------------------------------*/
.main-banner a:hover {
  opacity: initial;
}
.main-banner .uk-slideshow {
  position: relative;
}
.main-banner .uk-slideshow-items {
  width: 100%;
  aspect-ratio: 1148 / 568;
  min-height: initial!important;
}
.main-banner .uk-slideshow-items img {
  object-fit: cover;
  object-position: center;
}
.main-banner .uk-slidenav-container {
  display: none;
}
.main-banner .uk-slideshow-nav {
  position: absolute;
  right: 30px;
  bottom: 40px;
  margin: -10px -12px;
  padding-right: 12px;
}
.main-banner .uk-dotnav>*>* {
  display: flex;
  align-items: center;
  width: 17px;
  height: 22px;
  background: none;
  border: none;
  border-radius: 0;
}
.main-banner .uk-dotnav>*>*::before {
  content: '';
  display: block;
  width: 17px;
  height: 2px;
  background: #dcdcdc;
}
.main-banner .uk-dotnav>.uk-active>*::before {
  background: #ba170f;
}

/*----------------------------------------------------------------------------
 Feature
----------------------------------------------------------------------------*/
.feature-slider {
  background: #000;
  color: #fff;
  -webkit-font-smoothing: auto;
}
.feature-slider .inner {
  display: flex;
  width: 100%;
  padding-left: calc(50% - 1024px / 2);
}
.feature-text-col {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 268px;
  flex: none;
}
.feature-slider .section-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
.feature-slider .alphanum {
  font-weight: bold;
}
#feature-text-slider {
  display: flex;
  width: 268px;
}
.feature-text {
  flex: 0 0 268px;
  transition: opacity .5s;
}
.feature-text:not(.uk-active) {
  opacity: 0;
  pointer-events: none;
}
.feature-text:nth-child(n+2) {
  margin-left: -100%;
}
.feature-text .content {
  border-left: 1px solid;
  padding-left: 40px;
}
.feature-text .content .index {
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 16px;
}
.feature-text .content .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .12em;
}
.feature-text .content .subtitle {
  font-size: 12px;
  letter-spacing: .12em;
  margin-top: 6px;
}
.feature-text .link {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
  border: 1px solid;
  margin-top: 30px;
  padding: 20px;
}
.feature-slidenav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  order: 2;
  flex: none;
  margin-left: 40px;
  margin-right: 110px;
}
.feature-slider .slidenav {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.feature-slider .slidenav.prev {
  background-image: url(//media.aws.locondo.jp/orobiancostatic/common/img/common/feature_arw_prev.png);
}
.feature-slider .slidenav.next {
  margin-top: 4px;
  background-image: url(//media.aws.locondo.jp/orobiancostatic/common/img/common/feature_arw_next.png);
}
#feature-img-slider {
  order: 3;
  flex: auto;
}
.feature-img {
  width: max(558px, 55%);
  margin-right: max(40px, 3.9%);
}
.feature-img a {
  display: flex;
}
.feature-img img {
  flex: auto;
}

/*----------------------------------------------------------------------------
Ranking
----------------------------------------------------------------------------*/
.ranking-nav {
  justify-content: center;
  margin-bottom: 50px;
}
.ranking-nav.uk-subnav>*>:first-child {
  color: #3a3a3b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.28em;
  text-align: center;
  min-width: 100px;
  padding: 8px 15px;
  border-radius: 15px;
}
.ranking-nav.uk-subnav-pill .uk-active > a, 
.ranking-nav.uk-subnav-pill .uk-active > a:hover {
  background: #f0f0f0;
}
.ranking-nav.uk-subnav-pill > * > a:hover {
  background: none;
  opacity: 1;
}
.uk-subnav>*:first-child {
  padding: 0;
}

/*----------------------------------------------------------------------------
上書きしていく分
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------
  商品カタログの共通スタイル
  （商品画像、テキスト、順位、キャンペーンアイコン）
----------------------------------------------------------------*/
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-bottom: -50px;
}
.catalog-item {
  width: calc(100% / 5 - 15px * 4 /5);
  margin: 0 0 50px;
  overflow: hidden;
}
.catalog-item:nth-child(5n+5) {
  margin-right: 0;
}
.catalog-link {
  display: block;
}
.catalog-imgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 5/6;
}
.catalog-imgContainer::before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, .02);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/*------　テキスト -------*/
.catalog-content {
  padding: 12px 0 0;
  line-height:1.5;
}
.catalog-commodityName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: bold;
}
.catalog-price {
  display: block;
  color: #676767;
  font-size: 11px;
  margin-top: 4px;
}
.catalog-price.-discount {
  color:var(--sale);
  font-weight: bold;
}
/*------　キャンペーンアイコン -------*/
.catalog-campaignItem:last-child{
  margin-bottom:-18px;
}

/*----------------------------------------------------------------
  順位のスタイル .ranking .catalog-item
----------------------------------------------------------------*/
.ranking .catalog-item .badge {
  width: 40px;
  height: 40px;
  background: #626262;
  font-size: 18px;
  top: 2px;
  left: 2px;
}
.ranking .badge em {
  color: #fff;
}
.ranking .catalog-item:nth-child(1) .badge {
  background: #c8af72 !important;
}
.ranking .catalog-item:nth-child(2) .badge {
  background: #b8b8b8 !important;
}
.ranking .catalog-item:nth-child(3) .badge {
  background: #d1856a !important;
}


/* ------------------------------
.ranking 
------------------------------ */
.ranking .catalog-item {
  width: calc(100% / 5 - 15px * 4 /5);
  margin-bottom: 0;
}
.ranking .catalog-imgContainer,
.ranking .catalog-imgContainer::before {
  padding: 0;
}
.ranking .catalog-imgContainer::before {
  background-color: rgba(0, 0, 0, .02);
  opacity: 1;
}
.ranking .catalog-img {
  position: initial;
  transform: initial;
}
.ranking .catalog-content {
  padding: 12px 0 0;
  line-height: 1.5;
  text-align: left;
}
.ranking .catalog-commodityName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: bold;
}
.ranking .catalog-price {
  color: #676767;
  font-size: 11px;
}
.ranking .catalog-price.-discount {
  color: var(--sale);
  font-weight: bold;
}

/* ------------------------------
.top-history
------------------------------ */
.top-history .catalog-item {
  width: calc(100% / 8 - 15px * 8 / 7);
  margin: 0;
}
.top-history .catalog-content {
  display: none;
}

/*----------------------------------------------------------------------------
Recommend
----------------------------------------------------------------------------*/
/* .banner-item 共通 */
.banner-items {
  background: #000;
  padding: 10px;
}
.banner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .5s ease;
}
.banner-item:hover,
.banner-item:hover::after {
  opacity: 1;
}

.top-recommend {
  background: #000;
  color: #fff;
  -webkit-font-smoothing: auto;
  padding-bottom: 0;
}
.top-recommend .section-heading {
  color: inherit;
}
.top-recommend .banner-items {
  display: grid;
  grid-template-columns: calc((100% - 10px) / 2) 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}
.top-recommend .banner-item:nth-child(1) {
  grid-row-end: span 2;
}
.top-recommend .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-recommend .banner-item .banner-ttl {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .1em;
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 1;
}
.top-recommend .banner-item:hover .banner-ttl {
  opacity: 1;
}

/*----------------------------------------------------------------------------
News
----------------------------------------------------------------------------*/
.top-news {
  display: none;
  background: url(//media.aws.locondo.jp/orobiancostatic/common/img/contents/top_news_bg.gif) center center repeat;
}
.news-items {
  display: flex;
  gap: 40px;
}
.news-item {
  width: calc(100% / 3 - 40px * 2 / 3);
}
.news-item a {
  display: block;
  position: relative;
}
.news-label {
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 8px 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
  margin-top: 16px;
}
.news-date {
  color: #838383;
  margin-bottom: 10px;
}

/*----------------------------------------------------------------------------
Bottom-banner
----------------------------------------------------------------------------*/
.bottom-banner .banner-item {
  width: calc(50% - 10px / 2);
  height: 568px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bottom-banner .banner-item:nth-child(2n+1) {
  margin-right: 10px;
}
.bottom-banner .banner-ttl {
  position: absolute;
  z-index: 1;
  max-width: 100%;
}

/*----------------------------------------------------------------------------
Instagram
----------------------------------------------------------------------------*/
.top-instagram-heading {
  font-weight: lighter;
  -webkit-font-smoothing: auto;
  line-height: 1;
  text-align: center;
  margin: 40px 0 22px;
}
.top-instagram-heading h2 {
  font-size: 26px;
  font-weight: inherit;
  margin: 16px 0;
}
.top-instagram-heading .link {
  font-size: 11px;
  letter-spacing: .14em
}
.instagram-slider {
  margin: 0 15px 0 0;
}
.instagram-slider-items li {
  width: calc((100% - 30px * 6)/6);
  height: calc((100vw - 30px * 6)/6);
  margin: 0 15px;
  overflow: hidden;
}
.instagram-slider-items li img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------
Bottom-description
----------------------------------------------------------------------------*/
.bottom-description {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
  padding: 80px 30px 0;
}

/*----------------------------------------------------------------------------
 トップFooter
----------------------------------------------------------------------------*/
.footer {
  margin-top: 100px;
}