@charset "utf-8";
.new-section{
	padding-top: 60px;
	padding-bottom: 40px
}
.base_unline.new-section{
		margin-bottom: 0
	}
@media screen and (max-width: 959px) {
	.new-section{
	padding-top: 30px;
	padding-bottom: 30px
}
	
}
.fs-l-inner{
	    padding: 0;
    margin: 20px auto;
    max-width: 1080px;
}
.header-under-nav{
	display: flex;
	justify-content: center;
	border-top: 1px solid #e7e7e7;
	display: none
	}
@media screen and (max-width: 959px) {
	.header-under-nav{
	display: flex;
	}
	.header-under-nav li{
		width: 33.3333%;
	}
}
	.header-under-nav a{
		padding: 0.7em 2em;
    display: block;
		position: relative;
		text-align: center;
	}
.header-under-nav a:after{
	content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #7a8387;
  border-right: solid 1px #7a8387;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -2px;
  transform: rotate(45deg);
}
._22new #cheader{
	background: #fff;
}
._22new .tp_act--a{
	color: #000 !important;
}
.tp_act--list{
	font-weight: normal;
}
._22new .tp_act{
	justify-content: end;
}
._22new .gnav__area--a{
	font-weight: normal;
}
._22new #cheader{
	    border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 959px) {
	._22new #cheader{
	    border-bottom: none;
}
}
.top-newitem-category__list .item__price{
		font-weight: normal;
}
.top_scene__list{
	justify-content: flex-start;
}
.top_scene__list li{
	width: calc(100% / 4 - 14px);
}
.top_scene__list li p{
	font-weight: normal;
}

/*------------------------------
グローバルナビ（PC・SP）
--------------------------------*/
@media screen and (max-width: 959px) {
	 .snav__search {
		 width: 100%;
		 margin-bottom: 10px;
		 }
}

/*------------------------------
TOP_メインビジュアル
--------------------------------*/
.splide4 .splide__pagination{
	padding: 7px 1em;
    position: initial;
}
.splide4 .splide__pagination__page.is-active {
    background: #000!important;
    transform: scale(1)!important;
}
.splide4 img{
	border-radius: 14px
}
@media screen and (max-width: 959px) {
	.tp_topnews{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.tp_topnews-news__txt{
		font-size: 12px
	}
	.tp_topnews .flex-wrap{
		display: block;
	}
	.tp_topnews--tit {
    width: 100%;
    font-weight: normal;
    color: #111;
    margin-bottom: 5px;
    background: none;
    display: block;
    width: 100%;
    font-size: 12px;
    border-right: none;
    padding-right: 0;
}
}

/*------------------------------
TOP_ブランドリスト
--------------------------------*/
@media screen and (max-width: 959px) {
.sp_scroll__area{
	overflow-x: auto;
	overflow-y: hidden;
}
}
.layoutwrap._brandlist,._ranking{
	background: #f6f6f6;
	    padding: 40px 0 40px 16px;
	width: 100vw;
	margin: 0 calc(-50vw + 50%)
}
@media screen and (max-width: 959px) {
	._brandlist{
		padding: 20px 0 20px 16px;
	}
	._ranking{
		 padding: 20px 5%;
	}
}
.layout_ttlwrap {
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: 1px
}
.layout_ttlwrap .subttl{
	font-size: 90%;
	opacity: .6
}
	.circle_list {
	display: flex;
	flex-wrap: wrap;
    column-gap: 32px;
    max-width: 840px;
    margin: 0 auto;
		justify-content: center;
}
@media screen and (max-width: 959px) {
	.circle_list {
		    flex-wrap: nowrap;
	width: calc(90px * 10);
    column-gap: 8px;
    max-width: initial;
}
}
.circle_list li {
	position: relative;
	width: 130px;
    margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
	.circle_list li {
	width: 100px;
}
}
.circle_list ._img {
	margin-bottom: 1em
}

.circle_list ._img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.circle_list ._img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 50%
}

.circle_list .item_ttl {
	position: absolute;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	line-height: 1.5;
	font-size: 10px;
}

.circle_list .item_ttl ._main {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px
}
	/*------------------------------
TOP_タブ
--------------------------------*/ 
.tab-navlist {
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #7a8387;
}
.tab-navlist li {
      width: calc(100% / 4);
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
    font-weight: 600;
	font-family: 'Tw Cen MT Std', sans-serif;
}
 
.tab-btn.show {
  border-bottom: 2px solid #333;
}
 
.tab-contents {
  display: none;
	overflow-x: auto
}
 
.tab-contents.show {
  display: block;
}

.top-newitem-category__list{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
	.top-newitem-category{
		padding-top: 15px
	}
	.top-newitem-category__list {
    width: calc(144px* 5);
}
}
.top-newitem-category__list li{
      width: calc(100% / 5 - 16px);
    text-align: center;
    margin: 0 8px 3%;
}
@media screen and (max-width: 959px) {
.top-newitem-category__list li {
    width: 136px;
    margin: 0 4px 3%;
}
}
.top-newitem-category__list li:nth-child(n+11){
	display: none;
}
@media screen and (max-width: 959px) {
	.top-newitem-category__list li:nth-child(n+11){
	display: block;
}
}
.top-newitem-category__list a{
	text-align: left;
}
.new_arrival__area--list--a {
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.top-newitem-category__list .item__name{
	    line-height: 1.45;
    font-size: 12px;
}
.top-newitem-category__list .item__price 
	    font-family: 'Tw Cen MT Std', sans-serif;
}
/*------------------------------
TOP_特集
--------------------------------*/
section.top-futurearea.base_unline.new-section{
	position: relative;
	z-index: 1;
}
.top-futurearea .sp_scroll__area{
	margin-bottom: 40px
}
@media screen and (max-width: 959px) {
.feature_recommend.no_slider{
	width: calc(144px* 6);
	justify-content: flex-start;
	position: relative;
    z-index: 999;

}
.feature_recommend.no_slider li{
	width: 136px;
    margin: 0 4px 1%;
}
}
.visumo-btn{
	text-align: center;
}
.visumo-btn a {
    background: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    margin: 0 auto 20px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    max-width: 225px;
    width: 90%;
}
@media (max-width: 767px){
.visumo-btn a {
    max-width: 264px;
}
	}
/*------------------------------
TOP_ランキング
--------------------------------*/
._ranking .ranking_tab--list,._ranking .ranking__sq{
	font-weight: 600;
}
._ranking #_rcmdjp_display_1{
	margin-bottom: 0
}

/*------------------------------
TOP_最近見た
--------------------------------*/
.top__check_history._history{
	background: #f6f6f6;
	padding: 40px 0;
	    width: 100vw;
    margin: 0 calc(-50vw + 50%);
}
.base_unline.tp_topnews{
	    margin-bottom: 0;
    margin-top: 40px;
    border-bottom: 1px solid #f1f1f1!important;
    padding-bottom: 40px;
}
@media (max-width: 767px){
	.base_unline.tp_topnews{
	    margin-bottom: 0;
    padding-bottom: 0px;
		margin-top: 16px
}
}
/*------------------------------
TOP_新着アイテム
--------------------------------*/
.top-newitem-category #_rcmdjp_display_1{
	margin-bottom: 0
}
@media screen and (max-width: 767px){
.oceanweb__logo {
    max-width: 140px;
}
}
.sale-contents .layout_ttlwrap{
	text-align: left
}
@media screen and (max-width: 767px){
.sale-contents .layout_ttlwrap .ttlstyle{
	padding-left: 5%
}
}

