@charset "UTF-8";

/*____________________________________________________________________________

  SITE TITLE: fascinate
  TITLE: PC TOP
____________________________________________________________________________*/

/* レイアウト */
.boemTop section {
  margin-bottom: 50px;
}
.section-newRelease,
.section-newRelease .wrapContent a,
.section-brands,
.section-brands .wrapContent a,
.section-fasgroupMedia,
.section-fasgroupMedia .wrapContent a,
.section-storeInfo,
.section-storeInfo .wrapContent a {
  color: #fff;
}
.boemTop .wrapContent {
  padding: 0;
}
.section-brands,
.section-fasgroupMedia .wrapContent,
.section-storeInfo .wrapContent {
  background: var(--black);
}
.boemTop h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.boemTop h2.h2_ja {
  font-size: 22px;
}
.boemTop h2 a {
  color: var(--black);
  position: relative;
}
.boemTop h2 a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-45%) rotate(45deg);
}

/* hover */
.boemTop .wrapContent a:hover img {
  opacity: initial;
}
.boemTop .section-tcb a,
.boemTop .section-tcb a:before,
.boemTop a .brand-img:before {
  transition: 0.3s;
}
.boemTop .section-tcb a:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.boemTop .section-tcb .slick-active a:hover::before {
  background-color: rgba(255, 255, 255, 0.07);
}
.boemTop a:hover .brand-img:before {
  background-color: rgba(0, 0, 0, 0.02);
}
.boemTop a img.catalog-img,
.boemTop a .cms-img img,
.boemTop .newRelease-month a,
.boemTop a.fasgroupMedia-contents .contents-title,
.boemTop .store-img {
  transition: opacity 0.25s;
}
.boemTop a:hover img.catalog-img,
.boemTop a:hover .cms-img img,
.boemTop a.fasgroupMedia-contents:hover .contents-title,
.boemTop .store-img:hover {
  opacity: 0.8;
}
.boemTop .newRelease-month a:hover {
  opacity: 0.7;
}
.boemTop a.fasgroupMedia-contents img {
  transition: transform 0.4s;
}
.boemTop a.fasgroupMedia-contents:hover img {
  transform: scale(1.04);
}
.boemTop h2 a:before,
.fasgroupMedia-title a:before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.4s;
}
.boemTop h2 a:hover::before,
.fasgroupMedia-title a:hover::before {
  transform-origin: 0 50%;
  transform: scaleX(1);
}

/* 共通設定 */
.section-history #historyList li:first-child {
  margin-left: 0;
}
.boemTop .catalog-imgContainer,
.boemTop .cms-img,
.section-tcb a,
.section-brands .brand-img {
  background: #fefefe;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.boemTop .catalog-imgContainer,
.boemTop .catalog-imgContainer:before {
  aspect-ratio: 2 / 3;
}
.boemTop .cms-img,
.boemTop .cms-img:before,
.section-tcb a,
.section-tcb a:before,
.section-brands .brand-img,
.section-brands .brand-img:before {
  aspect-ratio: 3 / 4;
}
.boemTop .catalog-imgContainer:before,
.boemTop .cms-img:before,
.section-tcb a:before,
.section-brands .brand-img:before {
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  content: '';
}
.section-brands li:hover .brand-img:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.boemTop .catalog-imgContainer:before,
.boemTop .cms-img:before,
.section-brands .brand-img:before {
  z-index: 1;
}
.boemTop .catalog-item img {
  margin: auto;
}
.boemTop .catalog-img,
.boemTop .cms-img img,
.section-tcb a img {
  width: 100%;
  height: auto;
}
.boemTop .catalog-item .catalog-img {
  max-width: initial;
  width: calc(100% * (3 / 2));
}
.section-news li,
.section-blog li,
.section-styling li{
  padding: 0 5px;
}
.section-news li:nth-child(n+11),
.section-blog li:nth-child(n+11), 
.section-styling li:nth-child(n+11){
  display: none;
}
.section-news .cms-img:before,
.section-blog .cms-img:before,
.section-styling .cms-img:before{
  width: calc((1024px - 50px) / 5);
}
.boemTop .cms-txt {
  padding: 0 3px;
}
.boemTop .cms-title {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.boemTop .cms-title,
.boemTop .cms-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}
.boemTop .cms-subtitle,
.boemTop .cms-date {
  color: var(--text-light);
  font-size: 11px;
}

/* ランキング系レイアウト */
.uk-slider-items .catalog-item {
  text-align: center;
  padding: 0 2px;
}
.uk-slider-items .catalog-imgContainer {
  margin-bottom: 12px;
}
.uk-slider-items .catalog-imgContainer:before {
  width: calc((1024px - 20px) / 5);
}
.uk-slider-items .catalog-content {
  margin: 0 5px;
}
.uk-slider-items .catalog-content a,
.uk-slider-items .catalog-content span {
  color: var(--text-dark);
  display: block;
}
.uk-slider-items .catalog-content a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.uk-slider-items .catalog-content .catalog-brandName {
  font-size: 14px;
  line-height:1.2;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: .6em;
}
.uk-slider-items .catalog-content .catalog-commodityName {
  margin-bottom: 1em;
  font-size:11px;
  line-height:1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.uk-slider-items .catalog-content .catalog-price {
  font-size:13px;
  line-height:1;
  font-weight: 600;
}
.uk-slider-items .catalog-content .catalog-price.-discount {
  color: var(--sale);
}
.uk-slider-items .catalog-content .catalog-price small {
  color: var(--text-light);
  font-size: 10px;
  font-weight: normal;
  margin-left: 3px;
}
.boemTop .catalog-price.-taxfree,
.boemTop .catalog-price small {
  display: none;
}
.boemTop .slidernav__arw {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  top: calc((100% - 104px) / 2);
  width: 44px;
  height: 44px;
  margin: 0 10px;
  border-radius: 50%;
  padding: 15px;
  transition: background-color 0.2s;
}
.boemTop .slidernav__arw:hover {
  background: rgba(0, 0, 0, 0.4);
}
.boemTop .slidernav__arw.uk-position-center-left {
  padding-left: 13px;
}
.boemTop .slidernav__arw.uk-position-center-right {
  padding-right: 13px;
}
.boemTop .slidernav__arw svg {
  height: 14px;
}

/* TCB */
.section-tcb {
  background: #000;
  padding: 96px 0;
  overflow: hidden;
}
.section-tcb .slick-list {
  overflow: initial;
}
.section-tcb li {
  margin-left: 11px;
}
.section-tcb a {
  background: var(--black);
}
.section-tcb .slick-active a {
  transform: scale(1.25);
  z-index: 1;
}
.section-tcb a:before {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.section-tcb .slick-active a:before {
  background-color: transparent;
}

/* 閲覧履歴 */
.section-history h2 {
  font-size: 15px;
}
.section-history #historyList li {
  width: calc((100% - 90px) / 10);
  margin-left: 10px;
}
.section-history #historyList .catalog-imgContainer:before {
  width: calc((1024px - 90px) / 10);
}

/* 近日発売アイテム */
.section-newRelease .wrapContent {
  background: #000;
  padding: 30px 0 50px 0;
}
.newRelease-month {
  margin-bottom: 25px;
}
.newRelease-month:last-child {
  margin-bottom: 0;
}
.section-newRelease h3 {
  color: #9b7000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.section-newRelease ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  font-size: 20px;
  line-height:1;
  gap:1em 1.5em;
  padding:0 4em;
}
.section-newRelease li{
  opacity:.9;
}

/* ニュース */
.section-news .cms-img {
  margin-bottom: 12px;
}
.section-news .cms-title {
  margin-bottom: 6px;
}
.section-news .cms-subtitle {
  font-size: 11px;
  line-height:1.7;
}

/* ブランド */
.boemTop .section-brands {
  margin-bottom: 0;
}
.section-brands .wrapContent {
  padding: 40px 0;
}
.section-brands li {
  padding: 0 5px;
}
.section-brands .brand-img {
  background: var(--black);
}
.section-brands .brand-img:before {
  width: calc((1024px - 40px) / 4);
}
.section-brands .uk-slider-nav {
  margin-top: 30px;
}
.section-brands .uk-slider-nav li {
  padding: 0 0 0 12px;
}
.section-brands .uk-dotnav>*>* {
  background: var(--text-light);
  width: 8px;
  height: 8px;
  border: none;
  transition: background-color 0.2s;
}
.section-brands .uk-dotnav>*>*:hover {
  background: var(--text-pale);
}
.section-brands .uk-dotnav>.uk-active>* {
  background: #fff;
}

/* ブログ */
.section-blog {
  background: #f0f0f0;
}
.section-blog .wrapContent {
  padding: 40px 0;
}
.section-blog .cms-img {
  background: #f0f0f0;
  margin-bottom: 10px;
}
.section-blog .cms-date {
  margin-bottom: 4px;
}
.section-blog .cms-subtitle{
  line-height:1.6;
}

/* スタイリング */
.section-styling .cms-img {
  margin-bottom: 10px;
}

/* おすすめ商品 */
.section-recommendItems .uk-slider-container {
  margin-bottom: 50px;
}
.section-recommendItems .uk-slider-container:last-of-type {
  margin-bottom: 0;
}

/* FASGROUP MEDIA */
section.section-fasgroupMedia {
  margin-bottom: 1px;
}
.section-fasgroupMedia .wrapContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.fasgroupMedia-title,
.fasgroupMedia-contents {
  width: 50%;
}
.fasgroupMedia-title {
  text-align: center;
}
.section-fasgroupMedia h2 {
  margin-bottom: 32px;
}
.section-fasgroupMedia h2 a:before,
.section-fasgroupMedia h2 a:after {
  content: none;
}
.fasgroupMedia-title img {
  height: 60px;
  margin: auto;
}
.fasgroupMedia-title a {
  position: relative;
  font-size: 13px;
}
.fasgroupMedia-title a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}
.fasgroupMedia-contents {
  display: flex;
  padding: 0 55px;
}
.section-fasgroupMedia .contents-img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3 / 4;
  min-width: 135px;
  width: 135px;
  overflow: hidden;
}
.fasgroupMedia-contents img {
  max-width: initial;
  height: 100%;
}
.section-fasgroupMedia .contents-title {
  font-size: 15px;
  line-height: 1.7;
  margin-left: 20px;
}

/* 店舗情報 */
.section-storeInfo .wrapContent {
  padding: 40px;
}
.section-storeInfo h2 {
  margin-bottom: 40px;
}
.section-storeInfo ul {
  display: flex;
  justify-content: space-between;
}
.section-storeInfo li {
  width: calc((100% - 12px) / 4);
  text-align: center;
  line-height: 2;
}
.section-storeInfo .store-img {
  display: block;
  margin-bottom: 16px;
}
.section-storeInfo .store-detail {
  padding: 0 10px;
}
.section-storeInfo h3 {
  font-size: 16px;
  font-weight: bold;
}
.section-storeInfo small {
  font-size: 10px;
  display: block;
  margin-bottom: 10px;
}
.section-storeInfo p {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-storeInfo .store-link {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-storeInfo .store-link:hover {
  text-decoration: none;
}
