@charset "UTF-8";
/**************************************************************************************
itokin_index.css /  トップページ

#PC表示（min-1188px）
・タイトル
・ボタン
・メインビジュアル
・特集
・商品検索
・おすすめから探す
・ランキングから探す
・カテゴリから探す
・ブランドから探す
・トピックス
・バナー
・最近チェックしたアイテム

#タブレット表示（min-991px）
・メインビジュアル
・特集
・トピックス
・アイテム検索
・ブランド

#スマホ表示（min-767px）

*************************************************************************************/

/* タイトル */
#top-page h2 {
    font-size:  18px;
    font-weight:  normal;
    margin-bottom: 20px;
}
/*ボタン */
#top-page p.btn-wrap {
    text-align:  center;
}
#top-page .btn {
    width:  300px;
}
@media (max-width: 991px) {
    #top-page .more.btn-wrap .btn,
    #brand-detail .more.btn-wrap .btn {
        width: 45%;
    }
}
/* メインビジュアル */
#top-main-visual {
    overflow:  hidden;
}
#top-main-visual .inner {
    width: 55%;
    margin:  0 auto 30px;
    padding-bottom:  40px;
}
#top-main-visual .bx-viewport {
    width:  100%;
    overflow: visible  !important;
}
#top-main-visual .bx-wrapper {
	margin:  0;
}
/* スマホ用画像は非表示 */
#top-main-visual ul.slider li img.banner-sp {
    display: none;
}
/* 画像読込中は2枚目以降非表示 */
#top-main-visual ul.slider li:not(:first-child) {
    display: none;
}
/* 画像読込完了後に表示 */
#top-main-visual .bx-viewport ul.slider li {
    display: block !important;
}
#top-main-visual .bx-wrapper .bx-prev {
	left: -40px;
	background: url(../../images/common/slide_prev_l.png) no-repeat 0 0;
}
#top-main-visual .bx-wrapper .bx-next {
	right: -40px;
	background: url(../../images/common/slide_next_l.png) no-repeat 0 0;
}
#top-main-visual .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
#top-main-visual .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
#top-main-visual .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	left: 0px;
	background-color:transparent;
}
#top-main-visual .bx-wrapper .bx-controls-direction a {
	margin-top: -20px;
	width: 40px;
	height: 50px;
	z-index:  0;
}
#top-main-visual .bx-wrapper .bx-pager.bx-default-pager a {
    width:  8px;
    height:  8px;
    background-color:  #e1e1e1;
}
#top-main-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color:  #000;
}
#top-main-visual .bx-wrapper .bx-pager {
    padding-top:  30px;
    bottom:  auto;
    line-height:  8px;
}
/* 特集 */
#feature {
    padding:  0 0 40px;
    margin:  0 0 40px;
    border-bottom:  1px  solid #e1e1e1;
}
#feature ul {
    margin: 0 -20px 40px;
}
#feature li {
    width:  33.3333333%;
    float:  left;
    padding:  0 20px 10px;
}
@media (min-width: 992px) {
#feature li:nth-of-type(4) {
    display:  none;
}
}
#feature li img {
    width:  100%;
}
/* 商品検索 */
#item-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
#item-search .search-menu {
    float: none;
}
#item-search .left {
    width: 200px;
}
#item-search .right {
    width: 940px;
    margin-left: 40px;
}
#top-page #item-search .btn-wrap {
    margin-top: 20px;
}
/* 性別から探す */
#top-gender ul li {
    width: 33.3333333%;
    padding: 0 5px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
}
#top-gender ul li.women {
    border-left: 0;
}
#top-gender ul li a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
}
#top-gender ul li a {
    color: #525252;
}
#top-gender ul li a:hover,
#top-gender ul li a:active {
    background-color: #e1e1e1;
}
/* おすすめから探す */
#top-recommend {
    margin: 0 -10px;
}
#top-recommend h2 {
    margin-top: 0;
}
#top-recommend .item-list .list {
    margin: 0;
}
#top-recommend .recommend-list {
    padding-bottom: 0;
    border-bottom: 0;
}
#top-page #recommend-list {
    margin-left: -5px;
    margin-right: -5px;
}
#top-page #recommend-list .container {
    width: 100%;
}
#top-page #recommend-list .list ul {
    margin-right: -20px;
}
#top-page #recommend-list .list ul li {
    width: 25%;
    margin: 0;
    padding: 0 20px 20px 0;
    float: none;
}
/* ランキングから探す */
#top-ranking {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
#top-page #top-ranking .top-headline-container h2{
    margin-top: 0px !important;
}
#top-ranking h2 {
    margin-bottom: 30px;
}
#top-ranking .ranking {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#top-page #top-ranking .container {
    width: 100%;
}
#top-ranking ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -20px 20px -20px;
    flex-wrap: wrap;
}
#top-ranking ul.mid {
    margin-bottom: 0;
    flex-wrap: wrap;
}
#top-ranking ul.top li {
    width: 20%;
    padding: 18px 10px 0;
    margin: 0 0 20px 0;
    position: relative;
}
#top-ranking ul.top .icon {
    position: absolute;
    top: -10px;
    left: -10px;
}
#top-ranking ul.mid li {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
#top-ranking ul.mid .icon {
    position: absolute;
    top: -10px;
    left: -10px;
}
#top-ranking ul.top li img,
#top-ranking ul.mid li img {
    width: 100%;
}
#top-ranking .ranking-sorry-text {
    text-align: center;
}
#top-ranking .horizontal-ranking-item-block .image {
    position: relative;
}
#top-ranking .horizontal-ranking-item-block .sell-icon.off-rate {
    display: block;
}
/* 人気の新着アイテム */
#popular-new-arrival-list li {
    width: 20%;
    padding: 18px 10px 0;
    margin: 0 0 20px;
    position: relative;
}
@media (max-width:991px) {
    #popular-new-arrival-list li {
        width: 50%;
    }
}
#popular-new-arrival-list li img{
    width: 100%;
}
#popular-new-arrival-list li p.image{
    position: relative;
    margin: 0 0 10px;
}

/* 商品一覧共通 */
#top-ranking .horizontal-ranking-item-block .name:after  {
    right: inherit;
    float: none;
}
/* カテゴリから探す */
#top-page #top-category {
    margin-top: 40px;
}
#top-page #category-list {
    padding-bottom: 0;
    border-bottom: 0px;
}
#top-page #category-list .container {
    width: 100%;
}
#top-page #category-list .list ul {
    margin-right: -20px;
}
#top-page #category-list .list ul li {
    width: calc(100% / 3);
    margin: 0;
    padding: 0 20px 0 0;
}
/* ブランドから探す */
#top-page #top-brand {
    margin-top: 40px;
}
#top-page #top-brand .container {
    width: 100%;
}
#top-page #brand {
    border-bottom: 0;
}
/* genderタブ */
#top-page #top-ranking .gender-tab,
#top-page #top-category .gender-tab,
#top-page #top-brand .gender-tab {
    margin: 0 0 25px 0;
}
#top-page #top-recommend .gender-tab {
    margin-bottom: -10px;
}
#top-page #top-recommend .gender-tab .tab-nav,
#top-page #top-ranking .gender-tab .tab-nav,
#top-page #top-category .gender-tab .tab-nav,
#top-page #top-brand .gender-tab .tab-nav {
    border-top: 1px solid #e1e1e1;
}
#top-page #top-recommend .gender-tab ul,
#top-page #top-ranking .gender-tab ul,
#top-page #top-category .gender-tab ul,
#top-page #top-brand .gender-tab ul {
    margin: 0;
    padding: 0;
}
#top-page #top-recommend .gender-tab li,
#top-page #top-category .gender-tab li {
    width: 25%;
}
#top-page #top-ranking .gender-tab li,
#top-page #top-brand .gender-tab li {
    width: 20%;
}
#top-page #top-recommend .gender-tab li a,
#top-page #top-ranking .gender-tab li a,
#top-page #top-category .gender-tab li a,
#top-page #top-brand .gender-tab li a {
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    text-decoration: none;
}
#top-page #top-recommend #recommender_pc111 .dv_recommend {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_items {
    width: 20%;
    padding: 1rem;
    display: none;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_items .dv_rc_img {
    margin-bottom: 10px;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_items img {
    width: 100%;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_brandname {
    font-size: 11px;
    color: #777777;
    font-style: italic;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_name {
    font-size: 12px;
    color: black;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_price {
    color: #777777;
    font-style: italic;
}
#top-page #top-recommend .view-more-button {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
#top-page #top-recommend .view-more-button:hover {
    color: #777777;
    cursor: pointer;
}
#top-page #top-recommend .view-more-button:before {
    display: block;
    content: 'もっと見る▼';
}
#top-page #top-recommend .expanded.view-more-button:before {
    content: '閉じる▲';
}
@media (min-width: 991px) {
    .recommend-show-pc.dv_rc_items{
        display: block !important;
    }
}
/* トピックス */
#topics {
    margin:  0 0 40px;
}
#topics ul {
    margin: 0 0 20px;
}
#topics li {
    width:  25%;
    float:  left;
    padding:  0 20px;
    font-size: 12px;
    color:  #666;
    margin:  0 0 40px;
}
#topics li img {
    width:  100%;
}
#topics li h3 {
    font-size:  11px;
    color:  #000;
    margin:  0 0 10px;
}
#topics li p.date, #topics li p.brand {
    margin:  0;
}
#topics li p.text {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
    height: 3.2em;
    line-height: 1.6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* おすすめカテゴリーバナー */
#recommend-category {
    width: 1188px;
    padding: 0;
    margin: 40px auto;
}
#recommend-category .banner {
    width:33.3333%;
}
#recommend-category .banner img {
    width: 100%;
    height: auto;
}
/* 最近チェックしたアイテム */
#top-page #section_item_history {
    padding-top: 40px;
    border-top: 1px solid #ededed;
}
#top-page #history-item {
    padding-top: 0;
}
/* ヘッドライン */
.top-headline-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.top-headline-link {
    font-size: 16px;
    color: #0071e3;
    cursor: pointer;
}
.top-headline-link:hover {
    color: #1462b1;
}

/* レフトナビ */
.top-sidebar__title-section {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #000;
}
.top-sidebar__contents-wrap:not(:first-child) {
    margin-top: 50px;
}
.top-sidebar__contents-section .contents-wrap:hover {
    cursor: pointer;
    background-color: #f2f2f2;
    opacity: 1;
}
.top-sidebar__contents-section .contents-wrap,
.top-sidebar__contents-section .c-trend-keyword__link {
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #cdcdcd;
}
.top-sidebar__contents-section .c-trend-keyword__link,
.top-sidebar__contents-section .contents-wrap {
    padding: 15px 0;
    padding-left: 5px;
}
.small-category-wrap .contents-wrap {
    padding: 5px 0;
    border: initial;
}
.top-sidebar__contents-section,
.top-sidebar__parts-expand {
    display: flex;
    flex-direction: column;
}

.top-sidebar__link.accordion-btn {
    position: relative;
}
.top-sidebar__link.accordion-btn::before,
.top-sidebar__link.accordion-btn::after  {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: black;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.top-sidebar__link.accordion-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.top-sidebar__link.accordion-btn.open::before {
    opacity: 0;
}
.top-sidebar__link.accordion-btn.open::after {
    transform: translateY(-50%) rotate(180deg);
}

/* カテゴリから探す */
.top-sidebar-category-wrap {
    position: relative;
}

.top-sidebar-category .facet-cat::after {
    content: attr(data-category-item-total);
    margin: 0 0 0 3px;
}

.top-sidebar-category-wrap .dropdown-menu {
    top: -4px;
    left: 175px;
    background-color: white;
    padding: 10px;
    white-space: nowrap;
}
.top-sidebar-category-wrap__link {
    color: #000;
}
.top-sidebar-category-wrap__link:hover {
    opacity: 1;
}
.top-sidebar__contents-section .dropdown:hover > .dropdown-menu {
    display: block;
}

/* ブランドから探す */
.top-sidebar-brand__link {
    display: flex;
    flex-direction: column;
    color: #000 !important;
}
.top-sidebar-brand__name-kana {
    color: #777;
}

/* サービスガイド */
.top-sidebar__contents-wrap .p-service-guide__headline {
    display: none;
}

/**************************************************
 *
 * タブレット
 *
**************************************************/
@media (max-width: 991px) {

/* メインビジュアル */
#top-main-visual .inner {
    width:  80%;
    margin: 0 auto 10px;
    padding: 0;
}
#top-main-visual .bx-wrapper .bx-pager {
    position: relative;
    padding-top: 10px;
}
#top-main-visual .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../../images/common/slide_prev_l.png) no-repeat 0 0;
    background-size: 30px;
}
#top-main-visual .bx-wrapper .bx-next {
	right: -30px;
	background: url(../../images/common/slide_next_l.png) no-repeat 0 0;
    background-size: 30px;
}
#top-main-visual .bx-wrapper .bx-controls-direction a {
	margin-top: -20px;
	width: 35px;
	height: 37.5px;
	z-index:  999;
}
/* PC用画像は非表示 */
#top-main-visual ul.slider li img.banner-pc {
    display: none;
}
/* SP用画像は表示 */
#top-main-visual ul.slider li img.banner-sp {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

#top-main-visual .bx-viewport ul.slider li {
    padding: 0 5px;
}

/* 特集 */
#feature {
    padding:  0 0 20px;
    margin:  0 0 20px;
    border-bottom: none;
}
#feature ul {
    margin:  0 -10px 20px;
    border: 1px solid #FFF;
}
#feature li {
    width:  50%;
}
#feature li:nth-of-type(1),
#feature li:nth-of-type(3) {
    padding-left: 0;
    padding-right: 5px;
}
#feature li:nth-of-type(2),
#feature li:nth-of-type(4) {
    padding-right: 0;
    padding-left: 5px;
}

/* 商品検索 */
#item-search {
    margin-top: 0;
}
#item-search .left {
    width: 200px;
    display: none;
}
#item-search .right {
    width: 100%;
    margin-left: 0;
}
/* 性別から探す */
#top-gender ul {
    margin: 0 -5px;
}
#top-gender ul li a {
    padding: 10px 0;
}
/* おすすめから探す */
#top-recommend {
    margin: 0;
}
#top-recommend h2 {
    margin-top: 10px;
}
#top-page #recommend-list .tab-content {
    margin-top: 0;
}
#top-page #top-recommend #recommender_pc111 .dv_rc_items {
    width: 50%;
    padding: 1rem;
    display: none;
}
.recommend-show-sp.dv_rc_items{
    display: block !important;
}

/* ランキングから探す */
#top-ranking ul {
    margin-bottom: 0;
    margin: 0 -20px 0px -20px;
    padding: 0 10px;
    flex-wrap: wrap;
}

#top-ranking ul.top li,
#top-ranking ul.mid li {
    width: 50%;
    padding: 18px 10px 0;
    margin: 0 0 20px;
}
#top-ranking ul.top .icon,
#top-ranking ul.mid .icon {
    position: absolute;
    top: -10px;
    left: 0px;
}
#top-ranking ul.mid li:nth-of-type(6) {
    display: block;
}
#top-page #top-ranking .gender-tab {
    margin-bottom: 10px;
}
/* カテゴリから探す */
#top-page #category-list .gender-tab ul {
    padding: 0;
}
#top-page #category-list .gender-tab li a {
    height: 45px;
    line-height: 45px;
}
#top-page #category-list .list ul {
    margin: 0 -10px;
}
#top-page #category-list .list ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* ブランドから探す */
#top-page #top-brand .gender-tab li a {
    height: 40px;
    line-height: 45px;
}
/* トピックス */
#topics {
    padding:  0 0 10px;
    margin: 0 0 20px;
}
#topics ul {
    margin:  0 -5px;
}
#topics li {
    width:  50%;
    padding:  0 5px;
    margin:  0 0 20px;
}
/* おすすめカテゴリーバナー */
#recommend-category {
    width: 100%;
    padding: 0 10px;
}
#recommend-category .banner {
    width:50%;
}
/* 最近チェックしたアイテム */
#top-page #section_item_history {
    padding-top: 20px;
    border-top: 0;
}
/* ヘッドライン */
.top-headline-link {
    font-size: 0;
}
.top-headline-link::before {
    font-size: 16px;
    content: 'すべて見る';
}
.top-headline-link::after {
    font-size: 16px;
}
}


/**************************************************
 *
 * スマホ
 *
**************************************************/
@media (max-width: 767px){
    /* 画面トップ　ジェンダータブ */
    #top-page #top-recommend .gender-tab .tab-nav,
    #top-page #top-ranking .gender-tab .tab-nav,
    #top-page #top-category .gender-tab .tab-nav,
    #top-page #top-brand .gender-tab .tab-nav {
        border: 1px solid #e1e1e1;
        position: relative;
    }
    #top-page #top-ranking .gender-tab .tab-nav li:not(:first-child)::after {
        content: '';
        position: absolute;
        top: 7px;
        width: 1px;
        height: 37px;
        background-color: #e1e1e1;
    }
    #top-page #top-category .gender-tab .tab-nav li:not(:first-child)::after,
    #top-page #top-brand .gender-tab .tab-nav li:not(:first-child)::after {
        content: '';
        position: absolute;
        top: 7px;
        width: 1px;
        height: 30px;
        background-color: #e1e1e1;
    }

    /* TOPページ遷移ボタン */
    #top-page .top-page-item-search-link {
        border: 1px solid #e1e1e1;
        position: relative;
        display: flex;
        margin: 0 -10px 60px;
    }

    #top-page .top-page-item-search-link a {
        flex: 1;
        height: 55px;
        line-height: 55px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: #000;
        position: relative;
    }

    #top-page .top-page-item-search-link a:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        width: 1px;
        height: 40px;
        background-color: #e1e1e1;
    }

    #top-page .top-page-item-search-link a:hover {
        background-color: #f2f2f2;
    }
}
